Initial 3.10.0 upload

This commit is contained in:
Mikael Karlsson
2025-02-22 21:52:13 +11:00
parent 17e9b786be
commit 8601a5b38e
68 changed files with 10592 additions and 26993 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+8 -1
View File
@@ -85,7 +85,12 @@ function Initialize-CloudAPIManagement
[string]
$secret,
[string]
$certificate
$certificate,
[string]
$GraphEnvironment,
[string]
$GCCType
)
$PSModuleAutoloadingPreference = "none"
@@ -105,6 +110,8 @@ function Initialize-CloudAPIManagement
$global:AzureAppId = $appId
$global:ClientSecret = $secret
$global:ClientCert = $certificate
$global:UseGraphEnvironment = $GraphEnvironment
$global:GCCType = $GCCType
}
if($global:hideUI -ne $true)
+24 -4
View File
@@ -86,9 +86,13 @@ function Start-CoreApp
Write-Log "#####################################################################################"
Write-Log "PowerShell version: $($PSVersionTable.PSVersion.ToString())"
Write-Log "PowerShell build: $($PSVersionTable.BuildVersion.ToString())"
Write-Log "PowerShell CLR: $($PSVersionTable.CLRVersion.ToString())"
Write-Log "PowerShell edition: $($PSVersionTable.PSEdition)"
if($PSVersionTable.BuildVersion) {
Write-Log "PowerShell build: $($PSVersionTable.BuildVersion.ToString())"
}
if($PSVersionTable.CLRVersion) {
Write-Log "PowerShell CLR: $($PSVersionTable.CLRVersion.ToString())"
}
Write-Log "PowerShell edition: $($PSVersionTable.PSEdition)"
try
{
@@ -344,6 +348,14 @@ function Write-LogError
}
Write-Log $Text 3
if((Get-SettingValue "ShowStackTrace") -eq $true)
{
Write-Log "Stack trace:`n $($Exception.StackTrace)"
Write-Log "Script stack trace:`n $($Exception.ScriptStackTrace)"
}
}
function Write-Status
@@ -1069,7 +1081,7 @@ function Get-Folder
{
if($global:WindowsAPICodePackLoaded -eq $false)
{
$apiCodec = Join-Path $global:AppRootFolder "Microsoft.WindowsAPICodePack.Shell.dll"
$apiCodec = Join-Path $global:AppRootFolder "Bin\Microsoft.WindowsAPICodePack.Shell.dll"
if([IO.File]::Exists($apiCodec))
{
Add-Type -Path $apiCodec | Out-Null
@@ -1990,6 +2002,14 @@ function Add-DefaultSettings
DefaultValue = $true
}) "General"
Add-SettingsObject (New-Object PSObject -Property @{
Title = "Show stack error"
Key = "ShowStackTrace"
Type = "Boolean"
Description = "Write exception stack trace info to the log."
DefaultValue = $false
}) "General"
Add-SettingsObject (New-Object PSObject -Property @{
Title = "Debug"
Key = "Debug"
+2 -1
View File
@@ -151,5 +151,6 @@
"149": "WiredNetwork",
"150": "DefenderAntivirus",
"151": "CustomCompliance",
"152": "IosDefenderAtp"
"152": "IosDefenderAtp",
"153": "WSLCompliance"
}
@@ -11,89 +11,123 @@
"nameResourceKey": "EnrollmentStatusScreen.progressToggle",
"descriptionResourceKey": "",
"entityKey": "showInstallationProgress",
"dataType": 0,
"booleanActions": 109,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.timeout",
"descriptionResourceKey": "",
"entityKey": "installProgressTimeoutInMinutes",
"dataType": 14,
"booleanActions": 0,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.customMessageToggle",
"descriptionResourceKey": "",
"entityKey": "showCustomErrorMessage",
"dataType": 0,
"booleanActions": 109,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.customMessageTextBox",
"descriptionResourceKey": "",
"entityKey": "customErrorMessage",
"dataType": 20,
"booleanActions": 0,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.collectLogToggle",
"descriptionResourceKey": "",
"entityKey": "allowLogCollectionOnInstallFailure",
"dataType": 0,
"booleanActions": 109,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.enableForAutopilotOnlyToggle",
"descriptionResourceKey": "",
"entityKey": "trackInstallProgressForAutopilotOnly",
"dataType": 0,
"booleanActions": 109,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.blockToggle",
"descriptionResourceKey": "",
"entityKey": "blockDeviceSetupRetryByUser",
"dataType": 16,
"booleanActions": 0,
"booleanActions": 109,
"category": "TableHeaders.settings",
"options": [
{
"nameResourceKey": "SettingDetails.no",
"value": "true"
"value": "false"
},
{
"nameResourceKey": "BooleanActions.yes",
"value": "false",
"value": "true",
"Children": [
{
"nameResourceKey": "EnrollmentStatusScreen.resetToggle",
"nameResourceKey": "EnrollmentStatusScreen.timeout",
"descriptionResourceKey": "",
"entityKey": "allowDeviceResetOnInstallFailure",
"dataType": 0,
"booleanActions": 109,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.allowToUseToggle",
"descriptionResourceKey": "",
"entityKey": "allowDeviceUseOnInstallFailure",
"dataType": 0,
"booleanActions": 109,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.Apps.useSelectedAppsToggleLabel",
"descriptionResourceKey": "",
"entityKey": "waitForApps",
"entityKey": "InstallProgressTimeout",
"dataType": 14,
"booleanActions": 0,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.customMessageToggle",
"descriptionResourceKey": "",
"entityKey": "showCustomErrorMessage",
"dataType": 16,
"booleanActions": 109,
"category": "TableHeaders.settings",
"options": [
{
"nameResourceKey": "SettingDetails.no",
"value": "false"
},
{
"nameResourceKey": "BooleanActions.yes",
"value": "true",
"Children": [
{
"nameResourceKey": "EnrollmentStatusScreen.customMessageTextBox",
"descriptionResourceKey": "",
"entityKey": "customErrorMessage",
"dataType": 20,
"booleanActions": 0,
"category": "TableHeaders.settings"
}
]
}
]
},
{
"nameResourceKey": "EnrollmentStatusScreen.collectLogToggle",
"descriptionResourceKey": "",
"entityKey": "allowLogCollectionOnInstallFailure",
"dataType": 0,
"booleanActions": 109,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.enableForAutopilotOnlyToggle",
"descriptionResourceKey": "",
"entityKey": "trackInstallProgressForAutopilotOnly",
"dataType": 0,
"booleanActions": 109,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.blockToggle",
"descriptionResourceKey": "",
"entityKey": "blockDeviceSetupRetryByUser",
"dataType": 16,
"booleanActions": 0,
"category": "TableHeaders.settings",
"options": [
{
"nameResourceKey": "SettingDetails.no",
"value": "true"
},
{
"nameResourceKey": "BooleanActions.yes",
"value": "false",
"Children": [
{
"nameResourceKey": "EnrollmentStatusScreen.resetToggle",
"descriptionResourceKey": "",
"entityKey": "allowDeviceResetOnInstallFailure",
"dataType": 0,
"booleanActions": 109,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.allowToUseToggle",
"descriptionResourceKey": "",
"entityKey": "allowDeviceUseOnInstallFailure",
"dataType": 0,
"booleanActions": 109,
"category": "TableHeaders.settings"
},
{
"nameResourceKey": "EnrollmentStatusScreen.Apps.useSelectedAppsToggleLabel",
"descriptionResourceKey": "",
"entityKey": "waitForApps",
"dataType": 14,
"booleanActions": 0,
"category": "TableHeaders.settings",
"Children": [
{
"nameResourceKey": "EnrollmentStatusScreen.Apps.allowNonBlockingAppInstallation",
"descriptionResourceKey": "",
"entityKey": "allowNonBlockingAppInstallation",
"dataType": 0,
"booleanActions": 109,
"category": "TableHeaders.settings"
}
]
}
]
}
]
}
]
}
@@ -1,14 +1,31 @@
{
"customcompliance_compliancewindows10": {
"dataType": 25,
"dataType": 0,
"category": 151,
"nameResourceKey": "AdminConfiguredComplianceSettingName",
"descriptionResourceKey": "CustomComplianceToolTip",
"childSettings": [
{
"dataType": 25,
"category": 151,
"childSettings": [
],
"options": [
],
"entityKey": "customCompliance",
"booleanActions": 0,
"policyType": 35,
"enabled": true
}
],
"options": [
],
"booleanActions": 0,
"entityKey": "customComplianceRequired",
"booleanActions": 1,
"defaultValue": false,
"policyType": 35,
"enabled": true
}
@@ -550,7 +550,6 @@
],
"entityKey": "kioskModeScreenSaverDisplayTimeInSeconds",
"booleanActions": 0,
"defaultValue": 0,
"policyType": 2,
"enabled": true
},
@@ -568,7 +567,6 @@
],
"entityKey": "kioskModeScreenSaverStartDelayInSeconds",
"booleanActions": 0,
"defaultValue": 30,
"policyType": 2,
"enabled": true
},
@@ -734,7 +732,6 @@
],
"entityKey": "kioskModeManagedHomeScreenInactiveSignOutDelayInSeconds",
"booleanActions": 0,
"defaultValue": 300,
"policyType": 2,
"enabled": true
},
@@ -752,7 +749,6 @@
],
"entityKey": "kioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds",
"booleanActions": 0,
"defaultValue": 60,
"policyType": 2,
"enabled": true
}
@@ -105,8 +105,8 @@
{
"dataType": 16,
"category": 44,
"nameResourceKey": "WifiTypeName",
"descriptionResourceKey": "WiFiTypeDescription",
"nameResourceKey": "wiFiPolicySecurityTypeName",
"descriptionResourceKey": "wiFiPolicySecurityTypeDescription",
"childSettings": [
],
@@ -274,7 +274,7 @@
"entityKey": "proxySettings",
"booleanActions": 0,
"defaultValue": "none",
"unconfiguredValue": "noneOption",
"unconfiguredValue": "none",
"policyType": 9,
"enabled": true
},
@@ -1421,7 +1421,7 @@
"entityKey": "proxySettings",
"booleanActions": 0,
"defaultValue": "none",
"unconfiguredValue": "noneOption",
"unconfiguredValue": "none",
"policyType": 9,
"enabled": true
},
@@ -1,36 +1,64 @@
{
"importedpfx_macimportedpfx": {
"dataType": 16,
"category": 69,
"nameResourceKey": "PFXImportPolicyIntendedPurpose",
"descriptionResourceKey": "empty",
"childSettings": [
"importedpfx_macimportedpfx": [
{
"dataType": 16,
"category": 69,
"nameResourceKey": "MacOSDeploymentChannelName",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
{
"nameResourceKey": "notConfigured",
"enabled": true
},
{
"nameResourceKey": "PFXImportPolicyIntendedPurposeUnassigned",
"value": "unassigned",
"enabled": true
},
{
"nameResourceKey": "PFXImportPolicyIntendedPurposeSmimeEncryption",
"value": "smimeEncryption",
"enabled": true
},
{
"nameResourceKey": "PFXImportPolicyIntendedPurposeSmimeSigning",
"value": "smimeSigning",
"enabled": true
}
],
"entityKey": "intendedPurpose",
"booleanActions": 0,
"policyType": 62,
"enabled": true
}
],
"options": [
{
"nameResourceKey": "MacOSDeploymentChannelUserChannel",
"value": "userChannel",
"enabled": true
},
{
"nameResourceKey": "MacOSDeploymentChannelDeviceChannel",
"value": "deviceChannel",
"enabled": true
}
],
"entityKey": "deploymentChannel",
"booleanActions": 0,
"defaultValue": "deviceChannel",
"policyType": 62,
"enabled": true
},
{
"dataType": 16,
"category": 69,
"nameResourceKey": "PFXImportPolicyIntendedPurpose",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
{
"nameResourceKey": "notConfigured",
"enabled": true
},
{
"nameResourceKey": "PFXImportPolicyIntendedPurposeUnassigned",
"value": "unassigned",
"enabled": true
},
{
"nameResourceKey": "PFXImportPolicyIntendedPurposeSmimeEncryption",
"value": "smimeEncryption",
"enabled": true
},
{
"nameResourceKey": "PFXImportPolicyIntendedPurposeSmimeSigning",
"value": "smimeSigning",
"enabled": true
}
],
"entityKey": "intendedPurpose",
"booleanActions": 0,
"policyType": 62,
"enabled": true
}
]
}
@@ -1,36 +1,5 @@
{
"password_androidgeneral": [
{
"dataType": 0,
"category": 90,
"nameResourceKey": "requireEncryptionName",
"descriptionResourceKey": "requireEncryptionDescription",
"childSettings": [
],
"options": [
],
"entityKey": "storageRequireDeviceEncryption",
"booleanActions": 1,
"defaultValue": false,
"policyType": 20,
"enabled": true
},
{
"dataType": 10,
"category": 90,
"nameResourceKey": "androidTenDeprecationInfoBox",
"childSettings": [
],
"options": [
],
"booleanActions": 0,
"policyType": 20,
"enabled": true
},
{
"isSettingDescription": false,
"showAsSectionHeader": true,
@@ -62,6 +31,23 @@
"policyType": 20,
"enabled": true
},
{
"dataType": 0,
"category": 90,
"nameResourceKey": "knoxRequireEncryptionName",
"descriptionResourceKey": "requireEncryptionDescription",
"childSettings": [
],
"options": [
],
"entityKey": "storageRequireDeviceEncryption",
"booleanActions": 1,
"defaultValue": false,
"policyType": 20,
"enabled": true
},
{
"dataType": 16,
"category": 90,
@@ -203,14 +189,14 @@
"showAsSectionHeader": true,
"dataType": 8,
"category": 90,
"nameResourceKey": "androidNineAndBelowPasswordHeader",
"nameResourceKey": "knoxFifteenAndroidNineAndBelowPasswordHeader",
"childSettings": [
{
"isSettingDescription": false,
"showAsSectionHeader": false,
"dataType": 8,
"category": 90,
"nameResourceKey": "androidNineAndBelowPasswordHeaderDescription",
"nameResourceKey": "knoxFifteenAndroidNineAndBelowPasswordHeaderDescription",
"childSettings": [
],
+615 -319
View File
@@ -1,373 +1,669 @@
{
"pkcs_macospkcs": [
{
"dataType": 14,
"category": 93,
"nameResourceKey": "sCEPPolicyRenewalThresholdName",
"descriptionResourceKey": "sCEPPolicyRenewalThresholdDescription",
"childSettings": [
"pkcs_macospkcs": {
"dataType": 16,
"category": 93,
"nameResourceKey": "MacOSDeploymentChannelName",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
],
"options": [
{
"nameResourceKey": "MacOSDeploymentChannelUserChannel",
"value": "userChannel",
"children": [
{
"dataType": 14,
"category": 93,
"nameResourceKey": "sCEPPolicyRenewalThresholdName",
"descriptionResourceKey": "sCEPPolicyRenewalThresholdDescription",
"childSettings": [
],
"entityKey": "renewalThresholdPercentage",
"booleanActions": 0,
"policyType": 64,
"enabled": true
},
{
"scaleOptions": [
{
"nameResourceKey": "days",
"value": "days",
"enabled": true
},
{
"nameResourceKey": "months",
"value": "months",
"enabled": true
},
{
"nameResourceKey": "years",
"value": "years",
"enabled": true
}
],
"scaleEntityKey": "certificateValidityPeriodScale",
"defaultScale": "years",
"dataType": 22,
"category": 93,
"nameResourceKey": "sCEPPolicyCertificateValidityPeriodName",
"descriptionResourceKey": "sCEPPolicyCertificateValidityPeriodDescription",
"childSettings": [
],
"options": [
],
"options": [
],
"entityKey": "renewalThresholdPercentage",
"booleanActions": 0,
"policyType": 64,
"enabled": true
},
{
"scaleOptions": [
{
"nameResourceKey": "days",
"value": "days",
"enabled": true
},
{
"nameResourceKey": "months",
"value": "months",
"enabled": true
},
{
"nameResourceKey": "years",
"value": "years",
"enabled": true
}
],
"scaleEntityKey": "certificateValidityPeriodScale",
"defaultScale": "years",
"dataType": 22,
"category": 93,
"nameResourceKey": "sCEPPolicyCertificateValidityPeriodName",
"descriptionResourceKey": "sCEPPolicyCertificateValidityPeriodDescription",
"childSettings": [
],
"entityKey": "certificateValidityPeriodValue",
"booleanActions": 0,
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "pKCSPolicyCertificationAuthorityName",
"descriptionResourceKey": "pKCSPolicyCertificationAuthorityNameDescription",
"childSettings": [
],
"options": [
],
"options": [
],
"entityKey": "certificateValidityPeriodValue",
"booleanActions": 0,
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "pKCSPolicyCertificationAuthorityName",
"descriptionResourceKey": "pKCSPolicyCertificationAuthorityNameDescription",
"childSettings": [
],
"entityKey": "certificationAuthority",
"booleanActions": 0,
"defaultValue": "",
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "pKCSPolicyCertificationAuthorityNameName",
"descriptionResourceKey": "pKCSPolicyCertificationAuthorityNameNameDescription",
"childSettings": [
],
"options": [
],
"options": [
],
"entityKey": "certificationAuthority",
"booleanActions": 0,
"defaultValue": "",
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "pKCSPolicyCertificationAuthorityNameName",
"descriptionResourceKey": "pKCSPolicyCertificationAuthorityNameNameDescription",
"childSettings": [
],
"entityKey": "certificationAuthorityName",
"booleanActions": 0,
"defaultValue": "",
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "pKCSPolicyCertificateTemplateNameName",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
],
"options": [
],
"entityKey": "certificationAuthorityName",
"booleanActions": 0,
"defaultValue": "",
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "pKCSPolicyCertificateTemplateNameName",
"descriptionResourceKey": "empty",
"childSettings": [
],
"entityKey": "certificateTemplateName",
"booleanActions": 0,
"defaultValue": "",
"policyType": 64,
"enabled": true
},
{
"dataType": 16,
"category": 93,
"nameResourceKey": "SCEPPolicyWindowsCertificateStoreName",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
],
"options": [
{
"nameResourceKey": "SCEPPolicyWindowsCertificateStoreUser",
"value": "user",
"children": [
{
"value": "custom",
"dataType": 9,
"category": 93,
"childSettings": [
],
"entityKey": "certificateTemplateName",
"booleanActions": 0,
"defaultValue": "",
"policyType": 64,
"enabled": true
},
{
"dataType": 16,
"category": 93,
"nameResourceKey": "SCEPPolicyWindowsCertificateStoreName",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
],
"entityKey": "subjectNameFormat",
"booleanActions": 0,
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "SCEPPolicySubjectNameFormatName",
"descriptionResourceKey": "sCEPPolicyCustomSubjectNameWithAadFormatDescription",
"childSettings": [
],
"options": [
],
"entityKey": "subjectNameFormatString",
"booleanActions": 0,
"defaultValue": "CN={{UserName}},E={{EmailAddress}}",
"policyType": 64,
"enabled": true
},
{
"columns": [
{
"metadata": {
"dataType": 16,
],
"options": [
{
"nameResourceKey": "SCEPPolicyWindowsCertificateStoreUser",
"value": "user",
"children": [
{
"value": "custom",
"dataType": 9,
"category": 93,
"nameResourceKey": "attribute",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
{
"nameResourceKey": "PolicyEmailAddress",
"value": "emailAddress",
"enabled": true
},
{
"nameResourceKey": "PolicyUserPrincipalName",
"value": "userPrincipalName",
"enabled": true
},
{
"nameResourceKey": "PolicyDomainNameService",
"value": "domainNameService",
"enabled": true
},
{
"nameResourceKey": "PolicyUniversalResourceIdentifier",
"value": "universalResourceIdentifier",
"enabled": true
},
{
"nameResourceKey": "SCEPPolicyCustomAADAttribute",
"value": "customAzureADAttribute",
"enabled": true
}
],
"entityKey": "sanType",
"entityKey": "subjectNameFormat",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
},
{
"metadata": {
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "value",
"descriptionResourceKey": "empty",
"nameResourceKey": "SCEPPolicySubjectNameFormatName",
"descriptionResourceKey": "sCEPPolicyCustomSubjectNameWithAadFormatDescription",
"childSettings": [
],
"options": [
],
"entityKey": "name",
"entityKey": "subjectNameFormatString",
"booleanActions": 0,
"defaultValue": "CN={{UserName}},E={{EmailAddress}}",
"policyType": 64,
"enabled": true
}
}
],
"dataType": 21,
"category": 93,
"nameResourceKey": "PolicySubjectAlternativeName",
"descriptionResourceKey": "PolicySubjectAlternativeNameDescription",
"childSettings": [
],
"options": [
],
"entityKey": "customSubjectAlternativeNames",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
],
"enabled": true
},
{
"nameResourceKey": "SCEPPolicyWindowsCertificateStoreMachine",
"value": "machine",
"children": [
{
"value": "custom",
"dataType": 9,
"category": 93,
"childSettings": [
],
"options": [
],
"entityKey": "subjectNameFormat",
"booleanActions": 0,
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "sCEPPolicySubjectNameFormatName",
"descriptionResourceKey": "sCEPPolicySubjectNameFormatDescription",
"childSettings": [
],
"options": [
],
"entityKey": "subjectNameFormatString",
"booleanActions": 0,
"defaultValue": "CN={{AAD_Device_ID}}",
"policyType": 64,
"enabled": true
},
{
"columns": [
{
"metadata": {
"dataType": 16,
"category": 93,
"nameResourceKey": "attribute",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
},
{
"columns": [
{
"nameResourceKey": "PolicyEmailAddress",
"value": "emailAddress",
"enabled": true
"metadata": {
"dataType": 16,
"category": 93,
"nameResourceKey": "attribute",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
{
"nameResourceKey": "PolicyEmailAddress",
"value": "emailAddress",
"enabled": true
},
{
"nameResourceKey": "PolicyUserPrincipalName",
"value": "userPrincipalName",
"enabled": true
},
{
"nameResourceKey": "PolicyDomainNameService",
"value": "domainNameService",
"enabled": true
},
{
"nameResourceKey": "PolicyUniversalResourceIdentifier",
"value": "universalResourceIdentifier",
"enabled": true
},
{
"nameResourceKey": "SCEPPolicyCustomAADAttribute",
"value": "customAzureADAttribute",
"enabled": true
}
],
"entityKey": "sanType",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
},
{
"nameResourceKey": "PolicyUserPrincipalName",
"value": "userPrincipalName",
"enabled": true
},
{
"nameResourceKey": "PolicyDomainNameService",
"value": "domainNameService",
"enabled": true
},
{
"nameResourceKey": "PolicyUniversalResourceIdentifier",
"value": "universalResourceIdentifier",
"enabled": true
},
{
"nameResourceKey": "SCEPPolicyCustomAADAttribute",
"value": "customAzureADAttribute",
"enabled": true
"metadata": {
"dataType": 20,
"category": 93,
"nameResourceKey": "value",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
],
"entityKey": "name",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
}
],
"entityKey": "sanType",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
},
{
"metadata": {
"dataType": 20,
"dataType": 21,
"category": 93,
"nameResourceKey": "value",
"descriptionResourceKey": "empty",
"nameResourceKey": "PolicySubjectAlternativeName",
"descriptionResourceKey": "PolicySubjectAlternativeNameDescription",
"childSettings": [
],
"options": [
],
"entityKey": "name",
"entityKey": "customSubjectAlternativeNames",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
}
],
"dataType": 21,
"category": 93,
"nameResourceKey": "PolicySubjectAlternativeName",
"descriptionResourceKey": "PolicySubjectAlternativeNameDescription",
"childSettings": [
],
"enabled": true
}
],
"entityKey": "certificateStore",
"booleanActions": 0,
"defaultValue": "user",
"policyType": 64,
"enabled": true
},
{
"dataType": 0,
"category": 93,
"nameResourceKey": "MacOSAllowAllAppsAccess",
"descriptionResourceKey": "MacOSAllowAllAppsAccess",
"emptyValueResourceKey": "macOSAllowAllAppsAccessEmptyValueKey",
"childSettings": [
],
"options": [
],
"options": [
],
"entityKey": "customSubjectAlternativeNames",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
],
"enabled": true
}
],
"entityKey": "certificateStore",
"booleanActions": 0,
"defaultValue": "user",
"policyType": 64,
"enabled": true
},
{
"dataType": 0,
"category": 93,
"nameResourceKey": "MacOSAllowAllAppsAccess",
"descriptionResourceKey": "MacOSAllowAllAppsAccess",
"emptyValueResourceKey": "macOSAllowAllAppsAccessEmptyValueKey",
"childSettings": [
],
"entityKey": "allowAllAppsAccess",
"booleanActions": 2,
"policyType": 64,
"enabled": true
}
],
"enabled": true
},
{
"nameResourceKey": "MacOSDeploymentChannelDeviceChannel",
"value": "deviceChannel",
"children": [
{
"dataType": 14,
"category": 93,
"nameResourceKey": "sCEPPolicyRenewalThresholdName",
"descriptionResourceKey": "sCEPPolicyRenewalThresholdDescription",
"childSettings": [
],
"options": [
],
"options": [
],
"entityKey": "allowAllAppsAccess",
"booleanActions": 2,
"policyType": 64,
"enabled": true
}
]
],
"entityKey": "renewalThresholdPercentage",
"booleanActions": 0,
"policyType": 64,
"enabled": true
},
{
"scaleOptions": [
{
"nameResourceKey": "days",
"value": "days",
"enabled": true
},
{
"nameResourceKey": "months",
"value": "months",
"enabled": true
},
{
"nameResourceKey": "years",
"value": "years",
"enabled": true
}
],
"scaleEntityKey": "certificateValidityPeriodScale",
"defaultScale": "years",
"dataType": 22,
"category": 93,
"nameResourceKey": "sCEPPolicyCertificateValidityPeriodName",
"descriptionResourceKey": "sCEPPolicyCertificateValidityPeriodDescription",
"childSettings": [
],
"options": [
],
"entityKey": "certificateValidityPeriodValue",
"booleanActions": 0,
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "pKCSPolicyCertificationAuthorityName",
"descriptionResourceKey": "pKCSPolicyCertificationAuthorityNameDescription",
"childSettings": [
],
"options": [
],
"entityKey": "certificationAuthority",
"booleanActions": 0,
"defaultValue": "",
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "pKCSPolicyCertificationAuthorityNameName",
"descriptionResourceKey": "pKCSPolicyCertificationAuthorityNameNameDescription",
"childSettings": [
],
"options": [
],
"entityKey": "certificationAuthorityName",
"booleanActions": 0,
"defaultValue": "",
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "pKCSPolicyCertificateTemplateNameName",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
],
"entityKey": "certificateTemplateName",
"booleanActions": 0,
"defaultValue": "",
"policyType": 64,
"enabled": true
},
{
"dataType": 16,
"category": 93,
"nameResourceKey": "SCEPPolicyWindowsCertificateStoreName",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
{
"nameResourceKey": "SCEPPolicyWindowsCertificateStoreUser",
"value": "user",
"children": [
{
"isSettingDescription": false,
"showAsSectionHeader": false,
"dataType": 8,
"category": 93,
"nameResourceKey": "MacOSDeploymentChannelWarningBanner",
"childSettings": [
],
"options": [
],
"booleanActions": 0,
"policyType": 64,
"enabled": true
},
{
"value": "custom",
"dataType": 9,
"category": 93,
"childSettings": [
],
"options": [
],
"entityKey": "subjectNameFormat",
"booleanActions": 0,
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "SCEPPolicySubjectNameFormatName",
"descriptionResourceKey": "sCEPPolicyCustomSubjectNameWithAadFormatDescription",
"childSettings": [
],
"options": [
],
"entityKey": "subjectNameFormatString",
"booleanActions": 0,
"defaultValue": "CN={{UserName}},E={{EmailAddress}}",
"policyType": 64,
"enabled": true
},
{
"columns": [
{
"metadata": {
"dataType": 16,
"category": 93,
"nameResourceKey": "attribute",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
{
"nameResourceKey": "PolicyEmailAddress",
"value": "emailAddress",
"enabled": true
},
{
"nameResourceKey": "PolicyUserPrincipalName",
"value": "userPrincipalName",
"enabled": true
},
{
"nameResourceKey": "PolicyDomainNameService",
"value": "domainNameService",
"enabled": true
},
{
"nameResourceKey": "PolicyUniversalResourceIdentifier",
"value": "universalResourceIdentifier",
"enabled": true
},
{
"nameResourceKey": "SCEPPolicyCustomAADAttribute",
"value": "customAzureADAttribute",
"enabled": true
}
],
"entityKey": "sanType",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
},
{
"metadata": {
"dataType": 20,
"category": 93,
"nameResourceKey": "value",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
],
"entityKey": "name",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
}
],
"dataType": 21,
"category": 93,
"nameResourceKey": "PolicySubjectAlternativeName",
"descriptionResourceKey": "PolicySubjectAlternativeNameDescription",
"childSettings": [
],
"options": [
],
"entityKey": "customSubjectAlternativeNames",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
],
"enabled": true
},
{
"nameResourceKey": "SCEPPolicyWindowsCertificateStoreMachine",
"value": "machine",
"children": [
{
"value": "custom",
"dataType": 9,
"category": 93,
"childSettings": [
],
"options": [
],
"entityKey": "subjectNameFormat",
"booleanActions": 0,
"policyType": 64,
"enabled": true
},
{
"dataType": 20,
"category": 93,
"nameResourceKey": "sCEPPolicySubjectNameFormatName",
"descriptionResourceKey": "sCEPPolicySubjectNameFormatDescription",
"childSettings": [
],
"options": [
],
"entityKey": "subjectNameFormatString",
"booleanActions": 0,
"defaultValue": "CN={{AAD_Device_ID}}",
"policyType": 64,
"enabled": true
},
{
"columns": [
{
"metadata": {
"dataType": 16,
"category": 93,
"nameResourceKey": "attribute",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
{
"nameResourceKey": "PolicyEmailAddress",
"value": "emailAddress",
"enabled": true
},
{
"nameResourceKey": "PolicyUserPrincipalName",
"value": "userPrincipalName",
"enabled": true
},
{
"nameResourceKey": "PolicyDomainNameService",
"value": "domainNameService",
"enabled": true
},
{
"nameResourceKey": "PolicyUniversalResourceIdentifier",
"value": "universalResourceIdentifier",
"enabled": true
},
{
"nameResourceKey": "SCEPPolicyCustomAADAttribute",
"value": "customAzureADAttribute",
"enabled": true
}
],
"entityKey": "sanType",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
},
{
"metadata": {
"dataType": 20,
"category": 93,
"nameResourceKey": "value",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
],
"entityKey": "name",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
}
],
"dataType": 21,
"category": 93,
"nameResourceKey": "PolicySubjectAlternativeName",
"descriptionResourceKey": "PolicySubjectAlternativeNameDescription",
"childSettings": [
],
"options": [
],
"entityKey": "customSubjectAlternativeNames",
"booleanActions": 0,
"policyType": 64,
"enabled": true
}
],
"enabled": true
}
],
"entityKey": "certificateStore",
"booleanActions": 0,
"defaultValue": "machine",
"policyType": 64,
"enabled": true
},
{
"dataType": 0,
"category": 93,
"nameResourceKey": "MacOSAllowAllAppsAccess",
"descriptionResourceKey": "MacOSAllowAllAppsAccess",
"emptyValueResourceKey": "macOSAllowAllAppsAccessEmptyValueKey",
"childSettings": [
],
"options": [
],
"entityKey": "allowAllAppsAccess",
"booleanActions": 2,
"policyType": 64,
"enabled": true
}
],
"enabled": true
}
],
"entityKey": "deploymentChannel",
"booleanActions": 0,
"defaultValue": "deviceChannel",
"policyType": 64,
"enabled": true
}
}
File diff suppressed because it is too large Load Diff
@@ -187,51 +187,6 @@
"policyType": 29,
"enabled": true
},
{
"dataType": 10,
"category": 113,
"nameResourceKey": "androidTenDeprecationInfoBox",
"childSettings": [
],
"options": [
],
"booleanActions": 0,
"policyType": 29,
"enabled": true
},
{
"isSettingDescription": false,
"showAsSectionHeader": true,
"dataType": 8,
"category": 113,
"nameResourceKey": "allAndroidVersionsPasswordHeader",
"childSettings": [
{
"isSettingDescription": false,
"showAsSectionHeader": false,
"dataType": 8,
"category": 113,
"nameResourceKey": "allAndroidVersionsPasswordHeaderDescription",
"childSettings": [
],
"options": [
],
"booleanActions": 0,
"policyType": 29,
"enabled": true
}
],
"options": [
],
"booleanActions": 0,
"policyType": 29,
"enabled": true
},
{
"dataType": 16,
"category": 113,
@@ -370,14 +325,14 @@
"showAsSectionHeader": true,
"dataType": 8,
"category": 113,
"nameResourceKey": "androidNineAndBelowPasswordHeader",
"nameResourceKey": "knoxFifteenAndroidNineAndBelowPasswordHeader",
"childSettings": [
{
"isSettingDescription": false,
"showAsSectionHeader": false,
"dataType": 8,
"category": 113,
"nameResourceKey": "androidNineAndBelowPasswordHeaderDescription",
"nameResourceKey": "knoxFifteenAndroidNineAndBelowPasswordHeaderDescription",
"childSettings": [
],
@@ -1,20 +1,48 @@
{
"trustedcert_mactrustedcertificate": {
"dataEntityKey": "trustedRootCertificate",
"filenameEntityKey": "certFileName",
"dataType": 1,
"category": 115,
"nameResourceKey": "trustedCertPolicySelectCertificateName",
"descriptionResourceKey": "empty",
"childSettings": [
"trustedcert_mactrustedcertificate": [
{
"dataType": 16,
"category": 115,
"nameResourceKey": "MacOSDeploymentChannelName",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
],
"options": [
{
"nameResourceKey": "MacOSDeploymentChannelUserChannel",
"value": "userChannel",
"enabled": true
},
{
"nameResourceKey": "MacOSDeploymentChannelDeviceChannel",
"value": "deviceChannel",
"enabled": true
}
],
"entityKey": "deploymentChannel",
"booleanActions": 0,
"defaultValue": "deviceChannel",
"policyType": 65,
"enabled": true
},
{
"dataEntityKey": "trustedRootCertificate",
"filenameEntityKey": "certFileName",
"dataType": 1,
"category": 115,
"nameResourceKey": "trustedCertPolicySelectCertificateName",
"descriptionResourceKey": "empty",
"childSettings": [
],
"entityKey": "trustedRootCertificate",
"booleanActions": 0,
"policyType": 65,
"enabled": true
}
],
"options": [
],
"entityKey": "trustedRootCertificate",
"booleanActions": 0,
"policyType": 65,
"enabled": true
}
]
}
File diff suppressed because it is too large Load Diff
@@ -4078,6 +4078,124 @@
"defaultValue": false,
"policyType": 19,
"enabled": true
},
{
"dataType": 16,
"category": 121,
"nameResourceKey": "wiFiPolicySecurityTypeName",
"descriptionResourceKey": "wiFiPolicySecurityTypeDescription",
"childSettings": [
],
"options": [
{
"nameResourceKey": "notConfigured",
"enabled": true
},
{
"nameResourceKey": "openOption",
"value": "open",
"enabled": true
},
{
"nameResourceKey": "wEPPSKOption",
"value": "wep",
"children": [
{
"dataType": 20,
"category": 121,
"nameResourceKey": "preSharedKeyName",
"descriptionResourceKey": "preSharedKeyDescription",
"emptyValueResourceKey": "wifiPasswordExample",
"childSettings": [
],
"options": [
],
"entityKey": "preSharedKey",
"booleanActions": 0,
"policyType": 19,
"enabled": true
}
],
"enabled": true
},
{
"nameResourceKey": "wPAPSKOption",
"value": "wpaPersonal",
"children": [
{
"dataType": 20,
"category": 121,
"nameResourceKey": "preSharedKeyName",
"descriptionResourceKey": "preSharedKeyDescription",
"emptyValueResourceKey": "wifiPasswordExample",
"childSettings": [
],
"options": [
],
"entityKey": "preSharedKey",
"booleanActions": 0,
"policyType": 19,
"enabled": true
}
],
"enabled": true
}
],
"entityKey": "wiFiSecurityType",
"booleanActions": 0,
"policyType": 19,
"enabled": true
},
{
"dataType": 16,
"category": 121,
"nameResourceKey": "wiFiPolicyProxySettingsName",
"descriptionResourceKey": "wiFiPolicyProxySettingsDescription",
"childSettings": [
],
"options": [
{
"nameResourceKey": "noneOption",
"value": "none",
"enabled": true
},
{
"nameResourceKey": "automaticOption",
"value": "automatic",
"children": [
{
"dataType": 20,
"category": 121,
"nameResourceKey": "proxyServerURLName",
"descriptionResourceKey": "proxyServerURLDescription",
"emptyValueResourceKey": "proxyUrlExample",
"childSettings": [
],
"options": [
],
"entityKey": "proxyAutomaticConfigurationUrl",
"booleanActions": 0,
"policyType": 19,
"enabled": true
}
],
"enabled": true
}
],
"entityKey": "proxySettings",
"booleanActions": 0,
"defaultValue": "none",
"unconfiguredValue": "none",
"policyType": 19,
"enabled": true
}
],
"enabled": true
@@ -4954,7 +5072,7 @@
"entityKey": "proxySettings",
"booleanActions": 0,
"defaultValue": "none",
"unconfiguredValue": "noneOption",
"unconfiguredValue": "none",
"policyType": 19,
"enabled": true
}
@@ -105,8 +105,8 @@
{
"dataType": 16,
"category": 121,
"nameResourceKey": "WifiTypeName",
"descriptionResourceKey": "WiFiTypeDescription",
"nameResourceKey": "wiFiPolicySecurityTypeName",
"descriptionResourceKey": "wiFiPolicySecurityTypeDescription",
"childSettings": [
],
@@ -274,7 +274,7 @@
"entityKey": "proxySetting",
"booleanActions": 0,
"defaultValue": "none",
"unconfiguredValue": "noneOption",
"unconfiguredValue": "none",
"policyType": 124,
"enabled": false
}
@@ -1106,7 +1106,7 @@
"entityKey": "proxySetting",
"booleanActions": 0,
"defaultValue": "none",
"unconfiguredValue": "noneOption",
"unconfiguredValue": "none",
"policyType": 124,
"enabled": false
}
+3 -3
View File
@@ -238,7 +238,7 @@
"entityKey": "proxySettings",
"booleanActions": 0,
"defaultValue": "none",
"unconfiguredValue": "noneOption",
"unconfiguredValue": "none",
"policyType": 54,
"enabled": true
},
@@ -1494,7 +1494,7 @@
"entityKey": "proxySettings",
"booleanActions": 0,
"defaultValue": "none",
"unconfiguredValue": "noneOption",
"unconfiguredValue": "none",
"policyType": 54,
"enabled": true
},
@@ -1940,7 +1940,7 @@
"entityKey": "proxySettings",
"booleanActions": 0,
"defaultValue": "none",
"unconfiguredValue": "noneOption",
"unconfiguredValue": "none",
"policyType": 54,
"enabled": true
},
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,140 @@
{
"wslcompliance_compliancewindows10": [
{
"dataType": 10,
"category": 153,
"nameResourceKey": "windowsSubsystemLinuxComplianceInfoBox",
"childSettings": [
],
"options": [
],
"booleanActions": 0,
"policyType": 35,
"enabled": true
},
{
"isSettingDescription": false,
"showAsSectionHeader": false,
"dataType": 8,
"category": 153,
"nameResourceKey": "windowsSubsystemLinuxComplianceDescription",
"childSettings": [
],
"options": [
],
"booleanActions": 0,
"policyType": 35,
"enabled": true
},
{
"isSettingDescription": false,
"showAsSectionHeader": true,
"dataType": 8,
"category": 153,
"nameResourceKey": "windowsSubsystemLinuxComplianceHeader",
"childSettings": [
{
"isSettingDescription": false,
"showAsSectionHeader": false,
"dataType": 8,
"category": 153,
"nameResourceKey": "windowsSubsystemLinuxComplianceLearnMore",
"childSettings": [
],
"options": [
],
"booleanActions": 0,
"policyType": 35,
"enabled": true
}
],
"options": [
],
"booleanActions": 0,
"policyType": 35,
"enabled": true
},
{
"columns": [
{
"metadata": {
"dataType": 20,
"category": 153,
"nameResourceKey": "wSLPolicyDistributionName",
"descriptionResourceKey": "empty",
"emptyValueResourceKey": "empty",
"childSettings": [
],
"options": [
],
"entityKey": "distribution",
"booleanActions": 0,
"policyType": 35,
"enabled": true
}
},
{
"metadata": {
"dataType": 20,
"category": 153,
"nameResourceKey": "wSLPolicyMinOSVersionName",
"descriptionResourceKey": "empty",
"emptyValueResourceKey": "optionalValue",
"childSettings": [
],
"options": [
],
"entityKey": "minimumOSVersion",
"booleanActions": 0,
"policyType": 35,
"enabled": true
}
},
{
"metadata": {
"dataType": 20,
"category": 153,
"nameResourceKey": "wSLPolicyMaxOSVersionName",
"descriptionResourceKey": "empty",
"emptyValueResourceKey": "optionalValue",
"childSettings": [
],
"options": [
],
"entityKey": "maximumOSVersion",
"booleanActions": 0,
"policyType": 35,
"enabled": true
}
}
],
"dataType": 21,
"category": 153,
"nameResourceKey": "empty",
"descriptionResourceKey": "empty",
"childSettings": [
],
"options": [
],
"entityKey": "wslDistributions",
"booleanActions": 0,
"policyType": 35,
"enabled": true
}
]
}
+126 -84
View File
@@ -71,7 +71,7 @@
"appPackageFile": "Soubor, který obsahuje vaši aplikaci ve formátu, jenž se dá na zařízení zkušebně načíst. Mezi platné typy balíčků patří: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix a .msixbundle).",
"applicableDeviceType": "Vyberte typy zařízení, které můžou tuto aplikaci nainstalovat.",
"category": "Kategorizujte aplikaci, abyste uživatelům usnadnili zatřídit ji a najít v aplikaci Portál společnosti. Pro aplikaci můžete zvolit několik kategorií.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "V aplikaci Microsoft Store (nová verze) vyhledejte aplikace, které chcete nasadit pomocí Intune."
},
"descriptionPreview": "Preview",
"descriptionPreviewLabel": "Preview",
"descriptionRequired": "Popis je povinný.",
"editDescription": "Upravit popis",
"macOSMinOperatingSystemAdditionalInfo": "Minimální operační systém pro nahrání souboru .pkg je macOS 10.14. Pokud chcete vybrat starší minimální operační systém, nahrajte soubor .pkg.",
"markdownHelpLink": "Získá nápovědu k Markdownu podporovanému pro popisy.",
"name": "Informace o aplikaci",
"nameForOfficeSuitApp": "Informace o sadě aplikací"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -915,10 +921,10 @@
"title": "Katalog nastavení"
},
"Templates": {
"subtitle": "Šablony obsahují skupiny nastavení uspořádané podle funkcí. Pokud nechcete zásady sestavovat ručně nebo chcete zařízení nakonfigurovat pro přístup k firemním sítím, třeba při konfiguraci Wi-Fi nebo VPN, použijte šablonu.",
"subtitle": "Šablony obsahují skupiny nastavení uspořádané podle funkcí. Šablonu použijte, pokud nechcete vytvářet zásady ručně nebo pokud chcete nakonfigurovat zařízení pro přístup k firemním sítím, například při konfiguraci WiFi nebo VPN.",
"title": "Šablony"
},
"noData": "Nepovedlo se najít žádné šablony zásad"
"noData": "Nenašly se žádné šablony zásad."
},
"PolicyType": {
"EdgeSmartScreenSettings": {
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Ochrana účtu (test)",
"windowsSecurityExperience": "Možnosti Zabezpečení Windows"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Brána firewall systému Windows"
},
"FirewallRules": {
"mDE": "Pravidla firewallu systému Windows"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "Nastavení přesunutí známých složek na OneDrivu: Windows 10 v šabloně konfigurace cloudu. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Neznámé",
"unsupported": "Nepodporovaný",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Import Wi-Fi",
"windows10CompliancePolicy": "Zásady dodržování předpisů ve Windows 10/11",
@@ -1064,9 +1080,11 @@
"prompt": "Zobrazit výzvu"
},
"Permissions": {
"accessBackgroundLocation": "Přístup k poloze (pozadí)",
"accessCoarseLocation": "Přístup k poloze (přibližné)",
"accessFineLocation": "Přístup k poloze (přesné)",
"addVoicemail": "Přidávání hlasových zpráv",
"bluetoothConnect": "Připojení Bluetooth",
"bodySensors": "Povolování dat z fyziologických senzorů",
"bodySensorsBackground": "Povolit data tělesného senzoru na pozadí",
"callPhone": "Volání",
@@ -1671,20 +1689,20 @@
"zeroDays": "0 dnů"
},
"SecurityTemplate": {
"aSR": "Omezení možností útoku",
"aSR": "Omezení potenciální oblasti útoku",
"accountProtection": "Ochrana účtu",
"allDevices": "Všechna zařízení",
"antivirus": "Antivirus",
"antivirusReporting": "Vytváření sestav antiviru (Preview)",
"antivirusReporting": "Vytváření sestav antivirové ochrany (Preview)",
"conditionalAccess": "Podmíněný přístup",
"deviceCompliance": "Dodržování předpisů zařízením",
"diskEncryption": "Šifrování disku",
"eDR": "Zjišťování koncových bodů a odpověď",
"ePM": "Správa oprávnění koncového bodu",
"firewall": "Firewall",
"firewall": "Brána firewall",
"helpSupport": "Nápověda a podpora",
"setup": "Instalace",
"wdapt": "Microsoft Defender pro koncový bod"
"setup": "Nastavení",
"wdapt": "Microsoft Defender pro koncové body"
},
"OutlookAppConfig": {
"DataProtectionConfiguration": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "Správa tenanta"
},
"actions": "Akce při nedodržení předpisů",
"adminPermissions": "Oprávnění správce",
"advancedExchangeSettings": "Nastavení Exchange Online",
"advancedThreatProtection": "Microsoft Defender pro koncový bod",
"allApps": "Všechny aplikace",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Souhrn aktualizací softwaru",
"macOSSoftwareUpdateStateSummaries": "aktualizace",
"managedGooglePlay": "Spravovaný obchod Google Play",
"msfb": "Microsoft Store pro firmy",
"myPermissions": "Moje oprávnění",
"notifications": "Oznámení",
"officeApps": "Aplikace Office",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Vyřadit zařízení nesplňující požadavky",
"retireNoncompliantDevicesPreview": "Vyřazení zařízení nesplňujících požadavky (Preview)",
"role": "Role",
"rolesByPermission": "Role podle oprávnění",
"scriptManagement": "Skripty",
"securityBaselines": "Standardní hodnoty zabezpečení",
"serviceToServiceConnector": "Konektor Exchange Online",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "Protokol nespravovaného prohlížeče",
"tooltip": "<p>Zadejte protokol pro jeden nespravovaný prohlížeč. Webový obsah (HTTP/S) z aplikací spravovaných zásadami se otevře ve kterékoli aplikaci, která podporuje tento protokol. </p>\r\n \r\n<p><b>Poznámka: </b>Zahrňte jen předponu protokolu. Pokud váš prohlížeč vyžaduje, aby odkazy měly tvar mybrowser://www.microsoft.com, zadejte mybrowser.</p>"
"tooltip": "<p>Zadejte protokol pro jeden nespravovaný prohlížeč. Webový obsah (HTTP/S) z aplikací spravovaných zásadami se otevře ve kterékoli aplikaci, která podporuje tento protokol. </p>\r\n\r\n<p><b>Poznámka: </b>Zahrňte jen předponu protokolu. Pokud váš prohlížeč vyžaduje, aby odkazy měly tvar mybrowser://www.microsoft.com, zadejte mybrowser.</p>"
},
"CustomDialerAppDisplayName": {
"label": "Název aplikace pro vytáčení"
@@ -2183,10 +2202,10 @@
"tooltip": "Pokud chcete vynutit šifrování dat organizace pomocí šifrování na aplikační vrstvě Intune, vyberte {0}.\r\n <br/>\r\nPokud na zaregistrovaných zařízeních šifrování dat organizace pomocí šifrování na aplikační vrstvě Intune vynucovat nechcete, vyberte {1}.\r\n\r\n<br/>\r\nPoznámka: Další informace o šifrování na aplikační vrstvě Intune najdete tady: {2}"
},
"EncryptDataAndroid": {
"tooltip": "<p>Zvolte <b>Vyžadovat</b> a povolte tak šifrování pracovních nebo školních dat v této aplikaci. Intune používá 256bitové schéma AES šifrování wolfSSL spolu se systémem Android Keystore k bezpečnému šifrování dat aplikací. Data se šifrují synchronně během souborových vstupně-výstupních úloh. Obsah v úložišti zařízení je vždy šifrovaný. Nové soubory budou šifrovány pomocí 256bitových klíčů. Stávající 128bitově zašifrované soubory projdou pokusem o migraci na 256bitové klíče, ale výsledek není zaručený. Soubory zašifrované pomocí 128bitových klíčů zůstanou čitelné. </p>\r\n\r\n<p> Metoda šifrování je kompatibilní se standardem FIPS 140-2.</p>"
"tooltip": "<p>Zvolte <b>Vyžadovat</b> a povolte tak šifrování pracovních nebo školních dat v této aplikaci. Intune používá 256bitové schéma AES šifrování wolfSSL spolu se systémem Android Keystore k bezpečnému šifrování dat aplikací. Data se šifrují synchronně během souborových vstupně-výstupních úloh. Obsah v úložišti zařízení je vždy šifrovaný. Nové soubory budou šifrovány pomocí 256bitových klíčů. Stávající 128bitově zašifrované soubory projdou pokusem o migraci na 256bitové klíče, ale výsledek není zaručený. Soubory zašifrované pomocí 128bitových klíčů zůstanou čitelné. </p>\r\n\r\n<p>Metoda šifrování je kompatibilní se standardem FIPS 140-2.</p>"
},
"EncryptDataIos": {
"tooltip1": "Pokud chcete v této aplikaci povolit šifrování pracovních nebo školních dat, zvolte <b>Vyžadovat</b>. Služba Intune vynucuje šifrování zařízení s iOS/iPadOS, aby chránila data aplikací ve chvíli, kdy je zařízení zamknuté. Aplikace můžou volitelně šifrovat svá data pomocí šifrování v sadě Intune APP SDK. Tato sada používá kryptografické metody iOS, pomocí kterých data aplikací šifruje pomocí 128bitového šifrování AES.",
"tooltip1": "Pokud chcete v této aplikaci povolit šifrování pracovních nebo školních dat, zvolte <b>Vyžadovat</b>. Služba Intune vynucuje šifrování zařízení s iOS/iPadOS, aby chránila data aplikací ve chvíli, kdy je zařízení zamknuté. Aplikace můžou volitelně šifrovat svá data pomocí šifrování v sadě Intune APP SDK. Tato sada používá kryptografické metody iOS, pomocí kterých data aplikací šifruje pomocí 256bitového šifrování AES.",
"tooltip2": "Když povolíte toto nastavení, je možné, že uživatel bude muset pro přístup k zařízení nastavit a používat PIN kód. Pokud zařízení žádný PIN kód nemá, a přitom se vyžaduje šifrování, uživateli se zobrazí výzva, aby si PIN kód nastavil. Výzva obsahuje tuto zprávu: Vaše organizace vyžaduje, abyste před přístupem k této aplikaci nejdříve povolili PIN kód zařízení.",
"tooltip3": "Informace o tom, které moduly šifrování iOSu dodržují standard FIPS 140-2 nebo které čekají na potvrzení jeho implementace, najdete v <a href=\"{0}\" target=\"_blank\">oficiální dokumentaci Applu</a>."
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "Oznámení dat organizace",
"tooltip": "<p>Pokud chcete zadat, jak se pro tuto aplikaci a všechna připojená zařízení, třeba nositelnou elektroniku, zobrazují oznámení pro účty organizace, vyberte jednu z těchto možností:</p>\r\n<p>{0}: Nesdílet oznámení</p>\r\n<p>{1}: Nesdílet v oznámeních data organizace. Pokud aplikace tuto možnost nepodporuje, oznámení se zablokují. </p>\r\n<p>{2}: Sdílet všechna oznámení </p>\r\n <p>Jen Android:\r\n Poznámka: Toto nastavení se nevztahuje na všechny aplikace. Další informace najdete tady: {3}</p>\r\n\r\n <p>Jen iOS:\r\nPoznámka: Toto nastavení se nevztahuje na všechny aplikace. Další informace najdete tady: {4}</p>"
"tooltip": "<p>Pokud chcete zadat, jak se pro tuto aplikaci a všechna připojená zařízení, třeba nositelnou elektroniku, zobrazují oznámení pro účty organizace, vyberte jednu z těchto možností:</p>\r\n<p>{0}: Nesdílet oznámení</p>\r\n<p>{1}: Nesdílet v oznámeních data organizace. Pokud aplikace tuto možnost nepodporuje, oznámení se zablokují. </p>\r\n<p>{2}: Sdílet všechna oznámení </p>\r\n <p>Jenom Android:\r\n Poznámka: Toto nastavení neplatí pro všechny aplikace. Další informace najdete tady: {3}</p>\r\n\r\n <p>Jenom iOS:\r\nPoznámka: Toto nastavení neplatí pro všechny aplikace. Další informace najdete tady: {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "Omezit přenos webového obsahu s jinými aplikacemi",
"tooltip": "<p>Vyberte jednu z následujících možností pro určení aplikací, ve kterých tato aplikace bude moci otevírat webový obsah: </p>\r\n<p><b> Microsoft Edge:</b> Dovolí otevírat webový obsah jen v Microsoft Edgi. <a href=\"{0}\" target=\"_blank\">Zjistěte, jak Microsoft Edge chrání vaše data.</a></p>\r\n<p><b>Nespravovaný prohlížeč:</b> Dovolí otevírat webový obsah jen v nespravovaném prohlížeči definovaném v nastavení Protokol nespravovaného prohlížeče.</p> \r\n<p><b>Libovolná aplikace:</b> Dovolí otevírat webové odkazy v jakékoli aplikaci.</p>"
"tooltip": "<p>Vyberte jednu z následujících možností pro určení aplikací, ve kterých tato aplikace bude moci otevírat webový obsah:</p>\r\n<p><b>Microsoft Edge:</b> Dovolí otevírat webový obsah jen v Microsoft Edgi.<a href=\"{0}\" target=\"_blank\"> Zjistěte, jak Microsoft Edge chrání vaše data.</a></p>\r\n<p><b>Nespravovaný prohlížeč:</b> Dovolí otevírat webový obsah jen v nespravovaném prohlížeči definovaném v nastavení Protokol nespravovaného prohlížeče.</p>\r\n<p><b>Libovolná aplikace:</b> Dovolí otevírat webové odkazy ve kterékoli aplikaci.</p>"
},
"OverrideBiometric": {
"tooltip": "V případě potřeby, v závislosti na časovém limitu (počet minut neaktivity), přepíše výzva zadat PIN kód výzvy použít biometriku. Pokud ještě časový limit nevyprší, výzva použít biometriku se bude zobrazovat nadále. Tato hodnota časového limitu by měla být větší než hodnota zadaná v části Znovu zkontrolovat požadavky na přístup po (počet minut neaktivity). "
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "Ukládat kopie dat organizace",
"tooltip": "Pokud chcete zabránit ukládání kopie dat organizace pomocí Uložit jako do nového umístění, které nepatří mezi vybrané služby úložiště, vyberte {0}.\r\n Pokud chcete ukládání kopie dat organizace do nového umístění pomocí Uložit jako povolit, vyberte {1}.<br/>\r\n\r\n\r\nPoznámka: Toto nastavení neplatí pro všechny aplikace. Další informace najdete tady: {2}\r\n"
"tooltip": "Pokud chcete zabránit ukládání kopie dat organizace pomocí možnosti Uložit jako do nového umístění, které nepatří mezi vybrané služby úložiště, vyberte {0}.\r\n Pokud chcete ukládání kopie dat organizace do nového umístění pomocí možnosti Uložit jako povolit, vyberte {1}. <br/>\r\n\r\n\r\nPoznámka: Toto nastavení neplatí pro všechny aplikace. Další informace najdete tady: {2}.\r\n"
},
"SaveDataToSelected": {
"label": "Povolit uživateli ukládat kopie do vybraných služeb",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "Přijmout data z",
"tooltip": "Pokud chcete určit zdroje, ze kterých můžou uživatelé organizace přijímat data, vyberte jednu z následujících možností: <br/>\r\n\r\n<b>Všechny zdroje</b>: Uživatelé organizace můžou otevírat data z libovolného účtu, dokumentu, umístění nebo aplikace do kontextu organizace. <br/>\r\n\r\n<b>Žádné zdroje</b>: Uživatelé organizace nemůžou v kontextu organizace otevírat data z externích účtů, dokumentů, umístění nebo aplikací."
"tooltip": "Pokud chcete určit zdroje, ze kterých můžou uživatelé organizace přijímat data, vyberte jednu z následujících možností: <br/>\r\n\r\n<b>Všechny zdroje</b>: Uživatelé organizace můžou otevírat data z libovolného účtu, dokumentu, umístění nebo aplikace do kontextu organizace.<br/>\r\n\r\n<b>Žádné zdroje</b>: Uživatelé organizace nemůžou v kontextu organizace otevírat data z externích účtů, dokumentů, umístění nebo aplikací."
},
"WinSendData": {
"label": "Odeslat data organizace do",
"tooltip": "Pokud chcete zadat cíle organizace, do kterých můžou uživatelé posílat data, vyberte jednu z následujících možností: <br/>\r\n\r\n<b>Všechny cíle</b>: Uživatelé organizace můžou posílat data organizace na libovolný účet, dokument, umístění nebo aplikaci.<br/>\r\n\r\n<b>Žádné cíle</b>: Uživatelé organizace nemůžou posílat data organizace externím účtům, dokumentům, umístěním nebo aplikacím z kontextu organizace."
"tooltip": "Pokud chcete zadat cíle organizace, do kterých můžou uživatelé posílat data, vyberte jednu z následujících možností: <br/>\r\n\r\n<b>Všechny cíle</b>: Uživatelé organizace můžou odesílat data organizace do libovolného účtu, dokumentu, umístění nebo aplikace.<br/>\r\n\r\n<b>Žádné cíle</b>: Uživatelé organizace nemůžou posílat data organizace externím účtům, dokumentům, umístěním nebo aplikacím z kontextu organizace."
},
"Tap": {
"numberOfDays": "Počet dnů",
@@ -2387,7 +2406,7 @@
"PolicySet": {
"appManagement": "Správa aplikací",
"assignments": "Přiřazení",
"basics": "Základy",
"basics": "Základní informace",
"deviceEnrollment": "Registrace zařízení",
"deviceManagement": "Správa zařízení",
"scopeTags": "Značky oboru",
@@ -2395,7 +2414,7 @@
"appProtectionTitle": "Zásady ochrany aplikací",
"appTitle": "Aplikace",
"iOSAppProvisioningTitle": "Zřizovací profily aplikací pro iOS",
"deviceLimitRestrictionTitle": "Omezení limitů počtů zařízení",
"deviceLimitRestrictionTitle": "Omezení limitů zařízení",
"deviceTypeRestrictionTitle": "Omezení typů zařízení",
"enrollmentStatusSettingTitle": "Stránky stavu registrace",
"windowsAutopilotDeploymentProfileTitle": "Profily nasazení Windows Autopilot",
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Příkazový řádek",
"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",
"installScript": "Instalační skript",
"installScriptErrorText": "Je vyžadován instalační skript.",
"installScriptToolTip": "Soubor powershellového skriptu s příkazy pro instalaci, které se používají k instalaci této aplikace",
"installScriptsHeader": "Zadejte nastavení instalace a odinstalace aplikace, včetně toho, jestli se mají používat skript nebo příkazový řádek, časové limity, chování při restartování a návratové kódy.",
"installerTypeText": "Typ instalačního programu",
"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.",
"scriptDropdownText": "Powershellový skript",
"scriptsErrorText": "Vyžaduje se instalační a odinstalační skript.",
"selectCustomScript": "Vybrat vlastní skript",
"selectScriptLinkAriaText": "Není vybraný žádný skript. Otevře kontextové podokno pro nahrání skriptu.",
"selectScriptLinkText": "Vyberte skript",
"selectedScriptLinkAriaText": "Je vybrán skript {0}. Otevře kontextové podokno pro úpravu nebo nahrání nového skriptu.",
"selectorLabel": "Program",
"uninstallCommand": "Příkaz pro odinstalaci",
"uninstallCommandTooltip": "Celý odinstalační příkazový řádek, pomocí kterého se tato aplikace odinstaluje"
"uninstallCommandTooltip": "Celý odinstalační příkazový řádek, pomocí kterého se tato aplikace odinstaluje",
"uninstallScript": "Odinstalační skript",
"uninstallScriptErrorText": "Je vyžadován odinstalační skript.",
"uninstallScriptToolTip": "Soubor powershellového skriptu s příkazy pro odinstalaci, které se používají k odinstalaci této aplikace",
"uninstallerTypeText": "Typ odinstalačního programu"
},
"TermsOfUse": {
"Languages": {
@@ -2847,8 +2882,8 @@
"description": "Popis",
"deviceType": "Typ zařízení",
"deviceUse": "Použití zařízení",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot podporuje připojení k Microsoft Entra jenom pro zařízení Surface Hub 2. Zadejte, jak se zařízení připojují k Active Directory (AD) ve vaší organizaci.\r\n </p>\r\n <ul>\r\n <li>\r\n Připojeno k Microsoft Entra: Jen cloud bez místní služby Active Directory Windows Serveru.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Zadejte, jak se zařízení připojují k Active Directory (AD) ve vaší organizaci:\r\n </p>\r\n <ul>\r\n <li>\r\n Připojeno k Microsoft Entra: Jen cloud bez místní služby Active Directory Windows Serveru\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot podporuje připojení k Microsoft Entra jenom pro zařízení Surface Hub 2. Zadejte, jak se zařízení připojují k Active Directory (AD) ve vaší organizaci.\r\n </p>\r\n <ul>\r\n <li>\r\n Připojeno k Microsoft Entra: Jen cloud bez místní služby Windows Server Active Directory\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Zadejte, jak se zařízení připojují k Active Directory (AD) ve vaší organizaci:\r\n </p>\r\n <ul>\r\n <li>\r\n Připojeno k Microsoft Entra: Jen cloud bez místní služby Windows Server Active Directory\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "Při načítání počtu přiřazených zařízení došlo k chybě.",
"getAssignmentsError": "Při načítání přiřazení profilů AutoPilot došlo k chybě.",
"harvestDeviceId": "Převést všechna cílová zařízení na Autopilot",
@@ -2879,7 +2914,7 @@
"devicesWithoutEnrollment": "Spravované aplikace"
},
"AppProtection": {
"allAppTypes": "Cílit na všechny typy aplikací",
"allAppTypes": "Cílení na všechny typy aplikací",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Aplikace v pracovním profilu Androidu",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Aplikace na vyhrazených zařízeních s Androidem Enterprise se sdíleným režimem Microsoft Entra",
@@ -2891,7 +2926,7 @@
"iosAndroidMacPlatformLabel": "iOS, Android, Mac",
"iosAndroidPlatformLabel": "iOS, Android",
"macPlatformLabel": "Mac",
"notAvailable": "Není dostupné",
"notAvailable": "Není k dispozici",
"windows10PlatformLabel": "Windows 10 a novější",
"withEnrollment": "S registrací",
"withoutEnrollment": "Bez registrace"
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Dělené tunelové propojení",
"vPNTrustedNetwork": "Detekce důvěryhodných sítí",
"wSLCompliance": "Subsystém Windows pro Linux (WSL)",
"wakeSettings": "Nastavení probuzení",
"webContentFilter": "Filtr webového obsahu",
"wiFi": "Wi-Fi",
@@ -4300,7 +4336,6 @@
"mk": "Makedonština (Severní Makedonie)",
"ml": "Malajálamština (Indie)",
"mt": "Maltština (Malta)",
"mi": "Maorština (Nový Zéland)",
"mr": "Maráthština (Indie)",
"moh": "Mohawkština (Mohawkové)",
"ne": "Nepálština (Nepál)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamština (Vietnam)",
"cy": "Velština (Spojené království)",
"wo": "Wolofština (Senegal)",
"sah": "jakutština (Rusko)",
"ii": "Yi (ČLR)",
"yo": "Jorubština (Nigérie)"
},
"DisplayRoleTypes": {
"builtInRole": "Předdefinovaná role",
"customAutopatchRole": "Vlastní role automatické opravy Windows",
"customCloudPCRole": "Vlastní role Windows 365",
"customIntuneRole": "Vlastní role Intune",
"customRole": "Vlastní role"
@@ -4725,7 +4762,7 @@
"gt": "Guatemala",
"gw": "Guinea-Bissau",
"gy": "Guyana",
"hk": "Hongkong",
"hk": "Hongkong zvláštní administrativní oblast",
"hn": "Honduras",
"hr": "Chorvatsko",
"hu": "Maďarsko",
@@ -4759,7 +4796,7 @@
"mk": "Severní Makedonie",
"ml": "Mali",
"mn": "Mongolsko",
"mo": "Macao",
"mo": "Macao zvláštní administrativní oblast",
"mr": "Mauritánie",
"ms": "Montserrat",
"mt": "Malta",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "Tato nastavení fungují pro plně spravovaná, vyhrazená a společností vlastněná zařízení s pracovním profilem.",
"allAndroidCorpEnrollmentTypesHeaderName": "Plně spravovaná, vyhrazená a společností vlastněná zařízení s pracovním profilem",
"allAndroidVersionsPasswordHeader": "Všechna zařízení s Androidem",
"allAndroidVersionsPasswordHeaderDescription": "Tato nastavení fungují pro všechny verze a výrobce operačního systému Android.",
"allAndroidVersionsPasswordHeaderDescription": "Tato nastavení fungují pro všechny verze a výrobce operačního systému Android s výjimkou případů, kdy je to uvedeno.",
"allDomainsOption": "Všechny domény",
"allEnrollmentTypesDescription": "Tato nastavení fungují pro zařízení, která se zaregistrovala do Intune prostřednictvím registrace zařízení nebo uživatelů, a pro zařízení zaregistrovaná pomocí Apple School Manageru nebo Apple Business Manageru s automatizovanou registrací zařízení (dříve DEP).",
"allEnrollmentTypesHeader": "Všechny typy registrace",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Odemknutí rozpoznávání tváře",
"blockFacetimeName": "Blokovat FaceTime",
"blockFactoryResetDescription": "Blokuje obnovení továrního nastavení zařízení.",
"blockFactoryResetName": "Obnovení továrního nastavení (jenom Samsung KNOX)",
"blockFactoryResetName": "Obnovení továrního nastavení (jenom Samsung KNOX Android 15 a starší)",
"blockFilesNetworkDriveAccessDescription": "Pomocí protokolu SMB (Server Message Block) můžou zařízení přistupovat k souborům nebo jiným prostředkům na síťovém serveru. K dispozici pro zařízení se systémy iOS a iPadOS verze 13.0 a novější.",
"blockFilesNetworkDriveAccessName": "Blokovat přístup k síťové jednotce v aplikaci Files",
"blockFilesUsbDriveAccessDescription": "Zařízení s přístupem se můžou připojit k souborům na jednotce USB a otevírat je. K dispozici pro zařízení se systémy iOS a iPadOS verze 13.0 nebo novější.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Blokuje funkci automatické synchronizace účtu Google.",
"blockGoogleAccountAutoSyncName": "Automatická synchronizace účtu Google (jenom Samsung KNOX)",
"blockGoogleBackupDescription": "Blokuje synchronizaci se zálohovací službou Google.",
"blockGoogleBackupName": "Zálohovací služba Google (jenom Samsung KNOX)",
"blockGoogleBackupName": "Zálohování Google (jenom Samsung KNOX Android 15 a starší)",
"blockGooglePlayStoreDescription": "Blokuje obchod Google Play (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Obchod Google Play (jenom Samsung KNOX) ",
"blockHostPairingDescription": "Zablokuje párování hostitele, aby bylo možné určovat zařízení, se kterými se zařízení s iOSem může spárovat.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Zablokuje zobrazování chybového dialogu, pokud se nezjistí žádná SIM karta",
"blockSIMCardErrorDialogName": "Chybový dialog SIM karty (jenom mobilní verze)",
"blockSMSAndMMSAndroidDescription": "Blokuje funkce pro zprávy SMS a MMS (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "Zprávy SMS a MMS (jenom Samsung KNOX)",
"blockSMSAndMMSName": "Zasílání zpráv SMS/MMS (jenom Samsung KNOX Android 15 a starší)",
"blockSafariAutofillDescription": "Zablokuje prohlížeči Safari možnost zapamatovat si údaje, které uživatel zadá do webových formulářů.",
"blockSafariAutofillName": "Zablokovat automatické vyplňování v Safari",
"blockSafariDescription": "Blokuje webový prohlížeč Safari.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Blokuje vytváření konfigurací VPN.",
"blockVPNCreationName": "Zablokovat vytváření VPN",
"blockVoiceAssistantAndroidDescription": "Blokuje hlasového asistenta (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Hlasový asistent (jenom Samsung KNOX)",
"blockVoiceAssistantName": "Hlasový asistent (jenom Samsung KNOX Android 15 a starší)",
"blockVoiceDialingAndroidDescription": "Blokuje hlasové vytáčení (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Blokuje hlasové vytáčení na zařízení.",
"blockVoiceDialingName": "Hlasové vytáčení",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "Popis správného formátu nahraného souboru najdete v dokumentaci Intune. <a href=\"https://aka.ms/AA6z0o4\">Další informace</a>",
"customAppConfigurationFileName": "Soubor seznamu vlastností",
"customBoolError": "Všechny konfigurační klíče typu boolean musí mít hodnotu buď true, nebo false.",
"customComplianceToolTip": "Když je tato možnost povolena, musí zařízení dodržovat předpisy podle vlastních pravidel definovaných v souboru JSON na základě vlastních dat vrácených z powershellového skriptu zjišťování.",
"customEapXmlOption": "Vlastní data XML protokolu EAP",
"customIntError": "Všechny konfigurační klíče typu integer musí být celá číselná hodnota.",
"customItemHideFromUserConfiguration": "Skrýt",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Sdílení dat mezi pracovním a osobním profilem",
"dataTypeName": "Datový typ",
"dateAndTimeBlockChangesDescription": "Zablokuje uživateli možnost měnit na zařízení datum a čas (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Zablokovat změny data a času (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Blokování změn data a času (jenom Samsung Android 15 a starší)",
"dateTimeConfigurationBlockedDescription": "Zablokuje uživateli možnost ručně nastavit datum a čas.",
"dateTimeConfigurationBlockedName": "Změny data a času",
"dateTimeName": "Datum a čas",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Seznam povolených Wi-Fi",
"knoxBlockAutofillDescription": "Blokuje automatické vyplňování.",
"knoxBlockAutofillName": "Automatické vyplňování (jenom Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (jenom Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (jenom Samsung KNOX Android 13 a starší)",
"knoxBlockCookiesDescription": "Povolí nebo zablokuje soubory cookie v prohlížeči.",
"knoxBlockCookiesName": "Soubory cookie (jenom Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "Blokuje funkce kopírování a vložení.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Automaticky otevíraná okna (jenom Samsung KNOX)",
"knoxBlockRemovableStorageName": "Vyměnitelné úložiště (jenom Samsung KNOX)",
"knoxBlockScreenshotDescription": "Blokuje zachycení obsahu obrazovky jako obrázku.",
"knoxBlockScreenshotName": "Zachytávání snímku obrazovky (jenom Samsung KNOX)",
"knoxBlockScreenshotName": "Snímek obrazovky (jenom Samsung KNOX Android 15 a starší)",
"knoxBlockVoiceDialingName": "Hlasové vytáčení (jenom Samsung KNOX)",
"knoxBlockVoiceRoamingName": "Hlasový roaming (jenom Samsung KNOX)",
"knoxBlockWebBrowserDescription": "Blokuje webový prohlížeč na zařízení.",
"knoxBlockWebBrowserName": "Webový prohlížeč (jenom Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (jenom Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (jenom Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (jenom Samsung KNOX Android 12 a starší)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (jenom Samsung KNOX Android 12 a starší)",
"knoxCellularDataDescription": "Zablokuje používání dat přes mobilní sítě. Když se toto nastavení nenakonfiguruje, bude používání dat přes mobilní sítě povolené a uživatelé ho budou moct upravit.",
"knoxCellularDataName": "Mobilní datový kanál (jenom Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 a starší nebo Samsung Knox Android 15 a starší",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "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 zahrnující Android 15 a starší.",
"knoxRequireEncryptionName": "Šifrování (Android 11 a starší nebo Samsung KNOX Android 14 a starší)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Paměťové karty musí být šifrované. Ne všechna zařízení podporují šifrování paměťových karet. Další informace najdete v dokumentaci k zařízení a mobilnímu operačnímu systému.",
"knoxRequireEncryptionOnRemovableStorageName": "Šifrování na paměťových kartách (jenom Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "Šifrování na paměťových kartách (jenom Samsung KNOX Android 15 a starší)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (nativní typ)",
"lanManagerAuthenticationLevelDesc": "Toto nastavení zabezpečení určuje, který ověřovací protokol pro výzvy a odpovědi se použije pro přihlášení k síti.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Typ identifikátoru",
"macOSAppleEventReceiverTableDescription": "Povolí aplikaci nebo procesu posílat omezené události Apple jiné aplikaci nebo procesu. Musíte znát identifikátor, typ identifikátoru a požadavek na kód přijímající aplikace nebo procesu.",
"macOSAppleEventReceiverTableName": "Události Apple",
"macOSDeploymentChannelDeviceChannel": "Kanál zařízení",
"macOSDeploymentChannelName": "Kanál nasazení",
"macOSDeploymentChannelUserChannel": "Kanál uživatele",
"macOSDeploymentChannelWarningBanner": "Z bezpečnostních důvodů se doporučuje v uživatelském kanálu používat pouze uživatelský typ certifikátu.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Řídí na zařízení přístup k aplikaci pro usnadnění, která obsahuje funkce, jako jsou skryté titulky, text při přechodu myší a hlasové ovládání.",
"macOSPrivacyAccessControlItemAccessibilityName": "Přístupnost",
"macOSPrivacyAccessControlItemAddressBookName": "Kontakty",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Nastaví klíčovací moduly tak, aby v případě, že nepodporují všechny sady ověřování v dané sadě, se celá sada ověřování ignorovala. Pokud je tato možnost povolená, budou klíčovací moduly ignorovat nepodporované sady ověřování.",
"opportunisticallyMatchAuthName": "Oportunisticky přiřadit sadu ověřování na klíčovací modul",
"optional": "Nepovinné",
"optionalValue": "Volitelná hodnota",
"organizationalUnitDescription": "Úplná cesta k organizační jednotce (OU), na které se mají vytvořit účty počítačů. Pokud se nezadá, použije se známý kontejner objektu počítače.",
"organizationalUnitName": "Organizační jednotka",
"originalProfileTypeTitle": "Typ původního profilu:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Období platnosti certifikátu",
"sCEPPolicyCustomAADAttribute": "Vlastní atribut Microsoft Entra",
"sCEPPolicyCustomKeys": "Vlastní klíče",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Zadejte hodnotu, která může být libovolnou podporovanou proměnnou, například {{UserPrincipalName}}. Můžete použít pouze {{OnPremisesSecurityIdentifier}} s atributem URI. Další informace o podporovaných proměnných: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Zadejte hodnotu, která může kombinovat libovolnou podporovanou proměnnou se statickým textem. Pro hlavní název uživatele (UPN) a e-mailové adresy použijte formát {{AAD_Device_ID}}@contoso.com. Hodnoty DNS nesmí obsahovat symboly ani znak @, například {{DeviceName}}.contoso.com nebo {{DeviceName}}. Všimněte si, že hodnotu {{OnPremisesSecurityIdentifier}} lze použít pouze s atributem URI pro alternativní název subjektu. Proměnné podpory najdete tady: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "Předsdílený klíč WPA",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "Linuxové distribuce nedodržující předpisy: ",
"wSLComplianceTitle": "Odinstalujte ze Subsystému Windows pro Linux (WSL) linuxové distribuce nebo verze nedodržující předpisy.",
"wSLPolicyDistributionName": "Název distribuce",
"wSLPolicyMaxOSVersionName": "Maximální verze OS",
"wSLPolicyMinOSVersionName": "Minimální verze OS",
"wakeOnLANName": "Wake on LAN",
"wakeOnPowerName": "Probuzení při napájení",
"wakeScreenWhenSomeoneInRoomName": "Probudit obrazovku, když je někdo v místnosti",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows Spotlight na zamykací obrazovce",
"windowsSpotlightPersonalizationDescription": "Zablokuje přizpůsobení Windows Spotlightu podle využití zařízení.",
"windowsSpotlightPersonalizationName": "Přizpůsobení Windows Spotlightu",
"windowsSubsystemLinuxComplianceDescription": "Tato nastavení se týkají linuxových distribucí nainstalovaných na spravovaných zařízeních s Windows a ovlivňují stav dodržování předpisů zařízení. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Další informace o používání nastavení</a>",
"windowsSubsystemLinuxComplianceHeader": "Povolené distribuce a verze Linuxu",
"windowsSubsystemLinuxComplianceInfoBox": "Ve stejné zásadě nemůžete nakonfigurovat WSL a vlastní nastavení dodržování předpisů.",
"windowsSubsystemLinuxComplianceLearnMore": "Zadejte povolené linuxové distribuce a volitelně pro každou distribuci zadejte minimální verzi, maximální verzi nebo obě.",
"windowsTipsDescription": "Umožňuje správcům IT vypnout zobrazování tipů Windows.",
"windowsTipsName": "Tipy Windows",
"windowsWelcomeExperienceDescription": "Zablokuje prostředí uvítání systémem Windows, které zavádí nové nebo aktualizované funkce.",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "Žádné zásady",
"clientAppPolicyPlural": "{0} zásad(y)",
"clientAppPolicySingular": "{0} zásada",
"clockInClockOutNotes": "<p><b>Poznámky:</b></p>\r\n<ul type=\"disc\">\r\n <li>Nahlédněte do <b>odkazu na dokumentaci pro dobu klidu oddíl blokování</b>, kde najdete další informace o aplikacích, na které se toto nastavení dá použít.</li>\r\n <li>Toto nastavení nemá možnost ztlumit oznámení. Pokud chcete nakonfigurovat nastavení pro ztlumení oznámení, přečtěte si prosím <b>odkaz na období klidu dokumenty o ztlumení</b>.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>Poznámky:</b></p>\r\n<ul type=\"disc\">\r\n <li>Toto nastavení se musí nakonfigurovat jenom v případě, že je tenant integrovaný s <b>rozhraním API pro pracovní dobu</b>. Další informace o integraci tohoto nastavení s <b>rozhraním API pro pracovní dobu</b> najdete v tématu věnovaném <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">omezení přístupu k Microsoft Teams, když nejsou pracovníci prvního kontaktu na směně</a>\r\n. Konfigurace tohoto nastavení bez integrace s rozhraním API pro pracovní dobu může vést k zablokování účtů kvůli chybějícímu stavu pracovní doby pro spravovaný účet přidružený k aplikaci.</li>\r\n <li>Další informace o tom, které aplikace toto nastavení podporují, najdete tady: <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">Podporované aplikace Microsoft Intune | Microsoft Learn</a>\r\n.</li> <li>U tohoto nastavení nelze vypnout oznámení. Informace o konfiguraci nastavení pro vypnutí oznámení najdete tady: <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Vytvoření zásad doby klidu v Microsoft Intune | Microsoft Learn</a></li>\r\n</ul>",
"clockedOutAccount": "Nepracovní doba",
"closeText": "Zavřít",
"columns": "Sloupce",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "Podobná nastavení, která se zakládají na zařízení, se dají nakonfigurovat i pro zaregistrovaná zařízení.",
"deviceConditionsInfoParagraph2LinkText": "Další informace o konfiguraci nastavení dodržování předpisů registrovanými zařízeními",
"deviceId": "ID zařízení",
"deviceLockComplexityValidationFailureNotes": "<p><b>Poznámky:</b></p>\r\n<ul type=\"disc\">\r\n <li>Zámek zařízení může vyžadovat složitost hesla na úrovni NÍZKÁ, STŘEDNÍ nebo VYSOKÁ cílenou naAndroid 12 a novější. Když se na zařízeních, která používají Android 11 nebo starší, nastaví hodnota složitosti na nízkou, střední nebo vysokou, použije sevýchozí očekávané chování pro nízkou složitost.</li>\r\n <li>Definice hesel níže se můžou změnit. Nejaktuálnější definice pro různé úrovně složitosti hesel najdete v části <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Vývojáři pro Android</a>.</li>\r\n</ul>\r\n\r\n<p><b>Nízká</b></p>\r\n<ul type=\"disc\">\r\n <li>Heslo může představovat vzor nebo PIN kód s opakujícími se (4444) nebo seřazenými (1234, 4321, 2468) posloupnostmi.</li>\r\n</ul>\r\n\r\n<p><b>Střední</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN kód bez opakujících se (4444) nebo seřazených (1234, 4321, 2468) posloupností s minimální délkou alespoň 4 znaky</li>\r\n <li>Hesla ze znaků abecedy s minimální délkou alespoň 4 znaky</li>\r\n <li>Alfanumerická hesla s minimální délkou alespoň 4 znaky</li>\r\n</ul>\r\n\r\n<p><b>Vysoká</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN kód bez opakujících se (4444) nebo seřazených (1234, 4321, 2468) posloupností s minimální délkou 8 znaků</li>\r\n <li>Hesla ze znaků abecedy s minimální délkou 6 znaků</li>\r\n <li>Alfanumerická hesla s minimální délkou 6 znaků</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>Poznámky:</b></p>\r\n<ul type=\"disc\">\r\n <li>Zámek zařízení může vyžadovat složitost hesla na úrovni NÍZKÁ, STŘEDNÍ nebo VYSOKÁ cílenou naAndroid 12 a novější. Když se na zařízeních, která používají Android 11 nebo starší, nastaví hodnota složitosti na nízkou, střední nebo vysokou, použije sevýchozí očekávané chování pro nízkou složitost.</li>\r\n <li>Definice hesel níže se můžou změnit. Nejaktuálnější definice pro různé úrovně složitosti hesel najdete v části <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Vývojáři pro Android</a>.</li>\r\n</ul>\r\n\r\n<p><b>Nízká</b></p>\r\n<ul type=\"disc\">\r\n <li>Heslo může představovat vzor nebo PIN kód s opakujícími se (4444) nebo seřazenými (1234, 4321, 2468) posloupnostmi.</li>\r\n</ul>\r\n\r\n<p><b>Střední</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN kód bez opakujících se (4444) nebo seřazených (1234, 4321, 2468) posloupností s minimální délkou alespoň 4 znaky</li>\r\n <li>Hesla ze znaků abecedy s minimální délkou alespoň 4 znaky</li>\r\n <li>Hesla ze znaků abecedy s minimální délkou alespoň 4 znaky</li>\r\n</ul>\r\n\r\n<p><b>Vysoká</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN kód bez opakujících se (4444) nebo seřazených (1234, 4321, 2468) posloupností s minimální délkou 8 znaků</li>\r\n <li>Hesla ze znaků abecedy s minimální délkou alespoň 6 znaky</li>\r\n <li>Alfanumerická hesla s minimální délkou alespoň 6 znaků</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "Když je zařízení uzamčené a existují otevřené soubory",
"deviceLockedOptionText": "Když je zařízení blokované",
"deviceManufacturer": "Výrobce zařízení",
@@ -10620,7 +10676,7 @@
"downloadingReport": "Stahuje se sestava.",
"edgeGSAssignment": "Zvolte skupiny uživatelů, kterým chcete mobilně nainstalovat Microsoft Edge. Microsoft Edge se nainstaluje na všechna zařízení s iOS a Androidem registrovaná těmito uživateli.",
"edgeGSIntroBenefitHTML": "<p>Získejte aplikaci Microsoft Edge pro své uživatele iOS nebo Androidu, kteří tak budou moct bezproblémově procházet weby napříč svými firemními zařízeními. Edge umožňuje uživatelům skrývat nepotřebné části webu pomocí vestavěných funkcí, které usnadňují konsolidaci, uspořádání a správu pracovního obsahu. Uživatelé zařízení s iOS a Androidem, kteří se přihlašují pomocí firemních účtů Microsoft Entra v aplikaci Edge, najdou v prohlížeči předem načtené oblíbené položky na pracovišti a filtry webů, které definujete.</p><p>Pokud jste uživatelům zablokovali registraci zařízení s iOS nebo Androidem, tento scénář nepovolí registraci a uživatelé si budou muset Edge nainstalovat sami.</p>",
"edgeGSIntroPrereqHTML": "<p>Požádáme vás o oblíbené položky pracoviště, které uživatelé potřebují, a o filtry, které požadujete pro procházení webu. Než budete pokračovat, ujistěte se, jestli jste dokončili následující úkoly: </p>\r\n<li>Přidejte uživatele do <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>skupin Microsoft Entra</a></li>\r\n<li>Zaregistrujte zařízení s iOS nebo Androidem v Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Další informace</a></li>\r\n<li>Vytvořte seznam oblíbených položek pracoviště pro přidání do Microsoft Edge. </li>\r\n<li>Vytvořte seznam filtrů webů pro použití v Microsoft Edgi.</li>",
"edgeGSIntroPrereqHTML": "<p>Požádáme vás o oblíbené položky pracoviště, které uživatelé potřebují, a o filtry, které požadujete pro procházení webu. Než budete pokračovat, ujistěte se, že jste dokončili následující úkoly:</p>\r\n<li>Přidejte uživatele do <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>skupin Microsoft Entra</a></li>\r\n<li>Zaregistrujte zařízení se systémem iOS nebo Androidem v Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Další informace</a></li>\r\n<li>Vytvořte seznam oblíbených položek pracoviště pro přidání do Microsoft Edge.</li>\r\n<li>Vytvořte seznam filtrů webů pro použití v Microsoft Edgi.</li>",
"edgeGSName": "Microsoft Edge pro iOS a Android",
"edgeGSSyncInfo": "V závislosti na připojení a době synchronizace zařízení může tomuto nasazení trvat až 24 hodin, než se na zařízení dostane.",
"edit": "Upravit",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Je MAM povolený?",
"itemsCount": "Počet položek: {0}",
"jailbrokenRootedDevices": "Zařízení s jailbreakem nebo rootem",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Blokovat přístup na podporovaných zařízeních",
"lastModifiedDate": "Datum poslední změny",
"lastReportedDate": "Datum poslední sestavy",
"lastSync": "Poslední synchronizace",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Probíhá odstraňování...",
"photoLibrary": "Knihovna fotografií",
"pinCharSettingTooltip": "Číselný PIN kód povoluje jen číselné znaky.\r\n\r\nHeslo musí mít všechny tyto vlastnosti: alfanumerické znaky a povolené symboly",
"pinRotationWarning": "<b>Důležité:</b> 1. června 2024 aplikace se sadou SDK starší než 17.7.0 už nebudou dostávat aktualizace zásad ochrany aplikací a uživatelům se zablokuje spuštění aplikace. Ujistěte se prosím, že uživatelé aktualizují své aplikace a vaše obchodní aplikace používají nedávnou sadu SDK nebo obálku. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Další informace</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Platforma",
"platformDropDownLabel": "Platforma",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Sady zásad",
"applicabilityRules": "Pravidla použitelnosti",
"windowsEnrollmentTitle": "Registrace Windows",
"DefaultESPCustomErrorMessage": "Instalaci nejde dokončit. Zkuste to prosím znovu nebo požádejte o pomoc pracovníka podpory.",
"appleEnrollmentTitle": "Registrace zařízení Apple",
"targetedAppLabel": "Cílená aplikace",
"configurationSettingsTitle": "Nastavení konfigurace",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13037,7 +13079,7 @@
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidWorkProfile": "Android Enterprise",
"common": "Společné",
"common": "Obecné",
"iOS": "iOS/iPadOS",
"iosAndAndroidPlatformLabel": "iOS a Android",
"iosCommaAndroidPlatformLabel": "iOS, Android",
@@ -13083,9 +13125,9 @@
"androidDeviceOwnerPkcs": "Certifikát PKCS",
"androidDeviceOwnerScep": "Certifikát SCEP",
"androidDeviceOwnerTrustedCertificate": "Důvěryhodný certifikát",
"androidDeviceOwnerVpn": "Síť VPN",
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "E-mail (jen Samsung KNOX)",
"androidEmailProfile": "E-mail (jenom Samsung KNOX)",
"androidForWorkCustom": "Vlastní",
"androidForWorkEmailProfile": "E-mail",
"androidForWorkGeneral": "Omezení zařízení",
@@ -13104,18 +13146,18 @@
"androidVPN": "VPN",
"androidWiFi": "Wi-Fi",
"androidZebraMx": "Profil MX (pouze Zebra)",
"complianceAndroid": "Zásady dodržování předpisů v Androidu",
"complianceAndroid": "Zásady dodržování předpisů pro Android",
"complianceAndroidDeviceOwner": "Plně spravovaná, vyhrazená, vlastněná společností a s pracovním profilem",
"complianceAndroidEnterprise": "Pracovní profil v osobním vlastnictví",
"complianceAndroidForWork": "Zásady dodržování předpisů pro Android for Work",
"complianceIos": "Zásady dodržování předpisů v iOSu",
"complianceMac": "Zásady dodržování předpisů na Macu",
"complianceIos": "Zásady dodržování předpisů pro iOS",
"complianceMac": "Zásady dodržování předpisů pro Mac",
"complianceWindows10": "Zásada dodržování předpisů ve Windows 10 a novějších",
"complianceWindows10Mobile": "Zásady dodržování předpisů ve Windows 10 Mobile",
"complianceWindows8": "Zásady dodržování předpisů ve Windows 8",
"complianceWindowsPhone": "Zásady dodržování předpisů ve Windows Phone",
"exchangeActiveSync": "Exchange ActiveSync",
"inventoryCatalog": "Katalog vlastností (Preview)",
"inventoryCatalog": "Katalog vlastností",
"iosCustom": "Vlastní",
"iosDerivedCredentialAuthenticationConfiguration": "Odvozené přihlašovací údaje PIV",
"iosDeviceFeatures": "Funkce zařízení",
@@ -13129,11 +13171,11 @@
"iosSCEP": "Certifikát SCEP",
"iosTrustedCertificate": "Důvěryhodný certifikát",
"iosVPN": "VPN",
"iosVPNZscaler": "Síť VPN",
"iosVPNZscaler": "VPN",
"iosWiFi": "Wi-Fi",
"macCustom": "Vlastní",
"macDeviceFeatures": "Funkce zařízení",
"macEndpointProtection": "Ochrana koncového bodu",
"macEndpointProtection": "Ochrana koncových bodů",
"macExtensions": "Rozšíření",
"macGeneral": "Omezení zařízení",
"macImportedPFX": "Importovaný certifikát PKCS",
@@ -13149,18 +13191,18 @@
"windows10DesktopSoftwareUpdate": "Aktualizace softwaru",
"windows10DeviceFirmwareConfigurationInterface": "Rozhraní DFCI (Device Firmware Configuration Interface)",
"windows10EmailProfile": "E-mail",
"windows10EndpointProtection": "Ochrana koncového bodu",
"windows10EndpointProtection": "Ochrana koncových bodů",
"windows10EnterpriseDataProtection": "Windows Information Protection",
"windows10General": "Omezení zařízení",
"windows10ImportedPFX": "Importovaný certifikát PKCS",
"windows10Kiosk": "Veřejný terminál",
"windows10NetworkBoundary": "Ohraničení sítě",
"windows10NetworkBoundary": "Hranice sítě",
"windows10PKCS": "Certifikát PKCS",
"windows10PolicyOverride": "Přepsat zásady skupiny",
"windows10SCEP": "Certifikát SCEP",
"windows10SecureAssessmentProfile": "Vzdělávací profil",
"windows10SharedPC": "Sdílené víceuživatelské zařízení",
"windows10TeamGeneral": "Omezení zařízení (Windows 10 Team)",
"windows10TeamGeneral": "Omezení zařízení (tým Windows 10)",
"windows10TrustedCertificate": "Důvěryhodný certifikát",
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
@@ -13172,7 +13214,7 @@
"windows8WiFi": "Import Wi-Fi",
"windowsDeliveryOptimization": "Optimalizace doručení",
"windowsDomainJoin": "Připojení k doméně",
"windowsEditionUpgrade": "Upgrade edice a přepnutí režimu",
"windowsEditionUpgrade": "Upgrade edice a přepínač režimu",
"windowsIdentityProtection": "Ochrana identity",
"windowsPhoneCustom": "Vlastní",
"windowsPhoneEmailProfile": "E-mail",
+161 -119
View File
@@ -71,7 +71,7 @@
"appPackageFile": "Eine Datei, die Ihre App in einem Format enthält, das auf einem Gerät quergeladen werden kann. Gültige Pakettypen umfassen: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix, und .msixbundle).",
"applicableDeviceType": "Wählen Sie die Gerätetypen aus, auf denen diese App installiert werden kann.",
"category": "Kategorisieren Sie die App, um Benutzern das Sortieren und Suchen im Unternehmensportal zu erleichtern. Sie können mehrere Kategorien auswählen.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Durchsuchen Sie die Microsoft Store-App (neu) nach Store-Apps, die Sie mit Intune bereitstellen möchten."
},
"descriptionPreview": "Vorschau",
"descriptionPreviewLabel": "Preview",
"descriptionRequired": "Die Beschreibung ist erforderlich.",
"editDescription": "Beschreibung bearbeiten",
"macOSMinOperatingSystemAdditionalInfo": "Das Mindestbetriebssystem für das Hochladen einer PKG-Datei ist macOS 10.14. Laden Sie eine PKG-Datei hoch, um ein älteres Mindestbetriebssystem auszuwählen.",
"markdownHelpLink": "Hilfe zu Markdown erhalten, das für Beschreibungen unterstützt wird.",
"name": "App-Informationen",
"nameForOfficeSuitApp": "Informationen zur App-Suite"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -901,10 +907,10 @@
"Grid": {
"Column": {
"author": "Autor",
"template": "Name der Vorlage"
"template": "Vorlagenname"
},
"Row": {
"ariaLabel": "Zeile {0} von{1} Spalte {2}"
"ariaLabel": "Zeile {0} von {1} Spalte {2}"
}
},
"InventoryCatalog": {
@@ -915,7 +921,7 @@
"title": "Einstellungskatalog"
},
"Templates": {
"subtitle": "Vorlagen enthalten Gruppen von Einstellungen, die nach Funktionalität angeordnet sind. Verwenden Sie eine Vorlage, wenn Sie Richtlinien nicht manuell erstellen oder Geräte für den Zugriff auf Unternehmensnetzwerke konfigurieren möchten, z. B. durch das Konfigurieren von WLAN oder VPN.",
"subtitle": "Vorlagen enthalten Gruppen von Einstellungen, die nach Funktionalität organisiert sind. Verwenden Sie eine Vorlage, wenn Sie Richtlinien nicht manuell erstellen oder Geräte für den Zugriff auf Unternehmensnetzwerke konfigurieren möchten, z. B. WLAN- oder VPN-Konfiguration.",
"title": "Vorlagen"
},
"noData": "Keine Richtlinienvorlagen gefunden."
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Kontoschutz (Test)",
"windowsSecurityExperience": "Windows-Sicherheitsfunktionalität"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows-Firewall"
},
"FirewallRules": {
"mDE": "Windows-Firewallregeln"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "OneDrive-Einstellungen für die Verschiebung bekannter Ordner: Windows 10 in der Cloudkonfigurationsvorlage. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Unbekannt",
"unsupported": "Nicht unterstützt",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "WLAN",
"wiFiImport": "WLAN (Import)",
"windows10CompliancePolicy": "Windows 10/11-Konformitätsrichtlinie",
@@ -1064,9 +1080,11 @@
"prompt": "Eingabeaufforderung"
},
"Permissions": {
"accessBackgroundLocation": "Standortzugriff (Hintergrund)",
"accessCoarseLocation": "Standortzugriff (grob)",
"accessFineLocation": "Standortzugriff (fein)",
"addVoicemail": "Voicemail hinzufügen",
"bluetoothConnect": "Bluetooth-Verbindung",
"bodySensors": "Body Sensor-Informationen zulassen",
"bodySensorsBackground": "Körpersensordaten im Hintergrund zulassen",
"callPhone": "Telefonieren",
@@ -1675,12 +1693,12 @@
"accountProtection": "Kontoschutz",
"allDevices": "Alle Geräte",
"antivirus": "Antivirus",
"antivirusReporting": "Antivirus-Berichterstellung (Vorschau)",
"antivirusReporting": "Antivirenberichte (Vorschau)",
"conditionalAccess": "Bedingter Zugriff",
"deviceCompliance": "Gerätekompatibilität",
"deviceCompliance": "Gerätekonformität",
"diskEncryption": "Datenträgerverschlüsselung",
"eDR": "Endpunkterkennung und -antwort",
"ePM": "Verwaltung von Endpunktberechtigungen",
"ePM": "Endpunktberechtigungsverwaltung",
"firewall": "Firewall",
"helpSupport": "Hilfe und Support",
"setup": "Setup",
@@ -1970,6 +1988,7 @@
"tenantManagement": "Mieterverwaltung"
},
"actions": "Aktionen bei Inkompatibilität",
"adminPermissions": "Administratorberechtigungen",
"advancedExchangeSettings": "Exchange Online-Einstellungen",
"advancedThreatProtection": "Microsoft Defender für Endpunkt",
"allApps": "Alle Apps",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Zusammenfassung der Softwareupdates",
"macOSSoftwareUpdateStateSummaries": "Updates",
"managedGooglePlay": "Verwaltetes Google Play",
"msfb": "Microsoft Store für Unternehmen",
"myPermissions": "Meine Berechtigungen",
"notifications": "Benachrichtigungen",
"officeApps": "Office-Apps",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Nicht konforme Geräte abkoppeln",
"retireNoncompliantDevicesPreview": "Nicht konforme Geräte abkoppeln (Vorschau)",
"role": "Rolle",
"rolesByPermission": "Rollen nach Berechtigung",
"scriptManagement": "Skripts",
"securityBaselines": "Sicherheitsbaselines",
"serviceToServiceConnector": "Exchange Online-Connector",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "Organisationsdaten in Android-Sicherungsdiensten sichern",
"tooltip": "Wählen Sie \"{0}\" aus, um die Sicherung von Organisationsdaten in Android-Sicherungsdiensten zu verhindern.\r\nWählen Sie \"{1}\" aus, um die Sicherung von Organisationsdaten in Android-Sicherungsdiensten zu ermöglichen.\r\nPersonenbezogene oder nicht verwaltete Daten sind hiervon nicht betroffen."
"tooltip": "Wählen Sie {0} aus, um die Sicherung von Organisationsdaten in Android-Sicherungsdiensten zu verhindern.\r\nWählen Sie {1} aus, um die Sicherung von Organisationsdaten in Android-Sicherungsdiensten zu erlauben.\r\nPersönliche oder nicht verwaltete Daten sind nicht betroffen."
},
"AndroidBiometricAuthentication": {
"label": "Biometrie anstelle von PIN für Zugriff",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "Protokoll von nicht verwaltetem Browser",
"tooltip": "<p>Geben Sie das Protokoll für einen einzelnen nicht verwalteten Browser ein. Webinhalte (HTTP/S) aus mit Richtlinien verwalteten Anwendungen werden in jeder beliebigen App geöffnet, die dieses Protokoll unterstützt. </p>\r\n\r\n<p><b>Hinweis: </b>Geben Sie nur das Protokollpräfix an. Wenn Ihr Browser Links im Format „mybrowser://www.microsoft.com“ verlangt, geben Sie „mybrowser“ ein.</p>"
"tooltip": "<p>Geben Sie das Protokoll für einen einzelnen nicht verwalteten Browser ein. Webinhalte (HTTP/S) aus mit Richtlinien verwalteten Anwendungen werden in jeder beliebigen App geöffnet, die dieses Protokoll unterstützt. </p>\r\n\r\n<p><b>Hinweis: </b>Geben Sie nur das Protokollpräfix an. Wenn Ihr Browser Links im Format „mybrowser://www.microsoft.com“ verlangt, geben Sie „mybrowser“ ein.</p>"
},
"CustomDialerAppDisplayName": {
"label": "Name der Telefon-App"
@@ -2180,23 +2199,23 @@
"EncryptData": {
"label": "Organisationsdaten verschlüsseln",
"link": "https://docs.microsoft.com/de-de/intune/app-protection-policy-settings-android#data-relocation-settings",
"tooltip": "Wählen Sie {0} aus, um die Verschlüsselung von Organisationsdaten mit der Intune-Verschlüsselung auf App-Ebene zu erzwingen. \r\n <br/>\r\nWählen Sie {1} aus, um die Verschlüsselung von Organisationsdaten mit der Intune-Verschlüsselung auf App-Ebene nicht zu erzwingen.\r\n\r\n<br/>\r\nHinweis: Weitere Informationen zur Intune-Verschlüsselung auf App-Ebene finden Sie unter {2}."
"tooltip": "Wählen Sie \"{0}\" aus, um die Verschlüsselung von Organisationsdaten mit der Intune-Verschlüsselung auf App-Ebene zu erzwingen. \r\n <br/>\r\nWählen Sie \"{1}\" aus, um die Verschlüsselung von Organisationsdaten mit der Intune-Verschlüsselung auf App-Ebene nicht zu erzwingen.\r\n\r\n<br/>\r\nHinweis: Weitere Informationen zur Intune-Verschlüsselung auf App-Ebene finden Sie unter \"{2}\"."
},
"EncryptDataAndroid": {
"tooltip": "<p>Wählen Sie <b>Erforderlich</b> aus, um die Verschlüsselung von Geschäfts-, Schul- oder Unidaten in dieser App zu aktivieren. Intune verwendet ein 256-Bit-AES-Verschlüsselungsschema zusammen mit dem Android Keystore-System, um App-Daten sicher zu verschlüsseln. Daten werden während Datei-E/A-Aufgaben synchron verschlüsselt. Inhalte im Gerätespeicher werden immer verschlüsselt. Neue Dateien werden mit 256-Bit-Schlüsseln verschlüsselt. Vorhandene 128-Bit-verschlüsselte Dateien werden einem Migrationsversuch zu 256-Bit-Schlüsseln unterzogen, aber der Prozess ist nicht garantiert. Dateien, die mit 128-Bit-Schlüsseln verschlüsselt sind, bleiben lesbar. </p>\r\n\r\n<p>Die Verschlüsselungsmethode ist FIPS 140-2-kompatibel.</p>"
},
"EncryptDataIos": {
"tooltip1": "Wählen Sie <b>Erforderlich</b> aus, um für Geschäfts, Schul- oder Unidaten in dieser App die Verschlüsselung zu aktivieren. Intune erzwingt eine iOS-/iPadOS-Geräteverschlüsselung, um App-Daten zu schützen, während das Gerät gesperrt ist. Anwendungen können optional App-Daten mithilfe der Intune APP SDK-Verschlüsselung verschlüsseln. Das Intune APP SDK nutzt iOS-/iPadOS-Kryptografiemethoden, um eine 128-Bit-AES-Verschlüsselung auf App-Daten anzuwenden.",
"tooltip1": "Wählen Sie <b>Erforderlich</b> aus, um die Verschlüsselung von Geschäfts- oder Schul-/Universitätsdaten in dieser App zu aktivieren. Intune erzwingt eine iOS-/iPadOS-Geräteverschlüsselung, um App-Daten zu schützen, während das Gerät gesperrt ist. Anwendungen können optional App-Daten mithilfe der Intune APP SDK-Verschlüsselung verschlüsseln. Das Intune APP SDK verwendet iOS-/iPadOS-Kryptografiemethoden, um eine 256-Bit-AES-Verschlüsselung auf App-Daten anzuwenden.",
"tooltip2": "Wenn Sie diese Einstellung aktivieren, muss der Benutzer möglicherweise eine PIN für den Zugriff auf sein Gerät einrichten und verwenden. Wenn keine Geräte-PIN vorhanden und eine Verschlüsselung erforderlich ist, wird der Benutzer über die folgende Meldung zur Festlegung einer PIN aufgefordert: \"Ihre Organisation hat festgelegt, dass Sie zunächst eine Geräte-PIN aktivieren müssen, um auf diese App zuzugreifen.\"",
"tooltip3": "Wechseln Sie zur <a href=\"{0}\" target=\"_blank\">offiziellen Apple-Dokumentation</a>, um zu sehen, welche iOS-Verschlüsselungsmodule mit FIPS 140-2 konform sind bzw. für welche Module eine FIPS 140-2-Konformität aussteht."
},
"EncryptDataOnEnrolledDevices": {
"label": "Organisationsdaten auf registrierten Geräten verschlüsseln",
"tooltip": "Wählen Sie {0} aus, um auf allen Geräten die Verschlüsselung von Organisationsdaten mit Intune-Verschlüsselung auf App-Ebene zu erzwingen. <br/>\r\n\r\nWählen Sie {1} aus, um auf registrierten Geräten die Verschlüsselung von Organisationsdaten mit Intune-Verschlüsselung auf App-Ebene nicht zu erzwingen."
"tooltip": "Wählen Sie \"{0}\" aus, um auf allen Geräten die Verschlüsselung von Organisationsdaten mit Intune-Verschlüsselung auf App-Ebene zu erzwingen. <br/>\r\n\r\nWählen Sie \"{1}\" aus, um auf registrierten Geräten die Verschlüsselung von Organisationsdaten mit Intune-Verschlüsselung auf App-Ebene nicht zu erzwingen."
},
"IOSBackup": {
"label": "Organisationsdaten in iTunes und iCloud sichern",
"tooltip": "Wählen Sie {0} aus, um zu verhindern, dass Organisationsdaten in iTunes oder iCloud gesichert werden.  \r\nWählen Sie {1} aus, um die Sicherung von Organisationsdaten in iTunes oder iCloud zuzulassen.  \r\nPersonenbezogene Daten oder nicht verwaltete Daten sind hiervon nicht betroffen."
"tooltip": "Wählen Sie \"{0}\" aus, um zu verhindern, dass Organisationsdaten in iTunes oder iCloud gesichert werden. \r\nWählen Sie \"{1}\" aus, um die Sicherung von Organisationsdaten in iTunes oder iCloud zuzulassen. \r\nPersonenbezogene Daten oder nicht verwaltete Daten sind hiervon nicht betroffen."
},
"IOSFaceID": {
"label": "Face ID anstelle von PIN für Zugriff (iOS 11 und höher/iPadOS)",
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "Benachrichtigungen zu Organisationsdaten",
"tooltip": "<p>Wählen Sie eine der folgenden Optionen aus, um anzugeben, wie Benachrichtigungen für Organisationskonten für diese Apps und alle verbundenen Geräte (z. B. Wearables) angezeigt werden:</p> \r\n<p>{0}: Benachrichtigungen nicht freigeben.</p> \r\n<p>{1}: Organisationsdaten nicht in Benachrichtigungen freigeben. Sofern nicht durch die Anwendung unterstützt, werden Benachrichtigungen blockiert. </p>\r\n<p>{2}: Alle Benachrichtigungen freigeben. </p>\r\n <p>Nur Android:\r\n Hinweis: Diese Einstellung gilt nicht für alle Anwendungen. Weitere Informationen finden Sie unter {3}</p>\r \n\r\n <p>Nur iOS:\r\nHinweis: Diese Einstellung gilt nicht für alle Anwendungen. Weitere Informationen finden Sie unter {4}.</p>"
"tooltip": "<p>Wählen Sie eine der folgenden Optionen aus, um anzugeben, wie Benachrichtigungen für Organisationskonten für diese Apps und alle verbundenen Geräte (z. B. Wearables) angezeigt werden:</p>\r\n<p>{0}: Benachrichtigungen nicht freigeben.</p>\r\n<p>{1}: Organisationsdaten nicht in Benachrichtigungen freigeben. Wenn die Anwendung dies nicht unterstützt, werden Benachrichtigungen blockiert. </p>\r\n<p>{2}: Alle Benachrichtigungen freigeben. </p>\r\n <p>Nur Android:\r\n Hinweis: Diese Einstellung gilt nicht für alle Anwendungen. Weitere Informationen finden Sie unter {3}</p>\r\n\r\n <p>Nur iOS:\r\nHinweis: Diese Einstellung gilt nicht für alle Anwendungen. Weitere Informationen finden Sie unter {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "Übertragung von Webinhalt in andere Apps einschränken",
"tooltip": "<p>Wählen Sie eine der folgenden Optionen aus, um die Apps anzugeben, in denen diese App Webinhalte öffnen kann: </p>\r\n<p><b> Microsoft Edge:</b> Hiermit können Webinhalte nur in Microsoft Edge geöffnet werden.<a href=\"{0}\" target=\"_blank\"> Erfahren Sie, wie Microsoft Edge Ihre Daten schützt. </a></p>\r\n<p><b> Nicht verwalteter Browser:</b> Hiermit können Webinhalte nur in dem nicht verwalteten Browser geöffnet werden, der über die Einstellung „Protokoll von nicht verwaltetem Browser definiert wurde </p>\r\n<p><b>Beliebige App:</b> Weblinks werden in beliebigen Apps zugelassen</p>"
"tooltip": "<p>Wählen Sie eine der folgenden Optionen aus, um die Apps anzugeben, in denen diese App Webinhalte öffnen kann: </p>\r\n<p><b> Microsoft Edge:</b> Das Öffnen von Webinhalten nur in Microsoft Edge zulassen.<a href=\"{0}\" target=\"_blank\"> Erfahren Sie, wie Microsoft Edge Ihre Daten schützt.</a></p>\r\n<p><b>Nicht verwaltet:</b> Zulassen, dass Webinhalte nur im nicht verwalteten Browser geöffnet werden, der durch die Einstellung \"Nicht verwaltetes Browserprotokoll\" definiert ist,</p>\r\n<p><b>Alle Apps:</b> Weblinks in allen Apps zulassen</p>"
},
"OverrideBiometric": {
"tooltip": "Sofern als erforderlich festgelegt, setzt eine PIN-Aufforderung abhängig vom Timeout (Minuten der Inaktivität) Biometrieaufforderungen außer Kraft. Solange der Timeoutwert nicht erreicht wurde, wird weiterhin die Biometrieaufforderung angezeigt. Dieser Timeoutwert sollte größer sein als der unter „Zugriffsanforderungen nach (Minuten der Inaktivität) erneut überprüfen“ angegebene Wert. "
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "Kopien von Organisationsdaten speichern",
"tooltip": "Wählen Sie {0} aus, um das Speichern einer Kopie von Organisationsdaten an einem anderen Ort als dem ausgewählten Speicherdienst über „Speichern unter zu verhindern.\r\n Wählen Sie {1} aus, um das Speichern einer Kopie von Organisationsdaten an einem anderen Ort als dem ausgewählten Speicherdienst über „Speichern unter zuzulassen. <br/>\r\n\r\n\r\nHinweis: Diese Einstellung gilt nicht für alle Anwendungen. Weitere Informationen finden Sie unter {2}.\r\n"
"tooltip": "Wählen Sie {0} aus, um das Speichern einer Kopie von Organisationsdaten an einem anderen Speicherort als den ausgewählten Speicherdiensten mithilfe von \"Speichern unter\" zu verhindern.\r\n Wählen Sie {1} aus, um das Speichern einer Kopie von Organisationsdaten an einem neuen Speicherort mithilfe von \"Speichern unter\" zuzulassen. <br/>\r\n\r\n\r\nHinweis: Diese Einstellung gilt nicht für alle Anwendungen. Weitere Informationen finden Sie unter {2}.\r\n"
},
"SaveDataToSelected": {
"label": "Benutzer das Speichern von Kopien in den ausgewählten Diensten ermöglichen",
@@ -2289,7 +2308,7 @@
},
"SendData": {
"label": "Organisationsdaten an andere Apps senden",
"tooltip": "Wählen Sie eine der folgenden Optionen aus, um die Apps festzulegen, an die diese App Organisationsdaten senden kann: <br/>\r\n\r\n\r\n<b>Keine</b>: Hiermit wird das Senden von Organisationsdaten an alle Apps untersagt.<br/>\r\n\r\n\r\n<b>Per Richtlinie verwaltete Apps</b>: Hiermit wird nur das Senden von Organisationsdaten an andere per Richtlinie verwaltete Apps zugelassen.<br/>\r\n\r\n\r\n<b>Per Richtlinie verwaltete Apps mit Betriebssystemfreigabe</b>: Hiermit wird nur das Senden von Organisationsdaten an andere per Richtlinie verwaltete Anwendungen und das Senden von Organisationsdokumenten an andere MDM-verwaltete Anwendungen auf registrierten Geräten zugelassen.<br/>\r\n\r\n<b>\r\nPer Richtlinie verwaltete App mit Filterung für Öffnen in“/„Freigeben</b>: Hiermit wird nur das Senden von Organisationsdaten an andere per Richtlinie verwaltete Apps mit Filterung für Öffnen in“/„Freigeben zugelassen.\r\n <br/>\r\n\r\n<b>Alle Apps</b>: Hiermit wird das Senden von Organisationsdaten an eine beliebige App zugelassen."
"tooltip": "Wählen Sie eine der folgenden Optionen aus, um die Apps festzulegen, an die diese App Organisationsdaten senden kann: <br/>\r\n\r\n\r\n<b>Keine</b>: Hiermit wird das Senden von Organisationsdaten an alle Apps untersagt.<br/>\r\n\r\n\r\n<b>Per Richtlinie verwaltete Apps</b>: Hiermit wird nur das Senden von Organisationsdaten an andere per Richtlinie verwaltete Apps zugelassen.<br/>\r\n\r\n\r\n<b>Per Richtlinie verwaltete Apps mit Betriebssystemfreigabe</b>: Hiermit wird nur das Senden von Organisationsdaten an andere per Richtlinie verwaltete Anwendungen und das Senden von Organisationsdokumenten an andere MDM-verwaltete Anwendungen auf registrierten Geräten zugelassen.<br/>\r\n\r\n<b>\r\nPer Richtlinie verwaltete App mit Filterung für \"Öffnen in\"/\"Freigeben\"</b>: Hiermit wird nur das Senden von Organisationsdaten an andere per Richtlinie verwaltete Apps mit Filterung für \"Öffnen in\"/\"Freigeben\" zugelassen.\r\n <br/>\r\n\r\n<b>Alle Apps</b>: Hiermit wird das Senden von Organisationsdaten an eine beliebige App zugelassen."
},
"SimplePin": {
"label": "Einfache PIN",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "Ausschneiden, kopieren und einfügen zulassen für",
"tooltip": "Wählen Sie eine der folgenden Optionen aus, um die Quellen und Ziele anzugeben, aus denen Organisationsbenutzer Organisationsdaten ausschneiden, kopieren oder einfügen können: <br/>\r\n\r\n<b>Jedes Ziel und jede Quelle</b>: Organisationsbenutzer können Daten aus jedem Konto, Dokument, Speicherort oder jeder Anwendung einfügen und dorthin ausschneiden/kopieren.<br/>\r\n\r\n<b>Kein Ziel oder keine Quelle</b>: Organisationsbenutzer können keine Daten nach oder von externen Konten, Dokumenten, Speicherorten oder Anwendungen aus dem oder in den Organisationskontext ausschneiden, kopieren oder einfügen."
"tooltip": "Wählen Sie eine der folgenden Optionen aus, um die Quellen und Ziele anzugeben, an denen Organisationsbenutzer Organisationsdaten ausschneiden oder kopieren oder einfügen können: <br/>\r\n\r\n<b>Alle Ziele und alle Quellen</b>: Organisationsbenutzer können Daten aus einem beliebigen Konto, Dokument, Speicherort oder jeder Anwendung einfügen und ausschneiden/kopieren.<br/>\r\n\r\n<b>Kein Ziel oder keine Quelle</b>: Organisationsbenutzer können keine Daten aus externen Konten, Dokumenten, Speicherorten oder Anwendungen ausschneiden, kopieren oder in den Organisationskontext einfügen."
},
"WinPrintData": {
"label": "Organisationsdaten drucken",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "Empfangen von Daten von",
"tooltip": "Wählen Sie eine der folgenden Optionen aus, um die Quellen anzugeben, aus denen Organisationsbenutzer Daten empfangen können: <br/>\r\n\r\n<b>Alle Quellen</b>: Organisationsbenutzer können Daten aus einem beliebigen Konto, einem Dokument, einem Speicherort oder einer Anwendung im Organisationskontext öffnen.<br/>\r\n\r\n<b>Keine Quellen</b>: Organisationsbenutzer können keine Daten aus externen Konten, Dokumenten, Speicherorten oder Anwendungen im Organisationskontext öffnen."
"tooltip": "Wählen Sie eine der folgenden Optionen aus, um anzugeben, aus welchen Quellen Organisationsbenutzer Daten empfangen können: <br/>\r\n\r\n<b>Alle Quellen</b>: Organisationsbenutzer können Daten aus jedem Konto, Dokument, Speicherort oder jeder Anwendung im Organisationskontext öffnen.<br/>\r\n\r\n<b>Keine Quellen</b>: Organisationsbenutzer können keine Daten aus externen Konten, Dokumenten, Speicherorten oder Anwendungen im Organisationskontext öffnen."
},
"WinSendData": {
"label": "Organisationsdaten senden an",
"tooltip": "Wählen Sie eine der folgenden Optionen aus, um die Ziele anzugeben, an die Organisationsbenutzer Daten senden können: <br/>\r\n\r\n<b>Alle Ziele</b>: Organisationsbenutzer können Organisationsdaten an ein beliebiges Konto, ein Dokument, einen Speicherort oder eine Anwendung senden.<br/>\r\n\r\n<b>Keine Ziele</b>: Organisationsbenutzer können keine Organisationsdaten aus dem Organisationskontext an externe Konten, Dokumente, Speicherorte oder Anwendungen senden."
"tooltip": "Wählen Sie eine der folgenden Optionen aus, um anzugeben, an welche Ziele Organisationsbenutzer Daten senden können: <br/>\r\n\r\n<b>Alle Ziele</b>: Organisationsbenutzer können Organisationsdaten an jedes Konto, Dokument, jeden Standort oder jede Anwendung senden.<br/>\r\n\r\n<b>Keine Ziele</b>: Organisationsbenutzer können keine Organisationsdaten an externe Konten, Dokumente, Speicherorte oder Anwendungen aus dem Organisationskontext senden."
},
"Tap": {
"numberOfDays": "Anzahl Tage",
@@ -2392,15 +2411,15 @@
"deviceManagement": "Geräteverwaltung",
"scopeTags": "Bereichstags",
"appConfigurationTitle": "App-Konfigurationsrichtlinien",
"appProtectionTitle": "App-Schutzrichtlinien",
"appProtectionTitle": "Appschutz-Richtlinien",
"appTitle": "Apps",
"iOSAppProvisioningTitle": "iOS-App-Bereitstellungsprofile",
"deviceLimitRestrictionTitle": "Einschränkungen zum Gerätelimit",
"deviceTypeRestrictionTitle": "Einschränkungen zum Gerätetyp",
"enrollmentStatusSettingTitle": "Registrierungsstatusseiten",
"deviceLimitRestrictionTitle": "Gerätelimiteinschränkungen",
"deviceTypeRestrictionTitle": "Gerätetypeinschränkungen",
"enrollmentStatusSettingTitle": "Seiten „Registrierungsstatus",
"windowsAutopilotDeploymentProfileTitle": "Windows Autopilot Deployment-Profile",
"deviceComplianceTitle": "Richtlinien zur Gerätekonformität",
"deviceConfigurationTitle": "Profile für die Gerätekonfiguration",
"deviceComplianceTitle": "Gerätekonformitätsrichtlinien",
"deviceConfigurationTitle": "Gerätekonfigurationsprofile",
"powershellScriptTitle": "PowerShell-Skripts"
},
"Win32Program": {
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Befehlszeile",
"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.",
"installScript": "Installationsskript",
"installScriptErrorText": "Ein Installationsskript ist erforderlich.",
"installScriptToolTip": "Die PowerShell-Skriptdatei mit Installationsbefehlen, die zum Installieren dieser App verwendet werden.",
"installScriptsHeader": "Geben Sie App-Installations- und Deinstallationseinstellungen an, einschließlich der Verwendung eines Skripts oder einer Befehlszeile, Zeitlimits, Neustartverhalten und Rückgabecodes.",
"installerTypeText": "Installertyp",
"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.",
"scriptDropdownText": "PowerShell-Skript",
"scriptsErrorText": "Ein Installations- und ein Deinstallationsskript sind erforderlich.",
"selectCustomScript": "Benutzerdefiniertes Skript auswählen",
"selectScriptLinkAriaText": "Kein Skript ausgewählt. Öffnet den Kontextbereich, um ein Skript hochzuladen.",
"selectScriptLinkText": "Skript auswählen",
"selectedScriptLinkAriaText": "Skript {0} ausgewählt. Öffnet den Kontextbereich, um ein neues Skript zu bearbeiten oder hochzuladen.",
"selectorLabel": "Programm",
"uninstallCommand": "Deinstallationsbefehl",
"uninstallCommandTooltip": "Die Befehlszeile zur vollständigen Deinstallation dieser App."
"uninstallCommandTooltip": "Die Befehlszeile zur vollständigen Deinstallation dieser App.",
"uninstallScript": "Deinstallationsskript",
"uninstallScriptErrorText": "Ein Deinstallationsskript ist erforderlich.",
"uninstallScriptToolTip": "Die PowerShell-Skriptdatei mit Deinstallationsbefehlen, die zum Deinstallieren dieser App verwendet werden.",
"uninstallerTypeText": "Deinstallationstyp"
},
"TermsOfUse": {
"Languages": {
@@ -2848,7 +2883,7 @@
"deviceType": "Gerätetyp",
"deviceUse": "Geräteverwendung",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot unterstützt nur Microsoft Entra-Einbindung für Surface Hub 2-Geräte. Geben Sie an, wie Geräte in Ihrer Organisation mit Active Directory (AD) verknüpft werden.\r\n </p>\r\n <ul>\r\n <li>\r\n Mit Microsoft Entra verknüpft: Nur Cloud ohne lokale Windows Server Active Directory-Instanz.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Geben Sie an, wie Geräte in Ihrer Organisation Active Directory (AD) beitreten:\r\n </p>\r\n <ul>\r\n <li>\r\n Mit Microsoft Entra verknüpft: Nur Cloud, ohne lokale Windows Server Active Directory-Umgebung\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Geben Sie an, wie Geräte in Ihrer Organisation Active Directory (AD) beitreten:\r\n </p>\r\n <ul>\r\n <li>\r\n Mit Microsoft Entra verknüpft: Nur Cloud ohne lokale Windows Server Active Directory-Instanz.\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "Fehler beim Abrufen der Anzahl zugewiesener Geräte.",
"getAssignmentsError": "Fehler beim Abrufen der AutoPilot-Profilzuweisungen.",
"harvestDeviceId": "Alle Zielgeräte in Autopilot-Geräte konvertieren",
@@ -2879,20 +2914,20 @@
"devicesWithoutEnrollment": "Verwaltete Apps"
},
"AppProtection": {
"allAppTypes": "Auf alle App-Typen ausrichten",
"allAppTypes": "Ziel für alle App-Typen",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Apps in Android for Work-Profil",
"appsInAndroidWorkProfile": "Apps im Android-Arbeitsprofil",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Apps auf dedizierten Android Enterprise-Geräten mit Microsoft Entra-Modus zur gemeinsamen Nutzung",
"appsOnAndroidOpenSourceProjectUserAssociated": "Projektbenutzer zugeordnete Apps unter Android Open Source",
"appsOnAndroidOpenSourceProjectUserless": "Projektbenutzerlose Apps unter Android Open Source",
"appsOnIntuneManagedDevices": "Apps auf durch Intune verwalteten Geräten",
"appsOnIntuneManagedDevices": "Apps auf von Intune verwalteten Geräten",
"appsOnUnmanagedDevices": "Apps auf nicht verwalteten Geräten",
"iOSPlatformLabel": "iOS/iPadOS",
"iosAndroidMacPlatformLabel": "iOS, Android, Mac",
"iosAndroidPlatformLabel": "iOS, Android",
"macPlatformLabel": "Mac",
"notAvailable": "Nicht verfügbar",
"windows10PlatformLabel": "Windows 10 und höher",
"windows10PlatformLabel": "Windows 10 und höher",
"withEnrollment": "Mit Registrierung",
"withoutEnrollment": "Ohne Registrierung"
},
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Getrenntes Tunneln",
"vPNTrustedNetwork": "Erkennung vertrauenswürdiger Netzwerke",
"wSLCompliance": "Windows-Subsystem für Linux (WSL)",
"wakeSettings": "Aktivierungseinstellungen",
"webContentFilter": "Webinhaltsfilter",
"wiFi": "WLAN",
@@ -4300,7 +4336,6 @@
"mk": "Mazedonisch (Nordmazedonien)",
"ml": "Malayalam (Indien)",
"mt": "Maltesisch (Malta)",
"mi": "Maori (Neuseeland)",
"mr": "Marathi (Indien)",
"moh": "Mohawk (Kanada)",
"ne": "Nepalesisch (Nepal)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamesisch (Vietnam)",
"cy": "Walisisch (Vereinigtes Königreich)",
"wo": "Wolof (Senegal)",
"sah": "Sacha (Russland)",
"ii": "Yi (Volksrepublik China)",
"yo": "Yoruba (Nigeria)"
},
"DisplayRoleTypes": {
"builtInRole": "Integrierte Rolle",
"customAutopatchRole": "Benutzerdefinierte Windows-AutoPatch-Rolle",
"customCloudPCRole": "Benutzerdefinierte Windows 365-Rolle",
"customIntuneRole": "Benutzerdefinierte Intune-Rolle",
"customRole": "Benutzerdefinierte Rolle"
@@ -4725,7 +4762,7 @@
"gt": "Guatemala",
"gw": "Guinea-Bissau",
"gy": "Guyana",
"hk": "Hongkong",
"hk": "Hongkong (SAR)",
"hn": "Honduras",
"hr": "Kroatien",
"hu": "Ungarn",
@@ -4759,7 +4796,7 @@
"mk": "Nordmazedonien",
"ml": "Mali",
"mn": "Mongolei",
"mo": "Macau",
"mo": "Macau (SAR)",
"mr": "Mauretanien",
"ms": "Montserrat",
"mt": "Malta",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "Diese Einstellungen funktionieren für vollständig verwaltete, dedizierte und unternehmenseigene Arbeitsprofilgeräte.",
"allAndroidCorpEnrollmentTypesHeaderName": "Vollständig verwaltete, dedizierte und unternehmenseigene Arbeitsprofilgeräte",
"allAndroidVersionsPasswordHeader": "Alle Android-Geräte",
"allAndroidVersionsPasswordHeaderDescription": "Diese Einstellungen funktionieren für alle Android-Betriebssystemversionen und -Hersteller.",
"allAndroidVersionsPasswordHeaderDescription": "Diese Einstellungen funktionieren für alle Android-Betriebssystemversionen und -Hersteller, sofern nichts anderes angegeben ist",
"allDomainsOption": "Alle Domänen",
"allEnrollmentTypesDescription": "Diese Einstellungen funktionieren für Geräte, die über die Geräte- oder die Benutzerregistrierung in Intune registriert wurden, und für Geräte, die mit Apple School Manager oder Apple Business Manager mit automatischer Geräteregistrierung (ehemals DEP) registriert wurden.",
"allEnrollmentTypesHeader": "Alle Registrierungstypen",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Entsperrung per Gesichtserkennung",
"blockFacetimeName": "FaceTime blockieren",
"blockFactoryResetDescription": "Hiermit blockieren Sie die Zurücksetzung auf Werkseinstellungen auf dem Gerät.",
"blockFactoryResetName": "Zurücksetzung auf Werkseinstellungen (nur Samsung KNOX)",
"blockFactoryResetName": "Zurücksetzung auf Werkseinstellungen (nur Samsung KNOX Android 15 und früher)",
"blockFilesNetworkDriveAccessDescription": "Mithilfe des SMB-Protokolls (Server Message Block) können Geräte auf Dateien oder andere Ressourcen auf einem Netzwerkserver zugreifen. Verfügbar für Geräte, auf denen iOS und iPadOS 13.0 und höher ausgeführt wird.",
"blockFilesNetworkDriveAccessName": "Zugriff auf Netzlaufwerk in Files-App blockieren",
"blockFilesUsbDriveAccessDescription": "Geräte mit Zugriff können eine Verbindung mit einem USB-Laufwerk herstellen und Dateien auf einem USB-Laufwerk öffnen. Verfügbar für Geräte mit iOS und iPadOS, Version 13.0 oder höher.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Hiermit blockieren Sie die Funktionalität zur automatischen Synchronisierung von Google-Konten auf dem Gerät.",
"blockGoogleAccountAutoSyncName": "Automatische Synchronisierung des Google-Kontos (nur Samsung KNOX)",
"blockGoogleBackupDescription": "Hiermit blockieren Sie die Synchronisierung mit der Google-Sicherung.",
"blockGoogleBackupName": "Google-Sicherung (nur Samsung KNOX)",
"blockGoogleBackupName": "Google-Backup (nur Samsung KNOX Android 15 und früher)",
"blockGooglePlayStoreDescription": "Hiermit blockieren Sie den Google Play Store (Samsung KNOX Standard 4.0 und höher).",
"blockGooglePlayStoreName": "Google Play Store (nur Samsung KNOX) ",
"blockHostPairingDescription": "Blockiert die Hostkopplung, um zu steuern, mit welchen Geräten ein iOS-Gerät gekoppelt werden kann.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Hiermit verhindern Sie die Anzeige des Fehlerdialogfelds, wenn keine SIM-Karte erkannt wird.",
"blockSIMCardErrorDialogName": "Dialogfeld bei SIM-Kartenfehler (nur mobile Geräte)",
"blockSMSAndMMSAndroidDescription": "Hiermit blockieren Sie die SMS-/MMS-Nachrichtenfunktionen (Samsung KNOX Standard 4.0 und höher).",
"blockSMSAndMMSName": "SMS-/MMS-Nachrichten (nur Samsung KNOX)",
"blockSMSAndMMSName": "SMS/MMS-Nachrichten (nur Samsung KNOX Android 15 und früher)",
"blockSafariAutofillDescription": "Blockiert die Speicherung von Benutzereingaben in Webformularen in Safari.",
"blockSafariAutofillName": "Safari-AutoAusfüllen blockieren",
"blockSafariDescription": "Hiermit blockieren Sie den Safari-Webbrowser.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Blockiert die Erstellung von VPN-Konfigurationen.",
"blockVPNCreationName": "VPN-Erstellung blockieren",
"blockVoiceAssistantAndroidDescription": "Hiermit blockieren Sie den Sprach-Assistenten (Samsung KNOX Standard 4.0 und höher).",
"blockVoiceAssistantName": "Sprach-Assistent (nur Samsung KNOX)",
"blockVoiceAssistantName": "Sprach-Assistent (nur Samsung KNOX Android 15 und früher)",
"blockVoiceDialingAndroidDescription": "Hiermit blockieren Sie das Sprachwahlverfahren (Samsung KNOX Standard 4.0 und höher).",
"blockVoiceDialingDescription": "Hiermit blockieren Sie das Sprachwahlverfahren auf dem Gerät.",
"blockVoiceDialingName": "Sprachwahlverfahren",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "Das richtige Format für die hochgeladene Datei finden Sie in der Intune-Dokumentation. <a href=\"https://aka.ms/AA6z0o4\">Weitere Informationen</a>",
"customAppConfigurationFileName": "Datei mit Eigenschaftenliste",
"customBoolError": "Alle Konfigurationsschlüssel vom Typ \"Boolscher Wert\" müssen den Wert \"wahr\" oder \"falsch\" aufweisen.",
"customComplianceToolTip": "Wenn diese Option aktiviert ist, müssen Geräte gemäß benutzerdefinierten Regeln konform sein, die in einer JSON-Datei basierend auf benutzerdefinierten Daten definiert sind, die von einem PowerShell-Ermittlungsskript zurückgegeben wurden.",
"customEapXmlOption": "Benutzerdefinierte EAP-XML",
"customIntError": "Alle Konfigurationsschlüssel vom Typ \"Integer\" müssen ein ganzzahliger Wert sein.",
"customItemHideFromUserConfiguration": "Ausblenden",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Datenfreigabe zwischen Arbeitsprofilen und persönlichen Profilen",
"dataTypeName": "Datentyp",
"dateAndTimeBlockChangesDescription": "Hiermit wird der Benutzer daran gehindert, Datums- und Uhrzeiteinstellungen auf dem Gerät (Samsung KNOX) zu ändern.",
"dateAndTimeBlockChangesName": "Datums- und Uhrzeitänderungen blockieren (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Datums- und Uhrzeitänderungen blockieren (nur Samsung Android 15 und früher)",
"dateTimeConfigurationBlockedDescription": "Hiermit werden Benutzer daran gehindert, Datum und Uhrzeit manuell festzulegen.",
"dateTimeConfigurationBlockedName": "Datums- und Uhrzeitänderungen",
"dateTimeName": "Datum und Uhrzeit",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "WLAN-Zulassungsliste",
"knoxBlockAutofillDescription": "Hiermit blockieren Sie die Funktion \"AutoAusfüllen\".",
"knoxBlockAutofillName": "AutoAusfüllen (nur Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (nur Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (nur Samsung KNOX Android 13 und früher)",
"knoxBlockCookiesDescription": "Browsercookies zulassen oder blockieren",
"knoxBlockCookiesName": "Cookies (nur Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "Hiermit blockieren Sie die Funktionalität zum Kopieren und Einfügen.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Popups (nur Samsung KNOX)",
"knoxBlockRemovableStorageName": "Wechselmedien (nur Samsung KNOX)",
"knoxBlockScreenshotDescription": "Hiermit blockieren Sie das Erfassen von Bildschirminhalten als Bild.",
"knoxBlockScreenshotName": "Bildschirmaufnahme (nur Samsung KNOX)",
"knoxBlockScreenshotName": "Screenshot (nur Samsung KNOX Android 15 und früher)",
"knoxBlockVoiceDialingName": "Sprachwahlverfahren (nur Samsung KNOX)",
"knoxBlockVoiceRoamingName": "Sprachroaming (nur Samsung KNOX)",
"knoxBlockWebBrowserDescription": "Hiermit blockieren Sie den Webbrowser auf dem Gerät.",
"knoxBlockWebBrowserName": "Webbrowser (nur Samsung KNOX)",
"knoxBlockWiFiName": "WLAN (nur Samsung KNOX)",
"knoxBlockWiFiTetheringName": "WLAN-Tethering (nur Samsung KNOX)",
"knoxBlockWiFiName": "WLAN (nur Samsung KNOX Android 12 und früher)",
"knoxBlockWiFiTetheringName": "WLAN-Tethering (nur Samsung KNOX Android 12 und früher)",
"knoxCellularDataDescription": "Hiermit wird die Datennutzung über Mobilfunknetze blockiert. Falls diese Einstellung nicht konfiguriert ist, wird die Datennutzung über Mobilfunknetze zugelassen und kann von den Benutzern bearbeitet werden.",
"knoxCellularDataName": "Mobilfunkdatenkanal (nur Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 und früher oder Samsung KNOX Android 15 und früher",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "Diese Einstellungen funktionieren auf Geräten unter Android 9 oder früher sowie auf allen Samsung KNOX-Geräten, auf denen eine beliebige Version des Android-Betriebssystems Version Android 15 oder früher ausgeführt wird.",
"knoxRequireEncryptionName": "Verschlüsselung (Android 11 und früher oder Samsung KNOX Android 14 und früher)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Speicherkarten müssen verschlüsselt sein. Nicht alle Geräte unterstützen die Speicherkartenverschlüsselung. Weitere Informationen finden Sie in der Dokumentation zum Gerät und zum mobilen Betriebssystem.",
"knoxRequireEncryptionOnRemovableStorageName": "Verschlüsselung auf Speicherkarten (nur Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "Verschlüsselung auf Speicherkarten (nur Samsung KNOX Android 15 und früher)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (nativer Typ)",
"lanManagerAuthenticationLevelDesc": "Diese Sicherheitseinstellung bestimmt, welches Protokoll bei der Abfrage/Rückmeldung-Authentifizierung für Netzwerkanmeldungen verwendet wird.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Bezeichnertyp",
"macOSAppleEventReceiverTableDescription": "Ermöglichen Sie der App oder dem Prozess das Senden eines eingeschränkten Apple-Ereignisses an eine andere App oder einen anderen Prozess. Sie müssen den Bezeichner, den Bezeichnertyp und die Codeanforderung der empfangenden App bzw. des empfangenden Prozesses kennen.",
"macOSAppleEventReceiverTableName": "Apple-Ereignisse",
"macOSDeploymentChannelDeviceChannel": "Gerätekanal",
"macOSDeploymentChannelName": "Bereitstellungskanal",
"macOSDeploymentChannelUserChannel": "Benutzerkanal",
"macOSDeploymentChannelWarningBanner": "Es wird dringend empfohlen, aus Sicherheitsgründen den Benutzerzertifikattyp im Benutzerkanal zu verwenden.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Hiermit steuern Sie auf dem Gerät den Zugriff auf die App für Barrierefreiheit, welche Features wie z. B. Untertitel, Hovertext und Sprachsteuerung umfasst.",
"macOSPrivacyAccessControlItemAccessibilityName": "Barrierefreiheit",
"macOSPrivacyAccessControlItemAddressBookName": "Kontakte",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Hiermit legen Sie Schlüsselerstellungsmodule so fest, dass sie den gesamten Authentifizierungssatz ignorieren, wenn sie nicht alle Authentifizierungssuites im jeweiligen Satz unterstützen. Ist diese Option aktiviert, werden nicht unterstützte Authentifizierungssuites von Schlüsselerstellungsmodulen ignoriert.",
"opportunisticallyMatchAuthName": "Authentifizierungssatz opportunistisch pro Schlüsselerstellungsmodul abgleichen",
"optional": "Optional",
"optionalValue": "Optionaler Wert",
"organizationalUnitDescription": "Vollständiger Pfad zu der Organisationseinheit (OE), in der die Computerkonten erstellt werden sollen. Falls er nicht angegeben wird, wird ein bekannter Computerobjektcontainer verwendet.",
"organizationalUnitName": "Organisationseinheit",
"originalProfileTypeTitle": "Ursprünglicher Profiltyp:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Gültigkeitsdauer des Zertifikats",
"sCEPPolicyCustomAADAttribute": "Benutzerdefiniertes Microsoft Entra-Attribut",
"sCEPPolicyCustomKeys": "Benutzerdefinierte Schlüssel",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or {{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Geben Sie einen Wert an, der eine beliebige unterstützte Variable darstellen kann, z B. {{UserPrincipalName}}. Sie können nur {{OnPremisesSecurityIdentifier}} mit dem URI-Attribut verwenden. Weitere Informationen zu unterstützten Variablen: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Geben Sie einen Wert an, der eine beliebige unterstützte Variable mit statischem Text kombinieren kann. Verwenden Sie für UPN- und E-Mail-Adressen das Format {{AAD_Device_ID}}@contoso.com. DNS-Werte dürfen keine Symbole oder @-Zeichen enthalten, z. B. {{DeviceName}}.contoso.com oder {{DeviceName}}. Beachten Sie, dass der Wert „{{OnPremisesSecurityIdentifier}}“ nur mit dem URI-Attribut für den alternativen Antragstellernamen verwendet werden kann. Unterstützte Variablen finden Sie hier: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "Vorinstallierter WPA-Schlüssel",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "Die nicht konformen Linux-Distributionen sind: ",
"wSLComplianceTitle": "Deinstallieren Sie nicht konforme Linux-Distributionen oder -Versionen aus Windows-Subsystem für Linux (WSL).",
"wSLPolicyDistributionName": "Distributionsname",
"wSLPolicyMaxOSVersionName": "Maximalversion des Betriebssystems",
"wSLPolicyMinOSVersionName": "Mindestversion des Betriebssystems",
"wakeOnLANName": "Wake-On-LAN",
"wakeOnPowerName": "Reaktivierung im Netzbetrieb",
"wakeScreenWhenSomeoneInRoomName": "Bildschirm aktivieren, wenn eine Person im Raum ist",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows-Blickpunkt auf dem Sperrbildschirm",
"windowsSpotlightPersonalizationDescription": "Personalisierung von Windows-Blickpunkt basierend auf Gerätenutzung blockieren",
"windowsSpotlightPersonalizationName": "Personalisierung von Windows-Blickpunkt",
"windowsSubsystemLinuxComplianceDescription": "Diese Einstellungen beziehen sich auf Linux-Distributionen, die auf verwalteten Windows-Geräten installiert sind, und beeinflussen den Konformitätszustand des Geräts. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Weitere Informationen zur Verwendung der Einstellung</a>",
"windowsSubsystemLinuxComplianceHeader": "Zulässige Linux-Distributionen und -Versionen",
"windowsSubsystemLinuxComplianceInfoBox": "Sie können WSL und benutzerdefinierte Konformitätseinstellungen nicht in derselben Richtlinie konfigurieren.",
"windowsSubsystemLinuxComplianceLearnMore": "Geben Sie zulässige Linux-Distributionen und optional eine Mindestversion, eine Maximalversion oder beides für jede Distribution an.",
"windowsTipsDescription": "Ermöglicht IT-Administratoren das Deaktivieren des Popups von Windows-Tipps.",
"windowsTipsName": "Windows-Tipps",
"windowsWelcomeExperienceDescription": "Windows-Begrüßungsseite zur Vorstellung neuer oder aktualisierter Features blockieren",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "Keine Richtlinien",
"clientAppPolicyPlural": "{0} Richtlinien",
"clientAppPolicySingular": "{0} Richtlinie",
"clockInClockOutNotes": "<p><b>Hinweise:</b></p>\r\n<ul type=\"disc\">\r\n <li>Weitere Informationen dazu, auf welche Apps diese Einstellung angewendet werden kann, erhalten Sie unter <b>Link zum Dokumentationsabschnitt zur Ruhezeit Blockieren</b>.</li>\r\n <li>Diese Einstellung kann Benachrichtigungen nicht stummschalten. Informationen zum Konfigurieren von Einstellungen für das Stummschalten von Benachrichtigungen finden Sie unter <b>Link zur Dokumentation zur Ruhezeit Stummschalten</b>.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>Hinweise:</b></p>\r\n<ul type=\"disc\">\r\n <li>Diese Einstellung darf nur konfiguriert werden, wenn der Mandant in die <b>Working Time-API</b> integriert wurde. Für weitere Informationen zur Integration dieser Einstellung mit der <b>Working Time API</b>, siehe <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Zugriff auf Microsoft Teams einschränken, wenn Frontline-Mitarbeiter nicht im Dienst sind</a>\r\n. Das Konfigurieren dieser Einstellung ohne Integration der Working Time API könnte dazu führen, dass Konten gesperrt werden, da der Arbeitszeitstatus für das verwaltete Konto, das mit der Anwendung verknüpft ist, fehlt.</li>\r\n <li>Bitte verweisen Sie auf<a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">Unterstützte Microsoft Intune-Apps | Microsoft Learn</a>\r\num weitere Informationen darüber zu erfahren, welche Apps diese Einstellung unterstützen.</li> <li>Diese Einstellung kann Benachrichtigungen nicht stummschalten. Um Einstellungen für das Stummschalten von Benachrichtigungen zu konfigurieren, siehe <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Richtlinien für Ruhezeiten in Microsoft Intune erstellen | Microsoft Learn</a></li>\r\n</ul>",
"clockedOutAccount": "Arbeitsfreie Zeit",
"closeText": "Schließen",
"columns": "Spalten",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "Ähnliche gerätebasierte Einstellungen können für registrierte Geräte konfiguriert werden.",
"deviceConditionsInfoParagraph2LinkText": "Erfahren Sie mehr über das Konfigurieren von Konformitätseinstellungen für registrierte Geräte.",
"deviceId": "Geräte-ID",
"deviceLockComplexityValidationFailureNotes": "<p><b>Hinweise:</b></p>\r\n<ul type=\"disc\">\r\n <li>Die Gerätesperre kann die Kennwortkomplexität: NIEDRIG, MITTEL oder HOCH für Android 12+ anfordern. Bei Geräten, die unter Android 11 und früheren Versionen ausgeführt werden, wirdbeim Festlegen eines Komplexitätswerts von Niedrig/Mittel/Hoch standardmäßig das erwartete Verhalten für „Niedrige Komplexität“ verwendet. </li>\r\n <li>Die unten aufgeführten Kennwortdefinitionen unterliegen Änderungen. Die aktuellsten Definitionen der verschiedenen Kennwortkomplexitätsstufen finden Sie unter <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Developers</a>.</li>\r\n</ul>\r\n\r\n<p><b>Niedrig</b></p>\r\n<ul type=\"disc\">\r\n <li>Das Kennwort kann ein Muster oder eine PIN mit wiederholenden (4444) oder geordneten (1234, 4321, 2468) Sequenzen sein.</li>\r\n</ul>\r\n\r\n<p><b>Mittel</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN ohne wiederholende (4444) oder geordnete (1234, 4321, 2468) Sequenzen mit einer Mindestlänge von 4 Zeichen</li>\r\n <li>Alphabetische Kennwörter mit einer Mindestlänge von 4 Zeichen</li>\r\n <li>Alphanumerische Kennwörter mit einer Mindestlänge von 4 Zeichen</li>\r\n</ul>\r\n\r\n<p><b>Hoch</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN ohne wiederholende (4444) oder geordnete (1234, 4321, 2468) Sequenzen mit einer Mindestlänge von 8 Zeichen</li>\r\n <li>Alphabetische Kennwörter mit einer Mindestlänge von 6 Zeichen</li>\r\n <li>Alphanumerische Kennwörter mit einer Mindestlänge von 6 Zeichen</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>Hinweise:</b></p>\r\n<ul type=\"disc\">\r\n <li>Die Gerätesperre kann die Kennwortkomplexität: NIEDRIG, MITTEL oder HOCH für Android 12+ anfordern. Bei Geräten, die unter Android 11 und früheren Versionen ausgeführt werden, wirdbeim Festlegen eines Komplexitätswerts von Niedrig/Mittel/Hoch standardmäßig das erwartete Verhalten für „Niedrige Komplexität“ verwendet.</li>\r\n <li>Die unten aufgeführten Kennwortdefinitionen unterliegen Änderungen. Weitere Informationen zu den aktuellsten Definitionen der verschiedenen Konnwortkomplexitätsstufen finden Sie unter <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android-Entwickler</a>.</li>\r\n</ul>\r\n\r\n<p><b>Niedrig</b></p>\r\n<ul type=\"disc\">\r\n <li>Kennwort kann ein Muster oder eine PIN mit wiederholten (4444) oder sortierten Sequenzen (1234, 4321, 2468) sein.</li>\r\n</ul>\r\n\r\n<p><b>Mittel</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN ohne wiederholte Sequenzen (4444) oder sortierte Sequenzen (1234, 4321, 2468) mit einer Mindestlänge von mindestens 4 Zeichen</li>\r\n <li>Alphabetische Kennwörter mit einer Mindestlänge von mindestens 4 Zeichen</li>\r\n <li>Alphanumerische Kennwörter mit einer Mindestlänge von mindestens 4 Zeichen</li>\r\n</ul>\r\n\r\n<p><b>Hoch</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN ohne wiederholte Sequenzen (4444) oder sortierte Sequenzen (1234, 4321, 2468) mit einer Mindestlänge von mindestens 8 Zeichen</li>\r\n <li>Alphabetische Kennwörter mit einer Mindestlänge von mindestens 6 Zeichen</li>\r\n <li>Alphanumerische Kennwörter mit einer Mindestlänge von mindestens 6 Zeichen</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "Wenn das Gerät gesperrt ist und Dateien geöffnet sind",
"deviceLockedOptionText": "Wenn das Gerät gesperrt ist",
"deviceManufacturer": "Gerätehersteller",
@@ -10620,7 +10676,7 @@
"downloadingReport": "Der Bericht wird heruntergeladen.",
"edgeGSAssignment": "Wählen Sie die Benutzergruppen aus, auf denen Microsoft Edge für Mobilgeräte installiert werden soll. Microsoft Edge wird auf allen iOS- und Android-Geräten installiert, die von diesen Benutzern registriert werden.",
"edgeGSIntroBenefitHTML": "<p>Holen Sie sich die Microsoft Edge-App für Ihre Benutzer von iOS- oder Android-Geräten, damit diese nahtlos auf ihren Unternehmensgeräten surfen können! Dank der integrierten Features von Microsoft Edge ist es für die Benutzer ein Leichtes, sich im Dschungel des Internets zurechtzufinden und ihre Arbeitsinhalte zu konsolidieren, zu strukturieren und zu verwalten. Für Benutzer von iOS- und Android-Geräten, die sich mit ihren Microsoft Entra-Unternehmenskonten bei der Microsoft Edge-App anmelden, wird der Browser mit allen Arbeitsbereichsfavoriten und Websitefiltern vorinstalliert, die Sie definieren.</p><p>Wenn Sie die Registrierung von iOS- oder Android-Geräten für Benutzer blockiert haben, wird die Registrierung durch dieses Szenario nicht aktiviert, und die Benutzer müssen Microsoft Edge selbst installieren.</p>",
"edgeGSIntroPrereqHTML": "<p>Wir fragen Sie nach den für die Benutzer benötigten Arbeitsbereichsfavoriten und den Filtern, die für das Browsen im Web erforderlich sind. Stellen Sie sicher, dass Sie die folgenden Aufgaben ausführen, bevor Sie fortfahren:</p>\r\n<li>Fügen Sie Benutzer <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra-Gruppen</a> hinzu.</li>\r\n<li>Registrieren Sie iOS- oder Android-Geräte in Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Erfahren Sie mehr.</a></li>\r\n<li>Stellen Sie eine Liste der Arbeitsbereichsfavoriten zusammen, die in Microsoft Edge hinzugefügt werden sollen.</li>\r\n<li>Stellen Sie eine Liste der Websitefilter zusammen, die in Microsoft Edge erzwungen werden sollen.</li>",
"edgeGSIntroPrereqHTML": "<p>Wir fragen Sie nach den für die Benutzer benötigten Arbeitsbereichsfavoriten und den Filtern, die für das Browsen im Web erforderlich sind. Stellen Sie sicher, dass Sie die folgenden Aufgaben ausführen, bevor Sie fortfahren:</p>\r\n<li>Hinzufügen von Benutzern zu <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra-Gruppen</a></li>\r\n<li>Registrieren von iOS- oder Android-Geräten in Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Weitere Informationen</a></li>\r\n<li>Liste der Arbeitsbereichsfavoriten sammeln, die in Edge hinzugefügt werden sollen.</li>\r\n<li>Liste der Websitefilter sammeln, die in Edge erzwungen werden sollen.</li>",
"edgeGSName": "Microsoft Edge für iOS und Android",
"edgeGSSyncInfo": "Abhängig von der Gerätekonnektivität und den Synchronisierungszeiten kann es bis zu 24 Stunden dauern, bis diese Bereitstellung die Geräte erreicht.",
"edit": "Bearbeiten",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Ist MAM aktiviert?",
"itemsCount": "{0} Elemente",
"jailbrokenRootedDevices": "Geräte mit Jailbreak/entfernten Nutzungsbeschränkungen",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Zugriff auf unterstützten Geräten blockieren",
"lastModifiedDate": "Datum der letzten Änderung",
"lastReportedDate": "Datum des letzten Berichts",
"lastSync": "Letzte Synchronisierung",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Wird gelöscht...",
"photoLibrary": "Fotos-Mediathek",
"pinCharSettingTooltip": "Eine numerische PIN darf nur numerische Zeichen enthalten.\r\n\r\nEin Passcode muss sowohl alphanumerische Zeichen als auch zulässige Symbole enthalten.",
"pinRotationWarning": "<b>Wichtig:</b> Am 1. Juni 2024 erhalten Apps mit einem SDK, das älter als 17.7.0 ist, keine App-Schutzrichtlinienupdates mehr, und Benutzer werden am Starten der App gehindert. Stellen Sie sicher, dass Benutzer ihre Apps aktualisieren und Ihre Branchen-Apps ein aktuelles SDK oder Wrapper verwenden. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Weitere Informationen</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Plattform",
"platformDropDownLabel": "Plattform",
@@ -11130,13 +11186,14 @@
"languageLabel": null,
"admin": "Administrator",
"standard": "Standard",
"latest": "Neueste",
"latest": "Neueste zuerst",
"deviceConfigurationTitle": "Gerätekonfiguration",
"deviceComplianceTitle": "Gerätekompatibilität",
"clientAppsTitle": "Client-Apps",
"policySetsTitle": "Richtliniensätze",
"applicabilityRules": "Anwendbarkeitsregeln",
"windowsEnrollmentTitle": "Windows-Registrierung",
"DefaultESPCustomErrorMessage": "Setup konnte nicht abgeschlossen werden. Versuchen Sie es noch mal, oder wenden Sie sich an Ihren Support, um Hilfe zu erhalten.",
"appleEnrollmentTitle": "Apple-Registrierung",
"targetedAppLabel": "Ziel-App",
"configurationSettingsTitle": "Konfigurationseinstellungen",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13046,18 +13088,18 @@
"unknown": "Unbekannt",
"unsupported": "Nicht unterstützt",
"windows": "Windows",
"windows10": "Windows 10 und höher",
"windows10CM": "Windows 10 und höher (ConfigMgr)",
"windows10": "Windows 10 und höher",
"windows10CM": "Windows 10 und höher (ConfigMgr)",
"windows10Holo": "Windows 10 Holographic",
"windows10Mobile": "Windows 10 Mobile",
"windows10Team": "Windows 10 Team",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 und höher",
"windows8And10": "Windows 8 und 10",
"windows8": "Windows 8.1 und höher",
"windows8And10": "Windows 8 und 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 und höher",
"windows10AndLater": "Windows 10 und höher",
"windows10AndWindowsServer": "Windows 10, Windows 11 und Windows Server (Configuration Manager)",
"windows10andLaterCM": "Windows 10 und höher (ConfigMgr)",
"windows10andLaterCM": "Windows 10 und höher (ConfigMgr)",
"holoLens": "HoloLens",
"surfaceHub2": "Surface Hub 2",
"surfaceHub2S": "Surface Hub 2S",
@@ -13075,11 +13117,11 @@
},
"ConfigurationTypes": {
"Table": {
"androidDeviceOwnerGeneral": "Geräteeinschränkungen (Gerätebesitzer)",
"androidForWorkGeneral": "Geräteeinschränkungen (Arbeitsprofil)"
"androidDeviceOwnerGeneral": "Gerätebeschränkungen (Gerätebesitzer)",
"androidForWorkGeneral": "Gerätebeschränkungen (Arbeitsprofil)"
},
"androidCustom": "Benutzerdefiniert",
"androidDeviceOwnerGeneral": "Geräteeinschränkungen",
"androidDeviceOwnerGeneral": "Gerätebeschränkungen",
"androidDeviceOwnerPkcs": "PKCS-Zertifikat",
"androidDeviceOwnerScep": "SCEP-Zertifikat",
"androidDeviceOwnerTrustedCertificate": "Vertrauenswürdiges Zertifikat",
@@ -13087,8 +13129,8 @@
"androidDeviceOwnerWiFi": "WLAN",
"androidEmailProfile": "E-Mail (nur Samsung KNOX)",
"androidForWorkCustom": "Benutzerdefiniert",
"androidForWorkEmailProfile": "E-Mail",
"androidForWorkGeneral": "Geräteeinschränkungen",
"androidForWorkEmailProfile": "E-Mail-Adresse",
"androidForWorkGeneral": "Gerätebeschränkungen",
"androidForWorkImportedPFX": "Importiertes PKCS-Zertifikat",
"androidForWorkOemConfig": "OEMConfig",
"androidForWorkPKCS": "PKCS-Zertifikat",
@@ -13096,7 +13138,7 @@
"androidForWorkTrustedCertificate": "Vertrauenswürdiges Zertifikat",
"androidForWorkVpn": "VPN",
"androidForWorkWiFi": "WLAN",
"androidGeneral": "Geräteeinschränkungen",
"androidGeneral": "Gerätebeschränkungen",
"androidImportedPFX": "Importiertes PKCS-Zertifikat",
"androidPKCS": "PKCS-Zertifikat",
"androidSCEP": "SCEP-Zertifikat",
@@ -13104,25 +13146,25 @@
"androidVPN": "VPN",
"androidWiFi": "WLAN",
"androidZebraMx": "MX-Profil (nur Zebra)",
"complianceAndroid": "Android-Kompatibilitätsrichtlinie",
"complianceAndroid": "Android-Compliancerichtlinie",
"complianceAndroidDeviceOwner": "Vollständig verwaltetes, dediziertes und unternehmenseigenes Arbeitsprofil",
"complianceAndroidEnterprise": "Arbeitsprofil \"Persönliches Eigentum\"",
"complianceAndroidForWork": "Android for Work-Kompatibilitätsrichtlinie",
"complianceIos": "iOS-Konformitätsrichtlinie",
"complianceMac": "Mac-Kompatibilitätsrichtlinie",
"complianceAndroidEnterprise": "Arbeitsprofil Persönliches Eigentum",
"complianceAndroidForWork": "Android for Work-Compliancerichtlinie",
"complianceIos": "iOS-Compliancerichtlinie",
"complianceMac": "Mac-Compliancerichtlinie",
"complianceWindows10": "Compliancerichtlinie für Windows 10 und höher",
"complianceWindows10Mobile": "Windows 10 Mobile-Kompatibilitätsrichtlinie",
"complianceWindows8": "Windows 8-Kompatibilitätsrichtlinie",
"complianceWindowsPhone": "Windows Phone-Kompatibilitätsrichtlinie",
"complianceWindows10Mobile": "Windows 10 Mobile-Compliancerichtlinie",
"complianceWindows8": "Windows 8-Compliancerichtlinie",
"complianceWindowsPhone": "Windows Phone-Compliancerichtlinie",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Eigenschaftenkatalog (Vorschau)",
"inventoryCatalog": "Eigenschaftenkatalog",
"iosCustom": "Benutzerdefiniert",
"iosDerivedCredentialAuthenticationConfiguration": "Abgeleitete PIV-Anmeldeinformationen",
"iosDeviceFeatures": "Gerätefunktionen",
"iosEDU": "Bildung",
"iosEducation": "Bildung",
"iosEmailProfile": "E-Mail",
"iosGeneral": "Geräteeinschränkungen",
"iosEDU": "Education",
"iosEducation": "Education",
"iosEmailProfile": "E-Mail-Adresse",
"iosGeneral": "Gerätebeschränkungen",
"iosImportedPFX": "Importiertes PKCS-Zertifikat",
"iosPKCS": "PKCS-Zertifikat",
"iosPresets": "Voreinstellungen",
@@ -13133,9 +13175,9 @@
"iosWiFi": "WLAN",
"macCustom": "Benutzerdefiniert",
"macDeviceFeatures": "Gerätefunktionen",
"macEndpointProtection": "Endpoint Protection",
"macExtensions": "Erweiterungen",
"macGeneral": "Geräteeinschränkungen",
"macEndpointProtection": "Endpunktschutz",
"macExtensions": "Durchwahlnummern",
"macGeneral": "Gerätebeschränkungen",
"macImportedPFX": "Importiertes PKCS-Zertifikat",
"macSCEP": "SCEP-Zertifikat",
"macTrustedCertificate": "Vertrauenswürdiges Zertifikat",
@@ -13148,10 +13190,10 @@
"windows10Custom": "Benutzerdefiniert",
"windows10DesktopSoftwareUpdate": "Softwareupdates",
"windows10DeviceFirmwareConfigurationInterface": "Schnittstelle zur Konfiguration der Gerätefirmware",
"windows10EmailProfile": "E-Mail",
"windows10EndpointProtection": "Endpoint Protection",
"windows10EmailProfile": "E-Mail-Adresse",
"windows10EndpointProtection": "Endpunktschutz",
"windows10EnterpriseDataProtection": "Windows Information Protection",
"windows10General": "Geräteeinschränkungen",
"windows10General": "Gerätebeschränkungen",
"windows10ImportedPFX": "Importiertes PKCS-Zertifikat",
"windows10Kiosk": "Kiosk",
"windows10NetworkBoundary": "Netzwerkgrenze",
@@ -13160,23 +13202,23 @@
"windows10SCEP": "SCEP-Zertifikat",
"windows10SecureAssessmentProfile": "Education-Profil",
"windows10SharedPC": "Freigegebenes, von mehreren Benutzern verwendetes Gerät",
"windows10TeamGeneral": "Geräteeinschränkungen (Windows 10 Team)",
"windows10TeamGeneral": "Geräteeinschränkungen (Windows 10 Team)",
"windows10TrustedCertificate": "Vertrauenswürdiges Zertifikat",
"windows10VPN": "VPN",
"windows10WiFi": "WLAN",
"windows10WiFiCustom": "WLAN (benutzerdefiniert)",
"windows8General": "Geräteeinschränkungen",
"windows10WiFiCustom": "WLAN benutzerdefiniert",
"windows8General": "Gerätebeschränkungen",
"windows8SCEP": "SCEP-Zertifikat",
"windows8TrustedCertificate": "Vertrauenswürdiges Zertifikat",
"windows8VPN": "VPN",
"windows8WiFi": "WLAN (Import)",
"windows8WiFi": "WLAN-Import",
"windowsDeliveryOptimization": "Übermittlungsoptimierung",
"windowsDomainJoin": "Domänenbeitritt",
"windowsEditionUpgrade": "Editionsupgrade und Moduswechsel",
"windowsIdentityProtection": "Identity Protection",
"windowsIdentityProtection": "Identitätsschutz",
"windowsPhoneCustom": "Benutzerdefiniert",
"windowsPhoneEmailProfile": "E-Mail",
"windowsPhoneGeneral": "Geräteeinschränkungen",
"windowsPhoneEmailProfile": "E-Mail-Adresse",
"windowsPhoneGeneral": "Gerätebeschränkungen",
"windowsPhoneImportedPFX": "Importiertes PKCS-Zertifikat",
"windowsPhoneSCEP": "SCEP-Zertifikat",
"windowsPhoneTrustedCertificate": "Vertrauenswürdiges Zertifikat",
+95 -53
View File
@@ -53,7 +53,7 @@
"RoleAssignment": {
"RoleAssignmentAdmin": "Admin Groups",
"RoleAssignmentAdminDesc": "Admin group users are the administrators assigned to this role",
"rolesMenuTitle": "Endpoint Manager roles",
"rolesMenuTitle": "Intune roles",
"RoleAssignmentScopeDesc": "Administrators in this role assignment can target policies, applications and remote tasks",
"RoleAssignmentScope": "Scope Groups"
},
@@ -71,7 +71,7 @@
"appPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package types include: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix, and .msixbundle).",
"applicableDeviceType": "Select the device types that can install this app.",
"category": "Categorize the app to make it easier for users to sort and find in Company Portal. You can choose multiple categories.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Search the Microsoft Store app (new) for store apps that you want to deploy with Intune."
},
"descriptionPreview": "Preview",
"descriptionPreviewLabel": "Preview",
"descriptionRequired": "Description is required.",
"editDescription": "Edit Description",
"macOSMinOperatingSystemAdditionalInfo": "The minimum operating system for uploading a .pkg file is macOS 10.14. Upload a .pkg file to select an older minimum operating system.",
"markdownHelpLink": "Get help with markdown supported for descriptions.",
"name": "App information",
"nameForOfficeSuitApp": "App suite information"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Account protection (Test)",
"windowsSecurityExperience": "Windows Security experience"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows Firewall"
},
"FirewallRules": {
"mDE": "Windows Firewall Rules"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "OneDrive Known Folder Move settings: Windows 10 in cloud configuration template. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Unknown",
"unsupported": "Unsupported",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi import",
"windows10CompliancePolicy": "Windows 10/11 compliance policy",
@@ -1064,9 +1080,11 @@
"prompt": "Prompt"
},
"Permissions": {
"accessBackgroundLocation": "Location access (background)",
"accessCoarseLocation": "Location access (coarse)",
"accessFineLocation": "Location access (fine)",
"addVoicemail": "Add voicemail",
"bluetoothConnect": "Bluetooth connect",
"bodySensors": "Allow body sensor data",
"bodySensorsBackground": "Allow background body sensor data",
"callPhone": "Make phone calls",
@@ -1970,6 +1988,7 @@
"tenantManagement": "Tenant management"
},
"actions": "Actions for Non-Compliance",
"adminPermissions": "Admin permissions",
"advancedExchangeSettings": "Exchange online settings",
"advancedThreatProtection": "Microsoft Defender for Endpoint",
"allApps": "All apps",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Software updates summary",
"macOSSoftwareUpdateStateSummaries": "updates",
"managedGooglePlay": "Managed Google Play",
"msfb": "Microsoft Store for Business",
"myPermissions": "My permissions",
"notifications": "Notifications",
"officeApps": "Office apps",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Retire noncompliant devices",
"retireNoncompliantDevicesPreview": "Retire noncompliant devices (preview)",
"role": "Role",
"rolesByPermission": "Roles by permission",
"scriptManagement": "Scripts",
"securityBaselines": "Security baselines",
"serviceToServiceConnector": "Exchange online connector",
@@ -2179,7 +2198,7 @@
},
"EncryptData": {
"label": "Encrypt org data",
"link": "https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-android#data-relocation-settings",
"link": "https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-android#data-relocation-settings",
"tooltip": "Select {0} to enforce encrypting org data with Intune app layer encryption.\n <br/>\nSelect {1} to not enforce encrypting org data with Intune app layer encryption.\n\n<br/>\nNote: For more information on Intune app layer encryption, see {2}."
},
"EncryptDataAndroid": {
@@ -2273,7 +2292,7 @@
"select": "Select keyboards to approve",
"subtitle": "Add all keyboards and input methods that users are allowed to use with targeted apps. Enter the keyboard name as you would like it to appear to the end user.",
"title": "Add approved keyboards",
"toolTip": "Select Require and then specify a list of approved keyboards for this policy. <a href='https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-android#data-transfer'>Learn more.</a>"
"toolTip": "Select Require and then specify a list of approved keyboards for this policy. <a href='https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-android#data-transfer'>Learn more.</a>"
},
"SaveData": {
"label": "Save copies of org data",
@@ -2299,7 +2318,7 @@
"label": "Sync policy managed app data with native apps or add-ins"
},
"ThirdPartyKeyboards": {
"infoBox": "Keyboard restrictions will apply to all areas of an app. Personal accounts for apps that support multiple identities will be affected by this restriction. <a href='https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-ios#data-transfer' aria-label='Learn more about third party keyboards'>Learn more.</a>",
"infoBox": "Keyboard restrictions will apply to all areas of an app. Personal accounts for apps that support multiple identities will be affected by this restriction. <a href='https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-ios#data-transfer' aria-label='Learn more about third party keyboards'>Learn more.</a>",
"label": "Third party keyboards"
},
"Timeout": {
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Command line",
"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.",
"installScript": "Install script",
"installScriptErrorText": "An install script is required.",
"installScriptToolTip": "The PowerShell script file with installation commands used to install this app.",
"installScriptsHeader": "Specify app Installation and Uninstallation settings, including whether to use a script or command line, time limits, restart behavior, and return codes.",
"installerTypeText": "Installer type",
"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.",
"scriptDropdownText": "PowerShell script",
"scriptsErrorText": "An install and an uninstall script are required.",
"selectCustomScript": "Select custom script",
"selectScriptLinkAriaText": "No script selected. Opens context pane to upload a script.",
"selectScriptLinkText": "Select a script",
"selectedScriptLinkAriaText": "Script {0} selected. Opens context pane to edit or upload a new script.",
"selectorLabel": "Program",
"uninstallCommand": "Uninstall command",
"uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app."
"uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app.",
"uninstallScript": "Uninstall script",
"uninstallScriptErrorText": "An uninstall script is required.",
"uninstallScriptToolTip": "The PowerShell script file with uninstallation commands used to uninstall this app.",
"uninstallerTypeText": "Uninstaller type"
},
"TermsOfUse": {
"Languages": {
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Split Tunneling",
"vPNTrustedNetwork": "Trusted Network Detection",
"wSLCompliance": "Windows Subsystem for Linux (WSL)",
"wakeSettings": "Wake settings",
"webContentFilter": "Web Content Filter",
"wiFi": "Wi-Fi",
@@ -4300,7 +4336,6 @@
"mk": "Macedonian (North Macedonia)",
"ml": "Malayalam (India)",
"mt": "Maltese (Malta)",
"mi": "Maori (New Zealand)",
"mr": "Marathi (India)",
"moh": "Mohawk (Mohawk)",
"ne": "Nepali (Nepal)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamese (Vietnam)",
"cy": "Welsh (United Kingdom)",
"wo": "Wolof (Senegal)",
"sah": "Yakut (Russia)",
"ii": "Yi (PRC)",
"yo": "Yoruba (Nigeria)"
},
"DisplayRoleTypes": {
"builtInRole": "Built-in Role",
"customAutopatchRole": "Custom Windows Autopatch role",
"customCloudPCRole": "Custom Windows 365 role",
"customIntuneRole": "Custom Intune role",
"customRole": "Custom Role"
@@ -4564,7 +4601,7 @@
"noAssignmentShellScriptDisplayText": "Assign shell script to at least one group. Go to Properties to edit assignments."
},
"CustomAttributes": {
"customAttributeScriptDescription": "Max file size 200 KB.",
"customAttributeScriptDescription": "Max file size 1 MB.",
"customAttributeScriptLabel": "Script",
"customAttributeTypeDescription": "Select the data type of the result.",
"customAttributeTypeLabel": "Data type of attribute",
@@ -4606,7 +4643,7 @@
"toolTip": "By default, the script is run as the root user. The root user can make system changes that a standard user account can't."
},
"uploadFileToolTip": {
"toolTip": "Max file size 200 KB."
"toolTip": "Max file size 1 MB."
}
},
"PolicyFrequency": {
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "These settings work for fully managed, dedicated, and corporate-owned work profile devices.",
"allAndroidCorpEnrollmentTypesHeaderName": "Fully managed, dedicated, and corporate-owned work profile devices",
"allAndroidVersionsPasswordHeader": "All Android devices",
"allAndroidVersionsPasswordHeaderDescription": "These settings work for all Android OS versions and manufacturers.",
"allAndroidVersionsPasswordHeaderDescription": "These settings work for all Android OS versions and manufacturers, except where specified",
"allDomainsOption": "All domains",
"allEnrollmentTypesDescription": "These settings work for devices that were enrolled in Intune through device enrollment or user enrollment, and for devices enrolled using Apple School Manager or Apple Business Manager with automated device enrollment (formerly DEP).",
"allEnrollmentTypesHeader": "All enrollment types",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Face unlock",
"blockFacetimeName": "Block FaceTime",
"blockFactoryResetDescription": "Block factory reset on device.",
"blockFactoryResetName": "Factory reset (Samsung KNOX only)",
"blockFactoryResetName": "Factory reset (Samsung KNOX Android 15 and earlier only)",
"blockFilesNetworkDriveAccessDescription": "Using the Server Message Block (SMB) protocol, devices can access files or other resources on a network server. Available for devices running iOS and iPadOS, versions 13.0 and later.",
"blockFilesNetworkDriveAccessName": "Block access to network drive in Files app",
"blockFilesUsbDriveAccessDescription": "Devices with access can connect to and open files on a USB drive. Available for devices running iOS and iPadOS, versions 13.0 or later.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Block Google account auto sync functionality on device.",
"blockGoogleAccountAutoSyncName": "Google account auto sync (Samsung KNOX only)",
"blockGoogleBackupDescription": "Block sync with Google backup.",
"blockGoogleBackupName": "Google backup (Samsung KNOX only)",
"blockGoogleBackupName": "Google backup (Samsung KNOX Android 15 and earlier only)",
"blockGooglePlayStoreDescription": "Block Google Play store (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play store (Samsung KNOX only) ",
"blockHostPairingDescription": "Block host pairing to control the devices an iOS device can pair with.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Block the error dialog from displaying if no SIM card is detected",
"blockSIMCardErrorDialogName": "SIM card error dialog (mobile only)",
"blockSMSAndMMSAndroidDescription": "Block SMS/MMS messaging functionality (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "SMS/MMS messaging (Samsung KNOX only)",
"blockSMSAndMMSName": "SMS/MMS messaging (Samsung KNOX Android 15 and earlier only)",
"blockSafariAutofillDescription": "Blocks Safari from remembering what users enter in web forms.",
"blockSafariAutofillName": "Block Safari AutoFill",
"blockSafariDescription": "Block Safari web browser.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Blocks the creation of VPN configurations",
"blockVPNCreationName": "Block VPN creation",
"blockVoiceAssistantAndroidDescription": "Block voice assistant (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Voice assistant (Samsung KNOX only)",
"blockVoiceAssistantName": "Voice assistant (Samsung KNOX Android 15 and earlier only)",
"blockVoiceDialingAndroidDescription": "Block voice dialing (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Block voice dialing on device.",
"blockVoiceDialingName": "Voice dialing",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "For the correct format of the uploaded file, please view the Intune documentation. <a href=\"https://aka.ms/AA6z0o4\">Learn more</a>",
"customAppConfigurationFileName": "Property list file",
"customBoolError": "All configuration keys of type Boolean must have a value of either \"true\" or \"false\".",
"customComplianceToolTip": "When enabled, devices must be compliant according to custom rules defined in a JSON file based on custom data returned from a discovery PowerShell script.",
"customEapXmlOption": "Custom EAP Xml",
"customIntError": "All configuration keys of type integer must be a whole number value.",
"customItemHideFromUserConfiguration": "Hide",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Data sharing between work and personal profiles",
"dataTypeName": "Data type",
"dateAndTimeBlockChangesDescription": "Block user from changing date and time on device (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Block date and time changes (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Block date and time changes (Samsung Android 15 and earlier only)",
"dateTimeConfigurationBlockedDescription": "Block user from manually setting the date and time.",
"dateTimeConfigurationBlockedName": "Date and Time changes",
"dateTimeName": "Date and time",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Wi-Fi allow-list",
"knoxBlockAutofillDescription": "Block autofill.",
"knoxBlockAutofillName": "Autofill (Samsung KNOX only)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX only)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX Android 13 and earlier only)",
"knoxBlockCookiesDescription": "Allow or block browser cookies",
"knoxBlockCookiesName": "Cookies (Samsung KNOX only)",
"knoxBlockCopyAndPasteDescription": "Block copy and paste functionality.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Pop-ups (Samsung KNOX only)",
"knoxBlockRemovableStorageName": "Removable storage (Samsung KNOX only)",
"knoxBlockScreenshotDescription": "Block capturing contents of screen as an image.",
"knoxBlockScreenshotName": "Screen capture (Samsung KNOX only)",
"knoxBlockScreenshotName": "Screen capture (Samsung KNOX Android 15 and earlier only)",
"knoxBlockVoiceDialingName": "Voice dialing (Samsung KNOX only)",
"knoxBlockVoiceRoamingName": "Voice roaming (Samsung KNOX only)",
"knoxBlockWebBrowserDescription": "Block web browser on device.",
"knoxBlockWebBrowserName": "Web browser (Samsung KNOX only)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX only)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (Samsung KNOX only)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX Android 12 and earlier only)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (Samsung KNOX Android 12 and earlier only)",
"knoxCellularDataDescription": "Block data usage over cellular networks. When not configured, data usage over cellular networks is allowed and editable by users.",
"knoxCellularDataName": "Cellular data channel (Samsung KNOX only)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 and earlier or Samsung Knox Android 15 and earlier",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "These settings work for devices running Android 9 or earlier, and will also work on all Samsung Knox devices running any Android OS version Android 15 and earlier.",
"knoxRequireEncryptionName": "Encryption (Android 11 and earlier, or Samsung KNOX Android 14 and earlier)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Storage cards must be encrypted. Not all devices support storage card encryption. For more information, see the device and mobile operating system documentation.",
"knoxRequireEncryptionOnRemovableStorageName": "Encryption on storage cards (Samsung KNOX only)",
"knoxRequireEncryptionOnRemovableStorageName": "Encryption on storage cards (Samsung KNOX Android 15 and earlier only)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (Native type)",
"lanManagerAuthenticationLevelDesc": "This security setting determines which challenge/response authentication protocol is used for network logons.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Identifier type",
"macOSAppleEventReceiverTableDescription": "Allow the app or process to send a restricted Apple event to another app or process. You will need to know the identifier, identifier type, and code requirement of the receiving app or process.",
"macOSAppleEventReceiverTableName": "Apple events",
"macOSDeploymentChannelDeviceChannel": "Device Channel",
"macOSDeploymentChannelName": "Deployment Channel",
"macOSDeploymentChannelUserChannel": "User Channel",
"macOSDeploymentChannelWarningBanner": "It is strongly recommended that you use User certificate type in User Channel only for security purpose.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Control access to the accessibility app on the device, which houses features such as closed captions, hover text, and voice control.",
"macOSPrivacyAccessControlItemAccessibilityName": "Accessibility",
"macOSPrivacyAccessControlItemAddressBookName": "Contacts",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Set keying modules to ignore the entire authentication set if they do not support all authentication suites in that set. If enabled, keying modules will ignore unsupported authentication suites.",
"opportunisticallyMatchAuthName": "Opportunistically match authentication set per keying module",
"optional": "Optional",
"optionalValue": "Optional value",
"organizationalUnitDescription": "Full path to Organizational Unit (OU) the computer accounts are to be created in. If not specified well known computer object container is used.",
"organizationalUnitName": "Organizational unit",
"originalProfileTypeTitle": "Original Profile Type:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Certificate validity period",
"sCEPPolicyCustomAADAttribute": "Custom Microsoft Entra Attribute",
"sCEPPolicyCustomKeys": "Custom keys",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Provide a value, which can be any supported variable, such as {{UserPrincipalName}}. You can only use {{OnPremisesSecurityIdentifier}} with the URI attribute. Learn more about supported variables: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. Note that the {{OnPremisesSecurityIdentifier}} value can only be used with the URI attribute for the subject alternative name. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "WPA-Pre-shared key",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "The noncompliant Linux distributions are: ",
"wSLComplianceTitle": "Uninstall noncompliant Linux distributions or versions from Windows Subsystem for Linux (WSL).",
"wSLPolicyDistributionName": "Distribution name",
"wSLPolicyMaxOSVersionName": "Maximum OS version",
"wSLPolicyMinOSVersionName": "Minimum OS version",
"wakeOnLANName": "Wake on LAN",
"wakeOnPowerName": "Wake on power",
"wakeScreenWhenSomeoneInRoomName": "Wake screen when someone is in room",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows Spotlight on lock screen",
"windowsSpotlightPersonalizationDescription": "Block Windows Spotlight personalization based on device usage",
"windowsSpotlightPersonalizationName": "Windows Spotlight personalization",
"windowsSubsystemLinuxComplianceDescription": "These settings relate to Linux distributions installed on managed Windows devices and affect the compliance state of the device. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Learn more about using the setting</a>",
"windowsSubsystemLinuxComplianceHeader": "Allowed Linux distributions and versions",
"windowsSubsystemLinuxComplianceInfoBox": "You can't configure WSL and custom compliance settings in the same policy.",
"windowsSubsystemLinuxComplianceLearnMore": "Specify allowed Linux distributions and optionally, a minimum version, a maximum version, or both for each distribution.",
"windowsTipsDescription": "Allows IT admins to turn off the popup of Windows Tips.",
"windowsTipsName": "Windows Tips",
"windowsWelcomeExperienceDescription": "Block Windows welcome experience that introduces new or updated features",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "No policies",
"clientAppPolicyPlural": "{0} policies",
"clientAppPolicySingular": "{0} policy",
"clockInClockOutNotes": "<p><b>Notes:</b></p>\n<ul type=\"disc\">\n <li>Please refer to <b>link to quiet time docs blocking section</b> for more information on which apps this setting can be applied to.</li>\n <li>This setting does not have capability to mute notifications. To configure settings for muting notifications, please refer to <b>link to quiet time muting docs</b>.</li>\n</ul>",
"clockInClockOutNotes": "<p><b>Notes:</b></p>\n<ul type=\"disc\">\n <li>This setting must only be configured if the tenant has been integrated with the <b>Working Time API</b>. For more information about integrating this setting with the <b>Working Time API</b>, see <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Limit access to Microsoft Teams when frontline workers are off shift</a>\n. Configuring this setting without integrating with the Working Time API could result in accounts getting blocked due to missing working time status for the managed account associated with the application.</li>\n <li>Please refer to <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">Supported Microsoft Intune apps | Microsoft Learn</a>\nfor more information on which apps support this setting.</li> <li>This setting does not have the capability to mute notifications. To configure settings for muting notifications, please refer to <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Create quiet time policies in Microsoft Intune | Microsoft Learn</a></li>\n</ul>",
"clockedOutAccount": "Non-working time",
"closeText": "Close",
"columns": "Columns",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Is MAM enabled?",
"itemsCount": "{0} items",
"jailbrokenRootedDevices": "Jailbroken/rooted devices",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Block access on supported devices",
"lastModifiedDate": "Last Modified Date",
"lastReportedDate": "Last reported date",
"lastSync": "Last sync",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Deleting...",
"photoLibrary": "Photo Library",
"pinCharSettingTooltip": "A numeric PIN only allows numeric characters.\n\nA passcode requires all of the following: Alphanumeric characters and allowed symbols.",
"pinRotationWarning": "<b>Important:</b> On June 1, 2024 Apps with an SDK older than 17.7.0 will no longer get App Protection Policy updates and users will be blocked from launching the app. Please ensure users are updating their apps and your line of business apps are using a recent SDK or wrapper. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Learn More</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Platform",
"platformDropDownLabel": "Platform",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Policy sets",
"applicabilityRules": "Applicability Rules",
"windowsEnrollmentTitle": "Windows enrollment",
"DefaultESPCustomErrorMessage": "Setup could not be completed. Please try again or contact your support person for help.",
"appleEnrollmentTitle": "Apple enrollment",
"targetedAppLabel": "Targeted app",
"configurationSettingsTitle": "Configuration Settings",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13115,7 +13157,7 @@
"complianceWindows8": "Windows 8 compliance policy",
"complianceWindowsPhone": "Windows Phone compliance policy",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Properties catalog (preview)",
"inventoryCatalog": "Properties catalog",
"iosCustom": "Custom",
"iosDerivedCredentialAuthenticationConfiguration": "Derived PIV credential",
"iosDeviceFeatures": "Device features",
+168 -126
View File
@@ -71,7 +71,7 @@
"appPackageFile": "Un archivo que contiene la aplicación en un formato que se puede transferir localmente en un dispositivo. Los tipos de paquete válidos son: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix y .msixbundle).",
"applicableDeviceType": "Seleccione los tipos de dispositivo que pueden instalar esta aplicación.",
"category": "Clasifique la aplicación para que los usuarios puedan ordenarla y encontrarla más fácilmente en el Portal de empresa. Puede elegir varias categorías.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Busque en la aplicación de Microsoft Store (nuevo) las aplicaciones de la tienda que desea implementar con Intune."
},
"descriptionPreview": "Vista previa",
"descriptionPreviewLabel": "Vista previa",
"descriptionRequired": "Se requiere la descripción.",
"editDescription": "Editar la descripción",
"macOSMinOperatingSystemAdditionalInfo": "El sistema operativo mínimo para cargar un archivo .pkg es macOS 10.14. Cargue un archivo .pkg para seleccionar un sistema operativo mínimo anterior.",
"markdownHelpLink": "Obtenga ayuda con Markdown compatible con las descripciones.",
"name": "Información de la aplicación",
"nameForOfficeSuitApp": "Información del conjunto de aplicaciones"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -901,7 +907,7 @@
"Grid": {
"Column": {
"author": "Autor",
"template": "Nombre de la plantilla"
"template": "Nombre de plantilla"
},
"Row": {
"ariaLabel": "fila {0} de {1} columna {2}"
@@ -911,14 +917,14 @@
"subtitle": "Empiece desde cero y seleccione las propiedades que desee de la biblioteca de propiedades de inventario disponibles."
},
"SettingsCatalog": {
"subtitle": "Empiece de cero y seleccione la configuración que quiera en la biblioteca de valores disponibles",
"subtitle": "Empiece de cero y seleccione la configuración que quiera en la biblioteca de ajustes disponibles",
"title": "Catálogo de configuración"
},
"Templates": {
"subtitle": "Las plantillas contienen grupos de valores, organizados por funcionalidad. Use una plantilla cuando no quiera compilar las directivas de forma manual o cuando quiera configurar dispositivos para acceder a las redes corporativas, por ejemplo, una configuración de Wi-Fi o VPN.",
"subtitle": "Las plantillas contienen grupos de configuración, organizados por funcionalidad. Use una plantilla si no desea crear directivas manualmente o si desea configurar dispositivos para acceder a redes corporativas, como la configuración de Wi-Fi o VPN.",
"title": "Plantillas"
},
"noData": "No se han encontrado plantillas de directiva."
"noData": "No se encontraron plantillas de directiva"
},
"PolicyType": {
"EdgeSmartScreenSettings": {
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Protección de cuentas (prueba)",
"windowsSecurityExperience": "Experiencia de Seguridad de Windows"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Firewall de Windows"
},
"FirewallRules": {
"mDE": "Reglas de firewall de Windows"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "Configuración de movimiento de carpetas conocidas de OneDrive: Windows 10 en la plantilla de configuración en la nube. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Desconocido",
"unsupported": "No compatible",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Importación de Wi-Fi",
"windows10CompliancePolicy": "Directiva de cumplimiento de Windows 10/11",
@@ -1064,9 +1080,11 @@
"prompt": "Pedir confirmación"
},
"Permissions": {
"accessBackgroundLocation": "Acceso a la ubicación (en segundo plano)",
"accessCoarseLocation": "Acceso a la ubicación (general)",
"accessFineLocation": "Acceso a la ubicación (preciso)",
"addVoicemail": "Agregar correo de voz",
"bluetoothConnect": "Conexión Bluetooth",
"bodySensors": "Permitir datos del sensor corporal",
"bodySensorsBackground": "Permitir datos del sensor del cuerpo en segundo plano",
"callPhone": "Realizar llamadas telefónicas",
@@ -1675,16 +1693,16 @@
"accountProtection": "Protección de cuentas",
"allDevices": "Todos los dispositivos",
"antivirus": "Antivirus",
"antivirusReporting": "Informes de Antivirus (vista previa)",
"antivirusReporting": "Creación de informes de antivirus (versión preliminar)",
"conditionalAccess": "Acceso condicional",
"deviceCompliance": "Conformidad de dispositivos",
"deviceCompliance": "Cumplimiento de dispositivos",
"diskEncryption": "Cifrado de disco",
"eDR": "Detección de puntos de conexión y respuesta",
"ePM": "Administración de privilegios de punto de conexión",
"firewall": "Firewall",
"helpSupport": "Ayuda y soporte técnico",
"setup": "Instalación",
"wdapt": "Microsoft Defender for Endpoint"
"setup": "Configuración",
"wdapt": "Microsoft Defender para punto de conexión"
},
"OutlookAppConfig": {
"DataProtectionConfiguration": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "Administración de espacios empresariales"
},
"actions": "Acciones en caso de incumplimiento",
"adminPermissions": "Permisos de administrador",
"advancedExchangeSettings": "Configuración de Exchange Online",
"advancedThreatProtection": "Microsoft Defender for Endpoint",
"allApps": "Todas las aplicaciones",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Resumen de actualizaciones de software",
"macOSSoftwareUpdateStateSummaries": "actualizaciones",
"managedGooglePlay": "Google Play administrado",
"msfb": "Tienda Microsoft para Empresas",
"myPermissions": "Mis permisos",
"notifications": "Notificaciones",
"officeApps": "Aplicaciones de Office",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Retirar dispositivos no conformes",
"retireNoncompliantDevicesPreview": "Retirar dispositivos no conformes (versión preliminar)",
"role": "Rol",
"rolesByPermission": "Roles por permiso",
"scriptManagement": "Scripts",
"securityBaselines": "Líneas base de seguridad",
"serviceToServiceConnector": "Conector de Exchange Online",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "Hacer copia de seguridad de los datos de la organización en los servicios correspondientes de Android",
"tooltip": "Seleccione {0} para impedir la copia de seguridad de datos de la organización en los servicios de copia de seguridad de Android. \r\nSeleccione {1} para permitir la copia de seguridad de datos de la organización en los servicios de copia de seguridad de Android. \r\nLos datos personales o no administrados no se ven afectados."
"tooltip": "Seleccione {0} para evitar la copia de seguridad de los datos de la organización en los servicios de copia de seguridad de Android.\r\nSeleccione esta opción {1} para permitir la copia de seguridad de los datos de la organización en los servicios de copia de seguridad de Android.\r\nLos datos personales o no administrados no se ven afectados."
},
"AndroidBiometricAuthentication": {
"label": "Biometría en lugar de PIN para el acceso",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "Protocolo del explorador no administrado",
"tooltip": "<p>Especifique el protocolo para un solo explorador no administrado. El contenido web (http/s) de las aplicaciones administradas por directivas se abrirá en cualquier aplicación compatible con el protocolo. </p>\r\n\r\n<p><b>Nota: </b>Incluya solo el prefijo del protocolo. Si el explorador requiere vínculos con el formato \"miExplorador://www.microsoft.com\", escriba \"miExplorador\".</p>"
"tooltip": "<p>Escriba el protocolo para un único explorador no administrado. El contenido web (http/s) de las aplicaciones administradas por directivas se abrirá en cualquier aplicación que admita este protocolo. </p>\r\n\r\n<p><b>Nota: </b>Incluir solo el prefijo de protocolo. Si el explorador requiere vínculos con el formato \"mybrowser://www.microsoft.com\", escriba \"mybrowser\".</p>"
},
"CustomDialerAppDisplayName": {
"label": "Nombre de la aplicación de marcador"
@@ -2183,10 +2202,10 @@
"tooltip": "Seleccione {0} para aplicar el cifrado de datos de la organización con el cifrado de la capa de aplicaciones de Intune.\r\n <br/>\r\nSeleccione {1} para no aplicar el cifrado de datos de la organización con el cifrado de la capa de aplicaciones de Intune.\r\n\r\n<br/>\r\nNota: Para obtener más información sobre el cifrado de la capa de aplicaciones de Intune, consulte {2}."
},
"EncryptDataAndroid": {
"tooltip": "<p>Elija <b>Requerir</b> para habilitar el cifrado de datos profesionales o educativos en esta aplicación. Intune usa un esquema de cifrado AES wolfSSL de 256 bits junto con el sistema de almacén de claves Android para cifrar de forma segura los datos de la aplicación. Los datos se cifran de forma sincrónica durante las tareas de E/S de archivo. El contenido del almacenamiento del dispositivo siempre está cifrado. Los archivos nuevos se cifrarán con claves de 256 bits. Los archivos cifrados de 128 bits existentes se someterán a un intento de migración a claves de 256 bits, pero el proceso no está garantizado. Los archivos cifrados con claves de 128 bits seguirán siendo legibles. </p>\r\n\r\n<p>El método de cifrado es compatible con FIPS 140-2.</p>"
"tooltip": "<p>Elija <b>Requerir</b> para habilitar el cifrado de los datos profesionales o educativos en esta aplicación. Intune usa un esquema de cifrado AES de 256 bits wolfSSL junto con el sistema Android Keystore para cifrar de forma segura los datos de la aplicación. Los datos se cifran de forma sincrónica durante las tareas de E/S de archivo. El contenido del almacenamiento del dispositivo siempre está cifrado. Los nuevos archivos se cifrarán con claves de 256 bits. Los archivos cifrados de 128 bits existentes se someterán a un intento de migración a claves de 256 bits, pero no se garantiza el proceso. Los archivos cifrados con claves de 128 bits seguirán siendo legibles. </p>\r\n\r\n<p>El método de cifrado es compatible con FIPS 140-2.</p>"
},
"EncryptDataIos": {
"tooltip1": "Elija <b>Requerir</b> para habilitar el cifrado de los datos profesionales o educativos en esta aplicación. Intune exige el cifrado de los dispositivos iOS/iPadOS para proteger los datos de las aplicaciones mientras el dispositivo está bloqueado. Las aplicaciones pueden cifrar sus datos, opcionalmente, mediante el cifrado de Intune APP SDK. Intune APP SDK usa métodos criptográficos de iOS/iPadOS para aplicar cifrado AES de 128 bits a los datos de las aplicaciones.",
"tooltip1": "Elija <b>Requerir</b> para habilitar el cifrado de los datos profesionales o educativos en esta aplicación. Intune exige el cifrado de los dispositivos iOS/iPadOS para proteger los datos de las aplicaciones mientras el dispositivo está bloqueado. Las aplicaciones pueden cifrar sus datos, opcionalmente, mediante el cifrado de Intune APP SDK. Intune APP SDK usa métodos criptográficos de iOS/iPadOS para aplicar cifrado AES de 256 bits a los datos de las aplicaciones.",
"tooltip2": "Cuando habilita esta configuración, puede que se requiera al usuario configurar y usar un PIN para acceder al dispositivo. Si no hay ningún PIN del dispositivo y se requiere el cifrado, se pide al usuario que establezca un PIN con el mensaje \"Your organization has required you to first enable a device PIN to access this app\".",
"tooltip3": "Vaya a la <a href=\"{0}\" target=\"_blank\">documentación oficial de Apple</a> para ver los módulos de cifrado de iOS compatibles con FIPS 140-2 o pendientes de este tipo de cumplimiento."
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "Notificaciones de datos de la organización",
"tooltip": "<p>Seleccione una de las opciones siguientes para especificar cómo se muestran las notificaciones de las cuentas de la organización para esta aplicación y cualquier dispositivo conectado, como dispositivos ponibles:</p> \r\n<p>{0}: no compartir notificaciones.</p> \r\n<p>{1}: no compartir datos de la organización en las notificaciones. Si la aplicación no lo admite, se bloquean las notificaciones. </p>\r\n<p>{2}: compartir todas las notificaciones. </p>\r\n <p>Solo Android:\r\n Nota: Esta configuración no es válida para todas las aplicaciones. Para más información, consulte {3}</p>\r\n \r\n <p>Solo iOS:\r\nNota: Esta configuración no es válida para todas las aplicaciones. Para más información, consulte {4}</p>"
"tooltip": "<p>Seleccione una de las siguientes opciones para especificar cómo se muestran las notificaciones de las cuentas de la organización para esta aplicación y los dispositivos conectados, como los ponibles:</p>\r\n<p>{0}: No compartir notificaciones.</p>\r\n<p>{1}: No compartir datos de la organización en las notificaciones. Si no es compatible con la aplicación, las notificaciones se bloquean. </p>\r\n<p>{2}: Compartir todas las notificaciones. </p>\r\n <p>Solo Android:\r\n Nota: Esta configuración no se aplica a todas las aplicaciones. Para obtener más información, vea {3}</p>\r\n\r\n <p>Solo iOS:\r\nNota: Esta configuración no se aplica a todas las aplicaciones. Para obtener más información, vea {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "Restringir la transferencia de contenido web con otras aplicaciones",
"tooltip": "<p>Seleccione una de las siguientes opciones para especificar las aplicaciones en las que esta aplicación puede abrir contenido web: </p>\r\n<p><b> Microsoft Edge:</b> permitir contenido web para abrir solo en Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Obtenga más información sobre cómo Microsoft Edge protege sus datos.</a></p>\r\n<p><b> Explorador sin administrar:</b> permitir que el contenido web se abra solo en el explorador sin administrar definido por la configuración \"Protocolo de explorador sin administrar\"</p>\r\n<p><b>Cualquier aplicación:</b> permitir enlaces web en cualquier aplicación</p>"
"tooltip": "<p>Seleccione una de las siguientes opciones para especificar las aplicaciones en las que esta aplicación puede abrir contenido web: </p>\r\n<p><b> Microsoft Edge:</b> Permitir que el contenido web solo se abra en Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Obtenga información sobre cómo Microsoft Edge protege sus datos.</a></p>\r\n<p><b>Explorador no administrado:</b> Permitir que el contenido web se abra solo en el explorador no administrado definido por la configuración \"Protocolo de explorador no administrado\"</p>\r\n<p><b> Cualquier aplicación:</b> Permitir vínculos web en cualquier aplicación</p>"
},
"OverrideBiometric": {
"tooltip": "Si se requiere, en función del tiempo de espera (minutos de inactividad), una solicitud de PIN invalidará las indicaciones biométricas. Si este valor de tiempo de espera no se cumple, la indicación biométrica seguirá apareciendo. El valor debe ser superior al especificado en \\\"Volver a comprobar los requisitos de acceso tras (minutos de inactividad)\\\". "
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "Guardar copias de los datos de la organización",
"tooltip": "Seleccione {0} para impedir que se guarde una copia de los datos de la organización en una nueva ubicación, distinta de los servicios de almacenamiento seleccionados, con la opción \"Guardar como\".\r\n Seleccione {1} para permitir que se guarde una copia de los datos de la organización en una nueva ubicación con la opción \"Guardar como\". <br/>\r\n\r\n\r\nNota: Esta configuración no es válida para todas las aplicaciones. Para más información, consulte {2}.\r\n"
"tooltip": "Seleccione {0} para evitar guardar una copia de los datos de la organización en una nueva ubicación, que no sea la de los servicios de almacenamiento seleccionados, mediante \"Guardar como\".\r\n Seleccione {1} para permitir guardar una copia de los datos de la organización en una nueva ubicación mediante \"Guardar como\". <br/>\r\n\r\n\r\nNota: Esta configuración no se aplica a todas las aplicaciones. Para obtener más información, consulte {2}.\r\n"
},
"SaveDataToSelected": {
"label": "Permitir al usuario guardar copias en los servicios seleccionados",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "Permitir cortar, copiar y pegar para",
"tooltip": "Seleccione una de las siguientes opciones para especificar los orígenes y destinos de los que los usuarios de la organización pueden cortar o copiar o pegar datos de la organización: <br/>\r\n\r\n<b>Cualquier destino y cualquier origen</b>: los usuarios de la organización pueden pegar y cortar o copiar datos en cualquier cuenta, documento, ubicación o aplicación. <br/>\r\n\r\n<b>Ningún destino u origen</b>: los usuarios de la organización no pueden cortar, copia o pega datos desde o hacia cuentas, documentos, ubicaciones o aplicaciones externos desde o en el contexto de la organización."
"tooltip": "Seleccione una de las siguientes opciones para especificar los orígenes y destinos que los usuarios de la organización pueden cortar, copiar o pegar datos de la organización: <br/>\r\n\r\n<b> Cualquier destino y cualquier origen</b>: Los usuarios de la organización pueden pegar y cortar o copiar datos en cualquier cuenta, documento, ubicación o aplicación.<br/>\r\n\r\n<b>No hay destino ni origen</b>: Los usuarios de la organización no pueden cortar, copiar o pegar datos desde o hacia cuentas externas, documentos, ubicaciones o aplicaciones desde o hacia el contexto de la organización."
},
"WinPrintData": {
"label": "Imprimir datos de la organización",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "Recibir datos de",
"tooltip": "Seleccione una de las siguientes opciones para especificar los orígenes de los que los usuarios de la organización pueden recibir datos: <br/>\r\n\r\n<b>Todos los orígenes</b>: los usuarios de la organización pueden abrir datos de cualquier cuenta, documento, ubicación o aplicación en el contexto de la organización.<br/>\r\n\r\n<b>Ningún origen</b>: los usuarios de la organización no pueden abrir datos de cuentas, documentos, ubicaciones o aplicaciones externos en el contexto de la organización."
"tooltip": "Seleccione una de las siguientes opciones para especificar los orígenes de los que los usuarios de la organización pueden recibir datos: <br/>\r\n\r\n<b>Todos los orígenes</b>: Los usuarios de la organización pueden abrir datos desde cualquier cuenta, documento, ubicación o aplicación en el contexto de la organización.<br/>\r\n\r\n<b>No hay orígenes</b>: Los usuarios de la organización no pueden abrir datos de cuentas externas, documentos, ubicaciones o aplicaciones en el contexto de la organización."
},
"WinSendData": {
"label": "Enviar datos de la organización a",
"tooltip": "Seleccione una de las siguientes opciones para especificar los destinos a los que los usuarios de la organización pueden enviar datos: <br/>\r\n\r\n<b>Todos los destinos</b>: los usuarios de la organización pueden enviar datos de la organización a cualquier cuenta, documento, ubicación o aplicación.<br/>\r\n\r\n<b>Ningún destinos</b>: Los usuarios de la organización no pueden enviar datos de la organización a cuentas, documentos, ubicaciones o aplicaciones externos desde el contexto de la organización."
"tooltip": "Seleccione una de las siguientes opciones para especificar los destinos a los que los usuarios de la organización pueden enviar datos: <br/>\r\n\r\n<b>Todos los destinos</b>: Los usuarios de la organización pueden enviar datos de la organización a cualquier cuenta, documento, ubicación o aplicación.<br/>\r\n\r\n<b>No destinos</b>: Los usuarios de la organización no pueden enviar datos de la organización a cuentas externas, documentos, ubicaciones o aplicaciones desde el contexto de la organización."
},
"Tap": {
"numberOfDays": "Número de días",
@@ -2387,20 +2406,20 @@
"PolicySet": {
"appManagement": "Administración de aplicaciones",
"assignments": "Asignaciones",
"basics": "Básico",
"basics": "Datos básicos",
"deviceEnrollment": "Inscripción de dispositivos",
"deviceManagement": "Administración de dispositivos",
"scopeTags": "Etiquetas de ámbito",
"appConfigurationTitle": "Directivas de configuración de aplicaciones",
"appProtectionTitle": "Directivas de protección de aplicaciones",
"appTitle": "Aplicaciones",
"iOSAppProvisioningTitle": "Perfiles de aprovisionamiento de aplicaciones de iOS",
"iOSAppProvisioningTitle": "Perfiles de aprovisionamiento de aplicaciones iOS",
"deviceLimitRestrictionTitle": "Restricciones de límite de dispositivos",
"deviceTypeRestrictionTitle": "Restricciones de tipo de dispositivo",
"enrollmentStatusSettingTitle": "Páginas de estado de la inscripción",
"windowsAutopilotDeploymentProfileTitle": "Perfiles de Windows Autopilot Deployment",
"enrollmentStatusSettingTitle": "Páginas de estado de inscripción",
"windowsAutopilotDeploymentProfileTitle": "Perfiles de implementación de Windows Autopilot",
"deviceComplianceTitle": "Directivas de cumplimiento de dispositivos",
"deviceConfigurationTitle": "Perfiles de configuración de dispositivos",
"deviceConfigurationTitle": "Perfiles de configuración de dispositivo",
"powershellScriptTitle": "Scripts de PowerShell"
},
"Win32Program": {
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Línea de comandos",
"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.",
"installScript": "Script de instalación",
"installScriptErrorText": "Se requiere un script de instalación.",
"installScriptToolTip": "El archivo de script de PowerShell con los comandos de instalación usados para instalar esta aplicación.",
"installScriptsHeader": "Especifique la configuración de instalación y desinstalación de la aplicación, incluido si se va a usar un script o una línea de comandos, límites de tiempo, comportamiento de reinicio y códigos de retorno.",
"installerTypeText": "Tipo de instalador",
"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.",
"scriptDropdownText": "Script de PowerShell",
"scriptsErrorText": "Se requiere un script de instalación y desinstalación.",
"selectCustomScript": "Seleccionar script personalizado",
"selectScriptLinkAriaText": "No se seleccionó ningún script. Abre el panel de contexto para cargar un script.",
"selectScriptLinkText": "Seleccione un script",
"selectedScriptLinkAriaText": "Script {0} seleccionado. Abre el panel de contexto para editar o cargar un nuevo script.",
"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."
"uninstallCommandTooltip": "La línea de comandos de desinstalación completa que se usa para desinstalar la aplicación.",
"uninstallScript": "Script de desinstalación",
"uninstallScriptErrorText": "Se requiere un script de desinstalación.",
"uninstallScriptToolTip": "Archivo de script de PowerShell con comandos de desinstalación usados para desinstalar esta aplicación.",
"uninstallerTypeText": "Tipo de desinstalador"
},
"TermsOfUse": {
"Languages": {
@@ -2678,7 +2713,7 @@
},
"Header": {
"addressableUserName": "Nombre descriptivo",
"azureADDevice": "Dispositivo Microsoft Entra asociado",
"azureADDevice": "Dispositivo de Microsoft Entra asociado",
"batch": "Etiqueta de grupo",
"dateAssigned": "Fecha de asignación",
"deviceAccountPwd": "Contraseña de la cuenta de dispositivo",
@@ -2735,7 +2770,7 @@
"label": "Aplicar plantilla de nombre de dispositivo"
},
"ApplyComputerNameTemplateDisabled": {
"label": "En el caso de los perfiles de implementación de Autopilot de tipo unido Microsoft Entra híbrido, los dispositivos se nombran utilizando los parámetros especificados en la configuración de Domain Join."
"label": "En el caso de los perfiles de implementación de Autopilot unidos a Microsoft Entra híbrido, los dispositivos se nombran utilizando los parámetros especificados en la configuración de Unión a un dominio."
},
"ComputerNameTemplate": {
"emptyValue": "MiEmpresa-%RAND:4%",
@@ -2756,11 +2791,11 @@
"label": "Permitir implementación aprovisionada previamente"
},
"HybridAzureADSkipConnectivityCheck": {
"infoBalloon": "El flujo de unión del Autopilot Microsoft Entra híbrido continuará aunque no establezca la conectividad del controlador de dominio durante el OOBE.",
"infoBalloon": "El flujo de unión a Microsoft Entra híbrido de Autopilot continuará aunque no se establezca conectividad con el controlador de dominio durante la configuración rápida.",
"label": "Omitir comprobación de conectividad de AD"
},
"accountType": "Tipo de cuenta de usuario",
"accountTypeInfo": "Especifique si los usuarios son administradores o usuarios estándar en el dispositivo. Tenga en cuenta que esta configuración no se aplica a las cuentas de administrador global o administrador de empresa. Estas cuentas no pueden ser usuarios estándar porque tienen acceso a todas las funciones administrativas de Microsoft Entra ID.",
"accountTypeInfo": "Especifique si los usuarios son administradores o usuarios estándar en el dispositivo.  Tenga en cuenta que esta configuración no se aplica a las cuentas de Administrador global o Administrador de empresa. Estas cuentas no pueden ser usuarios estándar porque tienen acceso a todas las características administrativas en Microsoft Entra ID.",
"configOOBEInfo": "<p>\r\nEstablezca la configuración rápida para los dispositivos Autopilot\r\n</p>",
"configureDevice": "Modo de implementación",
"configureDeviceHintForSurfaceHub2": "Autopilot solo admite el modo de implementación automática para Surface Hub 2. Este modo no asocia el usuario al dispositivo inscrito, por lo que no requiere credenciales de usuario.",
@@ -2769,7 +2804,7 @@
"createWindowsPCInfo": "\r\n<p>\r\nLas opciones siguientes se habilitan automáticamente para los dispositivos Autopilot en modo autoimplementable:\r\n</p>\r\n<ul>\r\n <li>\r\n Omisión de la selección de uso para trabajo o casa\r\n </li>\r\n <li>\r\n Omisión de la configuración de OneDrive y el registro de OEM\r\n </li>\r\n <li>\r\n Omisión de la autenticación de usuario en OOBE\r\n </li>\r\n</ul>",
"endUserDevice": "Controlado por el usuario",
"hideEscapeLink": "Ocultar opciones para cambiar la cuenta",
"hideEscapeLinkInfo": "Las opciones para cambiar de cuenta y empezar de nuevo con una cuenta diferente aparecen, respectivamente, durante la configuración inicial del dispositivo en la página de inicio de sesión de la empresa y en la página de error de dominio. Para ocultar estas opciones, debe configurar la marca de la empresa en Microsoft Entra ID (requiere Windows 10, 1809 o posterior, o Windows 11).",
"hideEscapeLinkInfo": "Las opciones para cambiar de cuenta y empezar de nuevo con una cuenta diferente aparecen, respectivamente, durante la configuración inicial del dispositivo en la página de inicio de sesión de la empresa y en la página de error de dominio. Para ocultar estas opciones, debe configurar la marca de la empresa en Microsoft Entra ID (requiere Windows 10, 1809 o posterior, o Windows 11).",
"info": "Al configurar perfiles de AutoPilot, se define la configuración rápida que los usuarios ven al iniciar Windows por primera vez. ",
"language": "Idioma (región)",
"languageInfo": "Especifique el idioma y la región que se van a usar.",
@@ -2802,11 +2837,11 @@
"Tooltips": {
"addressableUserName": "Nombre de saludo que se muestra durante la instalación del dispositivo.",
"azureADDevice": "Ir a los detalles del dispositivo asociado. N/D significa que no hay ningún dispositivo asociado.",
"batch": "Atributo de cadena que puede utilizarse para identificar un grupo de dispositivos. El campo de etiqueta de grupo de Intune se corresponde con el atributo OrderID de los dispositivos Microsoft Entra.",
"batch": "Atributo de cadena que se puede usar para identificar un grupo de dispositivos. El campo Etiqueta de grupo de Intune se asigna al atributo OrderID en los dispositivos de Microsoft Entra.",
"dateAssigned": "Marca de tiempo que indica cuándo se asignó el perfil al dispositivo.",
"deviceAccountPwd": "Contraseña de la cuenta de dispositivo para dispositivos Surface Hub. Si se especifica, rellene también la cuenta del dispositivo y el nombre descriptivo.",
"deviceAccountUpn": "Correo electrónico de la cuenta de dispositivo para dispositivos Surface Hub. Si se especifica, rellene también la contraseña de la cuenta del dispositivo y el nombre descriptivo.",
"deviceDisplayName": "Configure un nombre único para un dispositivo. Este nombre será ignorado en las implementaciones unidas a Microsoft Entra híbrido. El nombre del dispositivo sigue procediendo del perfil de unión a dominio para dispositivos híbridos Microsoft Entra.",
"deviceDisplayName": "Configure un nombre único para un dispositivo. Este nombre se omitirá en las implementaciones unidas a Microsoft Entra híbrido. El origen del nombre de dispositivo sigue siendo el perfil de unión a un dominio para los dispositivos de Microsoft Entra híbrido.",
"deviceFriendlyName": "Nombre descriptivo del dispositivo para dispositivos Surface Hub. Si se especifica, rellene también la cuenta del dispositivo y la contraseña de la cuenta del dispositivo.",
"deviceName": "Nombre que aparece cuando alguien ha intentado detectar el dispositivo y conectarse a él.",
"deviceUseType": " La configuración del dispositivo se basa en las opciones seleccionadas. Siempre puede cambiar más adelante en las opciones de configuración.\r\n <ul>\r\n <li> Para las reuniones y presentaciones, Windows Hello no se activa y los datos se eliminan después de cada sesión.\r\n </li>\r\n <li> Para la colaboración en grupo, Windows Hello se activa y los perfiles se guardan para un inicio de sesión rápido</li>\r\n </ul>",
@@ -2847,8 +2882,8 @@
"description": "Descripción",
"deviceType": "Tipo de dispositivo",
"deviceUse": "Uso del dispositivo",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot solo admite dispositivos unidos a Microsoft Entra para Surface Hub 2. Especifique cómo se unen los dispositivos a Active Directory (AD) en su organización.\r\n </p>\r\n <ul>\r\n <li>\r\n Unido a Microsoft Entra: Solo en la nube sin Windows Server Active Directory local.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Especifique cómo se unen los dispositivos a Active Directory (AD) en su organización:\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra unido: Solo en la nube sin Windows Server Active Directory local\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot solo admite dispositivos unidos a Microsoft Entra para Surface Hub 2. Especifique cómo se unen los dispositivos de Active Directory (AD) en su organización.\r\n </p>\r\n <ul>\r\n <li>\r\n Unido a Microsoft Entra: solo en la nube sin un Windows Server Active Directory local.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Especifique cómo se unen los dispositivos de Active Directory (AD) en su organización:\r\n </p>\r\n <ul>\r\n <li>\r\n Unido a Microsoft Entra: solo en la nube sin un Windows Server Active Directory local\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "Error al capturar el recuento de dispositivos asignados.",
"getAssignmentsError": "Error al capturar las asignaciones de perfiles de AutoPilot.",
"harvestDeviceId": "Convertir todos los dispositivos de destino a Autopilot",
@@ -2872,27 +2907,27 @@
"surfaceHub2SCommandMenu": "Surface Hub 2S",
"userAffinityLabel": "Modo de implementación",
"windowsPCCommandMenu": "PC Windows",
"directoryServiceLabel": "Únase a Microsoft Entra ID como"
"directoryServiceLabel": "Unirse a Microsoft Entra ID como"
},
"EnrollmentType": {
"devicesWithEnrollment": "Dispositivos administrados",
"devicesWithoutEnrollment": "Aplicaciones administradas"
},
"AppProtection": {
"allAppTypes": "Destinar a todos los tipos de aplicaciones",
"allAppTypes": "Destino para todos los tipos de aplicaciones",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Aplicaciones en el perfil de trabajo Android",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Aplicaciones en dispositivos dedicados Android Enterprise con modo compartido Microsoft Entra",
"appsInAndroidWorkProfile": "Aplicaciones en el perfil de trabajo de Android",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Aplicaciones en dispositivos dedicados Android Enterprise con modo compartido Microsoft Entra",
"appsOnAndroidOpenSourceProjectUserAssociated": "Aplicaciones en un proyecto de código abierto de Android asociado",
"appsOnAndroidOpenSourceProjectUserless": "Aplicaciones en un proyecto de código abierto de Android sin usuario",
"appsOnIntuneManagedDevices": "Aplicaciones en dispositivos administrados de Intune",
"appsOnIntuneManagedDevices": "Aplicaciones en dispositivos administrados por Intune",
"appsOnUnmanagedDevices": "Aplicaciones en dispositivos no administrados",
"iOSPlatformLabel": "iOS/iPadOS",
"iosAndroidMacPlatformLabel": "iOS, Android, Mac",
"iosAndroidPlatformLabel": "iOS, Android",
"macPlatformLabel": "MAC",
"macPlatformLabel": "Mac",
"notAvailable": "No disponible",
"windows10PlatformLabel": "Windows 10 y versiones posteriores",
"windows10PlatformLabel": "Windows 10 y posteriores",
"withEnrollment": "Con inscripción",
"withoutEnrollment": "Sin inscripción"
},
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Túnel dividido",
"vPNTrustedNetwork": "Detección de redes de confianza",
"wSLCompliance": "Subsistema de Windows para Linux (WSL)",
"wakeSettings": "Configuración de reactivación",
"webContentFilter": "Filtro de contenido web",
"wiFi": "Wi-Fi",
@@ -4158,7 +4194,7 @@
"az-cyrl": "Azerbaiyano (cirílico, Azerbaiyán)",
"az-latn": "Azerbaiyano (latino, Azerbaiyán)",
"bn-bD": "Bengalí (Bangladés)",
"bn-iN": "Benga (India)",
"bn-iN": "Bangla (India)",
"bs-cyrl": "Bosnio (cirílico)",
"bs-latn": "Bosnio (latino)",
"zh-cN": "Chino (RPC)",
@@ -4270,7 +4306,7 @@
"fo": "Feroés (Islas Feroe)",
"fil": "Filipino (Filipinas)",
"fi": "Finés (Finlandia)",
"gl": "Gallego (gallego)",
"gl": "Gallego (Gallego)",
"ka": "Georgiano (Georgia)",
"el": "Griego (Grecia)",
"gu": "Guyaratí (India)",
@@ -4285,7 +4321,7 @@
"xh": "Xhosa (Sudáfrica)",
"zu": "Zulú (Sudáfrica)",
"ja": "Japonés (Japón)",
"kn": "Canarés (India)",
"kn": "Kannada (India)",
"kk": "Kazajo (Kazajistán)",
"km": "Jemer (Camboya)",
"rw": "Kinyarwanda (Ruanda)",
@@ -4298,9 +4334,8 @@
"lt": "Lituano (Lituania)",
"lb": "Luxemburgués (Luxemburgo)",
"mk": "Macedonio (Macedonia del Norte)",
"ml": "Malayálam (India)",
"ml": "Malayalam (India)",
"mt": "Maltés (Malta)",
"mi": "Maorí (Nueva Zelanda)",
"mr": "Maratí (India)",
"moh": "Mohawk (Mohawk)",
"ne": "Nepalí (Nepal)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamita (Vietnam)",
"cy": "Galés (Reino Unido)",
"wo": "Wolof (Senegal)",
"sah": "Sakha (Rusia)",
"ii": "Yi (RPC)",
"yo": "Yoruba (Nigeria)"
},
"DisplayRoleTypes": {
"builtInRole": "Rol integrado",
"customAutopatchRole": "Rol de Windows Autopatch personalizado",
"customCloudPCRole": "Rol personalizado de Windows 365",
"customIntuneRole": "Rol personalizado de Intune",
"customRole": "Rol personalizado"
@@ -4725,7 +4762,7 @@
"gt": "Guatemala",
"gw": "Guinea-Bissau",
"gy": "Guyana",
"hk": "Hong Kong",
"hk": "RAE de Hong Kong",
"hn": "Honduras",
"hr": "Croacia",
"hu": "Hungría",
@@ -4759,7 +4796,7 @@
"mk": "Macedonia del Norte",
"ml": "Malí",
"mn": "Mongolia",
"mo": "Macao",
"mo": "Macau",
"mr": "Mauritania",
"ms": "Montserrat",
"mt": "Malta",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "Esta configuración funciona para los dispositivos con un perfil de trabajo de propiedad corporativa, dedicados y totalmente administrados.",
"allAndroidCorpEnrollmentTypesHeaderName": "Dispositivos de perfil de trabajo de propiedad corporativa, dedicados y totalmente administrados",
"allAndroidVersionsPasswordHeader": "Todos los dispositivos Android",
"allAndroidVersionsPasswordHeaderDescription": "Esta configuración funciona para todas las versiones y fabricantes del sistema operativo Android.",
"allAndroidVersionsPasswordHeaderDescription": "Esta configuración funciona para todos los fabricantes y versiones del sistema operativo Android, excepto cuando se especifique",
"allDomainsOption": "Todos los dominios",
"allEnrollmentTypesDescription": "Esta configuración funciona para los dispositivos inscritos en Intune a través de la inscripción de dispositivos o la inscripción de usuarios, y para los dispositivos inscritos con Apple School Manager o Apple Business Manager con la inscripción de dispositivo automatizada (anteriormente DEP).",
"allEnrollmentTypesHeader": "Todos los tipos de inscripción",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Desbloqueo facial",
"blockFacetimeName": "Bloquear FaceTime",
"blockFactoryResetDescription": "Bloquea el restablecimiento de fábrica en el dispositivo.",
"blockFactoryResetName": "Restablecimiento de fábrica (solo Samsung KNOX)",
"blockFactoryResetName": "Restablecimiento de fábrica (solo Samsung KNOX Android 15 y versiones anteriores)",
"blockFilesNetworkDriveAccessDescription": "Al usar el protocolo Bloque de mensajes del servidor (SMB), los dispositivos pueden acceder a los archivos o a otros recursos de un servidor de red. Disponible para los dispositivos que ejecutan iOS y iPadOS, versiones 13.0 y posteriores.",
"blockFilesNetworkDriveAccessName": "Bloquear el acceso a la unidad de red en la aplicación Files",
"blockFilesUsbDriveAccessDescription": "Los dispositivos con acceso pueden conectarse a una unidad USB y abrir archivos en ella. Disponible para los dispositivos que ejecutan iOS y iPadOS, versiones 13.0 o posteriores.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Bloquea la función de sincronización automática de la cuenta de Google en el dispositivo.",
"blockGoogleAccountAutoSyncName": "Sincronización automática de la cuenta de Google (solo Samsung KNOX)",
"blockGoogleBackupDescription": "Bloquea la sincronización con la copia de seguridad de Google.",
"blockGoogleBackupName": "Copia de seguridad de Google (solo Samsung KNOX)",
"blockGoogleBackupName": "Copia de seguridad de Google (solo Samsung KNOX Android 15 y versiones anteriores)",
"blockGooglePlayStoreDescription": "Bloquea Google Play Store (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play Store (solo Samsung KNOX) ",
"blockHostPairingDescription": "Bloquea que el emparejamiento de host controle los dispositivos con los que se puede emparejar un dispositivo iOS.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Impide que se muestre el cuadro de diálogo de error si no se detecta ninguna tarjeta SIM.",
"blockSIMCardErrorDialogName": "Cuadro de diálogo de error de tarjeta SIM (sólo móviles)",
"blockSMSAndMMSAndroidDescription": "Bloquea la función de mensajería SMS/MMS (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "Mensajería SMS/MMS (solo Samsung KNOX)",
"blockSMSAndMMSName": "Mensajería SMS/MMS (solo Samsung KNOX Android 15 y versiones anteriores)",
"blockSafariAutofillDescription": "Impide que Safari recuerde los datos que los usuarios especifican en los formularios web.",
"blockSafariAutofillName": "Bloquear Autorrelleno en Safari",
"blockSafariDescription": "Bloquea el explorador web Safari.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Bloquea la creación de configuraciones de VPN",
"blockVPNCreationName": "Bloquear creación de VPN",
"blockVoiceAssistantAndroidDescription": "Bloquea el asistente de voz (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Asistente de voz (solo Samsung KNOX)",
"blockVoiceAssistantName": "Asistente para voz (solo Samsung KNOX Android 15 y versiones anteriores)",
"blockVoiceDialingAndroidDescription": "Bloquea la marcación por voz (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Bloquea la marcación por voz en el dispositivo.",
"blockVoiceDialingName": "Marcación por voz",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "Consulte la documentación de Intune para ver el formato correcto del archivo cargado. <a href=\"https://aka.ms/AA6z0o4\">Más información</a>",
"customAppConfigurationFileName": "Archivo de la lista de propiedades",
"customBoolError": "Todas las claves de configuración del tipo booleano deben tener un valor \"true\" o \"false\".",
"customComplianceToolTip": "Cuando se habilita, los dispositivos deben ser compatibles según las reglas personalizadas definidas en un archivo JSON en función de los datos personalizados devueltos por un script de PowerShell de detección.",
"customEapXmlOption": "XML de EAP personalizado",
"customIntError": "Todas las claves de configuración del tipo entero deben ser un valor de número entero.",
"customItemHideFromUserConfiguration": "Ocultar",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Uso compartido de datos entre el perfil profesional y el personal",
"dataTypeName": "Tipo de datos",
"dateAndTimeBlockChangesDescription": "Impide que el usuario cambie la fecha y la hora en el dispositivo (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Bloquear cambios de fecha y hora (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Bloquear los cambios de fecha y hora (solo Samsung Android 15 y versiones anteriores)",
"dateTimeConfigurationBlockedDescription": "Evitar que los usuarios de la configuración manualmente la fecha y hora.",
"dateTimeConfigurationBlockedName": "Bloquear cambios de fecha y hora",
"dateTimeName": "Fecha y hora",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Lista de redes Wi-Fi permitidas",
"knoxBlockAutofillDescription": "Bloquea el autorrelleno.",
"knoxBlockAutofillName": "Autorrellenar (solo Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (solo Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (solo Samsung KNOX Android 13 y versiones anteriores)",
"knoxBlockCookiesDescription": "Permite o bloquea las cookies del explorador.",
"knoxBlockCookiesName": "Cookies (solo Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "Bloquea la función de copiar y pegar.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Elementos emergentes (solo Samsung KNOX)",
"knoxBlockRemovableStorageName": "Almacenamiento extraíble (solo Samsung KNOX)",
"knoxBlockScreenshotDescription": "Bloquea la captura de contenido de pantalla como imagen.",
"knoxBlockScreenshotName": "Captura de pantalla (solo Samsung KNOX)",
"knoxBlockScreenshotName": "Captura de pantalla (solo Samsung KNOX Android 15 y versiones anteriores)",
"knoxBlockVoiceDialingName": "Marcación por voz (solo Samsung KNOX)",
"knoxBlockVoiceRoamingName": "Itinerancia de voz (solo Samsung KNOX)",
"knoxBlockWebBrowserDescription": "Bloquea el explorador web en el dispositivo.",
"knoxBlockWebBrowserName": "Explorador web (solo Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (solo Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Tethering Wi-Fi (solo Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (solo Samsung KNOX Android 12 y versiones anteriores)",
"knoxBlockWiFiTetheringName": "Tethering Wi-Fi (solo Samsung KNOX Android 12 y versiones anteriores)",
"knoxCellularDataDescription": "Bloquear uso de datos a través de redes de telefonía móvil. Cuando no está configurada esta opción, el uso de datos a través de redes de telefonía móvil se permite. El usuario puede modificar esta opción en cualquier momento.",
"knoxCellularDataName": "Canal de datos móviles (solo Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 y versiones anteriores o Samsung Knox Android 15 y versiones anteriores",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "Esta configuración funciona con los dispositivos que ejecutan Android 9 o versiones anteriores, además de con todos los dispositivos Samsung Knox que ejecutan cualquier versión 15 y anteriores del sistema operativo Android.",
"knoxRequireEncryptionName": "Cifrado (Android 11 y versiones anteriores, o Samsung KNOX Android 14 y versiones anteriores)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Las tarjetas de almacenamiento deben estar cifradas. No todos los dispositivos admiten el cifrado de las tarjetas de almacenamiento. Para obtener más información, consulte la documentación del sistema operativo móvil y del dispositivo.",
"knoxRequireEncryptionOnRemovableStorageName": "Cifrado en tarjetas de almacenamiento (solo Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "Cifrado en tarjetas de almacenamiento (solo Samsung KNOX Android 15 y versiones anteriores)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (tipo nativo)",
"lanManagerAuthenticationLevelDesc": "Esta configuración de seguridad determina qué protocolo de autenticación de desafío/respuesta se usa para inicios de sesión de red.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Tipo de identificador",
"macOSAppleEventReceiverTableDescription": "Permite que la aplicación o el proceso envíen un evento de Apple restringido a otra aplicación o proceso. Necesitará saber el identificador, el tipo de identificador y el requisito de código del proceso o la aplicación receptora.",
"macOSAppleEventReceiverTableName": "Eventos de Apple",
"macOSDeploymentChannelDeviceChannel": "Canal de dispositivo",
"macOSDeploymentChannelName": "Canal de implementación",
"macOSDeploymentChannelUserChannel": "Canal de usuario",
"macOSDeploymentChannelWarningBanner": "Se recomienda usar el tipo de certificado de usuario en el Canal de usuario solo para fines de seguridad.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Controla el acceso a la aplicación de accesibilidad en el dispositivo, que alberga características como los subtítulos, la activación de texto y el control de voz.",
"macOSPrivacyAccessControlItemAccessibilityName": "Accesibilidad",
"macOSPrivacyAccessControlItemAddressBookName": "Contactos",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Se establece que los módulos de generación de claves ignoren todo el conjunto de autenticación si no admiten todos los componentes del mismo. Si esta opción está habilitada, dichos módulos ignorarán los conjuntos de autenticación no admitidos.",
"opportunisticallyMatchAuthName": "Coincidencia pertinente del conjunto de autenticación por módulo de generación de claves",
"optional": "Opcional",
"optionalValue": "Valor opcional",
"organizationalUnitDescription": "Ruta de acceso completa a la unidad organizativa (OU) en la que se van a crear las cuentas de equipo. Si no se especifica, se usa un contenedor de objetos de equipo conocido.",
"organizationalUnitName": "Unidad de organización",
"originalProfileTypeTitle": "Tipo de perfil original:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Período de validez del certificado",
"sCEPPolicyCustomAADAttribute": "Atributo entra personalizado de Microsoft",
"sCEPPolicyCustomKeys": "Claves personalizadas",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or {{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Proporcione un valor, que puede ser cualquier variable admitida, como {{UserPrincipalName}}. Solo puede usar {{OnPremisesSecurityIdentifier}} con el atributo URI. Más información acerca de las variables admitidas: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Proporcione un valor que pueda combinar cualquier variable admitida con texto estático. Para las direcciones UPN y correo electrónico, use el formato {{AAD_Device_ID}}@contoso.com. Los valores DNS no deben incluir símbolos ni un signo @, por ejemplo, {{DeviceName}}.contoso.com o {{DeviceName}}. Tenga en cuenta que el valor de {{OnPremisesSecurityIdentifier}} solo se puede usar con el atributo URI para el nombre alternativo del firmante. Consulte las variables de compatibilidad aquí: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "Clave precompartida WPA",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "Las distribuciones de Linux no compatibles son: ",
"wSLComplianceTitle": "Desinstale las distribuciones o versiones de Linux no compatibles de Subsistema de Windows para Linux (WSL).",
"wSLPolicyDistributionName": "Nombre de la distribución",
"wSLPolicyMaxOSVersionName": "Versión máxima del sistema operativo",
"wSLPolicyMinOSVersionName": "Versión mínima del sistema operativo",
"wakeOnLANName": "Wake On LAN",
"wakeOnPowerName": "Activar Wake on",
"wakeScreenWhenSomeoneInRoomName": "Reactivar pantalla cuando hay alguien en la sala",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Contenido destacado de Windows en la pantalla de bloqueo",
"windowsSpotlightPersonalizationDescription": "Bloquear personalización de Contenido destacado de Windows según el uso del dispositivo",
"windowsSpotlightPersonalizationName": "Personalización de Contenido destacado de Windows",
"windowsSubsystemLinuxComplianceDescription": "Esta configuración está relacionada con las distribuciones de Linux instaladas en dispositivos Windows administrados y afectan al estado de cumplimiento del dispositivo. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Más información sobre el uso de la configuración</a>",
"windowsSubsystemLinuxComplianceHeader": "Distribuciones y versiones de Linux permitidas",
"windowsSubsystemLinuxComplianceInfoBox": "No puede configurar WSL y cumplimiento personalizado en la misma directiva.",
"windowsSubsystemLinuxComplianceLearnMore": "Especifique las distribuciones de Linux permitidas y, opcionalmente, una versión mínima, una versión máxima o ambas para cada distribución.",
"windowsTipsDescription": "Permite a los administradores de TI desactivar el elemento emergente Sugerencias de Windows.",
"windowsTipsName": "Sugerencias de Windows",
"windowsWelcomeExperienceDescription": "Bloquea la experiencia de bienvenida de Windows que introduce características nuevas o actualizadas",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "No hay directivas.",
"clientAppPolicyPlural": "{0} directivas",
"clientAppPolicySingular": "{0} directiva",
"clockInClockOutNotes": "<p><b>Notas:</b></p>\r\n<ul type=\"disc\">\r\n <li>Consulte <b>vínculo a documentos en tiempo de descanso: bloquear la sección</b> para obtener más información sobre a qué aplicaciones se puede aplicar esta configuración.</li>\r\n <li>Esta configuración no tiene capacidad para silenciar las notificaciones. Para configurar los valores para silenciar las notificaciones, consulte <b>vínculo al tiempo de descanso: silenciar documentos</b>.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>Notas:</b></p>\r\n<ul type=\"disc\">\r\n <li>Esta configuración solo debe configurarse si el inquilino se ha integrado con la <b>API de tiempo de trabajo</b>. Para obtener más información sobre cómo integrar esta configuración con el <b>de la API de tiempo de trabajo de</b>, vea <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Limitar el acceso a Microsoft Teams cuando los trabajadores de primera línea están fuera del turno</a>\r\n. La configuración de esta opción sin la integración con la API de tiempo de trabajo puede provocar que las cuentas se bloqueen debido a que falta el estado de tiempo de trabajo de la cuenta administrada asociada a la aplicación.</li>\r\n <li>Consulte <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">aplicaciones Microsoft Intune compatibles | Microsoft Learn</a>\r\npara obtener más información sobre qué aplicaciones admiten esta configuración.</li> <li>Esta configuración no tiene la capacidad para silenciar las notificaciones. Para configurar las opciones para silenciar las notificaciones, consulte <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Crear directivas de tiempo de inactividad en Microsoft Intune | Microsoft Learn</a></li>\r\n</ul>",
"clockedOutAccount": "Período no laborable",
"closeText": "Cerrar",
"columns": "Columnas",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "Pueden configurarse valores similares basados en el dispositivo para los dispositivos inscritos.",
"deviceConditionsInfoParagraph2LinkText": "Obtenga más información acerca de cómo establecer la configuración de cumplimiento de los dispositivos inscritos.",
"deviceId": "Id. de dispositivo",
"deviceLockComplexityValidationFailureNotes": "<p><b>Notas:</b></p>\r\n<ul type=\"disc\">\r\n <li>El bloqueo del dispositivo puede requerir una complejidad de la contraseña de: BAJA, MEDIA o ALTA destinada aAndroid 12+. Para los dispositivos que funcionan en Android 11 y versiones anteriores, si se establece un valor de complejidad bajo, medio o alto, se usará de forma predeterminada el comportamiento esperado para \"Complejidad baja\".</li>\r\n <li>Las definiciones de contraseña siguientes están sujetas a cambios. Consulte <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Desarrolladores de Android</a> para obtener las definiciones más actualizadas de los distintos niveles de complejidad de contraseña.</li>\r\n</ul>\r\n\r\n<p><b>Baja</b></p>\r\n<ul type=\"disc\">\r\n <li>La contraseña puede ser un patrón o PIN con repetición (4444) o secuencias ordenadas (1234, 4321, 2468).</li>\r\n</ul>\r\n\r\n<p><b>Media</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN sin repeticiones (4444) ni secuencias ordenadas (1234, 4321, 2468) con una longitud mínima de al menos 4 caracteres</li>\r\n <li>Contraseñas alfabéticas con una longitud mínima de al menos 4 caracteres</li>\r\n <li>Contraseñas alfanuméricas con una longitud mínima de al menos 4 caracteres</li>\r\n</ul>\r\n\r\n<p><b>Alta</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN sin repeticiones (4444) ni secuencias ordenadas (1234, 4321, 2468) con una longitud mínima de al menos 8 caracteres</li>\r\n <li>Contraseñas alfabéticas con una longitud mínima de al menos 6 caracteres</li>\r\n <li>Contraseñas alfanuméricas con una longitud mínima de al menos 6 caracteres</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>Notas:</b></p>\r\n<ul type=\"disc\">\r\n <li>El bloqueo del dispositivo puede requerir una complejidad de la contraseña de: BAJA, MEDIA o ALTA destinada aAndroid 12+. Para los dispositivos que funcionan en Android 11 y versiones anteriores, si se establece un valor de complejidad bajo, medio o alto, se usará de forma predeterminada el comportamiento esperado para \"Complejidad baja\".</li>\r\n <li>Las definiciones de contraseña siguientes están sujetas a cambios. Consulte <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Los desarrolladores de Android</a> para las definiciones más actualizadas de los distintos niveles de complejidad de contraseña.</li>\r\n</ul>\r\n\r\n<p><b>Bajo</b></p>\r\n<ul type=\"disc\">\r\n <li>La contraseña puede ser un patrón o PIN con secuencias repetidas (4444) u ordenadas (1234, 4321, 2468).</li>\r\n</ul>\r\n\r\n<p><b>Medio</b></p>\r\n<ul type=\"disc\">\r\n <li>Un PIN sin secuencias repetidas (4444) u ordenadas (1234, 4321, 2468) con una longitud mínima de al menos 4 caracteres</li>\r\n <li>Contraseñas alfabéticas con una longitud mínima de 4 caracteres</li>\r\n <li>Contraseñas alfanuméricas con una longitud mínima de 4 caracteres</li>\r\n</ul>\r\n\r\n<p><b>Alto</b></p>\r\n<ul type=\"disc\">\r\n <li>Un PIN sin secuencias repetidas (4444) u ordenadas (1234, 4321, 2468) con una longitud mínima de al menos 8 caracteres</li>\r\n <li>Contraseñas alfabéticas con una longitud mínima de 6 caracteres</li>\r\n <li>Contraseñas alfanuméricas con una longitud mínima de 6 caracteres</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "Cuando el dispositivo esté bloqueado y haya archivos abiertos",
"deviceLockedOptionText": "Cuando el dispositivo esté bloqueado",
"deviceManufacturer": "Fabricante del dispositivo",
@@ -10620,7 +10676,7 @@
"downloadingReport": "Descargando informe",
"edgeGSAssignment": "Elija los grupos de usuarios que quiere incluir para la instalación de Microsoft Edge para dispositivos móviles. Microsoft Edge se instalará en todos los dispositivos iOS y Android inscritos por estos usuarios.",
"edgeGSIntroBenefitHTML": "<p>Obtenga la aplicación Microsoft Edge para sus usuarios en iOS o Android para que puedan navegar sin problemas a través de sus dispositivos corporativos. Edge permite a los usuarios reducir el desorden de la web con funciones integradas que les ayudan a consolidar, organizar y administrar el contenido de trabajo. Los usuarios de dispositivos iOS y Android que inicien sesión con sus cuentas corporativas de Microsoft Entra en la aplicación Edge encontrarán su navegador precargado con los Favoritos del lugar de trabajo y los filtros de sitios web que defina.</p><p>Si ha bloqueado a los usuarios para que no puedan inscribirse en dispositivos iOS o Android, este escenario no permitirá la inscripción y los usuarios tendrán que instalar Edge por sí mismos.</p>",
"edgeGSIntroPrereqHTML": "<p>Le preguntaremos sobre los favoritos del puesto de trabajo que necesitan sus usuarios y los filtros que necesita para la navegación web. Asegúrese de completar las siguientes tareas antes de continuar:</p>\r\n<li>Agregar usuarios a <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra groups</a></li>\r\n<li>Inscribir dispositivos iOS o Android en Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Más información</a></li>\r\n<li>Recopilar la lista de favoritos del lugar de trabajo para agregarla en Edge.</li>\r\n<li>Recopilar la lista de filtros de sitios web para aplicar en Edge.</li>",
"edgeGSIntroPrereqHTML": "<p>Le preguntaremos sobre los favoritos del puesto de trabajo que necesitan sus usuarios y los filtros que necesita para la navegación web. Asegúrese de completar las siguientes tareas antes de continuar:</p>\r\n<li>Agregar usuarios a <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>grupos de Microsoft Entra</a></li>\r\n<li>Inscribir dispositivos iOS o Android en Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Más información</a></li>\r\n<li>Recopilar la lista de favoritos del área de trabajo para agregar en Edge.</li>\r\n<li>Recopilar la lista de filtros de sitios web que se aplicarán en Edge.</li>",
"edgeGSName": "Microsoft Edge para iOS y Android",
"edgeGSSyncInfo": "En función de la conectividad del dispositivo y de los tiempos de sincronización, la implementación puede tardar hasta 24 horas en llegar a los dispositivos.",
"edit": "Editar",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "¿Se ha habilitado MAM?",
"itemsCount": "{0} elementos",
"jailbrokenRootedDevices": "Dispositivos con jailbreak o rooting",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Bloquear el acceso en dispositivos compatibles",
"lastModifiedDate": "Fecha de última modificación",
"lastReportedDate": "Última fecha de notificación",
"lastSync": "Última sincronización",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Eliminando...",
"photoLibrary": "Biblioteca de fotos",
"pinCharSettingTooltip": "Un PIN numérico solo permite caracteres numéricos.\r\n\r\nUn código de acceso requiere tanto caracteres alfanuméricos como símbolos permitidos.",
"pinRotationWarning": "<b>Importante:</b> El 1 de junio de 2024, las aplicaciones con un SDK anterior a 17.7.0 dejarán de recibir actualizaciones de la Directiva de protección de aplicaciones y se bloqueará el inicio de la aplicación por parte de los usuarios. Asegúrese de que los usuarios actualizan sus aplicaciones y de que las aplicaciones de su línea de negocio utilizan un SDK o contenedor reciente. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Más información</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Plataforma",
"platformDropDownLabel": "Plataforma",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Conjuntos de directivas",
"applicabilityRules": "Reglas de aplicabilidad",
"windowsEnrollmentTitle": "Inscripción de Windows",
"DefaultESPCustomErrorMessage": "No se pudo completar la instalación. Vuelva a intentarlo o póngase en contacto con el personal de soporte técnico para obtener ayuda.",
"appleEnrollmentTitle": "Inscripción de Apple",
"targetedAppLabel": "Aplicación de destino",
"configurationSettingsTitle": "Opciones de configuración",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13031,7 +13073,7 @@
"SessionControlsLabel": "Session controls"
},
"Platform": {
"all": "Todas",
"all": "Todo",
"android": "Administrador de dispositivos Android",
"androidAOSP": "Android (AOSP)",
"androidEnterprise": "Android Enterprise",
@@ -13046,18 +13088,18 @@
"unknown": "Desconocido",
"unsupported": "No compatible",
"windows": "Windows",
"windows10": "Windows 10 y versiones posteriores",
"windows10CM": "Windows 10 y versiones posteriores (ConfigMgr)",
"windows10Holo": "Windows 10 Holographic",
"windows10Mobile": "Windows 10 Mobile",
"windows10Team": "Windows 10 Team",
"windows10": "Windows 10 y posteriores",
"windows10CM": "Windows 10 y versiones posteriores (ConfigMgr)",
"windows10Holo": "Windows 10 Holographic",
"windows10Mobile": "Windows 10 Mobile",
"windows10Team": "Windows 10 Team",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 y versiones posteriores",
"windows8And10": "Windows 8 y 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 y versiones posteriores",
"windows10AndWindowsServer": "Windows 10, Windows 11 y Windows Server (ConfigMgr)",
"windows10andLaterCM": "Windows 10 y versiones posteriores (ConfigMgr)",
"windows8": "Windows 8.1 y posteriores",
"windows8And10": "Windows 8 y 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 y posteriores",
"windows10AndWindowsServer": "Windows 10, Windows 11 y Windows Server (ConfigMgr)",
"windows10andLaterCM": "Windows 10 y versiones posteriores (ConfigMgr)",
"holoLens": "HoloLens",
"surfaceHub2": "Surface Hub 2",
"surfaceHub2S": "Surface Hub 2S",
@@ -13078,7 +13120,7 @@
"androidDeviceOwnerGeneral": "Restricciones de dispositivos (propietario del dispositivo)",
"androidForWorkGeneral": "Restricciones de dispositivos (perfil de trabajo)"
},
"androidCustom": "Personalizada",
"androidCustom": "Personalizado",
"androidDeviceOwnerGeneral": "Restricciones de dispositivos",
"androidDeviceOwnerPkcs": "Certificado PKCS",
"androidDeviceOwnerScep": "Certificado SCEP",
@@ -13086,7 +13128,7 @@
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "Correo electrónico (solo Samsung KNOX)",
"androidForWorkCustom": "Personalizada",
"androidForWorkCustom": "Personalizado",
"androidForWorkEmailProfile": "Correo electrónico",
"androidForWorkGeneral": "Restricciones de dispositivos",
"androidForWorkImportedPFX": "Certificado PKCS importado",
@@ -13110,14 +13152,14 @@
"complianceAndroidForWork": "Directiva de cumplimiento de Android for Work",
"complianceIos": "Directiva de cumplimiento de iOS",
"complianceMac": "Directiva de cumplimiento de Mac",
"complianceWindows10": "Directiva de cumplimiento de Windows 10 y versiones posteriores",
"complianceWindows10": "Directiva de cumplimiento de Windows 10 y versiones posteriores",
"complianceWindows10Mobile": "Directiva de cumplimiento de Windows 10 Mobile",
"complianceWindows8": "Directiva de cumplimiento de Windows 8",
"complianceWindowsPhone": "Directiva de cumplimiento de Windows Phone",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Catálogo de propiedades (versión preliminar)",
"iosCustom": "Personalizada",
"iosDerivedCredentialAuthenticationConfiguration": "Credencial PIV derivada",
"inventoryCatalog": "Catálogo de propiedades",
"iosCustom": "Personalizado",
"iosDerivedCredentialAuthenticationConfiguration": "Credencial de PIV derivada",
"iosDeviceFeatures": "Características del dispositivo",
"iosEDU": "Educación",
"iosEducation": "Educación",
@@ -13131,9 +13173,9 @@
"iosVPN": "VPN",
"iosVPNZscaler": "VPN",
"iosWiFi": "Wi-Fi",
"macCustom": "Personalizada",
"macCustom": "Personalizado",
"macDeviceFeatures": "Características del dispositivo",
"macEndpointProtection": "Endpoint Protection",
"macEndpointProtection": "Protección de puntos de conexión",
"macExtensions": "Extensiones",
"macGeneral": "Restricciones de dispositivos",
"macImportedPFX": "Certificado PKCS importado",
@@ -13143,38 +13185,38 @@
"macWiFi": "Wi-Fi",
"settingsCatalog": "Catálogo de configuración",
"unsupported": "No compatible",
"windows10AdministrativeTemplate": "Plantillas administrativas (vista previa)",
"windows10Atp": "Microsoft Defender para punto de conexión (dispositivos de escritorio que ejecutan Windows 10 o versiones posteriores)",
"windows10Custom": "Personalizada",
"windows10AdministrativeTemplate": "Plantillas administrativas (versión preliminar)",
"windows10Atp": "Microsoft Defender para punto de conexión (dispositivos de escritorio que ejecutan Windows 10 o versiones posteriores)",
"windows10Custom": "Personalizado",
"windows10DesktopSoftwareUpdate": "Actualizaciones de software",
"windows10DeviceFirmwareConfigurationInterface": "Device Firmware Configuration Interface",
"windows10DeviceFirmwareConfigurationInterface": "Interfaz de configuración del firmware del dispositivo",
"windows10EmailProfile": "Correo electrónico",
"windows10EndpointProtection": "Endpoint Protection",
"windows10EndpointProtection": "Protección de puntos de conexión",
"windows10EnterpriseDataProtection": "Windows Information Protection",
"windows10General": "Restricciones de dispositivos",
"windows10ImportedPFX": "Certificado PKCS importado",
"windows10Kiosk": "Pantalla completa",
"windows10Kiosk": "Quiosco",
"windows10NetworkBoundary": "Límite de red",
"windows10PKCS": "Certificado PKCS",
"windows10PolicyOverride": "Reemplazar la directiva de grupo",
"windows10PolicyOverride": "Invalidar directiva de grupo",
"windows10SCEP": "Certificado SCEP",
"windows10SecureAssessmentProfile": "Perfil educativo",
"windows10SharedPC": "Dispositivo multiusuario compartido",
"windows10TeamGeneral": "Restricciones de dispositivos (Windows 10 Team)",
"windows10TeamGeneral": "Restricciones de dispositivos (Windows 10 Team)",
"windows10TrustedCertificate": "Certificado de confianza",
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
"windows10WiFiCustom": "Wi-Fi personalizada",
"windows10WiFiCustom": "Wi-Fi personalizado",
"windows8General": "Restricciones de dispositivos",
"windows8SCEP": "Certificado SCEP",
"windows8TrustedCertificate": "Certificado de confianza",
"windows8VPN": "VPN",
"windows8WiFi": "Importación de Wi-Fi",
"windowsDeliveryOptimization": "Optimización de entrega",
"windowsDeliveryOptimization": "Optimización de distribución",
"windowsDomainJoin": "Unión a un dominio",
"windowsEditionUpgrade": "Actualización de edición y cambio de modo",
"windowsIdentityProtection": "Identity Protection",
"windowsPhoneCustom": "Personalizada",
"windowsEditionUpgrade": "Cambio de modo y actualización de edición",
"windowsIdentityProtection": "Protección de identidades",
"windowsPhoneCustom": "Personalizado",
"windowsPhoneEmailProfile": "Correo electrónico",
"windowsPhoneGeneral": "Restricciones de dispositivos",
"windowsPhoneImportedPFX": "Certificado PKCS importado",
+189 -147
View File
@@ -71,7 +71,7 @@
"appPackageFile": "Un fichier qui contient votre application dans un format qui peut être chargé sur un appareil. Les types de packages valides incluent : Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix et .msixbundle).",
"applicableDeviceType": "Sélectionnez les types dappareils qui peuvent installer cette application.",
"category": "Catégorisez lapplication pour faciliter le tri et la recherche dans Portail dentreprise. Vous pouvez choisir plusieurs catégories.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"description": "Aidez vos utilisateurs dappareils à comprendre la nature de lapplication et/ou les actions quils peuvent faire dans lapplication. Cette description sera visible dans Portail dentreprise.",
"developer": "Nom de lentreprise ou de la personne qui a développé lapplication. Ces informations seront visibles par les personnes connectées au centre dadministration.",
"displayVersion": "Version de lapplication. Ces informations seront visibles par les utilisateurs dans le Portail dentreprise.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Recherchez lapplication Microsoft Store (nouvelle) pour les applications du Store que vous souhaitez déployer avec Intune."
},
"descriptionPreview": "Préversion",
"descriptionPreviewLabel": "Préversion",
"descriptionRequired": "Une description est requise.",
"editDescription": "Modifier la description",
"macOSMinOperatingSystemAdditionalInfo": "Le système dexploitation minimum pour télécharger un fichier .pkg est macOS 10.14. Téléchargez un fichier .pkg pour sélectionner un système dexploitation minimum plus ancien.",
"markdownHelpLink": "Obtenez de laide sur markdown prise en charge pour les descriptions.",
"name": "Informations sur l'application",
"nameForOfficeSuitApp": "Informations sur la suite d'applications"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android. 12.0",
"v13": "Android. 13.0",
"v14": "Android. 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -915,10 +921,10 @@
"title": "Catalogue des paramètres"
},
"Templates": {
"subtitle": "Les modèles contiennent des groupes de paramètres, organisés par fonctionnalité. Utilisez un modèle lorsque vous ne voulez pas créer des stratégies manuellement ou si vous voulez configurer des appareils pour accéder aux réseaux dentreprise, par exemple pour la configuration du réseau Wi-Fi ou VPN.",
"subtitle": "Les modèles contiennent des groupes de paramètres, organisés par fonctionnalité. Utilisez un modèle lorsque vous ne souhaitez pas générer de stratégies manuellement ou que vous souhaitez configurer des appareils pour accéder aux réseaux dentreprise, tels que la configuration du Wi-Fi ou du VPN.",
"title": "Modèles"
},
"noData": "Aucun modèle de stratégie na été trouvé"
"noData": "Modifier des modèles de stratégie"
},
"PolicyType": {
"EdgeSmartScreenSettings": {
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Protection du compte (test)",
"windowsSecurityExperience": "Expérience de sécurité Windows"
},
"FileVault": {
"macOS": "FileVault MacOS"
},
"Firewall": {
"mDE": "Pare-feu Windows"
},
"FirewallRules": {
"mDE": "Règles de pare-feu Windows"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "Paramètres de déplacement de dossiers connus de OneDrive : Modèle de configuration de Windows 10 dans le nuage. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Inconnu",
"unsupported": "Non pris en charge",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Importation Wi-Fi",
"windows10CompliancePolicy": "Stratégie de conformité Windows 10/11",
@@ -1064,9 +1080,11 @@
"prompt": "Invite"
},
"Permissions": {
"accessBackgroundLocation": "Accès à lemplacement (arrière-plan)",
"accessCoarseLocation": "Accès à l'emplacement (grossier)",
"accessFineLocation": "Accès à l'emplacement (fin)",
"addVoicemail": "Ajouter un message vocal",
"bluetoothConnect": "Connexion Bluetooth",
"bodySensors": "Autoriser les données de capteurs corporels",
"bodySensorsBackground": "Autoriser les données du capteur de corps darrière-plan",
"callPhone": "Passer des appels téléphoniques",
@@ -1671,20 +1689,20 @@
"zeroDays": "0 jour"
},
"SecurityTemplate": {
"aSR": "Réduction de la surface d'attaque",
"aSR": "Réduction de la surface dattaque",
"accountProtection": "Protection de compte",
"allDevices": "Tous les appareils",
"antivirus": "Antivirus",
"antivirusReporting": "Rapports de lantivirus (préversion)",
"antivirusReporting": "Compte-rendu dantivirus (Préversion)",
"conditionalAccess": "Accès conditionnel",
"deviceCompliance": "Conformité de l'appareil",
"diskEncryption": "Chiffrement de disque",
"deviceCompliance": "Conformité de lappareil",
"diskEncryption": "Chiffrement de disques",
"eDR": "Détection et réponse des points de terminaison",
"ePM": "Gestion des privilèges de point de terminaison",
"ePM": "Gestion des privilèges des points de terminaison",
"firewall": "Pare-feu",
"helpSupport": "Aide et support",
"setup": "Installation",
"wdapt": "Microsoft Defender pour point de terminaison"
"setup": "Configuration",
"wdapt": "Microsoft Defender for Endpoint"
},
"OutlookAppConfig": {
"DataProtectionConfiguration": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "Gestion client"
},
"actions": "Actions en cas de non-conformité",
"adminPermissions": "Autorisations dadministrateur",
"advancedExchangeSettings": "Paramètres Exchange Online",
"advancedThreatProtection": "Microsoft Defender pour point de terminaison",
"allApps": "Toutes les applications",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Récapitulatif des mises à jour logicielles",
"macOSSoftwareUpdateStateSummaries": "modifications",
"managedGooglePlay": "Google Play géré",
"msfb": "Microsoft Store pour Entreprises",
"myPermissions": "Mes autorisations",
"notifications": "Notifications",
"officeApps": "Applications Office",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Mettre hors service les appareils non conformes",
"retireNoncompliantDevicesPreview": "Mettre hors service les appareils non conformes (aperçu)",
"role": "Rôle",
"rolesByPermission": "Rôles avec autorisation",
"scriptManagement": "Scripts",
"securityBaselines": "Bases de référence de sécurité",
"serviceToServiceConnector": "Connecteur Exchange Online",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "Sauvegarder les données d'organisation sur les services de sauvegarde Android",
"tooltip": "Sélectionnez {0} pour empêcher la sauvegarde des données d'organisation sur les services de sauvegarde Android.\r\nSélectionnez {1} pour autoriser la sauvegarde des données d'organisation sur les services de sauvegarde Android.\r\nLes données personnelles ou non gérées ne sont pas affectées."
"tooltip": "Sélectionnez {0} pour empêcher la sauvegarde des données dorganisation vers les services de sauvegarde Android.\r\nSélectionnez {1} pour permettre la sauvegarde des données dorganisation vers les services de sauvegarde Android.\r\nLes données personnelles ou non managées ne sont pas affectées."
},
"AndroidBiometricAuthentication": {
"label": "Accès par biométrie plutôt que par code confidentiel",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "Protocole de navigateur non géré",
"tooltip": "<p>Entrez le protocole d'un seul navigateur non géré. Le contenu web (http/s) des applications gérées par la stratégie s'ouvre dans toutes les applications qui prennent en charge ce protocole. </p>\r\n\r\n<p><b>Remarque : </b>Spécifiez uniquement le préfixe du protocole. Si votre navigateur nécessitent des liens au format « mybrowser://www.microsoft.com », entrez « mybrowser ».</p>"
"tooltip": "<p>Entrez le protocole dun seul navigateur non géré. Le contenu web (http/s) des applications gérées par la stratégie souvre dans toutes les applications qui prennent en charge ce protocole. </p>\r\n\r\n<p><b>Remarque : </b>spécifiez uniquement le préfixe du protocole. Si votre navigateur nécessite des liens au format « mybrowser://www.microsoft.com », entrez « mybrowser ».</p>"
},
"CustomDialerAppDisplayName": {
"label": "Nom de lapplication de numérotation"
@@ -2183,10 +2202,10 @@
"tooltip": "Sélectionnez {0} pour appliquer le chiffrement de couche application Intune aux données d'organisation.\r\n <br/>\r\nSélectionnez {1} pour ne pas appliquer le chiffrement de couche application Intune aux données d'organisation.\r\n\r\n<br/>\r\nRemarque : Pour plus d'informations sur le chiffrement de couche application Intune, consultez {2}."
},
"EncryptDataAndroid": {
"tooltip": "<p>Choisissez <b>Exiger</b> pour activer le chiffrement des données professionnelles ou scolaires dans cette application. Intune utilise un schéma de chiffrement AES WolfSSL de 256 bits avec le système Android Keystore pour chiffrer de manière sécurisée les données de lapplication. Les données sont chiffrées de manière synchrone pendant les tâches dE/S de fichier. Le contenu sur le stockage de lappareil est toujours chiffré. Les nouveaux fichiers seront chiffrés avec des clés 256 bits. Les fichiers chiffrés 128 bits existants feront lobjet dune tentative de migration vers des clés 256 bits, mais le processus nest pas garanti. Les fichiers chiffrés avec des clés 128 bits resteront lisibles. </p>\r\n\r\n<p>La méthode de chiffrement est compatible FIPS 140-2.</p>"
"tooltip": "<p>Choisissez <b>Exiger</b> pour activer le chiffrement des données professionnelles ou scolaires dans cette application. Intune utilise un schéma de chiffrement AES WolfSSL de 256 bits avec le système Android Keystore pour chiffrer de manière sécurisée les données de lapplication. Les données sont chiffrées de manière synchrone pendant les tâches dE/S de fichier. Le contenu sur le stockage de lappareil est toujours chiffré. Les nouveaux fichiers seront chiffrés avec des clés 256 bits. Les fichiers chiffrés 128 bits existants feront lobjet dune tentative de migration vers des clés 256 bits, mais le processus nest pas garanti. Les fichiers chiffrés avec des clés 128 bits restent lisibles. </p>\r\n\r\n<p>La méthode de chiffrement est conforme à la norme FIPS 140-2.</p>"
},
"EncryptDataIos": {
"tooltip1": "Choisissez <b>Exiger</b> pour activer le chiffrement des données professionnelles ou scolaires dans cette application. Intune applique le chiffrement des appareils iOS/iPadOS pour protéger les données dapplication quand lappareil est verrouillé. Les applications peuvent éventuellement chiffrer les données dapplication à laide du chiffrement du SDK Intune APP. Le SDK Intune APP utilise les méthodes de chiffrement iOS/iPadOS pour appliquer un chiffrement AES 128 bits aux données dapplication.",
"tooltip1": "Choisissez <b>Exiger</b> pour activer le chiffrement des données professionnelles ou scolaires dans cette application. Intune applique le chiffrement des appareils iOS/iPadOS pour protéger les données des applications lorsque l'appareil est verrouillé. Les applications peuvent éventuellement chiffrer les données dapplication à laide du chiffrement du SDK Intune APP. Le SDK Intune APP utilise des méthodes de cryptographie iOS/iPadOS pour appliquer le cryptage AES 256 bits aux données de lapplication.",
"tooltip2": "Quand vous activez ce paramètre, l'utilisateur peut être invité à configurer et utiliser un code PIN pour accéder à son appareil. Si aucun code PIN ni chiffrement de l'appareil n'est demandé, l'utilisateur est invité à définir un code PIN avec le message « Votre organisation vous demande d'activer un code PIN de l'appareil pour pouvoir accéder à cette application. »",
"tooltip3": "Accédez à la <a href=\"{0}\" target=\"_blank\">documentation Apple officielle</a> pour voir les modules de chiffrement iOS qui sont conformes à FIPS 140-2 ou dans l'attente d'une mise en conformité à FIPS 140-2."
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "Notifications de données d'organisation",
"tooltip": "<p>Sélectionnez l'une des options suivantes pour spécifier laffichage des notifications des comptes d'organisation dans cette application et sur tous les appareils connectés de type wearable :</p>\r\n<p>{0} : Ne pas partager les notifications.</p> \r\n<p>{1} : Ne pas partager de données d'organisation dans les notifications. Si cette option n'est pas prise en charge par l'application, les notifications sont bloquées. </p>\r\n<p>{2} : Partager toutes les notifications. </p>\r\n <p>Android uniquement :\r\n Remarque : Ce paramètre ne s'applique pas à toutes les applications. Pour plus d'informations, consultez {3}</p>\r\n\r\n <p>iOS uniquement :\r\nRemarque : Ce paramètre ne s'applique pas à toutes les applications. Pour plus d'informations, consultez {4}</p>"
"tooltip": "<p>Sélectionnez lune des options suivantes pour spécifier comment les notifications pour les comptes dorganisation sont affichées pour cette application et tous les appareils connectés tels que les appareils portables :</p>\r\n<p>{0} : ne pas partager de notifications.</p>\r\n<p>{1} : ne pas partager de données dorganisation dans les notifications. Si ce nest pas pris en charge par lapplication, les notifications sont bloquées. </p>\r\n<p>{2} : partager toutes les notifications. </p>\r\n <p>Android uniquement :\r\n Remarque : ce paramètre ne sapplique pas à toutes les applications. Pour plus dinformations, consultez {3}</p>\r\n\r\n <p>iOS uniquement :\r\nRemarque : ce paramètre ne sapplique pas à toutes les applications. Pour plus dinformations, consultez {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "Restreindre le transfert de contenu web à d'autres applications",
"tooltip": "<p>Sélectionnez lune des options suivantes pour spécifier les applications dans lesquelles cette application peut ouvrir du contenu web : </p>\r\n<p><b>Microsoft Edge :</b> Autoriser louverture du contenu web uniquement dans Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Découvrez comment Microsoft Edge protège vos données.</a></p>\r\n<p><b>Navigateur non géré :</b> Autoriser louverture du contenu web uniquement dans le navigateur non géré défini par le paramètre « Protocole de navigateur non géré »</p>\r\n<p><b>Toute application :</b> Autoriser les liens web dans nimporte quelle application</p>"
"tooltip": "<p>Sélectionnez lune des options suivantes pour spécifier les applications dans lesquelles cette application peut ouvrir le contenu web : </p>\r\n<p><b> Microsoft Edge :</b> Autoriser louverture du contenu web uniquement dans Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Découvrez comment Microsoft Edge protège vos données.</a></p>\r\n<p><b>Navigateur non managé :</b> Autoriser louverture du contenu web uniquement dans le navigateur non managé défini par le paramètre « Protocole de navigateur non managé »</p>\r\n<p><b>Nimporte quelle app :</b> Autoriser les liens web dans nimporte quelle application</p>"
},
"OverrideBiometric": {
"tooltip": "Si vous choisissez cette option, une invite de code PIN remplace les invites biométriques au terme du délai d'attente (minutes d'inactivité). Si le délai d'attente n'arrive pas à son terme, l'invite biométrique continue de s'afficher. La valeur de délai d'attente doit être supérieure à la valeur spécifiée sous « Revérifier les exigences d'accès après (minutes d'inactivité) »."
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "Enregistrer des copies des données d'organisation",
"tooltip": "Sélectionnez {0} pour empêcher l'enregistrement, à l'aide de l'option « Enregistrer sous », d'une copie des données d'organisation dans un emplacement autre que celui des services de stockage sélectionnés.\r\n Sélectionnez {1} pour autoriser l'enregistrement, à l'aide de l'option « Enregistrer sous », d'une copie des données d'organisation dans un nouvel emplacement. <br/>\r\n\r\n\r\nRemarque : ce paramètre ne s'applique pas à toutes les applications. Pour plus d'informations, consultez {2}.\r\n"
"tooltip": "Sélectionnez cette option {0} pour empêcher lenregistrement dune copie des données dorganisation dans un nouvel emplacement, autre que les services de stockage sélectionnés, à laide de « Enregistrer sous ».\r\n Sélectionnez cette option {1} pour autoriser lenregistrement dune copie des données dorganisation dans un nouvel emplacement à laide de « Enregistrer sous ». <br/>\r\n\r\n\r\nRemarque : ce paramètre ne sapplique pas à toutes les applications. Pour plus dinformations, consultez {2}.\r\n"
},
"SaveDataToSelected": {
"label": "Autoriser l'utilisateur à enregistrer des copies dans une sélection de services",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "Autoriser les opérations couper, copier et coller pour",
"tooltip": "Sélectionnez lune des options suivantes pour spécifier les sources et destinations que les utilisateurs de lorganisation peuvent couper ou copier ou coller des données dorganisation : <br/>\r\n\r\n<b>Nimporte quelle destination et nimporte quelle source</b> : les utilisateurs dorganisation peuvent coller des données à partir de et couper/copier des données dans nimporte quel compte, document, emplacement ou application. <br/>\r\n\r\n<b>Aucune destination ou source</b> : les utilisateurs de lorganisation ne peuvent pas couper, copier ou coller des données vers ou à partir de comptes, documents, emplacements ou applications externes depuis ou dans le contexte de lorganisation."
"tooltip": "Sélectionnez lune des options suivantes pour spécifier les sources et destinations à partir desquelles ou vers lesquelles les utilisateurs de lorganisation peuvent couper, copier ou coller des données dorganisation : <br/>\r\n\r\n<b>Toute destination et toute source</b> : les utilisateurs de lorganisation peuvent coller et couper/copier des données vers ou à partir de nimporte quel compte, document, emplacement ou application.<br/>\r\n\r\n<b>Aucune destination ou source</b> : les utilisateurs de lorganisation ne peuvent pas couper, copier ou coller des données vers ou à partir de comptes, documents, emplacements ou applications externes, depuis ou dans le contexte de lorganisation."
},
"WinPrintData": {
"label": "Imprimer les données de lorganisation",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "Recevoir les données de",
"tooltip": "Sélectionnez lune des options suivantes pour spécifier les sources dont les utilisateurs peuvent recevoir les données de : <br/>\r\n\r\n<b>Toutes les sources</b> : les utilisateurs de lorganisation peuvent ouvrir des données à partir de nimporte quel compte, document, emplacement ou application dans le contexte de lorganisation.<br/>\r\n\r\n<b>Aucune source</b> : les utilisateurs dorganisation ne peuvent pas ouvrir de données à partir de comptes, documents, emplacements ou applications externes dans le contexte de lorganisation."
"tooltip": "Sélectionnez lune des options suivantes pour spécifier les sources à partir desquelles les utilisateurs de lorganisation peuvent recevoir des données : <br/>\r\n\r\n<b>Toutes les ressources</b> : les utilisateurs de lorganisation peuvent ouvrir des données à partir de nimporte quel compte, document, emplacement ou application dans le contexte de lorganisation.<br/>\r\n\r\n<b>Aucune ressource</b> : les utilisateurs de lorganisation ne peuvent pas ouvrir de données à partir de comptes externes, de documents, demplacements ou dapplications dans le contexte de lorganisation."
},
"WinSendData": {
"label": "Envoyer des données dorganisation à",
"tooltip": "Sélectionnez l'une des options suivantes pour spécifier les destinations vers lesquelles les utilisateurs de l'organisation peuvent envoyer des données : <br/>\r\n\r\n<b>Toutes les destinations</b> : les utilisateurs dorganisation peuvent envoyer des données dorganisation à nimporte quel compte, document, emplacement ou application.<br/>\r\n\r\n<b>Aucune destination</b> : les utilisateurs dorganisation ne peuvent pas envoyer de données dorganisation à des comptes, documents, emplacements ou applications externes à partir du contexte de lorganisation."
"tooltip": "Sélectionnez lune des options suivantes pour spécifier les destinations auxquelles les utilisateurs de lorganisation peuvent envoyer des données : <br/>\r\n\r\n<b>Toutes les destinations</b> : les utilisateurs de lorganisation peuvent envoyer des données dorganisation à nimporte quel compte, document, emplacement ou application.<br/>\r\n\r\n<b>Aucune destination</b> : les utilisateurs de lorganisation ne peuvent pas envoyer de données dorganisation à des comptes, documents, emplacements ou applications externes à partir du contexte de lorganisation."
},
"Tap": {
"numberOfDays": "Nombre de jours",
@@ -2386,21 +2405,21 @@
},
"PolicySet": {
"appManagement": "Gestion des applications",
"assignments": "Attributions",
"basics": "De base",
"deviceEnrollment": "Inscription de l'appareil",
"assignments": "Affectations",
"basics": "Informations de base",
"deviceEnrollment": "Inscription des appareils",
"deviceManagement": "Gestion des appareils",
"scopeTags": "Balises d'étendue",
"scopeTags": "Balises détendue",
"appConfigurationTitle": "Stratégies de configuration des applications",
"appProtectionTitle": "Stratégies de protection des applications",
"appTitle": "Applications",
"iOSAppProvisioningTitle": "Profils de provisionnement d'application iOS",
"deviceLimitRestrictionTitle": "Restrictions de limite d'appareils",
"deviceTypeRestrictionTitle": "Restrictions de type d'appareil",
"enrollmentStatusSettingTitle": "Pages d'état d'inscription",
"windowsAutopilotDeploymentProfileTitle": "Profils Windows AutoPilot Deployment",
"deviceComplianceTitle": "Stratégies de conformité d'appareil",
"deviceConfigurationTitle": "Profils de configuration d'appareil",
"iOSAppProvisioningTitle": "Profils dapprovisionnement dapplications iOS",
"deviceLimitRestrictionTitle": "Restrictions du nombre limite dappareils",
"deviceTypeRestrictionTitle": "Restrictions de type dappareil",
"enrollmentStatusSettingTitle": "Page détat de linscription",
"windowsAutopilotDeploymentProfileTitle": "Profils de Windows Autopilot Deployment",
"deviceComplianceTitle": "Stratégies de conformité dappareil",
"deviceConfigurationTitle": "Profils de configuration dappareil",
"powershellScriptTitle": "Scripts PowerShell"
},
"Win32Program": {
@@ -2421,19 +2440,35 @@
"availableUninstall": "Autoriser la désinstallation disponible",
"availableUninstallTooltip": "Sélectionnez « Oui » pour fournir loption de désinstallation de cette application aux utilisateurs du Portail d'entreprise. Sélectionnez « Non » pour empêcher les utilisateurs de désinstaller lapplication du Portail d'entreprise.",
"bladeTitle": "Programme",
"commandLineDropdownText": "Ligne de commande",
"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 dinstallation 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.",
"installScript": "Script dinstallation",
"installScriptErrorText": "Un script dinstallation est requis.",
"installScriptToolTip": "Fichier de script PowerShell avec des commandes dinstallation utilisé pour installer cette application.",
"installScriptsHeader": "Spécifiez les paramètres dinstallation et de désinstallation de lapplication, notamment lutilisation dun script ou dune ligne de commande, les limites de temps, le comportement de redémarrage et les codes de retour.",
"installerTypeText": "Type de programme dinstallation",
"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.",
"scriptDropdownText": "Script PowerShell",
"scriptsErrorText": "Des scripts dinstallation et de désinstallation sont requis.",
"selectCustomScript": "Sélectionnez un script personnalisé",
"selectScriptLinkAriaText": "Aucun script nest sélectionné. Ouvre le volet contextuel pour charger un script.",
"selectScriptLinkText": "Sélectionner un script",
"selectedScriptLinkAriaText": "Le script {0} a été sélectionné. Ouvre le volet contextuel pour modifier ou charger un nouveau script.",
"selectorLabel": "Programme",
"uninstallCommand": "Commande de désinstallation",
"uninstallCommandTooltip": "Ligne de commande de désinstallation complète pour désinstaller cette application."
"uninstallCommandTooltip": "Ligne de commande de désinstallation complète pour désinstaller cette application.",
"uninstallScript": "Script de désinstallation",
"uninstallScriptErrorText": "Un script de désinstallation est requis.",
"uninstallScriptToolTip": "Fichier de script PowerShell avec des commandes de désinstallation utilisé pour désinstaller cette application.",
"uninstallerTypeText": "Type de programme de désinstallation"
},
"TermsOfUse": {
"Languages": {
@@ -2847,8 +2882,8 @@
"description": "Description",
"deviceType": "Type de périphérique",
"deviceUse": "Utilisation de l'appareil",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot prend en charge uniquement une jonction à Microsoft Entra pour les appareils Surface Hub 2. Spécifiez le type de jointure Active Directory (AD) pour les appareils de votre organisation.\r\n </p>\r\n <ul>\r\n <li>\r\n Joint à Microsoft Entra : Cloud uniquement sans instance locale de Windows Server Active Directory.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Spécifiez le mode de jointure des appareils à Active Directory (AD) dans votre organisation :\r\n </p>\r\n <ul>\r\n <li>\r\n Joint à Microsoft Entra : cloud uniquement sans Windows Server Active Directory local\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot ne prend en charge que Microsoft Entra Joined pour les appareils Surface Hub 2. Spécifiez la façon dont les appareils rejoignent Active Directory (AD) dans votre organisation.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra joined : cloud uniquement sans Windows Server Active Directory local.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Spécifiez la façon dont les appareils rejoignent Active Directory (AD) dans votre organisation :\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra joined : cloud uniquement sans Windows Server Active Directory local\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "Une erreur s'est produite pendant la récupération du nombre d'appareils affectés.",
"getAssignmentsError": "Une erreur s'est produite pendant la récupération des affectations de profil AutoPilot.",
"harvestDeviceId": "Convertir tous les appareils ciblés en Autopilot",
@@ -2879,20 +2914,20 @@
"devicesWithoutEnrollment": "Applications gérées"
},
"AppProtection": {
"allAppTypes": "Cibler sur tous les types d'application",
"allAppTypes": "Cible tous les types d'applications",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Applications dans le profil professionnel Android",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Applications sur les appareils dédiés Android Enterprise avec le mode partagé Microsoft Entra",
"appsOnAndroidOpenSourceProjectUserAssociated": "Utilisateur de projet open source dapplications sur Android associé",
"appsInAndroidWorkProfile": "Applications dans le profil de travail Android",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Applications sur les appareils Android Enterprise dédiés avec le mode partagé Microsoft Entra",
"appsOnAndroidOpenSourceProjectUserAssociated": "Applications sur Android Projet Open Source Utilisateur associé",
"appsOnAndroidOpenSourceProjectUserless": "Applications sur un projet open source Android sans utilisateur",
"appsOnIntuneManagedDevices": "Applications sur les appareils gérés par Intune",
"appsOnUnmanagedDevices": "Applications sur les appareils non gérés",
"appsOnUnmanagedDevices": "Applications sur des appareils non gérés",
"iOSPlatformLabel": "iOS/iPadOS",
"iosAndroidMacPlatformLabel": "iOS, Android, Mac",
"iosAndroidPlatformLabel": "iOS, Android",
"macPlatformLabel": "Mac",
"notAvailable": "Indisponible",
"windows10PlatformLabel": "Windows 10 et ultérieur",
"notAvailable": "Non disponible",
"windows10PlatformLabel": "Windows 10 et versions ultérieures",
"withEnrollment": "Avec inscription",
"withoutEnrollment": "Sans inscription"
},
@@ -3778,7 +3813,7 @@
}
},
"State": {
"available": "Disponibles",
"available": "Disponible",
"commandFailed": "Échec de la commande",
"downloadFailed": "Échec du téléchargement",
"downloadInsufficientNetwork": "Réseau insuffisant pour le téléchargement",
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Tunneling fractionné",
"vPNTrustedNetwork": "Détection des réseaux approuvés",
"wSLCompliance": "Sous-système Windows pour Linux (WSL)",
"wakeSettings": "Paramètres de sortie de veille",
"webContentFilter": "Filtre de contenu web",
"wiFi": "Wi-Fi",
@@ -4163,7 +4199,7 @@
"bs-latn": "Bosniaque (latin)",
"zh-cN": "Chinois (République populaire de Chine)",
"zh-hK": "Chinois (R.A.S. de Hong-Kong)",
"zh-mO": "Chinois (Macao R.A.S.)",
"zh-mO": "Chinois (R.A.S. de Macao)",
"zh-sG": "Chinois (Singapour)",
"zh-tW": "Chinois (Taïwan)",
"hr-bA": "Croate (Latin)",
@@ -4300,7 +4336,6 @@
"mk": "Macédonien (Macédoine du Nord)",
"ml": "Malayalam (Inde)",
"mt": "Maltais (Malte)",
"mi": "Maori (Nouvelle-Zélande)",
"mr": "Marathi (Inde)",
"moh": "Mohawk (Mohawk)",
"ne": "Népalais (Népal)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamien (Vietnam)",
"cy": "Gallois (Royaume-Uni)",
"wo": "Wolof (Sénégal)",
"sah": "Iakoute (Russie)",
"ii": "Yi (RPC)",
"yo": "Yoruba (Nigéria)"
},
"DisplayRoleTypes": {
"builtInRole": "Rôle intégré",
"customAutopatchRole": "Rôle Windows Autopatch personnalisé",
"customCloudPCRole": "Rôle Windows 365 personnalisé",
"customIntuneRole": "Rôle Intune personnalisé",
"customRole": "Rôle personnalisé"
@@ -4725,7 +4762,7 @@
"gt": "Guatemala",
"gw": "Guinée-Bissau",
"gy": "Guyana",
"hk": "Hong Kong",
"hk": "Hong Kong (R.A.S.)",
"hn": "Honduras",
"hr": "Croatie",
"hu": "Hongrie",
@@ -4759,7 +4796,7 @@
"mk": "Macédoine du Nord",
"ml": "Mali",
"mn": "Mongolie",
"mo": "Macao",
"mo": "Macao R.A.S.",
"mr": "Mauritanie",
"ms": "Montserrat",
"mt": "Malte",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "Ces paramètres fonctionnent pour les appareils de profils professionnels complètement managés, dédiés et appartenant à lentreprise.",
"allAndroidCorpEnrollmentTypesHeaderName": "Appareils de profils professionnels complètement managés, dédiés et appartenant à lentreprise",
"allAndroidVersionsPasswordHeader": "Tous les appareils Android",
"allAndroidVersionsPasswordHeaderDescription": "Ces paramètres fonctionnent pour lensemble des fabricants et des versions de SE Android.",
"allAndroidVersionsPasswordHeaderDescription": "Ces paramètres fonctionnent pour toutes les versions et tous les fabricants du système dexploitation Android, sauf si spécifié",
"allDomainsOption": "Tous les domaines",
"allEnrollmentTypesDescription": "Ces paramètres fonctionnent pour les appareils qui ont été inscrits dans Intune par le biais de linscription de lappareil ou de lutilisateur, et pour les appareils inscrits à laide dApple School Manager ou dApple Business Manager avec linscription automatique des appareils (anciennement DEP).",
"allEnrollmentTypesHeader": "Tous les types dinscriptions",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Déverrouillage du visage",
"blockFacetimeName": "Bloquer FaceTime",
"blockFactoryResetDescription": "Bloque la réinitialisation aux paramètres d'usine de l'appareil.",
"blockFactoryResetName": "Réinitialisation aux paramètres d'usine (Samsung KNOX uniquement)",
"blockFactoryResetName": "Réinitialisation aux paramètres dusine (Samsung KNOX Android 15 et versions antérieures uniquement)",
"blockFilesNetworkDriveAccessDescription": "À laide du protocole SMB (Server Message Block), les appareils peuvent accéder à des fichiers ou à dautres ressources sur un serveur réseau. Disponible pour les appareils exécutant iOS et iPadOS, version 13.0 et ultérieures.",
"blockFilesNetworkDriveAccessName": "Bloquer laccès au lecteur réseau dans lapplication Fichiers",
"blockFilesUsbDriveAccessDescription": "Les appareils disposant dun accès peuvent se connecter et ouvrir des fichiers sur un lecteur USB. Disponible pour les appareils exécutant iOS et iPadOS, version 13.0 ou version ultérieure.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Bloque la fonctionnalité de synchronisation automatique du compte Google sur l'appareil.",
"blockGoogleAccountAutoSyncName": "Synchronisation automatique du compte Google (Samsung KNOX uniquement)",
"blockGoogleBackupDescription": "Bloque la synchronisation à l'aide de la sauvegarde Google.",
"blockGoogleBackupName": "Sauvegarde Google (Samsung KNOX uniquement)",
"blockGoogleBackupName": "Sauvegarde Google (Samsung KNOX Android 15 et versions antérieures uniquement)",
"blockGooglePlayStoreDescription": "Bloque le Google Play Store (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play Store (Samsung KNOX uniquement) ",
"blockHostPairingDescription": "Bloque l'appairage d'hôte pour contrôler les appareils avec lesquels un appareil iOS peut s'appairer.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Bloque l'affichage de la boîte de dialogue d'erreur si aucune carte SIM n'est détectée",
"blockSIMCardErrorDialogName": "Boîte de dialogue d'erreur de carte SIM (mobile uniquement)",
"blockSMSAndMMSAndroidDescription": "Bloque la fonctionnalité de messagerie SMS/MMS (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "Messagerie SMS/MMS (Samsung KNOX uniquement)",
"blockSMSAndMMSName": "Messagerie SMS/MMS (Samsung KNOX Android 15 et versions antérieures uniquement)",
"blockSafariAutofillDescription": "Empêche Safari de mémoriser les utilisateurs qui entrent dans les formulaires web.",
"blockSafariAutofillName": "Bloquer le remplissage automatique de Safari",
"blockSafariDescription": "Bloque le navigateur web Safari.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Bloque la création de configurations VPN",
"blockVPNCreationName": "Bloquer la création de VPN",
"blockVoiceAssistantAndroidDescription": "Bloque l'assistant vocal (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Assistant vocal (Samsung KNOX uniquement)",
"blockVoiceAssistantName": "Assistant vocal (Samsung KNOX Android 15 et versions antérieures uniquement)",
"blockVoiceDialingAndroidDescription": "Bloque la composition vocale (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Bloque la composition vocale sur l'appareil.",
"blockVoiceDialingName": "Composition vocale",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "Pour obtenir le format correct du fichier chargé, consultez la documentation Intune. <a href=\"https://aka.ms/AA6z0o4\">En savoir plus</a>",
"customAppConfigurationFileName": "Fichier de liste de propriétés",
"customBoolError": "Toutes les clés de configuration de type Booléen doivent avoir la valeur « vrai » ou « faux ».",
"customComplianceToolTip": "Quand cette option est activée, les appareils doivent être conformes aux règles personnalisées définies dans un fichier JSON en fonction des données personnalisées retournées par un script PowerShell de découverte.",
"customEapXmlOption": "Code XML EAP personnalisé",
"customIntError": "Toutes les clés de configuration de type entier doivent être une valeur numérique entière.",
"customItemHideFromUserConfiguration": "Masquer",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Partage des données entre les profils professionnels et personnels",
"dataTypeName": "Type de données",
"dateAndTimeBlockChangesDescription": "Empêchez l'utilisateur de changer la date et l'heure sur l'appareil (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Empêcher les changements de date et d'heure (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Bloquer les modifications apportées aux date et heure (Samsung Android 15 et versions antérieures uniquement)",
"dateTimeConfigurationBlockedDescription": "Empêche l'utilisateur de définir manuellement la date et l'heure.",
"dateTimeConfigurationBlockedName": "Changements de date et d'heure",
"dateTimeName": "Date et heure",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Liste verte du Wi-Fi",
"knoxBlockAutofillDescription": "Bloque le remplissage automatique.",
"knoxBlockAutofillName": "Remplissage automatique (Samsung KNOX uniquement)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX uniquement)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX Android 13 et versions antérieures uniquement)",
"knoxBlockCookiesDescription": "Autoriser ou bloquer les cookies du navigateur",
"knoxBlockCookiesName": "Cookies (Samsung KNOX uniquement)",
"knoxBlockCopyAndPasteDescription": "Bloque la fonction copier/coller.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Fenêtres contextuelles (Samsung KNOX uniquement)",
"knoxBlockRemovableStorageName": "Stockage amovible (Samsung KNOX uniquement)",
"knoxBlockScreenshotDescription": "Bloque la capture du contenu de l'écran comme image.",
"knoxBlockScreenshotName": "Capture d'écran (Samsung KNOX uniquement)",
"knoxBlockScreenshotName": "Capture décran (Samsung KNOX Android 15 et versions antérieures uniquement)",
"knoxBlockVoiceDialingName": "Composition vocale (Samsung KNOX uniquement)",
"knoxBlockVoiceRoamingName": "Itinérance vocale (Samsung KNOX uniquement)",
"knoxBlockWebBrowserDescription": "Bloque le navigateur web sur l'appareil.",
"knoxBlockWebBrowserName": "Navigateur web (Samsung KNOX uniquement)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX uniquement)",
"knoxBlockWiFiTetheringName": "Partage de connexion Wi-Fi (Samsung KNOX uniquement)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX Android 12 et versions antérieures uniquement)",
"knoxBlockWiFiTetheringName": "Partage de connexion Wi-Fi (Samsung KNOX Android 12 et versions antérieures uniquement)",
"knoxCellularDataDescription": "Bloque l'utilisation des données sur les réseaux mobiles. Si cette option n'est pas configurée, l'utilisation des données sur les réseaux mobiles est autorisée et modifiable par les utilisateurs.",
"knoxCellularDataName": "Canal de données mobiles (Samsung KNOX uniquement)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 et versions antérieures ou Samsung KNOX Android 15 et versions antérieures",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "Ces paramètres fonctionnent pour les appareils qui exécutent Android 9 ou versions antérieures. Ils fonctionnent également sur tous les appareils Samsung Knox qui exécutent une version de système dexploitation Android 15 et versions antérieures.",
"knoxRequireEncryptionName": "Chiffrement (Android 11 et versions antérieures, ou Samsung KNOX Android 14 et versions antérieures)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Les cartes de stockage doivent être chiffrées. Tous les appareils ne prennent pas en charge le chiffrement des cartes de stockage. Pour plus d'informations, consultez la documentation du système d'exploitation de l'appareil mobile.",
"knoxRequireEncryptionOnRemovableStorageName": "Chiffrement sur les cartes de stockage (Samsung KNOX uniquement)",
"knoxRequireEncryptionOnRemovableStorageName": "Chiffrement sur des cartes de stockage (Samsung KNOX Android 15 et versions antérieures uniquement)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (type natif)",
"lanManagerAuthenticationLevelDesc": "Ce paramètre de sécurité détermine le protocole d'authentification par stimulation/réponse utilisé pour les ouvertures de session réseau.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Type didentificateur",
"macOSAppleEventReceiverTableDescription": "Autorisez lapplication ou le processus à envoyer un événement Apple limité à une autre application ou à un autre processus. Vous devez connaître lidentificateur, le type didentificateur et la spécification de code de lapplication ou du processus de réception.",
"macOSAppleEventReceiverTableName": "Événements Apple",
"macOSDeploymentChannelDeviceChannel": "Canal de lappareil",
"macOSDeploymentChannelName": "Canal de déploiement",
"macOSDeploymentChannelUserChannel": "Canal utilisateur",
"macOSDeploymentChannelWarningBanner": "Il est fortement recommandé dutiliser le type de certificat utilisateur dans Canal utilisateur uniquement à des fins de sécurité.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Contrôlez laccès à lapplication Accessibility sur lappareil, qui contient des fonctionnalités telles que les sous-titres, le texte en pointage et le contrôle vocal.",
"macOSPrivacyAccessControlItemAccessibilityName": "Accessibilité",
"macOSPrivacyAccessControlItemAddressBookName": "Contacts",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Définit des modules de génération de clés pour ignorer l'intégralité du jeu d'authentification si les suites d'authentification ne sont pas toutes prises en charge dans ce jeu. Si l'option est activée, les modules de génération de clés ignorent les suites d'authentification non prises en charge.",
"opportunisticallyMatchAuthName": "Associer le jeu d'authentification de façon opportuniste par module de génération de clés",
"optional": "Facultatif",
"optionalValue": "Valeur facultative",
"organizationalUnitDescription": "Chemin complet de l'unité d'organisation (OU) dans laquelle les comptes d'ordinateur doivent être créés. S'il n'est pas spécifié, un conteneur d'objet ordinateur connu est utilisé.",
"organizationalUnitName": "Unité d'organisation",
"originalProfileTypeTitle": "Type de profil d'origine :",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Période de validité du certificat",
"sCEPPolicyCustomAADAttribute": "Attribut Microsoft Entra personnalisé",
"sCEPPolicyCustomKeys": "Clés personnalisées",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or {{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Fournissez une valeur, qui peut être nimporte quelle variable prise en charge, telle que {{UserPrincipalName}}. Vous ne pouvez utiliser {{OnPremisesSecurityIdentifier}} quavec lattribut URI. En savoir plus sur les variables prises en charge : http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Fournissez une valeur qui peut combiner nimporte quelle variable prise en charge avec du texte statique. Pour les adresses UPN et e-mail, utilisez le format {{AAD_Device_ID}}@contoso.com. Les valeurs DNS ne doivent pas inclure de symboles ou de signe @, par exemple, {{DeviceName}}.contoso.com ou {{DeviceName}}. Notez que la valeur {{OnPremisesSecurityIdentifier}} ne peut être utilisée quavec lattribut URI pour lautre nom de lobjet. Voir les variables de support ici : http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "Clé WPA prépartagée",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "Les distributions Linux non conformes sont : ",
"wSLComplianceTitle": "Désinstallez les distributions ou versions Linux non conformes de Sous-système Windows pour Linux (WSL).",
"wSLPolicyDistributionName": "Nom de distribution",
"wSLPolicyMaxOSVersionName": "Version maximale du système dexploitation",
"wSLPolicyMinOSVersionName": "Version minimale du système dexploitation",
"wakeOnLANName": "Wake On LAN",
"wakeOnPowerName": "Sortie de veille sous tension",
"wakeScreenWhenSomeoneInRoomName": "Sortir l'écran du mode veille quand une personne est dans la pièce",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows à la une sur l'écran de verrouillage",
"windowsSpotlightPersonalizationDescription": "Bloquer la personnalisation de Windows à la une en fonction de l'utilisation de l'appareil",
"windowsSpotlightPersonalizationName": "Personnalisation de Windows à la une",
"windowsSubsystemLinuxComplianceDescription": "Ces paramètres concernent les distributions Linux installées sur des appareils Windows gérés et affectent l’état de conformité de lappareil. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">En savoir plus sur lutilisation du paramètre</a>",
"windowsSubsystemLinuxComplianceHeader": "Distributions et versions Linux autorisées",
"windowsSubsystemLinuxComplianceInfoBox": "Vous ne pouvez pas configurer WSL et les paramètres de conformité personnalisés dans la même stratégie.",
"windowsSubsystemLinuxComplianceLearnMore": "Spécifiez les distributions Linux autorisées et, éventuellement, une version minimale, une version maximale ou les deux pour chaque distribution.",
"windowsTipsDescription": "Permet aux administrateurs informatiques de désactiver l'affichage des conseils Windows.",
"windowsTipsName": "Conseils Windows",
"windowsWelcomeExperienceDescription": "Bloquer les écrans d'accueil de Windows qui présentent des fonctionnalités nouvelles ou mises à jour",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "Aucune stratégie",
"clientAppPolicyPlural": "{0} stratégies",
"clientAppPolicySingular": "{0} stratégie",
"clockInClockOutNotes": "<p><b>Remarques :</b></p>\r\n<ul type=\"disc\">\r\n <li>Reportez-vous à <b>lien vers les documents relatifs aux heures de tranquillité : la section de blocage</b> pour plus dinformations sur les applications auxquelles ce paramètre peut être appliqué. </li>\r\n <li>Ce paramètre ne peut pas désactiver les notifications. Pour configurer les paramètres de désactivation des notifications, reportez-vous à <b> lien vers lheure de déconnexion : désactiver les documents</b>.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>Remarques :</b></p>\r\n<ul type=\"disc\">\r\n <li>Ce paramètre ne doit être configuré que si le locataire a été intégré à l'<b>API Working Time</b>. Pour plus d'informations sur l'intégration de ce paramètre avec l'<b>API Temps de travail</b>, consultez <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Limiter l'accès à Microsoft Teams lorsque les travailleurs de première ligne ne sont pas en service</a>\r\n. La configuration de ce paramètre sans intégration à l'API Working Time peut entraîner le blocage des comptes en raison de l'absence de statut de temps de travail pour le compte géré associé à l'application.</li>\r\n <li>Veuillez vous référer aux <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">applications Microsoft Intune prises en charge | Microsoft Learn</a>\r\npour plus d'informations sur les applications qui prennent en charge ce paramètre.</li> <li>Ce paramètre n'a pas la capacité de désactiver les notifications. Pour configurer les paramètres de désactivation des notifications, reportez-vous à <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Créer des stratégies de temps de silence dans Microsoft Intune | Microsoft Learn</a></li>\r\n</ul>",
"clockedOutAccount": "Période chômée",
"closeText": "Fermer",
"columns": "Colonnes",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "Vous pouvez configurer des paramètres similaires basés sur l'appareil pour les appareils inscrits.",
"deviceConditionsInfoParagraph2LinkText": "Découvrez-en plus sur la configuration des paramètres de conformité d'appareil pour les appareils inscrits.",
"deviceId": "ID de l'appareil",
"deviceLockComplexityValidationFailureNotes": "<p><b>Remarques :</b></p>\r\n<ul type=\"disc\">\r\n <li>Le verrouillage de lappareil peut nécessiter une complexité de mot de passe : FAIBLE, MOYENNE ou ÉLEVÉE destinée à Android 12+. Pour les appareils fonctionnant sous Android 11 et antérieurs, la définition dune valeur de complexité faible/moyenne/élevée entraînera par défaut le comportement attendu pour « faible complexité ».</li>\r\n <li>Les définitions de mots de passe ci-dessous sont susceptibles d’être modifiées. Veuillez vous référer à <a href=https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29>DevicePolicyManager|Android Developers</a> pour les définitions les plus récentes du différents niveaux de complexité de mot de passe.</li>\r\n</ul>\r\n\r\n<p><b>Faible</b></p>\r\n<ul type=\"disc\">\r\n <li>Le mot de passe peut être un schéma ou un code PIN avec des séquences répétitives (4444) ou ordonnées (1234, 4321, 2468).</li>\r\n</ul>\r\n\r\n<p><b>Medium</b></p>\r\n<ul type=\"disc\">\r\n <li>Code PIN sans séquences répétitives (4444) ou ordonnées (1234, 4321, 2468) dune longueur minimale dau moins 4 caractères</li>\r\n <li>Mots de passe alphabétiques dune longueur minimale dau moins 4 caractères</li>\r\n <li>Mots de passe alphanumériques dune longueur minimale dau moins 4 caractères</li>\r\n</ul>\r\n\r\n<p><b>Haut</b></p>\r\n<ul type=\"disc\">\r\n <li>Code PIN sans séquences répétitives (4444) ou ordonnées (1234, 4321, 2468) dune longueur minimale dau moins 8 caractères</li>\r\n <li>Mots de passe alphabétiques dune longueur minimale dau moins 6 caractères</li>\r\n <li>Mots de passe alphanumériques dune longueur minimale dau moins 6 caractères</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>Notes :</b></p>\r\n<ul type=\"disc\">\r\n <li>Le verrouillage de lappareil peut nécessiter une complexité de mot de passe : FAIBLE, MOYENNE ou ÉLEVÉE destinée à Android 12+. Pour les appareils fonctionnant sur Android 11 et versions antérieures, la définition dune valeur de complexité faible/moyenne/élevée correspond par défaut au comportement attendu pour « Faible complexité ».</li>\r\n <li>Les définitions de mot de passe ci-dessous sont susceptibles d’être modifiées. Reportez-vous à <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|veloppeurs Android</a> pour les définitions les plus récentes des différents niveaux de complexité de mot de passe.</li>\r\n</ul>\r\n\r\n<p><b>Low</b></p>\r\n<ul type=\"disc\">\r\n <li>Le mot de passe peut être un modèle ou un code confidentiel avec des séquences répétées (4444) ou ordonnées (1234, 4321, 2468).</li>\r\n</ul>\r\n\r\n<p><b>Moyenne</b></p>\r\n<ul type=\"disc\">\r\n <li>Code confidentiel sans séquences répétées (4444) ou ordonnées (1234, 4321, 2468) avec une longueur minimale dau moins 4 caractères</li>\r\n <li>Mots de passe alphabétiques dune longueur minimale dau moins 4 caractères</li>\r\n <li>Mots de passe alphanumériques dune longueur minimale dau moins 4 caractères</li>\r\n</ul>\r\n\r\n<p><b>Élevée</b></p>\r\n<ul type=\"disc\">\r\n <li>Code confidentiel sans séquences répétées (4444) ou ordonnées (1234, 4321, 2468) avec une longueur minimale dau moins 8 caractères</li>\r\n <li>Mots de passe alphabétiques dune longueur minimale dau moins 6 caractères</li>\r\n <li>Mots de passe alphanumériques dune longueur minimale dau moins 6 caractères</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "Quand l'appareil est verrouillé et que des fichiers sont ouverts",
"deviceLockedOptionText": "Quand l'appareil est verrouillé",
"deviceManufacturer": "Fabricant du périphérique",
@@ -10620,7 +10676,7 @@
"downloadingReport": "Téléchargement du rapport",
"edgeGSAssignment": "Sélectionnez les groupes dutilisateurs que vous voulez inclure pour que Microsoft Edge mobile soit installé. Microsoft Edge sera installé sur tous les appareils iOS et Android inscrits par ces utilisateurs.",
"edgeGSIntroBenefitHTML": "<p>Profitez de l'application Microsoft Edge pour vos utilisateurs sur iOS ou Android afin qu'ils puissent naviguer en toute transparence sur leurs appareils d'entreprise ! Edge permet aux utilisateurs de se débarrasser de l'encombrement du Web grâce à des fonctionnalités intégrées qui les aident à consolider, organiser et gérer le contenu professionnel. Les utilisateurs d'appareils iOS et Android qui se connectent avec leur compte Microsoft Entra d'entreprise dans l'application Edge verront leur navigateur préchargé avec les favoris sur le lieu de travail et les filtres de sites Web que vous définissez.</p><p>Si vous avez empêché les utilisateurs de s'inscrire qu'il s'agisse d'appareils iOS ou Android, ce scénario ne permettra pas l'inscription et les utilisateurs devront installer Edge pour eux-mêmes.</p>",
"edgeGSIntroPrereqHTML": "<p>Nous vous poserons des questions sur les favoris sur le lieu de travail dont vos utilisateurs ont besoin et sur les filtres dont vous avez besoin pour la navigation sur le Web. Assurez-vous d'effectuer les tâches suivantes avant de continuer :</p>\r\n<li>Ajouter des utilisateurs aux <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>groupes Microsoft Entra</a></li>\r\n<li>Inscrivez des appareils iOS ou Android dans Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>En savoir plus</a></li>\r\n<li>Rassemblez la liste des favoris sur le lieu de travail à ajouter dans Edge.</li>\r\n<li>Rassemblez la liste des filtres de sites Web à appliquer dans Edge.</li>",
"edgeGSIntroPrereqHTML": "<p>Nous vous demanderons quels sont les favoris dont vos utilisateurs ont besoin sur leur lieu de travail et quels sont les filtres dont vous avez besoin pour naviguer sur le web. Veillez à effectuer les tâches suivantes avant de continuer :</p>\r\n<li>Ajouter des utilisateurs à des <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>groupes Microsoft Entra</a></li>\r\n<li>Inscrivez des appareils iOS ou Android dans Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>En savoir plus</a></li>\r\n<li>Rassemblez la liste des favoris du lieu de travail à ajouter à Edge.</li>\r\n<li>Rassemblez la liste des filtres de site web à appliquer dans Edge.</li>",
"edgeGSName": "Microsoft Edge pour iOS & Android",
"edgeGSSyncInfo": "En fonction de la connectivité et des temps de synchronisation des appareils, ce déploiement peut prendre jusqu’à 24 heures pour atteindre les appareils.",
"edit": "Modifier",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "La gestion MAM est-elle activée ?",
"itemsCount": "{0} éléments",
"jailbrokenRootedDevices": "Appareils jailbreakés/rootés",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Bloquer laccès sur les appareils pris en charge",
"lastModifiedDate": "Date de dernière modification",
"lastReportedDate": "Date du dernier rapport",
"lastSync": "Dernière synchronisation",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Suppression...",
"photoLibrary": "Photothèque",
"pinCharSettingTooltip": "Un code PIN numérique peut contenir seulement des caractères numériques.\r\n\r\nUn code secret doit contenir tous les éléments suivants : des caractères alphanumériques et des symboles autorisés.",
"pinRotationWarning": "<b>Important :</b> Le 1er juin 2024, les applications avec un kit de développement logiciel (SDK) antérieur à la version 17.7.0 ne recevront plus de mises à jour de stratégie de protection des applications et les utilisateurs ne pourront plus lancer lapplication. Veuillez vous assurer que les utilisateurs mettent à jour leurs applications et que vos applications professionnelles utilisent un kit de développement logiciel (SDK) ou un wrapper récent. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">En savoir plus</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Plateforme",
"platformDropDownLabel": "Plateforme",
@@ -10965,7 +11021,7 @@
"state": "État",
"status": "État",
"store": "Stocker",
"subjectOnlyOptionText": "Objet uniquement",
"subjectOnlyOptionText": "Sujet uniquement",
"success": "Réussite",
"successfully": "Avec succès",
"summary": "Résumé",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Ensembles de stratégies",
"applicabilityRules": "Règles d'applicabilité",
"windowsEnrollmentTitle": "Inscription Windows",
"DefaultESPCustomErrorMessage": "L'installation n'a pas pu être terminée. Veuillez réessayer ou contacter votre personne d'assistance pour obtenir de l'aide.",
"appleEnrollmentTitle": "Inscription Apple",
"targetedAppLabel": "Application ciblée",
"configurationSettingsTitle": "Paramètres de configuration",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13032,32 +13074,32 @@
},
"Platform": {
"all": "Tout",
"android": "Administrateur d'appareil Android",
"android": "Administrateur(-trice) dappareil Android",
"androidAOSP": "Android (AOSP)",
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidWorkProfile": "Android Enterprise",
"common": "Commune",
"common": "Courant",
"iOS": "iOS/iPadOS",
"iosAndAndroidPlatformLabel": "iOS et Android",
"iosCommaAndroidPlatformLabel": "iOS, Android",
"linux": "Linux",
"macOS": "Mac OS",
"macOS": "macOS",
"unknown": "Inconnu",
"unsupported": "Non pris en charge",
"windows": "Windows",
"windows10": "Windows 10 et ultérieur",
"windows10CM": "Windows 10 et ultérieur (ConfigMgr)",
"windows10": "Windows 10 et versions ultérieures",
"windows10CM": "Windows 10 et versions ultérieures (ConfigMgr)",
"windows10Holo": "Windows 10 Holographique",
"windows10Mobile": "Windows 10 Mobile",
"windows10Team": "Windows 10 Collaboration",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 et ultérieur",
"windows8And10": "Windows 8 et 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 et ultérieur",
"windows10AndWindowsServer": "Windows 10, Windows 11, et Windows Server (ConfigMgr)",
"windows10andLaterCM": "Windows 10 et ultérieur (ConfigMgr)",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 et versions ultérieures",
"windows8And10": "Windows 8 et 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 et versions ultérieures",
"windows10AndWindowsServer": "Windows 10, Windows 11 et Windows Server (ConfigMgr)",
"windows10andLaterCM": "Windows 10 et versions ultérieures (ConfigMgr)",
"holoLens": "HoloLens",
"surfaceHub2": "Surface Hub 2",
"surfaceHub2S": "Surface Hub 2S",
@@ -13075,20 +13117,20 @@
},
"ConfigurationTypes": {
"Table": {
"androidDeviceOwnerGeneral": "Restrictions d'appareil (propriétaire de l'appareil)",
"androidForWorkGeneral": "Restrictions d'appareil (profil professionnel)"
"androidDeviceOwnerGeneral": "Restrictions de l'appareil (propriétaire de l'appareil)",
"androidForWorkGeneral": "Restrictions relatives aux appareils (profil professionnel)"
},
"androidCustom": "Personnalisé",
"androidDeviceOwnerGeneral": "Restrictions sur l'appareil",
"androidDeviceOwnerGeneral": "Restrictions dappareil",
"androidDeviceOwnerPkcs": "Certificat PKCS",
"androidDeviceOwnerScep": "Certificat SCEP",
"androidDeviceOwnerTrustedCertificate": "Certificat approuvé",
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "E-mail (Samsung KNOX uniquement)",
"androidEmailProfile": "Email (Samsung KNOX uniquement)",
"androidForWorkCustom": "Personnalisé",
"androidForWorkEmailProfile": "Courrier",
"androidForWorkGeneral": "Restrictions sur l'appareil",
"androidForWorkEmailProfile": "Email",
"androidForWorkGeneral": "Restrictions dappareil",
"androidForWorkImportedPFX": "Certificat PKCS importé",
"androidForWorkOemConfig": "OEMConfig",
"androidForWorkPKCS": "Certificat PKCS",
@@ -13096,7 +13138,7 @@
"androidForWorkTrustedCertificate": "Certificat approuvé",
"androidForWorkVpn": "VPN",
"androidForWorkWiFi": "Wi-Fi",
"androidGeneral": "Restrictions sur l'appareil",
"androidGeneral": "Restrictions dappareil",
"androidImportedPFX": "Certificat PKCS importé",
"androidPKCS": "Certificat PKCS",
"androidSCEP": "Certificat SCEP",
@@ -13104,25 +13146,25 @@
"androidVPN": "VPN",
"androidWiFi": "Wi-Fi",
"androidZebraMx": "Profil MX (Zebra uniquement)",
"complianceAndroid": "Stratégie de conformité Android",
"complianceAndroidDeviceOwner": "Profil professionnel complètement managé, dédié et appartenant à lentreprise",
"complianceAndroid": "Politique de conformité Android",
"complianceAndroidDeviceOwner": "Profil de travail entièrement géré, dédié et détenu par l'entreprise",
"complianceAndroidEnterprise": "Profil de travail personnel",
"complianceAndroidForWork": "Stratégie de conformité d'Android for Work",
"complianceIos": "Stratégie de conformité iOS",
"complianceMac": "Stratégie de conformité Mac",
"complianceWindows10": "Stratégie de conformité Windows 10 et versions ultérieures",
"complianceWindows10Mobile": "Stratégie de conformité Windows 10 Mobile",
"complianceWindows8": "Stratégie de conformité Windows 8",
"complianceWindowsPhone": "Stratégie de conformité Windows Phone",
"complianceAndroidForWork": "Politique de conformité d'Android for Work",
"complianceIos": "Politique de conformité iOS",
"complianceMac": "Politique de conformité Mac",
"complianceWindows10": "Politique de conformité de Windows 10 et versions ultérieures",
"complianceWindows10Mobile": "Politique de conformité de Windows 10 Mobile",
"complianceWindows8": "Politique de conformité de Windows 8",
"complianceWindowsPhone": "Politique de conformité de WP",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Catalogue de propriétés (préversion)",
"inventoryCatalog": "Catalogue de propriétés",
"iosCustom": "Personnalisé",
"iosDerivedCredentialAuthenticationConfiguration": "Informations d'identification PIV dérivées",
"iosDeviceFeatures": "Fonctionnalités de l'appareil",
"iosEDU": "Éducation",
"iosEducation": "Éducation",
"iosEmailProfile": "Courrier",
"iosGeneral": "Restrictions sur l'appareil",
"iosDeviceFeatures": "Fonctionnalités de lappareil",
"iosEDU": "Education",
"iosEducation": "Education",
"iosEmailProfile": "Email",
"iosGeneral": "Restrictions dappareil",
"iosImportedPFX": "Certificat PKCS importé",
"iosPKCS": "Certificat PKCS",
"iosPresets": "Présélections",
@@ -13132,10 +13174,10 @@
"iosVPNZscaler": "VPN",
"iosWiFi": "Wi-Fi",
"macCustom": "Personnalisé",
"macDeviceFeatures": "Fonctionnalités de l'appareil",
"macEndpointProtection": "Endpoint protection",
"macDeviceFeatures": "Fonctionnalités de lappareil",
"macEndpointProtection": "Protection des points de terminaison",
"macExtensions": "Extensions",
"macGeneral": "Restrictions sur l'appareil",
"macGeneral": "Restrictions dappareil",
"macImportedPFX": "Certificat PKCS importé",
"macSCEP": "Certificat SCEP",
"macTrustedCertificate": "Certificat approuvé",
@@ -13144,42 +13186,42 @@
"settingsCatalog": "Catalogue des paramètres",
"unsupported": "Non pris en charge",
"windows10AdministrativeTemplate": "Modèles d'administration (préversion)",
"windows10Atp": "Microsoft Defender pour point de terminaison (appareils de bureau exécutant Windows 10 ou versions ultérieures)",
"windows10Atp": "Protection avancée contre les menaces Microsoft Defender (appareils de bureau exécutant Windows 10 ou version ultérieure)",
"windows10Custom": "Personnalisé",
"windows10DesktopSoftwareUpdate": "Mises à jour logicielles",
"windows10DeviceFirmwareConfigurationInterface": "Interface de configuration du microprogramme d'appareil",
"windows10EmailProfile": "Courrier",
"windows10EndpointProtection": "Endpoint protection",
"windows10DeviceFirmwareConfigurationInterface": "Interface de configuration du micrologiciel de l'appareil",
"windows10EmailProfile": "Email",
"windows10EndpointProtection": "Protection des points de terminaison",
"windows10EnterpriseDataProtection": "Protection des informations Windows",
"windows10General": "Restrictions sur l'appareil",
"windows10General": "Restrictions dappareil",
"windows10ImportedPFX": "Certificat PKCS importé",
"windows10Kiosk": "Kiosque",
"windows10NetworkBoundary": "Limite réseau",
"windows10PKCS": "Certificat PKCS",
"windows10PolicyOverride": "Remplacer la stratégie de groupe",
"windows10SCEP": "Certificat SCEP",
"windows10SecureAssessmentProfile": "Profil Éducation",
"windows10SecureAssessmentProfile": "Profil Azure for Education",
"windows10SharedPC": "Appareil multi-utilisateur partagé",
"windows10TeamGeneral": "Restrictions sur les appareils (Windows 10 Collaboration)",
"windows10TrustedCertificate": "Certificat approuvé",
"windows10TeamGeneral": "Restrictions dappareil (Windows 10 Collaboration)",
"windows10TrustedCertificate": "Certificat de confiance",
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
"windows10WiFiCustom": "Wi-Fi personnalisé",
"windows8General": "Restrictions sur l'appareil",
"windows8General": "Restrictions dappareil",
"windows8SCEP": "Certificat SCEP",
"windows8TrustedCertificate": "Certificat approuvé",
"windows8TrustedCertificate": "Certificat de confiance",
"windows8VPN": "VPN",
"windows8WiFi": "Importation Wi-Fi",
"windowsDeliveryOptimization": "Optimisation de livraison",
"windowsDeliveryOptimization": "Optimisation de la distribution",
"windowsDomainJoin": "Jonction de domaine",
"windowsEditionUpgrade": "Mise à niveau de l'édition et changement de mode",
"windowsIdentityProtection": "Identity Protection",
"windowsEditionUpgrade": "Mise à niveau de lédition et commutateur de mode",
"windowsIdentityProtection": "Protection de lidentité",
"windowsPhoneCustom": "Personnalisé",
"windowsPhoneEmailProfile": "Courrier",
"windowsPhoneGeneral": "Restrictions sur l'appareil",
"windowsPhoneEmailProfile": "Email",
"windowsPhoneGeneral": "Restrictions dappareil",
"windowsPhoneImportedPFX": "Certificat PKCS importé",
"windowsPhoneSCEP": "Certificat SCEP",
"windowsPhoneTrustedCertificate": "Certificat approuvé",
"windowsPhoneTrustedCertificate": "Certificat de confiance",
"windowsPhoneVPN": "VPN",
"IosUpdate": "Stratégie de mise à jour iOS"
},
+151 -109
View File
@@ -71,7 +71,7 @@
"appPackageFile": "Az alkalmazást egy eszközön közvetlenül telepíthető formátumban tartalmazó fájl. Az érvényes csomagtípusok a következők: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix és .msixbundle).",
"applicableDeviceType": "Válassza ki, hogy milyen eszköztípusok telepíthetik az alkalmazást.",
"category": "Az alkalmazás kategorizálásával megkönnyítheti a felhasználók számára a rendezést és a keresést a Céges portálon. Több kategóriát is kiválaszthat.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Az Intune-nal üzembe helyezni kívánt áruházbeli alkalmazásokat a Microsoft Store-alkalmazásban (új) keresheti meg."
},
"descriptionPreview": "Előnézet",
"descriptionPreviewLabel": "Előzetes verzió",
"descriptionRequired": "A leírást meg kell adni.",
"editDescription": "Leírás szerkesztése",
"macOSMinOperatingSystemAdditionalInfo": "A .pkg-fájlok feltöltéséhez szükséges minimális operációs rendszer a macOS 10.14. Régebbi minimális operációs rendszer kiválasztásához töltsön fel egy .pkg-fájlt.",
"markdownHelpLink": "Segítség kérése a leírásokhoz támogatott Markdown-leírásokhoz.",
"name": "Alkalmazásadatok",
"nameForOfficeSuitApp": "Alkalmazáscsomaggal kapcsolatos információk"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -904,7 +910,7 @@
"template": "Sablon neve"
},
"Row": {
"ariaLabel": "{1} oszlop {2} {0}. sora"
"ariaLabel": "{2} oszlop {0}/{1}. sora"
}
},
"InventoryCatalog": {
@@ -915,10 +921,10 @@
"title": "Beállításkatalógus"
},
"Templates": {
"subtitle": "A sablonok funkciók szerint rendszerezve tartalmazzák a beállítások csoportjait. Akkor használjon sablont, ha nem szeretné manuálisan létrehozni a szabályzatokat, vagy hozzáférést szeretne adni az eszközöknek a vállalati hálózatokhoz, például Wi-Fi- vagy VPN-hálózathoz",
"subtitle": "A sablonok funkció szerint rendezett beállításcsoportokat tartalmaznak. Használjon sablont, ha nem szeretne manuálisan létrehozni házirendeket, vagy ha vállalati hálózatok elérésére szeretne eszközöket konfigurálni, például Wi-Fi vagy VPN konfigurálására.",
"title": "Sablonok"
},
"noData": "Nem találhatók szabályzatsablonok"
"noData": "Nem található házirendsablon"
},
"PolicyType": {
"EdgeSmartScreenSettings": {
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Fiókvédelem (teszt)",
"windowsSecurityExperience": "A Windows Biztonság felhasználói élménye"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows tűzfal"
},
"FirewallRules": {
"mDE": "Windows tűzfalszabályok"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "A OneDrive ismert mappaáthelyezési beállításai: Windows 10 a felhőkonfigurációs sablonban. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Ismeretlen",
"unsupported": "Nem támogatott",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi importálás",
"windows10CompliancePolicy": "Windows 10/11-es megfelelőségi házirend",
@@ -1064,9 +1080,11 @@
"prompt": "Rákérdezés"
},
"Permissions": {
"accessBackgroundLocation": "Helyadatok elérése (háttér)",
"accessCoarseLocation": "Tartózkodási hely felhasználása (durva)",
"accessFineLocation": "Tartózkodási hely felhasználása (finom)",
"addVoicemail": "Hangposta hozzáadása",
"bluetoothConnect": "Bluetooth-csatlakozás",
"bodySensors": "Testérzékelők adatainak engedélyezése",
"bodySensorsBackground": "Háttérbeli testérzékelői adatok engedélyezése",
"callPhone": "Hívásindítás",
@@ -1674,17 +1692,17 @@
"aSR": "Támadási felület csökkentése",
"accountProtection": "Fiókvédelem",
"allDevices": "Minden eszköz",
"antivirus": "Víruskereső",
"antivirusReporting": "Víruskereső-jelentéskészítés (előzetes verzió)",
"antivirus": "Vírusvédelem",
"antivirusReporting": "Víruskereső jelentés (előzetes verzió)",
"conditionalAccess": "Feltételes hozzáférés",
"deviceCompliance": "Eszköz megfelelősége",
"deviceCompliance": "Eszközmegfelelőség",
"diskEncryption": "Lemeztitkosítás",
"eDR": "Végpontészlelés és -válasz",
"ePM": "Végponti jogosultságok kezelése",
"ePM": "Végponti jogosultságkezelés",
"firewall": "Tűzfal",
"helpSupport": "Súgó és támogatás",
"setup": "Telepítés",
"wdapt": "Microsoft Defender for Endpoint"
"setup": "Beállítás",
"wdapt": "Végponthoz készült Microsoft Defender"
},
"OutlookAppConfig": {
"DataProtectionConfiguration": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "Bérlőkezelés"
},
"actions": "Meg nem felelés esetén végrehajtandó műveletek",
"adminPermissions": "Rendszergazdai engedélyek",
"advancedExchangeSettings": "Exchange Online-beállítások",
"advancedThreatProtection": "Microsoft Defender for Endpoint",
"allApps": "Minden alkalmazás",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Szoftverfrissítések összegzése",
"macOSSoftwareUpdateStateSummaries": "frissítések",
"managedGooglePlay": "Felügyelt Google Play",
"msfb": "Microsoft Store Vállalatoknak",
"myPermissions": "Engedélyeim",
"notifications": "Értesítések",
"officeApps": "Office-alkalmazások",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Nem megfelelő eszközök kivonása",
"retireNoncompliantDevicesPreview": "Nem megfelelő eszközök kivonása (előzetes verzió)",
"role": "Szerepkör",
"rolesByPermission": "Szerepkörök engedély szerint",
"scriptManagement": "Parancsfájlok",
"securityBaselines": "Biztonsági alapkonfigurációk",
"serviceToServiceConnector": "Exchange Online Connector",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "Szervezeti adatok mentése Android biztonsági mentési szolgáltatásokba",
"tooltip": "Válassza a(z) {0} lehetőséget a szervezeti adatok Android biztonsági mentési szolgáltatásokba történő mentésének megakadályozásához.\r\nVálassza a(z) {1} lehetőséget a szervezeti adatok Android biztonsági mentési szolgáltatásokba történő mentésének engedélyezéséhez.\r\nA személyes vagy nem felügyelt adatokat ez nem érinti."
"tooltip": "A szervezeti adatok Android biztonsági mentési szolgáltatásokba történő biztonsági mentésének megakadályozásához válassza a {0} lehetőséget.\r\nA szervezeti adatok Android biztonsági mentési szolgáltatásokba történő biztonsági mentésének engedélyezéséhez válassza a {1} lehetőséget.\r\nA személyes vagy nem felügyelt adatokra nincs hatással."
},
"AndroidBiometricAuthentication": {
"label": "PIN-kód helyett biometrikai adatok a hozzáféréshez",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "Nem felügyelt böngésző protokollja",
"tooltip": "<p>Adja meg a nem felügyelt böngésző protokollját. A szabályzat által felügyelt alkalmazások webes tartalma (http/s) minden olyan alkalmazásban meg fog nyílni, amely támogatja ezt a protokollt. </p>\r\n\r\n<p><b>Megjegyzés: </b>csak a protokoll előtagját adja meg. Ha a böngésző sajátböngésző://www.microsoft.com formátumú hivatkozásokat igényel, a „sajátböngésző” előtagot adja meg.</p>"
"tooltip": "<p>Adja meg egyetlen nem felügyelt böngésző protokollját. A házirend által felügyelt alkalmazásokból származó webes tartalom (http/s) minden olyan alkalmazásban megnyílik, amely támogatja ezt a protokollt. </p>\r\n\r\n<p><b>Megjegyzés: </b>Zárja be csak a protokoll előtagját. Ha a böngésző mybrowser://www.microsoft.com formátumú hivatkozásokat igényel, a „mybrowser” előtagot adja meg.</p>"
},
"CustomDialerAppDisplayName": {
"label": "Tárcsázóalkalmazás neve"
@@ -2183,10 +2202,10 @@
"tooltip": "Válassza a(z) {0} lehetőséget, ha kényszeríteni szeretné a szervezeti adatok Intune-beli alkalmazásréteg-titkosítással történő titkosítását.\r\n <br/>\r\nVálassza a(z) {1} lehetőséget, ha nem szeretné kényszeríteni a szervezeti adatok Intune-beli alkalmazásréteg-titkosítással történő titkosítását.\r\n\r\n<br/>\r\nMegjegyzés: Az Intune-beli alkalmazásréteg-titkosításról bővebben lásd: {2}."
},
"EncryptDataAndroid": {
"tooltip": "<p>Válassza a <b>Kötelező</b> lehetőséget, hogy engedélyezze ebben az alkalmazásban a munkahelyi vagy iskolai adatok titkosítását. Az Intune wolfSSL 256 bites AES titkosítási sémát használ az Android Keystore rendszerrel együtt az alkalmazásadatok biztonságos titkosításához. Az adatok szinkronban vannak titkosítva a fájl I/O-feladatai során. Az eszköz tárterületének tartalma mindig titkosítva van. Az új fájlok 256 bites kulcsokkal lesznek titkosítva. A meglévő 128 bites titkosított fájlokat a rendszer megpróbálja 256 bites kulcsokra áttelepíteni, de a folyamat nem garantált. A 128 bites kulcsokkal titkosított fájlok továbbra is olvashatóak maradnak. </p>\r\n\r\n<p>A titkosítási módszer megfelel a FIPS 140-2 szabványnak.</p>"
"tooltip": "<p>Válassza a <b>Kötelező</b> lehetőséget, hogy engedélyezze ebben az alkalmazásban a munkahelyi vagy iskolai adatok titkosítását. Az Intune wolfSSL 256 bites AES titkosítási sémát használ az Android Keystore rendszerrel együtt az alkalmazásadatok biztonságos titkosításához. Az adatok szinkronban vannak titkosítva a fájl I/O-feladatai során. Az eszköz tárterületének tartalma mindig titkosítva van. Az új fájlok 256 bites kulcsokkal lesznek titkosítva. A meglévő 128 bites titkosított fájlokat a rendszer megpróbálja 256 bites kulcsokra áttelepíteni, de a folyamat nem garantált. A 128 bites kulcsokkal titkosított fájlok olvashatók maradnak. </p>\r\n\r\n<p>A titkosítási módszer FIPS 140-2 szabványnak megfelelő.</p>"
},
"EncryptDataIos": {
"tooltip1": "Válassza a <b>Kötelező</b> lehetőséget munkahelyi vagy iskolai adatok az alkalmazásban való titkosításának engedélyezéséhez.  Az Intune kényszeríti az iOS- vagy iPadOS-eszköztitkosítás alkalmazását az alkalmazásadatok védelme érdekében, amíg az eszköz zárolva van. Az alkalmazások nem kötelezően titkosíthatják az alkalmazásadatokat az Intune APP SDK titkosításával. Az Intune APP SDK az iOS vagy iPadOS kriptográfiai eljárásaival alkalmaz 128 bites AES titkosítást az alkalmazásadatokon.",
"tooltip1": "Válassza a <b>Kötelező</b> lehetőséget munkahelyi vagy iskolai adatok az alkalmazásban való titkosításának engedélyezéséhez. Az Intune kényszeríti az iOS- vagy iPadOS-eszköztitkosítás alkalmazását az alkalmazásadatok védelme érdekében, amíg az eszköz zárolva van. Az alkalmazások nem kötelezően titkosíthatják az alkalmazásadatokat az Intune APP SDK titkosításával. Az Intune APP SDK az iOS vagy iPadOS kriptográfiai eljárásaival alkalmaz 256 bites AES titkosítást az alkalmazásadatokon.",
"tooltip2": "Ha engedélyezi ezt a beállítást, a rendszer arra kérheti a felhasználót, hogy az eszközhöz való hozzáféréshez PIN-kódot állítson be és használjon. Ha az eszköznek nincs PIN-kódja, és a titkosítás kötelező, a rendszer PIN-kód beállítására kéri a felhasználót a következő üzenettel: „A szervezet megköveteli, hogy az alkalmazás eléréséhez először engedélyezze az eszköz PIN-kódjának használatát.”",
"tooltip3": "A <a href=\"{0}\" target=\"_blank\">hivatalos Apple-dokumentációban</a> tájékozódhat arról, hogy mely iOS-titkosítási modulok felelnek meg a FIPS 140-2 szabványnak, vagy van függőben a FIPS 140-2 szabványnak való megfelelőségük."
},
@@ -2210,7 +2229,7 @@
"tooltip": "A Touch ID ujjlenyomat-felismerő technológiát használ a felhasználók hitelesítésére az iOS-eszközökön. Az Intune a LocalAuthentication API-t hívja a felhasználók Touch ID-vel történő hitelesítéséhez. Ha engedélyezve van, akkor a Touch ID-t kell használni az alkalmazás eléréséhez a Touch ID használatára alkalmas eszközön."
},
"MessagingRedirectAppDisplayName": {
"label": "Üzenetküldő alkalmazás neve"
"label": "Üzenetkezelő alkalmazás neve"
},
"MessagingRedirectAppPackageId": {
"label": "Üzenetkezelő alkalmazás csomagazonosítója"
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "Céges adatokkal kapcsolatos értesítések",
"tooltip": "<p>Az alábbi beállítások egyikének segítségével adja meg, hogy miként jelenjenek meg a céges fiókok értesítései ezen alkalmazás és az összes csatlakoztatott eszköz (például hordható eszköz) esetében:</p>\r\n<p>{0}: Ne legyenek megosztva az értesítések.</p>\r\n<p>{1}: Ne legyenek megosztva a céges adatok az értesítésekben. Ha az alkalmazás nem támogatja, az értesítések le vannak tiltva. </p>\r\n<p>{2}: Az összes értesítés megosztása. </p>\r\n <p>Csak Android esetén:\r\n Megjegyzés: Ez a beállítás nem vonatkozik minden alkalmazásra. További információ: {3}</p>\r\n\r\n <p>Csak iOS esetén:\r\nMegjegyzés: Ez a beállítás nem vonatkozik minden alkalmazásra. További információ: {4}</p>"
"tooltip": "<p>Az alábbi beállítások egyikének segítségével adja meg, hogy miként jelenjenek meg a céges fiókok értesítései ezen alkalmazás és az összes csatlakoztatott eszköz (például hordható eszköz) esetében:</p>\r\n<p>{0}: Ne ossza meg az értesítéseket.</p>\r\n<p>{1}: Ne osszon meg szervezeti adatokat az értesítésekben. Ha az alkalmazás nem támogatja, az értesítések le lesznek tiltva. </p>\r\n<p>{2}: Az összes értesítés megosztása. </p>\r\n <p>Csak Android:\r\n Megjegyzés: Ez a beállítás nem vonatkozik minden alkalmazásra. További információ: {3}</p>\r\n\r\n <p>csak iOS:\r\nMegjegyzés: Ez a beállítás nem vonatkozik minden alkalmazásra. További információ: {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "Webes tartalom más alkalmazásokkal folytatott átvitelének korlátozása",
"tooltip": "<p>Válassza ki az alábbi lehetőségek közül, hogy az alkalmazás mely alkalmazásokban nyithat meg webes tartalmat: </p>\r\n<p><b> Microsoft Edge:</b> Webes tartalom csak a Microsoft Edge-ben nyitható meg.<a href=\"{0}\" target=\"_blank\"> Ismerje meg, hogyan védi a Microsoft Edge az Ön adatait</a>.</p>\r\n<p><b>Nem felügyelt böngésző:</b> Webes tartalom csak a Nem felügyelt böngésző protokollja” beállításnál megadott nem felügyelt böngészőben nyitható meg</p>\r\n<p><b>Bármely alkalmazás:</b> Webhivatkozások bármely alkalmazásban megnyithatók</p>"
"tooltip": "<p>Az alábbi lehetőségek egyikének kiválasztásával adhatja meg, hogy az alkalmazás mely alkalmazásokban nyithat meg webes tartalmakat: </p>\r\n<p><b> Microsoft Edge:</b> A webes tartalom csak a Microsoft Edge-ben nyitható meg.<a href=\"{0}\" target=\"_blank\"> Megtudhatja, hogyan védi a Microsoft Edge az adatait.</a></p>\r\n<p><b>Nem felügyelt böngésző:</b> A webes tartalom csak a \"Nem felügyelt böngészőprotokoll\" beállítás által meghatározott nem felügyelt böngészőben nyitható meg</p>\r\n<p><b>Bármely alkalmazás:</b> Webes hivatkozások engedélyezése bármely alkalmazásban</p>"
},
"OverrideBiometric": {
"tooltip": "Ha szükséges, az időkorlát (inaktív percek) alapján a PIN-kód megadását kérő üzenet felülbírálja a biometrikus hitelesítést kérő üzeneteket. Ha nem érte el az időkorlátban megadott időtartamot, továbbra is a biometrikus hitelesítést kérő üzenet fog megjelenni. Ennek az időkorlátértéknek nagyobbnak kell lennie, mint a Hozzáférési követelmények újbóli ellenőrzése ennyi idő után (inaktív perc) alatt megadott érték. "
@@ -2246,9 +2265,9 @@
"tooltip": "Az alkalmazás nem tudja kinyomtatni a védett adatokat, ha le van tiltva."
},
"ProtectedMessagingRedirectAppType": {
"iosTooltip": "Amikor egy felhasználó egy alkalmazásban kiválaszt egy hiperhivatkozással ellátott üzenetküldő hivatkozást, általában egy üzenetkezelő alkalmazás nyílik meg a telefonszámmal, amely előre kitöltve készen áll a küldésre. Ehhez a beállításhoz válassza ki, hogy a rendszer hogyan kezelje ezt a tartalomátvitelt, ha egy szabályzat által felügyelt alkalmazásból lett kezdeményezve. További lépésekre lehet szükség ahhoz, hogy a beállítás érvénybe lépjen. Először ellenőrizze, hogy az SMS el lett-e távolítva a Kivételt képező alkalmazások kijelölésére szolgáló listából. Ezt követően gondoskodjon arról, hogy az alkalmazás az Intune SDK újabb (19.0.0+) verzióját használja.",
"label": "Üzenetküldési adatok átvitele a következőbe:",
"tooltip": "Amikor egy felhasználó egy alkalmazásban kiválaszt egy hiperhivatkozással ellátott üzenetküldő hivatkozást, általában egy üzenetkezelő alkalmazás nyílik meg a telefonszámmal, amely előre kitöltve készen áll a küldésre. Ehhez a beállításhoz válassza ki, hogy a rendszer hogyan kezelje ezt a tartalomátvitelt, ha egy szabályzat által felügyelt alkalmazásból lett kezdeményezve."
"iosTooltip": "Ha a felhasználó egy alkalmazásban üzenetkezelési hiperhivatkozásra kattint vagy koppint, általában megnyílik egy üzenetkezelő alkalmazás, amelyben előre ki van töltve a címzett telefonszáma. Ezzel a beállítással megadhatja, hogy a rendszer hogyan kezelje ezt a tartalomátvitel-típust szabályzat által felügyelt alkalmazásból történő átvitel esetén. További lépésekre lehet szükség ahhoz, hogy a beállítás érvénybe lépjen. Először ellenőrizze, hogy az SMS el lett-e távolítva a kivételt képező alkalmazások kiválasztására szolgáló listából. Ezt követően gondoskodjon arról, hogy az alkalmazás az Intune SDK újabb (19.0.0+) verzióját használja.",
"label": "Üzenetkezelési adatok átvitele a következőbe:",
"tooltip": "Ha a felhasználó egy alkalmazásban üzenetkezelési hiperhivatkozásra kattint vagy koppint, általában megnyílik egy üzenetkezelő alkalmazás, amelyben előre ki van töltve a címzett telefonszáma. Ezzel a beállítással megadhatja, hogy a rendszer hogyan kezelje ezt a tartalomátvitel-típust szabályzat által felügyelt alkalmazásból történő átvitel esetén."
},
"ReceiveData": {
"label": "Adatok fogadása más alkalmazásokból",
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "Szervezeti adatok másolatának mentése",
"tooltip": "Válassza a(z) {0} lehetőséget, ha meg szeretné akadályozni a szervezeti adatok másolatának kiválasztott társzolgáltatáson kívüli, új helyre történő mentését a Mentés másként használatakor.\r\n Válassza a(z) {1} lehetőséget, ha szeretné engedélyezni a szervezeti adatok másolatának új helyre történő mentését a Mentés másként használatakor. <br/>\r\n\r\n\r\nMegjegyzés: Ez a beállítás nem vonatkozik az összes alkalmazásra. További információért lásd: {2}.\r\n"
"tooltip": "Válassza a {0} lehetőséget, ha meg szeretné akadályozni a szervezeti adatok másolatának mentését a kiválasztott tárolási szolgáltatásoktól eltérő új helyre a Mentés másként funkcióval.\r\n Válassza a {1} lehetőséget, ha engedélyezni szeretné a szervezeti adatok másolatának mentését egy új helyre a Mentés másként funkcióval. <br/>\r\n\r\n\r\nMegjegyzés: Ez a beállítás nem vonatkozik minden alkalmazásra. További információ: {2}.\r\n"
},
"SaveDataToSelected": {
"label": "Másolatok kiválasztott szolgáltatásokba történő mentésének engedélyezése a felhasználó számára",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "Kivágás, másolás és beillesztés engedélyezése a következőhöz:",
"tooltip": "Válassza ki az alábbi beállítások egyikét a szervezeti felhasználók számára, a szervezeti adatok kivágásához, másolásához vagy beillesztéséhez: <br/>\r\n\r\n<b>Bármely célhely és bármely forrás</b>: A szervezeti felhasználók bármilyen fiókba, dokumentumba, helyre vagy alkalmazásba beilleszthetnek adatokat, illetve kivághatnak/másolhatnak adatokat.<br/>\r\n\r\n<b>Nincs cél vagy forrás</b>: A szervezeti felhasználók nem vághatnak, másolhatnak vagy illeszthetnek be adatokat külső fiókokba, dokumentumokba, helyekre vagy alkalmazásokba a szervezeti környezetből vagy a szervezeti környezetbe."
"tooltip": "Válassza az alábbi lehetőségek egyikét a szervezeti adatok kivágására, másolására vagy beillesztésére jogosult források és célhelyek megadásához: <br/>\r\n\r\n<b>Bármely célhely és bármely forrás</b>: A szervezeti felhasználók adatokat illeszthetnek be, illetve kivághatnak/másolhatnak adatokat bármely fiókba, dokumentumba, helyre vagy alkalmazásba.<br/>\r\n\r\n<b>Semmilyen cél vagy forrás</b>: A szervezeti felhasználók nem vághatják ki, másolhatják és nem illeszthetik be a külső fiókokból, dokumentumokból, helyekről vagy alkalmazásokból származó adatokat a szervezeti környezetből vagy azok környezetébe."
},
"WinPrintData": {
"label": "Szervezeti adatok nyomtatása",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "Adatok fogadása innen:",
"tooltip": "Az alábbi lehetőségek közül választva megadhatja, hogy a szervezeti felhasználók mely forrásokból fogadhatnak adatokat: <br/>\r\n\r\n<b>Minden forrás</b>: A szervezeti felhasználók bármilyen fiókból, dokumentumból, helyről vagy alkalmazásból megnyithatnak adatokat a szervezeti környezetbe.<br/>\r\n\r\n<b>Nincs forrás</b>: A szervezeti felhasználók nem nyithatnak meg külső fiókokból, dokumentumokból, helyekről vagy alkalmazásokból származó adatokat a szervezeti környezetbe."
"tooltip": "Válassza ki az alábbi lehetőségek egyikét annak megadásához, hogy a szervezet felhasználói milyen forrásokból fogadhatnak adatokat: <br/>\r\n\r\n<b>Minden forrás</b>: A szervezeti felhasználók bármilyen fiókból, dokumentumból, helyről vagy alkalmazásból megnyithatnak adatokat a szervezeti környezetbe.<br/>\r\n\r\n<b>Semmilyen forrás</b>: A szervezeti felhasználók nem nyithatk meg a külső fiókokból, dokumentumokból, helyekről vagy alkalmazásokból származó adatokat a szervezeti környezetbe."
},
"WinSendData": {
"label": "Szervezeti adatok küldése ide:",
"tooltip": "Az alábbi lehetőségek közül választva megadhatja, hogy a szervezeti felhasználók mely helyekre küldhetnek adatokat: <br/>\r\n\r\n<b>Minden célhely</b>: A szervezeti felhasználók bármilyen fiókba, dokumentumba, helyre vagy alkalmazásba küldhetnek szervezeti adatokat. <br/>\r\n\r\n<b>Nincs célhely</b>: A szervezeti felhasználók nem küldhetnek szervezeti adatokat külső fiókokba, dokumentumokba, helyekre vagy alkalmazásokba a szervezeti környezetből."
"tooltip": "Válassza ki az alábbi lehetőségek egyikét annak megadásához, hogy a szervezet felhasználói milyen forrásokból fogadhatnak adatokat: <br/>\r\n\r\n<b>Minden célhely</b>: A szervezeti felhasználók bármilyen fiókba, dokumentumba, helyre vagy alkalmazásba küldhetnek szervezeti adatokat.<br/>\r\n\r\n<b>Semmilyen célhely</b>: A szervezeti felhasználók nem küldhetnek szervezeti adatokat külső fiókokba, dokumentumokba, helyekre vagy alkalmazásokba a szervezeti környezetből."
},
"Tap": {
"numberOfDays": "Napok száma",
@@ -2387,19 +2406,19 @@
"PolicySet": {
"appManagement": "Alkalmazáskezelés",
"assignments": "Hozzárendelések",
"basics": "Alapvető beállítások",
"deviceEnrollment": "Eszközök beléptetése",
"basics": "Alapadatok",
"deviceEnrollment": "Eszközregisztráció",
"deviceManagement": "Eszközkezelés",
"scopeTags": "Hatókörcímkék",
"appConfigurationTitle": "Alkalmazáskonfigurációs szabályzatok",
"appProtectionTitle": "Alkalmazásvédelmi szabályzatok",
"appConfigurationTitle": "Alkalmazáskonfigurációs házirendek",
"appProtectionTitle": "Alkalmazásvédelmi házirendek",
"appTitle": "Alkalmazások",
"iOSAppProvisioningTitle": "iOS-es alkalmazáskiépítési profilok",
"iOSAppProvisioningTitle": "iOS alkalmazáskiépítési profilok",
"deviceLimitRestrictionTitle": "Eszközszámkorlátok",
"deviceTypeRestrictionTitle": "Eszköztípus-korlátozások",
"enrollmentStatusSettingTitle": "Regisztráció állapotát jelző lapok",
"windowsAutopilotDeploymentProfileTitle": "Windows AutoPilot Deployment-profilok",
"deviceComplianceTitle": "Eszközmegfelelőségi szabályzatok",
"windowsAutopilotDeploymentProfileTitle": "Windows Autopilot Deployment profilok",
"deviceComplianceTitle": "Eszközmegfelelőségi házirendek",
"deviceConfigurationTitle": "Eszközkonfigurációs profilok",
"powershellScriptTitle": "PowerShell-szkriptek"
},
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Parancssor",
"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.",
"installScript": "Telepítési szkript",
"installScriptErrorText": "A telepítési szkriptet kötelező megadni.",
"installScriptToolTip": "Az alkalmazás telepítéséhez használt telepítési parancsokkal rendelkező PowerShell-szkriptfájl.",
"installScriptsHeader": "Adja meg az alkalmazástelepítési és -eltávolítási beállításokat, beleértve azt is, hogy szkriptet vagy parancssort használjon-e, az időkorlátokat, az újraindítási viselkedést és a visszatérési kódokat.",
"installerTypeText": "Telepítő típusa",
"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.",
"scriptDropdownText": "PowerShell-szkript",
"scriptsErrorText": "Telepítési és eltávolítási szkript szükséges.",
"selectCustomScript": "Egyéni szkript kiválasztása",
"selectScriptLinkAriaText": "Nincs kiválasztva szkript. Megnyitja a környezeti panelt egy szkript feltöltéséhez.",
"selectScriptLinkText": "Szkript kiválasztása",
"selectedScriptLinkAriaText": "{0} szkript kiválasztva. Megnyitja a környezeti panelt a szerkesztéshez vagy egy új szkript feltöltéséhez.",
"selectorLabel": "Program",
"uninstallCommand": "Leválasztási parancs",
"uninstallCommandTooltip": "Az alkalmazás eltávolításához használt teljes eltávolítási parancssor."
"uninstallCommandTooltip": "Az alkalmazás eltávolításához használt teljes eltávolítási parancssor.",
"uninstallScript": "Eltávolítási szkript",
"uninstallScriptErrorText": "Az eltávolítási szkriptet kötelező megadni.",
"uninstallScriptToolTip": "Az alkalmazás eltávolításához használt eltávolítási parancsokkal rendelkező PowerShell-szkriptfájl.",
"uninstallerTypeText": "Eltávolító típusa"
},
"TermsOfUse": {
"Languages": {
@@ -2847,8 +2882,8 @@
"description": "Leírás",
"deviceType": "Eszköztípus",
"deviceUse": "Eszköz használata",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Az Autopilot csak a Surface Hub 2 eszközöknél támogatja a Microsoft Entrához csatlakoztatott beállítást. Adja meg, hogyan csatlakoznak az eszközök az Active Directoryhoz (AD) a szervezetben.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entrához csatlakozott: Csak felhőalapú, nincs helyszíni Windows Server Active Directory.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Adja meg, hogyan csatlakozhatnak az eszközök az Active Directoryhoz (AD) a munkahelyen:\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entrához csatlakoztatott: Csak felhőalapú, nincs helyszíni Windows Server Active Directory\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Az Autopilot csak a Surface Hub 2 eszközöknél támogatja a Microsoft Entrához csatlakoztatott beállítást. Adja meg, hogyan csatlakoztatják az eszközök Active Directory (AD) szolgáltatást a szervezetben.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entrához csatlakoztatva: csak felhőalapú, helyszíni Windows Server Active Directory nélkül.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Adja meg, hogyan csatlakotassák az eszközök Active Directory (AD) szolgáltatást a szervezetben:\r\n </p>\r\n <ul>\r\n <li>\r\n A Microsoft Entrához csatlakoztatva: Csak felhőalapú, helyszíni Windows Server Active Directory nélkül\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "Hiba történt a hozzárendelt eszközök számának beolvasása során.",
"getAssignmentsError": "Hiba történt az AutoPilot-profilok hozzárendeléseinek beolvasása során.",
"harvestDeviceId": "Minden megcélzott eszköz AutoPilot-eszközzé alakítása",
@@ -2879,20 +2914,20 @@
"devicesWithoutEnrollment": "Felügyelt alkalmazások"
},
"AppProtection": {
"allAppTypes": "Célzás minden alkalmazástípusra",
"allAppTypes": "Cél az összes alkalmazástípushoz",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Androidos munkahelyi profilban lévő alkalmazások",
"appsInAndroidWorkProfile": "Alkalmazások Androidos munkahelyi profilban",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Alkalmazások a Microsoft Entra megosztott módot használó dedikált Android Enterprise-eszközökön",
"appsOnAndroidOpenSourceProjectUserAssociated": "Androidos nyílt forráskódú projektben található alkalmazások társított felhasználóval",
"appsOnAndroidOpenSourceProjectUserless": "Androidos nyílt forráskódú projektben található alkalmazások felhasználó nélkül",
"appsOnIntuneManagedDevices": "Az Intune által felügyelt eszközökön lévő alkalmazások",
"appsOnUnmanagedDevices": "A nem felügyelt eszközökön lévő alkalmazások",
"appsOnIntuneManagedDevices": "Alkalmazások Intune által felügyelt eszközökön",
"appsOnUnmanagedDevices": "Alkalmazások nem felügyelt eszközökön",
"iOSPlatformLabel": "iOS/iPadOS",
"iosAndroidMacPlatformLabel": "iOS, Android, Mac",
"iosAndroidPlatformLabel": "iOS, Android",
"macPlatformLabel": "Mac",
"notAvailable": "Nem érhető el",
"windows10PlatformLabel": "Windows 10 és újabb rendszerek",
"windows10PlatformLabel": "Windows 10 és újabb verziók",
"withEnrollment": "Regisztrációval",
"withoutEnrollment": "Regisztráció nélkül"
},
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Vegyes alagútkezelés",
"vPNTrustedNetwork": "Megbízható hálózatok észlelése",
"wSLCompliance": "Linuxos Windows-alrendszer (WSL)",
"wakeSettings": "Ébresztési beállítások",
"webContentFilter": "Webes tartalomszűrés",
"wiFi": "Wi-Fi",
@@ -4163,7 +4199,7 @@
"bs-latn": "bosnyák (latin betűs)",
"zh-cN": "kínai (kínai népköztársasági)",
"zh-hK": "kínai (hongkongi k.k.t.)",
"zh-mO": "kínai (Makaó KKT)",
"zh-mO": "Kínai (Makaó KKT)",
"zh-sG": "kínai (Szingapúr)",
"zh-tW": "kínai (tajvani)",
"hr-bA": "horvát (latin betűs)",
@@ -4222,7 +4258,7 @@
"smn": "számi, inari (Finnország)",
"sms": "számi, kolta (Finnország)",
"sr-Cyrl-bA": "szerb (cirill betűs)",
"sr-Cyrl-rS": "szerb (cirill betűs, [a volt] Szerbia és Montenegró)",
"sr-Cyrl-rS": "Szerb (cirill betűs, Szerbia, Montenegró)",
"sr-Latn-bA": "szerb (latin betűs)",
"sr-Latn-rS": "szerb (latin, Szerbia)",
"dsb": "alsó-szorb (Németország)",
@@ -4300,7 +4336,6 @@
"mk": "Macedón (Észak-Macedónia)",
"ml": "malajálam (India)",
"mt": "máltai (Málta)",
"mi": "maori (Új-Zéland)",
"mr": "maráthi (India)",
"moh": "mohawk (Mohawk)",
"ne": "nepáli (Nepál)",
@@ -4334,11 +4369,13 @@
"vi": "vietnami (Vietnam)",
"cy": "walesi (Egyesült Királyság)",
"wo": "volof (Szenegál)",
"sah": "jakut (Oroszország)",
"ii": "ji (kínai népköztársasági)",
"yo": "joruba (Nigéria)"
},
"DisplayRoleTypes": {
"builtInRole": "Beépített szerepkör",
"customAutopatchRole": "Egyéni Windows Automatikus javítási szerepkör",
"customCloudPCRole": "Egyéni Windows 365-szerepkör",
"customIntuneRole": "Egyéni Intune-szerepkör",
"customRole": "Egyéni szerepkör"
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "Ezek a beállítások a teljes mértékben felügyelt, dedikált, vállalati tulajdonban lévő, munkahelyi profilú eszközökön működnek.",
"allAndroidCorpEnrollmentTypesHeaderName": "Teljes mértékben felügyelt, dedikált, vállalati tulajdonban lévő, munkahelyi profilú eszközök",
"allAndroidVersionsPasswordHeader": "Minden Android-eszköz",
"allAndroidVersionsPasswordHeaderDescription": "Ezek a beállítások az összes androidos operációsrendszer-verzióra és-gyártóra vonatkozóan működnek.",
"allAndroidVersionsPasswordHeaderDescription": "Ezek a beállítások az Android operációs rendszer minden verzióra és gyártóra érvényesek, hacsak másképp nincs jelezve",
"allDomainsOption": "Minden tartomány",
"allEnrollmentTypesDescription": "Ezek a beállítások az Intune eszközregisztrálási vagy felhasználói regisztrációs szolgáltatásával, valamint az Apple School Manager vagy az Apple Business Manager automatikus eszközregisztrálási szolgáltatásával (korábbi nevén DEP) regisztrált eszközökön működnek.",
"allEnrollmentTypesHeader": "Minden regisztrációtípus",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Zárolás feloldása arcfelismeréssel",
"blockFacetimeName": "FaceTime letiltása",
"blockFactoryResetDescription": "Az eszköz gyári visszaállításának letiltása.",
"blockFactoryResetName": "Gyári beállítások visszaállítása (csak Samsung KNOX)",
"blockFactoryResetName": "Gyári visszaállítás (Samsung KNOX-on, csak az Android 15 és korábbi verziók esetén)",
"blockFilesNetworkDriveAccessDescription": "Az SMB-protokoll használatával az eszközök hozzáférhetnek a fájlokhoz vagy más erőforrásokhoz egy hálózati kiszolgálón. Az iOS és az iPadOS 13.0-s vagy újabb verzióját futtató eszközökön érhető el.",
"blockFilesNetworkDriveAccessName": "A hálózati meghajtóhoz való hozzáférés letiltása a Fájlok alkalmazásban",
"blockFilesUsbDriveAccessDescription": "A hozzáféréssel rendelkező eszközök csatlakozhatnak, és megnyithatnak fájlokat az USB-meghajtón. Az iOS és az iPadOS 13.0-s vagy újabb verziót futtató eszközökön érhető el.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Google-fiók automatikus szinkronizálásának letiltása az eszközön.",
"blockGoogleAccountAutoSyncName": "Google-fiók automatikus szinkronizálása (csak Samsung KNOX)",
"blockGoogleBackupDescription": "A Google biztonsági mentési szolgáltatásával való szinkronizálás letiltása.",
"blockGoogleBackupName": "Google biztonsági mentés (csak Samsung KNOX)",
"blockGoogleBackupName": "Google biztonsági mentés (Samsung KNOX-on, csak az Android 15 és korábbi verziók esetén)",
"blockGooglePlayStoreDescription": "A Google Play Áruház letiltása (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play Áruház (csak Samsung KNOX) ",
"blockHostPairingDescription": "Az annak szabályozására szolgáló gazdapárosítás tiltása, hogy az iOS-készülék milyen eszközökkel legyen párosítható.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "A hibát jelző párbeszédpanel megjelenítésének letiltása, ha nincs észlelhető SIM-kártya",
"blockSIMCardErrorDialogName": "SIM-kártya hibát jelző párbeszédpanele (csak mobil)",
"blockSMSAndMMSAndroidDescription": "Az SMS- és MMS-funkciók letiltása (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "SMS- és MMS-funkciók (csak Samsung KNOX)",
"blockSMSAndMMSName": "SMS-/MMS-üzenetek (Samsung KNOX-on, csak az Android 15 és korábbi verziók esetén)",
"blockSafariAutofillDescription": "Megakadályozza, hogy a Safari megjegyezze, mit írnak be a felhasználók a webes űrlapokba.",
"blockSafariAutofillName": "A Safari automatikus kitöltési funkciójának letöltése",
"blockSafariDescription": "A Safari webböngésző letiltása.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "A VPN-konfigurációk létrehozásának letiltása",
"blockVPNCreationName": "VPN-létrehozás letiltása",
"blockVoiceAssistantAndroidDescription": "A beszédfelismerési asszisztens letiltása (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Beszédfelismerési asszisztens (csak Samsung KNOX)",
"blockVoiceAssistantName": "Hangvezérelt asszisztens (Samsung KNOX-on, csak az Android 15 és korábbi verziók esetén)",
"blockVoiceDialingAndroidDescription": "A hangtárcsázás letiltása (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "A hangtárcsázás letiltása az eszközön.",
"blockVoiceDialingName": "Hangtárcsázás",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "Az Intune-dokumentációban nézhet utána, milyen formátumúnak kell lennie a feltöltött fájlnak. <a href=\"https://aka.ms/AA6z0o4\">További információ</a>",
"customAppConfigurationFileName": "Tulajdonságlista-fájl",
"customBoolError": "Minden logikai típusú konfigurációs kulcsnak „igaz“ vagy „hamis“ értékűnek kell lennie.",
"customComplianceToolTip": "Ha engedélyezve van, az eszközöknek meg kell felelnie a JSON-fájlban meghatározott egyéni szabályoknak egy felderítési PowerShell-szkript által visszaadott egyéni adatok alapján.",
"customEapXmlOption": "Egyéni EAP XML",
"customIntError": "Az összes konfigurációs egész típusú kulcsnak egész számértéknek kell lennie.",
"customItemHideFromUserConfiguration": "Elrejtés",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Munkahelyi és személyes profilok közötti adatmegosztás",
"dataTypeName": "Adattípus",
"dateAndTimeBlockChangesDescription": "A dátum és idő módosításának letiltása a felhasználó számára (Samsung KNOX eszközön).",
"dateAndTimeBlockChangesName": "Dátum- és időmódosítás letiltása (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Dátum- és időmódosítások letiltása (Samsung KNOX-on, csak az Android 15 és korábbi verziók esetén)",
"dateTimeConfigurationBlockedDescription": "A dátum és az idő manuális beállításának letiltása a felhasználó számára.",
"dateTimeConfigurationBlockedName": "Dátum- és időmódosítások",
"dateTimeName": "Dátum és idő",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Wi-Fi-engedélyezési lista",
"knoxBlockAutofillDescription": "Az automatikus kitöltés letiltása.",
"knoxBlockAutofillName": "Automatikus kitöltés (csak Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (csak Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX-on, csak az Android 13 és korábbi verziók esetén)",
"knoxBlockCookiesDescription": "A böngésző által mentett cookie-k engedélyezése vagy letiltása",
"knoxBlockCookiesName": "Cookie-k (csak Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "A másolási és beillesztési funkció letiltása.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Előugró ablakok (csak Samsung KNOX)",
"knoxBlockRemovableStorageName": "Cserélhető tároló (csak Samsung KNOX)",
"knoxBlockScreenshotDescription": "A képernyőtartalom képként való rögzítésének letiltása.",
"knoxBlockScreenshotName": "Képernyőfelvétel (csak Samsung KNOX)",
"knoxBlockScreenshotName": "Képernyőkép (Samsung KNOX-on, csak az Android 15 és korábbi verziók esetén)",
"knoxBlockVoiceDialingName": "Hangtárcsázás (csak Samsung KNOX)",
"knoxBlockVoiceRoamingName": "Hangbarangolás (csak Samsung KNOX)",
"knoxBlockWebBrowserDescription": "A webböngésző letiltása az eszközön.",
"knoxBlockWebBrowserName": "Webböngésző (csak Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (csak Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Wi-Fi-alapú internetmegosztás (csak Samsung KNOX)",
"knoxBlockWiFiName": "WiFi (Samsung KNOX-on, csak az Android 12 és korábbi verziók esetén)",
"knoxBlockWiFiTetheringName": "WiFi-internetmegosztás (Samsung KNOX-on, csak az Android 12 és korábbi verziók esetén)",
"knoxCellularDataDescription": "Az adatforgalom letiltása a mobilhálózatokban. Ha nincs konfigurálva, a felhasználók használhatják és módosíthatják az adatforgalmi funkciókat a mobilhálózatokban.",
"knoxCellularDataName": "Mobilhálózati adatcsatorna (csak Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Az Android 9-es és korábbi verziói és Samsung KNOX esetén az Android 15-ös és korábbi verziói",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "Ezek a beállítások az Android 9-et és 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, az Android 15-ös és korábbi verzió esetén.",
"knoxRequireEncryptionName": "Titkosítás (az Android 11-es és korábbi verziói és Samsung KNOX esetén az Android 14-es és korábbi verziói)",
"knoxRequireEncryptionOnRemovableStorageDescription": "A tárolókártyákat titkosítani kell. Nem minden tárolókártya támogatja a titkosítást. További információt az eszköz és a mobil operációs rendszer dokumentációjában talál.",
"knoxRequireEncryptionOnRemovableStorageName": "Tárolókártyák titkosítása (csak Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "Adattitkosítás tárolókártyákon (Samsung KNOX-on, csak az Android 15 és korábbi verziók esetén)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (natív típus)",
"lanManagerAuthenticationLevelDesc": "Ezzel a beállítással a hálózati bejelentkezésekhez használandó kérdés/válasz típusú hitelesítési protokollt adhatja meg.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Azonosító típusa",
"macOSAppleEventReceiverTableDescription": "Annak engedélyezése, hogy az alkalmazás vagy folyamat egy korlátozott Apple-eseményt küldjön egy másik alkalmazásnak vagy folyamatnak. Ismernie kell a fogadó alkalmazás vagy folyamat azonosítóját, azonosítótípusát és kódkövetelményét.",
"macOSAppleEventReceiverTableName": "Apple-események",
"macOSDeploymentChannelDeviceChannel": "Eszközcsatorna",
"macOSDeploymentChannelName": "Központi telepítő csatorna",
"macOSDeploymentChannelUserChannel": "Felhasználói csatorna",
"macOSDeploymentChannelWarningBanner": "Erősen ajánlott, hogy csak biztonsági célból használja a felhasználói tanúsítvány típusát a Felhasználói csatornában.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Az eszközön elérhető akadálymentességi alkalmazáshoz való hozzáférés szabályozása, amely olyan funkciókat tartalmaz, mint például a feliratok, a rámutatásnál megjelenő szöveg és a hangvezérlés.",
"macOSPrivacyAccessControlItemAccessibilityName": "Kisegítő lehetőségek",
"macOSPrivacyAccessControlItemAddressBookName": "Partnerek",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Annak beállítása, hogy a kulcskezelő modulok hagyják figyelmen kívül a teljes hitelesítési készletet, ha az adott készlet nem minden hitelesítési csomagját támogatják. Ha ez a beállítás engedélyezve van, a kulcskezelő modulok figyelmen kívül hagyják a nem támogatott hitelesítési csomagokat.",
"opportunisticallyMatchAuthName": "Hitelesítési készlet alkalmazkodó jellegű, kulcskezelő modulonkénti egyeztetése",
"optional": "Nem kötelező",
"optionalValue": "Nem kötelező érték",
"organizationalUnitDescription": "Azon szervezeti egység (OU) teljes elérési útja, melyben létre kívánja hozni a számítógépfiókokat. Ha nincs megadva, a rendszer egy ismert számítógépobjektum-tárolót használ.",
"organizationalUnitName": "Szervezeti egység",
"originalProfileTypeTitle": "Eredeti profil típusa:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Tanúsítvány érvényességi időtartama",
"sCEPPolicyCustomAADAttribute": "Egyéni Microsoft Entra-attribútum",
"sCEPPolicyCustomKeys": "Egyéni kulcsok",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Adjon meg egy értéket, amely bármely támogatott változó lehet, például {{UserPrincipalName}}. A(z) {{OnPremisesSecurityIdentifier}} csak az URI attribútummal használható. További információ a támogatott változókról: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Adjon meg olyan értéket, amely bármely támogatott változót kombinálhat statikus szöveggel. Egyszerű felhasználónevek és e-mail-címek esetén használja a {{AAD_Device_ID}}@contoso.com formátumot. A DNS-értékek nem tartalmazhatnak szimbólumot vagy @ jelet, például {{DeviceName}}.contoso.com vagy {{DeviceName}}. Vegye figyelembe, hogy a(z) {{OnPremisesSecurityIdentifier}} érték csak a tulajdonos alternatív nevének URI attribútumával használható. A támogatott változókért lásd: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "Előmegosztott WPA-kulcs",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "A nem megfelelő Linux-disztribúciók a következők: ",
"wSLComplianceTitle": "Távolítsa el a nem megfelelő Linux-disztribúciókat vagy -verziókat a Linuxos Windows-alrendszer (WSL) szolgáltatásból.",
"wSLPolicyDistributionName": "Disztribúció típusa",
"wSLPolicyMaxOSVersionName": "Operációs rendszer maximális verziója",
"wSLPolicyMinOSVersionName": "Operációs rendszer minimális verziója",
"wakeOnLANName": "Hálózati ébresztés",
"wakeOnPowerName": "Felébresztés bekapcsoláskor",
"wakeScreenWhenSomeoneInRoomName": "Képernyő felébresztése, ha valaki a helyiségben tartózkodik",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows Reflektorfény a zárolási képernyőn",
"windowsSpotlightPersonalizationDescription": "A Windows Reflektorfény eszközhasználat alapján történő személyre szabásának letiltása.",
"windowsSpotlightPersonalizationName": "Windows Reflektorfény személyre szabása",
"windowsSubsystemLinuxComplianceDescription": "Ezek a beállítások a felügyelt Windows-eszközökre telepített Linux-kiadásokra vonatkoznak, és hatással vannak az eszköz megfelelőségi állapotára. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">További információ a beállítás használatáról</a>",
"windowsSubsystemLinuxComplianceHeader": "Engedélyezett Linux-disztribúciók és -verziók",
"windowsSubsystemLinuxComplianceInfoBox": "Ugyanabban a házirendben nem konfigurálhatja a WSL- és az egyéni megfelelőségi beállításokat.",
"windowsSubsystemLinuxComplianceLearnMore": "Adja meg az engedélyezett Linux disztribúciókat és opcionálisan a minimális verziót, a maximális verziót, vagy mindkettőt mindegyik disztribúcióhoz.",
"windowsTipsDescription": "Lehetővé teszi a rendszergazdáknak, hogy kikapcsolják az előugró Windows-tippeket.",
"windowsTipsName": "Windows-tippek",
"windowsWelcomeExperienceDescription": "Az új vagy frissített funkciók Windows-üdvözlőképernyőn történő bemutatásának letiltása.",
@@ -10446,9 +10502,9 @@
"anyAppOptionText": "Bármely alkalmazás",
"anyDestinationAnySourceOptionText": "Bármely célhely és bármely forrás",
"anyDialerAppOptionText": "Bármely tárcsázóalkalmazás",
"anyMessagingAppOptionText": "Bármely üzenetküldő alkalmazás",
"anyMessagingAppOptionText": "Bármely üzenetkezelő alkalmazás",
"anyPolicyManagedDialerAppOptionText": "Bármely szabályzattal felügyelt tárcsázóalkalmazás",
"anyPolicyManagedMessagingAppOptionText": "Bármely szabályzattal felügyelt üzenetküldő alkalmazás",
"anyPolicyManagedMessagingAppOptionText": "Bármely szabályzattal felügyelt üzenetkezelő alkalmazás",
"appAdded": "Alkalmazás hozzáadva",
"appBasedConditionalAccess": "Alkalmazásalapú feltételes hozzáférés",
"appColumnLabel": "Alkalmazás",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "Nem találhatók házirendek",
"clientAppPolicyPlural": "{0} házirend",
"clientAppPolicySingular": "{0} házirend",
"clockInClockOutNotes": "<p><b>Megjegyzések:</b></p>\r\n<ul type=\"disc\">\r\n <li>Azzal kapcsolatban, hogy mely alkalmazásokra alkalmazható ez a beállítás, lásd: <b>hivatkozás a csendes időszak dokumentációjának blokkolással foglalkozó szakaszára</b>.</li>\r\n <li>Ez a beállítás nem tudja elnémítani az értesítéseket. Az értesítések elnémítására szolgáló beállítások konfigurálásával kapcsolatban lásd: <b>hivatkozás a csendes időszak elnémítással kapcsolatos dokumentációjára</b>.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>Megjegyzések:</b></p>\r\n<ul type=\"disc\">\r\n <li>Ezt a beállítást csak akkor kell konfigurálni, ha a bérlő integrálva van a <b>Munkaidő API-jal</b>. A beállítás és a <b>Munkaidő API</b> integrálásával kapcsolatos további információkért lásd: <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">A Microsoft Teamshez való hozzáférés korlátozása műszakon kívüli élvonalbeli dolgozók esetén</a>\r\n. Ha ezt a beállítást a Munkaidő API-jal való integráció nélkül konfigurálja, a fiókok blokkolva lesznek az alkalmazáshoz társított felügyelt fiók munkaidő-állapotának hiánya miatt.</li>\r\n <li>Tekintse meg a <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">Támogatott Microsoft Intune-alkalmazások | Microsoft Learn</a> cikket\r\ntovábbi információ arról, hogy mely alkalmazások támogatják ezt a beállítást.</li> <li>Ez a beállítás nem tudja elnémítani az értesítéseket. Az értesítések elnémítási beállításainak konfigurálásához tekintse meg a <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Csendes időszak házirendjeinek létrehozása a Microsoft Intune-ban | Microsoft Learn</a> cikket</li>\r\n</ul>",
"clockedOutAccount": "Szabadidő",
"closeText": "Bezárás",
"columns": "Oszlopok",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "Hasonló eszközalapú beállítások konfigurálhatók a regisztrált eszközök esetében.",
"deviceConditionsInfoParagraph2LinkText": "További információ a regisztrált eszközök eszközmegfelelőségi beállításainak konfigurálásáról.",
"deviceId": "Eszközazonosító",
"deviceLockComplexityValidationFailureNotes": "<p><b>Megjegyzések:</b></p>\r\n<ul type=\"disc\">\r\n <li>Az eszköz zárolásához a következő jelszóbonyolultságra lehet szükség: ALACSONY, KÖZEPES vagy MAGAS,Android 12+ rendszerre célzottan. A 11-es vagy korábbi Android rendszert futtató eszközök esetében az alacsony/közepes/magas bonyolultság beállításakoraz alacsony bonyolultság beállítás esetében várt viselkedés lesz az alapértelmezett.</li>\r\n <li>A lenti jelszódefiníciók esetében fenntartjuk a változtatások jogát. A különböző jelszóbonyolultsági szintek legfrissebb definícióit itt találja: <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Developers</a>.</li>\r\n</ul>\r\n\r\n<p><b>Alacsony</b></p>\r\n<ul type=\"disc\">\r\n <li>A jelszó lehet minta vagy PIN-kód, ismétlődő (4444) vagy rendezett (1234, 4321, 2468) szekvenciákkal.</li>\r\n</ul>\r\n\r\n<p><b>Közepes</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN-kód, amely nem rendelkezik ismétlődő (4444) vagy rendezett (1234, 4321, 2468) szekvenciákkal, és legalább 4 karakter hosszú</li>\r\n <li>Alfabetikus, legalább 4 karakter hosszú jelszavak</li>\r\n <li>Alfanumerikus, legalább 4 karakter hosszú jelszavak</li>\r\n</ul>\r\n\r\n<p><b>Magas</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN-kód, amely nem rendelkezik ismétlődő (4444) vagy rendezett (1234, 4321, 2468) szekvenciákkal, és legalább 8 karakter hosszú</li>\r\n <li>Alfabetikus, legalább 6 karakter hosszú jelszavak</li>\r\n <li>Alfanumerikus, legalább 6 karakter hosszú jelszavak</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>Megjegyzések:</b></p>\r\n<ul type=\"disc\">\r\n <li>Az eszköz zárolásához a következő jelszóbonyolultságra lehet szükség: ALACSONY, KÖZEPES vagy MAGAS,Android 12+ rendszerre célzottan. A 11-es vagy korábbi Android rendszert futtató eszközök esetében az alacsony/közepes/magas bonyolultság beállításakoraz alacsony bonyolultság beállítás esetében várt viselkedés lesz az alapértelmezett.</li>\r\n <li>A lenti jelszódefiníciók esetében fenntartjuk a változtatások jogát. A különböző jelszóbonyolultsági szintek legfrissebb definícióit itt találja: <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Developers</a>.</li>\r\n</ul>\r\n\r\n<p><b>Alacsony</b></p>\r\n<ul type=\"disc\">\r\n <li>A jelszó lehet minta vagy PIN-kód, ismétlődő (4444) vagy rendezett (1234, 4321, 2468) szekvenciákkal.</li>\r\n</ul>\r\n\r\n<p><b>Közepes</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN-kód, amely nem rendelkezik ismétlődő (4444) vagy rendezett (1234, 4321, 2468) szekvenciákkal, és legalább 4 karakter hosszú</li>\r\n <li>Alfabetikus, legalább 4 karakter hosszú jelszavak</li>\r\n <li>Alfabetikus, legalább 4 karakter hosszú jelszavak</li>\r\n</ul>\r\n\r\n<p><b>Magas</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN-kód, amely nem rendelkezik ismétlődő (4444) vagy rendezett (1234, 4321, 2468) szekvenciákkal, és legalább 8 karakter hosszú</li>\r\n <li>Alfabetikus, legalább 6 karakter hosszú jelszavak</li>\r\n <li>Alfanumerikus, legalább 6 karakter hosszú jelszavak</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "Amikor az eszköz zárolva van és vannak megnyitott fájlok",
"deviceLockedOptionText": "Amikor az eszköz zárolva van",
"deviceManufacturer": "Eszköz gyártója",
@@ -10620,7 +10676,7 @@
"downloadingReport": "Jelentés letöltése",
"edgeGSAssignment": "Válassza ki azokat a felhasználói csoportokat, amelyeket fel szeretne venni az Edge mobilverziójának telepítésébe. Az Edge az ezen felhasználók által regisztrált összes iOS- és Android-eszközre telepítve lesz.",
"edgeGSIntroBenefitHTML": "<p>Tegye elérhetővé a Microsoft Edge alkalmazást az iOS- vagy Android-felhasználók számára, hogy zökkenőmentesen böngészhessenek a céges eszközeiken! Az Edge használatával a felhasználók megszabadulhatnak a zsúfolt webes tartalmaktól azokkal a beépített funkciókkal, amelyek segítenek a munkacélú tartalom konszolidálásában, rendezésében és kezelésében. A vállalati Microsoft Entra-fiókjukkal az Edge alkalmazásban bejelentkező iOS- és Android-felhasználók a böngészőben megtalálhatják az Ön által előre meghatározott munkahelyi kedvenceket és webhelyszűrőket. </p><p>Ha letiltotta a felhasználóknak az iOS- vagy Android-eszközök regisztrációját, ez a forgatókönyv nem engedélyezi a regisztrációt, és a felhasználóknak maguknak kell telepíteniük az Edge alkalmazást.</p>",
"edgeGSIntroPrereqHTML": "<p>Megkérdezzük a felhasználók által igényelt munkahelyi kedvencekről, valamint a webes böngészéshez szükséges szűrőkről. A folytatás előtt hajtsa végre a következő feladatokat: </p>\r\n<li>Felhasználók hozzáadása a <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra-csoportokhoz</a></li>\r\n<li>iOS- vagy Android-eszközök regisztrálása az Intune-ban <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>további információ</a></li>\r\n<li>Az Edge-hez hozzáadni kívánt munkahelyi kedvencek listájának összegyűjtése</li>\r\n<li>Az Edge-ben kényszeríteni kívánt webhelyszűrők listájának összegyűjtése</li>",
"edgeGSIntroPrereqHTML": "<p>Megkérdezzük a felhasználók által igényelt munkahelyi kedvencekről, valamint a webes böngészéshez szükséges szűrőkről. A folytatás előtt hajtsa végre a következő feladatokat:</p>\r\n<li>Felhasználók hozzáadása a <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra-csoportokhoz</a></li>\r\n<li>iOS- vagy Android-eszközök regisztrálása az Intune-ban. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>További információ</a></li>\r\n<li>Az Edge-hez hozzáadni kívánt munkahelyi kedvencek listájának összegyűjtése.</li>\r\n<li>Az Edge-ben kényszeríteni kívánt webhelyszűrők listájának összegyűjtése.</li>",
"edgeGSName": "iOS-es és androidos Edge",
"edgeGSSyncInfo": "Az eszközök összekapcsolhatósági és szinkronizálási időpontjaitól függően akár 24 órát is igénybe vehet, hogy a központi telepítés elérje az eszközöket.",
"edit": "Szerkesztés",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Engedélyezve van a MAM?",
"itemsCount": "{0} elem",
"jailbrokenRootedDevices": "Jailbreakelt vagy rootolt eszközök",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Hozzáférés letiltása a támogatott eszközökön",
"lastModifiedDate": "Legutóbbi módosítás dátuma",
"lastReportedDate": "Utolsó jelentett dátum",
"lastSync": "Legutóbbi szinkronizálás",
@@ -10769,7 +10826,7 @@
"mdmWipInvalidVersionSettings": "Egy vagy több alkalmazás minimális vagy maximális verziójának meghatározása érvénytelen.<br /> <br />A regisztrációs szabályzatokat használó Windows Information Protection csak a minimális és a maximális verzió egyikének megadását támogatja, kivéve ha a két verzió egyenlőként van megadva. Ha a minimális verzió van megadva, a szabály a minimális verziónál újabb vagy azzal egyező verziókra van beállítva. Ehhez hasonlóan ha a maximális verzió van megadva, a szabály a maximális verziónál korábbi vagy azzal egyező verziókra van beállítva.",
"mdmWipReport": "MDM Windows Információvédelem-jelentés",
"messagingRedirectAppDisplayNameLabelAndroid": "Üzenetkezelő alkalmazás neve (Android)",
"messagingRedirectAppPackageIdLabelAndroid": "Üzenetküldő alkalmazás csomagazonosítója (Android)",
"messagingRedirectAppPackageIdLabelAndroid": "Üzenetkezelő alkalmazás csomagazonosítója (Android)",
"messagingRedirectAppUrlSchemeIos": "Üzenetkezelő alkalmazás URL-sémája (iOS)",
"microsoftDefenderForEndpoint": "Microsoft Defender For Endpoint",
"microsoftEdgeOptionText": "Microsoft Edge",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Törlés...",
"photoLibrary": "Fotókönyvtár",
"pinCharSettingTooltip": "A numerikus PIN-kód csak numerikus karaktereket tartalmazhat. \r\n \r\nA PIN-kódnak a következők mindegyikét tartalmaznia kell: alfanumerikus karakterek és engedélyezett szimbólumok.",
"pinRotationWarning": "<b>Fontos:</b> 2024. június 1-jén a 17.7.0-s verziónál régebbi SDK-val rendelkező alkalmazások nem kapnak többé alkalmazásvédelmi szabályzatfrissítéseket, és a felhasználók nem indíthatják el az alkalmazást. Győződjön meg arról, hogy a felhasználók frissítik az alkalmazásaikat, és az üzletági alkalmazások friss SDK-t vagy burkolót használnak. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">További információ</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Platform",
"platformDropDownLabel": "Platform",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Szabályzatkészletek",
"applicabilityRules": "Alkalmazhatósági szabályok",
"windowsEnrollmentTitle": "Windows-alapú regisztráció",
"DefaultESPCustomErrorMessage": "A telepítő nem fejeződött be. Próbálkozzon újra, vagy forduljon segítségért az ügyfélszolgálat munkatársához.",
"appleEnrollmentTitle": "Apple-regisztráció",
"targetedAppLabel": "Célzott alkalmazás",
"configurationSettingsTitle": "Konfigurációs beállítások",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13031,7 +13073,7 @@
"SessionControlsLabel": "Session controls"
},
"Platform": {
"all": "Az összes",
"all": "Mind",
"android": "Android-eszközadminisztrátor",
"androidAOSP": "Android (AOSP)",
"androidEnterprise": "Android Enterprise",
@@ -13046,18 +13088,18 @@
"unknown": "Ismeretlen",
"unsupported": "Nem támogatott",
"windows": "Windows",
"windows10": "Windows 10 és újabb rendszerek",
"windows10CM": "Windows 10 és újabb (ConfigMgr)",
"windows10": "Windows 10 és újabb verziók",
"windows10CM": "Windows 10 és újabb verziók (ConfigMgr)",
"windows10Holo": "Windows 10 Holographic",
"windows10Mobile": "Windows 10 Mobile",
"windows10Team": "Windows 10 Team",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 és újabb rendszerek",
"windows8": "Windows 8.1 és újabb verziók",
"windows8And10": "Windows 8 és 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 és újabb rendszerek",
"windows10AndLater": "Windows 10 és újabb verziók",
"windows10AndWindowsServer": "Windows 10, Windows 11 és Windows Server (ConfigMgr)",
"windows10andLaterCM": "Windows 10 és újabb (ConfigMgr)",
"windows10andLaterCM": "Windows 10 és újabb verziók (ConfigMgr)",
"holoLens": "HoloLens",
"surfaceHub2": "Surface Hub 2",
"surfaceHub2S": "Surface Hub 2S",
@@ -13085,7 +13127,7 @@
"androidDeviceOwnerTrustedCertificate": "Megbízható tanúsítvány",
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "E-mail (csak Samsung KNOX)",
"androidEmailProfile": "E-mail-cím (csak Samsung KNOX esetén)",
"androidForWorkCustom": "Egyéni",
"androidForWorkEmailProfile": "E-mail",
"androidForWorkGeneral": "Eszközkorlátozások",
@@ -13107,17 +13149,17 @@
"complianceAndroid": "Androidos megfelelőségi szabályzat",
"complianceAndroidDeviceOwner": "Teljes mértékben felügyelt, dedikált, vállalati tulajdonban lévő munkahelyi profil",
"complianceAndroidEnterprise": "Személyesen birtokolt munkahelyi profil",
"complianceAndroidForWork": "Android for Work-megfelelőségi szabályzat",
"complianceIos": "iOS-es megfelelőségi szabályzat",
"complianceMac": "Mac-es megfelelőségi szabályzat",
"complianceAndroidForWork": "Android for Work megfelelőségi szabályzat",
"complianceIos": "iOS megfelelőségi házirend",
"complianceMac": "Mac megfelelőségi házirend",
"complianceWindows10": "Windows 10-es és újabb megfelelőségi szabályzat",
"complianceWindows10Mobile": "Windows 10 Mobile-os megfelelőségi szabályzat",
"complianceWindows10Mobile": "Windows 10-es mobilmegfelelési szabályzat",
"complianceWindows8": "Windows 8-as megfelelőségi szabályzat",
"complianceWindowsPhone": "Windows Phone-os megfelelőségi szabályzat",
"complianceWindowsPhone": "Windows Phone-telefon megfelelőségi szabályzat",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Tulajdonságkatalógus (előzetes verzió)",
"inventoryCatalog": "Tulajdonságok katalógusa",
"iosCustom": "Egyéni",
"iosDerivedCredentialAuthenticationConfiguration": "Származtatott PIV-hitelesítőadatok",
"iosDerivedCredentialAuthenticationConfiguration": "Személyes identitás-ellenőrzés származtatott hitelesítő adatai",
"iosDeviceFeatures": "Eszközfunkciók",
"iosEDU": "Oktatás",
"iosEducation": "Oktatás",
@@ -13133,7 +13175,7 @@
"iosWiFi": "Wi-Fi",
"macCustom": "Egyéni",
"macDeviceFeatures": "Eszközfunkciók",
"macEndpointProtection": "Endpoint Protection",
"macEndpointProtection": "Végpontvédelem",
"macExtensions": "Bővítmények",
"macGeneral": "Eszközkorlátozások",
"macImportedPFX": "Importált PKCS-tanúsítvány",
@@ -13149,11 +13191,11 @@
"windows10DesktopSoftwareUpdate": "Szoftverfrissítések",
"windows10DeviceFirmwareConfigurationInterface": "Device Firmware Configuration Interface",
"windows10EmailProfile": "E-mail",
"windows10EndpointProtection": "Endpoint Protection",
"windows10EnterpriseDataProtection": "Windows Information Protection",
"windows10EndpointProtection": "Végpontvédelem",
"windows10EnterpriseDataProtection": "Windows Információvédelem",
"windows10General": "Eszközkorlátozások",
"windows10ImportedPFX": "Importált PKCS-tanúsítvány",
"windows10Kiosk": "Kioszkmód",
"windows10Kiosk": "Kioszk",
"windows10NetworkBoundary": "Hálózathatár",
"windows10PKCS": "PKCS-tanúsítvány",
"windows10PolicyOverride": "Csoportházirend felülbírálása",
@@ -13169,7 +13211,7 @@
"windows8SCEP": "SCEP-tanúsítvány",
"windows8TrustedCertificate": "Megbízható tanúsítvány",
"windows8VPN": "VPN",
"windows8WiFi": "Wi-Fi importálás",
"windows8WiFi": "Wi-Fi-importálás",
"windowsDeliveryOptimization": "Kézbesítésoptimalizálás",
"windowsDomainJoin": "Csatlakozás tartományhoz",
"windowsEditionUpgrade": "Kiadásfrissítés és módváltás",
+152 -110
View File
@@ -71,7 +71,7 @@
"appPackageFile": "File che contiene l'app in un formato che può essere trasferito localmente in un dispositivo. I tipi di pacchetto validi includono: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix e .msixbundle).",
"applicableDeviceType": "Selezionare i tipi di dispositivo che possono installare questa app.",
"category": "È possibile definire una categoria per l'app per semplificare l'ordinamento e l'individuazione da parte degli utenti nel Portale aziendale. È possibile scegliere più categorie.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Cercare nell'app Microsoft Store le app dello Store che si vuole distribuire con Intune."
},
"descriptionPreview": "Anteprima",
"descriptionPreviewLabel": "Anteprima",
"descriptionRequired": "La descrizione è obbligatoria.",
"editDescription": "Modifica descrizione",
"macOSMinOperatingSystemAdditionalInfo": "Il sistema operativo minimo per il caricamento di un file con estensione pkg è macOS 10.14. Caricare un file con estensione pkg per selezionare un sistema operativo minimo meno recente.",
"markdownHelpLink": "Ottieni assistenza con markdown supportato per le descrizioni.",
"name": "Informazioni sull'app",
"nameForOfficeSuitApp": "Informazioni sulla famiglia di prodotti dell'app"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -908,17 +914,17 @@
}
},
"InventoryCatalog": {
"subtitle": "Iniziare da zero e selezionare le proprietà da usare dalla libreria di impostazioni inventario disponibili"
"subtitle": "Iniziare da zero e selezionare le proprietà da usare dalla libreria di proprietà di inventario disponibili"
},
"SettingsCatalog": {
"subtitle": "Iniziare da zero e selezionare le impostazioni da usare dalla libreria di impostazioni disponibili",
"title": "Catalogo di impostazioni"
"title": "Catalogo impostazioni"
},
"Templates": {
"subtitle": "I modelli contengono gruppi di impostazioni, organizzati in base a funzionalità. Usare un modello quando non si vogliono creare manualmente i criteri o si vogliono configurare i dispositivi per accedere alle reti aziendali, ad esempio in caso di configurazione di WiFi o VPN.",
"subtitle": "I modelli contengono gruppi di impostazioni, organizzati per funzionalità. Usare un modello quando non si vogliono creare criteri manualmente o si vogliono configurare i dispositivi per accedere alle reti aziendali, ad esempio per la configurazione di Wi-Fi o VPN.",
"title": "Modelli"
},
"noData": "Non sono stati trovati modelli dei criteri"
"noData": "Non sono stati trovati modelli di criteri"
},
"PolicyType": {
"EdgeSmartScreenSettings": {
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Protezione account (test)",
"windowsSecurityExperience": "Esperienza di Sicurezza di Windows"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows Firewall"
},
"FirewallRules": {
"mDE": "Regole di Windows Firewall"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "Impostazioni di spostamento cartelle note di OneDrive: Windows 10 nel modello di configurazione cloud. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Sconosciuto",
"unsupported": "Non supportata",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi per importazione",
"windows10CompliancePolicy": "Criteri di conformità di Windows 10/11",
@@ -1064,9 +1080,11 @@
"prompt": "Prompt"
},
"Permissions": {
"accessBackgroundLocation": "Accesso alla posizione (sfondo)",
"accessCoarseLocation": "Accesso alla posizione (generico)",
"accessFineLocation": "Accesso alla posizione (dettagliato)",
"addVoicemail": "Aggiungi messaggio vocale",
"bluetoothConnect": "Connessione Bluetooth",
"bodySensors": "Consenti i dati dei sensori relativi al corpo",
"bodySensorsBackground": "Consentire i dati del sensore corporeo in background",
"callPhone": "Effettua telefonate",
@@ -1675,15 +1693,15 @@
"accountProtection": "Protezione account",
"allDevices": "Tutti i dispositivi",
"antivirus": "Antivirus",
"antivirusReporting": "Report dell'antivirus (anteprima)",
"antivirusReporting": "Report antivirus (anteprima)",
"conditionalAccess": "Accesso condizionale",
"deviceCompliance": "Conformità del dispositivo",
"deviceCompliance": "Conformità dispositivo",
"diskEncryption": "Crittografia del disco",
"eDR": "Rilevamento di endpoint e risposta",
"ePM": "Gestione dei privilegi endpoint",
"ePM": "Gestione privilegi endpoint",
"firewall": "Firewall",
"helpSupport": "Guida e supporto tecnico",
"setup": "Installazione",
"helpSupport": "Guida e supporto",
"setup": "Configurazione",
"wdapt": "Microsoft Defender per endpoint"
},
"OutlookAppConfig": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "Gestione tenant"
},
"actions": "Azioni per la non conformità",
"adminPermissions": "Autorizzazioni di amministratore",
"advancedExchangeSettings": "Impostazioni di Exchange Online",
"advancedThreatProtection": "Microsoft Defender per endpoint",
"allApps": "Tutte le app",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Riepilogo degli aggiornamenti software",
"macOSSoftwareUpdateStateSummaries": "aggiornamenti",
"managedGooglePlay": "Google Play gestito",
"msfb": "Microsoft Store per le aziende",
"myPermissions": "Autorizzazioni personali",
"notifications": "Notifiche",
"officeApps": "App di Office",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Disattiva i dispositivi non conformi",
"retireNoncompliantDevicesPreview": "Disattiva i dispositivi non conformi (anteprima)",
"role": "Ruolo",
"rolesByPermission": "Ruoli per autorizzazione",
"scriptManagement": "Script",
"securityBaselines": "Baseline di sicurezza",
"serviceToServiceConnector": "Exchange Online Connector",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "Esegui il backup dei dati dell'organizzazione nei servizi di backup di Android",
"tooltip": "Selezionare {0} per impedire il backup dei dati dell'organizzazione nei servizi di backup di Android.\r\nSelezionare {1} per consentire il backup dei dati dell'organizzazione nei servizi di backup di Android.\r\nI dati personali o non gestiti non sono interessati."
"tooltip": "Selezionare {0} per impedire il backup dei dati dell'organizzazione nei servizi di backup Android.\r\nSelezionare {1} per permettere il backup dei dati dell'organizzazione nei servizi di backup Android.\r\nI dati personali o non gestiti non sono interessati."
},
"AndroidBiometricAuthentication": {
"label": "Biometria invece del PIN per l'accesso",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "Protocollo del browser non gestito",
"tooltip": "<p>Immettere il protocollo per un singolo browser non gestito. I contenuti Web (http/s) dalle applicazioni gestite da criteri verranno aperti in qualsiasi app che supporta questo protocollo. </p>\r\n\r\n<p><b>Nota: </b>Includere solo il prefisso del protocollo. Se il browser richiede collegamenti nel formato \"mybrowser://www.microsoft.com\", immettere \"mybrowser\".</p>"
"tooltip": "<p>Immettere il protocollo per un singolo browser non gestito. I contenuti Web (http/s) dalle applicazioni gestite da criteri verranno aperti in qualsiasi app che supporta questo protocollo. </p>\r\n\r\n<p><b>Nota: </b>includere solo il prefisso del protocollo. Se il browser richiede collegamenti nel formato \"mybrowser://www.microsoft.com\", immettere \"mybrowser\".</p>"
},
"CustomDialerAppDisplayName": {
"label": "Nome dell'app dialer"
@@ -2183,10 +2202,10 @@
"tooltip": "Selezionare {0} per imporre la crittografia dei dati dell'organizzazione con la crittografia a livello di app di Intune.\r\n <br/>\r\nSelezionare {1} per non imporre la crittografia dei dati dell'organizzazione con la crittografia a livello di app di Intune.\r\n\r\n<br/>\r\nNota: per altre informazioni sulla crittografia a livello di app di Intune, vedere {2}."
},
"EncryptDataAndroid": {
"tooltip": "<p>Scegliere <b>Richiedi</b> per abilitare la crittografia dei dati aziendali o dell'istituto di istruzione in questa app. Intune usa uno schema di crittografia AES a 256 bit wolfSSL insieme al sistema Android Keystore per crittografare in modo sicuro i dati dell'app. I dati vengono crittografati in modo sincrono durante le attività di I/O file. Il contenuto nello spazio di archiviazione del dispositivo è sempre crittografato. I nuovi file verranno crittografati con chiavi a 256 bit. I file crittografati a 128 bit esistenti verranno sottoposti a un tentativo di migrazione a chiavi a 256 bit, ma l'esito del processo non è garantito. I file crittografati con chiavi a 128 bit rimarranno leggibili. </p>\r\n\r\n<p>Il metodo di crittografia è conforme a FIPS 140-2.</p>"
"tooltip": "<p>Scegliere <b>Richiedi</b> per abilitare la crittografia dei dati aziendali o dell'istituto di istruzione in questa app. Intune usa uno schema di crittografia AES a 256 bit wolfSSL insieme al sistema Android Keystore per crittografare in modo sicuro i dati dell'app. I dati vengono crittografati in modo sincrono durante le attività di I/O file. Il contenuto nello spazio di archiviazione del dispositivo è sempre crittografato. I nuovi file verranno crittografati con chiavi a 256 bit. I file crittografati a 128 bit esistenti verranno sottoposti a un tentativo di migrazione con chiavi a 256 bit, ma l'esito del processo non è garantito. I file crittografati con chiavi a 128 bit rimarranno leggibili. </p>\r\n\r\n<p>Il metodo di crittografia è conforme a FIPS 140-2.</p>"
},
"EncryptDataIos": {
"tooltip1": "Scegliere <b>Rendi obbligatorio</b> per abilitare la crittografia dei dati aziendali o dell'istituto di istruzione in questa app. Intune applica la crittografia dei dispositivi iOS/iPadOS per proteggere i dati dell'app quando il dispositivo è bloccato. Le applicazioni possono crittografare facoltativamente i dati usando la crittografia di APP SDK. Intune APP SDK usa i metodi di crittografia iOS/iPadOS per applicare la crittografia AES a 128 bit ai dati delle app.",
"tooltip1": "Scegliere <b>Rendi obbligatorio</b> per abilitare la crittografia dei dati aziendali o dell'istituto di istruzione in questa app. Intune applica la crittografia dei dispositivi iOS/iPadOS per proteggere i dati dell'app quando il dispositivo è bloccato. Le applicazioni possono crittografare facoltativamente i dati usando la crittografia di Intune App SDK. Intune APP SDK usa i metodi di crittografia iOS/iPadOS per applicare la crittografia AES a 256 bit ai dati delle app.",
"tooltip2": "Quando si abilita questa impostazione, è possibile che venga richiesto all'utente di configurare e usare un PIN per accedere al dispositivo. Se non è disponibile alcun PIN del dispositivo e la crittografia è obbligatoria, viene richiesto all'utente di impostare un PIN con il messaggio \"L'organizzazione ha richiesto all'utente di abilitare prima di tutto un PIN del dispositivo per accedere all'app\".",
"tooltip3": "Passare alla <a href=\"{0}\" target=\"_blank\">documentazione ufficiale di Apple</a> per verificare i moduli di crittografia iOS conformi con FIPS 140-2 o in attesa di conformità con FIPS 140-2."
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "Notifiche sui dati dell'organizzazione",
"tooltip": "<p>Selezionare una delle opzioni seguenti per specificare la come le notifiche per gli account dell'organizzazione vengono visualizzati per questapp e qualsiasi dispositivo connesso, ad esempio i dispositivi indossabili:</p>\r\n<p>{0}: Non condividere notifiche.</p>\r\n<p>{1}: Non condividere i dati dell'organizzazione nelle notifiche. Se non sono supportate dall'applicazione, le notifiche vengono bloccate. </p>\r\n<p>{2}: Condividere tutte le notifiche. </p>\r\n <p>Solo Android:\r\n Nota: questa impostazione non si applica a tutte le applicazioni. Per altre informazioni, vedere {3}</p>\r\n\r\n <p>Solo iOS:\r\nNota: questa impostazione non si applica a tutte le applicazioni. Per altre informazioni, vedere {4}</p>"
"tooltip": "<p>Selezionare una delle opzioni seguenti per specificare la come le notifiche per gli account dell'organizzazione vengono visualizzati per questapp e qualsiasi dispositivo connesso, ad esempio i dispositivi indossabili:</p>\r\n<p>{0}: Non condividere le notifiche.</p>\r\n<p>{1}: Non condividere i dati dellorganizzazione nelle notifiche. Se non sono supportate dall'applicazione, le notifiche vengono bloccate. </p>\r\n<p>{2}: Condividi tutte le notifiche. </p>\r\n <p>Solo Android:\r\n Nota: questa impostazione non si applica a tutte le applicazioni. Per altre informazioni, vedere:{3}</p>\r\n\r\n <p>Solo iOS:\r\nNota: questa impostazione non si applica a tutte le applicazioni. Per altre informazioni, vedere:{4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "Limita il trasferimento di contenuto Web con altre app",
"tooltip": "<p>Selezionare una delle opzioni seguenti per specificare le app in cui questa app può aprire i contenuti Web: </p>\r\n<p><b> Microsoft Edge:</b> Consentire l'apertura dei contenuti Web solo in Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Informazioni sulla protezione dei dati da parte di Microsoft Edge.</a></p>\r\n<p><b>Browser non gestito:</b> Consentire l'apertura dei contenuti Web solo nel browser non gestito definito dall'impostazione \"Protocollo del browser non gestito\"</p>\r\n<p><b>Qualsiasi app:</b> Consentire collegamenti Web in qualsiasi app</p>"
"tooltip": "<p>Seleziona una delle opzioni seguenti per specificare le app in cui l'app può aprire il contenuto Web: </p>\r\n<p><b> Microsoft Edge:</b> consenti l'apertura del contenuto Web solo in Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Scopri come Microsoft Edge proteggere i dati.</a></p>\r\n<p><b> Browser non gestito:</b> consenti l'apertura del contenuto Web solo nel browser non gestito definito dall'impostazione \"Protocollo del browser non gestito\"</p>\r\n<p><b>Qualsiasi app:</b> consenti collegamenti Web in qualsiasi app</p>"
},
"OverrideBiometric": {
"tooltip": "Se necessario, in base al timeout (minuti di inattività), un prompt del PIN eseguirà l'override dei prompt di biometria. Se questo valore di timeout non viene raggiunto, continuerà a essere visualizzato il prompt di biometria. Il valore di timeout deve essere superiore al valore specificato in 'Controlla di nuovo i requisiti di accesso dopo (minuti di inattività)'. "
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "Salva copie dei dati dell'organizzazione",
"tooltip": "Selezionare {0} per impedire il salvataggio di una copia dei dati dell'organizzazione usando \"Salva con nome\" in una nuova posizione, diversa dai servizi di archiviazione selezionati.\r\n Selezionare {1} per consentire il salvataggio di una copia dei dati dell'organizzazione usando \"Salva con nome\" in una nuova posizione. <br/>\r\n\r\n\r\nNota: questa impostazione non si applica a tutte le applicazioni. Per altre informazioni, vedere {2}.\r\n"
"tooltip": "Seleziona {0} per impedire il salvataggio di una copia dei dati dell'organizzazione in una nuova posizione, diversa dai servizi di archiviazione selezionati, usando \"Salva con nome\".\r\n Seleziona {1} per consentire il salvataggio di una copia dei dati dell'organizzazione in una nuova posizione usando \"Salva con nome\". <br/>\r\n\r\n\r\nNota: questa impostazione non si applica a tutte le applicazioni. Per altre informazioni, vedi {2}.\r\n"
},
"SaveDataToSelected": {
"label": "Consenti all'utente di salvare copie nei servizi selezionati",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "Consentire taglia, copia e incolla per",
"tooltip": "Selezionare una delle opzioni seguenti per specificare le origini e le destinazioni in cui gli utenti dell'organizzazione possono tagliare, copiare o incollare i dati dell'organizzazione: <br/>\r\n\r\n<b>Qualsiasi destinazione e qualsiasi origine</b>: gli utenti dell'organizzazione possono incollare e tagliare/copiare i dati in qualsiasi account, documento, posizione o applicazione. <br/>\r\n\r\n<b>Nessuna destinazione o origine</b>: gli utenti dell'organizzazione non possono tagliare, copiare o incollare dati da o in account esterni, documenti, posizioni o applicazioni dal o nel contesto dell'organizzazione."
"tooltip": "Selezionare una delle opzioni seguenti per specificare le origini e le destinazioni da cui gli utenti dell'organizzazione possono tagliare o copiare o incollare i dati dell'organizzazione: <br/>\r\n\r\n<b> Qualsiasi destinazione e qualsiasi origine</b>: gli utenti dell'organizzazione possono incollare e tagliare/copiare dati in qualsiasi account, documento, posizione o applicazione.<br/>\r\n\r\n<b>Nessuna origine o destinazione</b>: gli utenti dell'organizzazione non possono tagliare, copiare o incollare dati da o verso account esterni, documenti, posizioni o applicazioni da o nel contesto dell'organizzazione."
},
"WinPrintData": {
"label": "Stampare i dati dell'organizzazione",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "Ricevere dati da",
"tooltip": "Selezionare una delle opzioni seguenti per specificare le origini da cui gli utenti dell'organizzazione possono ricevere dati: <br/>\r\n\r\n<b>Tutte le origini</b>: gli utenti dell'organizzazione possono aprire dati da qualsiasi account, documento, posizione o applicazione nel contesto dell'organizzazione.<br/>\r\n\r\n<b>Nessuna origine</b>: gli utenti dell'organizzazione non possono aprire dati da account, documenti, posizioni o applicazioni esterni nel contesto dell'organizzazione."
"tooltip": "Selezionare una delle opzioni seguenti per specificare le origini da cui gli utenti dell'organizzazione possono ricevere i dati: <br/>\r\n\r\n<b>Tutte le origini</b>: gli utenti dell'organizzazione possono aprire i dati da qualsiasi account, documento, posizione o applicazione nel contesto dell'organizzazione.<br/>\r\n\r\n<b>Nessuna origine</b>: gli utenti dell'organizzazione non possono aprire dati da account esterni, documenti, posizioni o applicazioni nel contesto dell'organizzazione."
},
"WinSendData": {
"label": "Inviare i dati dell'organizzazione a",
"tooltip": "Selezionare una delle opzioni seguenti per specificare le destinazioni a cui gli utenti dell'organizzazione possono inviare dati: <br/>\r\n\r\n<b>Tutte le destinazioni</b>: gli utenti dell'organizzazione possono inviare i dati dell'organizzazione a qualsiasi account, documento, posizione o applicazione. <br/>\r\n\r\n<b>Nessuna destinazione</b>: gli utenti dell'organizzazione non possono inviare i dati dell'organizzazione ad account, documenti, posizioni o applicazioni esterni dal contesto dell'organizzazione."
"tooltip": "Selezionare una delle opzioni seguenti per specificare le destinazioni a cui gli utenti dell'organizzazione possono inviare i dati: <br/>\r\n\r\n<b>Tutte le destinazioni</b>: gli utenti dell'organizzazione possono inviare i dati dell'organizzazione a qualsiasi account, documento, posizione o applicazione.<br/>\r\n\r\n<b>Nessuna destinazione</b>: gli utenti dell'organizzazione non possono inviare dati ad account esterni, documenti, posizioni o applicazioni nel contesto dell'organizzazione."
},
"Tap": {
"numberOfDays": "Numero di giorni",
@@ -2387,11 +2406,11 @@
"PolicySet": {
"appManagement": "Gestione applicazioni",
"assignments": "Assegnazioni",
"basics": "Informazioni di base",
"basics": "Dati principali",
"deviceEnrollment": "Registrazione del dispositivo",
"deviceManagement": "Gestione dei dispositivi",
"deviceManagement": "Gestione dispositivi",
"scopeTags": "Tag di ambito",
"appConfigurationTitle": "Criteri di configurazione dell'app",
"appConfigurationTitle": "Criteri di configurazione app",
"appProtectionTitle": "Criteri di protezione delle app",
"appTitle": "App",
"iOSAppProvisioningTitle": "Profili di provisioning delle app iOS",
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Riga di comando",
"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.",
"installScript": "Script di installazione",
"installScriptErrorText": "È necessario uno script di installazione.",
"installScriptToolTip": "File di script PowerShell con comandi di installazione usati per installare questa app.",
"installScriptsHeader": "Specificare le impostazioni di installazione e disinstallazione delle app, tra cui se usare uno script o una riga di comando, limiti di tempo, comportamento di riavvio e codici restituiti.",
"installerTypeText": "Tipo di programma di installazione",
"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.",
"scriptDropdownText": "Script PowerShell",
"scriptsErrorText": "Sono necessari uno script di installazione e disinstallazione.",
"selectCustomScript": "Seleziona script personalizzato",
"selectScriptLinkAriaText": "Nessuno script selezionato. Apre il riquadro del contesto in cui è possibile caricare uno script.",
"selectScriptLinkText": "Selezionare uno script",
"selectedScriptLinkAriaText": "Script {0}selezionato. Apre il riquadro del contesto in cui è possibile modificare o caricare un nuovo script.",
"selectorLabel": "Programma",
"uninstallCommand": "Comando di disinstallazione",
"uninstallCommandTooltip": "Riga di comando di disinstallazione completa usata per disinstallare questa app."
"uninstallCommandTooltip": "Riga di comando di disinstallazione completa usata per disinstallare questa app.",
"uninstallScript": "Script di disinstallazione",
"uninstallScriptErrorText": "È necessario uno script di disinstallazione.",
"uninstallScriptToolTip": "File di script PowerShell con comandi di disinstallazione usati per disinstallare questa app.",
"uninstallerTypeText": "Tipo di programma di disinstallazione"
},
"TermsOfUse": {
"Languages": {
@@ -2847,8 +2882,8 @@
"description": "Descrizione",
"deviceType": "Tipo di dispositivo",
"deviceUse": "Uso del dispositivo",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot supporta solo dispositivi aggiunti a Microsoft Entra per Surface Hub 2. Specificare il modo in cui i dispositivi vengono aggiunti ad Active Directory (AD) nell'organizzazione.\r\n </p>\r\n <ul>\r\n <li>\r\n Aggiunto a Microsoft Entra: solo cloud senza istanza locale di Windows Server Active Directory.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Specificare il modo in cui i dispositivi vengono aggiunti ad Active Directory (AD) nell'organizzazione:\r\n </p>\r\n <ul>\r\n <li>\r\n Aggiunta a Microsoft Entra: solo cloud senza istanza locale di Windows Server Active Directory\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot supporta solo i dispositivi aggiunti a Microsoft Entra per Surface Hub 2. Specifica la modalità di aggiunta dei dispositivi ad Active Directory (AD) nell'organizzazione.\r\n </p>\r\n <ul>\r\n <li>\r\n Aggiunto a Microsoft Entra: solo cloud senza un Windows Server Active Directory locale.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Specifica la modalità di aggiunta dei dispositivi ad Active Directory (AD) nell'organizzazione:\r\n </p>\r\n <ul>\r\n <li>\r\n Aggiunto a Microsoft Entra: solo cloud senza un Windows Server Active Directory locale\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "Si è verificato un errore durante il recupero del numero di dispositivi assegnati.",
"getAssignmentsError": "Si è verificato un errore durante il recupero delle assegnazioni dei profili di Autopilot.",
"harvestDeviceId": "Converti tutti i dispositivi interessati in Autopilot",
@@ -2879,14 +2914,14 @@
"devicesWithoutEnrollment": "App gestite"
},
"AppProtection": {
"allAppTypes": "Includi tutti i tipi di app",
"allAppTypes": "Destinazione per tutti i tipi di app",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "App nel profilo di lavoro di Android",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "App in dispositivi dedicati Android Enterprise con la modalità condivisa di Microsoft Entra",
"appsOnAndroidOpenSourceProjectUserAssociated": "App in un progetto Open Source Android associato a un utente",
"appsOnAndroidOpenSourceProjectUserless": "App in un progetto Open Source Android senza utente",
"appsOnIntuneManagedDevices": "App nei dispositivi gestiti di Intune",
"appsOnUnmanagedDevices": "App nei dispositivi non gestiti",
"appsOnIntuneManagedDevices": "App su dispositivi gestiti in Intune",
"appsOnUnmanagedDevices": "App su dispositivi non gestiti",
"iOSPlatformLabel": "iOS/iPadOS",
"iosAndroidMacPlatformLabel": "iOS, Android, Mac",
"iosAndroidPlatformLabel": "iOS, Android",
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Split tunneling",
"vPNTrustedNetwork": "Rilevamento della rete attendibile",
"wSLCompliance": "sottosistema Windows per Linux (WSL)",
"wakeSettings": "Impostazioni di riattivazione",
"webContentFilter": "Filtro contenuto Web",
"wiFi": "Wi-Fi",
@@ -4300,7 +4336,6 @@
"mk": "Macedone (Macedonia del Nord)",
"ml": "Malayalam (India)",
"mt": "Maltese (Malta)",
"mi": "Maori (Nuova Zelanda)",
"mr": "Marathi (India)",
"moh": "Mohawk (Mohawk)",
"ne": "Nepalese (Nepal)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamita (Vietnam)",
"cy": "Gallese (Regno Unito)",
"wo": "Wolof (Senegal)",
"sah": "Yakut (Russia)",
"ii": "Yi (Repubblica popolare cinese)",
"yo": "Yoruba (Nigeria)"
},
"DisplayRoleTypes": {
"builtInRole": "Ruolo predefinito",
"customAutopatchRole": "Ruolo Windows Autopatch personalizzato",
"customCloudPCRole": "Ruolo di Windows 365 personalizzato",
"customIntuneRole": "Ruolo di Intune personalizzato",
"customRole": "Ruolo personalizzato"
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "Queste impostazioni sono applicabili a dispositivi con profilo di lavoro completamente gestiti, dedicati e di proprietà aziendale.",
"allAndroidCorpEnrollmentTypesHeaderName": "Dispositivi con profilo di lavoro completamente gestiti, dedicati e di proprietà aziendale",
"allAndroidVersionsPasswordHeader": "Tutti i dispositivi Android",
"allAndroidVersionsPasswordHeaderDescription": "Queste impostazioni sono compatibili con tutte le versioni del sistema operativo Android e tutti i produttori.",
"allAndroidVersionsPasswordHeaderDescription": "Queste impostazioni funzionano per tutte le versioni e i produttori del sistema operativo Android, tranne quando specificato",
"allDomainsOption": "Tutti i domini",
"allEnrollmentTypesDescription": "Queste impostazioni vengono applicate ai dispositivi registrati in Intune tramite la registrazione dei dispositivi o la registrazione dell'utente e per i dispositivi registrati mediante Apple School Manager o Apple Business Manager con registrazione automatica dei dispositivi (in precedenza DEP).",
"allEnrollmentTypesHeader": "Tutti i tipi di registrazione",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Sblocco del viso",
"blockFacetimeName": "Blocca FaceTime",
"blockFactoryResetDescription": "Blocca il ripristino delle impostazioni predefinite nel dispositivo",
"blockFactoryResetName": "Ripristino delle impostazioni predefinite (solo Samsung KNOX)",
"blockFactoryResetName": "Ripristino delle impostazioni predefinite (solo Samsung KNOX Android 15 e versioni precedenti)",
"blockFilesNetworkDriveAccessDescription": "Usando il protocollo SMB (Server Message Block) i dispositivi possono accedere a file o altre risorse in un server di rete. Disponibile per i dispositivi che eseguono iOS e iPadOS versione 13.0 e successive.",
"blockFilesNetworkDriveAccessName": "Blocca l'accesso all'unità di rete nell'app File",
"blockFilesUsbDriveAccessDescription": "I dispositivi autorizzati ad accedere possono connettersi a e aprire i file in un'unità USB. Disponibile per i dispositivi che eseguono iOS e iPadOS versione 13.0 o successive.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Blocca la funzionalità di sincronizzazione automatica dell'account Google nel dispositivo.",
"blockGoogleAccountAutoSyncName": "Sincronizzazione automatica dell'account Google (solo Samsung KNOX)",
"blockGoogleBackupDescription": "Blocca la sincronizzazione con il backup di Google.",
"blockGoogleBackupName": "Backup di Google (solo Samsung KNOX)",
"blockGoogleBackupName": "Backup di Google (solo Samsung KNOX Android 15 e versioni precedenti)",
"blockGooglePlayStoreDescription": "Blocca Google Play Store (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play Store (solo Samsung KNOX) ",
"blockHostPairingDescription": "Blocca l'associazione di host per controllare i dispositivi a cui può essere associato un dispositivo iOS.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Impedisce la visualizzazione della finestra di dialogo di errore se non viene rilevata alcuna scheda SIM",
"blockSIMCardErrorDialogName": "Finestra di dialogo di errore per la scheda SIM (solo dispositivi mobili)",
"blockSMSAndMMSAndroidDescription": "Blocca la funzionalità di messaggi SMS/MMS (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "Messaggi SMS/MMS (solo Samsung KNOX)",
"blockSMSAndMMSName": "Messaggistica SMS/MMS (solo Samsung KNOX Android 15 e versioni precedenti)",
"blockSafariAutofillDescription": "Impedisce a Safari di memorizzare il contenuto immesso dagli utenti nei moduli Web.",
"blockSafariAutofillName": "Blocca il riempimento automatico di Safari",
"blockSafariDescription": "Blocca il Web browser Safari.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Impedisce la creazione di configurazioni VPN",
"blockVPNCreationName": "Blocca la creazione di VPN",
"blockVoiceAssistantAndroidDescription": "Blocca l'assistente vocale (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Assistente vocale (solo Samsung KNOX)",
"blockVoiceAssistantName": "Assistente vocale (solo Samsung KNOX Android 15 e versioni precedenti)",
"blockVoiceDialingAndroidDescription": "Blocca la composizione vocale (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Blocca la composizione vocale nel dispositivo.",
"blockVoiceDialingName": "Composizione vocale",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "Per informazioni sul formato corretto del file caricato, vedere la documentazione di Intune. <a href=\"https://aka.ms/AA6z0o4\">Altre informazioni</a>",
"customAppConfigurationFileName": "File di elenco proprietà",
"customBoolError": "Tutte le chiavi di configurazione di tipo booleano devono avere un valore \"true\" o \"false\".",
"customComplianceToolTip": "Se questa opzione è abilitata, i dispositivi devono essere conformi alle regole personalizzate definite in un file JSON in base ai dati personalizzati restituiti da uno script PowerShell di individuazione.",
"customEapXmlOption": "XML EAP personalizzato",
"customIntError": "Tutte le chiavi di configurazione di tipo intero devono essere un valore numerico intero.",
"customItemHideFromUserConfiguration": "Nascondi",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Condivisione dei dati tra i profili di lavoro e personali",
"dataTypeName": "Tipo di dati",
"dateAndTimeBlockChangesDescription": "Impedisce all'utente di modificare la data e l'ora nel dispositivo (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Impedisci modifiche a data e ora (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Data blocco e modifiche ora (solo Samsung Android 15 e versioni precedenti)",
"dateTimeConfigurationBlockedDescription": "Impedisce all'utente di impostare manualmente la data e l'ora.",
"dateTimeConfigurationBlockedName": "Modifiche a data e ora",
"dateTimeName": "Data e ora",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Elenco di reti consentite per Wi-Fi",
"knoxBlockAutofillDescription": "Blocca il riempimento automatico.",
"knoxBlockAutofillName": "Riempimento automatico (solo Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (solo Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (solo Samsung KNOX Android 13 e versioni precedenti)",
"knoxBlockCookiesDescription": "Consente o blocca i cookie del browser",
"knoxBlockCookiesName": "Cookie (solo Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "Blocca la funzionalità di copia e incolla.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Popup (solo Samsung KNOX)",
"knoxBlockRemovableStorageName": "Archivi rimovibili (solo Samsung KNOX)",
"knoxBlockScreenshotDescription": "Blocca l'acquisizione dei contenuti della schermata come immagine.",
"knoxBlockScreenshotName": "Acquisizione schermo (solo Samsung KNOX)",
"knoxBlockScreenshotName": "Ritaglio di schermata (solo Samsung KNOX Android 15 e versioni precedenti)",
"knoxBlockVoiceDialingName": "Chiamata vocale (solo Samsung KNOX)",
"knoxBlockVoiceRoamingName": "Chiamate in roaming (solo Samsung KNOX)",
"knoxBlockWebBrowserDescription": "Blocca il Web browser nel dispositivo.",
"knoxBlockWebBrowserName": "Web browser (solo Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (solo Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Tethering Wi-Fi (solo Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (solo Samsung KNOX Android 12 e versioni precedenti)",
"knoxBlockWiFiTetheringName": "Tethering Wi-Fi (solo Samsung KNOX Android 12 e versioni precedenti)",
"knoxCellularDataDescription": "Blocca il consumo dati su reti cellulari. Se questa opzione non è configurata, il consumo dati su reti cellulari è consentito e modificabile dagli utenti.",
"knoxCellularDataName": "Canale per rete dati (solo Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 e versioni precedenti o Samsung KNOX Android 15 e versioni precedenti",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "Queste impostazioni si applicano ai dispositivi che eseguono Android 9 e versioni precedenti e funzioneranno anche per tutti i dispositivi Samsung KNOX che eseguono qualsiasi versione del sistema operativo Android, versione Android 15 e versioni precedenti.",
"knoxRequireEncryptionName": "Crittografia (Android 11 e versioni precedenti o Samsung KNOX Android 14 e versioni precedenti)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Le schede di memoria devono essere crittografate. Non tutti i dispositivi supportano la crittografia delle schede di memoria. Per altre informazioni, vedere la documentazione relativa al dispositivo e al sistema operativo.",
"knoxRequireEncryptionOnRemovableStorageName": "Crittografia su schede di memoria (solo Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "Crittografia sulle schede di memoria (solo Samsung KNOX Android 15 e versioni precedenti)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (tipo nativo)",
"lanManagerAuthenticationLevelDesc": "Questa impostazione di sicurezza determina il protocollo di autenticazione In attesa/Risposta usato per gli accessi alla rete.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Tipo di identificatore",
"macOSAppleEventReceiverTableDescription": "Consente all'app o al processo di inviare un evento Apple con restrizioni a un'altra app o un altro processo. Sarà necessario conoscere l'identificatore, il tipo di identificatore e il requisito del codice dell'app o del processo ricevente.",
"macOSAppleEventReceiverTableName": "Eventi Apple",
"macOSDeploymentChannelDeviceChannel": "Canale del dispositivo",
"macOSDeploymentChannelName": "Canale di distribuzione",
"macOSDeploymentChannelUserChannel": "Canale utente",
"macOSDeploymentChannelWarningBanner": "È consigliabile usare il tipo di certificato utente nel canale utente solo a scopo di sicurezza.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Consente di controllare l'accesso all'app per l'accessibilità nel dispositivo, che include funzionalità quali sottotitoli codificati, testo al passaggio del mouse e controllo vocale.",
"macOSPrivacyAccessControlItemAccessibilityName": "Accessibilità",
"macOSPrivacyAccessControlItemAddressBookName": "Contatti",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Consente di impostare i moduli per le chiavi in modo da ignorare l'intero set di autenticazione nel caso in cui non supportino tutte le famiglie di prodotti di autenticazione in tale set. Se questa opzione è abilitata, i moduli per le chiavi ignoreranno le famiglie di prodotti di autenticazione non supportate.",
"opportunisticallyMatchAuthName": "Corrispondenza opportunistica del set di autenticazione per ogni modulo per le chiavi",
"optional": "Facoltativo",
"optionalValue": "Valore facoltativo",
"organizationalUnitDescription": "Percorso completo dell'unità organizzativa in cui devono essere creati i computer. Se non viene specificato, viene usato un contenitore di oggetti computer noto.",
"organizationalUnitName": "Unità organizzativa",
"originalProfileTypeTitle": "Tipo di profilo originale:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Periodo di validità del certificato",
"sCEPPolicyCustomAADAttribute": "Attributo Microsoft Entra personalizzato",
"sCEPPolicyCustomKeys": "Chiavi personalizzate",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Specifica un valore, che può essere qualsiasi variabile supportata, ad esempio {{UserPrincipalName}}. Puoi usare solo {{OnPremisesSecurityIdentifier}} con l'attributo URI. Altre informazioni sulle variabili supportate: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Specifica un valore in grado di combinare qualsiasi variabile supportata con testo statico. Per gli indirizzi UPN ed e-mail, usa il formato {{AAD_Device_ID}}@contoso.com. I valori DNS non devono includere simboli o un segno @, ad esempio {{DeviceName}}.contoso.com o {{DeviceName}}. Tieni presente che il valore {{OnPremisesSecurityIdentifier}} può essere usato solo con l'attributo URI per il nome alternativo del soggetto. Per le variabili di supporto, vedi: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "WPA - Chiave precondivisa",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "Le distribuzioni Linux non conformi sono: ",
"wSLComplianceTitle": "Disinstallare distribuzioni o versioni di Linux non conformi da sottosistema Windows per Linux (WSL).",
"wSLPolicyDistributionName": "Nome distribuzione",
"wSLPolicyMaxOSVersionName": "Versione massima sistema operativo",
"wSLPolicyMinOSVersionName": "Versione minima sistema operativo",
"wakeOnLANName": "Riattivazione LAN",
"wakeOnPowerName": "Attivazione all'accensione",
"wakeScreenWhenSomeoneInRoomName": "Attiva lo schermo quando qualcuno è presente nella stanza",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows Spotlight nella schermata di blocco",
"windowsSpotlightPersonalizationDescription": "Blocca la personalizzazione di Windows Spotlight in base all'utilizzo dei dispositivi",
"windowsSpotlightPersonalizationName": "Personalizzazione di Windows Spotlight",
"windowsSubsystemLinuxComplianceDescription": "Queste impostazioni riguardano le distribuzioni Linux installate nei dispositivi Windows gestiti e influiscono sullo stato di conformità dell'host Windows gestito. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Altre informazioni sull'uso dell'impostazione</a>",
"windowsSubsystemLinuxComplianceHeader": "Distribuzioni e versioni Linux consentite",
"windowsSubsystemLinuxComplianceInfoBox": "Non è possibile configurare le impostazioni di conformità WSL e personalizzate nello stesso criterio.",
"windowsSubsystemLinuxComplianceLearnMore": "Specificare le distribuzioni Linux consentite e, facoltativamente, una versione minima, una versione massima o entrambe per ogni distribuzione.",
"windowsTipsDescription": "Consente agli amministratori IT di disattivare la visualizzazione popup dei suggerimenti di Windows.",
"windowsTipsName": "Suggerimenti di Windows",
"windowsWelcomeExperienceDescription": "Blocca l'esperienza di Configurazione e personalizzazione di Windows, che presenta le funzionalità nuove o aggiornate",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "Nessun criterio",
"clientAppPolicyPlural": "{0} criteri",
"clientAppPolicySingular": "{0} criteri",
"clockInClockOutNotes": "<p><b>Note:</b></p>\r\n<ul type=\"disc\">\r\n <li>Fare riferimento al <b>link alla documentazione sugli orari senza notifiche - sezione blocco</b> per altre informazioni sulle app a cui può essere applicata questa impostazione.</li>\r\n <li>Questa impostazione non ha la possibilità di disattivare l'audio delle notifiche. Per configurare le impostazioni per la disattivazione dell'audio delle notifiche, fare riferimento al <b>link alla documentazione sugli orari senza notifiche - disattivazione delle notifiche</b>.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>Note:</b></p>\r\n<ul type=\"disc\">\r\n <li>Questa impostazione deve essere configurata solo se il tenant è stato integrato con l'<b>API Orario di lavoro</b>. Per altre informazioni sull'integrazione di questa impostazione con l'<b>API Orario di lavoro</b>, vedere <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Limitare l'accesso a Microsoft Teams quando i lavoratori in prima linea sono fuori turno</a>\r\n. La configurazione di questa impostazione senza l'integrazione con l'API Orario di lavoro potrebbe causare il blocco degli account a causa dello stato dell'ora di lavoro mancante per l'account gestito associato all'applicazione.</li>\r\n <li>Fare riferimento a <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">App Microsoft Intune supportate | Microsoft Learn</a>\r\nper altre informazioni sulle app che supportano questa impostazione.</li> <li>Questa impostazione non può avere la funzionalità per disattivare l'audio delle notifiche. Per configurare le impostazioni per la disattivazione delle notifiche, vedere <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Creare criteri per le ore senza avvisi in Microsoft Intune | Microsoft Learn</a></li>\r\n</ul>",
"clockedOutAccount": "Orario non lavorativo",
"closeText": "Chiudi",
"columns": "Colonne",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "È possibile configurare impostazioni basate su dispositivo simili per i dispositivi registrati.",
"deviceConditionsInfoParagraph2LinkText": "Altre informazioni sulla configurazione delle impostazioni di conformità dei dispositivi per i dispositivi registrati.",
"deviceId": "ID dispositivo",
"deviceLockComplexityValidationFailureNotes": "<p><b>Note:</b></p>\r\n<ul type=\"disc\">\r\n <li>Il blocco del dispositivo può richiedere una determinata complessità della password: BASSA, MEDIA o ALTA destinata ad Android 12+. Per i dispositivi che funzionano con Android 11 e versioni precedenti, l'impostazione di un valore di complessità Basso/Medio/Alto per impostazione predefinita porterà al comportamento previsto relativo alla \"Complessità bassa\".</li>\r\n <li>Le definizioni delle password seguenti sono soggette a modifica. Vedere <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Developers</a> per le definizioni più aggiornate dei diversi livelli di complessità della password.</li>\r\n</ul>\r\n\r\n<p><b>Bassa</b></p>\r\n<ul type=\"disc\">\r\n <li>La password può essere un modello o un PIN con sequenze ripetute (4444) o ordinate (1234, 4321, 2468).</li>\r\n</ul>\r\n\r\n<p><b>Media</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN senza sequenze ripetute (4444) o ordinate (1234, 4321, 2468) con lunghezza minima di 4 caratteri</li>\r\n <li>Password alfabetiche con lunghezza minima di 4 caratteri</li>\r\n <li>Password alfanumeriche con lunghezza minima di 4 caratteri</li>\r\n</ul>\r\n\r\n<p><b>Alta</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN senza sequenze ripetute (4444) o ordinate (1234, 4321, 2468) con lunghezza minima di 8 caratteri</li>\r\n <li>Password alfabetiche con lunghezza minima di 6 caratteri</li>\r\n <li>Password alfanumeriche con lunghezza minima di 6 caratteri</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>Note:</b></p>\r\n<ul type=\"disc\">\r\n <li>Il blocco del dispositivo può richiedere una determinata complessità della password: BASSA, MEDIA o ALTA destinata ad Android 12+. Per i dispositivi che funzionano con Android 11 e versioni precedenti, l'impostazione di un valore di complessità Basso/Medio/Alto per impostazione predefinita porterà al comportamento previsto relativo alla \"Complessità bassa\".</li>\r.\n <li>Le definizioni delle password seguenti sono soggette a modifica. Fare riferimento a <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Gli sviluppatori Android</a> per le definizioni più aggiornate dei diversi livelli di complessità delle password.</li>\r\n</ul>\r\n\r\n<p><b>Bassa</b></p>\r\n<ul type=\"disc\">\r\n <li>La password può essere un modello o un PIN con sequenze ripetute (4444) o ordinate (1234, 4321, 2468).</li>\r\n</ul>\r\n\r\n<p><b>Media</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN senza sequenze ripetute (4444) o ordinate (1234, 4321, 2468) con una lunghezza minima di almeno 4 caratteri</li>\r\n <li>Password alfabetiche con una lunghezza minima di almeno 4 caratteri</li>\r\n <li>Password alfabetiche con una lunghezza minima di almeno 4 caratteri</li>\r\n</ul>\r\n\r\n<p><b>Alta</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN senza sequenze ripetute (4444) o ordinate (1234, 4321, 2468) con una lunghezza minima di almeno 8 caratteri</li>\r\n <li>Password alfabetiche con una lunghezza minima di almeno 6 caratteri</li>\r\n <li>Password alfabetiche con una lunghezza minima di almeno 6 caratteri</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "Quando il dispositivo è bloccato e sono presenti file aperti",
"deviceLockedOptionText": "Quando il dispositivo è bloccato",
"deviceManufacturer": "Produttore dispositivo",
@@ -10620,7 +10676,7 @@
"downloadingReport": "Download del report",
"edgeGSAssignment": "Scegliere i gruppi di utenti da includere per l'installazione di Microsoft Edge per dispositivi mobili. Microsoft Edge verrà installato in tutti i dispositivi iOS e Android registrati da tali utenti.",
"edgeGSIntroBenefitHTML": "<p>È possibile ottenere l'app Microsoft Edge per gli utenti in iOS o Android in modo che possano esplorare senza problemi i rispettivi dispositivi aziendali. Microsoft Edge consente agli utenti di evitare la complessità del Web con funzionalità predefinite che semplificano il consolidamento, l'ordinamento e la gestione dei contenuti professionali. Gli utenti dei dispositivi iOS e Android che accedono con i rispettivi account Microsoft Entra aziendali nell'applicazione Microsoft Edge troveranno il browser precaricato con i Preferiti dell'area di lavoro e i filtri per siti Web definiti.</p><p>Se è stato impedito tramite blocco agli utenti di registrare dispositivi iOS o Android, questo scenario non consentirà la registrazione e gli utenti dovranno installare autonomamente Microsoft Edge.</p>",
"edgeGSIntroPrereqHTML": "<p>Verranno richieste informazioni sui Preferiti dell'area di lavoro necessari per gli utenti e sui filtri necessari per l'esplorazione Web. Assicurarsi di completare le attività seguenti prima di continuare:</p>\r\n<li>Aggiungere utenti ai <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>gruppi di Microsoft Entra</a></li>\r\n<li>Registrare dispositivi iOS o Android in Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Altre informazioni</a></li>\r\n<li>Raccogliere un elenco di Preferiti dell'area di lavoro da aggiungere in Microsoft Edge.</li>\r\n<li>Raccogliere un elenco di filtri per i siti Web da applicare in Microsoft Edge.</li>",
"edgeGSIntroPrereqHTML": "<p>Verranno richieste informazioni sui Preferiti dell'area di lavoro necessari per gli utenti e sui filtri necessari per l'esplorazione Web. Prima di continuare, assicurarsi di completare le attività seguenti:</p>\r\n<li>Aggiungere gli utenti ai <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>gruppi di Microsoft Entra</a></li>\r\n<li>Registrare i dispositivi iOS o Android in Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Altre informazioni</a></li>\r\n<li>Raccogliere l'elenco dei preferiti dell'area di lavoro da aggiungere in Edge.</li>\r\n<li>Raccogliere l'elenco dei filtri dei siti Web da applicare in Edge.</li>",
"edgeGSName": "Microsoft Edge per iOS e Android",
"edgeGSSyncInfo": "In base alla connettività del dispositivo e dal tempo necessario per la sincronizzazione, potrebbero essere necessarie fino a 24 ore affinché la distribuzione raggiunga i dispositivi.",
"edit": "Modifica",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "MAM è abilitato?",
"itemsCount": "{0} elementi",
"jailbrokenRootedDevices": "Dispositivi jailbroken/rooted",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Bloccare l'accesso nei dispositivi supportati",
"lastModifiedDate": "Data ultima modifica",
"lastReportedDate": "Data dell'ultima segnalazione",
"lastSync": "Ultima sincronizzazione",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Eliminazione...",
"photoLibrary": "Raccolta foto",
"pinCharSettingTooltip": "Un PIN numerico consente solo caratteri numerici.\r\n\r\nUn passcode richiede tutti gli elementi seguenti: caratteri alfanumerici e simboli consentiti.",
"pinRotationWarning": "<b>Importante:</b> il 1° giugno 2024 le app con un SDK precedente alla versione 17.7.0 non otterranno più gli aggiornamenti dei criteri di protezione delle app e gli utenti non potranno più avviare l'app. Assicurarsi che gli utenti aggiornino le app e che le app line-of-business utilizzino un SDK o un wrapper recente. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Altre informazioni</a>",
"pinToDashboard": "Stringa fittizia, non tradurre",
"platformColumnLabel": "Piattaforma",
"platformDropDownLabel": "Piattaforma",
@@ -10909,7 +10965,7 @@
"removeUserGroupsNotificationText": "Rimozione dei gruppi di utenti selezionati",
"removed": "rimossa",
"reporting": "Creazione report",
"reports": "Rapporti",
"reports": "Report",
"require": "Rendi obbligatorio",
"requireDeviceLockComplexityOnApps": "Richiedi blocco del dispositivo",
"requireThreatScanOnApps": "Rendi obbligatoria l'analisi delle minacce nelle app",
@@ -11053,7 +11109,7 @@
"valueColumnHeader": "Valore",
"valueMustNotContainCharsError": "Il valore non deve contenere i caratteri seguenti: {0}",
"versionValidationExample": "<p><b>Formato:</b> [Major].[Minor] o [Major].[Minor].[Build].[Revision]</p><p><b>Esempio:</b> 1.5 o 1.5.50.101</p>",
"versionValidationWith2To5Segments": "<p><b>Formato:</b> [Major].[Minor] o [Major].[Minor].[Build] o [Major].[Minor].[Build].[Revision]. Per iOS, è anche supportato [Major].[Minor].[Build].[Revision].[RapidSecurityResponse].</p><p> <b>Nota:</b> Le app non eseguiranno cancellazioni per le violazioni RapidSecurityResponse, è supportato solo il blocco o l'avviso.</p><p><b>Esempio:</b> 1.5 or 1.5.50 o 1.5.50.101 o (per iOS) 1.5.50.101.a</p>",
"versionValidationWith2To5Segments": "<p><b>Formato:</b> [Major].[Minor] o [Major].[Minor].[Build] o [Major].[Minor].[Build].[Revision]. iOS supporta anche [Major].[Minor].[Build].[Revision].[RapidSecurityResponse].</p><p> <b>Nota:</b> le app non eseguiranno cancellazioni per le violazioni RapidSecurityResponse; sono supportati solo il blocco o lavviso.</p><p><b>Esempio:</b> 1.5 o 1.5.50 o 1.5.50.101 o (per iOS) 1.5.50.101.a</p>",
"versionValidationWithDateFormat": "Deve essere un formato di data valido (AAAA-MM-GG).",
"warn": "Avvisa",
"warning": "Avviso",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Set di criteri",
"applicabilityRules": "Regole di applicabilità",
"windowsEnrollmentTitle": "Registrazione Windows",
"DefaultESPCustomErrorMessage": "Non è stato possibile completare l'installazione. Riprovare oppure contattare il personale di supporto per richiedere assistenza.",
"appleEnrollmentTitle": "Registrazione Apple",
"targetedAppLabel": "App interessate",
"configurationSettingsTitle": "Impostazioni di configurazione",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13031,7 +13073,7 @@
"SessionControlsLabel": "Session controls"
},
"Platform": {
"all": "Tutto",
"all": "Tutte",
"android": "Amministratore di dispositivi Android",
"androidAOSP": "Android (AOSP)",
"androidEnterprise": "Android Enterprise",
@@ -13044,7 +13086,7 @@
"linux": "Linux",
"macOS": "macOS",
"unknown": "Sconosciuto",
"unsupported": "Non supportato",
"unsupported": "Non supportata",
"windows": "Windows",
"windows10": "Windows 10 e versioni successive",
"windows10CM": "Windows 10 e versioni successive (ConfigMgr)",
@@ -13075,20 +13117,20 @@
},
"ConfigurationTypes": {
"Table": {
"androidDeviceOwnerGeneral": "Limitazioni del dispositivo (proprietario del dispositivo)",
"androidForWorkGeneral": "Limitazioni del dispositivo (profili di lavoro)"
"androidDeviceOwnerGeneral": "Restrizioni del dispositivo (proprietario dispositivo)",
"androidForWorkGeneral": "Restrizioni del dispositivo (profilo di lavoro)"
},
"androidCustom": "Personalizzata",
"androidDeviceOwnerGeneral": "Limitazioni del dispositivo",
"androidCustom": "Personalizzato",
"androidDeviceOwnerGeneral": "Restrizioni del dispositivo",
"androidDeviceOwnerPkcs": "Certificato PKCS",
"androidDeviceOwnerScep": "Certificato SCEP",
"androidDeviceOwnerTrustedCertificate": "Certificato attendibile",
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "Posta elettronica (solo Samsung KNOX)",
"androidForWorkCustom": "Personalizzata",
"androidForWorkCustom": "Personalizzato",
"androidForWorkEmailProfile": "Posta elettronica",
"androidForWorkGeneral": "Limitazioni del dispositivo",
"androidForWorkGeneral": "Restrizioni del dispositivo",
"androidForWorkImportedPFX": "Certificato PKCS importato",
"androidForWorkOemConfig": "OEMConfig",
"androidForWorkPKCS": "Certificato PKCS",
@@ -13096,7 +13138,7 @@
"androidForWorkTrustedCertificate": "Certificato attendibile",
"androidForWorkVpn": "VPN",
"androidForWorkWiFi": "Wi-Fi",
"androidGeneral": "Limitazioni del dispositivo",
"androidGeneral": "Restrizioni del dispositivo",
"androidImportedPFX": "Certificato PKCS importato",
"androidPKCS": "Certificato PKCS",
"androidSCEP": "Certificato SCEP",
@@ -13104,25 +13146,25 @@
"androidVPN": "VPN",
"androidWiFi": "Wi-Fi",
"androidZebraMx": "Profilo MX (solo Zebra)",
"complianceAndroid": "Criteri di conformità di Android",
"complianceAndroid": "Criterio di conformità Android",
"complianceAndroidDeviceOwner": "Profilo di lavoro completamente gestito, dedicato e di proprietà aziendale",
"complianceAndroidEnterprise": "Profilo di lavoro di proprietà personale",
"complianceAndroidForWork": "Criteri di conformità di Android for Work",
"complianceIos": "Criteri di conformità di iOS",
"complianceMac": "Criteri di conformità Mac",
"complianceAndroidForWork": "Criterio di conformità Android for Work",
"complianceIos": "Criteri di conformità iOS",
"complianceMac": "Criterio di conformità Mac",
"complianceWindows10": "Criteri di conformità di Windows 10 e versioni successive",
"complianceWindows10Mobile": "Criteri di conformità di Windows 10 Mobile",
"complianceWindows8": "Criteri di conformità di Windows 8",
"complianceWindowsPhone": "Criteri di conformità di Windows Phone",
"complianceWindows10Mobile": "Criteri di conformità Windows 10 per dispositivi mobili",
"complianceWindows8": "Criteri di conformità Windows 8",
"complianceWindowsPhone": "Criteri di conformità Windows Phone",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Catalogo delle proprietà (anteprima)",
"iosCustom": "Personalizzata",
"iosDerivedCredentialAuthenticationConfiguration": "Credenziale PIV derivata",
"inventoryCatalog": "Catalogo proprietà",
"iosCustom": "Personalizzato",
"iosDerivedCredentialAuthenticationConfiguration": "Credenziali PIV derivate",
"iosDeviceFeatures": "Funzionalità del dispositivo",
"iosEDU": "Istruzione",
"iosEducation": "Istruzione",
"iosEmailProfile": "Posta elettronica",
"iosGeneral": "Limitazioni del dispositivo",
"iosGeneral": "Restrizioni del dispositivo",
"iosImportedPFX": "Certificato PKCS importato",
"iosPKCS": "Certificato PKCS",
"iosPresets": "Set di impostazioni",
@@ -13131,52 +13173,52 @@
"iosVPN": "VPN",
"iosVPNZscaler": "VPN",
"iosWiFi": "Wi-Fi",
"macCustom": "Personalizzata",
"macCustom": "Personalizzato",
"macDeviceFeatures": "Funzionalità del dispositivo",
"macEndpointProtection": "Endpoint Protection",
"macExtensions": "Estensioni",
"macGeneral": "Limitazioni del dispositivo",
"macGeneral": "Restrizioni del dispositivo",
"macImportedPFX": "Certificato PKCS importato",
"macSCEP": "Certificato SCEP",
"macTrustedCertificate": "Certificato attendibile",
"macVPN": "VPN",
"macWiFi": "Wi-Fi",
"settingsCatalog": "Catalogo di impostazioni",
"settingsCatalog": "Catalogo impostazioni",
"unsupported": "Non supportato",
"windows10AdministrativeTemplate": "Modelli amministrativi (anteprima)",
"windows10Atp": "Microsoft Defender per endpoint (dispositivi desktop che eseguono Windows 10 o versioni successive)",
"windows10Custom": "Personalizzata",
"windows10Custom": "Personalizzato",
"windows10DesktopSoftwareUpdate": "Aggiornamenti software",
"windows10DeviceFirmwareConfigurationInterface": "Interfaccia di configurazione del firmware del dispositivo",
"windows10EmailProfile": "Posta elettronica",
"windows10EndpointProtection": "Endpoint Protection",
"windows10EnterpriseDataProtection": "Windows Information Protection",
"windows10General": "Limitazioni del dispositivo",
"windows10General": "Restrizioni del dispositivo",
"windows10ImportedPFX": "Certificato PKCS importato",
"windows10Kiosk": "Tutto schermo",
"windows10Kiosk": "Modalità tutto schermo",
"windows10NetworkBoundary": "Limite di rete",
"windows10PKCS": "Certificato PKCS",
"windows10PolicyOverride": "Esegui l'override dei criteri di gruppo",
"windows10PolicyOverride": "Escludi Criteri di gruppo",
"windows10SCEP": "Certificato SCEP",
"windows10SecureAssessmentProfile": "Profilo di formazione",
"windows10SharedPC": "Dispositivo multiutente condiviso",
"windows10TeamGeneral": "Limitazioni del dispositivo (Windows 10 Team)",
"windows10TeamGeneral": "Restrizioni del dispositivo (Windows 10 Team)",
"windows10TrustedCertificate": "Certificato attendibile",
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
"windows10WiFiCustom": "Wi-Fi personalizzato",
"windows8General": "Limitazioni del dispositivo",
"windows8General": "Restrizioni del dispositivo",
"windows8SCEP": "Certificato SCEP",
"windows8TrustedCertificate": "Certificato attendibile",
"windows8VPN": "VPN",
"windows8WiFi": "Wi-Fi per importazione",
"windowsDeliveryOptimization": "Ottimizzazione recapito",
"windowsDomainJoin": "Aggiunta a un dominio",
"windowsEditionUpgrade": "Aggiornamento dell'edizione e cambio di modalità",
"windowsIdentityProtection": "Protezione delle identità",
"windowsPhoneCustom": "Personalizzata",
"windowsEditionUpgrade": "Aggiornamento edizione e cambio di modalità",
"windowsIdentityProtection": "Identity Protection",
"windowsPhoneCustom": "Personalizzato",
"windowsPhoneEmailProfile": "Posta elettronica",
"windowsPhoneGeneral": "Limitazioni del dispositivo",
"windowsPhoneGeneral": "Restrizioni del dispositivo",
"windowsPhoneImportedPFX": "Certificato PKCS importato",
"windowsPhoneSCEP": "Certificato SCEP",
"windowsPhoneTrustedCertificate": "Certificato attendibile",
+147 -105
View File
@@ -71,7 +71,7 @@
"appPackageFile": "デバイスにサイドロードできる形式のアプリを含むファイル。有効なパッケージ タイプには次を含みます: Android (.apk)、iOS (.ipa)、macOS (.pkg)、Windows (.msi、.appx、.appxbundle、.msix、および .msixbundle)。​",
"applicableDeviceType": "このアプリをインストールできるデバイスの種類を選択します。",
"category": "ユーザーがポータル サイトで簡単に並べ替えや検索を行えるように、アプリを分類します。複数のカテゴリを選択することができます。",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"description": "デバイスのユーザーがアプリの内容やアプリで実行可能な操作について理解できるようにします。この説明はポータル サイトでユーザーに表示されます。",
"developer": "アプリを開発した会社または個人の名前。この情報は、管理センターにサインインしているユーザーに表示されます。",
"displayVersion": "アプリのバージョン。この情報は、ポータル サイトでユーザーに表示されます。",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Microsoft Store アプリ (新規) で、Intune で展開するストア アプリを検索します。"
},
"descriptionPreview": "プレビュー",
"descriptionPreviewLabel": "プレビュー",
"descriptionRequired": "説明が必要です。",
"editDescription": "説明を編集します",
"macOSMinOperatingSystemAdditionalInfo": ".pkg ファイルをアップロードするために必要な最小オペレーティング システムは macOS 10.14 です。.pkg ファイルをアップロードして、以前の最小オペレーティング システムを選択します。​",
"markdownHelpLink": "マークダウンに関するヘルプを表示します。説明はサポートされています。",
"name": "アプリ情報",
"nameForOfficeSuitApp": "アプリ スイートの情報"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -915,7 +921,7 @@
"title": "設定カタログ"
},
"Templates": {
"subtitle": "テンプレートには、機能ごとに整理された設定のグループが含まれています。ポリシーを手動で作成しない場合や、WiFi や VPN の構成など企業ネットワークにアクセスするようデバイスを構成する場合は、テンプレートを使用します。",
"subtitle": "テンプレートには、機能に整理された設定のグループが含まれています。ポリシーを手動で作成しない場合や、WiFi や VPN の構成など企業ネットワークにアクセスするようデバイスを構成する場合は、テンプレートを使用します。",
"title": "テンプレート"
},
"noData": "ポリシー テンプレートが見つかりません"
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "アカウントの保護 (テスト)",
"windowsSecurityExperience": "Windows セキュリティ エクスペリエンス"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows ファイアウォール"
},
"FirewallRules": {
"mDE": "Windows ファイアウォール規則"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "OneDrive 既知のフォルダー移動設定: Windows 10 クラウド構成テンプレート。https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "不明",
"unsupported": "サポートされていません",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi インポート",
"windows10CompliancePolicy": "Windows 10/11 コンプライアンス ポリシー",
@@ -1064,9 +1080,11 @@
"prompt": "プロンプト"
},
"Permissions": {
"accessBackgroundLocation": "位置情報へのアクセス (バックグラウンド)",
"accessCoarseLocation": "位置情報へのアクセス (粗い)",
"accessFineLocation": "位置情報へのアクセス (細かい)",
"addVoicemail": "ボイスメールの追加",
"bluetoothConnect": "Bluetooth 接続",
"bodySensors": "ボディ センサーのデータの許可",
"bodySensorsBackground": "背景の身体センサー データを許可する",
"callPhone": "電話をかける",
@@ -1204,7 +1222,7 @@
"minimumCpuSpeedTooltip": "アプリのインストールに必要な最小 CPU 速度です。",
"minimumLogicalProcessors": "必要な論理プロセッサの最小数",
"minimumLogicalProcessorsTooltip": "アプリのインストールに必要な論理プロセッサの最小数です。",
"minimumOperatingSystem": "最低限のオペレーティング システム",
"minimumOperatingSystem": "最小なオペレーティング システム",
"minimumOperatingSystemTooltip": "アプリのインストールに必要な最小オペレーティング システムを選択します。",
"minumumTextFieldValue": "値は、{0} 以上である必要があります。",
"physicalMemory": "必要な物理メモリ (MB)",
@@ -1640,7 +1658,7 @@
"deleteTitle": "{0} 制限を削除しますか?",
"descriptionHint": "制限の設定によって特徴づけられる、業務での使用または制限のレベルの短い説明文。",
"edit": "制限の編集",
"info": "デバイスは、そのユーザーに割り当てられている優先順位の最も高い登録制限に準拠している必要があります。優先順位を変更するには、デバイスの制限をドラッグします。既定の制限は、どのユーザーでも優先順位が最低であり、ユーザーのいない登録を管理します。既定の制限を編集することはできますが、削除することはできません。",
"info": "デバイスは、そのユーザーに割り当てられている優先順位の最も高い登録制限に準拠している必要があります。優先順位を変更するには、デバイスの制限をドラッグします。既定の制限は、どのユーザーでも優先順位が最低であり、ユーザーなしの登録を管理します。既定の制限を編集することはできますが、削除することはできません。",
"iosRestrictions": "iOS の制限",
"mDM": "MDM",
"macRestrictions": "macOS の制限",
@@ -1677,9 +1695,9 @@
"antivirus": "ウイルス対策",
"antivirusReporting": "ウイルス対策レポート (プレビュー)",
"conditionalAccess": "条件付きアクセス",
"deviceCompliance": "デバイスのポリシー準拠",
"deviceCompliance": "デバイスのコンプライアンス",
"diskEncryption": "ディスクの暗号化",
"eDR": "エンドポイントの検出と応",
"eDR": "エンドポイントの検出と応",
"ePM": "エンドポイント特権の管理",
"firewall": "ファイアウォール",
"helpSupport": "ヘルプとサポート",
@@ -1970,6 +1988,7 @@
"tenantManagement": "テナント管理"
},
"actions": "コンプライアンス非対応に対するアクション",
"adminPermissions": "管理者のアクセス許可",
"advancedExchangeSettings": "Exchange Online の設定",
"advancedThreatProtection": "Microsoft Defender for Endpoint",
"allApps": "すべてのアプリ",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "ソフトウェア更新プログラムの概要",
"macOSSoftwareUpdateStateSummaries": "更新プログラム",
"managedGooglePlay": "マネージド Google Play",
"msfb": "ビジネス向け Microsoft ストア",
"myPermissions": "アクセス許可",
"notifications": "通知",
"officeApps": "Office アプリ",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "準拠していないデバイスの廃止",
"retireNoncompliantDevicesPreview": "準拠していないデバイスの廃止 (プレビュー)",
"role": "ロール",
"rolesByPermission": "アクセス許可ごとのロール",
"scriptManagement": "スクリプト",
"securityBaselines": "セキュリティのベースライン",
"serviceToServiceConnector": "Exchange Online Connector",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "Android バックアップ サービスに組織データをバックアップ",
"tooltip": "Android バックアップ サービス組織データバックアップできないようにするには、{0} を選択します。\r\nAndroid バックアップ サービス組織データバックアップできるようにするには {1} を選択します。\r\n個人データや管理されていないデータは影響ません。"
"tooltip": "[ {0} ] を選択して、Android バックアップ サービスへの組織データバックアップを禁止します。\r\n[ {1} ] を選択して、Android バックアップ サービスへの組織データバックアップを許可します。\r\n個人データまたはアンマネージド データは影響を受けません。"
},
"AndroidBiometricAuthentication": {
"label": "アクセスに PIN ではなく生体認証を使用",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "アンマネージド ブラウザー プロトコル",
"tooltip": "<p>1 つのアンマネージド ブラウザーのプロトコルを入力します。ポリシーで管理されているアプリケーションからの Web コンテンツ (http/s) は、このプロトコルをサポートするすべてのアプリで開くことができます。</p>\r\n \r\n<p><b>注: </b>プロトコル プレフィックスのみを含めます。ブラウザーで \"mybrowser://www.microsoft.com\" 形式のリンクが必要な場合は、\"mybrowser\" を入力してください。</p>"
"tooltip": "<p>1 つのアンマネージド ブラウザーのプロトコルを入力します。ポリシーで管理されているアプリケーションからの Web コンテンツ (http/s) は、このプロトコルをサポートするすべてのアプリで開くことができます。</p>\r\n\r\n<p><b>注: </b>プロトコル プレフィックスのみを含めます。ブラウザーで \"mybrowser://www.microsoft.com\" 形式のリンクが必要な場合は、\"mybrowser\" を入力してください。</p>"
},
"CustomDialerAppDisplayName": {
"label": "ダイヤラー アプリ名"
@@ -2183,10 +2202,10 @@
"tooltip": "Intune アプリ層暗号化を使用して組織データの強制的に暗号化する場合は、{0} を選択します。\r\n <br/>\r\nIntune アプリ層暗号化を使用して組織データを強制的に暗号化しない場合は、{1} を選択します。\r\n\r\n<br/>\r\n注: Intune アプリ層暗号化の詳細については、{2} をご覧ください。"
},
"EncryptDataAndroid": {
"tooltip": "<p>[<b>必須</b>] を選択して、このアプリで職場または学校のデータの暗号化を有効にします。 Intune は、wolfSSL、256 ビット AES 暗号化スキームと Android キーストア システムを使用して、アプリ データを安全に暗号化します。データは、ファイル I/O タスク中に同期的に暗号化されます。デバイス ストレージのコンテンツは常に暗号化されます。新しいファイルは 256 ビット キーで暗号化されます。既存の 128 ビット暗号化ファイルは 256 ビット キーへの移行が試行されますが、プロセスは保証されません。128 ビット キーで暗号化されたファイルは引き続き読み取り可能です。</p>\r\n\r\n<p>暗号化方は FIPS 140-2 に準拠しています。</p>"
"tooltip": "<p>[<b>必須</b>] を選択して、このアプリで職場または学校のデータの暗号化を有効にします。Intune は、wolfSSL、256 ビット AES 暗号化スキームと Android キーストア システムを使用して、アプリ データを安全に暗号化します。データは、ファイル I/O タスク中に同期的に暗号化されます。デバイス ストレージのコンテンツは常に暗号化されます。新しいファイルは 256 ビット キーで暗号化されます。既存の 128 ビット暗号化ファイルは 256 ビット キーへの移行が試行されますが、プロセスは保証されません。128 ビット キーで暗号化されたファイルは読み取り可能なままです。</p>\r\n\r\n<p>暗号化方は FIPS 140-2 に準拠しています。</p>"
},
"EncryptDataIos": {
"tooltip1": "<b>[必]</b> を選択すると、このアプリの職場や学校のデータを暗号化できます。Intune では、デバイスがロックされている間にアプリ データを保護するため iOS/iPadOS デバイスに暗号化を強制します。アプリケーションでは、オプションとして、Intune APP SDK 暗号化を使用してアプリ データを暗号化することもできます。Intune APP SDK は iOS/iPadOS 暗号化方法を使用して 128 ビット AES 暗号化をアプリ データに適用します。",
"tooltip1": "<b>[必]</b> を選択すると、このアプリの職場や学校のデータを暗号化できます。Intune では、デバイスがロックされている間にアプリ データを保護するためiOS/iPadOS デバイスに暗号化を強制します。アプリケーションでは、オプションとして、Intune APP SDK 暗号化を使用してアプリ データを暗号化することもできます。Intune APP SDK は iOS/iPadOS 暗号化手段を使用して、256 ビット AES 暗号化をアプリ データに適用します。",
"tooltip2": "この設定を有効にすると、ユーザーが自分のデバイスにアクセスするために PIN を設定して使用しなければならなくなる可能性があります。デバイス PIN がない場合に暗号化が必要になると、ユーザーに対して \"このアプリにアクセスするには、デバイス PIN を最初に有効にすることが組織によって求められています\" というメッセージが表示され、PIN を設定するよう促されます。",
"tooltip3": "<a href=\"{0}\" target=\"_blank\">Apple の公式ドキュメント</a>を参照し、FIPS 140-2 に準拠している、または FIPS 140-2 の準拠が保留されている iOS 暗号化モジュールをご確認ください。"
},
@@ -2200,14 +2219,14 @@
},
"IOSFaceID": {
"label": "アクセスに PIN ではなく Face ID を使用 (iOS 11 以降/iPadOS)",
"tooltip": "Face ID は、iOS/iPadOS デバイスでユーザーを認証するのに顔認識テクノロジを使用します。Intune は LocalAuthentication API を呼び出して、Face ID を使用してユーザーを認証します。許可した場合、Face ID 対応デバイス上のアプリにアクセスするには Face ID を使用する必要があります。"
"tooltip": "Face ID は、iOS/iPadOS デバイスでユーザーを認証するのに顔認識テクノロジを使用します。Intune は LocalAuthentication API を呼び出して、Face ID を使用してユーザーを認証します。 許可した場合、Face ID 対応デバイス上のアプリにアクセスするには Face ID を使用する必要があります。"
},
"IOSOverrideTouchId": {
"label": "タイムアウト後は PIN で生体認証をオーバーライドする"
},
"IOSTouchId": {
"label": "アクセスに PIN ではなく Touch ID を使用 (iOS 8 以降/iPadOS)",
"tooltip": "Touch ID は、iOS デバイスでユーザーを認証するのに指紋認識テクノロジを使用します。Intune は LocalAuthentication API を呼び出して、Touch ID を使用してユーザーを認証します。許可した場合、Touch ID 対応デバイス上のアプリにアクセスするには Touch ID を使用する必要があります。"
"tooltip": "Touch ID は、iOS デバイスでユーザーを認証するのに指紋認識テクノロジを使用します。Intune は LocalAuthentication API を呼び出して、Touch ID を使用してユーザーを認証します。許可した場合、Touch ID 対応デバイス上のアプリにアクセスするには Touch ID を使用する必要があります。"
},
"MessagingRedirectAppDisplayName": {
"label": "メッセージング アプリ名"
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "組織データの通知",
"tooltip": "<p>次のいずれかのオプションを選択して、このアプリおよびウェアラブルなどの任意の接続されているデバイスについて、組織のアカウントの通知を表示する方法を指定します: </p> \r\n<p>{0}: 通知を共有しない。</p>\r\n<p>{1}: 通知では組織データを共有しない。アプリケーションでサポートされていない場合通知ブロックす。</p>\r\n<p>{2}: すべての通知を共有する。</p>\r\n <p>Android のみ:\r\n 注: この設定はすべてのアプリケーションに適用されるわけではありません。詳細については、{3} を参照してください </p>\r\n\r\n <p>iOS のみ:\r\n注: この設定はすべてのアプリケーションに適用されるわけではありません。詳細については、{4} を参照してください</p>"
"tooltip": "<p>次のいずれかのオプションを選択して、このアプリおよびウェアラブルなどの任意の接続されているデバイスについて、組織のアカウントの通知を表示する方法を指定します</p>\r\n<p>{0}: 通知を共有しない。</p>\r\n<p>{1}: 通知では組織データを共有しない。アプリケーションでサポートされていない場合通知ブロックされます。</p>\r\n<p>{2}: すべての通知を共有する。</p>\r\n <p>Android のみ:\r\n 注: この設定はすべてのアプリケーションに適用されるわけではありません。詳細についてはを参照してください{3}</p>\r\n\r\n <p>iOS のみ:\r\n注: この設定はすべてのアプリケーションに適用されるわけではありません。詳細についてはを参照してください{4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "その他のアプリでの Web コンテンツの転送を制限する",
"tooltip": "<p>次のいずれかのオプションを選択して、このアプリ Web コンテンツを開くことできるアプリを指定します: </p>\r\n<p><b>Microsoft Edge:</b> Microsoft Edge でのみ Web コンテンツを開くことを許可します。<a href=\"{0}\" target=\"_blank\"> Microsoft Edge データを保護する方法について説明します。</a></p>\r\n<p><b>アンマネージド ブラウザー:</b> [アンマネージド ブラウザー プロトコル] 設定によって定義されアンマネージド ブラウザーでのみ Web コンテンツを開くことを許可します </p>\r\n<p><b>任意のアプリ:</b> のアプリで Web リンクを許可します</p>"
"tooltip": "<p>このアプリ Web コンテンツを開くことできるアプリを指定するには、次のいずれかのオプションを選択します</p>\r\n<p><b> Microsoft Edge:</b> Web コンテンツをMicrosoft Edge でのみ開くことを許可します。<a href=\"{0}\" target=\"_blank\">Microsoft Edge データを保護する方法について説明します。</a></p>\r\n<p><b>アンマネージド ブラウザー:</b> [アンマネージド ブラウザー プロトコル] 設定定義されているアンマネージド ブラウザーでのみ Web コンテンツを開くことを許可します</p>\r\n<p><b>任意のアプリ:</b> 任意のアプリで Web リンクを許可します</p>"
},
"OverrideBiometric": {
"tooltip": "必須の場合、タイムアウト (非アクティブ分数) に従い、生体認証プロンプトが PIN プロンプトでオーバーライドされます。このタイムアウト値に達していない場合は生体認証プロンプトが引き続き表示されます。このタイムアウト値は、[(非アクティブ分数) 後にアクセス要件を再確認する] で指定された値より大きくなければなりません。"
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "組織データのコピーを保存",
"tooltip": "[名前を付けて保存] を使用して、選択したストレージ サービス以外の新しい場所に組織データのコピーを保存できないようにする場合は、{0} を選択します。\r\n [名前を付けて保存] を使用して新しい場所に組織データのコピーを保存できるようにする場合は、{1} を選択します。<br/> \r\n\r\n\r\n注: この設定はすべてのアプリケーションに適用されるわけではありません。詳しくは、{2} をご覧ください。\r\n"
"tooltip": "[名前を付けて保存] を使用して、選択したストレージ サービス以外の新しい場所に組織データのコピーを保存ないようにするは、[{0}] を選択します。\r\n [名前を付けて保存] を使用して組織データのコピーを新しい場所に保存できるようにするは、[{1}] を選択します。<br/>\r\n\r\n\r\n注: この設定はすべてのアプリケーションに適用されるわけではありません。詳細については、{2} を参照してください。\r\n"
},
"SaveDataToSelected": {
"label": "選択したサービスにユーザーがコピーを保存することを許可",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "切り取り、コピー、貼り付けの許可",
"tooltip": "次のいずれかのオプションを選択して、組織ユーザーが組織データの切り取り、コピー、貼り付けできるソースとコピー先を指定します。 <br/>\r\n\r\n<b>任意のコピー先と任意のソース</b>: 組織ユーザーは、のアカウント、ドキュメント、場所、またはアプリケーションに対してもデータを貼り付け、切り取りコピーできます。<br/>\r\n\r\n<b>コピー先およびソースなし</b>: 組織ユーザーは外部アカウント、ドキュメント、場所、アプリケーションと、組織コンテキストとの間でデータ切り取り、コピー、貼り付けできません。"
"tooltip": "組織データの切り取りまたはコピーまたは貼り付けを行うことができるソースと先を指定するには、次のいずれかのオプションを選択します。<br/>\r\n\r\n<b>任意の先と任意のソース</b>: 組織ユーザーは、データを任意のアカウント、ドキュメント、場所、またはアプリケーションから貼り付け、切り取り/コピーできます。<br/>\r\n\r\n<b>宛先またはソースなし</b>: 組織ユーザーは外部アカウント、ドキュメント、場所、またはアプリケーションとの間でデータ切り取り、コピー、貼り付けを行うことはできません。"
},
"WinPrintData": {
"label": "組織データの印刷",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "データ受信",
"tooltip": "次のいずれかのオプションを選択して、組織ユーザーがデータを受信できるソースを指定します: <br/>\r\n\r\n<b>すべてのソース</b>: 組織ユーザーは、任意のアカウント、ドキュメント、場所、またはアプリケーションから組織コンテキストにデータを開くことができます。<br/>\r\n\r\n<b>ソースなし</b>: 組織ユーザーは、外部アカウント、ドキュメント、場所、アプリケーションから組織コンテキストにデータを開くことできません。"
"tooltip": "組織ユーザーがデータを受信できるソースを指定するには、次のいずれかのオプションを選択します<br/>\r\n\r\n<b>すべてのソース</b>: 組織ユーザーは、任意のアカウント、ドキュメント、場所、またはアプリケーションから組織コンテキストにデータを開くことができます。<br/>\r\n\r\n<b>ソースなし</b>: 組織ユーザーは、外部アカウント、ドキュメント、場所、またはアプリケーションから組織コンテキストにデータを開くことできません。"
},
"WinSendData": {
"label": "組織データの送信先",
"tooltip": "次のいずれかのオプションを選択して、組織ユーザーがデータを送信できる宛先を指定します。 <br/>\r\n\r\n<b>すべての宛先</b>: 組織ユーザーは、任意のアカウント、ドキュメント、場所、アプリケーションに組織データを送信できます。<br/>\r\n\r\n<b>宛先なし</b>: 組織ユーザーは、組織コンテキストから外部アカウント、ドキュメント、場所、アプリケーションに組織データを送信できません。"
"tooltip": "組織ユーザーがデータを送信できる宛先を指定するには、次のいずれかのオプションを選択します。<br/>\r\n\r\n<b>すべての宛先</b>: 組織ユーザーは、任意のアカウント、ドキュメント、場所、またはアプリケーションに組織データを送信できます。<br/>\r\n\r\n<b>宛先なし</b>: 組織ユーザーは、組織コンテキストから外部アカウント、ドキュメント、場所、またはアプリケーションに組織データを送信できません。"
},
"Tap": {
"numberOfDays": "日数",
@@ -2387,17 +2406,17 @@
"PolicySet": {
"appManagement": "アプリケーション管理",
"assignments": "割り当て",
"basics": "基本",
"basics": "基本情報",
"deviceEnrollment": "デバイスの登録",
"deviceManagement": "デバイス管理",
"scopeTags": "スコープ タグ",
"appConfigurationTitle": "アプリ構成ポリシー",
"appConfigurationTitle": "App Configuration ポリシー",
"appProtectionTitle": "アプリ保護ポリシー",
"appTitle": "アプリ",
"iOSAppProvisioningTitle": "iOS アプリ プロビジョニング プロファイル",
"deviceLimitRestrictionTitle": "デバイスの上限数の制限",
"deviceTypeRestrictionTitle": "デバイスの種類の制限",
"enrollmentStatusSettingTitle": "登録ステータ スページ",
"enrollmentStatusSettingTitle": "登録状態ページ",
"windowsAutopilotDeploymentProfileTitle": "Windows Autopilot Deployment プロファイル",
"deviceComplianceTitle": "デバイス コンプライアンス ポリシー",
"deviceConfigurationTitle": "デバイス構成プロファイル",
@@ -2421,19 +2440,35 @@
"availableUninstall": "利用可能なアンインストールを許可する",
"availableUninstallTooltip": "Intune ポータル サイトのユーザーにこのアプリのアンインストール オプションを提供するには、[はい] を選択します。ユーザーが Intune ポータル サイトからアプリをアンインストールできないようにするには、[いいえ] を選択します。",
"bladeTitle": "プログラム",
"commandLineDropdownText": "コマンド ライン",
"deviceRestartBehavior": "デバイスの再起動",
"deviceRestartBehaviorTooltip": "アプリが正常にインストールされた後の、デバイスの再起動の動作を選択します。リターン コードの構成設定に基づいてデバイスを再起動するには、[リターン コードを基に動作を決定する] を選択してください。MSI ベースのアプリのインストール中にデバイスの再起動を抑止するには、[何もしない] を選択してください。再起動を抑止せずにアプリのインストールを完了できるようにするには、[アプリのインストールによるデバイスの強制的な再起動を許可する] を選択してください。アプリのインストールが正常に完了した後、常にデバイスを再起動するには、[Intune によってデバイスの必須の再起動が強制実行されるようにする] を選択してください。",
"header": "アプリをインストール/アンインストールするコマンドを指定します:",
"installCommand": "インストール コマンド",
"installCommandMaxLengthErrorMessage": "インストール コマンドは、許可されている最大長の 1024 文字以下でなければなりません。",
"installCommandTooltip": "このアプリをインストールするために使用する完全なインストール コマンド ラインです。",
"installScript": "インストール スクリプト",
"installScriptErrorText": "インストール スクリプトは必須です。",
"installScriptToolTip": "このアプリのインストールに使用するインストール コマンドを含んだ PowerShell スクリプト ファイル。",
"installScriptsHeader": "アプリのインストールとアンインストールに関する設定 (スクリプトとコマンドラインのどちらを使用するか、時間制限、再起動の動作、リターン コードなど) を指定します。",
"installerTypeText": "インストーラーの種類",
"runAs32Bit": "64 ビット クライアント上でインストール/アンインストール コマンドを 32 ビット プロセス内で実行する",
"runAs32BitTooltip": "64 ビット クライアント上でアプリのインストール/アンインストールを 32 ビット プロセス内で実行するには、[はい] を選択します。[いいえ] (既定) を選択すると、64 ビット クライアント上でアプリのインストール/アンインストールが 64 ビット プロセス内で実行されます。32 ビットのクライアントでは、常に 32 ビット プロセスが使用されます。",
"runAsAccount": "インストールの処理",
"runAsAccountTooltip": "サポートされている場合、このアプリをすべてのユーザーにインストールするには、[システム] を選択します。このアプリをデバイスにログインしているユーザーにインストールするには、[ユーザー] を選択します。2 つの目的の MSI アプリでは、変更すると、最初のインストール時にデバイスに適用された値が復元されるまで、更新とアンインストールが正常に完了しなくなります。",
"scriptDropdownText": "PowerShell スクリプト",
"scriptsErrorText": "インストール スクリプトとアンインストール スクリプトは必須です。",
"selectCustomScript": "カスタム スクリプトの選択",
"selectScriptLinkAriaText": "スクリプトが選択されていません。スクリプトをアップロードするためのコンテキスト ウィンドウが開きます。",
"selectScriptLinkText": "スクリプトの選択",
"selectedScriptLinkAriaText": "スクリプト {0} が選択されています。新しいスクリプトを編集またはアップロードするためのコンテキスト ペインが開きます。",
"selectorLabel": "プログラム",
"uninstallCommand": "アンインストール コマンド",
"uninstallCommandTooltip": "このアプリをアンインストールするために使用する完全なアンインストール コマンド ラインです。"
"uninstallCommandTooltip": "このアプリをアンインストールするために使用する完全なアンインストール コマンド ラインです。",
"uninstallScript": "アンインストール スクリプト",
"uninstallScriptErrorText": "アンインストール スクリプトは必須です。",
"uninstallScriptToolTip": "このアプリのアンインストールに使用するアンインストール コマンドを含んだ PowerShell スクリプト ファイル。",
"uninstallerTypeText": "アンインストーラーの種類"
},
"TermsOfUse": {
"Languages": {
@@ -2847,13 +2882,13 @@
"description": "説明",
"deviceType": "デバイスの種類",
"deviceUse": "デバイスの使用",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot では、Surface Hub 2 デバイスに対して Microsoft Entra 参加済みのみをサポートしています。デバイスが組織内の Active Directory (AD) に参加する方法を指定します。\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra joined: オンプレミスの Windows Server Active Directory が含まれないクラウド専用。\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n デバイスが組織内の Active Directory (AD) に参加する方法を指定します。\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra 参加済み: オンプレミスの Windows Server Active Directory が含まれないクラウド専用\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot では、Surface Hub 2 デバイスに対して Microsoft Entra 参加済みのみをサポートしています。デバイスが組織内の Active Directory (AD) に参加する方法を指定します。\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra 参加済み: オンプレミスの Windows Server Active Directory ないクラウド専用。\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n デバイスが組織内の Active Directory (AD) に参加する方法を指定します。\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra 参加済み: オンプレミスの Windows Server Active Directory ないクラウド専用\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "割り当て済みデバイス数のフェッチ中にエラーが発生しました。",
"getAssignmentsError": "AutoPilot プロファイル割り当てのフェッチ中にエラーが発生しました。",
"harvestDeviceId": "すべての対象デバイスを Autopilot に変換する",
"harvestDeviceIdDescription": "既定では、このプロファイルは Autopilot サービスから同期された Autopilot デバイスのみに適用できます。",
"harvestDeviceIdInfo": "\r\n 対象デバイスがまだ登録されていない場合は、[はい] をクリックして、すべての対象デバイスを Autopilot に登録します。登録されたデバイスで次に Windows OOBE (Out of Box Experience) を実行する場合、割り当てられた Autopilot シナリオが実行されます。\r\n <br>\r\n 特定の Autopilot シナリオは、それぞれ必要な Windows の最低ビルドがあることに注意ください。デバイスに、シナリオ実行に必要な最ビルドがあることを確認ください。\r\n <br>\r\n このプロファイルを削除しても、対象のデバイスは Autopilot から削除されません。Autopilot からデバイスを削除するには、Windows Autopilot デバイス ビューをご利用ください。\r\n",
"harvestDeviceIdInfo": "\r\n 対象デバイスがまだ登録されていない場合は、[はい] をクリックして、すべての対象デバイスを Autopilot に登録します。登録されたデバイスで次に Windows OOBE (Out of Box Experience) を実行する場合、割り当てられた Autopilot シナリオが実行されます。\r\n <br>\r\n 特定の Autopilot シナリオは、Windows の特定の最小ビルドが必要であることに注意してください。シナリオ実行するために必要な最ビルドがデバイスにあることを確認してください。\r\n <br>\r\n このプロファイルを削除しても影響を受けるデバイスは Autopilot から削除されません。Autopilot からデバイスを削除するには、Windows Autopilot デバイス ビューをご利用ください。\r\n ",
"harvestDeviceIdWarning": "変換後、Autopilot デバイスは、Autopilot デバイス リストから削除するだけで元に戻すことができます。",
"holoLensCommandMenu": "HoloLens",
"info": "Windows AutoPilot Deployment プロファイルを使用して、デバイスの out-of-box experience をカスタマイズできます。",
@@ -2879,9 +2914,9 @@
"devicesWithoutEnrollment": "マネージド アプリ"
},
"AppProtection": {
"allAppTypes": "すべてのアプリの種類を対象にする",
"allAppTypes": "すべてのアプリの種類をターゲットにする",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Android 作業プロファイルのアプリ",
"appsInAndroidWorkProfile": "Android 仕事用プロファイルのアプリ",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Microsoft Entra 共有モードを使用した Android Enterprise 専用デバイス上のアプリ",
"appsOnAndroidOpenSourceProjectUserAssociated": "Android オープン ソース プロジェクト ユーザーが関連付けられている アプリ",
"appsOnAndroidOpenSourceProjectUserless": "Android オープン ソース プロジェクトユーザーレス上のアプリ",
@@ -2891,7 +2926,7 @@
"iosAndroidMacPlatformLabel": "iOS、Android、Mac",
"iosAndroidPlatformLabel": "iOS、Android",
"macPlatformLabel": "Mac",
"notAvailable": "使用できません",
"notAvailable": "利用不可",
"windows10PlatformLabel": "Windows 10 以降",
"withEnrollment": "登録済み",
"withoutEnrollment": "未登録"
@@ -4078,6 +4113,7 @@
"vPNProxy": "プロキシ",
"vPNSplitTunneling": "分割トンネリング",
"vPNTrustedNetwork": "信頼されたネットワーク検出",
"wSLCompliance": "Linux 用 Windows サブシステム (WSL)",
"wakeSettings": "ウェイク設定",
"webContentFilter": "Web コンテンツ フィルター",
"wiFi": "Wi-Fi",
@@ -4300,7 +4336,6 @@
"mk": "マケドニア語 (北マケドニア)",
"ml": "マラヤーラム語 (インド)",
"mt": "マルタ語 (マルタ)",
"mi": "マオリ語 (ニュージーランド)",
"mr": "マラーティー語 (インド)",
"moh": "モホーク語 (モホーク)",
"ne": "ネパール語 (ネパール)",
@@ -4334,11 +4369,13 @@
"vi": "ベトナム語 (ベトナム)",
"cy": "ウェールズ語 (イギリス)",
"wo": "ウォロフ語 (セネガル)",
"sah": "ヤクート語 (ロシア)",
"ii": "イ語 (中国)",
"yo": "ヨルバ語 (ナイジェリア)"
},
"DisplayRoleTypes": {
"builtInRole": "組み込みロール",
"customAutopatchRole": "カスタム Windows 自動パッチのロール",
"customCloudPCRole": "Windows 365 のカスタム ロール",
"customIntuneRole": "Intune のカスタム ロール",
"customRole": "カスタム ロール"
@@ -4407,7 +4444,7 @@
"iOS": "iOS/iPadOS デバイスでは、PIN ではなく指紋確認の使用を許可できます。ユーザーは、職場アカウントを使用してこのアプリにアクセスするときに指紋の入力を求められます。",
"mac": "Mac デバイスでは、PIN ではなく指紋確認の使用を許可できます。ユーザーは、職場アカウントを使用してこのアプリにアクセスするときに指紋の入力を求められます。"
},
"allowWidgetContentSync": "ポリシー マネージド アプリがアプリ ウィジェットにデータを保存しないようにするには、[ブロック] を選択します。[許可] を選択した場合、ポリシー マネージド アプリでこれらの機能がサポートされ、有効になっている場合、ポリシー マネージド アプリはアプリ ウィジェットにデータを保存できます。\r\n\r\n\r\n\r\nアプリは、アプリ構成ポリシーを使用して追加の構成機能を提供することができます。詳細については、アプリのドキュメントを参照してください。",
"allowWidgetContentSync": "ポリシー マネージド アプリがアプリ ウィジェットにデータを保存しないようにするには、[ブロック] を選択します。[許可] を選択した場合、ポリシー マネージド アプリでこれらの機能がサポートされ、有効になっている場合、ポリシー マネージド アプリはアプリ ウィジェットにデータを保存できます。\r\n\r\n \r\n\r\nアプリは、アプリ構成ポリシーを使用して追加の構成機能を提供することができます。詳細については、アプリのドキュメントを参照してください。",
"appSharingFromLevel1": "次のオプションからひとつを選択し、このアプリがデータを受信するアプリを指定してください。",
"appSharingFromLevel2": "{0}: 他のポリシー マネージド アプリからのみ、組織ドキュメントやアカウントのデータを受信できます",
"appSharingFromLevel3": "{0}: どのアプリからでも組織ドキュメントやアカウントのデータを受信できます",
@@ -4742,7 +4779,7 @@
"kg": "キルギス",
"kh": "カンボジア",
"kn": "セントクリストファー・ネイビス",
"kr": "大韓民国",
"kr": "国",
"kw": "クウェート",
"ky": "ケイマン諸島",
"kz": "カザフスタン",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "これらの設定は、フル マネージド、専用、会社所有の仕事用プロファイル デバイスに対して有効です。",
"allAndroidCorpEnrollmentTypesHeaderName": "フル マネージド、専用、会社所有の仕事用プロファイル デバイス",
"allAndroidVersionsPasswordHeader": "すべての Android デバイス",
"allAndroidVersionsPasswordHeaderDescription": "これらの設定は、すべての Android OS バージョンと製造元で有効です。",
"allAndroidVersionsPasswordHeaderDescription": "これらの設定は、指定されている場合を除き、すべての Android OS バージョンと製造元に対して機能します",
"allDomainsOption": "すべてのドメイン",
"allEnrollmentTypesDescription": "これらの設定は、デバイス登録またはユーザー登録によって Intune に登録されたデバイスと、Apple School Manager または Apple Business Manager を使用して自動デバイス登録 (以前の DEP) によって登録されたデバイスに対して有効です。",
"allEnrollmentTypesHeader": "すべての登録の種類",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "顔を使用したロック解除",
"blockFacetimeName": "FaceTime をブロックする",
"blockFactoryResetDescription": "デバイスでの工場出荷時の設定へのリセットをブロックします。",
"blockFactoryResetName": "工場出荷時の設定へのリセット (Samsung KNOX のみ)",
"blockFactoryResetName": "出荷時の設定へのリセット (Samsung KNOX Android 15 以前のみ)",
"blockFilesNetworkDriveAccessDescription": "サーバー メッセージ ブロック (SMB) プロトコルを使用して、デバイスはネットワーク サーバー上のファイルまたは他のリソースにアクセスできます。iOS および iPadOS のバージョン 13.0 以降を実行しているデバイスで使用できます。",
"blockFilesNetworkDriveAccessName": "ファイル アプリでのネットワーク ドライブへのアクセスをブロックする",
"blockFilesUsbDriveAccessDescription": "アクセス可能なデバイスは、USB ドライブに接続してファイルを開くことができます。iOS および iPadOS のバージョン 13.0 以降を実行しているデバイスで使用できます。",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "デバイスでの Google アカウントの自動同期機能をブロックします。",
"blockGoogleAccountAutoSyncName": "Google アカウントの自動同期 (Samsung KNOX のみ)",
"blockGoogleBackupDescription": "Google バックアップを使用した同期をブロックします。",
"blockGoogleBackupName": "Google バックアップ (Samsung KNOX のみ)",
"blockGoogleBackupName": "Google バックアップ (Samsung KNOX Android 15 以前のみ)",
"blockGooglePlayStoreDescription": "Google Play ストアをブロックします (Samsung KNOX Standard 4.0+)。",
"blockGooglePlayStoreName": "Google Play ストア (Samsung KNOX のみ) ",
"blockHostPairingDescription": "iOS デバイスとペアリングできるデバイスをホスト ペアリングで制御することをブロックします。",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "SIM カードが検出されない場合に、エラー ダイアログが表示されないようにします",
"blockSIMCardErrorDialogName": "SIM カードのエラー ダイアログ (モバイルのみ)",
"blockSMSAndMMSAndroidDescription": "SMS/MMS メッセージング機能をブロックします (Samsung KNOX Standard 4.0+)。",
"blockSMSAndMMSName": "SMS/MMS メッセージング (Samsung KNOX のみ)",
"blockSMSAndMMSName": "SMS/MMS メッセージング (Samsung KNOX Android 15 以前のみ)",
"blockSafariAutofillDescription": "Safari がユーザーの Web フォームへの入力内容を記憶することを禁止します。",
"blockSafariAutofillName": "Safari の自動入力を禁止する",
"blockSafariDescription": "Safari Web ブラウザーをブロックします。",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "VPN 構成の作成をブロックします",
"blockVPNCreationName": "VPN の作成をブロックする",
"blockVoiceAssistantAndroidDescription": "音声アシスタントをブロックします (Samsung KNOX Standard 4.0+)。",
"blockVoiceAssistantName": "音声アシスタント (Samsung KNOX のみ)",
"blockVoiceAssistantName": "音声アシスタント (Samsung KNOX Android 15 以前のみ)",
"blockVoiceDialingAndroidDescription": "音声ダイヤルをブロックします (Samsung KNOX Standard 4.0+)。",
"blockVoiceDialingDescription": "デバイス上の音声ダイヤルをブロックします。",
"blockVoiceDialingName": "音声ダイヤル",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "アップロードされたファイルの正確な形式については、Intune ドキュメントを参照してください。<a href=\"https://aka.ms/AA6z0o4\">詳細情報</a>",
"customAppConfigurationFileName": "プロパティ リスト ファイル",
"customBoolError": "ブール型のすべての構成キーの値は、\"true\" または \"false\" のいずれかである必要があります。",
"customComplianceToolTip": "有効にすると、検出 PowerShell スクリプトから返されたカスタム データに基づいて、JSON ファイルで定義されたカスタム規則に従ってデバイスが準拠している必要があります。",
"customEapXmlOption": "カスタム EAP XML",
"customIntError": "整数型のすべての構成キーは整数値である必要があります。",
"customItemHideFromUserConfiguration": "非表示",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "仕事用プロファイルと個人プロファイル間のデータ共有",
"dataTypeName": "データ型",
"dateAndTimeBlockChangesDescription": "ユーザーがデバイス (Samsung KNOX) の日付と時刻を変更できないようにします。",
"dateAndTimeBlockChangesName": "日付と時刻の変更ブロック (Samsung KNOX)",
"dateAndTimeBlockChangesName": "日付と時刻の変更ブロックする (Samsung Android 15 以前のみ)",
"dateTimeConfigurationBlockedDescription": "ユーザーによる日付と時刻の手動の設定をブロックします。",
"dateTimeConfigurationBlockedName": "日付と時刻の変更",
"dateTimeName": "日付と時刻",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Wi-Fi 許可リスト",
"knoxBlockAutofillDescription": "オートフィルをブロックします。",
"knoxBlockAutofillName": "オートコンプリート (Samsung KNOX のみ)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX のみ)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX Android 13 以前のみ)",
"knoxBlockCookiesDescription": "ブラウザーの Cookie を許可またはブロックします",
"knoxBlockCookiesName": "Cookie (Samsung KNOX のみ)",
"knoxBlockCopyAndPasteDescription": "コピー/貼り付け機能をブロックします。",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "ポップアップ (Samsung KNOX のみ)",
"knoxBlockRemovableStorageName": "リムーバブル記憶域 (Samsung KNOX のみ)",
"knoxBlockScreenshotDescription": "画面の内容をイメージとしてキャプチャすることをブロックします。",
"knoxBlockScreenshotName": "画面キャプチャ (Samsung KNOX のみ)",
"knoxBlockScreenshotName": "スクリーンショット (Samsung KNOX Android 15 以前のみ)",
"knoxBlockVoiceDialingName": "音声ダイヤル (Samsung KNOX のみ)",
"knoxBlockVoiceRoamingName": "音声通話ローミング (Samsung KNOX のみ)",
"knoxBlockWebBrowserDescription": "デバイス上の Web ブラウザーをブロックします。",
"knoxBlockWebBrowserName": "Web ブラウザー (Samsung KNOX のみ)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX のみ)",
"knoxBlockWiFiTetheringName": "Wi-Fi テザリング (Samsung KNOX のみ)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX Android 12 以前のみ)",
"knoxBlockWiFiTetheringName": "Wi-Fi テザリング (Samsung KNOX Android 12 以前のみ)",
"knoxCellularDataDescription": "携帯ネットワークを介したデータの使用をブロックします。構成しない場合、携帯ネットワークを介したデータの使用が許可され、ユーザーが編集できるようになります。",
"knoxCellularDataName": "携帯データ ネットワーク チャネル (Samsung KNOX のみ)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 以前または Samsung Knox Android 15 以前",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "これらの設定は、Android 9 以前を実行しているデバイス、Android 15 以前の任意のバージョンの Android OS を実行しているすべての Samsung Knox デバイスで機能します。",
"knoxRequireEncryptionName": "暗号化 (Android 11 以前、または Samsung KNOX Android 14 以前)",
"knoxRequireEncryptionOnRemovableStorageDescription": "メモリ カードを暗号化する必要があります。ただし、すべてのデバイスがメモリ カードの暗号化をサポートしているとは限りません。詳しくは、デバイスとモバイル オペレーティング システムのドキュメントをご覧ください。",
"knoxRequireEncryptionOnRemovableStorageName": "メモリ カードでの暗号化 (Samsung KNOX のみ)",
"knoxRequireEncryptionOnRemovableStorageName": "メモリ カードでの暗号化 (Samsung KNOX Android 15 以前のみ)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (ネイティブ型)",
"lanManagerAuthenticationLevelDesc": "このセキュリティ設定では、ネットワーク ログオンにどのチャレンジ/レスポンス認証プロトコルを使用するかを決定します。",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "識別子の種類",
"macOSAppleEventReceiverTableDescription": "アプリまたはプロセスが、制限された Apple イベントを別のアプリまたはプロセスに送信することを許可します。受信するアプリまたはプロセスの ID、ID の種類、コードの要件を知っている必要があります。",
"macOSAppleEventReceiverTableName": "Apple イベント",
"macOSDeploymentChannelDeviceChannel": "デバイス チャネル",
"macOSDeploymentChannelName": "展開チャネル",
"macOSDeploymentChannelUserChannel": "ユーザー チャネル",
"macOSDeploymentChannelWarningBanner": "ユーザー チャネルでは、セキュリティ目的でのみユーザー証明書の種類を使用することを強くお勧めします。",
"macOSPrivacyAccessControlItemAccessibilityDescription": "デバイス上のアクセシビリティ アプリへのアクセスを制御します。これには、クローズド キャプション、ホバー テキスト、音声コントロールなどの機能が格納されています。",
"macOSPrivacyAccessControlItemAccessibilityName": "アクセシビリティ",
"macOSPrivacyAccessControlItemAddressBookName": "連絡先",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "認証セット内のすべての認証スイートをキー モジュールがサポートしていない場合は、その認証セット全体をキー モジュールが無視するように設定します。有効な場合、キー モジュールはサポートされていない認証スイートを無視します。",
"opportunisticallyMatchAuthName": "状況に応じてキー モジュールごとに認証セットを一致させる",
"optional": "省略可能",
"optionalValue": "省略可能な値",
"organizationalUnitDescription": "コンピューター アカウントが作成される組織単位 (OU) の完全なパス。指定しない場合、既知のコンピューター オブジェクト コンテナーが使用されます。",
"organizationalUnitName": "組織単位",
"originalProfileTypeTitle": "元のプロファイルの種類:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "証明書の有効期間",
"sCEPPolicyCustomAADAttribute": "カスタム Microsoft Entra 属性",
"sCEPPolicyCustomKeys": "カスタム キー",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "{{UserPrincipalName}} など、サポートされている任意の変数で値を指定します。{{OnPremisesSecurityIdentifier}} は URI 属性でのみ使用できます。サポートされている変数の詳細情報: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "サポートされている任意の変数と静的テキストを組み合わせて、値を指定します。UPN と Email アドレスの場合は、 {{AAD_Device_ID}}@contoso.com の形式を使用します。DNS 値には、シンボルや @ 記号を含めることはできません ({{DeviceName}}.contoso.com、{{DeviceName}} など)。{{OnPremisesSecurityIdentifier}} 値は、サブジェクトの別名の URI 属性でのみ使用できることに注意してください。サポートする変数については、http://go.microsoft.com/fwlink/?LinkId=2027630 を参照してください。",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "WPA 事前共有キー",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "非準拠の Linux ディストリビューションは次のとおりです。",
"wSLComplianceTitle": "Linux 用 Windows サブシステム (WSL) から非準拠の Linux ディストリビューションまたはバージョンをアンインストールします。",
"wSLPolicyDistributionName": "ディストリビューション名:",
"wSLPolicyMaxOSVersionName": "最大 OS バージョン",
"wSLPolicyMinOSVersionName": "最小 OS バージョン",
"wakeOnLANName": "Wake On LAN",
"wakeOnPowerName": "電源オン時のスリープ解除",
"wakeScreenWhenSomeoneInRoomName": "ユーザーの入室時に画面のスリープ状態を解除する",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "ロック画面の Windows スポットライト",
"windowsSpotlightPersonalizationDescription": "デバイスの使用状況に基づく Windows スポットライトのパーソナル化をブロックします",
"windowsSpotlightPersonalizationName": "Windows スポットライトのパーソナル化",
"windowsSubsystemLinuxComplianceDescription": "これらの設定は、マネージド Windows デバイスにインストールされている Linux ディストリビューションに関連し、デバイスのコンプライアンス状態に影響します。<a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">設定の使用に関する詳細情報</a>",
"windowsSubsystemLinuxComplianceHeader": "許可される Linux ディストリビューションとバージョン",
"windowsSubsystemLinuxComplianceInfoBox": "同じポリシーで WSL とカスタム コンプライアンス設定を構成することはできません。",
"windowsSubsystemLinuxComplianceLearnMore": "許可される Linux ディストリビューションと、必要に応じて、各ディストリビューションに最小バージョン、最大バージョン、またはその両方を指定します。",
"windowsTipsDescription": "Windows のヒントのポップアップを IT 管理者がオフにできるようにします。",
"windowsTipsName": "Windows のヒント",
"windowsWelcomeExperienceDescription": "新機能または更新された機能を紹介する Windows へようこそのエクスペリエンスをブロックします",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "ポリシーがありません",
"clientAppPolicyPlural": "{0} 個のポリシー",
"clientAppPolicySingular": "{0} 個のポリシー",
"clockInClockOutNotes": "<p><b>注:</b></p>\r\n<ul type=\"disc\">\r\n <li>この設定が適用可能なアプリに関する詳しい情報については、<b>通知オフ時間に関するドキュメント - セクションのブロックへのリンク</b>を参照してください。</li>\r\n <li>この設定には、通知をミュートする機能はありません。通知をミュートする設定を構成するには、<b>通知オフ時間に関するドキュメントへのリンク - ミュートへのリンクを参照してください</b>。</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>注:</b></p>\r\n<ul type=\"disc\">\r\n <li>この設定は、テナントが <b>稼働時間 API</b> と統合されている場合にのみ構成する必要があります。この設定を <b>稼働時間 API</b> と統合する方法の詳細については、「<a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">現場担当者がシフト外のときに Microsoft Teams へのアクセスを制限する</a>」\rを参照してください\n.稼働時間 API と統合せずにこの設定を構成すると、アプリケーションに関連付けられているマネージド アカウントの稼働時間の状態がないため、アカウントがブロックされる可能性があります。</li>\r\n <li>「<a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">サポートされている Microsoft Intune アプリ |Microsoft Learn</a>」を参照してください\r\nこの設定をサポートするアプリの詳細については、上記を参照してください。</li><li>この設定には、通知をミュートする機能はありません。通知をミュートするための設定を構成するには、「<a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Microsoft Intune で非通知時間ポリシーを作成する |Microsoft Learn</a>」を参照してください</li>\r\n</ul>",
"clockedOutAccount": "非稼働時間",
"closeText": "閉じる",
"columns": "列",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "登録済みデバイスについて類似のデバイス ベースの設定を構成できます。",
"deviceConditionsInfoParagraph2LinkText": "登録済みデバイスのデバイス コンプライアンス設定の構成については、こちらを参照してください。",
"deviceId": "デバイス ID",
"deviceLockComplexityValidationFailureNotes": "<p><b>注:</b></p>\r\n<ul type=\"disc\">\r\n <li>デバイスのロックでは、 Android 12 以降を対象とした 低、中または高のパスワードの複雑を必須することができます。Android 11 以前で動作しているデバイスでは、複雑の値を低/中/高に設定すると、既定で低い複雑性に対して予期される動作になります。</li>\r\n <li>以下のパスワード定義は変更される可能性があります。様々なパスワードの複雑レベルの最新の定義に関しては <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Developers</a> を参照してください。</li>\r\n</ul>\r\n\r\n<p><b>低</b></p>\r\n<ul type=\"disc\">\r\n <li>パスワードは、繰り返しシーケンス (4444) または順序シーケンス (1234、4321、2468) のパターンや PIN になりえます。</li>\r\n</ul>\r\n\r\n<p><b>中</b></p>\r\n<ul type=\"disc\">\r\n <li>繰り返しシーケンス (4444) や順序シーケンス (1234, 4321, 2468) ではなく、少なくとも 4 文字以上の PIN </li>\r\n <li>英文字のパスワード、少なくとも4 文字以上</li>\r\n <li>英数字パスワード、少なくとも 4 文字以上</li>\r\n</ul>\r\n\r\n<p><b>高</b></p>\r\n<ul type=\"disc\">\r\n <li>繰り返しシーケンス (4444) や順序シーケンス (1234, 4321, 2468) のない、少なくとも 8 文字以上の PIN</li>\r\n <li>英文字のパスワード、長さが 6 文字以上</li>\r\n <li>英数字のパスワード、長さが 6 文字以上</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>注:</b></p>\r\n<ul type=\"disc\">\r\n <li>デバイスのロックでは、 Android 12 以降を対象に、低、中または高のパスワードの複雑を必須することができます。Android 11 以前で動作しているデバイスの場合、低、中、または高の複雑の値を設定すると、既定では「低い複雑さ」の予期される動作になります。</li>\r\n <li>以下のパスワード定義は変更される可能性があります。様々なパスワードの複雑さのレベルの最新の定義に関しては<a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Developers</a> を参照してください。</li>\r\n</ul>\r\n\r\n<p><b>低</b></p>\r\n<ul type=\"disc\">\r\n <li>パスワードは、繰り返し (4444) または順序付け (1234、4321、2468) シーケンスのパターンや PIN にすることができます。</li>\r\n</ul>\r\n\r\n<p><b>中</b></p>\r\n<ul type=\"disc\">\r\n <li>繰り返し (4444) または順序付け (123443212468) シーケンスではない、長さが4 文字以上のPIN</li>\r\n <li>長さが 4 文字以上のアルファベット パスワード</li>\r\n <li>長さが 4 文字以上の英数字パスワード</li>\r\n</ul>\r\n\r\n<p><b>高</b></p>\r\n<ul type=\"disc\">\r\n <li>繰り返し (4444) または順序付け (123443212468) シーケンスではない、長さが 8 文字以上のPIN</li>\r\n <li>長さが 6 文字以上のアルファベット パスワード</li>\r\n <li>長さが 6 文字以上の英数字パスワード</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "デバイスがロックされていて、開いているファイルがあるとき",
"deviceLockedOptionText": "デバイスのロック時",
"deviceManufacturer": "デバイス製造元",
@@ -10620,7 +10676,7 @@
"downloadingReport": "レポートをダウンロードしています",
"edgeGSAssignment": "確実に Microsoft Edge モバイルがインストールされるように、含めるユーザー グループを選択します。これらのユーザーが登録したすべての iOS と Android デバイスに Microsoft Edge がインストールされます。",
"edgeGSIntroBenefitHTML": "<p>会社のデバイス間でシームレスに閲覧できるように、iOS または Android のユーザー用の Microsoft Edge アプリを取得します。Edge を使用すると、ユーザーは組み込みの機能を使用して簡単に Web を操作し、作業内容の統合、調整、管理を行うことができます。iOS および Android デバイスのユーザーが Edge アプリケーションに会社の Microsoft Entra アカウントでサインインする場合、自分が定義したワークプレースのお気に入りと Web サイトのフィルターがブラウザーに事前に読み込まれます。</p><p>ユーザーが iOS または Android デバイスのいずれかを登録できないようにした場合、このシナリオで登録を行うことはできないため、ユーザーは自分で Edge をインストールする必要があります。</p>",
"edgeGSIntroPrereqHTML": "<p>ユーザーが必要としているワークプレースのお気に入りと、Web の閲覧に必要なフィルターについてお聞かせください。続行する前に、次のタスクを完了していることを確認ください</p>\r\n<li>ユーザーを <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra グループ</a>に追加する</li>\r\n<li>Intune に iOS または Android デバイスを登録する。<a href='https://go.microsoft.com/fwlink/?linkid=2102547'>詳細情報</a></li>\r\n<li>Microsoft Edge に追加するワークスペースのお気に入りのリストを収集する。</li>\r\n<li>Microsoft Edge に適用する Web サイトのフィルターのリストを収集する。</li>",
"edgeGSIntroPrereqHTML": "<p>ユーザーが必要としているワークプレースのお気に入りと、Web の閲覧に必要なフィルターについてお聞かせください。続行する前に、次のタスクを完了していることを確認してください:</p>\r\n<li>ユーザーを<a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra グループ</a>に追加する</li>\r\n<li>Intune に iOS または Android デバイスを登録する。<a href='https://go.microsoft.com/fwlink/?linkid=2102547'>詳細情報</a></li>\r\n<li>Edge に追加するワークプレースのお気に入りのリストを収集する。</li>\r\n<li>Edge に適用する Web サイトのフィルターのリストを収集する。</li>",
"edgeGSName": "iOS & Android 用 Microsoft Edge",
"edgeGSSyncInfo": "デバイスの接続性と同期の時刻によっては、この展開がデバイスに達するまでに最大 24 時間かかる場合があります。",
"edit": "編集",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "MAM は有効ですか?",
"itemsCount": "{0} 個の項目",
"jailbrokenRootedDevices": "脱獄またはルート化されたデバイス",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "サポートされているデバイスでのアクセスをブロックする",
"lastModifiedDate": "最終更新日",
"lastReportedDate": "最終報告日",
"lastSync": "最後の同期",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "削除しています...",
"photoLibrary": "フォト ライブラリ",
"pinCharSettingTooltip": "数字 PIN には、数字のみを使用できます。\r\n\r\nパスコードには、英数字と使用可能な記号の両方を含める必要があります。",
"pinRotationWarning": "<b>重要:</b> 2024 年 6 月 1 日に、17.7.0 より古い SDK を持つアプリはアプリケーション保護ポリシーの更新を取得できなくなり、ユーザーはアプリの起動をブロックされます。ユーザーがアプリを更新していて、基幹業務アプリが最新の SDK またはラッパーを使用していることを確認してください。<a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">詳細情報</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "プラットフォーム",
"platformDropDownLabel": "プラットフォーム",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "ポリシー セット",
"applicabilityRules": "適用性ルール ",
"windowsEnrollmentTitle": "Windows の登録",
"DefaultESPCustomErrorMessage": "セットアップを完了できませんでした。もう一度やり直すか、サポート担当者にお問い合わせください。",
"appleEnrollmentTitle": "Apple の登録",
"targetedAppLabel": "対象アプリ",
"configurationSettingsTitle": "構成設定",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13044,7 +13086,7 @@
"linux": "Linux",
"macOS": "macOS",
"unknown": "不明",
"unsupported": "サポートなし",
"unsupported": "サポート対象外",
"windows": "Windows",
"windows10": "Windows 10 以降",
"windows10CM": "Windows 10 以降 (ConfigMgr)",
@@ -13052,7 +13094,7 @@
"windows10Mobile": "Windows 10 Mobile",
"windows10Team": "Windows 10 Team",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 以降",
"windows8": "Windows 8.1以降",
"windows8And10": "Windows 8 および 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 以降",
@@ -13087,20 +13129,20 @@
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "メール (Samsung KNOX のみ)",
"androidForWorkCustom": "カスタム",
"androidForWorkEmailProfile": "電子メール",
"androidForWorkEmailProfile": "メール",
"androidForWorkGeneral": "デバイスの制限",
"androidForWorkImportedPFX": "PKCS のインポートされた証明書",
"androidForWorkImportedPFX": "インポートされた PKCS の証明書",
"androidForWorkOemConfig": "OEMConfig",
"androidForWorkPKCS": "PKCS 証明書",
"androidForWorkSCEP": "SCEP 証明書",
"androidForWorkTrustedCertificate": "信頼済み証明書",
"androidForWorkTrustedCertificate": "信頼された証明書",
"androidForWorkVpn": "VPN",
"androidForWorkWiFi": "Wi-Fi",
"androidGeneral": "デバイスの制限",
"androidImportedPFX": "PKCS のインポートされた証明書",
"androidImportedPFX": "インポートされた PKCS の証明書",
"androidPKCS": "PKCS 証明書",
"androidSCEP": "SCEP 証明書",
"androidTrustedCertificate": "信頼済み証明書",
"androidTrustedCertificate": "信頼された証明書",
"androidVPN": "VPN",
"androidWiFi": "Wi-Fi",
"androidZebraMx": "MX プロファイル (Zebra のみ)",
@@ -13111,75 +13153,75 @@
"complianceIos": "iOS コンプライアンス ポリシー",
"complianceMac": "Mac コンプライアンス ポリシー",
"complianceWindows10": "Windows 10 以降のコンプライアンス ポリシー",
"complianceWindows10Mobile": "Windows 10 Mobileコンプライアンス ポリシー",
"complianceWindows10Mobile": "Windows 10 Mobile コンプライアンス ポリシー",
"complianceWindows8": "Windows 8 コンプライアンス ポリシー",
"complianceWindowsPhone": "Windows Phone コンプライアンス ポリシー",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "プロパティ カタログ (プレビュー)",
"inventoryCatalog": "プロパティ カタログ",
"iosCustom": "カスタム",
"iosDerivedCredentialAuthenticationConfiguration": "派生 PIV 資格情報",
"iosDeviceFeatures": "デバイス機能",
"iosDeviceFeatures": "デバイスの特徴",
"iosEDU": "教育",
"iosEducation": "教育",
"iosEmailProfile": "電子メール",
"iosEmailProfile": "メール",
"iosGeneral": "デバイスの制限",
"iosImportedPFX": "PKCS のインポートされた証明書",
"iosImportedPFX": "インポートされた PKCS の証明書",
"iosPKCS": "PKCS 証明書",
"iosPresets": "プリセット",
"iosSCEP": "SCEP 証明書",
"iosTrustedCertificate": "信頼済み証明書",
"iosTrustedCertificate": "信頼された証明書",
"iosVPN": "VPN",
"iosVPNZscaler": "VPN",
"iosWiFi": "Wi-Fi",
"macCustom": "カスタム",
"macDeviceFeatures": "デバイス機能",
"macDeviceFeatures": "デバイスの特徴",
"macEndpointProtection": "Endpoint Protection",
"macExtensions": "拡張機能",
"macGeneral": "デバイスの制限",
"macImportedPFX": "PKCS のインポートされた証明書",
"macImportedPFX": "インポートされた PKCS の証明書",
"macSCEP": "SCEP 証明書",
"macTrustedCertificate": "信頼済み証明書",
"macTrustedCertificate": "信頼された証明書",
"macVPN": "VPN",
"macWiFi": "Wi-Fi",
"settingsCatalog": "設定カタログ",
"unsupported": "サポートなし",
"unsupported": "サポート対象外",
"windows10AdministrativeTemplate": "管理用テンプレート (プレビュー)",
"windows10Atp": "Microsoft Defender for Endpoint (Windows 10 以降を実行するデスクトップ デバイス)",
"windows10Custom": "カスタム",
"windows10DesktopSoftwareUpdate": "ソフトウェア更新プログラム",
"windows10DeviceFirmwareConfigurationInterface": "デバイスのファームウェア構成インターフェイス",
"windows10EmailProfile": "電子メール",
"windows10EmailProfile": "メール",
"windows10EndpointProtection": "Endpoint Protection",
"windows10EnterpriseDataProtection": "Windows Information Protection",
"windows10EnterpriseDataProtection": "Windows 情報保護",
"windows10General": "デバイスの制限",
"windows10ImportedPFX": "PKCS のインポートされた証明書",
"windows10ImportedPFX": "インポートされた PKCS の証明書",
"windows10Kiosk": "キオスク",
"windows10NetworkBoundary": "ネットワーク境界",
"windows10PKCS": "PKCS 証明書",
"windows10PolicyOverride": "グループ ポリシーのオーバーライド",
"windows10PolicyOverride": "グループ ポリシー のオーバーライド",
"windows10SCEP": "SCEP 証明書",
"windows10SecureAssessmentProfile": "教育プロファイル",
"windows10SharedPC": "共有マルチユーザーデバイス",
"windows10SharedPC": "共有されたマルチユーザー デバイス",
"windows10TeamGeneral": "デバイスの制限 (Windows 10 Team)",
"windows10TrustedCertificate": "信頼済み証明書",
"windows10TrustedCertificate": "信頼された証明書",
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
"windows10WiFiCustom": "Wi-Fi カスタム",
"windows8General": "デバイスの制限",
"windows8SCEP": "SCEP 証明書",
"windows8TrustedCertificate": "信頼済み証明書",
"windows8TrustedCertificate": "信頼された証明書",
"windows8VPN": "VPN",
"windows8WiFi": "Wi-Fi インポート",
"windowsDeliveryOptimization": "配信の最適化",
"windowsDomainJoin": "ドメインへ参加",
"windowsEditionUpgrade": "エディションのアップグレードおよびモードの切り替え",
"windowsDomainJoin": "ドメインへ参加",
"windowsEditionUpgrade": "エディションのアップグレードモードの切り替え",
"windowsIdentityProtection": "ID 保護",
"windowsPhoneCustom": "カスタム",
"windowsPhoneEmailProfile": "電子メール",
"windowsPhoneEmailProfile": "メール",
"windowsPhoneGeneral": "デバイスの制限",
"windowsPhoneImportedPFX": "PKCS のインポートされた証明書",
"windowsPhoneImportedPFX": "インポートされた PKCS の証明書",
"windowsPhoneSCEP": "SCEP 証明書",
"windowsPhoneTrustedCertificate": "信頼済み証明書",
"windowsPhoneTrustedCertificate": "信頼された証明書",
"windowsPhoneVPN": "VPN",
"IosUpdate": "iOS 更新ポリシー"
},
+142 -100
View File
@@ -71,7 +71,7 @@
"appPackageFile": "디바이스에 사이드로드할 수 있는 형식의 앱을 포함하는 파일입니다. 유효한 패키지 형식은 Android(.apk), iOS(.ipa), macOS(.pkg), Windows(.msi, .appx, .appxbundle, .msix, .msixbundle)입니다.",
"applicableDeviceType": "이 앱을 설치할 수 있는 디바이스 유형을 선택합니다.",
"category": "사용자가 회사 포털에서 보다 쉽게 정렬하고 찾을 수 있도록 앱을 분류합니다. 여러 범주를 선택할 수 있습니다.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"description": "디바이스 사용자가 앱의 용도 및/또는 앱에서 수행할 수 있는 작업을 이해하는 데 도움이 됩니다. 이 설명은 회사 포털에서 볼 수 있습니다.",
"developer": "앱을 개발한 회사 또는 개인의 이름입니다. 이 정보는 관리 센터에 로그인한 사용자에게 표시됩니다.",
"displayVersion": "앱의 버전입니다. 이 정보는 회사 포털의 사용자에게 표시됩니다.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Microsoft Store 앱(신규)에서 Intune을 사용하여 배포하려는 스토어 앱을 검색합니다."
},
"descriptionPreview": "미리 보기",
"descriptionPreviewLabel": "미리 보기",
"descriptionRequired": "설명은 필수입니다.",
"editDescription": "설명 편집",
"macOSMinOperatingSystemAdditionalInfo": ".pkg 파일을 업로드하기 위한 최소 운영 체제는 macOS 10.14입니다. 이전 최소 운영 체제를 선택하려면 .pkg 파일을 업로드하세요.​",
"markdownHelpLink": "설명에 대해 지원되는 markdown에 대한 도움말을 확인하세요.",
"name": "앱 정보",
"nameForOfficeSuitApp": "앱 제품군 정보"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0(Ice Cream Sandwich)",
"v403": "Android 4.0.3(Ice Cream Sandwich)",
"v41": "Android 4.1(Jelly Bean)",
@@ -900,7 +906,7 @@
"PolicySelection": {
"Grid": {
"Column": {
"author": "작성자",
"author": "만든 이",
"template": "템플릿 이름"
},
"Row": {
@@ -915,7 +921,7 @@
"title": "설정 카탈로그"
},
"Templates": {
"subtitle": "템플릿에는 기능별로 구성된 설정 그룹이 포함되어 있습니다. 정책을 수동으로 빌드하지 않으려는 경우 또는 디바이스가 회사 네트워크에 액세스하도록 구성하려는 경우(예: WiFi 또는 VPN 구성) 템플릿을 사용합니다.",
"subtitle": "템플릿에는 기능별로 구성된 설정 그룹이 포함되어 있습니다. 정책을 수동으로 빌드하지 않거나 WiFi 또는 VPN 구성과 같은 회사 네트워크에 액세스하도록 디바이스를 구성하려는 경우 템플릿을 사용합니다.",
"title": "템플릿"
},
"noData": "정책 템플릿을 찾을 수 없음"
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "계정 보호(테스트)",
"windowsSecurityExperience": "Windows 보안 환경"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows 방화벽"
},
"FirewallRules": {
"mDE": "Windows 방화벽 규칙"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "OneDrive 알려진 폴더 이동 설정: 클라우드 구성 템플릿의 Windows 10. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "알 수 없음",
"unsupported": "지원되지 않음",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi 가져오기",
"windows10CompliancePolicy": "Windows 10/11 준수 정책",
@@ -1064,9 +1080,11 @@
"prompt": "확인"
},
"Permissions": {
"accessBackgroundLocation": "위치 액세스(배경)",
"accessCoarseLocation": "위치 액세스(거칠게)",
"accessFineLocation": "위치 액세스(세밀하게)",
"addVoicemail": "음성 사서함 추가",
"bluetoothConnect": "Bluetooth 연결",
"bodySensors": "신체 센서 데이터 허용",
"bodySensorsBackground": "배경 본문 센서 데이터 허용",
"callPhone": "전화 걸기",
@@ -1529,7 +1547,7 @@
"customSubjectName": "CN={{UserName}},E={{EmailAddress}},OU=EnterpriseUsers,O=Contoso Corporation,L=Redmond,ST=WA,C=US\r\nor\r\nCN={{AAD_Device_ID}},E={{EmailAddress}},OU=EnterpriseUsers,O=Contoso Corporation,L=Redmond,ST=WA,C=US",
"keySize": "키에 포함된 비트 수를 선택합니다.",
"keyUsage": "인증서의 공개 키를 교환하는 데 필요한 암호화 작업을 지정합니다.",
"renewalThreshold": "디바이스가 인증서의 갱신을 요청하기 전에 허용되는 남은 인증서 수명의 백분율(1~99%)을 입력합니다. Intune의 권장 값은 20%입니다(1~99%).",
"renewalThreshold": "디바이스가 인증서의 갱신을 요청하기 전에 허용되는 남은 인증서 수명의 백분율(1~007E;99%)을 입력합니다. Intune의 권장 값은 20%입니다(1~007E;99%).",
"rootCert": "이전에 구성 및 할당된 루트 CA 인증서 프로필을 선택합니다. CA 인증서는 이 프로필(현재 구성 중인 프로필)에 대해 인증서를 발급 중인 CA의 루트 인증서와 일치해야 합니다.",
"scepServerUrl": "SCEP를 통해 인증서를 발급하는 NDES 서버의 URL을 입력합니다(HTTPS여야 함). 예: https://contoso.com/certsrv/mscep/mscep.dll",
"scepServerUrls": "SCEP를 통해 인증서를 발급하는 NDES 서버의 URL을 하나 이상 추가합니다(HTTPS여야 함). 예: https://contoso.com/certsrv/mscep/mscep.dll",
@@ -1677,13 +1695,13 @@
"antivirus": "바이러스 백신",
"antivirusReporting": "바이러스 백신 보고(미리 보기)",
"conditionalAccess": "조건부 액세스",
"deviceCompliance": "디바이스 준수",
"deviceCompliance": "디바이스 규정 준수",
"diskEncryption": "디스크 암호화",
"eDR": "엔드포인트 검색 및 응답",
"ePM": "엔드포인트 권한 관리",
"firewall": "방화벽",
"helpSupport": "도움말 및 지원",
"setup": "설",
"setup": "설",
"wdapt": "엔드포인트용 Microsoft Defender"
},
"OutlookAppConfig": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "테넌트 관리"
},
"actions": "비준수에 대한 작업",
"adminPermissions": "관리자 권한",
"advancedExchangeSettings": "Exchange Online 설정",
"advancedThreatProtection": "엔드포인트용 Microsoft Defender",
"allApps": "모든 앱",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "소프트웨어 업데이트 요약",
"macOSSoftwareUpdateStateSummaries": "업데이트",
"managedGooglePlay": "관리되는 Google Play",
"msfb": "비즈니스용 Microsoft 스토어",
"myPermissions": "내 권한",
"notifications": "알림",
"officeApps": "Office 앱",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "비규격 디바이스 사용 중지",
"retireNoncompliantDevicesPreview": "비규격 디바이스 사용 중지(미리 보기)",
"role": "역할",
"rolesByPermission": "권한별 역할",
"scriptManagement": "스크립트",
"securityBaselines": "보안 기준",
"serviceToServiceConnector": "Exchange Online 커넥터",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "Android 백업 서비스에 조직 데이터 백업",
"tooltip": "Android 백업 서비스에 조직 데이터 백업지 않도록 하려면 {0}을(를) 선택합니다.\r\nAndroid 백업 서비스에 조직 데이터의 백업을 허용하려면 {1}을(를) 선택합니다.\r\n개인 데이터 또는 관리 데이터는 영향을 받지 않습니다."
"tooltip": "Android 백업 서비스에 조직 데이터 백업지 않도록 하려면 {0}을(를)선택합니다.\r\nAndroid 백업 서비스에 조직 데이터의 백업을 허용하려면 {1}을(를) 선택합니다.\r\n개인 또는 관리되지 않는 데이터는 영향을 받지 않습니다."
},
"AndroidBiometricAuthentication": {
"label": "액세스에 PIN 대신 생체 인식 사용",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "비관리형 브라우저 프로토콜",
"tooltip": "<p>비관리형 단일 브라우저의 프로토콜을 입력합니다. 정책 관리 애플리케이션의 웹 콘텐츠(http/s)는 이 프로토콜을 지원하는 모든 앱에서 열립니다. </p>\r\n \r\n<p><b>참고: </b>프로토콜 접두사만 포함니다. 브라우저에 \"mybrowser://www.microsoft.com\" 형식의 링크가 필요한 경우, \"mybrowser\"를 입력하세요. </p>"
"tooltip": "<p>비관리형 단일 브라우저의 프로토콜을 입력합니다. 정책 관리 애플리케이션의 웹 콘텐츠(http/s)는 이 프로토콜을 지원하는 모든 앱에서 열립니다. </p>\r\n\r\n<p><b>참고: </b> 프로토콜 접두사만 포함니다. 브라우저에 \"mybrowser://www.microsoft.com\" 형식의 링크가 필요한 경우, \"mybrowser\"를 입력하세요.</p>"
},
"CustomDialerAppDisplayName": {
"label": "전화 걸기 앱 이름"
@@ -2183,10 +2202,10 @@
"tooltip": "Intune 앱 계층 암호화로 조직 데이터 암호화를 적용하려면 {0}을(를) 선택합니다.\r\n <br/>\r\nIntune 앱 계층 암호화로 조직 데이터 암호화를 적용하지 않으려면 {1}을(를) 선택합니다.\r\n\r\n<br/>\r\n참고: Intune 앱 계층 암호화에 대한 자세한 내용은 {2}을(를) 참조하세요."
},
"EncryptDataAndroid": {
"tooltip": "<p>이 앱에서 회사 또는 학교 데이터를 암호화하려면 <b>필요</b>를 선택합니다. Intune은 Android Keystore 시스템과 함께 wolfSSL 256비트 AES 암호화 체계를 사용하여 앱 데이터를 안전하게 암호화합니다. 데이터는 파일 I/O 작업 중에 동기적으로 암호화됩니다. 디바이스 스토리지의 콘텐츠는 항상 암호화됩니다. 새 파일은 256비트 키로 암호화됩니다. 기존 128비트 암호화된 파일은 256비트 키로 마이그레이션을 시도하지만 프로세스가 보장되지는 않습니다. 128비트 키로 암호화된 파일은 계속 읽을 수 있습니다. </p>\r\n\r\n<p> 암호화 방법은 FIPS 140-2를 준수합니다.</p>"
"tooltip": "<p>이 앱에서 회사 또는 학교 데이터를 암호화하려면 <b>필요</b>를 선택합니다. Intune은 Android Keystore 시스템과 함께 wolfSSL 256비트 AES 암호화 체계를 사용하여 앱 데이터를 안전하게 암호화합니다. 데이터는 파일 I/O 작업 중에 동기적으로 암호화됩니다. 디바이스 스토리지의 콘텐츠는 항상 암호화됩니다. 새 파일은 256비트 키로 암호화됩니다. 기존 128비트 암호화된 파일은 256비트 키로 마이그레이션을 시도하지만 프로세스가 보장되지는 않습니다. 128비트 키로 암호화된 파일은 계속 읽을 수 있습니다. </p>\r\n\r\n<p>암호화 방법은 FIPS 140-2 규격입니다.</p>"
},
"EncryptDataIos": {
"tooltip1": "이 앱에서 회사 또는 학교 데이터 암호화를 사용하도록 설정하려면 <b>필요</b>를 선택합니다. Intune은 디바이스가 잠겨 있는 동안 앱 데이터를 보호하기 위해 iOS/iPadOS 디바이스 암호화를 적용합니다. 애플리케이션은 Intune 앱 SDK 암호화를 사용하여 앱 데이터를 선택적으로 암호화할 수 있습니다. Intune 앱 SDK는 iOS/iPadOS 암호화 방법을 사용하여 128비트 AES 암호화를 앱 데이터에 적용합니다.",
"tooltip1": "이 앱에서 회사 또는 학교 데이터 암호화를 사용하도록 설정하려면 <b>필요</b>를 선택합니다. Intune은 디바이스가 잠겨 있는 동안 앱 데이터를 보호하기 위해 iOS/iPadOS 디바이스 암호화를 적용합니다. 애플리케이션은 Intune 앱 SDK 암호화를 사용하여 앱 데이터를 선택적으로 암호화할 수 있습니다. Intune 앱 SDK는 iOS/iPadOS 암호화 방법을 사용하여 256비트 AES 암호화를 앱 데이터에 적용합니다.",
"tooltip2": "이 설정을 사용하도록 설정하면 사용자는 디바이스에 액세스하기 위해 PIN을 설정하고 사용해야 할 수 있습니다. 디바이스 PIN이 없고 암호화가 필요한 경우 사용자는 \"조직에서 이 앱에 액세스하려면 먼저 디바이스 PIN을 사용하도록 설정해야 합니다.\"라는 메시지와 함께 PIN을 설정하라는 메시지가 표시됩니다.",
"tooltip3": "FIPS 140-2 준수 또는 FIPS 140-2 준수 보류 중인 iOS 암호화 모듈을 보려면 <a href=\"{0}\" target=\"_blank\">공식 Apple 설명서</a>로 이동하세요."
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "조직 데이터 알림",
"tooltip": "<p>이 앱 및 연결된 모든 디바이스(예: 착용식 컴퓨터)에서 조직 계정에 대한 알림이 표시되는 방을 지정하려면 다음 옵션 중 하나를 선택하세요.</p>\r\n<p>{0}: 알림을 공유하지 않습니다.</p>\r\n<p>{1}: 알림 조직 데이터를 공유하지 않습니다. 애플리케이션에서 지원되지 않는 경우 알림이 차단됩니다.</p>\r\n<p>{2}: 모든 알림을 공유합니다. </p>\r\n <p>Android에만 해당:\r\n 참고: 이 설정은 모든 애플리케이션에 적용되지 않습니다. 자세한 내용은 {3}을(를) 참조하세요.</p>\r \n\r <p>iOS만 해당:\n\r\n참고: 이 설정은 모든 애플리케이션에 적용되지 않습니다. 자세한 내용은 {4}을(를) 참조하세요.</p>"
"tooltip": "<p>다음 옵션 중 하나를 선택하여 이 앱 및 연결된 디바이스(예: 착용식 장치)에서 조직 계정에 대한 알림이 표시되는 방을 지정합니다.</p>\r\n<p>{0}: 알림을 공유하지 않습니다.</p>\r\n<p>{1}: 알림에서 조직 데이터를 공유하지 않습니다. 애플리케이션에서 지원되지 않는 경우 알림이 차단됩니다. </p>\r\n<p>{2}: 모든 알림을 공유합니다. </p>\r\n <p>Android 전용:\r\n 참고: 이 설정은 모든 애플리케이션에 적용되지 않습니다. 자세한 내용은 다음을 참조하세요.{3}</p>\r\n\r\n <p>iOS만 해당:\r\n참고: 이 설정은 모든 애플리케이션에 적용되지 않습니다. 자세한 내용은 다음을 참조하세요.{4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "다른 앱을 사용한 웹 콘텐츠 전송 제한",
"tooltip": "<p>다음 옵션 중 하나를 선택하여 이 앱에서 웹 콘텐츠를 열 수 있는 앱을 지정합니다. </p>\r\n<p><b>Microsoft Edge:</b>웹 콘텐츠 Microsoft Edge에서리도록 허용합니다.<a href=\"{0}\" target=\"_blank\"> Microsoft Edge가 데이터를 보호하는 방법을 알아보세요.</a></p>\r\n<p><b>관리 브라우저:</b> 웹 콘텐츠를 \"관리 브라우저 프로토콜\" 설정 정의된 관리 브라우저에서만 열 수 있습니다. </p>\r\n<p><b>모든 앱:</b> 모든 앱에서 웹 링크 허용합니다.</p>"
"tooltip": "<p>다음 옵션 중 하나를 선택하여 이 앱 웹 콘텐츠를 열 수 있는 앱을 지정합니다. </p>\r\n<p><b> Microsoft Edge:</b> 웹 콘텐츠 Microsoft Edge에서 열기만 허용합니다.<a href=\"{0}\" target=\"_blank\"> Microsoft Edge가 데이터를 보호하는 방법을 알아봅니다.</a></p>\r\n<p><b>관리되지 않는 브라우저:</b> \"관리되지 않는 브라우저 프로토콜\" 설정으로 정의된 관리되지 않는 브라우저에서만 웹 콘텐츠를 열 수 있도록 허용</p>\r\n<p><b>앱:</b> 모든 앱에서 웹 링크 허용</p>"
},
"OverrideBiometric": {
"tooltip": "필요한 경우 시간 제한(비활성 시간(분))에 따라 PIN 프롬프트가 생체 인식 프롬프트를 재정의합니다. 이 시간 제한 값이 충족되지 않는 경우 생체 인식 프롬프트는 계속 표시됩니다. 이 시간 제한 값은 '다음 시간(비활성 시간(분)) 후에 액세스 요구 사항 다시 확인' 아래에 지정된 값보다 커야 합니다. "
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "조직 데이터의 복사본 저장",
"tooltip": "\"다른 이름으로 저장\"을 사용하여 선택한 스토리지 서비스 외의 새 위치 조직 데이터의 복사본 저장지 않도록 하려면 {0}을(를) 선택합니다.\r\n \"다른 이름으로 저장\"을 사용하여 새 위치로 조직 데이터의 복사본 저장을 허용하려면 {1}을(를) 선택합니다. <br/>\r\n\r\n\r\n참고: 이 설정은 일부 애플리케이션에 적용되지 않습니다. 자세한 내용은 {2}을(를) 참조하세요.\r\n"
"tooltip": "\"다른 이름으로 저장\"을 사용하여 선택한 저장소 서비스 외의 새 위치 조직 데이터의 복사본 저장지 않도록 하려면 {0}을(를) 선택합니다.\r\n \"다른 이름으로 저장\"을 사용하여 조직 데이터의 복사본을 새 위치에 저장할 수 있도록 허용하려면 {1}을(를) 선택합니다. <br/>\r\n\r\n\r\n참고: 이 설정은 모든 애플리케이션에 적용되지 않습니다. 자세한 내용은 {2}을(를) 참조하세요.\r\n"
},
"SaveDataToSelected": {
"label": "사용자가 선택한 서비스에 복사본을 저장하도록 허용",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "잘라내기, 복사 및 붙여넣기 허용",
"tooltip": "조직 사용자가 조직 데이터를 잘라내거나 복사하거나 붙여넣을 수 있는 원본 및 대상을 지정하려면 다음 옵션 중 하나를 선택하세요. <br/>\r\n\r\n<b>모든 대상 및 원본</b>: 조직 사용자는 모든 계정, 문서, 위치 또는 애플리케이션에 데이터를 붙여넣고 잘라내거나 복사할 수 있습니다.<br/>\r\n\r\n<b>대상 또는 원본 없음</b>: 조직 사용자는 조직 컨텍스트에서 외부 계정, 문서, 위치 또는 애플리케이션에서 데이터를 잘라내거나 복사하거나 붙여넣을 수 없습니다."
"tooltip": "조직 사용자가 조직 데이터를 잘라내거나 복사하거나 붙여넣을 수 있는 원본 및 대상을 지정하려면 다음 옵션 중 하나를 선택합니다. <br/>\r\n\r\n<b>대상 및 모든 원본</b>: 조직 사용자는 데이터를 붙여넣고 모든 계정, 문서, 위치 또는 애플리케이션에 데이터를 잘라내거나 복사할 수 있습니다.<br/>\r\n\r\n<b>대상 또는 원본 없음</b>: 조직 사용자는 외부 계정, 문서, 위치 또는 응용 프로그램에서 조직 컨텍스트에서 또는 조직 컨텍스트로 데이터를 잘라내거나 복사하거나 붙여넣을 수 없습니다."
},
"WinPrintData": {
"label": "조직 데이터 인쇄",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "다음에서 데이터 수신",
"tooltip": "조직 사용자가 데이터를 수신할 수 있는 원본을 지정하려면 다음 옵션 중 하나를 선택합니다. <br/>\r\n\r\n<b>모든 원본</b>: 조직 사용자는 모든 계정, 문서, 위치 또는 애플리케이션에서 조직 컨텍스트로 데이터를 열 수 있습니다.<br/>\r\n\r\n<b>원 없음</b>: 조직 사용자는 외부 계정, 문서, 위치 또는 애플리케이션의 데이터를 조직 컨텍스트로 열 수 없습니다."
"tooltip": "조직 사용자가 데이터를 받을 수 있는 원본을 지정하려면 다음 옵션 중 하나를 선택합니다. <br/>\r\n\r\n<b>모든 원본</b>: 조직 사용자는 모든 계정, 문서, 위치 또는 애플리케이션의 데이터를 조직 컨텍스트로 열 수 있습니다.<br/>\r\n\r\n<b>원 없음</b>: 조직 사용자는 외부 계정, 문서, 위치 또는 애플리케이션의 데이터를 조직 컨텍스트로 열 수 없습니다."
},
"WinSendData": {
"label": "조직 데이터 보내기",
"tooltip": "다음 옵션 중 하나를 선택하여 조직 사용자가 데이터를 보낼 수 있는 대상을 지정합니다. <br/>\r\n\r\n<b>모든 대상</b>: 조직 사용자는 조직 데이터를 모든 계정, 문서, 위치 또는 애플리케이션으로 보낼 수 있습니다.<br/>\r\n\r\n<b>대상 없음</b>: 조직 사용자는 조직 데이터를 조직 컨텍스트 외부 계정, 문서, 위치 또는 애플리케이션으로 보낼 수 없습니다."
"tooltip": "다음 옵션 중 하나를 선택하여 조직 사용자가 데이터를 보낼 수 있는 대상을 지정합니다. <br/>\r\n\r\n<b>모든 대상</b>: 조직 사용자는 모든 계정, 문서, 위치 또는 응용 프로그램에 조직 데이터를 보낼 수 있습니다.<br/>\r\n\r\n<b>대상 없음</b>: 조직 사용자는 조직 컨텍스트에서 외부 계정, 문서, 위치 또는 응용 프로그램에 조직 데이터를 보낼 수 없습니다."
},
"Tap": {
"numberOfDays": "일 수",
@@ -2389,13 +2408,13 @@
"assignments": "할당",
"basics": "기본",
"deviceEnrollment": "디바이스 등록",
"deviceManagement": "디바이스 관리",
"deviceManagement": "장치 관리",
"scopeTags": "범위 태그",
"appConfigurationTitle": "앱 구성 정책",
"appConfigurationTitle": "App Configuration 정책",
"appProtectionTitle": "앱 보호 정책",
"appTitle": "앱",
"iOSAppProvisioningTitle": "iOS 앱 프로비저닝 프로필",
"deviceLimitRestrictionTitle": "디바이스 개수 제한",
"iOSAppProvisioningTitle": "iOS 앱 프로비 프로필",
"deviceLimitRestrictionTitle": "디바이스 제한 제한",
"deviceTypeRestrictionTitle": "디바이스 유형 제한",
"enrollmentStatusSettingTitle": "등록 상태 페이지",
"windowsAutopilotDeploymentProfileTitle": "Windows Autopilot 배포 프로필",
@@ -2421,19 +2440,35 @@
"availableUninstall": "사용 가능한 제거 허용",
"availableUninstallTooltip": "회사 포털에서 사용자에게 이 앱에 대한 제거 옵션을 제공하려면 '예'를 선택하세요. 사용자가 회사 포털에서 앱을 제거하지 못하도록 하려면 '아니요'를 선택합니다.",
"bladeTitle": "프로그램",
"commandLineDropdownText": "명령줄",
"deviceRestartBehavior": "디바이스 다시 시작 동작",
"deviceRestartBehaviorTooltip": "앱을 설치한 후 디바이스 다시 시작 동작을 선택합니다. 반환 코드 구성 설정을 기준으로 디바이스를 다시 시작하려면 '반환 코드에 따라 동작 결정'을 선택합니다. MSI 기반 앱에 대한 앱 설치 중에 디바이스 다시 시작 관련 메시지를 표시하지 않으려면 '특정 작업 없음'을 선택하세요. 다시 시작 관련 메시지 표시 여부와 관계없이 앱 설치를 완료할 수 있도록 하려면 '앱 설치 시 강제로 디바이스 다시 시작'을 선택하세요. 앱을 설치한 후에 항상 디바이스를 다시 시작하려면 'Intune에서 강제로 필수 디바이스를 다시 시작함'을 선택합니다.",
"header": "이 앱을 설치 및 제거하기 위한 명령 지정:",
"installCommand": "설치 명령",
"installCommandMaxLengthErrorMessage": "설치 명령은 허용되는 최대 길이인 1024자를 초과할 수 없습니다.",
"installCommandTooltip": "이 앱을 설치하는 데 사용되는 전체 설치 명령줄입니다.",
"installScript": "설치 스크립트",
"installScriptErrorText": "설치 스크립트가 필요합니다.",
"installScriptToolTip": "이 앱을 설치하는 데 사용되는 설치 명령이 포함된 PowerShell 스크립트 파일입니다.",
"installScriptsHeader": "스크립트 또는 명령줄 사용 여부, 시간 제한, 다시 시작 동작, 반환 코드 등 앱 설치와 제거 설정을 지정합니다.",
"installerTypeText": "설치 프로그램 유형",
"runAs32Bit": "64비트 클라이언트에서 32비트 프로세스로 설치 및 제거 명령 실행",
"runAs32BitTooltip": "64비트 클라이언트에서 32비트 프로세스로 앱을 설치 및 제거하려면 '예'를 선택합니다. 64비트 클라이언트에서 64비트 프로세스로 앱을 설치 및 제거하려면 '아니요'(기본값)를 선택합니다. 32비트 클라이언트에서는 항상 32비트 프로세스가 사용됩니다.",
"runAsAccount": "설치 동작",
"runAsAccountTooltip": "지원되는 경우 모든 사용자에 대해 이 앱을 설치하려면 '시스템'을 선택합니다. 디바이스에 로그인한 사용자에 대해 이 앱을 설치하려면 '사용자'를 선택합니다. 이중 목적 MSI 앱의 경우 원래 설치 시 디바이스에 적용된 값이 복원될 때까지 변경 내용으로 인해 업데이트 및 제거가 완료되지 않습니다.",
"scriptDropdownText": "PowerShell 스크립트",
"scriptsErrorText": "설치와 제거 스크립트가 필요합니다.",
"selectCustomScript": "사용자 지정 스크립트 선택",
"selectScriptLinkAriaText": "스크립트를 선택하지 않았습니다. 스크립트를 업로드할 컨텍스트 창을 엽니다.",
"selectScriptLinkText": "스크립트 선택",
"selectedScriptLinkAriaText": "스크립트를 {0}개 선택했습니다. 컨텍스트 창을 열어 새 스크립트를 편집하거나 업로드합니다.",
"selectorLabel": "프로그램",
"uninstallCommand": "제거 명령",
"uninstallCommandTooltip": "이 앱을 제거하는 데 사용되는 전체 제거 명령줄입니다."
"uninstallCommandTooltip": "이 앱을 제거하는 데 사용되는 전체 제거 명령줄입니다.",
"uninstallScript": "제거 스크립트",
"uninstallScriptErrorText": "제거 스크립트가 필요합니다.",
"uninstallScriptToolTip": "이 앱을 제거하는 데 사용되는 제거 명령이 포함된 PowerShell 스크립트 파일입니다.",
"uninstallerTypeText": "제거 프로그램 유형"
},
"TermsOfUse": {
"Languages": {
@@ -2797,7 +2832,7 @@
"syncSettingsTitle": "AutoPilot 설정 동기화"
},
"Title": {
"devices": "Windows AutoPilot 디바이스"
"devices": "Windows AutoPilot 장치"
},
"Tooltips": {
"addressableUserName": "디바이스를 설치하는 동안 표시되는 인사말 이름입니다.",
@@ -2832,7 +2867,7 @@
"assignSurfaceHub2ProfileToDeviceGroup": "1. 하나 이상의 디바이스 그룹에 이 프로필을 할당합니다.",
"assignSurfaceHub2ProfileToResourceAccount": "2. 이 프로필을 배포하는 각 Surface Hub 디바이스에 리소스 계정을 할당합니다.",
"assignedDevicesCount": "할당된 디바이스",
"assignedDevicesResourceAccountDescription": "<p>이 프로필을 디바이스에 배포하려면 디바이스에 리소스 계정을 할당해야 합니다. 한 번에 디바이스 하나를 선택하여 기존 리소스 계정을 할당하거나 새 리소스 계정을 만듭니다. <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/surface-hub/manage-surface-hub\">리소스 계정에 대한 자세한 정보</a></p>",
"assignedDevicesResourceAccountDescription": "<p>이 프로필을 디바이스에 배포하려면 디바이스에 리소스 계정을 할당해야 합니다. 한 번에 하나의 디바이스를 선택하여 기존 리소스 계정을 할당하거나 새 디바이스를 만듭니다. <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/surface-hub/manage-surface-hub\">리소스 계정에 대한 자세한 정보</a></p>",
"assignedDevicesResourceAccountStatusBarMessage": "이 테이블은 이 프로필에 할당된 Surface Hub 2 디바이스만 나열합니다.",
"assigningDescription": "{0}에 대한 할당을 업데이트하는 중입니다.",
"assigningTitle": "AutoPilot 프로필 할당을 업데이트하는 중입니다.",
@@ -2847,8 +2882,8 @@
"description": "설명",
"deviceType": "디바이스 유형",
"deviceUse": "디바이스 사용",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot은 Surface Hub 2 디바이스에 조인된 Microsoft Entra만 지원합니다. 조직에서 디바이스의 AD(Active Directory) 조인 방법을 지정하세요.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra 조인: 온-프레미스 Windows Server Active Directory 없는 클라우드\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n 조직에서 디바이스를 AD(Active Directory)에 조인하는 방법을 지정합니다.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra 조인: 온-프레미스 Windows Server Active Directory를 사용하지 않는 클라우드 전용입니다.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot은 Surface Hub 2 디바이스에 대해서만 Microsoft Entra Joined를 지원합니다. 디바이스가 조직에서 AD(Active Directory)에 가입하는 방법을 지정합니다.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra 조인: 온-프레미스 Windows Server Active Directory 없는 클라우드 전용입니다.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n 디바이스가 조직에서 AD(Active Directory)에 가입하는 방법을 지정합니다.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra 조인: 온-프레미스 Windows Server Active Directory는 클라우드 전용\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "할당된 디바이스 수를 페치하는 동안 오류가 발생했습니다.",
"getAssignmentsError": "Autopilot 프로필 할당을 페치하는 동안 오류가 발생했습니다.",
"harvestDeviceId": "모든 대상 디바이스를 Autopilot으로 변환",
@@ -2879,7 +2914,7 @@
"devicesWithoutEnrollment": "관리되는 앱"
},
"AppProtection": {
"allAppTypes": "모든 앱 유형을 대상으로 ",
"allAppTypes": "모든 앱 유형을 대상으로 지정",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Android 회사 프로필의 앱",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Microsoft Entra 공유 모드가 있는 Android Enterprise 전용 디바이스의 앱​",
@@ -2890,7 +2925,7 @@
"iOSPlatformLabel": "iOS/iPadOS",
"iosAndroidMacPlatformLabel": "iOS, Android, Mac",
"iosAndroidPlatformLabel": "iOS, Android",
"macPlatformLabel": "MAC",
"macPlatformLabel": "Mac",
"notAvailable": "사용할 수 없음",
"windows10PlatformLabel": "Windows 10 이상",
"withEnrollment": "등록 있음",
@@ -4078,6 +4113,7 @@
"vPNProxy": "프록시",
"vPNSplitTunneling": "분할 터널링",
"vPNTrustedNetwork": "신뢰할 수 있는 네트워크 검색",
"wSLCompliance": "Linux용 Windows 하위 시스템(WSL)",
"wakeSettings": "절전 모드 해제 설정",
"webContentFilter": "웹 콘텐츠 필터",
"wiFi": "Wi-Fi",
@@ -4226,7 +4262,7 @@
"sr-Latn-bA": "세르비아어(라틴 문자)",
"sr-Latn-rS": "세르비아어(라틴 문자, 세르비아)",
"dsb": "저지 소르비아어(독일)",
"hsb": "고지 소르비아어(독일)",
"hsb": "고지 소르어(독일)",
"es-es-tradnl": "스페인어(스페인, 전통 정렬)",
"es-aR": "스페인어(아르헨티나)",
"es-bO": "스페인어(볼리비아)",
@@ -4300,7 +4336,6 @@
"mk": "마케도니아어(북마케도니아)",
"ml": "몽골어(인도)",
"mt": "몰타어(몰타)",
"mi": "마오리어(뉴질랜드)",
"mr": "마라티어(인도)",
"moh": "모호크어(모호크)",
"ne": "네팔어(네팔)",
@@ -4334,11 +4369,13 @@
"vi": "베트남어(베트남)",
"cy": "웨일스어(영국)",
"wo": "월로프어(세네갈)",
"sah": "야쿠츠크(러시아)",
"ii": "이 문자(중국)",
"yo": "요루바어(나이지리아)"
},
"DisplayRoleTypes": {
"builtInRole": "기본 제공 역할",
"customAutopatchRole": "사용자 지정 Windows Autopatch 역할",
"customCloudPCRole": "사용자 지정 Windows 365 역할",
"customIntuneRole": "사용자 지정 Intune 역할",
"customRole": "사용자 지정 역할"
@@ -4407,7 +4444,7 @@
"iOS": "iOS/iPadOS 디바이스에서 PIN 대신 지문 ID를 사용하도록 할 수 있습니다. 사용자가 회사 계정을 사용하여 이 앱에 액세스하려고 하면 지문을 제공하라는 메시지가 표시됩니다.",
"mac": "Mac 디바이스에서 PIN 대신 지문 ID를 사용하도록 할 수 있습니다. 사용자가 회사 계정을 사용하여 이 앱에 액세스하려고 하면 지문을 제공하라는 메시지가 표시됩니다."
},
"allowWidgetContentSync": "[차단]을 선택하여 정책 관리 앱이 앱 위젯에 데이터를 저장하지 못하도록 합니다. [허용]을 선택하면 정책 관리 앱 내에서 해당 기능이 지원되 사용하도록 설정 경우 정책 관리 앱이 앱 위젯에 데이터를 저장할 수 있습니다. \r\n\r\n \r\n\r\n앱은 앱 구성 정책과 함께 추가 구성 기능을 제공할 수 있습니다. 자세한 내용은 앱 설명서를 참조하세요.",
"allowWidgetContentSync": "정책 관리 앱이 앱 위젯에 데이터를 저장하지 못하도록 하려면 [차단]을 선택합니다. 정책 관리 앱 내에서 해당 기능이 지원되며 이를 사용하도록 설정 경우, [허용]을 선택하면 정책 관리 앱이 앱 위젯에 데이터를 저장할 수 있습니다. \r\n\r\n \r\n\r\n앱은 앱 구성 정책과 함께 추가 구성 기능을 제공할 수 있습니다. 자세한 내용은 앱 설명서를 참조하세요.",
"appSharingFromLevel1": "다음 옵션 중 하나를 선택하여 이 앱이 데이터를 수신할 수 있는 앱을 지정하세요.",
"appSharingFromLevel2": "{0}: 다른 정책 관리 앱에서만 조직 문서 또는 계정의 데이터 받기 허용",
"appSharingFromLevel3": "{0}: 모든 앱에서 조직 문서 또는 계정의 데이터 받기 허용",
@@ -4469,7 +4506,7 @@
"enterpriseIPv6Ranges": "<p>회사 네트워크를 구성하는 IPv6 범위를 지정합니다. 이러한 범위는 회사 네트워크 경계를 정의하기 위해 지정하는 엔터프라이즈 네트워크 도메인 이름과 함께 사용됩니다.</p><p>쉼표로 개별 항목을 구분하여 범위를 여러 개 지정할 수 있습니다.</p><p>예: 2001:4898:dc05::-2001:4898:dc05:ffff:ffff:ffff:ffff:ffff,2a01:110::-2a01:110:7fff:ffff:ffff:ffff:ffff:ffff</p>",
"enterpriseInternalProxyServers": "<p>회사에 프록시가 구성되어 있는 경우 엔터프라이즈 클라우드 리소스 설정에 지정된 클라우드 리소스에 대한 트래픽을 어떤 프록시를 통해 라우트할지 지정할 수 있습니다.</p><p>세미콜론으로 개별 항목을 구분하여 값을 여러 개 지정할 수 있습니다.</p><p>예: contoso.internalproxy1.com;contoso.internalproxy2.com</p>",
"enterpriseNetworkDomainNames": "<p>회사 네트워크를 구성하는 DNS 이름을 지정합니다. 이러한 이름은 회사 네트워크 경계를 정의하기 위해 지정하는 IP 범위와 함께 사용됩니다. 쉼표로 개별 항목을 구분하여 값을 여러 개 지정할 수 있습니다.</p><p>이 설정을 사용하려면 Windows Information Protection을 사용하도록 설정해야 합니다.</p><p>예: corp.contoso.com,region.contoso.com</p>",
"enterpriseProtectedDomainNames": "<p>기업 네트워크를 성하는 DNS 이름을 지정합니다. 이 이름은 기업 네트워크 경계를 정의하는 IP 범위와 함께 사용됩니다. '|' 문자로 개별 항목을 구분하여 여러 개의 값을 지정할 수 있습니다.</p><p>이 설정을 사용하려면 Windows Information Protection을 활성화해야 합니다.</p><p>예: corp.contoso.com|region.contoso.com</p>",
"enterpriseProtectedDomainNames": "<p>회사 네트워크를 성하는 DNS 이름을 지정합니다. 이러한 이름은 회사 네트워크 경계를 정의하기 위해 지정하는 IP 범위와 함께 사용됩니다. '|'(으)로 개별 항목을 구분하여 값을 여러 개 지정할 수 있습니다.</p><p>이 설정을 사용하려면 Windows Information Protection을 사용하도록 설정해야 합니다.</p><p>예: corp.contoso.com|region.contoso.com</p>",
"enterpriseProxyServers": "<p>회사 네트워크에 외부 대상 프록시가 있는 경우 여기에서 지정합니다. 프록시 서버 주소를 지정하는 경우 트래픽을 허용하고 Windows Information Protection을 통해 보호할 포트도 지정해야 합니다.</p><p>참고: 이 목록은 [엔터프라이즈 내부 프록시 서버] 목록에 있는 서버를 포함해서는 안 됩니다. 세미콜론으로 개별 항목을 구분하여 값을 여러 개 지정할 수 있습니다.</p><p>예: proxy.contoso.com:80;proxy2.contoso.com:80</p>",
"maxInactivityTime1": "디바이스가 유휴 상태로 전환된 후 디바이스의 PIN 또는 암호가 잠기게 되는 최대 허용 시간(분)을 지정합니다. 사용자는 설정 앱에 지정된 최대 시간보다 적은 기존 시간 제한 값을 선택할 수 있습니다. Lumia 950 및 950XL의 경우, 이 정책으로 설정된 값에 상관없이 최대 시간 제한 값이 5분입니다.",
"maxInactivityTime2": "0(기본값) - 시간 제한이 정의되지 않았습니다. 기본값 '0'은 '시간 제한이 정의되지 않음'으로 해석됩니다.",
@@ -4725,7 +4762,7 @@
"gt": "과테말라",
"gw": "기니비사우",
"gy": "가이아나",
"hk": "홍콩",
"hk": "홍콩 특별행정구",
"hn": "온두라스",
"hr": "크로아티아",
"hu": "헝가리",
@@ -4759,7 +4796,7 @@
"mk": "북마케도니아",
"ml": "말리",
"mn": "몽골",
"mo": "마카오",
"mo": "마카오 특별행정구",
"mr": "모리타니",
"ms": "몬트세라트",
"mt": "몰타",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "이러한 설정은 완전 관리형, 전용 및 회사 소유 회사 프로필 디바이스에서만 작동합니다.",
"allAndroidCorpEnrollmentTypesHeaderName": "회사 소유의 완전 관리형 전용 회사 프로필 디바이스",
"allAndroidVersionsPasswordHeader": "모든 Android 디바이스",
"allAndroidVersionsPasswordHeaderDescription": "이러한 설정은 모든 Android OS 버전 및 제조업체에서 작동합니다.",
"allAndroidVersionsPasswordHeaderDescription": "이러한 설정은 지정된 경우를 제외하고 모든 Android OS 버전 및 제조업체에서 작동합니다.",
"allDomainsOption": "모든 도메인",
"allEnrollmentTypesDescription": "이러한 설정은 디바이스 등록 또는 사용자 등록을 통해 Intune에 등록된 디바이스에는 물론, 자동화된 디바이스 등록(이전의 DEP)을 통해 Apple School Manager 또는 Apple Business Manager를 사용하여 등록된 디바이스에도 적용됩니다.",
"allEnrollmentTypesHeader": "모든 등록 유형",
@@ -5065,7 +5102,7 @@
"androidTenDeprecationInfoBox": "2020년 10월부터 Android 10 이상 버전을 실행하는 Android 디바이스와 삼성 Knox를 실행하지 않는 Android 디바이스에서는 일부 설정이 지원되지 않습니다. 이러한 설정은 Android 9 이하 또는 삼성 Knox로 레이블이 지정되어 있습니다. 자세히 알아보려면 클릭하세요.",
"androidTrustedServerCertificateNamesDescription": "Wi-Fi 액세스 포인트에 대한 클라이언트 인증 중에 Radius 서버에서 제공하는 인증서에 사용되는 DNS 이름입니다. 정규화된 도메인 이름에 동일한 DNS 접미사가 있는 여러 Radius 서버가 있는 경우 접미사만 사용할 수도 있습니다. 이를 통해 장치는 제공된 서버 인증서를 신뢰할 수 있습니다. <a href=\"https://go.microsoft.com/fwlink/?linkid=2181354\" target=\"_blank\">자세히 알아보세요</a>.<br>",
"androidTrustedServerCertificateNamesName": "Radius 서버 이름",
"androidTwelveAndAbovePasswordHeader": "Android 10 이상",
"androidTwelveAndAbovePasswordHeader": "Android 12 이상",
"androidTwelveAndAbovePasswordHeaderDescription": "이러한 설정은 Android 10 이상 버전을 실행하는 장치에 적용됩니다.",
"androidTwelveDeprecationInfoBox": "2022년 11월부터 Android 12 이상을 실행하는 Android 장치에서는 일부 설정이 지원되지 않습니다. 이러한 설정에는 Android 11 및 이전 버전으로 레이블이 지정되어 있습니다. 자세히 알아보려면 클릭하세요.",
"androidZebraMxConfigurationFileXmlName": "유효한 Zebra MX XML 파일 선택",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "얼굴 잠금 해제",
"blockFacetimeName": "FaceTime 차단",
"blockFactoryResetDescription": "디바이스에서 초기화를 차단합니다.",
"blockFactoryResetName": "공장 기본 설정으로 복원(삼성 KNOX 전용)",
"blockFactoryResetName": "공장 초기화(Samsung KNOX Android 15 및 이전 버전에만 해당)",
"blockFilesNetworkDriveAccessDescription": "디바이스는 SMB(서버 메시지 블록) 프로토콜을 사용하여 네트워크 서버의 파일 또는 기타 리소스에 액세스할 수 있습니다. iOS 및 iPadOS, 버전 13.0 이상을 실행하는 디바이스에서 사용할 수 있습니다.",
"blockFilesNetworkDriveAccessName": "파일 앱에서 네트워크 드라이브에 대한 액세스 차단",
"blockFilesUsbDriveAccessDescription": "액세스 권한이 있는 디바이스는 USB 드라이브의 파일에 연결하고 파일을 열 수 있습니다. iOS 및 iPadOS, 버전 13.0 이상을 실행하는 디바이스에서 사용할 수 있습니다.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "디바이스에서 Google 계정 자동 동기화 기능을 차단합니다.",
"blockGoogleAccountAutoSyncName": "Google 계정 자동 동기화(삼성 KNOX 전용)",
"blockGoogleBackupDescription": "Google 백업과 동기화를 차단합니다.",
"blockGoogleBackupName": "Google 백업(삼성 KNOX 전용)",
"blockGoogleBackupName": "Google 백업(Samsung KNOX Android 15 및 이전 버전에만 해당)",
"blockGooglePlayStoreDescription": "Google Play 스토어를 차단합니다(Samsung KNOX Standard 4.0 이상).",
"blockGooglePlayStoreName": "Google Play 스토어(삼성 KNOX 전용) ",
"blockHostPairingDescription": "호스트 페어링에서 iOS 디바이스와 페어링할 수 있는 디바이스 제어를 차단합니다.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "SIM 카드 오류 대화 상자(모바일 전용)",
"blockSIMCardErrorDialogName": "SIM 카드 오류 대화 상자(모바일 전용)",
"blockSMSAndMMSAndroidDescription": "SMS/MMS 메시징 기능을 차단합니다(Samsung KNOX Standard 4.0 이상).",
"blockSMSAndMMSName": "SMS/MMS 메시징(삼성 KNOX 전용)",
"blockSMSAndMMSName": "SMS/MMS 메시징(Samsung KNOX Android 15 및 이전 버전에만 해당)",
"blockSafariAutofillDescription": "사용자가 웹 양식에 입력한 내용을 Safari에서 저장하지 못하도록 차단합니다.",
"blockSafariAutofillName": "Safari 자동 완성 차단",
"blockSafariDescription": "Safari 웹 브라우저를 차단합니다.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "VPN 구성 생성 차단",
"blockVPNCreationName": "VPN 생성 차단",
"blockVoiceAssistantAndroidDescription": "음성 도우미를 차단합니다(Samsung KNOX Standard 4.0 이상).",
"blockVoiceAssistantName": "음성 도우미(삼성 KNOX 전용)",
"blockVoiceAssistantName": "음성 도우미(Samsung KNOX Android 15 및 이전 버전에만 해당)",
"blockVoiceDialingAndroidDescription": "음성 전화 걸기를 차단합니다(Samsung KNOX Standard 4.0 이상).",
"blockVoiceDialingDescription": "디바이스에서 음성 전화 걸기를 차단합니다.",
"blockVoiceDialingName": "음성 전화 걸기",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "업로드된 파일의 올바른 형식에 대한 자세한 내용은 Intune 설명서를 참조하세요. <a href=\"https://aka.ms/AA6z0o4\">자세히 알아보기</a>",
"customAppConfigurationFileName": "속성 목록 파일",
"customBoolError": "부울 유형의 모든 구성 키의 값은 \"true\" 또는 \"false\"여야 합니다.",
"customComplianceToolTip": "활성화된 경우 디바이스는 검색 PowerShell 스크립트에서 반환된 사용자 지정 데이터를 기반으로 JSON 파일에 정의된 사용자 지정 규칙에 따라 준수해야 합니다.",
"customEapXmlOption": "사용자 지정 EAP XML",
"customIntError": "유형 정수의 모든 구성 키는 정수 값이어야 합니다.",
"customItemHideFromUserConfiguration": "숨기기",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "회사 프로필과 개인 프로필 간 데이터 공유",
"dataTypeName": "데이터 형식",
"dateAndTimeBlockChangesDescription": "디바이스에서 사용자가 날짜 및 시간을 변경하지 못하도록 차단합니다(Samsung KNOX).",
"dateAndTimeBlockChangesName": "날짜 및 시간 변경 차단(Samsung KNOX)",
"dateAndTimeBlockChangesName": "날짜 및 시간 변경 차단(Samsung Android 15 및 이전 버전에만 해당)",
"dateTimeConfigurationBlockedDescription": "사용자가 수동으로 날짜 및 시간을 설정하지 못하도록 합니다.",
"dateTimeConfigurationBlockedName": "날짜 및 시간 변경",
"dateTimeName": "날짜 및 시간",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Wi-Fi 허용 목록",
"knoxBlockAutofillDescription": "자동 채우기를 차단합니다.",
"knoxBlockAutofillName": "자동 채우기(삼성 KNOX 전용)",
"knoxBlockBluetoothName": "Bluetooth(삼성 KNOX 전용)",
"knoxBlockBluetoothName": "Bluetooth(Samsung KNOX Android 13 및 이전 버전에만 해당)",
"knoxBlockCookiesDescription": "브라우저 쿠키를 허용하거나 차단합니다.",
"knoxBlockCookiesName": "쿠키(삼성 KNOX 전용)",
"knoxBlockCopyAndPasteDescription": "복사 및 붙여넣기 기능을 차단합니다.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "팝업(삼성 KNOX 전용)",
"knoxBlockRemovableStorageName": "이동식 스토리지(삼성 KNOX 전용)",
"knoxBlockScreenshotDescription": "화면 내용을 이미지로 캡처할 수 없도록 차단합니다.",
"knoxBlockScreenshotName": "화면 캡처(삼성 KNOX 전용)",
"knoxBlockScreenshotName": "화면 캡처(Samsung KNOX Android 15 및 이전 버전에만 해당)",
"knoxBlockVoiceDialingName": "음성 전화 걸기(삼성 KNOX 전용)",
"knoxBlockVoiceRoamingName": "음성 로밍(삼성 KNOX 전용)",
"knoxBlockWebBrowserDescription": "디바이스에서 웹 브라우저를 차단합니다.",
"knoxBlockWebBrowserName": "웹 브라우저(삼성 KNOX 전용)",
"knoxBlockWiFiName": "Wi-Fi(삼성 KNOX 전용)",
"knoxBlockWiFiTetheringName": "Wi-Fi 테더링(삼성 KNOX 전용)",
"knoxBlockWiFiName": "Wi-Fi(Samsung KNOX Android 12 및 이전 버전에만 해당)",
"knoxBlockWiFiTetheringName": "Wi-Fi 테더링(Samsung KNOX Android 12 및 이전 버전에만 해당)",
"knoxCellularDataDescription": "셀룰러 네트워크를 통한 데이터 사용을 차단합니다. 구성되지 않는 경우 셀룰러 네트워크를 통한 데이터 사용이 허용되고 사용자가 편집할 수 있습니다.",
"knoxCellularDataName": "셀룰러 데이터 채널(삼성 KNOX 전용)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 이하 또는 Samsung Knox Android 15 이하",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "이러한 설정은 Android 9 이하를 실행하는 디바이스에서 작동하며, 모든 Android OS 버전 Android 15 이하를 실행하는 모든 Samsung Knox 디바이스에서도 작동합니다.",
"knoxRequireEncryptionName": "암호화(Android 11 이하 또는 Samsung KNOX Android 14 이하)",
"knoxRequireEncryptionOnRemovableStorageDescription": "스토리지 카드를 암호화해야 합니다. 일부 디바이스는 스토리지 카드 암호화를 지원하지 않습니다. 자세한 내용은 디바이스 및 모바일 운영 체제 설명서를 참조하세요.",
"knoxRequireEncryptionOnRemovableStorageName": "스토리지 카드 암호화(삼성 KNOX 전용)",
"knoxRequireEncryptionOnRemovableStorageName": "스토리지 카드 암호화(Samsung KNOX Android 15 및 이전 버전에만 해당)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP(네이티브 형식)",
"lanManagerAuthenticationLevelDesc": "이 보안 설정은 네트워크 로그온에 사용되는 시도/응답 인증 프로토콜을 결정합니다.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "식별자 형식",
"macOSAppleEventReceiverTableDescription": "앱 또는 프로세스가 제한된 Apple 이벤트를 다른 앱 또는 프로세스에 보낼 수 있도록 허용합니다. 수신하는 앱 또는 프로세스의 식별자, 식별자 형식 및 코드 요구 사항을 알고 있어야 합니다.",
"macOSAppleEventReceiverTableName": "Apple 이벤트",
"macOSDeploymentChannelDeviceChannel": "장치 채널",
"macOSDeploymentChannelName": "배포 채널",
"macOSDeploymentChannelUserChannel": "사용자 채널",
"macOSDeploymentChannelWarningBanner": "보안 목적으로만 사용자 채널에서 사용자 인증서 유형을 사용하는 것이 좋습니다.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "선택 자막, 가리킨 항목 텍스트, 음성 컨트롤 같은 기능을 제공하는 디바이스의 접근성 앱에 대한 액세스를 제어합니다.",
"macOSPrivacyAccessControlItemAccessibilityName": "접근성",
"macOSPrivacyAccessControlItemAddressBookName": "연락처",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "키 지정 모듈에서 전체 인증 집합의 모든 인증 모음을 지원하지 않는 경우 해당 집합을 무시하도록 키 지정 모듈을 설정합니다. 사용하도록 설정하면, 키 지정 모듈이 지원되지 않는 인증 모음을 무시합니다.",
"opportunisticallyMatchAuthName": "키 지정 모듈에 대해 선택적으로 인증 집합 일치",
"optional": "옵션",
"optionalValue": "선택적 값",
"organizationalUnitDescription": "컴퓨터 계정이 만들어질 OU(조직 구성 단위) 전체 경로입니다. 지정하지 않으면 잘 알려진 컴퓨터 개체 컨테이너가 사용됩니다.",
"organizationalUnitName": "조직 단위",
"originalProfileTypeTitle": "원래 프로필 유형:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "인증서 유효 기간",
"sCEPPolicyCustomAADAttribute": "사용자 지정 Microsoft Entra 특성",
"sCEPPolicyCustomKeys": "사용자 지정 키",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "{{UserPrincipalName}}과(와) 같이 지원되는 변수일 수 있는 값을 제공합니다. URI 특성에는 {{OnPremisesSecurityIdentifier}} 만 사용할 수 있습니다. 지원되는 변수에 대한 자세한 정보: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "지원되는 변수를 정적 텍스트와 결합할 수 있는 값을 제공합니다. UPN 및 전자 메일 주소의 경우 {{AAD_Device_ID}}@contoso.com 형식을 사용합니다. DNS 값에는 기호 또는 @ 기호(예: {{DeviceName}}.contoso.com 또는 {{DeviceName}})를 포함해서는 안 됩니다. {{OnPremisesSecurityIdentifier}} 값은 주체 대체 이름에 대한 URI 특성과 함께만 사용할 수 있습니다. 지원 변수는 다음을 참조: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "WPA 미리 공유한 키",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "비규격 Linux 배포판은 다음과 같습니다. ",
"wSLComplianceTitle": "WSL(Linux용 Windows 하위 시스템)에서 비규격 Linux 배포판 또는 버전을 제거합니다.",
"wSLPolicyDistributionName": "배포 이름",
"wSLPolicyMaxOSVersionName": "최대 OS 버전",
"wSLPolicyMinOSVersionName": "최소 OS 버전",
"wakeOnLANName": "Wake on LAN",
"wakeOnPowerName": "절전 모드 해제",
"wakeScreenWhenSomeoneInRoomName": "방에 사람이 들어오면 화면 켜기",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "잠금 화면에서 Windows 추천",
"windowsSpotlightPersonalizationDescription": "디바이스 사용에 따른 Windows 추천 개인 설정을 차단합니다.",
"windowsSpotlightPersonalizationName": "Windows 추천 개인 설정",
"windowsSubsystemLinuxComplianceDescription": "이러한 설정은 관리되는 Windows 디바이스에 설치된 Linux 배포와 관련이 있으며 디바이스의 준수 상태에 영향을 줍니다. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">설정 사용에 대한 자세한 정보</a>",
"windowsSubsystemLinuxComplianceHeader": "허용되는 Linux 배포 및 버전",
"windowsSubsystemLinuxComplianceInfoBox": "동일한 정책에서 WSL 및 사용자 지정 준수 설정을 구성할 수 없습니다.",
"windowsSubsystemLinuxComplianceLearnMore": "허용되는 Linux 배포를 지정하고 필요에 따라 각 배포에 대해 최소 버전, 최대 버전 또는 둘 다를 지정합니다.",
"windowsTipsDescription": "IT 관리자가 Windows 팁의 팝업을 끌 수 있도록 허용합니다.",
"windowsTipsName": "Windows 팁",
"windowsWelcomeExperienceDescription": "새 기능이나 업데이트된 기능을 소개하는 Windows 시작 환경을 차단합니다.",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "정책 없음",
"clientAppPolicyPlural": "{0}개의 정책",
"clientAppPolicySingular": "{0}개의 정책",
"clockInClockOutNotes": "<p><b>참고:</b></p>\r\n<ul type=\"disc\">\r\n <li>이 설정을 적용할 수 있는 앱에 대한 자세한 내용은 <b>방해 금지 시간 문서 - 차단 섹션</b>을 참조하세요.</li>\r\n <li>이 설정에는 알림을 소거할 수 있는 기능이 없습니다. 알림 소거를 위한 설정을 구성하려면 <b>방해 금지 시간 링크 문서 소거</b>를 참조하세요.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>참고:</b></p>\r\n<ul type=\"disc\">\r\n <li>이 설정은 테넌트가 <b>작업 시간 API</b>와 통합된 경우에만 구성해야 합니다. 이 설정을 <b>작업 시간 API</b>와 통합하는 방법에 대한 자세한 내용은 <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">일선 근무자가 근무를 마치고 있을 때 Microsoft Teams에 대한 액세스 제한</a>\r을 참조하세요.\n. 작업 시간 API와 통합하지 않고 이 설정을 구성하면 애플리케이션과 연결된 관리 계정의 작업 시간 상태가 누락되어 계정이 차단될 수 있습니다.</li>\r\n 이 설정을 지원하는 앱에 대한 자세한 내용을 보려면 <li><a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">지원되는 Microsoft Intune 앱 참조 | Microsoft Learn</a>\r\n을 참조하세요.</li> <li>이 설정에는 알림을 소거할 수 있는 기능이 없습니다. 알림 소거 설정을 구성하려면 <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Microsoft Intune에서 조용한 시간 정책 만들기 | Microsoft Learn</a></li>을 참조하세요.\r\n</ul>",
"clockedOutAccount": "휴무 시간",
"closeText": "닫기",
"columns": "열",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "등록된 디바이스에 대해 비슷한 디바이스 기반 설정을 구성할 수 있습니다.",
"deviceConditionsInfoParagraph2LinkText": "등록된 디바이스의 디바이스 준수 설정 구성에 대해 자세히 알아보세요.",
"deviceId": "디바이스 ID",
"deviceLockComplexityValidationFailureNotes": "<p><b>참고:</b></p>\r\n<ul type=\"disc\">\r\n <li>장치 잠금에는 Android 12 이상을 대상으로 하는 LOW, MEDIUM 또는 HIGH의 암호 복잡성이 필요할 수 있습니다. Android 11 및 이전 버전에서 작동하는 장치의 경우 복잡성 값을 낮음/중간/높게 설정하면 기본적으로 \"낮은 복잡성\"에 대한 예상 동작으로 설정됩니다.</li>\r\n <li>아래 암호 정의는 변경될 수 있습니다. 다양한 암호 복잡성 수준에 대한 최신 업데이트 정의는 <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android 개발자</a>를 참조하세요.</li>\r\n</ul>\r\n\r\n<p><b>낮음</b></p>\r\n<ul type=\"disc\">\r\n <li>암호는 반복(4444) 또는 순서(1234, 4321, 2468) 시퀀스가 있는 패턴 또는 PIN일 수 있습니다.</li>\r\n</ul>\r\n\r\n<p><b>중간</b></p>\r\n<ul type=\"disc\">\r\n <li>최소 길이가 4자 이상인 반복(4444) 또는 순서(1234, 4321, 2468) 시퀀스가 없는 PIN</li>\r\n <li>최소 길이가 4자 이상인 알파벳 암호</li>\r\n <li>최소 길이가 4자 이상인 영숫자 암호</li>\r\n</ul>\r\n\r\n<p><b>높음</b></p>\r\n<ul type=\"disc\">\r\n <li>최소 길이가 8자 이상인 반복(4444) 또는 순서(1234, 4321, 2468) 시퀀스가 없는 PIN</li>\r\n <li>최소 길이가 6자 이상인 알파벳 암호</li>\r\n <li>최소 길이가 6자 이상인 알파벳 암호</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>참고:</b></p>\r\n<ul type=\"disc\">\r\n <li>장치 잠금에는 Android 12 이상을 대상으로 하는 LOW, MEDIUM 또는 HIGH의 암호 복잡성이 필요할 수 있습니다. Android 11 및 이전 버전에서 작동하는 장치의 경우 복잡성 값을 낮음/중간/높게 설정하면 기본적으로 \"낮은 복잡성\"에 대한 예상 동작으로 설정됩니다.</li>\r\n <li>아래 암호 정의는 변경될 수 있습니다. <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|을(를) 참조하세요. 다양한 암호 복잡성 수준의 가장 업데이트된 정의에 대한 Android 개발자</a> 입니다.</li>\r\n</ul>\r\n\r\n<p><b> 낮음</b></p>\r\n<ul type=\"disc\">\r\n <li>암호는 반복(4444) 또는 순서가 지정된(1234, 4321, 2468) 시퀀스가 있는 패턴 또는 PIN일 수 있습니다.</li>\r\n</ul>\r\n\r\n<p><b>중간</b></p>\r\n<ul type=\"disc\">\r\n <li>최소 길이가 4자 이상인 반복(4444) 또는 순서가 지정된(1234, 4321, 2468) 시퀀스가 없는 PIN</li>\r\n <li>최소 길이가 4자 이상인 영문자 암호</li>\r\n <li>최소 길이가 4자 이상인 영숫자 암호</li>\r\n</ul>\r\n\r\n<p><b>높음</b></p>\r\n<ul type=\"disc\">\r\n <li>최소 길이가 8자 이상인 반복(4444) 또는 순서가 지정된(1234, 4321, 2468) 시퀀스가 없는 PIN</li>\r\n <li>최소 길이가 6자 이상인 영문자 암호</li>\r\n <li>최소 길이가 6자 이상인 영숫자 암호</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "디바이스가 잠길 때 열린 파일이 있음",
"deviceLockedOptionText": "디바이스가 잠길 때",
"deviceManufacturer": "디바이스 제조업체",
@@ -10620,7 +10676,7 @@
"downloadingReport": "보고서 다운로드 중",
"edgeGSAssignment": "Edge 모바일 버전이 설치되도록 포함하려는 사용자 그룹을 선택합니다. Edge는 이러한 사용자가 등록한 모든 iOS 및 Android 디바이스에 설치됩니다.",
"edgeGSIntroBenefitHTML": "<p>iOS 또는 Android 사용자를 위한 Microsoft Edge 앱을 다운로드하여 회사 디바이스에서 원활하게 검색하도록 지원하세요. Edge를 사용하면 작업 콘텐츠를 통합, 정렬 및 관리하는 데 도움이 되는 기본 제공 기능을 통해 웹을 깔끔한 환경에서 검색할 수 있습니다. Edge 애플리케이션에서 회사 Microsoft Entra 계정으로 로그인하는 iOS 및 Android 디바이스 사용자는 자신이 정의한 회사 즐겨찾기 및 웹 사이트 필터를 통해 미리 로드된 브라우저를 찾을 수 있습니다.</p><p>사용자가 iOS 또는 Android 디바이스를 등록하지 못하도록 차단한 경우 이 시나리오에서는 등록을 사용하도록 설정하지 않으며, 사용자는 Edge를 직접 설치해야 합니다.</p>",
"edgeGSIntroPrereqHTML": "<p>사용자에게 필요한 회사 즐겨찾기 및 웹 검색에 필요한 필터를 묻는 메시지가 표시됩니다. 계속하기 전에 다음 작업을 완료해야 합니다.</p>\r\n<li><a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra 그룹</a></li>에 사용자를 추가합니다.\r\n<li>iOS 또는 Android 디바이스를 Intune에 등록합니다. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>자세한 정보</a></li>\r\n<li>Edge에 추가할 회사 즐겨찾기 목록을 수집합니다.</li>\r\n<li>Edge에서 적용할 웹 사이트 필터 목록을 수집합니다.</li>",
"edgeGSIntroPrereqHTML": "<p>사용자에게 필요한 회사 즐겨찾기 및 웹 검색에 필요한 필터를 묻는 메시지가 표시됩니다. 계속하기 전에 다음 작업을 완료해야 합니다.</p>\r\n<li><a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra 그룹에 사용자 추가</a></li>\r\n<li>Intune에서 iOS 또는 Android 디바이스를 등록합니다. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>자세히 알아보기</a></li>\r\n<li>Edge에 추가할 작업 공간 즐겨찾기 목록을 수집합니다.</li>\r\n<li>Edge에서 적용할 웹 사이트 필터 목록을 수집합니다.</li>",
"edgeGSName": "iOS 및 Android용 Edge",
"edgeGSSyncInfo": "디바이스 연결과 동기화 시간에 따라 이 배포가 디바이스에 도달하는 데 최대 24시간이 걸릴 수 있습니다.",
"edit": "편집",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "MAM 사용 여부",
"itemsCount": "{0}개의 항목",
"jailbrokenRootedDevices": "탈옥/루팅된 디바이스",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "지원되는 디바이스에서 액세스 차단",
"lastModifiedDate": "마지막으로 수정한 날짜",
"lastReportedDate": "마지막으로 보고된 날짜",
"lastSync": "마지막 동기화",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "삭제하는 중...",
"photoLibrary": "사진 라이브러리",
"pinCharSettingTooltip": "숫자 PIN은 숫자만 허용합니다.\r\n\r\n암호에는 영숫자 문자와 허용된 기호가 모두 필요합니다.",
"pinRotationWarning": "<b>중요:</b> 2024년 6월 1일부터 17.7.0 이전 SDK를 사용하는 앱은 더 이상 앱 보호 정책 업데이트가 제공되지 않으며 사용자가 앱을 실행할 수 없게 됩니다. 사용자가 앱을 업데이트하고 있으며 LOB(기간 업무) 앱에서 최근 SDK 또는 래퍼를 사용하고 있는지 확인하세요. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">자세한 정보</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "플랫폼",
"platformDropDownLabel": "플랫폼",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "정책 집합",
"applicabilityRules": "적용 가능성 규칙",
"windowsEnrollmentTitle": "Windows 등록",
"DefaultESPCustomErrorMessage": "설정을 완료할 수 없습니다. 다시 시도하거나 지원 담당자에게 도움을 요청하세요.",
"appleEnrollmentTitle": "Apple 등록",
"targetedAppLabel": "대상 앱",
"configurationSettingsTitle": "구성 설정",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13036,7 +13078,7 @@
"androidAOSP": "Android(AOSP)",
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidWorkProfile": "Android enterprise",
"androidWorkProfile": "Android Enterprise",
"common": "일반",
"iOS": "iOS/iPadOS",
"iosAndAndroidPlatformLabel": "iOS 및 Android",
@@ -13079,16 +13121,16 @@
"androidForWorkGeneral": "디바이스 제한(회사 프로필)"
},
"androidCustom": "사용자 지정",
"androidDeviceOwnerGeneral": "디바이스 제한",
"androidDeviceOwnerGeneral": "디바이스 제한 사항",
"androidDeviceOwnerPkcs": "PKCS 인증서",
"androidDeviceOwnerScep": "SCEP 인증서",
"androidDeviceOwnerTrustedCertificate": "신뢰할 수 있는 인증서",
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "메일(삼성 KNOX 전용)",
"androidEmailProfile": "메일(Samsung KNOX만 해당)",
"androidForWorkCustom": "사용자 지정",
"androidForWorkEmailProfile": "전자 메일",
"androidForWorkGeneral": "디바이스 제한",
"androidForWorkEmailProfile": "메일",
"androidForWorkGeneral": "디바이스 제한 사항",
"androidForWorkImportedPFX": "PKCS 가져온 인증서",
"androidForWorkOemConfig": "OEMConfig",
"androidForWorkPKCS": "PKCS 인증서",
@@ -13096,33 +13138,33 @@
"androidForWorkTrustedCertificate": "신뢰할 수 있는 인증서",
"androidForWorkVpn": "VPN",
"androidForWorkWiFi": "Wi-Fi",
"androidGeneral": "디바이스 제한",
"androidGeneral": "디바이스 제한 사항",
"androidImportedPFX": "PKCS 가져온 인증서",
"androidPKCS": "PKCS 인증서",
"androidSCEP": "SCEP 인증서",
"androidTrustedCertificate": "신뢰할 수 있는 인증서",
"androidVPN": "VPN",
"androidWiFi": "Wi-Fi",
"androidZebraMx": "MX 프로필(Zebra만)",
"androidZebraMx": "MX 프로필(Zebra만 해당)",
"complianceAndroid": "Android 준수 정책",
"complianceAndroidDeviceOwner": "완전 관리형, 전용 및 회사 소유 회사 프로필",
"complianceAndroidEnterprise": "개인 소유 회사 프로필",
"complianceAndroidForWork": "Android for Work 준수 정책",
"complianceIos": "iOS 준수 정책",
"complianceMac": "Mac 준수 정책",
"complianceWindows10": "Windows 10 이상 규정 준수 정책",
"complianceWindows10": "Windows 10 이상 준수 정책",
"complianceWindows10Mobile": "Windows 10 Mobile 준수 정책",
"complianceWindows8": "Windows 8 준수 정책",
"complianceWindowsPhone": "Windows Phone 준수 정책",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "속성 카탈로그(미리 보기)",
"inventoryCatalog": "속성 카탈로그",
"iosCustom": "사용자 지정",
"iosDerivedCredentialAuthenticationConfiguration": "파생된 PIV 자격 증명",
"iosDeviceFeatures": "디바이스 기능",
"iosEDU": "교육",
"iosEducation": "교육",
"iosEmailProfile": "전자 메일",
"iosGeneral": "디바이스 제한",
"iosEmailProfile": "메일",
"iosGeneral": "디바이스 제한 사항",
"iosImportedPFX": "PKCS 가져온 인증서",
"iosPKCS": "PKCS 인증서",
"iosPresets": "미리 설정",
@@ -13133,9 +13175,9 @@
"iosWiFi": "Wi-Fi",
"macCustom": "사용자 지정",
"macDeviceFeatures": "디바이스 기능",
"macEndpointProtection": "엔드포인트 보호",
"macEndpointProtection": "Endpoint Protection",
"macExtensions": "확장",
"macGeneral": "디바이스 제한",
"macGeneral": "디바이스 제한 사항",
"macImportedPFX": "PKCS 가져온 인증서",
"macSCEP": "SCEP 인증서",
"macTrustedCertificate": "신뢰할 수 있는 인증서",
@@ -13148,10 +13190,10 @@
"windows10Custom": "사용자 지정",
"windows10DesktopSoftwareUpdate": "소프트웨어 업데이트",
"windows10DeviceFirmwareConfigurationInterface": "디바이스 펌웨어 구성 인터페이스",
"windows10EmailProfile": "전자 메일",
"windows10EndpointProtection": "엔드포인트 보호",
"windows10EmailProfile": "메일",
"windows10EndpointProtection": "Endpoint Protection",
"windows10EnterpriseDataProtection": "Windows Information Protection",
"windows10General": "디바이스 제한",
"windows10General": "디바이스 제한 사항",
"windows10ImportedPFX": "PKCS 가져온 인증서",
"windows10Kiosk": "키오스크",
"windows10NetworkBoundary": "네트워크 경계",
@@ -13165,18 +13207,18 @@
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
"windows10WiFiCustom": "Wi-Fi 사용자 지정",
"windows8General": "디바이스 제한",
"windows8General": "디바이스 제한 사항",
"windows8SCEP": "SCEP 인증서",
"windows8TrustedCertificate": "신뢰할 수 있는 인증서",
"windows8VPN": "VPN",
"windows8WiFi": "Wi-Fi 가져오기",
"windowsDeliveryOptimization": "제공 최적화",
"windowsDeliveryOptimization": "전송 최적화",
"windowsDomainJoin": "도메인 가입",
"windowsEditionUpgrade": "버전 업그레이드 및 모드 전환",
"windowsEditionUpgrade": "버전 업그레이드 및 모드 스위치",
"windowsIdentityProtection": "ID 보호",
"windowsPhoneCustom": "사용자 지정",
"windowsPhoneEmailProfile": "전자 메일",
"windowsPhoneGeneral": "디바이스 제한",
"windowsPhoneEmailProfile": "메일",
"windowsPhoneGeneral": "디바이스 제한 사항",
"windowsPhoneImportedPFX": "PKCS 가져온 인증서",
"windowsPhoneSCEP": "SCEP 인증서",
"windowsPhoneTrustedCertificate": "신뢰할 수 있는 인증서",
+141 -99
View File
@@ -71,7 +71,7 @@
"appPackageFile": "Een bestand dat uw app bevat in een indeling die kan worden gesideload op een apparaat. Geldige pakkettypen zijn onder andere Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix, en .msixbundle).",
"applicableDeviceType": "Selecteer de apparaattypen waarop deze app kan worden geïnstalleerd.",
"category": "Geef categorieën voor de app op zodat gebruikers gemakkelijker kunnen sorteren en zoeken in de bedrijfsportal. U kunt meerdere categorieën kiezen.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Zoek in de Microsoft Store-app (nieuw) naar Store-apps die u wilt implementeren met Intune."
},
"descriptionPreview": "Preview",
"descriptionPreviewLabel": "Preview",
"descriptionRequired": "Een beschrijving is vereist.",
"editDescription": "Beschrijving bewerken",
"macOSMinOperatingSystemAdditionalInfo": "Het minimale besturingssysteem voor het uploaden van een PKG-bestand is macOS 10.14. Upload een .pkg-bestand om een ouder minimaal besturingssysteem te selecteren.",
"markdownHelpLink": "Hulp krijgen bij markdown die wordt ondersteund voor beschrijvingen.",
"name": "App-gegevens",
"nameForOfficeSuitApp": "Gegevens over de app-suite"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -911,14 +917,14 @@
"subtitle": "Begin helemaal opnieuw en selecteer de gewenste eigenschappen in de bibliotheek met beschikbare inventariseigenschappen"
},
"SettingsCatalog": {
"subtitle": "Begin nieuwe instellingen en selecteer de gewenste instellingen in de bibliotheek met beschikbare instellingen",
"subtitle": "Begin volledig opnieuw en selecteer de gewenste instellingen uit de bibliotheek met beschikbare instellingen",
"title": "Catalogus met instellingen"
},
"Templates": {
"subtitle": "Sjablonen bevatten groepen instellingen, geordend op functionaliteit. Gebruik een sjabloon als u niet handmatig beleidsregels wilt maken of als u apparaten wilt configureren voor toegang tot bedrijfsnetwerken, zoals het configureren van wifi of een VPN.",
"subtitle": "Sjablonen bevatten groepen instellingen, geordend op functionaliteit. Gebruik een sjabloon wanneer u niet handmatig een beleid wilt maken of apparaten wilt configureren voor toegang tot bedrijfsnetwerken, zoals het configureren van Wi-Fi of VPN.",
"title": "Sjablonen"
},
"noData": "Er zijn geen beleidssjablonen gevonden"
"noData": "Geen beleidssjablonen gevonden"
},
"PolicyType": {
"EdgeSmartScreenSettings": {
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Accountbeveiliging (test)",
"windowsSecurityExperience": "Windows-beveiligingservaring"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows Firewall"
},
"FirewallRules": {
"mDE": "Windows Firewall-regels"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "Instellingen voor het verplaatsen van bekende mappen in OneDrive: Windows 10 in de cloudconfiguratiesjabloon. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Onbekend",
"unsupported": "Niet-ondersteund",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi importeren",
"windows10CompliancePolicy": "Nalevingsbeleid van Windows 10/11",
@@ -1064,9 +1080,11 @@
"prompt": "Vragen"
},
"Permissions": {
"accessBackgroundLocation": "Locatietoegang (achtergrond)",
"accessCoarseLocation": "Locatietoegang (ruw)",
"accessFineLocation": "Locatietoegang (fijn)",
"addVoicemail": "Voicemail toevoegen",
"bluetoothConnect": "Bluetooth-verbinding",
"bodySensors": "Lichaamssensorgegevens toestaan",
"bodySensorsBackground": "Sensorgegevens van hoofdtekst op de achtergrond toestaan",
"callPhone": "Telefoongesprekken voeren",
@@ -1679,12 +1697,12 @@
"conditionalAccess": "Voorwaardelijke toegang",
"deviceCompliance": "Apparaatnaleving",
"diskEncryption": "Schijfversleuteling",
"eDR": "Eindpuntdetectie en -reactie",
"ePM": "Beheer van eindpuntbevoegdheden",
"eDR": "Eindpuntdetectie en -respons",
"ePM": "Endpoint Privilege Management",
"firewall": "Firewall",
"helpSupport": "Help en ondersteuning",
"setup": "Installatie",
"wdapt": "Microsoft Defender for Endpoint"
"setup": "Configuratie",
"wdapt": "Microsoft Defender voor Eindpunt"
},
"OutlookAppConfig": {
"DataProtectionConfiguration": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "Tenantbeheer"
},
"actions": "Acties voor niet-naleving",
"adminPermissions": "Beheerdersmachtigingen",
"advancedExchangeSettings": "Instellingen voor Exchange Online",
"advancedThreatProtection": "Microsoft Defender for Endpoint",
"allApps": "Alle apps",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Samenvatting van software-updates",
"macOSSoftwareUpdateStateSummaries": "updates",
"managedGooglePlay": "Beheerde Google Play",
"msfb": "Microsoft Store voor Bedrijven",
"myPermissions": "Mijn machtigingen",
"notifications": "Meldingen",
"officeApps": "Office-apps",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Niet-compatibele apparaten buiten gebruik stellen",
"retireNoncompliantDevicesPreview": "Niet-compatibele apparaten buiten gebruik stellen (preview)",
"role": "Rol",
"rolesByPermission": "Rollen op machtiging",
"scriptManagement": "Scripts",
"securityBaselines": "Beveiligingsbasislijnen",
"serviceToServiceConnector": "Exchange Online-connector",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "Back-up maken van organisatiegegevens in de Android-back-upservices",
"tooltip": "Selecteer {0} om te voorkomen dat er van organisatiegegevens een back-up wordt gemaakt in de Android-back-upservices.\r\nSelecteer {1} om toe te staan dat er van organisatiegegevens een back-up wordt gemaakt in de Android-back-upservices.\r\nDit is niet van toepassing op persoonlijke of onbeheerde gegevens."
"tooltip": "Selecteer {0} om back-up van organisatiegegevens naar Android-back-upservices te voorkomen.\r\nSelecteer {1} om back-up van organisatiegegevens naar Android-back-upservices toe te staan.\r\nPersoonlijke of onbeheerde gegevens worden niet beïnvloed."
},
"AndroidBiometricAuthentication": {
"label": "Biometrische gegevens in plaats van pincode voor toegang",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "Protocol onbeheerde browser",
"tooltip": "<p>Voer het protocol voor één onbeheerde browser in. Webinhoud (http/s) van door beleid beheerde toepassingen wordt geopend in alle apps die dit protocol ondersteunen. </p>\r\n\r\n<p><b>Opmerking: </b>Neem alleen het protocolprefix op. Als uw browser koppelingen in de vorm 'mybrowser://www.microsoft.com' vereist, voert u 'mybrowser' in.</p>"
"tooltip": "<p>Voer het protocol voor één onbeheerde browser in. Webinhoud (http/s) van door beleid beheerde toepassingen wordt geopend in alle apps die dit protocol ondersteunen. </p>\r\n\r\n<p><b>Opmerking: </b>Neem alleen het protocolvoorvoegsel op. Als uw browser koppelingen in de vorm 'mybrowser://www.microsoft.com' vereist, voert u 'mybrowser' in.</p>"
},
"CustomDialerAppDisplayName": {
"label": "Naam van kiezer-app"
@@ -2183,10 +2202,10 @@
"tooltip": "Selecteer {0} om versleuteling van de organisatiegegevens met versleuteling op het niveau van apps van Intune af te dwingen.\r\n <br/>\r\nSelecteer {1} om geen versleuteling van de organisatiegegevens met versleuteling op het niveau van apps van Intune af te dwingen.\r\n\r\n<br/>\r\nOpmerking: zie {2} voor meer informatie over versleuteling op het niveau van apps van Intune."
},
"EncryptDataAndroid": {
"tooltip": "<p>Kies <b>Vereisen</b> om versleuteling van werk- of schoolgegevens in deze app in te schakelen. Intune gebruikt een wolfSSL-, 256-bits AES-versleutelingsschema samen met het Android Keystore-systeem om app-gegevens veilig te versleutelen. Gegevens worden synchroon versleuteld tijdens bestands-I/O-taken. Inhoud op de apparaatopslag is altijd versleuteld. Nieuwe bestanden worden versleuteld met 256-bits sleutels. Voor bestaande 128-bits versleutelde bestanden wordt een migratiepoging uitgevoerd naar 256-bits sleutels, maar het verwerken wordt niet gegarandeerd. Bestanden die zijn versleuteld met 128-bits sleutels blijven leesbaar. </p>\r\n\r\n<p>De versleutelingsmethode voldoet aan FIPS 140-2.</p>"
"tooltip": "<p>Kies <b>Vereisen</b> om versleuteling van werk- of schoolgegevens in deze app in te schakelen. Intune gebruikt een wolfSSL-, 256-bits AES-versleutelingsschema samen met het Android Keystore-systeem om app-gegevens veilig te versleutelen. Gegevens worden synchroon versleuteld tijdens bestands-I/O-taken. Inhoud op de apparaatopslag is altijd versleuteld. Nieuwe bestanden worden versleuteld met 256-bits sleutels. Voor bestaande 128-bits versleutelde bestanden wordt een migratiepoging uitgevoerd naar 256-bits sleutels, maar dit proces wordt niet gegarandeerd. Bestanden die zijn versleuteld met 128-bits sleutels blijven leesbaar. </p>\r\n\r\n<p>De versleutelingsmethode voldoet aan FIPS 140-2.</p>"
},
"EncryptDataIos": {
"tooltip1": "Kies <b>Vereisen</b> om versleuteling van werk- of schoolgegevens in deze app in te schakelen. Met Intune wordt iOS/iPadOS-apparaatversleuteling afgedwongen om app-gegevens te beveiligen wanneer het apparaat is vergrendeld. Optioneel kunnen app-gegevens met toepassingen worden versleuteld met behulp van Intune App SDK-versleuteling. Met de Intune App SDK worden iOS/iPadOS-cryptografiemethoden gebruikt om 128-bits AES-versleuteling op app-gegevens toe te passen.",
"tooltip1": "Kies <b>Vereisen</b> om versleuteling van werk- of schoolgegevens in deze app in te schakelen. Met Intune wordt iOS/iPadOS-apparaatversleuteling afgedwongen om app-gegevens te beveiligen wanneer het apparaat is vergrendeld. Optioneel kunnen app-gegevens met toepassingen worden versleuteld met behulp van Intune App SDK-versleuteling. Met de Intune App SDK worden iOS/iPadOS-cryptografiemethoden gebruikt om 256-bits AES-versleuteling op app-gegevens toe te passen.",
"tooltip2": "Als u deze instelling inschakelt, kan de gebruiker worden verplicht een pincode voor toegang tot het apparaat in te stellen en te gebruiken. Als er geen apparaatpincode en -versleuteling is vereist, wordt de gebruiker gevraagd een pincode in te stellen en wordt het bericht 'Uw organisatie heeft ingesteld dat u eerst een pincode voor het apparaat moet inschakelen voor u toegang tot deze app kunt krijgen' weergegeven.",
"tooltip3": "Ga naar de <a href=\"{0}\" target=\"_blank\">officiële Apple-documentatie</a> om de iOS-versleutelingsmodules te bekijken die FIPS 140-2-compatibel zijn of waarvoor FIPS 140-2-compatibiliteit in behandeling is."
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "Meldingen van organisatiegegevens",
"tooltip": "<p>Selecteer een van de volgende opties om op te geven hoe meldingen voor organisatieaccounts worden weergegeven voor deze app en alle verbonden apparaten, bijvoorbeeld draagbare apparaten:</p> \r\n<p>{0}: geen meldingen delen.</p>\r\n<p>{1}: geen organisatiegegevens delen in meldingen. Als dit niet wordt ondersteund door de toepassing, worden de meldingen geblokkeerd. </p>\r\n<p>{2}: alle meldingen delen. </p>\r\n <p>Alleen Android:\r\n Opmerking: Deze instelling geldt niet voor alle toepassingen. Zie {3} voor meer informatie</p>\r\n\r\n <p>Alleen iOS:\r\nOpmerking: Deze instelling geldt niet voor alle toepassingen. Zie {4} voor meer informatie</p>"
"tooltip": "<p>Selecteer een van de volgende opties om te bepalen hoe meldingen voor organisatieaccounts worden weergegeven voor deze app en alle verbonden apparaten, zoals bijvoorbeeld draagbare apparaten:</p> \r\n<p>{0}: meldingen niet delen.</p>\r\n<p>{1}: deel geen organisatiegegevens in meldingen. Als dit niet wordt ondersteund door de toepassing, worden meldingen geblokkeerd. </p>\r\n<p>{2}: Alle meldingen delen. </p>\r\n <p>Alleen Android:\r\n Opmerking: deze instelling is niet van toepassing op alle toepassingen. Raadpleeg voor meer informatie {3}</p>\r\n\r\n <p>Alleen iOS:\r\nOpmerking: deze instelling is niet van toepassing op alle toepassingen. Raadpleeg voor meer informatie {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "Overdracht van webinhoud met andere apps beperken",
"tooltip": "<p>Selecteer een van de volgende opties om de apps op te geven waarin deze app webinhoud kan openen: </p>\r\n<p><b>Microsoft Edge:</b> toestaan dat webinhoud alleen wordt geopend in Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Ontdek hoe Microsoft Edge uw gegevens beschermt.</a></p>\r\n<p><b>Onbeheerde browser:</b> toestaan dat webinhoud alleen wordt geopend in de onbeheerde browser die is gedefinieerd met de instelling Protocol van onbeheerde browser </p>\r\n<p><b>Alle apps:</b> webkoppelingen in alle apps toestaan</p>"
"tooltip": "<p>Selecteer een van de volgende opties om de apps op te geven waarin deze app webinhoud kan openen: </p>\r\n<p><b> Microsoft Edge:</b> Toestaan dat webinhoud alleen in Microsoft Edge wordt geopend.<a href=\"{0}\" target=\"_blank\"> Meer informatie over hoe Microsoft Edge uw gegevens beveiligt.</a></p>\r\n<p><b>Onbeheerde browser:</b> Toestaan dat webinhoud alleen wordt geopend in de niet-beheerde browser die is gedefinieerd door de instelling 'Niet-beheerd browserprotocol'</p>\r\n<p><b>Elke app:</b> Webkoppelingen in elke app toestaan</p>"
},
"OverrideBiometric": {
"tooltip": "Indien nodig, worden afhankelijk van de time-out (minuten van inactiviteit) biometrische prompts overschreven door een prompt voor de pincode. Als niet aan deze waarde voor de time-out wordt voldaan, wordt de biometrische prompt nog steeds weergegeven. Deze waarde voor de time-out moet groter zijn dan de opgegeven waarde onder 'Toegangsvereisten opnieuw controleren na (minuten van inactiviteit)'."
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "Kopieën van organisatiegegevens opslaan",
"tooltip": "Selecteer {0} om te voorkomen dat met 'Opslaan als' een kopie van organisatiegegevens wordt opgeslagen in een andere locatie dan de geselecteerde opslagservices.\r\n Selecteer {1} om toe te staan dat met 'Opslaan als' een kopie van organisatiegegevens wordt opgeslagen in een andere locatie. <br/>\r\n\r\n\r\nOpmerking: Deze instelling geldt niet voor alle toepassingen. Zie {2} voor meer informatie.\r\n"
"tooltip": "Selecteer {0} om te voorkomen dat een kopie van organisatiegegevens wordt opgeslagen op een nieuwe locatie, behalve de geselecteerde opslagservices, met behulp van Opslaan als.\r\n Selecteer {1} om het opslaan van een kopie van organisatiegegevens naar een nieuwe locatie toe te staan met 'Opslaan als'. <br/>\r\n\r\n\r\nOpmerking: deze instelling is niet van toepassing op alle toepassingen. Zie voor meer informatie:{2}.\r\n"
},
"SaveDataToSelected": {
"label": "De gebruiker toestaan om kopieën op te slaan in de geselecteerde services",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "Knippen, kopiëren en plakken toestaan voor",
"tooltip": "Selecteer een van de volgende opties om de bronnen en doelen op te geven die gebruikers van de organisatie kunnen gebruiken om organisatiegegevens te knippen, kopiëren of plakken: <br/>\r\n\r\n<b>Alle doelen en bronnen</b>: gebruikers van de organisatie kunnen gegevens knippen uit en plakken/kopiëren naar elk account, document, locatie of toepassing.<br/>\r\n\r\n<b>Geen doel of bron</b>: gebruikers van de organisatie kunnen geen gegevens knippen uit en plakken/kopiëren naar accounts, documenten, locaties of toepassingen vanuit of naar de organisatiecontext."
"tooltip": "Selecteer een van de volgende opties om de bronnen en bestemmingen op te geven die gebruikers van de organisatie kunnen knippen, kopiëren of plakken: <br/>\r\n\r\n<b>Elke bestemming en bron</b>: organisatiegebruikers kunnen gegevens plakken van en knippen/kopiëren naar elk account, document, locatie of applicatie.<br/>\r\n\r\n<b>Geen bestemming of bron</b>: organisatiegebruikers kunnen geen gegevens plakken van en knippen/kopiëren naar externe accounts, documenten, locaties of toepassingen vanuit of in de organisatiecontext."
},
"WinPrintData": {
"label": "Organisatiegegevens afdrukken",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "Gegevens ontvangen van",
"tooltip": "Selecteer een van de volgende opties om op te geven uit welke bronnen organisatiegebruikers gegevens kunnen ontvangen: <br/>\r\n\r\n<b>Alle bronnen</b>: organisatiegebruikers kunnen gegevens uit elk account, document, locatie of toepassing openen in de organisatiecontext.<br/>\r\n\r\n<b>Geen bronnen</b>: organisatiegebruikers kunnen geen gegevens uit externe accounts, documenten, locaties of toepassingen openen in de organisatiecontext."
"tooltip": "Selecteer een van de volgende opties om op te geven van welke bronnen organisatiegebruikers gegevens kunnen ontvangen: <br/>\r\n\r\n<b>Alle bronnen</b>: organisatiegebruikers kunnen gegevens openen vanuit elk account, document, locatie of toepassing in de organisatiecontext.<br/>\r\n\r\n<b>Geen bronnen</b>: organisatiegebruikers kunnen geen gegevens van externe accounts, documenten, locaties of toepassingen openen in de organisatiecontext."
},
"WinSendData": {
"label": "Organisatiegegevens verzenden naar",
"tooltip": "Selecteer een van de volgende opties om de doelen op te geven waarnaar gebruikers van de organisatie gegevens kunnen verzenden: <br/>\r\n\r\n<b>Alle doelen</b>: organisatiegebruikers kunnen organisatiegegevens verzenden naar elk account, document, locatie of toepassing.<br/>\r\n\r\n<b>Geen doelen</b>: organisatiegebruikers kunnen geen organisatiegegevens verzenden naar externe accounts, documenten, locaties of toepassingen vanuit de organisatiecontext."
"tooltip": "Selecteer een van de volgende opties om op te geven naar welke bestemmingen organisatiegebruikers gegevens kunnen sturen: <br/>\r\n\r\n<b>Alle bestemmingen</b>: organisatiegebruikers kunnen organisatiegegevens verzenden naar elk account, document, locatie of toepassing.<br/>\r\n\r\n<b>Geen bestemmingen</b>: organisatiegebruikers kunnen geen organisatiegegevens verzenden naar externe accounts, documenten, locaties of toepassingen vanuit de organisatiecontext."
},
"Tap": {
"numberOfDays": "Aantal dagen",
@@ -2387,19 +2406,19 @@
"PolicySet": {
"appManagement": "Toepassingsbeheer",
"assignments": "Toewijzingen",
"basics": "Grondbeginselen",
"basics": "Basisinformatie",
"deviceEnrollment": "Apparaatinschrijving",
"deviceManagement": "Apparaatbeheer",
"scopeTags": "Bereiktags",
"appConfigurationTitle": "App-configuratiebeleid",
"appProtectionTitle": "App-beveiligingsbeleid",
"appTitle": "Apps",
"iOSAppProvisioningTitle": "Inrichtingsprofielen voor iOS-app",
"appTitle": "Toepassingen",
"iOSAppProvisioningTitle": "Inrichtingsprofielen voor iOS-apps",
"deviceLimitRestrictionTitle": "Beperkingen voor apparaatlimieten",
"deviceTypeRestrictionTitle": "Beperkingen voor apparaattypen",
"enrollmentStatusSettingTitle": "Inschrijvingsstatuspagina's",
"windowsAutopilotDeploymentProfileTitle": "Windows AutoPilot-implementatieprofielen",
"deviceComplianceTitle": "Beleidsregels voor apparaatcompatibiliteit",
"windowsAutopilotDeploymentProfileTitle": "Windows Autopilot-implementatieprofielen",
"deviceComplianceTitle": "Nalevingsbeleid voor apparaten",
"deviceConfigurationTitle": "Apparaatconfiguratieprofielen",
"powershellScriptTitle": "PowerShell-scripts"
},
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Opdrachtregel",
"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.",
"installScript": "Script installeren",
"installScriptErrorText": "Het installeren van een script is vereist.",
"installScriptToolTip": "Het PowerShell-scriptbestand met installatieopdrachten dat wordt gebruikt om deze app te installeren.",
"installScriptsHeader": "Geef instellingen voor installatie en verwijdering van apps op, waaronder het gebruik van een script of opdrachtregel, tijdslimieten, gedrag bij opnieuw opstarten en retourcodes.",
"installerTypeText": "Type installatieprogramma",
"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.",
"scriptDropdownText": "PowerShell-script",
"scriptsErrorText": "Een installatie- en verwijderingsscript zijn vereist.",
"selectCustomScript": "Aangepast script selecteren",
"selectScriptLinkAriaText": "Geen script geselecteerd. Hiermee open je het contextvenster om een script te uploaden.",
"selectScriptLinkText": "Selecteer een script",
"selectedScriptLinkAriaText": "Script {0} geselecteerd. Hiermee open je het contextvenster om een nieuw script te bewerken of te uploaden.",
"selectorLabel": "Programma",
"uninstallCommand": "Opdracht voor verwijderen",
"uninstallCommandTooltip": "De volledige opdrachtregel voor verwijdering die wordt gebruikt om deze app te verwijderen."
"uninstallCommandTooltip": "De volledige opdrachtregel voor verwijdering die wordt gebruikt om deze app te verwijderen.",
"uninstallScript": "Script verwijderen",
"uninstallScriptErrorText": "Het verwijderen van een script is vereist.",
"uninstallScriptToolTip": "Het PowerShell-scriptbestand met verwijderingsopdrachten dat wordt gebruikt om deze app te verwijderen.",
"uninstallerTypeText": "Type programma voor het verwijderen van een installatie"
},
"TermsOfUse": {
"Languages": {
@@ -2847,8 +2882,8 @@
"description": "Beschrijving",
"deviceType": "Apparaattype",
"deviceUse": "Apparaatgebruik",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot ondersteunt alleen apparaten die met Microsoft Entra voor Surface Hub 2 zijn samengevoegd. Geef aan hoe apparaten aan Active Directory (AD) in uw organisatie worden toegevoegd.\r\n </p>\r\n <ul>\r\n <li>\r\n Met Microsoft Entra samengevoegd: alleen in de cloud zonder on-premises Windows Server Active Directory.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Opgeven hoe apparaten worden samengevoegd met Active Directory (AD) in uw organisatie:\r\n </p>\r\n <ul>\r\n <li>\r\n Samengevoegd met Microsoft Entra: alleen in de cloud zonder een on-premises Windows Server Active Directory\r\n </li>\r\n </ul> \r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot ondersteunt alleen apparaten samengevoegd met Microsoft Entra voor Surface Hub 2. Geef op hoe apparaten lid worden van Active Directory (AD) in uw organisatie.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra-samengevoegd: alleen in de cloud zonder een on-premises-Windows Server Active Directory.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Geef op hoe apparaten lid worden van Active Directory (AD) in uw organisatie:\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra-samengevoegd: alleen in de cloud zonder een on-premises-Windows Server Active Directory.\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "Er is een fout opgetreden bij het ophalen van het aantal toegewezen apparaten.",
"getAssignmentsError": "Er is een fout opgetreden bij het ophalen van de AutoPilot-profieltoewijzingen.",
"harvestDeviceId": "Alle doelapparaten converteren naar Autopilot",
@@ -2879,9 +2914,9 @@
"devicesWithoutEnrollment": "Beheerde apps"
},
"AppProtection": {
"allAppTypes": "Doel voor alle app-typen",
"allAppTypes": "Gericht op alle app-typen",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Apps in Android for Work-profiel",
"appsInAndroidWorkProfile": "Apps in Android-werkprofiel",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Apps op toegewezen Android Enterprise-apparaten met gedeelde Microsoft Entra-modus",
"appsOnAndroidOpenSourceProjectUserAssociated": "Apps op Android Open Source Project met gekoppelde gebruiker",
"appsOnAndroidOpenSourceProjectUserless": "Apps op Android Open Source Project zonder gebruiker",
@@ -2892,7 +2927,7 @@
"iosAndroidPlatformLabel": "iOS, Android",
"macPlatformLabel": "Mac",
"notAvailable": "Niet beschikbaar",
"windows10PlatformLabel": "Windows 10 en later",
"windows10PlatformLabel": "Windows 10 en hoger",
"withEnrollment": "Met inschrijving",
"withoutEnrollment": "Zonder inschrijving"
},
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Split tunneling",
"vPNTrustedNetwork": "Vertrouwde netwerkdetectie",
"wSLCompliance": "Windows-subsysteem voor Linux (WSL)",
"wakeSettings": "Instellingen voor activeren",
"webContentFilter": "Webinhoudsfilter",
"wiFi": "Wi-Fi",
@@ -4163,7 +4199,7 @@
"bs-latn": "Bosnisch (Latijns)",
"zh-cN": "Chinees (Volksrepubliek China)",
"zh-hK": "Chinees (Hongkong SAR)",
"zh-mO": "Chinees (Macao SAR)",
"zh-mO": "Chinees (Macau SAR)",
"zh-sG": "Chinees (Singapore)",
"zh-tW": "Chinees (Taiwan)",
"hr-bA": "Kroatisch (Latijn)",
@@ -4300,7 +4336,6 @@
"mk": "Macedonisch (Noord-Macedonië)",
"ml": "Malayalam (India)",
"mt": "Maltees (Malta)",
"mi": "Maori (Nieuw-Zeeland)",
"mr": "Marathi (India)",
"moh": "Mohawk (Mohawk)",
"ne": "Nepalees (Nepal)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamees (Vietnam)",
"cy": "Welsh (Verenigd Koninkrijk)",
"wo": "Wolof (Senegal)",
"sah": "Jakoets (Rusland)",
"ii": "Yi (Volksrepubliek China)",
"yo": "Yoruba (Nigeria)"
},
"DisplayRoleTypes": {
"builtInRole": "Ingebouwde rol",
"customAutopatchRole": "Aangepaste Windows Autopatch-rol",
"customCloudPCRole": "Aangepaste Windows 365-rol",
"customIntuneRole": "Aangepaste Intune-rol",
"customRole": "Aangepaste rol"
@@ -4759,7 +4796,7 @@
"mk": "Noord-Macedonië",
"ml": "Mali",
"mn": "Mongolië",
"mo": "Macau",
"mo": "Macau SAR",
"mr": "Mauritanië",
"ms": "Montserrat",
"mt": "Malta",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "Deze instellingen zijn geschikt voor volledig beheerde, toegewezen werkprofielapparaten die het eigendom zijn van het bedrijf.",
"allAndroidCorpEnrollmentTypesHeaderName": "Volledig beheerde, toegewezen werkprofielapparaten die het eigendom zijn van het bedrijf",
"allAndroidVersionsPasswordHeader": "Alle Android-apparaten",
"allAndroidVersionsPasswordHeaderDescription": "Deze instellingen zijn geschikt voor alle Android OS-versies en -fabrikanten.",
"allAndroidVersionsPasswordHeaderDescription": "Deze instellingen werken voor alle Android-besturingssysteemversies en -fabrikanten, behalve waar anders opgegeven",
"allDomainsOption": "Alle domeinen",
"allEnrollmentTypesDescription": "Deze instellingen werken voor apparaten die in Intune zijn ingeschreven via apparaatinschrijving of gebruikersinschrijving en voor apparaten die met behulp van Apple School Manager of Apple Business Manager met geautomatiseerde apparaatinschrijving (voorheen DEP) zijn ingeschreven.",
"allEnrollmentTypesHeader": "Alle inschrijvingstypen",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Ontgrendelen met gezicht",
"blockFacetimeName": "FaceTime blokkeren",
"blockFactoryResetDescription": "De fabrieksinstellingen op het apparaat blokkeren.",
"blockFactoryResetName": "Fabrieksinstellingen (alleen Samsung KNOX)",
"blockFactoryResetName": "Fabrieksinstellingen terugzetten (alleen Samsung KNOX Android 15 en eerder)",
"blockFilesNetworkDriveAccessDescription": "Met behulp van het Server Message Block-protocol (SMB) kunnen apparaten toegang krijgen tot bestanden of andere resources op een netwerkserver. Beschikbaar voor apparaten waarop versies 13.0 of hoger van iOS en iPadOS worden uitgevoerd.",
"blockFilesNetworkDriveAccessName": "Toegang tot netwerkschijf in de Files-app blokkeren",
"blockFilesUsbDriveAccessDescription": "Apparaten met toegang kunnen verbinding maken met en bestanden openen op een USB-station. Beschikbaar voor apparaten met iOS en iPadOS, versie 13.0 of hoger.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Functionaliteit voor automatisch synchroniseren van het Google-account blokkeren op het apparaat.",
"blockGoogleAccountAutoSyncName": "Google-account automatisch synchroniseren (alleen Samsung KNOX)",
"blockGoogleBackupDescription": "Synchroniseren met Google-back-up blokkeren.",
"blockGoogleBackupName": "Google-back-up (alleen Samsung KNOX)",
"blockGoogleBackupName": "Google Backup (alleen Samsung KNOX Android 15 en eerder)",
"blockGooglePlayStoreDescription": "Google Play Store blokkeren (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play Store (alleen Samsung KNOX) ",
"blockHostPairingDescription": "Koppelen met een host om te bepalen met welke apparaten een iOS-apparaat kan worden gekoppeld, blokkeren.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Het foutberichtvenster blokkeren zodat dit niet wordt weergegeven wanneer geen SIM-kaart wordt gedetecteerd",
"blockSIMCardErrorDialogName": "Foutberichtvenster voor SIM-kaart (alleen mobiel)",
"blockSMSAndMMSAndroidDescription": "Functie voor sms-/mms-berichten blokkeren (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "Sms-/mms-berichten (alleen Samsung KNOX)",
"blockSMSAndMMSName": "SMS/MMS-berichten (alleen Samsung KNOX Android 15 en eerder)",
"blockSafariAutofillDescription": "Hiermee voorkomt u dat Safari onthoudt wat gebruikers op webformulieren invoeren.",
"blockSafariAutofillName": "Automatisch doorvoeren in Safari blokkeren",
"blockSafariDescription": "De webbrowser Safari blokkeren.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Hiermee blokkeert u het maken van VPN-configuraties",
"blockVPNCreationName": "Het maken van VPN's blokkeren",
"blockVoiceAssistantAndroidDescription": "Spraakassistent blokkeren (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Spraakassistent (alleen Samsung KNOX)",
"blockVoiceAssistantName": "Spraakassistent (alleen Samsung KNOX Android 15 en eerder)",
"blockVoiceDialingAndroidDescription": "Nummer inspreken blokkeren (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Nummer inspreken blokkeren op het apparaat.",
"blockVoiceDialingName": "Nummer inspreken",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "Raadpleeg de Intune-documentatie voor de juiste indeling van het geüploade bestand. <a href=\"https://aka.ms/AA6z0o4\">Meer informatie</a>",
"customAppConfigurationFileName": "Bestand met eigenschappenlijst",
"customBoolError": "Alle configuratiesleutels van het type Boolean moeten de waarde 'true' of 'false' hebben.",
"customComplianceToolTip": "Als deze optie is ingeschakeld, moeten apparaten compatibel zijn volgens aangepaste regels gedefinieerd in een JSON-bestand op basis van aangepaste gegevens geretourneerd door een PowerShell-detectiescript.",
"customEapXmlOption": "Aangepaste EAP-XML",
"customIntError": "Alle configuratiesleutels van het type integer moeten een geheel getal zijn.",
"customItemHideFromUserConfiguration": "Verbergen",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Gegevens delen tussen werkprofiel en persoonlijk profiel",
"dataTypeName": "Gegevenstype",
"dateAndTimeBlockChangesDescription": "Blokkeren dat gebruiker de datum- en tijdinstellingen van het apparaat kan wijzigen (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Wijzigingen in datum en tijd blokkeren (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Wijzigingen in datum en tijd blokkeren (alleen Samsung Android 15 en eerder)",
"dateTimeConfigurationBlockedDescription": "Blokkeren dat de gebruiker handmatig de datum en tijd kan instellen.",
"dateTimeConfigurationBlockedName": "Datum en tijd wijzigen",
"dateTimeName": "Datum en tijd",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Lijst met toegestane items voor Wi-Fi",
"knoxBlockAutofillDescription": "Automatisch doorvoeren blokkeren.",
"knoxBlockAutofillName": "Automatisch doorvoeren (alleen Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (alleen Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (alleen Samsung KNOX Android 13 en eerder)",
"knoxBlockCookiesDescription": "Browsercookies toestaan of blokkeren",
"knoxBlockCookiesName": "Cookies (alleen Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "De functionaliteit voor kopiëren en plakken blokkeren.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Pop-ups (alleen Samsung KNOX)",
"knoxBlockRemovableStorageName": "Verwisselbare opslag (alleen Samsung KNOX)",
"knoxBlockScreenshotDescription": "Het vastleggen van scherminhoud als een afbeelding blokkeren.",
"knoxBlockScreenshotName": "Schermafbeelding (alleen Samsung KNOX)",
"knoxBlockScreenshotName": "Schermopname (alleen Samsung KNOX Android 15 en eerder)",
"knoxBlockVoiceDialingName": "Nummer inspreken (alleen Samsung KNOX)",
"knoxBlockVoiceRoamingName": "Spraakroaming (alleen Samsung KNOX)",
"knoxBlockWebBrowserDescription": "Webbrowser blokkeren op het apparaat.",
"knoxBlockWebBrowserName": "Webbrowser (alleen Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (alleen Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Wi-Fi-tethering (alleen Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (alleen Samsung KNOX Android 12 en eerder)",
"knoxBlockWiFiTetheringName": "Wi-Fi-tethering (alleen Samsung KNOX Android 12 en eerder)",
"knoxCellularDataDescription": "Het gebruik van gegevens via draadloze netwerken blokkeren. Als deze optie niet is geconfigureerd, wordt gegevensgebruik via draadloze netwerken toegestaan en kan dit door gebruikers worden gewijzigd.",
"knoxCellularDataName": "Mobiel gegevenskanaal (alleen Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 en eerder of Samsung Knox Android 15 en eerder",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "Deze instellingen werken voor apparaten met Android 9 of eerder en werken ook op alle Samsung Knox-apparaten met Android OS-versie Android 15 en eerder.",
"knoxRequireEncryptionName": "Versleuteling (Android 11 en eerder, of Samsung KNOX Android 14 en eerder)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Opslagkaarten moeten worden versleuteld. Niet alle apparaten bieden ondersteuning voor de versleuteling van opslagkaarten. Raadpleeg de documentatie van het apparaat en van het besturingssysteem van het mobiele apparaat voor meer informatie.",
"knoxRequireEncryptionOnRemovableStorageName": "Versleuteling voor opslagkaarten (alleen Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "Versleuteling op opslagkaarten (alleen Samsung KNOX Android 15 en eerder)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (systeemeigen type)",
"lanManagerAuthenticationLevelDesc": "Met deze beveiligingsinstelling wordt bepaald welk verificatieprotocol op basis van vraag/antwoord wordt gebruikt voor aanmelding bij het netwerk.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Id-type",
"macOSAppleEventReceiverTableDescription": "Sta toe dat de app of het proces een beperkte Apple-gebeurtenis naar een andere app of een ander proces kan verzenden. U moet weten wat de id, het id-type en de codevereiste is van de ontvangende app of het ontvangende proces.",
"macOSAppleEventReceiverTableName": "Apple-gebeurtenissen",
"macOSDeploymentChannelDeviceChannel": "Apparaatkanaal",
"macOSDeploymentChannelName": "Implementatiekanaal",
"macOSDeploymentChannelUserChannel": "Gebruikerskanaal",
"macOSDeploymentChannelWarningBanner": "Het wordt ten zeerste aanbevolen om het type Gebruikerscertificaat in Gebruikerskanaal alleen voor beveiligingsdoeleinden te gebruiken.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Beheer de toegang tot de toegankelijkheidsapp op het apparaat, met functies zoals ondertiteling, aanwijstekst en spraakbediening.",
"macOSPrivacyAccessControlItemAccessibilityName": "Toegankelijkheid",
"macOSPrivacyAccessControlItemAddressBookName": "Contactpersonen",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Sleutelmodules instellen om de volledige verificatieset te negeren als de modules geen ondersteuning bieden voor alle verificatiepakketten in de betreffende set. Als deze optie is ingeschakeld, worden niet-ondersteunde verificatiepakketten genegeerd door de sleutelmodules.",
"opportunisticallyMatchAuthName": "Verificatieset opportunistisch afstemmen per sleutelmodule",
"optional": "Optioneel",
"optionalValue": "Optionele waarde",
"organizationalUnitDescription": "Het volledige pad naar de organisatie-eenheid (OE) waarin de computeraccounts gemaakt moeten worden. Als u niets opgeeft, wordt een bekende computerobjectcontainer gebruikt.",
"organizationalUnitName": "Organisatie-eenheid",
"originalProfileTypeTitle": "Oorspronkelijk profieltype:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Geldigheidsduur van certificaat",
"sCEPPolicyCustomAADAttribute": "Aangepast Microsoft Entra-kenmerk",
"sCEPPolicyCustomKeys": "Aangepaste sleutels",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Geef een waarde op, die elke ondersteunde variabele kan zijn, zoals {{UserPrincipalName}}. U kunt {{OnPremisesSecurityIdentifier}} alleen gebruiken met het URI-kenmerk. Meer informatie over ondersteunde variabelen: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Geef een waarde op die elke ondersteunde variabele kan combineren met statische tekst. Gebruik voor UPN- en e-mailadressen de indeling {{AAD_Device_ID}}@contoso.com. DNS-waarden mogen geen symbolen of een @-teken bevatten, bijvoorbeeld {{DeviceName}}.contoso.com of {{DeviceName}}. Houd er rekening mee dat de {{OnPremisesSecurityIdentifier}} waarde alleen kan worden gebruikt met het URI-kenmerk voor de alternatieve naam van het onderwerp. Bekijk de ondersteuningsvariabelen hier: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "Vooraf gedeelde WPA-sleutel",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "De niet-compatibele Linux-distributies zijn: ",
"wSLComplianceTitle": "Niet-compatibele Linux-distributies of -versies verwijderen uit Windows-subsysteem voor Linux (WSL).",
"wSLPolicyDistributionName": "Distributienaam",
"wSLPolicyMaxOSVersionName": "Maximale versie van besturingssysteem",
"wSLPolicyMinOSVersionName": "Minimale versie van besturingssysteem",
"wakeOnLANName": "Wake On LAN",
"wakeOnPowerName": "Activeren bij inschakelen",
"wakeScreenWhenSomeoneInRoomName": "Scherm activeren wanneer iemand in de ruimte is",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows-spotlight in het vergrendelingsscherm",
"windowsSpotlightPersonalizationDescription": "Persoonlijke instellingen voor Windows-spotlight blokkeren op basis van het apparaatgebruik",
"windowsSpotlightPersonalizationName": "Persoonlijke instellingen voor Windows-spotlight",
"windowsSubsystemLinuxComplianceDescription": "Deze instellingen hebben betrekking op Linux-distributies die zijn geïnstalleerd op beheerde Windows-apparaten en zijn van invloed op de nalevingsstatus van het apparaat. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Meer informatie over het gebruik van de instelling</a>",
"windowsSubsystemLinuxComplianceHeader": "Toegestane Linux-distributies en -versies",
"windowsSubsystemLinuxComplianceInfoBox": "U kunt geen WSL en aangepaste nalevingsinstellingen configureren in hetzelfde beleid.",
"windowsSubsystemLinuxComplianceLearnMore": "Geef toegestane Linux-distributies, en optioneel een minimumversie, een maximumversie of beide voor elke distributie op.",
"windowsTipsDescription": "Hiermee kunnen IT-beheerders het pop-upvenster van Windows Tips uitschakelen.",
"windowsTipsName": "Windows Tips",
"windowsWelcomeExperienceDescription": "Het welkomstbericht van Windows blokkeren voor nieuwe of bijgewerkte functies",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "Geen beleidsregels",
"clientAppPolicyPlural": "{0} beleidsregels",
"clientAppPolicySingular": "{0} beleidsregel",
"clockInClockOutNotes": "<p><b>Opmerkingen:</b></p>\r\n<ul type=\"disc\">\r\n <li>Raadpleeg de <b>koppeling naar documenten voor stiltetijd, sectie blokkeren,</b> voor meer informatie over de apps waarop deze instelling kan worden toegepast.</li>\r\n <li>Deze instelling heeft geen mogelijkheid om meldingen te dempen. Als u instellingen voor het dempen van meldingen wilt configureren, raadpleegt u de <b>koppeling naar stiltetijd, documenten dempen</b>.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>Opmerkingen:</b></p>\r\n<ul type=\"disc\">\r\n <li>Deze instelling mag alleen worden geconfigureerd als de tenant is geïntegreerd met de <b>Working Time-API</b>. Zie voor meer informatie over het integreren van deze instelling met de <b>Working Time-API</b> de <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Toegang tot Microsoft Teams beperken wanneer frontlijnmedewerkers niet in dienst zijn</a>\r\n. Als u deze instelling configureert zonder te integreren met de Working Time-API, kunnen accounts worden geblokkeerd vanwege een ontbrekende werktijdstatus voor het beheerde account dat is gekoppeld aan de toepassing.</li>\r\n <li>Raadpleeg <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">ondersteunde Microsoft Intune-apps | Microsoft Learn</a>\r\nvoor meer informatie over welke apps deze instelling ondersteunen.</li> <li>Deze instelling beschikt niet over de mogelijkheid om meldingen te dempen. Als u instellingen voor het dempen van meldingen wilt configureren, raadpleegt u <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Beleid voor stiltetijd maken in Microsoft Intune | Microsoft Learn</a></li>\r\n</ul>",
"clockedOutAccount": "Vrije tijd",
"closeText": "Sluiten",
"columns": "Kolommen",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "Vergelijkbare op apparaat gebaseerde instellingen kunnen worden geconfigureerd voor ingeschreven apparaten.",
"deviceConditionsInfoParagraph2LinkText": "Meer informatie over het configureren van apparaatinstellingen voor naleving voor ingeschreven apparaten.",
"deviceId": "Apparaat-id",
"deviceLockComplexityValidationFailureNotes": "<p><b>Opmerkingen:</b></p>\r\n<ul type=\"disc\">\r\n <li>De apparaatvergendeling kan een wachtwoordcomplexiteit vereisen van: LAAG, GEMIDDELD of HOOG gericht op Android 12+. Voor apparaten die werken op Android 11 en eerder, wordt het instellen van een complexiteitswaarde van Laag/Gemiddeld/Hoog standaard ingesteld op het verwachte gedrag voor 'Lage complexiteit'.</li>\r\n <li>De onderstaande wachtwoorddefinities zijn onderhevig aan wijzigingen. Raadpleeg <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Developers</a> voor de meest bijgewerkte definities van de verschillende wachtwoordcomplexiteitsniveaus.</li>\r\n</ul>\r\n\r\n<p><b>Laag</b></p>\r\n<ul type=\"disc\">\r\n <li>Wachtwoord kan een patroon of een pincode zijn met herhalende (4444) of geordende (1234, 4321, 2468) reeksen.</li>\r\n</ul>\r\n\r\n<p><b>Gemiddeld</b></p>\r\n<ul type=\"disc\">\r\n <li>Pincode zonder herhalende (4444) of geordende (1234, 4321, 2468) reeksen met een minimale lengte van ten minste 4 tekens</li>\r\n <li>Alfabetische wachtwoorden met een minimale lengte van ten minste 4 tekens</li>\r\n <li>Alfanumerieke wachtwoorden met een minimale lengte van ten minste 4 tekens</li>\r\n</ul>\r\n\r\n<p><b>Hoog</b></p>\r\n<ul type=\"disc\">\r\n <li>Pincode zonder herhalende (4444) of geordende (1234, 4321, 2468) reeksen met een minimale lengte van ten minste 8 tekens</li>\r\n <li>Alfabetische wachtwoorden met een minimale lengte van ten minste 6 tekens</li> \r\n <li>Alfanumerieke wachtwoorden met een minimale lengte van ten minste 6 tekens</li> \r\n</ul> \r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>Opmerkingen:</b></p>\r\n<ul type=\"disc\">\r\n <li>De apparaatvergendeling kan een wachtwoordcomplexiteit vereisen van: LAAG, GEMIDDELD of HOOG gericht op Android 12+. Voor apparaten die werken op Android 11 en eerder, wordt het instellen van een complexiteitswaarde van Laag/Gemiddeld/Hoog standaard ingesteld op het verwachte gedrag voor 'Lage complexiteit'.</li>\r\n <li>De onderstaande wachtwoorddefinities kunnen worden gewijzigd. Raadpleeg <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android-ontwikkelaars</a> voor de meest bijgewerkte definities van de verschillende complexiteitsniveaus voor wachtwoorden.</li>\r\n</ul>\r\n\r\n<p><b>Laag</b></p>\r\n<ul type=\"disc\">\r\n <li>Het wachtwoord kan een patroon of pincode zijn met herhalende (4444) of geordende reeksen (1234, 4321, 2468).</li>\r\n</ul>\r\n\r\n<p><b>Medium</b></p>\r\n<ul type=\"disc\">\r\n <li>Pincode zonder herhalende (4444) of geordende reeksen (1234, 4321, 2468) met een minimumlengte van ten minste 4 tekens</li>\r\n <li>Alfabetische wachtwoorden met een minimumlengte van ten minste 4 tekens</li>\r\n <li>Alfanumerieke wachtwoorden met een minimumlengte van ten minste 4 tekens</li>\r\n</ul>\r\n\r\n<p><b>Hoog</b></p>\r\n<ul type=\"disc\">\r\n <li>Pincode zonder herhalende (4444) of geordende reeksen (1234, 4321, 2468) met een minimumlengte van ten minste 8 tekens</li>\r\n <li>Alfabetische wachtwoorden met een minimumlengte van ten minste 6 tekens</li>\r\n <li>Alfanumerieke wachtwoorden met een minimumlengte van ten minste 6 tekens</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "Wanneer het apparaat is vergrendeld en er bestanden zijn geopend",
"deviceLockedOptionText": "Wanneer het apparaat is vergrendeld",
"deviceManufacturer": "Fabrikant van apparaat",
@@ -10620,7 +10676,7 @@
"downloadingReport": "Rapport wordt gedownload",
"edgeGSAssignment": "Kies de gebruikersgroepen die u wilt opnemen en waarvoor u Microsoft Edge voor mobiel wilt installeren. Microsoft Edge wordt geïnstalleerd op alle iOS- en Android-apparaten die door deze gebruikers zijn geregistreerd.",
"edgeGSIntroBenefitHTML": "<p>Download de Microsoft Edge-app voor uw gebruikers op iOS of Android zodat zij naadloos kunnen browsen op hun bedrijfsapparaten. Met Microsoft Edge kunnen gebruikers een einde maken aan de chaos op internet met behulp van ingebouwde functies voor het consolideren, rangschikken en beheren van zakelijke inhoud. Voor gebruikers met een iOS- of Android-apparaat die zich met hun zakelijke Microsoft Entra-accounts in de Microsoft Edge-toepassing aanmelden, zijn werkruimtefavorieten en door u gedefinieerde websitefilters al vooraf geladen in hun browser.</p><p>Als u hebt geblokkeerd dat gebruikers iOS- of Android-apparaten kunnen registreren, wordt registratie niet in dit scenario ingeschakeld en moeten de gebruikers Microsoft Edge zelf installeren.</p>",
"edgeGSIntroPrereqHTML": "<p>We vragen u naar de werkruimtefavorieten die uw gebruikers nodig hebben en de filters die u nodig hebt om op internet te browsen. Voltooi de volgende taken voordat u verder gaat:</p>\r\n<li>Voeg gebruikers toe aan <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra-groepen</a></li>\r\n<li>Registreer iOS- of Android-apparaten in Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Meer informatie</a></li>\r\n<li>Verzamel een lijst met werkruimtefavorieten om aan Microsoft Edge toe te voegen.</li>\r\n<li>Verzamelen een lijst met websitefilters die u wilt afdwingen in Microsoft Edge.</li>",
"edgeGSIntroPrereqHTML": "<p>We vragen u naar de werkruimtefavorieten die uw gebruikers nodig hebben en de filters die u nodig hebt om op internet te browsen. Zorg ervoor dat u de volgende taken uitvoert voordat u doorgaat:</p>\r\n<li>Voeg gebruikers toe aan <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra-groepen</a></li>\r\n<li>iOS- of Android-apparaten inschrijven bij Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Meer informatie</a></li>\r\n<li>Maak een lijst met werkplekfavorieten die u in Edge wilt toevoegen.</li>\r\n<li>Maak een lijst met websitefilters die moeten worden afgedwongen in Edge.</li>",
"edgeGSName": "Microsoft Edge voor iOS en Android",
"edgeGSSyncInfo": "Afhankelijk van de connectiviteit en synchronisatietijden van het apparaat, kan het tot 24 uur duren voordat deze implementatie apparaten heeft bereikt.",
"edit": "Bewerken",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Is MAM ingeschakeld?",
"itemsCount": "{0} items",
"jailbrokenRootedDevices": "Apparaten met jailbreak/roottoegang",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Toegang blokkeren op ondersteunde apparaten",
"lastModifiedDate": "Laatst gewijzigd op",
"lastReportedDate": "Datum laatste rapport",
"lastSync": "Laatste synchronisatie",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Verwijderen...",
"photoLibrary": "Fotobibliotheek",
"pinCharSettingTooltip": "Voor een numerieke pincode kunnen alleen numerieke tekens worden gebruikt.\r\n\r\nVoor een wachtwoordcode gelden de volgende vereisten: alfanumerieke tekens en toegestane symbolen.",
"pinRotationWarning": "<b>Belangrijk:</b>Vanaf 1 juni 2024 krijgen apps met een SDK die ouder is dan 17.7.0 geen updates meer voor het app-beveiligingsbeleid. Gebruikers kunnen de app niet meer starten. Zorg ervoor dat gebruikers hun apps bijwerken en uw line-of-business-apps een recente SDK of wrapper gebruiken. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Meer informatie</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Platform",
"platformDropDownLabel": "Platform",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Beleidssets",
"applicabilityRules": "Regels voor toepasselijkheid",
"windowsEnrollmentTitle": "Windows-inschrijving",
"DefaultESPCustomErrorMessage": "Setup kan niet worden voltooid. Probeer het opnieuw of neem contact op met uw ondersteuningsmedewerker voor hulp.",
"appleEnrollmentTitle": "Apple-inschrijving",
"targetedAppLabel": "Beoogde app",
"configurationSettingsTitle": "Configuratie-instellingen",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13031,31 +13073,31 @@
"SessionControlsLabel": "Session controls"
},
"Platform": {
"all": "Alles",
"all": "Alle",
"android": "Android-apparaatbeheerder",
"androidAOSP": "Android (AOSP)",
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidWorkProfile": "Android Enterprise",
"common": "Algemeen",
"common": "Veelvoorkomend",
"iOS": "iOS/iPadOS",
"iosAndAndroidPlatformLabel": "iOS en Android",
"iosCommaAndroidPlatformLabel": "iOS, Android",
"linux": "Linux",
"macOS": "macOS",
"unknown": "Onbekend",
"unsupported": "Niet-ondersteund",
"unsupported": "Niet ondersteund",
"windows": "Windows",
"windows10": "Windows 10 en later",
"windows10": "Windows 10 en hoger",
"windows10CM": "Windows 10 en hoger (ConfigMgr)",
"windows10Holo": "Windows 10 Holographic",
"windows10Mobile": "Windows 10 Mobile",
"windows10Team": "Windows 10 Team",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 en later",
"windows8": "Windows 8.1 en hoger",
"windows8And10": "Windows 8 en 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 en later",
"windows10AndLater": "Windows 10 en hoger",
"windows10AndWindowsServer": "Windows 10, Windows 11 en Windows Server (ConfigMgr)",
"windows10andLaterCM": "Windows 10 en hoger (ConfigMgr)",
"holoLens": "HoloLens",
@@ -13104,10 +13146,10 @@
"androidVPN": "VPN",
"androidWiFi": "Wi-Fi",
"androidZebraMx": "MX-profiel (alleen Zebra)",
"complianceAndroid": "Nalevingsbeleid van Android",
"complianceAndroid": "Apparaatnalevingsbeleid",
"complianceAndroidDeviceOwner": "Volledig beheerde en toegewezen werkprofielen in bedrijfseigendom",
"complianceAndroidEnterprise": "Werkprofiel in persoonlijk eigendom",
"complianceAndroidForWork": "Android for Work-nalevingsbeleid",
"complianceAndroidForWork": "Nalevingsbeleid voor Android for Work",
"complianceIos": "Nalevingsbeleid van iOS",
"complianceMac": "Nalevingsbeleid van Mac",
"complianceWindows10": "Nalevingsbeleid Windows 10 en hoger",
@@ -13115,12 +13157,12 @@
"complianceWindows8": "Nalevingsbeleid van Windows 8",
"complianceWindowsPhone": "Nalevingsbeleid van Windows Phone",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Eigenschappencatalogus (preview)",
"inventoryCatalog": "Eigenschappencatalogus",
"iosCustom": "Aangepast",
"iosDerivedCredentialAuthenticationConfiguration": "Afgeleide PIV-referentie",
"iosDeviceFeatures": "Apparaatfuncties",
"iosEDU": "Educatief",
"iosEducation": "Educatief",
"iosEDU": "Onderwijs",
"iosEducation": "Onderwijs",
"iosEmailProfile": "E-mail",
"iosGeneral": "Apparaatbeperkingen",
"iosImportedPFX": "Geïmporteerd PKCS-certificaat",
@@ -13133,8 +13175,8 @@
"iosWiFi": "Wi-Fi",
"macCustom": "Aangepast",
"macDeviceFeatures": "Apparaatfuncties",
"macEndpointProtection": "Endpoint Protection",
"macExtensions": "Uitbreidingen",
"macEndpointProtection": "Eindpuntbeveiliging",
"macExtensions": "Extensies",
"macGeneral": "Apparaatbeperkingen",
"macImportedPFX": "Geïmporteerd PKCS-certificaat",
"macSCEP": "SCEP-certificaat",
@@ -13142,29 +13184,29 @@
"macVPN": "VPN",
"macWiFi": "Wi-Fi",
"settingsCatalog": "Catalogus met instellingen",
"unsupported": "Niet-ondersteund",
"windows10AdministrativeTemplate": "Beheersjablonen (preview-versie)",
"unsupported": "Niet ondersteund",
"windows10AdministrativeTemplate": "Beheersjablonen (preview)",
"windows10Atp": "Microsoft Defender voor Eindpunt (desktopapparaten met Windows 10 of hoger)",
"windows10Custom": "Aangepast",
"windows10DesktopSoftwareUpdate": "Software-updates",
"windows10DeviceFirmwareConfigurationInterface": "Device Firmware Configuration Interface",
"windows10EmailProfile": "E-mail",
"windows10EndpointProtection": "Endpoint Protection",
"windows10EnterpriseDataProtection": "Windows Information Protection",
"windows10EndpointProtection": "Eindpuntbeveiliging",
"windows10EnterpriseDataProtection": "Windows-gegevensbescherming",
"windows10General": "Apparaatbeperkingen",
"windows10ImportedPFX": "Geïmporteerd PKCS-certificaat",
"windows10Kiosk": "Kiosk",
"windows10NetworkBoundary": "De grens van het netwerk",
"windows10NetworkBoundary": "Netwerkgrens",
"windows10PKCS": "PKCS-certificaat",
"windows10PolicyOverride": "Groepsbeleid overschrijven",
"windows10SCEP": "SCEP-certificaat",
"windows10SecureAssessmentProfile": "Opleidingsprofiel",
"windows10SharedPC": "Gedeeld apparaat voor meerdere gebruikers",
"windows10SharedPC": "Gedeeld apparaat met meerdere gebruikers",
"windows10TeamGeneral": "Apparaatbeperkingen (Windows 10 Team)",
"windows10TrustedCertificate": "Vertrouwd certificaat",
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
"windows10WiFiCustom": "Wi-Fi aangepast",
"windows10WiFiCustom": "Aangepast Wi-Fi-netwerk",
"windows8General": "Apparaatbeperkingen",
"windows8SCEP": "SCEP-certificaat",
"windows8TrustedCertificate": "Vertrouwd certificaat",
@@ -13172,8 +13214,8 @@
"windows8WiFi": "Wi-Fi importeren",
"windowsDeliveryOptimization": "Delivery Optimization",
"windowsDomainJoin": "Domeindeelname",
"windowsEditionUpgrade": "Editie-upgrade en modus wisselen",
"windowsIdentityProtection": "Identity Protection",
"windowsEditionUpgrade": "Editie-upgrade en modusschakelaar",
"windowsIdentityProtection": "Identiteitsbeveiliging",
"windowsPhoneCustom": "Aangepast",
"windowsPhoneEmailProfile": "E-mail",
"windowsPhoneGeneral": "Apparaatbeperkingen",
+157 -115
View File
@@ -71,7 +71,7 @@
"appPackageFile": "Plik zawierający aplikację w formacie, który można załadować bezpośrednio na urządzeniu. Prawidłowe typy pakietów to: Android (APK), iOS (IPA), macOS (PKG), Windows (MSI, appx, appxbundle, MSIX i msixbundle).",
"applicableDeviceType": "Wybierz typy urządzeń, na których można instalować tę aplikację.",
"category": "Określ kategorię dla aplikacji, aby ułatwić użytkownikom sortowanie i znajdowanie w Portalu firmy. Możesz wybrać wiele kategorii dla aplikacji.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -82,7 +82,7 @@
"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.",
"macOSPkgAppPackageFile": "Plik zawierający aplikację w formacie, który można ładować bezpośrednio na urządzeniu. 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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Wyszukaj aplikacje sklepu Microsoft Store (nowe), które chcesz wdrożyć za pomocą usługi Intune."
},
"descriptionPreview": "Podgląd",
"descriptionPreviewLabel": "Podgląd",
"descriptionRequired": "Opis jest wymagany.",
"editDescription": "Edytuj opis",
"macOSMinOperatingSystemAdditionalInfo": "Minimalny system operacyjny do przekazywania pliku PKG to macOS w wersji 10.14. Przekaż plik PKG, aby wybrać starszy minimalny system operacyjny.",
"markdownHelpLink": "Uzyskaj pomoc dotyczącą opisów obsługiwanych przez język Markdown.",
"name": "Informacje o aplikacji",
"nameForOfficeSuitApp": "Informacje o pakiecie aplikacji"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -915,10 +921,10 @@
"title": "Wykaz ustawień"
},
"Templates": {
"subtitle": "Szablony zawierają grupy ustawień uporządkowane według funkcji. Użyj szablonu, jeśli nie chcesz ręcznie tworzyć zasad lub chcesz skonfigurować urządzenia pod kątem dostępu do sieci firmowych, na przykład skonfigurować sieć WiFi lub VPN.",
"subtitle": "Szablony zawierają grupy ustawień uporządkowane według funkcjonalności. Użyj szablonu, jeśli nie chcesz tworzyć zasad ręcznie lub chcesz skonfigurować urządzenia do uzyskiwania dostępu do sieci firmowych, takich jak konfigurowanie sieci Wi-Fi lub VPN.",
"title": "Szablony"
},
"noData": "Nie znaleziono żadnych szablonów zasad"
"noData": "Nie znaleziono szablonów zasad"
},
"PolicyType": {
"EdgeSmartScreenSettings": {
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Ochrona konta (test)",
"windowsSecurityExperience": "Środowisko zabezpieczeń systemu Windows"
},
"FileVault": {
"macOS": "Magazyn plików systemu MacOS"
},
"Firewall": {
"mDE": "Zapora systemu Windows"
},
"FirewallRules": {
"mDE": "Reguły zapory systemu Windows"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "Ustawienia przenoszenia znanych folderów usługi OneDrive: Windows 10 w szablonie konfiguracji chmury. https://aka.ms/CloudConfigGuide"
},
@@ -995,7 +1010,7 @@
"domainJoinPreview": "Przyłączanie do domeny",
"editionUpgradeAndModeSwitch": "Uaktualnianie wersji i przełączanie trybu",
"education": "Edukacja",
"email": "Wiadomość e-mail",
"email": "Adres e-mail",
"emailSamsungKnoxOnly": "Poczta e-mail (tylko rozwiązanie Samsung KNOX)",
"endpointProtection": "Ochrona punktu końcowego",
"expeditedCheckin": "Konfiguracja zarządzania urządzeniami przenośnymi",
@@ -1034,6 +1049,7 @@
"unknown": "Nieznany",
"unsupported": "Nieobsługiwane",
"vpn": "Sieć VPN",
"wallpaper": "Wallpaper",
"wiFi": "Sieć Wi-Fi",
"wiFiImport": "Importowanie sieci Wi-Fi",
"windows10CompliancePolicy": "Zasady zgodności systemu Windows 10/11",
@@ -1064,9 +1080,11 @@
"prompt": "Monituj"
},
"Permissions": {
"accessBackgroundLocation": "Dostęp do lokalizacji (tło)",
"accessCoarseLocation": "Dostęp do lokalizacji (ogólnej)",
"accessFineLocation": "Dostęp do lokalizacji (dokładnej)",
"addVoicemail": "Dodawanie poczty głosowej",
"bluetoothConnect": "Połączenie Bluetooth",
"bodySensors": "Zezwalanie na dostęp do danych z czujników ciała",
"bodySensorsBackground": "Zezwalaj na dane z czujników treści w tle",
"callPhone": "Wykonywanie połączeń telefonicznych",
@@ -1476,7 +1494,7 @@
"deviceDetailsInfoBox": "To ustawienie jest domyślnie wyłączone, ponieważ pobieranie szczegółów urządzenia może spowodować opóźnienie odbierania wiadomości e-mail z powiadomieniami.",
"editImpactInfo": "Edycja tego szablonu komunikatów z powiadomieniem będzie miała wpływ na wszystkie zasady korzystającego z tego szablonu.",
"editMessage": "Edytuj wiadomość",
"email": "wiadomość e-mail",
"email": "adres e-mail",
"emailFooterTitle": "Stopka wiadomość e-mail",
"emailHeaderFooterInfo": "Ustawienia nagłówka i stopki wiadomości e-mail dla powiadomień e-mail zależą od ustawień dostosowywania w węźle administratora dzierżawy w programie Endpoint Manager.",
"emailHeaderTitle": "Nagłówek wiadomości e-mail",
@@ -1680,11 +1698,11 @@
"deviceCompliance": "Zgodność urządzenia",
"diskEncryption": "Szyfrowanie dysku",
"eDR": "Wykrywanie i reagowanie dotyczące punktów końcowych",
"ePM": "Zarządzanie uprawnieniami punktu końcowego",
"ePM": "Zarządzanie uprawnieniami punktów końcowych",
"firewall": "Zapora",
"helpSupport": "Pomoc i obsługa techniczna",
"setup": "Instalacja",
"wdapt": "Microsoft Defender dla punktu końcowego"
"setup": "Konfiguracja",
"wdapt": "Ochrona punktu końcowego w usłudze Microsoft Defender"
},
"OutlookAppConfig": {
"DataProtectionConfiguration": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "Zarządzanie dzierżawą"
},
"actions": "Akcje w przypadku niezgodności",
"adminPermissions": "Uprawnienia administratora",
"advancedExchangeSettings": "Ustawienia usługi Exchange Online",
"advancedThreatProtection": "Microsoft Defender dla punktu końcowego",
"allApps": "Wszystkie aplikacje",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Podsumowanie aktualizacji oprogramowania",
"macOSSoftwareUpdateStateSummaries": "aktualizacje",
"managedGooglePlay": "Zarządzany sklep Google Play",
"msfb": "Microsoft Store dla Firm",
"myPermissions": "Moje uprawnienia",
"notifications": "Powiadomienia",
"officeApps": "Aplikacje pakietu Office",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Wycofaj niezgodne urządzenia",
"retireNoncompliantDevicesPreview": "Wycofaj niezgodne urządzenia (wersja zapoznawcza)",
"role": "Rola",
"rolesByPermission": "Role według uprawnień",
"scriptManagement": "Skrypty",
"securityBaselines": "Punkty odniesienia zabezpieczeń",
"serviceToServiceConnector": "Łącznik usługi Exchange Online",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "Twórz kopie zapasowe danych organizacji w usługach kopii zapasowych systemu Android",
"tooltip": "Wybierz pozycję {0}, aby uniemożliwić tworzenie kopii zapasowych danych organizacji w usługach kopii zapasowych systemu Android. \r\nWybierz pozycję {1}, aby zezwolić na tworzenie kopii zapasowych danych organizacji w usługach kopii zapasowych systemu Android. \r\nNie wpływa to na dane osobiste ani niezarządzane."
"tooltip": "Wybierz {0}, aby uniemożliwić tworzenie kopii zapasowych danych organizacji w usługach kopii zapasowych systemu Android.\r\nWybierz {1}, aby zezwolić na tworzenie kopii zapasowych danych organizacji w usługach kopii zapasowych systemu Android.\r\nNie ma to wpływu na dane osobiste ani niezarządzane."
},
"AndroidBiometricAuthentication": {
"label": "Zabezpieczenia biometryczne zamiast kodu PIN na potrzeby dostępu",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "Protokół przeglądarki niezarządzanej",
"tooltip": "<p>Wprowadź protokół pojedynczej przeglądarki niezarządzanej. Zawartość internetowa (HTTP/S) z aplikacji zarządzanych przez zasady będzie otwierana w dowolnej aplikacji obsługującej ten protokół. </p>\r\n\r\n<p><b>Uwaga:</b> uwzględnij jedynie prefiks protokołu. Jeśli przeglądarka wymaga linków w formacie „mybrowser://www.microsoft.com”, wprowadź wartość „mybrowser”. </p>"
"tooltip": "<p>Wprowadź protokół pojedynczej przeglądarki niezarządzanej. Zawartość witryny internetowej (http/s) z aplikacji zarządzanych przez zasady będzie otwierana w każdej aplikacji obsługującej ten protokół. </p>\r\n\r\n<p><b>Uwaga: </b>Uwzględnij tylko prefiks protokołu. Jeśli przeglądarka wymaga linków w formacie „mybrowser://www.microsoft.com”, wprowadź wartość „mybrowser”.</p>"
},
"CustomDialerAppDisplayName": {
"label": "Nazwa aplikacji"
@@ -2183,10 +2202,10 @@
"tooltip": "Wybierz pozycję {0}, aby wymuszać szyfrowanie danych organizacji przy użyciu szyfrowania w warstwie aplikacji usługi Intune.\r\n <br/>\r\nWybierz pozycję {1}, aby nie wymuszać szyfrowania danych organizacji przy użyciu szyfrowania w warstwie aplikacji usługi Intune.\r\n\r\n<br/>\r\nUwaga: aby uzyskać więcej informacji dotyczących szyfrowania w warstwie aplikacji usługi Intune, zobacz {2}."
},
"EncryptDataAndroid": {
"tooltip": "<p>Wybierz pozycję <b>Wymagaj</b>, aby włączyć szyfrowanie danych służbowych w tej aplikacji. Intune używa 256-bitowego schematu szyfrowania wolfSSL i systemu magazynu kluczy systemu Android do bezpiecznego szyfrowania danych aplikacji. Dane są szyfrowane synchronicznie podczas zadań we/wy pliku. Zawartość magazynu urządzenia jest zawsze szyfrowana. Nowe pliki będą szyfrowane za pomocą kluczy 256-bitowych. Istniejące 128-bitowe zaszyfrowane pliki zostaną poddane próbie migracji do kluczy 256-bitowych, ale pomyślność procesu nie jest gwarantowana. Pliki zaszyfrowane za pomocą kluczy 128-bitowych pozostaną czytelne. </p>\r\n\r\n<p>Metoda szyfrowania jest zgodna ze standardem FIPS 140-2.</p>"
"tooltip": "<p>Wybierz pozycję <b>Wymagaj</b>, aby włączyć szyfrowanie danych służbowych w tej aplikacji. Intune używa 256-bitowego schematu szyfrowania wolfSSL i systemu magazynu kluczy systemu Android do bezpiecznego szyfrowania danych aplikacji. Dane są szyfrowane synchronicznie podczas zadań we/wy pliku. Zawartość magazynu urządzenia jest zawsze szyfrowana. Nowe pliki będą szyfrowane za pomocą kluczy 256-bitowych. Istniejące 128-bitowe zaszyfrowane pliki zostaną poddane próbie migracji do kluczy 256-bitowych, ale pomyślność procesu nie jest gwarantowana. Pliki zaszyfrowane 128-bitowymi kluczami pozostaną czytelne. </p>\r\n\r\n<p>Metoda szyfrowania jest zgodna ze standardem FIPS 140-2.</p>"
},
"EncryptDataIos": {
"tooltip1": "Wybierz pozycję <b>Wymagaj</b>, aby włączyć szyfrowanie danych służbowych w tej aplikacji. Usługa Intune wymusza szyfrowanie urządzenia z systemem iOS/iPadOS, aby chronić dane aplikacji, gdy urządzenie jest zablokowane. Aplikacje mogą opcjonalnie szyfrować dane aplikacji przy użyciu szyfrowania zestawu Intune APP SDK. Zestaw Intune APP SDK stosuje 128-bitowe szyfrowanie AES danych aplikacji, korzystając z metod kryptograficznych systemu iOS/iPadOS.",
"tooltip1": "Wybierz pozycję <b>Wymagaj</b>, aby włączyć szyfrowanie danych służbowych w tej aplikacji. Usługa Intune wymusza szyfrowanie urządzenia z systemem iOS/iPadOS, aby chronić dane aplikacji, gdy urządzenie jest zablokowane. Aplikacje mogą opcjonalnie szyfrować dane aplikacji przy użyciu szyfrowania zestawu Intune APP SDK. Zestaw Intune APP SDK stosuje 256-bitowe szyfrowanie AES danych aplikacji, korzystając z metod kryptograficznych systemu iOS/iPadOS.",
"tooltip2": "Włączenie tego ustawienia może spowodować konieczność skonfigurowania i używania kodu PIN przez użytkownika, aby uzyskiwać dostęp do urządzenia. W przypadku braku kodu PIN i wymagania szyfrowania użytkownik będzie monitowany o ustawienie kodu PIN przy użyciu komunikatu „Twoja organizacja wymaga najpierw włączenia kodu PIN urządzenia, aby uzyskać dostęp do tej aplikacji”.",
"tooltip3": "Przejdź do <a href=\"{0}\" target=\"_blank\">oficjalnej dokumentacji firmy Apple</a>, aby sprawdzić, które moduły szyfrowania systemu iOS są zgodne ze standardem FIPS 140-2 lub oczekują na potwierdzenie zgodności ze standardem FIPS 140-2."
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "Powiadomienia dotyczące danych organizacji",
"tooltip": "<p>Wybierz jedną z następujących opcji, aby określić sposób wyświetlania powiadomień dla kont organizacji w przypadku tej aplikacji i wszystkich połączonych urządzeń, takich jak urządzenia noszone na sobie: </p>\r\n<p>{0}: nie udostępniaj danych organizacji w powiadomieniach. </p>\r\n<p>{1}: nie udostępniaj danych organizacji w powiadomieniach. Jeśli ta opcja nie jest obsługiwana przez aplikację, powiadomienia zostaną zablokowane. </p>\r\n<p>{2}: udostępniaj wszystkie powiadomienia. </p>\r\n <p>Tylko dla systemu Android:\r\n Uwaga: to ustawienie nie dotyczy wszystkich aplikacji. Aby uzyskać więcej informacji, zobacz {3}</p>\r\n\r\n <p>Tylko dla systemu iOS:\r\nUwaga: to ustawienie nie dotyczy wszystkich aplikacji. Aby uzyskać więcej informacji, zobacz {4}</p>"
"tooltip": "<p>Wybierz jedną z poniższych opcji, aby określić sposób wyświetlania powiadomień dla kont org dla tej aplikacji i wszelkich podłączonych urządzeń, takich jak urządzenia do noszenia:</p>\r\n<p>{0}: Nie udostępniaj powiadomień.</p>\r\n<p>{1}: Nie udostępniaj danych organizacji w powiadomieniach. Jeśli aplikacja nie jest obsługiwana, powiadomienia blokowane. </p>\r\n<p>{2}: Udostępnij wszystkie powiadomienia. </p>\r\n <p>Tylko system Android:\r\n Uwaga: to ustawienie nie dotyczy wszystkich aplikacji. Aby uzyskać więcej informacji, zobacz {3}</p>\r\n\r\n <p>Tylko system iOS:\r\nUwaga: to ustawienie nie dotyczy wszystkich aplikacji. Aby uzyskać więcej informacji, zobacz {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "Ogranicz transfer zawartości internetowej dla innych aplikacji",
"tooltip": "<p>Wybierz jedną z następujących opcji, aby określić aplikacje, w których ta aplikacja może otwierać zawartość sieci Web: </p>\r\n<p><b> Microsoft Edge:</b> Zezwalaj na otwieranie zawartości internetowej tylko w przeglądarce Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Dowiedz się, jak przeglądarka Microsoft Edge chroni Twoje dane.</a></p>\r\n<p><b>Niezarządzana przeglądarka:</b> Zezwalaj na otwieranie zawartości sieci Web tylko w przeglądarce niezarządzanej zdefiniowanej przez ustawienie „Protokół przeglądarki niezarządzanej”</p>\r\n<p><b>Nazwa aplikacji:</b> Zezwalaj na linki internetowe w dowolnej aplikacji</p>"
"tooltip": "<p>Wybierz jedną z następujących opcji, aby określić aplikacje, w których dana aplikacja może otwierać zawartość internetową: </p>\r\n<p><b> Microsoft Edge:</b> zezwalaj na otwieranie zawartości internetowej tylko w przeglądarce Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Dowiedz się, jak przeglądarka Microsoft Edge chroni Twoje dane.</a></p>\r\n<p><b>Przeglądarka niezarządzana:</b> zezwalaj na otwieranie zawartości internetowej tylko w przeglądarce niezarządzanej zdefiniowanej przez ustawienie „Protokół przeglądarki niezarządzanej”</p>\r\n<p><b>Dowolna aplikacja:</b> zezwalaj na linki internetowe w dowolnej aplikacji</p>"
},
"OverrideBiometric": {
"tooltip": "Jeśli ustawiono jako wymagane, w zależności od limitu czasu (liczby minut nieaktywności), monit o podanie kodu PIN zastąpi monity o dane biometryczne. Jeśli limit czasu nie zostanie przekroczony, monit dane biometryczne będzie nadal wyświetlany. Wartość limitu czasu powinna być większa niż wartość podana w pozycji „Ponownie sprawdź wymagania dostępu po (w minutach nieaktywności)”."
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "Zapisz kopie danych organizacji",
"tooltip": "Wybierz pozycję {0}, aby uniemożliwić zapisywanie kopii danych organizacji w nowej lokalizacji, inne niż wybrane usługi magazynu, za pomocą opcji „Zapisz jako”.\r\n Wybierz pozycję {1}, aby zezwolić na zapisywanie kopii danych organizacji w nowej lokalizacji za pomocą opcji „Zapisz jako”. <br/>\r\n\r\n\r\nUwaga: to ustawienie nie ma zastosowania do wszystkich aplikacji. Aby uzyskać więcej informacji, zobacz {2}.\r\n"
"tooltip": "Wybierz {0}, aby zapobiec zapisywaniu kopii danych organizacji w nowej lokalizacji, innej niż wybrane usługi magazynu, przy użyciu opcji „Zapisz jako”.\r\n Wybierz {1}, aby zezwolić na zapisywanie kopii danych organizacji w nowej lokalizacji przy użyciu opcji „Zapisz jako”. <br/>\r\n\r\n\r\nUwaga: to ustawienie nie dotyczy wszystkich aplikacji. Aby uzyskać więcej informacji, zobacz {2}.\r\n"
},
"SaveDataToSelected": {
"label": "Zezwalaj użytkownikowi na zapisywanie kopii w wybranych usługach",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "Zezwalaj na wycinanie, kopiowanie i wklejanie dla",
"tooltip": "Wybierz jedną z następujących opcji, aby określić źródła i miejsca docelowe, które użytkownicy organizacji mogą wykorzystywać do wycinania, kopiowania lub wklejania danych organizacji: <br/>\r\n\r\n<b>Dowolne miejsce docelowe i dowolne źródło</b>: użytkownicy organizacji mogą wklejać, wycinać i kopiować dane wykorzystując dowolne konto, dokument, lokalizację lub aplikację.<br/>\r\n\r\n<b>Brak miejsca docelowego lub źródła</b>: użytkownicy organizacji nie mogą wycinać, kopiować ani wklejać danych do lub z kont zewnętrznych, dokumentów, lokalizacji lub aplikacji z lub do kontekstu organizacji."
"tooltip": "Wybierz jedną z poniższych opcji, aby określić źródła i miejsca docelowe, z których użytkownicy organizacji mogą wycinać, kopiować lub wklejać dane organizacji: <br/>\r\n\r\n<b>Dowolne miejsce docelowe i dowolne źródło</b>: Użytkownicy organizacji mogą wklejać dane z dowolnego konta, dokumentu, lokalizacji lub aplikacji oraz wycinać/kopiować dane do nich.<br/>\r\n\r\n<b>Brak miejsca docelowego lub źródła</b>: Użytkownicy organizacji nie mogą wycinać, kopiować ani wklejać danych do lub z zewnętrznych kont, dokumentów, lokalizacji lub aplikacji z lub do kontekstu organizacji."
},
"WinPrintData": {
"label": "Drukowanie danych organizacji",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "Odbieranie danych z",
"tooltip": "Wybierz jedną z następujących opcji, aby określić źródła, z których użytkownicy organizacji mogą odbierać dane: <br/>\r\n\r\n<b>Wszystkie źródła</b>: użytkownicy organizacji mogą otwierać dane z dowolnego konta, dokumentu, lokalizacja lub aplikacja w kontekście organizacji.<br/>\r\n\r\n<b>Brak źródeł</b>: użytkownicy organizacji nie mogą otwierać danych z kont zewnętrznych, dokumentów, lokalizacji ani aplikacji w kontekście organizacji."
"tooltip": "Wybierz jedną z poniższych opcji, aby określić źródła, z których użytkownicy org mogą otrzymywać dane: <br/>\r\n\r\n<b>Wszystkie źródła</b>: Użytkownicy organizacji mogą otwierać dane z dowolnego konta, dokumentu, lokalizacji lub aplikacji w kontekście organizacji.<br/>\r\n\r\n<b>Brak źródeł</b>: Użytkownicy organizacji nie mogą otwierać danych z zewnętrznych kont, dokumentów, lokalizacji lub aplikacji w kontekście organizacji."
},
"WinSendData": {
"label": "Wyślij dane organizacji do",
"tooltip": "Wybierz jedną z następujących opcji, aby określić miejsca docelowe, do których użytkownicy organizacji mogą wysyłać dane: <br/>\r\n\r\n<b>Wszystkie miejsca docelowe</b>: użytkownicy organizacji mogą wysyłać dane organizacji do dowolnego konta, dokumentu, lokalizacja lub aplikacja.<br/>\r\n\r\n<b>Brak miejsc docelowych</b>: użytkownicy organizacji nie mogą wysyłać danych organizacji do zewnętrznych kont, dokumentów, lokalizacji lub aplikacji z kontekstu organizacji."
"tooltip": "Wybierz jedną z następujących opcji, aby określić miejsca docelowe, do których użytkownicy organizacji mogą wysyłać dane: <br/>\r\n\r\n<b>Wszystkie miejsca docelowe</b>: Użytkownicy organizacji mogą wysyłać dane organizacji do dowolnego konta, dokumentu, lokalizacji lub aplikacji.<br/>\r\n\r\n<b>Brak miejsc docelowych</b>: Użytkownicy organizacji nie mogą wysyłać danych organizacji do zewnętrznych kont, dokumentów, lokalizacji lub aplikacji z kontekstu organizacji."
},
"Tap": {
"numberOfDays": "Liczba dni",
@@ -2387,16 +2406,16 @@
"PolicySet": {
"appManagement": "Zarządzanie aplikacjami",
"assignments": "Przypisania",
"basics": "Podstawowe",
"deviceEnrollment": "Rejestrowanie urządzenia",
"basics": "Podstawowe informacje",
"deviceEnrollment": "Rejestracja urządzenia",
"deviceManagement": "Zarządzanie urządzeniami",
"scopeTags": "Tagi zakresu",
"appConfigurationTitle": "Zasady konfiguracji aplikacji",
"appProtectionTitle": "Zasady ochrony aplikacji",
"appTitle": "Aplikacje",
"iOSAppProvisioningTitle": "Profile aprowizacji aplikacji systemu iOS",
"iOSAppProvisioningTitle": "Profile aprowizacji aplikacji dla systemu iOS",
"deviceLimitRestrictionTitle": "Ograniczenia limitu urządzeń",
"deviceTypeRestrictionTitle": "Ograniczenia typu urządzeń",
"deviceTypeRestrictionTitle": "Ograniczenia typów urządzeń",
"enrollmentStatusSettingTitle": "Strony stanu rejestracji",
"windowsAutopilotDeploymentProfileTitle": "Profile wdrażania rozwiązania Windows Autopilot",
"deviceComplianceTitle": "Zasady zgodności urządzeń",
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Wiersz polecenia",
"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.",
"installScript": "Skrypt instalowania",
"installScriptErrorText": "Skrypt instalowania jest wymagany.",
"installScriptToolTip": "Plik skryptu programu PowerShell z poleceniami instalowania używany do instalowania tej aplikacji.",
"installScriptsHeader": "Określ ustawienia instalowania i odinstalowywania aplikacji, w tym dotyczące używania skryptu lub wiersza polecenia, limitów czasu, zachowania ponownego uruchamiania i kodów powrotnych.",
"installerTypeText": "Typ instalatora",
"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.",
"scriptDropdownText": "Skrypt programu PowerShell",
"scriptsErrorText": "Wymagany jest skrypt instalowania i odinstalowywania.",
"selectCustomScript": "Wybierz skrypt niestandardowy",
"selectScriptLinkAriaText": "Nie wybrano żadnego skryptu. Otwiera okienko kontekstowe w celu przekazania skryptu.",
"selectScriptLinkText": "Wybierz skrypt",
"selectedScriptLinkAriaText": "Wybrano skrypt {0}. Otwiera okienko kontekstowe w celu edytowania lub przekazania nowego skryptu.",
"selectorLabel": "Program",
"uninstallCommand": "Polecenie odinstalowywania",
"uninstallCommandTooltip": "Pełny wiersz polecenia odinstalowywania służący do odinstalowania tej aplikacji."
"uninstallCommandTooltip": "Pełny wiersz polecenia odinstalowywania służący do odinstalowania tej aplikacji.",
"uninstallScript": "Skrypt odinstalowywania",
"uninstallScriptErrorText": "Skrypt odinstalowywania jest wymagany.",
"uninstallScriptToolTip": "Plik skryptu programu PowerShell z poleceniami odinstalowywania używany do odinstalowywania tej aplikacji.",
"uninstallerTypeText": "Typ deinstalatora"
},
"TermsOfUse": {
"Languages": {
@@ -2847,8 +2882,8 @@
"description": "Opis",
"deviceType": "Typ urządzenia",
"deviceUse": "Użycie urządzenia",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Usługa Autopilot obsługuje tylko urządzenia usługi Microsoft Entra dołączone dla urządzeń Surface Hub 2. Określ sposób dołączania urządzeń do usługi Active Directory (AD) w organizacji.\r\n </p>\r\n <ul>\r\n <li>\r\n Dołączono do usługi Microsoft Entra: tylko w chmurze bez lokalnej usługi Windows Server Active Directory.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Określ sposób dołączania urządzeń do usługi Active Directory (AD) w Twojej organizacji:\r\n </p>\r\n <ul>\r\n <li>\r\n Dołączono do usługi Microsoft Entra: tylko w chmurze bez lokalnej usługi Windows Server Active Directory\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Rozwiązanie Autopilot obsługuje tylko usługę Microsoft Entra Joined dla urządzeń Surface Hub 2. Określ sposób dołączania urządzeń do usługi Active Directory (AD) w organizacji.\r\n </p>\r\n <ul>\r\n <li>\r\n Dołączono do usługi Microsoft Entra: tylko w chmurze bez lokalnej usługi Active Directory systemu Windows Server.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Określ sposób dołączania urządzeń do usługi Active Directory (AD) w organizacji:\r\n </p>\r\n <ul>\r\n <li>\r\n Dołączono do usługi Microsoft Entra: tylko w chmurze bez lokalnej usługi Active Directory systemu Windows Server\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "Wystąpił błąd podczas pobierania liczby przypisanych urządzeń.",
"getAssignmentsError": "Wystąpił błąd podczas pobierania przypisań profilu rozwiązania Autopilot.",
"harvestDeviceId": "Przekonwertuj wszystkie docelowe urządzenia do rozwiązania Autopilot",
@@ -2879,19 +2914,19 @@
"devicesWithoutEnrollment": "Aplikacje zarządzane"
},
"AppProtection": {
"allAppTypes": "Dotyczy wszystkich typów aplikacji",
"allAppTypes": "Element docelowy dla wszystkich typów aplikacji",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Aplikacje w ramach profilu programu Android for Work",
"appsInAndroidWorkProfile": "Aplikacje w profilu służbowym systemu Android",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Aplikacje na dedykowanych urządzeniach Android dla przedsiębiorstw z trybem współdzielonym aplikacji Microsoft Entra",
"appsOnAndroidOpenSourceProjectUserAssociated": "Skojarzono aplikacje w przypadku użytkownika projektu open source systemu Android",
"appsOnAndroidOpenSourceProjectUserless": "Bezużyteczne aplikacje w przypadku projektu open source systemu Android",
"appsOnIntuneManagedDevices": "Aplikacje na urządzeniach zarządzanych przez usługę Intune",
"appsOnUnmanagedDevices": "Aplikacje na urządzeniach niezarządzanych",
"iOSPlatformLabel": "iOS/iPadOS",
"iosAndroidMacPlatformLabel": "iOS, Android i Mac",
"iosAndroidMacPlatformLabel": "iOS, Android, Mac",
"iosAndroidPlatformLabel": "iOS, Android",
"macPlatformLabel": "Mac",
"notAvailable": "Niedostępne",
"notAvailable": "Niedostępny",
"windows10PlatformLabel": "Windows 10 i nowsze",
"withEnrollment": "Z rejestracją",
"withoutEnrollment": "Bez rejestracji"
@@ -3963,7 +3998,7 @@
"cellular": "Sieć komórkowa",
"cloudAndStorage": "Chmura i magazyn",
"cloudPrint": "Drukarka w chmurze",
"complianceEmailProfile": "Wiadomość e-mail",
"complianceEmailProfile": "Adres e-mail",
"connectedDevices": "Podłączone urządzenia",
"connectivity": "Sieć komórkowa i łączność",
"contentCaching": "Buforowanie zawartości",
@@ -4002,7 +4037,7 @@
"educationStudentCerts": "Certyfikaty uczniów",
"educationTakeATest": "Wypełnij test",
"educationTeacherCerts": "Certyfikaty nauczycieli",
"emailProfile": "Wiadomość e-mail",
"emailProfile": "Adres e-mail",
"enterpriseDataProtection": "Windows Information Protection",
"extensibleSingleSignOn": "Rozszerzenie aplikacji do logowania jednokrotnego",
"filevault": "FileVault",
@@ -4078,6 +4113,7 @@
"vPNProxy": "Serwer proxy",
"vPNSplitTunneling": "Tunelowanie podzielone",
"vPNTrustedNetwork": "Wykrywanie zaufanych sieci",
"wSLCompliance": "Podsystem Windows dla systemu Linux (WSL)",
"wakeSettings": "Ustawienia wznawiania",
"webContentFilter": "Filtr zawartości internetowej",
"wiFi": "Sieć Wi-Fi",
@@ -4222,7 +4258,7 @@
"smn": "Lapoński, Inari (Finlandia)",
"sms": "Lapoński, Skolt (Finlandia)",
"sr-Cyrl-bA": "Serbski (cyrylica)",
"sr-Cyrl-rS": "Serbski (cyrylica, Serbia i Czarnogóra [dawniej])",
"sr-Cyrl-rS": "Serbski (cyrylica, Serbia i Czarnogóra)",
"sr-Latn-bA": "Serbski (łaciński)",
"sr-Latn-rS": "Serbski (łaciński, Serbia)",
"dsb": "Dolnołużycki (Niemcy)",
@@ -4300,7 +4336,6 @@
"mk": "Macedoński (Macedonia Północna)",
"ml": "Malajalam (Indie)",
"mt": "Maltański (Malta)",
"mi": "Maoryjski (Nowa Zelandia)",
"mr": "Marathi (Indie)",
"moh": "Mohawk (Mohawk)",
"ne": "Nepalski (Nepal)",
@@ -4334,11 +4369,13 @@
"vi": "Wietnamski (Wietnam)",
"cy": "Walijski (Zjednoczone Królestwo)",
"wo": "Wolof (Senegal)",
"sah": "Jakucki (Rosja)",
"ii": "Yi (ChRL)",
"yo": "Joruba (Nigeria)"
},
"DisplayRoleTypes": {
"builtInRole": "Rola wbudowana",
"customAutopatchRole": "Niestandardowa rola funkcji Autopoprawka Windows",
"customCloudPCRole": "Niestandardowa rola systemu Windows 365",
"customIntuneRole": "Niestandardowa rola usługi Intune",
"customRole": "Rola niestandardowa"
@@ -4725,7 +4762,7 @@
"gt": "Gwatemala",
"gw": "Gwinea Bissau",
"gy": "Gujana",
"hk": "Hongkong SAR",
"hk": "Hongkong",
"hn": "Honduras",
"hr": "Chorwacja",
"hu": "Węgry",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "Te ustawienia działają w przypadku w pełni zarządzanych, dedykowanych i firmowych urządzeń z profilem służbowym.",
"allAndroidCorpEnrollmentTypesHeaderName": "W pełni zarządzane, dedykowane i firmowe urządzenia z profilem służbowym",
"allAndroidVersionsPasswordHeader": "Wszystkie urządzenia z systemem Android",
"allAndroidVersionsPasswordHeaderDescription": "Te ustawienia dotyczą wszystkich wersji systemu Android i producentów.",
"allAndroidVersionsPasswordHeaderDescription": "Te ustawienia działają dla wszystkich wersji systemu operacyjnego Android i producentów, z wyjątkiem sytuacji, w których określono inaczej",
"allDomainsOption": "Wszystkie domeny",
"allEnrollmentTypesDescription": "Te ustawienia działają dla urządzeń zarejestrowanych w usłudze Intune za pośrednictwem rejestracji urządzeń lub rejestracji użytkowników oraz dla urządzeń zarejestrowanych przy użyciu usługi Apple School Manager lub Apple Business Manager z automatyczną rejestracją urządzeń (wcześniej: DEP).",
"allEnrollmentTypesHeader": "Wszystkie typy rejestracji",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Odblokowywanie twarzą",
"blockFacetimeName": "Blokuj aplikację FaceTime",
"blockFactoryResetDescription": "Blokuj resetowanie do ustawień fabrycznych na urządzeniu.",
"blockFactoryResetName": "Resetowanie do ustawień fabrycznych (tylko rozwiązanie Samsung KNOX)",
"blockFactoryResetName": "Resetowanie do ustawień fabrycznych (tylko urządzenia z system Android 15 i starszym z usługą Samsung KNOX)",
"blockFilesNetworkDriveAccessDescription": "Korzystając z protokołu SMB (Server Message Block), urządzenia mogą uzyskiwać dostęp do plików lub innych zasobów na serwerze sieciowym. Funkcja jest dostępna dla urządzeń z systemem iOS i iPadOS w wersji 13.0 lub nowszej.",
"blockFilesNetworkDriveAccessName": "Blokuj dostęp do dysku sieciowego w aplikacji Pliki",
"blockFilesUsbDriveAccessDescription": "Urządzenia z dostępem mogą łączyć się z dyskiem USB i otwierać znajdujące się na nim pliki. Funkcja jest dostępna dla urządzeń z systemem iOS i iPadOS w wersji 13.0 lub nowszej.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Blokuj funkcję automatycznej synchronizacji konta Google na urządzeniu.",
"blockGoogleAccountAutoSyncName": "Automatyczna synchronizacja konta Google (tylko rozwiązanie Samsung KNOX)",
"blockGoogleBackupDescription": "Blokuj synchronizowanie z kopią zapasową w usłudze Google.",
"blockGoogleBackupName": "Kopia zapasowa w usłudze Google (tylko rozwiązanie Samsung KNOX)",
"blockGoogleBackupName": "Kopia zapasowa usługi Google (tylko urządzenia z system Android 15 i starszym z usługą Samsung KNOX)",
"blockGooglePlayStoreDescription": "Blokuj sklep Google Play (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Sklep Google Play (tylko rozwiązanie Samsung KNOX) ",
"blockHostPairingDescription": "Blokuj parowanie hosta, aby kontrolować urządzenia, z którymi można parować urządzenie z systemem iOS.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Blokuj wyświetlanie okna dialogowego błędu w przypadku niewykrycia karty SIM",
"blockSIMCardErrorDialogName": "Okno dialogowe błędu karty SIM (tylko urządzenia przenośne)",
"blockSMSAndMMSAndroidDescription": "Blokuj funkcję wiadomości SMS/MMS (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "Wiadomości SMS/MMS (tylko rozwiązanie Samsung KNOX)",
"blockSMSAndMMSName": "Wiadomości SMS/MMS (tylko urządzenia z system Android 15 i starszym z usługą Samsung KNOX)",
"blockSafariAutofillDescription": "Blokuje funkcję zapamiętywania danych wprowadzanych przez użytkowników w formularzach internetowych w przeglądarce Safari.",
"blockSafariAutofillName": "Blokuj autowypełnianie w przeglądarce Safari",
"blockSafariDescription": "Blokuj przeglądarkę internetową Safari.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Blokuje tworzenie konfiguracji sieci VPN",
"blockVPNCreationName": "Blokuj tworzenie sieci VPN",
"blockVoiceAssistantAndroidDescription": "Blokuj asystenta głosowego (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Asystent głosowy (tylko rozwiązanie Samsung KNOX)",
"blockVoiceAssistantName": "Asystent głosowy (tylko urządzenia z system Android 15 i starszym z usługą Samsung KNOX)",
"blockVoiceDialingAndroidDescription": "Blokuj wybieranie głosowe (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Blokuj wybieranie głosowe na urządzeniu.",
"blockVoiceDialingName": "Wybieranie głosowe",
@@ -5929,7 +5966,7 @@
"complianceDeviceThreatProtectionHeader": "Ochrona urządzenia przed zagrożeniami",
"complianceDeviceThreatProtectionRequirementDescription": "Wybierz maksymalny dozwolony poziom zagrożenia w przypadku urządzeń ocenianych przez połączone usługi Threat Defense. Urządzenia, które przekroczą ten poziom zagrożenia, zostaną oznaczone jako niezgodne.",
"complianceDeviceThreatProtectionRequirementName": "Wymagaj, aby poziom zagrożenia urządzenia był niższy lub równy podanemu poziomowi zagrożenia urządzenia",
"complianceEmailProfileHeader": "Wiadomość e-mail",
"complianceEmailProfileHeader": "Adres e-mail",
"complianceEmailProfileManagementDescription": "Wymagaj zarządzania kontami e-mail urządzenia przez usługę Intune",
"complianceEmailProfileManagementName": "Konto e-mail musi być zarządzane przez usługę Intune",
"complianceEmailProfileRequired": "Nie można skonfigurować konta e-mail na urządzeniu",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "Prawidłowy format przekazywanego pliku można znaleźć w dokumentacji usługi Intune. <a href=\"https://aka.ms/AA6z0o4\">Dowiedz się więcej</a>",
"customAppConfigurationFileName": "Plik listy właściwości",
"customBoolError": "Wszystkie klucze konfiguracji typu Wartość logiczna muszą mieć wartość \"true\" lub \"false\".",
"customComplianceToolTip": "Jeśli ta opcja jest włączona, urządzenia muszą być zgodne zgodnie z regułami niestandardowymi zdefiniowanymi w pliku JSON na podstawie danych niestandardowych zwróconych przez skrypt odnajdywania programu PowerShell.",
"customEapXmlOption": "Niestandardowy kod XML protokołu EAP",
"customIntError": "Wszystkie klucze konfiguracji typu Liczba całkowita muszą być wartościami liczb całkowitych.",
"customItemHideFromUserConfiguration": "Ukryj",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Udostępnianie danych między profilami służbowym i osobistym",
"dataTypeName": "Typ danych",
"dateAndTimeBlockChangesDescription": "Zablokuj użytkownikom możliwość zmiany daty i godziny na urządzeniu (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Zablokuj możliwość zmiany daty i godziny (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Blokuj zmiany daty i godziny (tylko urządzenia z system Android 15 i starszym)",
"dateTimeConfigurationBlockedDescription": "Blokuj ręczne ustawianie daty i godziny przez użytkownika.",
"dateTimeConfigurationBlockedName": "Zmiany daty i godziny ",
"dateTimeName": "Data i godzina",
@@ -6273,7 +6311,7 @@
"defenderSecurityCenterHelpURLName": "Witryna internetowa pomocy technicznej działu IT",
"defenderSecurityCenterHelpURLPlaceholder": "np. Zapytaj@ContosoIT.com",
"defenderSecurityCenterITContactDisplayDescription": "Skonfiguruj, w którym miejscu mają być wyświetlane użytkownikom końcowym informacje kontaktowe działu IT.",
"defenderSecurityCenterITContactDisplayDisplayEmailName": "Wiadomość e-mail",
"defenderSecurityCenterITContactDisplayDisplayEmailName": "Adres e-mail",
"defenderSecurityCenterITContactDisplayDisplayInAppAndInNotificationsName": "Wyświetlaj w aplikacji i powiadomieniach",
"defenderSecurityCenterITContactDisplayDisplayOnlyInAppName": "Wyświetlaj tylko w aplikacji",
"defenderSecurityCenterITContactDisplayDisplayOnlyInNotificationsName": "Wyświetlaj tylko w powiadomieniach",
@@ -6783,7 +6821,7 @@
"emailAppNineWork": "Nine Work",
"emailAppNotConfigured": "Wybierz aplikację, aby rozpocząć",
"emailDescription": "Synchronizacja poczty e-mail jest zawsze dozwolona w profilach poczty e-mail.",
"emailOption": "Wiadomość e-mail",
"emailOption": "Adres e-mail",
"empty": "",
"emptyLocalIdentifier": "Pusty",
"enableAppInstallControlDescription": "Określ, czy użytkownicy mogą instalować aplikacje z miejsc innych niż Sklep Windows.",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Lista dozwolonych sieci Wi-Fi",
"knoxBlockAutofillDescription": "Blokuj autowypełnianie.",
"knoxBlockAutofillName": "Automatyczne wypełnianie (tylko rozwiązanie Samsung KNOX)",
"knoxBlockBluetoothName": "Łączność Bluetooth (tylko rozwiązanie Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (tylko urządzenia z system Android 13 i starszym z usługą Samsung KNOX)",
"knoxBlockCookiesDescription": "Zezwalaj na pliki cookie w przeglądarce lub blokuj je",
"knoxBlockCookiesName": "Pliki cookie (tylko rozwiązanie Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "Blokuj funkcję kopiowania i wklejania.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Okienka wyskakujące (tylko rozwiązanie Samsung KNOX)",
"knoxBlockRemovableStorageName": "Magazyn wymienny (tylko rozwiązanie Samsung KNOX)",
"knoxBlockScreenshotDescription": "Blokuj przechwytywanie zawartości ekranu jako obrazu.",
"knoxBlockScreenshotName": "Przechwytywanie ekranu (tylko rozwiązanie Samsung KNOX)",
"knoxBlockScreenshotName": "Wycinek ekranu (tylko urządzenia z system Android 15 i starszym z usługą Samsung KNOX)",
"knoxBlockVoiceDialingName": "Wybieranie głosowe (tylko rozwiązanie Samsung KNOX)",
"knoxBlockVoiceRoamingName": "Roaming połączeń głosowych (tylko rozwiązanie Samsung KNOX)",
"knoxBlockWebBrowserDescription": "Blokuj przeglądarkę internetową na urządzeniu.",
"knoxBlockWebBrowserName": "Przeglądarka internetowa (tylko rozwiązanie Samsung KNOX)",
"knoxBlockWiFiName": "Sieć Wi-Fi (tylko rozwiązanie Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Tethering Wi-Fi (tylko rozwiązanie Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (tylko urządzenia z system Android 12 i starszym z usługą Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Tethering sieci Wi-Fi (tylko urządzenia z system Android 12 i starszym z usługą Samsung KNOX)",
"knoxCellularDataDescription": "Blokuj użycie danych przez sieci komórkowe. Jeśli nie zostanie to skonfigurowane, użycie danych przez sieci komórkowe jest dozwolone i edytowalne przez użytkowników.",
"knoxCellularDataName": "Kanał danych komórkowych (tylko rozwiązanie Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Urządzenia z systemem Android 9 lub starszym lub urządzenia z system Android 15 i starszym z usługą Samsung KNOX",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "Te ustawienia działają na urządzeniach z systemem Android 9 lub starszym i będą działać na wszystkich urządzeniach z usługą Samsung Knox uruchomioną na dowolnym systemie operacyjnym Android w wersji Android 15 lub starszej.",
"knoxRequireEncryptionName": "Szyfrowanie (urządzenia z systemem Android 11 i starszym lub urządzenia z system Android 14 i starszym z usługą Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Karty pamięci muszą być szyfrowane. Nie wszystkie urządzenia obsługują szyfrowanie kart pamięci. Więcej informacji można znaleźć w dokumentacji urządzenia i systemu operacyjnego.",
"knoxRequireEncryptionOnRemovableStorageName": "Szyfrowanie na kartach pamięci (tylko rozwiązanie Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "Szyfrowanie na kartach pamięci (tylko urządzenia z system Android 15 i starszym z usługą Samsung KNOX)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (typ natywny)",
"lanManagerAuthenticationLevelDesc": "To ustawienie zabezpieczeń określa, który protokół uwierzytelniania typu wezwanie/odpowiedź jest używany podczas logowania do sieci.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Typ identyfikatora",
"macOSAppleEventReceiverTableDescription": "Zezwól aplikacji lub procesowi na wysyłanie zastrzeżonego zdarzenia firmy Apple do innej aplikacji lub procesu. Trzeba będzie znać identyfikator, typ identyfikatora i wymagania dotyczące kodu odbierającej aplikacji lub odbierającego procesu.",
"macOSAppleEventReceiverTableName": "Zdarzenia firmy Apple",
"macOSDeploymentChannelDeviceChannel": "Kanał urządzenia",
"macOSDeploymentChannelName": "Kanał wdrażania",
"macOSDeploymentChannelUserChannel": "Kanał użytkownika",
"macOSDeploymentChannelWarningBanner": "Zdecydowanie rekomenduje się używanie typu certyfikatu użytkownika w kanale użytkownika tylko ze względów bezpieczeństwa.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Kontroluj dostęp do aplikacji ułatwień dostępu na urządzeniu, która zawiera takie funkcje jak napisy, tekst aktywowany i sterowanie głosem.",
"macOSPrivacyAccessControlItemAccessibilityName": "Dostępność",
"macOSPrivacyAccessControlItemAddressBookName": "Kontakty",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Ustaw moduły kluczy, aby zignorować cały zestaw uwierzytelniania, jeśli nie obsługują one wszystkich pakietów uwierzytelniania w tym zestawie. Jeśli opcja jest włączona, moduły obsługi kluczy zignorują nieobsługiwane pakiety uwierzytelniania.",
"opportunisticallyMatchAuthName": "Odpowiednio uzgodnij zestaw uwierzytelniania dla modułu kluczy",
"optional": "Opcjonalne",
"optionalValue": "Wartość opcjonalna",
"organizationalUnitDescription": "Pełna ścieżka do jednostki organizacyjnej, w ramach której mają zostać utworzone konta komputerów. Jeśli nie zostanie określona, zostanie użyty dobrze znany kontener obiektów komputerów.",
"organizationalUnitName": "Jednostka organizacyjna",
"originalProfileTypeTitle": "Oryginalny typ profilu:",
@@ -8595,7 +8641,7 @@
"privacyLetAppsAccessContactsName": "Kontakty",
"privacyLetAppsAccessContactsPerAppDescription": "Określ, czy ta aplikacja może uzyskiwać dostęp do kontaktów",
"privacyLetAppsAccessEmailDefaultDescription": "Określ, czy aplikacje mogą wysyłać wiadomości e-mail i uzyskiwać do nich dostęp",
"privacyLetAppsAccessEmailName": "Wiadomość e-mail",
"privacyLetAppsAccessEmailName": "Adres e-mail",
"privacyLetAppsAccessEmailPerAppDescription": "Określ, czy ta aplikacja może wysyłać wiadomości e-mail i uzyskiwać do nich dostęp",
"privacyLetAppsAccessLocationDefaultDescription": "Określ, czy aplikacje mogą uzyskiwać dostęp do informacji dotyczących lokalizacji",
"privacyLetAppsAccessLocationName": "Lokalizacja",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Okres ważności certyfikatu",
"sCEPPolicyCustomAADAttribute": "Atrybut niestandardowy Microsoft Entra",
"sCEPPolicyCustomKeys": "Klucze niestandardowe",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Podaj wartość, która może być dowolną obsługiwaną zmienną, taką jak {{UserPrincipalName}}. Można używać tylko {{OnPremisesSecurityIdentifier}} z atrybutem identyfikatora URI. Dowiedz się więcej o obsługiwanych zmiennych: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Podaj wartość, która może łączyć dowolną obsługiwaną zmienną z tekstem statycznym. W przypadku nazw UPN i adresów e-mail użyj formatu {{AAD_Device_ID}}@contoso.com. Wartości systemu DNS nie mogą zawierać symboli ani znaku @, np..{{DeviceName}}contoso.com lub{{DeviceName}}. Pamiętaj, że wartość {{OnPremisesSecurityIdentifier}} może być używana tylko z atrybutem URI alternatywnej nazwy podmiotu. Zobacz zmienne pomocnicze tutaj: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "Wstępnie udostępniony klucz WPA",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "Niezgodne dystrybucje systemu Linux to: ",
"wSLComplianceTitle": "Odinstaluj niezgodne dystrybucje lub wersje systemu Linux z podsystemu Windows dla systemu Linux (WSL).",
"wSLPolicyDistributionName": "Nazwa dystrybucji",
"wSLPolicyMaxOSVersionName": "Maksymalna wersja systemu operacyjnego",
"wSLPolicyMinOSVersionName": "Minimalna wersja systemu operacyjnego",
"wakeOnLANName": "Wybudzenie na LAN",
"wakeOnPowerName": "Wybudzenie przy zasilaniu",
"wakeScreenWhenSomeoneInRoomName": "Włącz ekran, gdy ktoś jest w pomieszczeniu",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Funkcja W centrum uwagi Windows na ekranie blokady",
"windowsSpotlightPersonalizationDescription": "Blokuj personalizację funkcji W centrum uwagi Windows na podstawie użycia urządzenia",
"windowsSpotlightPersonalizationName": "Personalizacja funkcji W centrum uwagi Windows",
"windowsSubsystemLinuxComplianceDescription": "Te ustawienia dotyczą dystrybucji systemu Linux zainstalowanych na zarządzanych urządzeniach z systemem Windows i wpływają na stan zgodności urządzenia. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Dowiedz się więcej o korzystaniu z ustawienia</a>",
"windowsSubsystemLinuxComplianceHeader": "Dozwolone dystrybucje i wersje systemu Linux",
"windowsSubsystemLinuxComplianceInfoBox": "Nie można skonfigurować zasad WSL i niestandardowych ustawień zgodności w tych samych zasadach.",
"windowsSubsystemLinuxComplianceLearnMore": "Określ dozwolone dystrybucje systemu Linux i opcjonalnie minimalną wersję, maksymalną wersję lub obie wersje dla każdej dystrybucji.",
"windowsTipsDescription": "Umożliwia administratorom IT wyłączanie wyskakującego okienka z poradami dotyczącymi systemu Windows.",
"windowsTipsName": "Porady dotyczące systemu Windows",
"windowsWelcomeExperienceDescription": "Blokuj środowisko powitalne systemu Windows, w którym ma miejsce wprowadzenie do nowych lub zaktualizowanych funkcji",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "Brak zasad",
"clientAppPolicyPlural": "Zasady: {0}",
"clientAppPolicySingular": "{0} zasady",
"clockInClockOutNotes": "<p><b>Notes:</b></p>\r\n<ul type=\"disc\">\r\n <li>Aby uzyskać więcej informacji o aplikacjach, do których można zastosować to ustawienie, skorzystaj z linku<b> do dokumentów dotyczących godzin ciszy, blokując sekcję</b>, aby uzyskać więcej informacji o aplikacjach, do których można zastosować to ustawienie.</li>\r\n <li>To ustawienie nie ma możliwości wyciszania powiadomień. Aby skonfigurować ustawienia wyciszania powiadomień, zobacz <b>link do godzin ciszy — wyciszanie dokumentów</b>.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>Notatki:</b></p>\r\n<ul type=\"disc\">\r\n <li>To ustawienie można skonfigurować tylko wtedy, gdy dzierżawa została zintegrowana z <b>interfejsem API czasu pracy</b>. Aby uzyskać więcej informacji na temat integrowania tego ustawienia z <b>interfejsem API czasu pracy</b>, zobacz <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Ograniczanie dostępu do usługi Microsoft Teams, gdy pracownicy pierwszej linii są poza zmianą</a>\r\n. Skonfigurowanie tego ustawienia bez integracji z interfejsem API czasu pracy może spowodować zablokowanie kont z powodu braku stanu czasu pracy dla zarządzanego konta skojarzonego z aplikacją.</li>\r\n <li>Zapoznaj się z <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">obsługiwanymi aplikacjami usługi Microsoft Intune | Microsoft Learn</a>\r\naby uzyskać więcej informacji na temat aplikacji obsługujących to ustawienie.</li> <li>To ustawienie nie ma możliwości wyciszenia powiadomień. Aby skonfigurować ustawienia wyciszania powiadomień, zobacz <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Tworzenie zasad godzin ciszy w usłudze Microsoft Intune | Microsoft Learn</a></li>\r\n</ul>",
"clockedOutAccount": "Czas wolny",
"closeText": "Zamknij",
"columns": "Kolumny",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "Podobne ustawienia oparte na urządzeniu można skonfigurować dla zarejestrowanych urządzeń.",
"deviceConditionsInfoParagraph2LinkText": "Dowiedz się więcej o konfigurowaniu ustawień zgodności zarejestrowanych urządzeń.",
"deviceId": "Identyfikator urządzenia",
"deviceLockComplexityValidationFailureNotes": "<p><b>Uwagi:</b></p>\r\n<ul type=\"disc\">\r\n <li>Blokada urządzenia może wymagać złożoności hasła: LOW, MEDIUM lub HIGH przeznaczonego docelowo dla systemuAndroid 12+. W przypadku urządzeń z systemem Android 11 i starszym ustawienie wartości na Low/Medium/High spowoduje domyślne oczekiwane zachowanie dla trybu „Niska złożoność”.</li>\r\n <li>Poniższe definicje haseł mogą ulec zmianie. Zapoznaj się z sekcją <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Developers</a>, aby uzyskać najbardziej aktualne definicje różnych poziomów złożoności haseł.</li>\r\n</ul>\r\n\r\n<p><b>Niski</b></p>\r\n<ul type=\"disc\">\r\n <li>Hasło może być wzorcem lub numerem PIN z sekwencją powtarzającą się (4444) lub sekwencją zachowującą kolejność (1234, 4321, 2468).</li>\r\n</ul>\r\n\r\n<p><b>Średni</b></p>\r\n<ul type=\"disc\">\r\n <li>Numer PIN bez sekwencji powtarzającej się (4444) lub sekwencji zachowującej kolejność (1234, 4321, 2468) o minimalnej długości co najmniej 4 znaków</li>\r\n <li>Hasła literowe o minimalnej długości co najmniej 4 znaków</li>\r\n <li>Hasła alfanumeryczne o minimalnej długości co najmniej 4 znaków\r\n</li></ul>\r\n\r\n<p><b>Wysoki</b></p>\r\n<ul type=\"disc\">\r\n <li>Numer PIN bez sekwencji powtarzającej się (4444) lub bez sekwencji zachowującej kolejność (1234, 4321, 2468) o minimalnej długości co najmniej 8 znaków</li>\r\n <li>Hasła literowe o minimalnej długości co najmniej 6 znaków</li>\r\n <li>Hasła alfanumeryczne o minimalnej długości co najmniej 6 znaków</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>Uwagi:</b></p>\r\n<ul type=\"disc\">\r\n <li>Blokada urządzenia może wymagać złożoności hasła: LOW, MEDIUM lub HIGH przeznaczonego docelowo dla systemuAndroid 12+. W przypadku urządzeń z systemem Android 11 i starszym ustawienie wartości na Low/Medium/High spowoduje ustawienie domyślne oczekiwanego zachowania na „Niska złożoność”.</li>\r\n <li>Poniższe definicje haseł mogą ulec zmianie. Zapoznaj się z tematem <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Deweloperzy systemu Android</a>, aby uzyskać najbardziej aktualne definicje różnych poziomów złożoności haseł.</li>\r\n</ul>\r\n\r\n<p><b>Low</b></p>\r\n<ul type=\"disc\">\r\n <li>Hasło może być wzorcem lub numerem PIN z powtarzającymi się sekwencjami (4444) lub uporządkowanymi sekwencjami (1234, 4321, 2468).</li>\r\n</ul>\r\n\r\n<p><b>Medium</b></p>\r\n<ul type=\"disc\">\r\n <li>Numer PIN bez powtarzających się sekwencji (4444) lub uporządkowanych sekwencji (1234, 4321, 2468) o minimalnej długości co najmniej 4 znaków</li>\r\n <li>Hasła alfabetyczne o minimalnej długości co najmniej 4 znaków</li>\r\n <li>Hasła alfanumeryczne o minimalnej długości co najmniej 4 znaków</li>\r\n</ul>\r\n\r\n<p><b>High</b></p>\r\n<ul type=\"disc\">\r\n <li>Numer PIN bez powtarzających się sekwencji (4444) lub uporządkowanych sekwencji (1234, 4321, 2468) o minimalnej długości co najmniej 8 znaków</li>\r\n <li>Hasła alfabetyczne o minimalnej długości co najmniej 6 znaków</li>\r\n <li>Hasła alfanumeryczne o minimalnej długości co najmniej 6 znaków</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "Gdy urządzenie jest zablokowane i istnieją otwarte pliki",
"deviceLockedOptionText": "Gdy urządzenie jest zablokowane",
"deviceManufacturer": "Producent urządzenia",
@@ -10620,7 +10676,7 @@
"downloadingReport": "Pobieranie raportu",
"edgeGSAssignment": "Wybierz grupy użytkowników, dla których ma być instalowana mobilna przeglądarka Microsoft Edge. Aplikacja Edge będzie instalowana na wszystkich urządzeniach z systemami iOS i Android rejestrowanych przez tych użytkowników.",
"edgeGSIntroBenefitHTML": "<p>Pobierz aplikację Microsoft Edge dla użytkowników korzystających z systemu iOS lub Android, aby mogli bezproblemowo przeglądać Internet na różnych urządzeniach firmowych. Przeglądarka Edge umożliwia użytkownikom pominięcie mało istotnych informacji w Internecie dzięki wbudowanym funkcjom pomagającym konsolidować i rozmieszczać zawartość służbową oraz zarządzać nią. Użytkownicy urządzeń z systemami iOS i Android, którzy zalogują się za pomocą swoich firmowych kont usługi Microsoft Entra w aplikacji Edge, znajdą w przeglądarce wstępnie załadowane ulubione elementy z obszaru roboczego i zdefiniowane filtry witryn internetowych.</p><p>Jeśli użytkownikom zablokowano możliwość rejestrowania urządzeń z systemem iOS lub Android, ten scenariusz nie włączy rejestracji, a użytkownicy będą musieli samodzielnie instalować przeglądarkę Edge.</p>",
"edgeGSIntroPrereqHTML": "<p>Zapytamy o ulubione elementy z obszaru roboczego, których potrzebują użytkownicy, oraz filtry wymagane do przeglądania Internetu. Przed kontynuowaniem wykonaj następujące zadania:</p>\r\n<li>Dodaj użytkowników do <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>grup usługi Microsoft Entra</a></li>\r\n<li>Zarejestruj urządzenia z systemem iOS lub Android w usłudze Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Dowiedz się więcej</a></li>\r\n<li>Utwórz listę ulubionych elementów z obszaru roboczego, które mają zostać dodane do przeglądarki Microsoft Edge.</li>\r\n<li>Utwórz listę filtrów witryn internetowych, które mają być wymuszane w przeglądarce Edge.</li>",
"edgeGSIntroPrereqHTML": "<p>Zapytamy o ulubione miejsca pracy, których potrzebują Twoi użytkownicy, oraz o filtry wymagane do przeglądania Internetu. Przed kontynuowaniem upewnij się, że zostały ukończone następujące zadania:</p>\r\n<li>Dodaj użytkowników do <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>grupy Microsoft Entra</a></li>\r\n<li>Zarejestruj urządzenia z systemem iOS lub Android w usłudze Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Dowiedz się więcej</a></li>\r\n<li>Zbierz listę ulubionych miejsc pracy do dodania w przeglądarce Edge.</li>\r\n<li>Zbierz listę filtrów witryn internetowych do wymuszenia w przeglądarce Edge.</li>",
"edgeGSName": "Przeglądarka Microsoft Edge dla systemów iOS i Android",
"edgeGSSyncInfo": "W zależności od łączności urządzeń i czasów synchronizacji może upłynąć do 24 godzin, zanim to wdrożenie dotrze na urządzenia.",
"edit": "Edytuj",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Czy zarządzanie aplikacjami mobilnymi jest włączone?",
"itemsCount": "Elementy: {0}",
"jailbrokenRootedDevices": "Urządzenia po jailbreaku/z dostępem do konta root",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Blokuj dostęp na obsługiwanych urządzeniach",
"lastModifiedDate": "Data ostatniej modyfikacji",
"lastReportedDate": "Data ostatniego raportu",
"lastSync": "Ostatnia synchronizacja",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Trwa usuwanie...",
"photoLibrary": "Biblioteka zdjęć",
"pinCharSettingTooltip": "Numer PIN może zawierać tylko cyfry.\r\n\r\nKod dostępu musi zawierać znaki alfanumeryczne i dozwolone symbole.",
"pinRotationWarning": "<b>Ważne:</b> Od 1 czerwca 2024 r. aplikacje z pakietem zestawu SDK starszym niż 17.7.0 nie będą już otrzymywać aktualizacji zasad ochrony aplikacji, a użytkownicy nie będą mogli uruchomić aplikacji. Upewnij się, że użytkownicy aktualizują swoje aplikacje, a Twoje aplikacje biznesowe korzystają z najnowszego zestawu SDK lub otoki. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Dowiedz się więcej</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Platforma",
"platformDropDownLabel": "Platforma",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Zestawy zasad",
"applicabilityRules": "Reguły stosowania",
"windowsEnrollmentTitle": "Rejestracja w systemie Windows",
"DefaultESPCustomErrorMessage": "Nie można ukończyć instalacji. Spróbuj ponownie lub skontaktuj się z pomocą techniczną, aby uzyskać pomoc.",
"appleEnrollmentTitle": "Rejestracja Apple",
"targetedAppLabel": "Aplikacja docelowa",
"configurationSettingsTitle": "Ustawienia konfiguracji",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13031,19 +13073,19 @@
"SessionControlsLabel": "Session controls"
},
"Platform": {
"all": "Wszystkie",
"all": "Wszystko",
"android": "Administrator urządzeń z systemem Android",
"androidAOSP": "Android (AOSP)",
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidWorkProfile": "System Android dla firm",
"common": "Wspólne",
"androidWorkProfile": "Android Enterprise",
"common": "Typowa",
"iOS": "iOS/iPadOS",
"iosAndAndroidPlatformLabel": "iOS i Android",
"iosCommaAndroidPlatformLabel": "iOS, Android",
"linux": "Linux",
"macOS": "macOS",
"unknown": "Nieznany",
"unknown": "Nieznane",
"unsupported": "Nieobsługiwane",
"windows": "Windows",
"windows10": "Windows 10 i nowsze",
@@ -13052,7 +13094,7 @@
"windows10Mobile": "Windows 10 Mobile",
"windows10Team": "Windows 10 Team",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 i nowsze",
"windows8": "Windows 8.1 i nowsze",
"windows8And10": "Windows 8 i 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 i nowsze",
@@ -13075,16 +13117,16 @@
},
"ConfigurationTypes": {
"Table": {
"androidDeviceOwnerGeneral": "Ograniczenia dotyczące urządzenia (właściciel urządzenia)",
"androidForWorkGeneral": "Ograniczenia dotyczące urządzenia (profilu służbowy)"
"androidDeviceOwnerGeneral": "Ograniczenia dotyczące urządzeń (właściciel urządzenia)",
"androidForWorkGeneral": "Ograniczenia dotyczące urządzeń (profil służbowy)"
},
"androidCustom": "Niestandardowe",
"androidDeviceOwnerGeneral": "Ograniczenia dotyczące urządzeń",
"androidDeviceOwnerPkcs": "Certyfikat PKCS",
"androidDeviceOwnerScep": "Certyfikat SCEP",
"androidDeviceOwnerTrustedCertificate": "Certyfikat zaufany",
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Sieć Wi-Fi",
"androidDeviceOwnerVpn": "Sieć VPN",
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "Poczta e-mail (tylko rozwiązanie Samsung KNOX)",
"androidForWorkCustom": "Niestandardowe",
"androidForWorkEmailProfile": "Adres e-mail",
@@ -13095,29 +13137,29 @@
"androidForWorkSCEP": "Certyfikat SCEP",
"androidForWorkTrustedCertificate": "Certyfikat zaufany",
"androidForWorkVpn": "Sieć VPN",
"androidForWorkWiFi": "Sieć Wi-Fi",
"androidForWorkWiFi": "Wi-Fi",
"androidGeneral": "Ograniczenia dotyczące urządzeń",
"androidImportedPFX": "Zaimportowany certyfikat PKCS",
"androidPKCS": "Certyfikat PKCS",
"androidSCEP": "Certyfikat SCEP",
"androidTrustedCertificate": "Certyfikat zaufany",
"androidVPN": "Sieć VPN",
"androidWiFi": "Sieć Wi-Fi",
"androidWiFi": "Wi-Fi",
"androidZebraMx": "Profil MX (tylko Zebra)",
"complianceAndroid": "Zasady dotyczące zgodności dla systemu Android",
"complianceAndroid": "Zasady zgodności systemu Android",
"complianceAndroidDeviceOwner": "Profil służbowy w pełni zarządzany, dedykowany i należący do firmy",
"complianceAndroidEnterprise": "Osobisty profil służbowy",
"complianceAndroidEnterprise": "Profil służbowy należący do użytkownika",
"complianceAndroidForWork": "Zasady zgodności programu Android for Work",
"complianceIos": "Zasady dotyczące zgodności dla systemu iOS",
"complianceMac": "Zasady dotyczące zgodności dla komputerów Mac",
"complianceIos": "Zasady zgodności z systemem operacyjnym iOS",
"complianceMac": "Zasady zgodności dla komputerów Mac",
"complianceWindows10": "Zasady zgodności systemu Windows 10 i nowszych wersji",
"complianceWindows10Mobile": "Zasady dotyczące zgodności dla systemu Windows 10 Mobile",
"complianceWindows8": "Zasady dotyczące zgodności dla systemu Windows 8",
"complianceWindowsPhone": "Zasady dotyczące zgodności dla systemu Windows Phone",
"complianceWindows10Mobile": "Zasady zgodności systemu Windows 10 Mobile",
"complianceWindows8": "Zasady zgodności systemu Windows 8",
"complianceWindowsPhone": "Zasady zgodności systemu Windows Phone",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Wykaz właściwości (wersja zapoznawcza)",
"inventoryCatalog": "Wykaz właściwości",
"iosCustom": "Niestandardowe",
"iosDerivedCredentialAuthenticationConfiguration": "Pochodne poświadczenie PIV ",
"iosDerivedCredentialAuthenticationConfiguration": "Pochodne poświadczenia PIV",
"iosDeviceFeatures": "Funkcje urządzenia",
"iosEDU": "Edukacja",
"iosEducation": "Edukacja",
@@ -13129,8 +13171,8 @@
"iosSCEP": "Certyfikat SCEP",
"iosTrustedCertificate": "Certyfikat zaufany",
"iosVPN": "Sieć VPN",
"iosVPNZscaler": "VPN",
"iosWiFi": "Sieć Wi-Fi",
"iosVPNZscaler": "Sieć VPN",
"iosWiFi": "Wi-Fi",
"macCustom": "Niestandardowe",
"macDeviceFeatures": "Funkcje urządzenia",
"macEndpointProtection": "Ochrona punktu końcowego",
@@ -13140,7 +13182,7 @@
"macSCEP": "Certyfikat SCEP",
"macTrustedCertificate": "Certyfikat zaufany",
"macVPN": "Sieć VPN",
"macWiFi": "Sieć Wi-Fi",
"macWiFi": "Wi-Fi",
"settingsCatalog": "Wykaz ustawień",
"unsupported": "Nieobsługiwane",
"windows10AdministrativeTemplate": "Szablony administracyjne (wersja zapoznawcza)",
@@ -13156,23 +13198,23 @@
"windows10Kiosk": "Kiosk",
"windows10NetworkBoundary": "Granica sieci",
"windows10PKCS": "Certyfikat PKCS",
"windows10PolicyOverride": "Przesłoń zasady grupy",
"windows10PolicyOverride": "Zastąp zasady grupy",
"windows10SCEP": "Certyfikat SCEP",
"windows10SecureAssessmentProfile": "Profil edukacji",
"windows10SecureAssessmentProfile": "Profil edukacyjny",
"windows10SharedPC": "Udostępnione urządzenie obsługujące wielu użytkowników",
"windows10TeamGeneral": "Ograniczenia dotyczące urządzeń (Windows 10 Team)",
"windows10TrustedCertificate": "Certyfikat zaufany",
"windows10VPN": "Sieć VPN",
"windows10WiFi": "Sieć Wi-Fi",
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
"windows10WiFiCustom": "Niestandardowa sieć Wi-Fi",
"windows8General": "Ograniczenia dotyczące urządzeń",
"windows8SCEP": "Certyfikat SCEP",
"windows8TrustedCertificate": "Certyfikat zaufany",
"windows8VPN": "Sieć VPN",
"windows8WiFi": "Importowanie sieci Wi-Fi",
"windows8VPN": "VPN",
"windows8WiFi": "Import sieci Wi-Fi",
"windowsDeliveryOptimization": "Optymalizacja dostarczania",
"windowsDomainJoin": "Przyłączanie do domeny",
"windowsEditionUpgrade": "Uaktualnianie wersji i przełączanie trybu",
"windowsEditionUpgrade": "Uaktualnienie wersji i przełącznik trybu",
"windowsIdentityProtection": "Ochrona tożsamości",
"windowsPhoneCustom": "Niestandardowe",
"windowsPhoneEmailProfile": "Adres e-mail",
@@ -13180,7 +13222,7 @@
"windowsPhoneImportedPFX": "Zaimportowany certyfikat PKCS",
"windowsPhoneSCEP": "Certyfikat SCEP",
"windowsPhoneTrustedCertificate": "Certyfikat zaufany",
"windowsPhoneVPN": "Sieć VPN",
"windowsPhoneVPN": "VPN",
"IosUpdate": "Zasady aktualizacji systemu iOS"
},
"DetectionRules": {
+95 -53
View File
@@ -53,7 +53,7 @@
"RoleAssignment": {
"RoleAssignmentAdmin": "Admin Groups",
"RoleAssignmentAdminDesc": "Admin group users are the administrators assigned to this role",
"rolesMenuTitle": "Endpoint Manager roles",
"rolesMenuTitle": "Intune roles",
"RoleAssignmentScopeDesc": "Administrators in this role assignment can target policies, applications and remote tasks",
"RoleAssignmentScope": "Scope Groups"
},
@@ -71,7 +71,7 @@
"appPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package types include: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix, and .msixbundle).",
"applicableDeviceType": "Select the device types that can install this app.",
"category": "Categorize the app to make it easier for users to sort and find in Company Portal. You can choose multiple categories.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Search the Microsoft Store app (new) for store apps that you want to deploy with Intune."
},
"descriptionPreview": "Preview",
"descriptionPreviewLabel": "Preview",
"descriptionRequired": "Description is required.",
"editDescription": "Edit Description",
"macOSMinOperatingSystemAdditionalInfo": "The minimum operating system for uploading a .pkg file is macOS 10.14. Upload a .pkg file to select an older minimum operating system.",
"markdownHelpLink": "Get help with markdown supported for descriptions.",
"name": "App information",
"nameForOfficeSuitApp": "App suite information"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Account protection (Test)",
"windowsSecurityExperience": "Windows Security experience"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows Firewall"
},
"FirewallRules": {
"mDE": "Windows Firewall Rules"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "OneDrive Known Folder Move settings: Windows 10 in cloud configuration template. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Unknown",
"unsupported": "Unsupported",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi import",
"windows10CompliancePolicy": "Windows 10/11 compliance policy",
@@ -1064,9 +1080,11 @@
"prompt": "Prompt"
},
"Permissions": {
"accessBackgroundLocation": "Location access (background)",
"accessCoarseLocation": "Location access (coarse)",
"accessFineLocation": "Location access (fine)",
"addVoicemail": "Add voicemail",
"bluetoothConnect": "Bluetooth connect",
"bodySensors": "Allow body sensor data",
"bodySensorsBackground": "Allow background body sensor data",
"callPhone": "Make phone calls",
@@ -1970,6 +1988,7 @@
"tenantManagement": "Tenant management"
},
"actions": "Actions for Non-Compliance",
"adminPermissions": "Admin permissions",
"advancedExchangeSettings": "Exchange online settings",
"advancedThreatProtection": "Microsoft Defender for Endpoint",
"allApps": "All apps",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Software updates summary",
"macOSSoftwareUpdateStateSummaries": "updates",
"managedGooglePlay": "Managed Google Play",
"msfb": "Microsoft Store for Business",
"myPermissions": "My permissions",
"notifications": "Notifications",
"officeApps": "Office apps",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Retire noncompliant devices",
"retireNoncompliantDevicesPreview": "Retire noncompliant devices (preview)",
"role": "Role",
"rolesByPermission": "Roles by permission",
"scriptManagement": "Scripts",
"securityBaselines": "Security baselines",
"serviceToServiceConnector": "Exchange online connector",
@@ -2179,7 +2198,7 @@
},
"EncryptData": {
"label": "Encrypt org data",
"link": "https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-android#data-relocation-settings",
"link": "https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-android#data-relocation-settings",
"tooltip": "Select {0} to enforce encrypting org data with Intune app layer encryption.\n <br/>\nSelect {1} to not enforce encrypting org data with Intune app layer encryption.\n\n<br/>\nNote: For more information on Intune app layer encryption, see {2}."
},
"EncryptDataAndroid": {
@@ -2273,7 +2292,7 @@
"select": "Select keyboards to approve",
"subtitle": "Add all keyboards and input methods that users are allowed to use with targeted apps. Enter the keyboard name as you would like it to appear to the end user.",
"title": "Add approved keyboards",
"toolTip": "Select Require and then specify a list of approved keyboards for this policy. <a href='https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-android#data-transfer'>Learn more.</a>"
"toolTip": "Select Require and then specify a list of approved keyboards for this policy. <a href='https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-android#data-transfer'>Learn more.</a>"
},
"SaveData": {
"label": "Save copies of org data",
@@ -2299,7 +2318,7 @@
"label": "Sync policy managed app data with native apps or add-ins"
},
"ThirdPartyKeyboards": {
"infoBox": "Keyboard restrictions will apply to all areas of an app. Personal accounts for apps that support multiple identities will be affected by this restriction. <a href='https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-ios#data-transfer' aria-label='Learn more about third party keyboards'>Learn more.</a>",
"infoBox": "Keyboard restrictions will apply to all areas of an app. Personal accounts for apps that support multiple identities will be affected by this restriction. <a href='https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-ios#data-transfer' aria-label='Learn more about third party keyboards'>Learn more.</a>",
"label": "Third party keyboards"
},
"Timeout": {
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Command line",
"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.",
"installScript": "Install script",
"installScriptErrorText": "An install script is required.",
"installScriptToolTip": "The PowerShell script file with installation commands used to install this app.",
"installScriptsHeader": "Specify app Installation and Uninstallation settings, including whether to use a script or command line, time limits, restart behavior, and return codes.",
"installerTypeText": "Installer type",
"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.",
"scriptDropdownText": "PowerShell script",
"scriptsErrorText": "An install and an uninstall script are required.",
"selectCustomScript": "Select custom script",
"selectScriptLinkAriaText": "No script selected. Opens context pane to upload a script.",
"selectScriptLinkText": "Select a script",
"selectedScriptLinkAriaText": "Script {0} selected. Opens context pane to edit or upload a new script.",
"selectorLabel": "Program",
"uninstallCommand": "Uninstall command",
"uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app."
"uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app.",
"uninstallScript": "Uninstall script",
"uninstallScriptErrorText": "An uninstall script is required.",
"uninstallScriptToolTip": "The PowerShell script file with uninstallation commands used to uninstall this app.",
"uninstallerTypeText": "Uninstaller type"
},
"TermsOfUse": {
"Languages": {
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Split Tunneling",
"vPNTrustedNetwork": "Trusted Network Detection",
"wSLCompliance": "Windows Subsystem for Linux (WSL)",
"wakeSettings": "Wake settings",
"webContentFilter": "Web Content Filter",
"wiFi": "Wi-Fi",
@@ -4300,7 +4336,6 @@
"mk": "Macedonian (North Macedonia)",
"ml": "Malayalam (India)",
"mt": "Maltese (Malta)",
"mi": "Maori (New Zealand)",
"mr": "Marathi (India)",
"moh": "Mohawk (Mohawk)",
"ne": "Nepali (Nepal)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamese (Vietnam)",
"cy": "Welsh (United Kingdom)",
"wo": "Wolof (Senegal)",
"sah": "Yakut (Russia)",
"ii": "Yi (PRC)",
"yo": "Yoruba (Nigeria)"
},
"DisplayRoleTypes": {
"builtInRole": "Built-in Role",
"customAutopatchRole": "Custom Windows Autopatch role",
"customCloudPCRole": "Custom Windows 365 role",
"customIntuneRole": "Custom Intune role",
"customRole": "Custom Role"
@@ -4564,7 +4601,7 @@
"noAssignmentShellScriptDisplayText": "Assign shell script to at least one group. Go to Properties to edit assignments."
},
"CustomAttributes": {
"customAttributeScriptDescription": "Max file size 200 KB.",
"customAttributeScriptDescription": "Max file size 1 MB.",
"customAttributeScriptLabel": "Script",
"customAttributeTypeDescription": "Select the data type of the result.",
"customAttributeTypeLabel": "Data type of attribute",
@@ -4606,7 +4643,7 @@
"toolTip": "By default, the script is run as the root user. The root user can make system changes that a standard user account can't."
},
"uploadFileToolTip": {
"toolTip": "Max file size 200 KB."
"toolTip": "Max file size 1 MB."
}
},
"PolicyFrequency": {
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "These settings work for fully managed, dedicated, and corporate-owned work profile devices.",
"allAndroidCorpEnrollmentTypesHeaderName": "Fully managed, dedicated, and corporate-owned work profile devices",
"allAndroidVersionsPasswordHeader": "All Android devices",
"allAndroidVersionsPasswordHeaderDescription": "These settings work for all Android OS versions and manufacturers.",
"allAndroidVersionsPasswordHeaderDescription": "These settings work for all Android OS versions and manufacturers, except where specified",
"allDomainsOption": "All domains",
"allEnrollmentTypesDescription": "These settings work for devices that were enrolled in Intune through device enrollment or user enrollment, and for devices enrolled using Apple School Manager or Apple Business Manager with automated device enrollment (formerly DEP).",
"allEnrollmentTypesHeader": "All enrollment types",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Face unlock",
"blockFacetimeName": "Block FaceTime",
"blockFactoryResetDescription": "Block factory reset on device.",
"blockFactoryResetName": "Factory reset (Samsung KNOX only)",
"blockFactoryResetName": "Factory reset (Samsung KNOX Android 15 and earlier only)",
"blockFilesNetworkDriveAccessDescription": "Using the Server Message Block (SMB) protocol, devices can access files or other resources on a network server. Available for devices running iOS and iPadOS, versions 13.0 and later.",
"blockFilesNetworkDriveAccessName": "Block access to network drive in Files app",
"blockFilesUsbDriveAccessDescription": "Devices with access can connect to and open files on a USB drive. Available for devices running iOS and iPadOS, versions 13.0 or later.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Block Google account auto sync functionality on device.",
"blockGoogleAccountAutoSyncName": "Google account auto sync (Samsung KNOX only)",
"blockGoogleBackupDescription": "Block sync with Google backup.",
"blockGoogleBackupName": "Google backup (Samsung KNOX only)",
"blockGoogleBackupName": "Google backup (Samsung KNOX Android 15 and earlier only)",
"blockGooglePlayStoreDescription": "Block Google Play store (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play store (Samsung KNOX only) ",
"blockHostPairingDescription": "Block host pairing to control the devices an iOS device can pair with.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Block the error dialog from displaying if no SIM card is detected",
"blockSIMCardErrorDialogName": "SIM card error dialog (mobile only)",
"blockSMSAndMMSAndroidDescription": "Block SMS/MMS messaging functionality (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "SMS/MMS messaging (Samsung KNOX only)",
"blockSMSAndMMSName": "SMS/MMS messaging (Samsung KNOX Android 15 and earlier only)",
"blockSafariAutofillDescription": "Blocks Safari from remembering what users enter in web forms.",
"blockSafariAutofillName": "Block Safari AutoFill",
"blockSafariDescription": "Block Safari web browser.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Blocks the creation of VPN configurations",
"blockVPNCreationName": "Block VPN creation",
"blockVoiceAssistantAndroidDescription": "Block voice assistant (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Voice assistant (Samsung KNOX only)",
"blockVoiceAssistantName": "Voice assistant (Samsung KNOX Android 15 and earlier only)",
"blockVoiceDialingAndroidDescription": "Block voice dialing (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Block voice dialing on device.",
"blockVoiceDialingName": "Voice dialing",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "For the correct format of the uploaded file, please view the Intune documentation. <a href=\"https://aka.ms/AA6z0o4\">Learn more</a>",
"customAppConfigurationFileName": "Property list file",
"customBoolError": "All configuration keys of type Boolean must have a value of either \"true\" or \"false\".",
"customComplianceToolTip": "When enabled, devices must be compliant according to custom rules defined in a JSON file based on custom data returned from a discovery PowerShell script.",
"customEapXmlOption": "Custom EAP Xml",
"customIntError": "All configuration keys of type integer must be a whole number value.",
"customItemHideFromUserConfiguration": "Hide",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Data sharing between work and personal profiles",
"dataTypeName": "Data type",
"dateAndTimeBlockChangesDescription": "Block user from changing date and time on device (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Block date and time changes (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Block date and time changes (Samsung Android 15 and earlier only)",
"dateTimeConfigurationBlockedDescription": "Block user from manually setting the date and time.",
"dateTimeConfigurationBlockedName": "Date and Time changes",
"dateTimeName": "Date and time",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Wi-Fi allow-list",
"knoxBlockAutofillDescription": "Block autofill.",
"knoxBlockAutofillName": "Autofill (Samsung KNOX only)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX only)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX Android 13 and earlier only)",
"knoxBlockCookiesDescription": "Allow or block browser cookies",
"knoxBlockCookiesName": "Cookies (Samsung KNOX only)",
"knoxBlockCopyAndPasteDescription": "Block copy and paste functionality.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Pop-ups (Samsung KNOX only)",
"knoxBlockRemovableStorageName": "Removable storage (Samsung KNOX only)",
"knoxBlockScreenshotDescription": "Block capturing contents of screen as an image.",
"knoxBlockScreenshotName": "Screen capture (Samsung KNOX only)",
"knoxBlockScreenshotName": "Screen capture (Samsung KNOX Android 15 and earlier only)",
"knoxBlockVoiceDialingName": "Voice dialing (Samsung KNOX only)",
"knoxBlockVoiceRoamingName": "Voice roaming (Samsung KNOX only)",
"knoxBlockWebBrowserDescription": "Block web browser on device.",
"knoxBlockWebBrowserName": "Web browser (Samsung KNOX only)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX only)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (Samsung KNOX only)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX Android 12 and earlier only)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (Samsung KNOX Android 12 and earlier only)",
"knoxCellularDataDescription": "Block data usage over cellular networks. When not configured, data usage over cellular networks is allowed and editable by users.",
"knoxCellularDataName": "Cellular data channel (Samsung KNOX only)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 and earlier or Samsung Knox Android 15 and earlier",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "These settings work for devices running Android 9 or earlier, and will also work on all Samsung Knox devices running any Android OS version Android 15 and earlier.",
"knoxRequireEncryptionName": "Encryption (Android 11 and earlier, or Samsung KNOX Android 14 and earlier)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Storage cards must be encrypted. Not all devices support storage card encryption. For more information, see the device and mobile operating system documentation.",
"knoxRequireEncryptionOnRemovableStorageName": "Encryption on storage cards (Samsung KNOX only)",
"knoxRequireEncryptionOnRemovableStorageName": "Encryption on storage cards (Samsung KNOX Android 15 and earlier only)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (Native type)",
"lanManagerAuthenticationLevelDesc": "This security setting determines which challenge/response authentication protocol is used for network logons.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Identifier type",
"macOSAppleEventReceiverTableDescription": "Allow the app or process to send a restricted Apple event to another app or process. You will need to know the identifier, identifier type, and code requirement of the receiving app or process.",
"macOSAppleEventReceiverTableName": "Apple events",
"macOSDeploymentChannelDeviceChannel": "Device Channel",
"macOSDeploymentChannelName": "Deployment Channel",
"macOSDeploymentChannelUserChannel": "User Channel",
"macOSDeploymentChannelWarningBanner": "It is strongly recommended that you use User certificate type in User Channel only for security purpose.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Control access to the accessibility app on the device, which houses features such as closed captions, hover text, and voice control.",
"macOSPrivacyAccessControlItemAccessibilityName": "Accessibility",
"macOSPrivacyAccessControlItemAddressBookName": "Contacts",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Set keying modules to ignore the entire authentication set if they do not support all authentication suites in that set. If enabled, keying modules will ignore unsupported authentication suites.",
"opportunisticallyMatchAuthName": "Opportunistically match authentication set per keying module",
"optional": "Optional",
"optionalValue": "Optional value",
"organizationalUnitDescription": "Full path to Organizational Unit (OU) the computer accounts are to be created in. If not specified well known computer object container is used.",
"organizationalUnitName": "Organizational unit",
"originalProfileTypeTitle": "Original Profile Type:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Certificate validity period",
"sCEPPolicyCustomAADAttribute": "Custom Microsoft Entra Attribute",
"sCEPPolicyCustomKeys": "Custom keys",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Provide a value, which can be any supported variable, such as {{UserPrincipalName}}. You can only use {{OnPremisesSecurityIdentifier}} with the URI attribute. Learn more about supported variables: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. Note that the {{OnPremisesSecurityIdentifier}} value can only be used with the URI attribute for the subject alternative name. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "WPA-Pre-shared key",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "The noncompliant Linux distributions are: ",
"wSLComplianceTitle": "Uninstall noncompliant Linux distributions or versions from Windows Subsystem for Linux (WSL).",
"wSLPolicyDistributionName": "Distribution name",
"wSLPolicyMaxOSVersionName": "Maximum OS version",
"wSLPolicyMinOSVersionName": "Minimum OS version",
"wakeOnLANName": "Wake on LAN",
"wakeOnPowerName": "Wake on power",
"wakeScreenWhenSomeoneInRoomName": "Wake screen when someone is in room",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows Spotlight on lock screen",
"windowsSpotlightPersonalizationDescription": "Block Windows Spotlight personalization based on device usage",
"windowsSpotlightPersonalizationName": "Windows Spotlight personalization",
"windowsSubsystemLinuxComplianceDescription": "These settings relate to Linux distributions installed on managed Windows devices and affect the compliance state of the device. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Learn more about using the setting</a>",
"windowsSubsystemLinuxComplianceHeader": "Allowed Linux distributions and versions",
"windowsSubsystemLinuxComplianceInfoBox": "You can't configure WSL and custom compliance settings in the same policy.",
"windowsSubsystemLinuxComplianceLearnMore": "Specify allowed Linux distributions and optionally, a minimum version, a maximum version, or both for each distribution.",
"windowsTipsDescription": "Allows IT admins to turn off the popup of Windows Tips.",
"windowsTipsName": "Windows Tips",
"windowsWelcomeExperienceDescription": "Block Windows welcome experience that introduces new or updated features",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "No policies",
"clientAppPolicyPlural": "{0} policies",
"clientAppPolicySingular": "{0} policy",
"clockInClockOutNotes": "<p><b>Notes:</b></p>\n<ul type=\"disc\">\n <li>Please refer to <b>link to quiet time docs blocking section</b> for more information on which apps this setting can be applied to.</li>\n <li>This setting does not have capability to mute notifications. To configure settings for muting notifications, please refer to <b>link to quiet time muting docs</b>.</li>\n</ul>",
"clockInClockOutNotes": "<p><b>Notes:</b></p>\n<ul type=\"disc\">\n <li>This setting must only be configured if the tenant has been integrated with the <b>Working Time API</b>. For more information about integrating this setting with the <b>Working Time API</b>, see <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Limit access to Microsoft Teams when frontline workers are off shift</a>\n. Configuring this setting without integrating with the Working Time API could result in accounts getting blocked due to missing working time status for the managed account associated with the application.</li>\n <li>Please refer to <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">Supported Microsoft Intune apps | Microsoft Learn</a>\nfor more information on which apps support this setting.</li> <li>This setting does not have the capability to mute notifications. To configure settings for muting notifications, please refer to <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Create quiet time policies in Microsoft Intune | Microsoft Learn</a></li>\n</ul>",
"clockedOutAccount": "Non-working time",
"closeText": "Close",
"columns": "Columns",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Is MAM enabled?",
"itemsCount": "{0} items",
"jailbrokenRootedDevices": "Jailbroken/rooted devices",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Block access on supported devices",
"lastModifiedDate": "Last Modified Date",
"lastReportedDate": "Last reported date",
"lastSync": "Last sync",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Deleting...",
"photoLibrary": "Photo Library",
"pinCharSettingTooltip": "A numeric PIN only allows numeric characters.\n\nA passcode requires all of the following: Alphanumeric characters and allowed symbols.",
"pinRotationWarning": "<b>Important:</b> On June 1, 2024 Apps with an SDK older than 17.7.0 will no longer get App Protection Policy updates and users will be blocked from launching the app. Please ensure users are updating their apps and your line of business apps are using a recent SDK or wrapper. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Learn More</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Platform",
"platformDropDownLabel": "Platform",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Policy sets",
"applicabilityRules": "Applicability Rules",
"windowsEnrollmentTitle": "Windows enrollment",
"DefaultESPCustomErrorMessage": "Setup could not be completed. Please try again or contact your support person for help.",
"appleEnrollmentTitle": "Apple enrollment",
"targetedAppLabel": "Targeted app",
"configurationSettingsTitle": "Configuration Settings",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13115,7 +13157,7 @@
"complianceWindows8": "Windows 8 compliance policy",
"complianceWindowsPhone": "Windows Phone compliance policy",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Properties catalog (preview)",
"inventoryCatalog": "Properties catalog",
"iosCustom": "Custom",
"iosDerivedCredentialAuthenticationConfiguration": "Derived PIV credential",
"iosDeviceFeatures": "Device features",
+157 -115
View File
@@ -71,7 +71,7 @@
"appPackageFile": "Файл, содержащий ваше приложение в формате, который можно загрузить без публикации на устройство. Допустимые типы пакетов: Android (APK), iOS (IPA), macOS (PKG), Windows (MSI, APPX, APPXBUNDLE, MSIX и MSIXBUNDLE).",
"applicableDeviceType": "Выберите типы устройств, на которых можно установить это приложение.​",
"category": "Категоризация приложения позволит пользователям легче отсортировать и найти его в Корпоративном портале. Вы можете выбрать множество категорий.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"description": "Помогите пользователям устройств понять назначение приложения. Они увидят это описание на корпоративном портале.",
"developer": "Имя компании или лица, разработавших приложение. Эти сведения будут отображаться пользователям, вошедшим в центр администрирования.",
"displayVersion": "Версия приложения. Пользователи увидят эти сведения на корпоративном портале.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Найдите в приложении Microsoft Store (новое) приложения, которые необходимо развернуть с помощью Intune."
},
"descriptionPreview": "Предварительная версия",
"descriptionPreviewLabel": "Предварительная версия",
"descriptionRequired": "Требуется описание.",
"editDescription": "Изменение описания",
"macOSMinOperatingSystemAdditionalInfo": "Минимальная версия операционной системы для отправки PKG-файла — macOS 10.14. Отправьте PKG-файл, чтобы выбрать более старую минимальную операционную систему.​",
"markdownHelpLink": "Получить справку по Markdown, поддерживаемой для описаний.",
"name": "Сведения о приложении",
"nameForOfficeSuitApp": "Сведения о наборе приложений"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -915,10 +921,10 @@
"title": "Каталог параметров"
},
"Templates": {
"subtitle": "Шаблоны содержат группы параметров, упорядоченные по функциональным возможностям. Используйте шаблон, если вы не хотите создавать политики вручную или хотите предоставить устройствам доступ к корпоративным сетям, например настроив Wi-Fi или VPN.",
"subtitle": "Шаблоны содержат группы параметров, упорядоченные по функциональности. Используйте шаблон, если вы не хотите создавать политики вручную или хотите настроить устройства для доступа к корпоративным сетям, например настройку Wi-Fi или VPN.",
"title": "Шаблоны"
},
"noData": "Шаблоны политики не найдены."
"noData": "Шаблоны политики не найдены"
},
"PolicyType": {
"EdgeSmartScreenSettings": {
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Защита учетных записей (тест)",
"windowsSecurityExperience": "Интерфейс безопасности Windows"
},
"FileVault": {
"macOS": "Хранилище файлов в MacOS"
},
"Firewall": {
"mDE": "Брандмауэр Windows"
},
"FirewallRules": {
"mDE": "Правила брандмауэра Windows"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "Параметры перемещения известных папок OneDrive: Windows 10 в шаблоне конфигурации облака. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Неизвестно",
"unsupported": "Не поддерживается",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Импорт Wi-Fi",
"windows10CompliancePolicy": "Политика соответствия для Windows 10/11",
@@ -1064,9 +1080,11 @@
"prompt": "Запрос"
},
"Permissions": {
"accessBackgroundLocation": "Доступ к местоположению (фон)",
"accessCoarseLocation": "Доступ к местоположению (примерному)",
"accessFineLocation": "Доступ к местоположению (точному)",
"addVoicemail": "Добавление голосовой почты",
"bluetoothConnect": "Подключение Bluetooth",
"bodySensors": "Разрешение данных датчиков тела",
"bodySensorsBackground": "Разрешить фоновые данные датчика тела",
"callPhone": "Совершение звонков по телефону",
@@ -1675,16 +1693,16 @@
"accountProtection": "Защита учетной записи",
"allDevices": "Все устройства",
"antivirus": "Антивирус",
"antivirusReporting": "Отчеты антивирусных программ (предварительная версия)",
"antivirusReporting": "Отчеты антивирусной программы (предварительная версия)",
"conditionalAccess": "Условный доступ",
"deviceCompliance": "Соответствие устройства политике",
"deviceCompliance": "Соответствие устройства требованиям",
"diskEncryption": "Шифрование диска",
"eDR": "Обнаружение и нейтрализация атак на конечные точки",
"ePM": "Управление привилегиями конечной точки",
"ePM": "Управление привилегиями на конечных точках",
"firewall": "Брандмауэр",
"helpSupport": "Справка и поддержка",
"setup": "Установка",
"wdapt": "Microsoft Defender для конечной точки"
"setup": "Настройка",
"wdapt": "Microsoft Defender для конечной точки"
},
"OutlookAppConfig": {
"DataProtectionConfiguration": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "Управление клиентами"
},
"actions": "Действия для несоответствия",
"adminPermissions": "Разрешения администратора",
"advancedExchangeSettings": "Параметры Exchange Online",
"advancedThreatProtection": "Microsoft Defender для конечной точки",
"allApps": "Все приложения",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Сводка обновлений ПО",
"macOSSoftwareUpdateStateSummaries": "обновления",
"managedGooglePlay": "Управляемый Google Play",
"msfb": "Магазин Майкрософт для бизнеса",
"myPermissions": "Мои разрешения",
"notifications": "Уведомления",
"officeApps": "Приложения Office",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Прекращение использования несоответствующих устройств",
"retireNoncompliantDevicesPreview": "Прекращение использования несоответствующих устройств (предварительная версия)",
"role": "Роль",
"rolesByPermission": "Роли по разрешениям",
"scriptManagement": "Сценарии",
"securityBaselines": "Базовые показатели безопасности",
"serviceToServiceConnector": "Соединитель Exchange Online",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "Протокол неуправляемого браузера",
"tooltip": "<p>Введите протокол для одного неуправляемого браузера. Веб-содержимое (http/s) из управляемых политиками приложений будет открываться в любом приложении, поддерживающем этот протокол. </p>\r\n\r\n<p><b>Примечание. </b>Укажите только префикс протокола. Если ваш браузер требует использовать ссылки вида \"mybrowser://www.microsoft.com\", введите \"mybrowser\".</p>"
"tooltip": "<p>Введите протокол для одного неуправляемого браузера. Веб-содержимое (http/s) из управляемых политиками приложений будет открываться в любом приложении, поддерживающем этот протокол. </p>\r\n\r\n<p><b>Примечание. </b>Укажите только префикс протокола. Если ваш браузер требует использовать ссылки вида \"mybrowser://www.microsoft.com\", введите \"mybrowser\".</p>"
},
"CustomDialerAppDisplayName": {
"label": "Имя приложения номеронабирателя"
@@ -2186,7 +2205,7 @@
"tooltip": "<p>Выберите <b>Требовать</b>, чтобы включить шифрование рабочих или учебных данных в этом приложении. Intune использует wolfSSL (256-разрядную схему шифрования AES) вместе с системой Android Keystore для безопасного шифрования данных приложения. Данные синхронно шифруются во время выполнения задач ввода-вывода файлов. Содержимое хранилища устройства всегда зашифровано. Новые файлы будут зашифрованы с помощью 256-разрядных ключей. Для существующих файлов со 128-разрядным шифрованием будет выполнена попытка миграции на 256-разрядные ключи, но процесс не гарантируется. Файлы, зашифрованные с помощью 128-разрядных ключей, останутся доступными для чтения. </p>\r\n\r\n<p>Метод шифрования соответствует требованиям FIPS 140-2.</p>"
},
"EncryptDataIos": {
"tooltip1": "Выберите <b>Требовать</b>, чтобы включить шифрование рабочих или учебных данных в этом приложении. Intune принудительно применяет шифрование устройств iOS или iPadOS для защиты данных приложений, пока устройство заблокировано. Приложения могут при необходимости зашифровать данные приложений с помощью шифрования пакетов SDK для приложений Intune. Пакет SDK для приложений Intune использует методы шифрования iOS или iPadOS, чтобы применить 128-разрядное шифрование AES к данным приложения.",
"tooltip1": "Выберите <b>Требовать</b>, чтобы включить шифрование рабочих или учебных данных в этом приложении. Intune принудительно применяет шифрование устройств iOS или iPadOS для защиты данных приложений, пока устройство заблокировано. Приложения могут при необходимости зашифровать данные приложений с помощью шифрования пакетов SDK для приложений Intune. Пакет SDK для приложений Intune использует методы шифрования iOS или iPadOS для применения 256-битного шифрования AES к данным приложения.",
"tooltip2": "При включении этого параметра пользователю может потребоваться настроить и использовать ПИН-код для доступа к устройству. Если ПИН-код и шифрование устройства не требуются, пользователя попросят задать ПИН-код в следующем сообщении: \"Для доступа к этому приложению организации требуется, чтобы вы сначала задали ПИН-код устройства\".",
"tooltip3": "См. <a href=\"{0}\" target=\"_blank\">официальную документацию Apple</a>, где указано, какие модули шифрования iOS соответствуют стандарту FIPS 140-2 или ожидают признания соответствия."
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "Уведомления о данных организации",
"tooltip": "<p>Выберите один из следующих способов отображения уведомлений для учетных записей организации в этом приложении и на всех подключенных устройствах (например, переносных).</p>\r\n<p>{0}: не выводить уведомления.</p>\r\n<p>{1}: не показывать в уведомлениях корпоративные данные. Если приложение это не поддерживает, уведомления блокируются. </p>\r\n<p>{2}: выводить все уведомления. </p>\r\n <p>Только для Android:\r\n Примечание. Этот параметр применяется только к некоторым приложениям. Дополнительные сведения: {3}.</p>\r\n \r\n<p>Только для iOS:\r\nПримечание. Этот параметр применяется только к некоторым приложениям. Дополнительные сведения: {4}</p>"
"tooltip": "<p>Выберите один из следующих способов отображения уведомлений для учетных записей организации в этом приложении и на всех подключенных устройствах (например, переносных).</p>\r\n<p>{0}: не выводить уведомления.</p>\r\n<p>{1}: не показывать в уведомлениях корпоративные данные. Если приложение это не поддерживает, уведомления блокируются. </p>\r\n<p>{2}: выводить все уведомления. </p>\r\n <p>Только для Android:\r\n Примечание. Этот параметр применяется только к некоторым приложениям. Дополнительные сведения: {3}</p>\r\n\r\n <p>Только для iOS:\r\nПримечание. Этот параметр применяется только к некоторым приложениям. Дополнительные сведения: {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "Ограничение передачи веб-содержимого другими приложениями",
"tooltip": "<p>Выберите один из следующих вариантов для указания приложений, в которых данное приложение может открывать веб-содержимое. </p>\r\n<p><b> Microsoft Edge:</b> разрешить открывать веб-содержимое только в Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Узнайте, как Microsoft Edge защищает ваши данные.</a></p>\r\n<p><b>Неуправляемый браузер:</b> разрешить открывать веб-содержимое только в неуправляемом браузере, определяемом параметром \"Протокол неуправляемого браузера\"</p>\r\n<p><b>Любое приложение:</b> разрешить открывать веб-ссылки в любом приложении</p>"
"tooltip": "<p>Выберите один из следующих параметров, чтобы указать приложения, в которых это приложение сможет открывать веб-содержимое: </p>\r\n<p><b>Microsoft Edge:</b> разрешить открывать веб-содержимое только в Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Узнайте, как Microsoft Edge защищает ваши данные.</a></p>\r\n<p><b>Неуправляемый браузер:</b> разрешить открывать веб-содержимое только в неуправляемом браузере, который определяется параметром \"Протокол неуправляемого браузера\"</p>\r\n<p><b>Любое приложение:</b> разрешить веб-ссылки в любом приложении</p>"
},
"OverrideBiometric": {
"tooltip": "При необходимости в зависимости от времени ожидания (в минутах бездействия) запрос ПИН-кода может переопределить запросы биометрических данных. Если значение времени ожидания не достигнуто, продолжит появляться запрос биометрических данных. Значение времени ожидания должно быть больше значения, указанного в пункте \\\"Повторно проверить требования доступа через (в минутах бездействия)\\\". "
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "Сохранение копий корпоративных данных",
"tooltip": "Выберите {0}, чтобы заблокировать сохранение копии корпоративных данных с помощью команды \"Сохранить как\" в любых новых расположениях помимо выбранных служб хранения.\r\n Выберите {1}, чтобы разрешить сохранение копии корпоративных данных с помощью команды \"Сохранить как\" в новом расположении. <br/>\r\n\r\n\r\nПримечание. Этот параметр применяется не ко всем приложениям. Дополнительные сведения: {2}.\r\n"
"tooltip": "Выберите {0}, чтобы предотвратить сохранение копии данных организации в новом расположении, отличном от выбранных служб хранилища, с помощью функции \"Сохранить как\".\r\n Выберите {1}, чтобы разрешить сохранение копии данных организации в новом расположении с помощью функции \"Сохранить как\". <br/>\r\n\r\n\r\nПримечание. Этот параметр применяется только к некоторым приложениям. Дополнительные сведения см. в разделе {2}.\r\n"
},
"SaveDataToSelected": {
"label": "Разрешить пользователю сохранять копии в выбранных службах",
@@ -2289,7 +2308,7 @@
},
"SendData": {
"label": "Отправка корпоративных данных другим приложениям",
"tooltip": "Выберите, в какие приложения это приложение сможет отправлять корпоративные данные. <br/>\r\n\r\n\r\n<b>Нет</b>: заблокировать отправку корпоративных данных в любые приложения. <br/>\r\n\r\n\r\n<b>Приложения, управляемые политикой</b>: разрешить отправку корпоративных данных только в другие управляемые политикой приложения. <br/>\r\n\r\n\r\n<b>Приложения, управляемые политикой, с общим доступом к ОС</b>: разрешить отправку корпоративных данных только в другие управляемые политикой приложения, а также отправку корпоративных документов в другие приложения, управляемые MDM на зарегистрированных устройствах. <br/>\r\n\r\n<b>\r\nПриложения, управляемые политикой, с фильтрацией в \\\"Открыть в\\\"/\\\"Поделиться\\\"</b>: разрешить отправку корпоративных данных только в другие управляемые политикой приложения и фильтровать в диалоговых окнах ОС \\\"Открыть в\\\"/\\\"Поделиться\\\" отображение только управляемых политикой приложений.\r\n <br/>\r\n\r\n<b>Все приложения</b>: разрешить отправку корпоративных данных в любые приложения."
"tooltip": "Выберите, в какие приложения это приложение сможет отправлять корпоративные данные. <br/>\r\n\r\n\r\n<b>Нет</b>: заблокировать отправку корпоративных данных в любые приложения. <br/>\r\n\r\n\r\n<b>Приложения, управляемые политикой</b>: разрешить отправку корпоративных данных только в другие управляемые политикой приложения. <br/>\r\n\r\n\r\n<b>Приложения, управляемые политикой, с общим доступом к ОС</b>: разрешить отправку корпоративных данных только в другие управляемые политикой приложения, а также отправку корпоративных документов в другие приложения, управляемые MDM на зарегистрированных устройствах. <br/>\r\n\r\n<b>\r\nПриложения, управляемые политикой, с фильтрацией в \"Открыть в\"/\"Поделиться\"</b>: разрешить отправку корпоративных данных только в другие управляемые политикой приложения и фильтровать в диалоговых окнах ОС \"Открыть в\"/\"Поделиться\" отображение только управляемых политикой приложений.\r\n <br/>\r\n\r\n<b>Все приложения</b>: разрешить отправку корпоративных данных в любые приложения."
},
"SimplePin": {
"label": "Простой ПИН-код",
@@ -2387,20 +2406,20 @@
"PolicySet": {
"appManagement": "Управление приложениями",
"assignments": "Назначения",
"basics": "Основные",
"deviceEnrollment": "Регистрация устройства",
"basics": "Основные сведения",
"deviceEnrollment": "Регистрация устройств",
"deviceManagement": "Управление устройствами",
"scopeTags": "Теги области",
"appConfigurationTitle": "Политики конфигурации приложений",
"appProtectionTitle": "Политики защиты приложений",
"appTitle": "Приложения",
"iOSAppProvisioningTitle": "Профили подготовки приложений iOS",
"deviceLimitRestrictionTitle": "Ограничения числа устройств",
"deviceTypeRestrictionTitle": "Ограничения по типу устройств",
"enrollmentStatusSettingTitle": "Страницы состояния регистрации",
"windowsAutopilotDeploymentProfileTitle": "Профили развертывания Windows Autopilot",
"deviceLimitRestrictionTitle": "Ограничения предела устройств",
"deviceTypeRestrictionTitle": "Ограничения по типу устройства",
"enrollmentStatusSettingTitle": "Страницы статуса регистрации",
"windowsAutopilotDeploymentProfileTitle": "Профили развертывания Windows AutoPilot",
"deviceComplianceTitle": "Политики соответствия устройств",
"deviceConfigurationTitle": "Профили конфигурации устройств",
"deviceConfigurationTitle": "Профили конфигурации устройства",
"powershellScriptTitle": "Сценарии PowerShell"
},
"Win32Program": {
@@ -2421,19 +2440,35 @@
"availableUninstall": "Разрешить доступное удаление",
"availableUninstallTooltip": "Выберите \"Да\", чтобы предоставить пользователям возможность удаления этого приложения с Корпоративного портала. Выберите \"Нет\", чтобы запретить пользователям удалять приложение с Корпоративного портала.",
"bladeTitle": "Программа",
"commandLineDropdownText": "Командная строка",
"deviceRestartBehavior": "Действие при перезагрузке устройства",
"deviceRestartBehaviorTooltip": "Выберите режим перезагрузки устройства после успешной установки приложения. Выберите \"Определять режим по кодам возврата\", чтобы перезагрузить устройство на основе параметров конфигурации кодов возврата. Выберите \"Никаких действий выполняться не будет\" для подавления перезагрузки устройства во время установки приложения на основе MSI. Выберите \"Установка приложения может принудительно выполнить перезагрузку устройства\", чтобы позволить установке приложения завершиться без подавления перезагрузок. Выберите \"Intune выполнит принудительную перезагрузку устройства\", чтобы всегда перезагружать устройство после успешной установки приложения.",
"header": "Укажите команды для установки и удаления этого приложения:",
"installCommand": "Команда установки",
"installCommandMaxLengthErrorMessage": "Длина команды установки не может превышать допустимый максимум в 1024 символа.",
"installCommandTooltip": "Командная строка завершения установки, используемая для установки этого приложения.",
"installScript": "Установка сценария",
"installScriptErrorText": "Требуется сценарий установки.",
"installScriptToolTip": "Файл сценария PowerShell с командами установки, используемыми для установки этого приложения.",
"installScriptsHeader": "Укажите параметры установки и удаления приложения, включая использование сценария или командной строки, ограничения времени, поведение перезапуска и коды возврата.",
"installerTypeText": "Тип установщика",
"runAs32Bit": "Запуск команд установки и удаления в 32-разрядном процессе на 64-разрядных клиентах",
"runAs32BitTooltip": "Выберите \"Да\" для установки и удаления приложения в 32-разрядном процессе на 64-разрядных клиентах. Выберите \"Нет\" (по умолчанию) для установки и удаления приложения в 64-разрядном процессе на 64-разрядных клиентах. 32-разрядные клиенты всегда будут использовать 32-разрядный процесс.",
"runAsAccount": "Поведение при установке",
"runAsAccountTooltip": "Выберите \"Система\", чтобы установить приложение для всех пользователей, если это поддерживается. Выберите \"Пользователь\", чтобы установить приложение для пользователя, выполнившего вход на устройстве. В приложениях MSI двойного назначения внесение изменений сделает невозможным установку обновлений и удаление, пока не будет восстановлено значение, использованное на устройстве при первоначальной установке.",
"scriptDropdownText": "Сценарий PowerShell",
"scriptsErrorText": "Требуются сценарии установки и удаления.",
"selectCustomScript": "Выберите настраиваемый сценарий",
"selectScriptLinkAriaText": "Сценарий не выбран. Открывает область контекста для отправки сценария.",
"selectScriptLinkText": "Выберите сценарий",
"selectedScriptLinkAriaText": "Сценарий {0} выбран. Открывает область контекста для изменения или отправки нового сценария.",
"selectorLabel": "Программа",
"uninstallCommand": "Команда удаления",
"uninstallCommandTooltip": "Командная строка завершения удаления, используемая для удаления этого приложения."
"uninstallCommandTooltip": "Командная строка завершения удаления, используемая для удаления этого приложения.",
"uninstallScript": "Удаление сценария",
"uninstallScriptErrorText": "Требуется сценарий удаления.",
"uninstallScriptToolTip": "Файл сценария PowerShell с командами удаления, используемыми для удаления этого приложения.",
"uninstallerTypeText": "Тип средства удаления"
},
"TermsOfUse": {
"Languages": {
@@ -2847,8 +2882,8 @@
"description": "Описание",
"deviceType": "Тип устройства",
"deviceUse": "Использование устройства",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot поддерживает присоединение к Microsoft Entra только для устройств Surface Hub 2. Укажите, как устройства присоединяются к Active Directory (AD) в вашей организации.\r\n </p>\r\n <ul>\r\n <li>\r\n Присоединено к Microsoft Entra: только облако без локальной службы Windows Server Active Directory.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Укажите, как устройства присоединяются к Active Directory (AD) в вашей организации:\r\n </p>\r\n <ul>\r\n <li>\r\n Присоединено к Microsoft Entra: только облако без локальной службы Windows Server Active Directory\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot поддерживает только Microsoft Entra Joined для устройств Surface Hub 2. Укажите способ присоединения устройств к Active Directory (AD) в организации.\r\n </p>\r\n <ul>\r\n <li>\r\n Присоединение Microsoft Entra: только облако без локальной Windows Server Active Directory\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Укажите способ присоединения устройств к Active Directory (AD) в организации:\r\n </p>\r\n <ul>\r\n <li>\r\n Присоединение Microsoft Entra: только облако без локальной Windows Server Active Directory\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "Произошла ошибка при извлечении числа назначенных устройств.",
"getAssignmentsError": "Произошла ошибка при извлечении назначений профиля AutoPilot.",
"harvestDeviceId": "Преобразовать все целевые устройства в Autopilot",
@@ -2879,9 +2914,9 @@
"devicesWithoutEnrollment": "Управляемые приложения"
},
"AppProtection": {
"allAppTypes": "Предназначены для всех типов приложений",
"allAppTypes": "Цель для всех типов приложений",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Приложения в рабочем профиле Android",
"appsInAndroidWorkProfile": "Приложения в профиле Android Work",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Приложения на выделенных устройствах Android Enterprise с общим режимом Microsoft Entra",
"appsOnAndroidOpenSourceProjectUserAssociated": "Приложения на устройствах Android с открытым кодом, связанные с пользователями",
"appsOnAndroidOpenSourceProjectUserless": "Приложения на устройствах Android с открытым кодом, не связанные с пользователями",
@@ -2890,9 +2925,9 @@
"iOSPlatformLabel": "iOS/iPadOS",
"iosAndroidMacPlatformLabel": "iOS, Android, Mac",
"iosAndroidPlatformLabel": "iOS, Android",
"macPlatformLabel": "MAC-адрес",
"macPlatformLabel": "Mac",
"notAvailable": "Недоступно",
"windows10PlatformLabel": "Windows 10 и более поздних версий",
"windows10PlatformLabel": "Windows 10 и более поздние версии",
"withEnrollment": "С регистрацией",
"withoutEnrollment": "Без регистрации"
},
@@ -4078,6 +4113,7 @@
"vPNProxy": "Прокси",
"vPNSplitTunneling": "Раздельное туннелирование",
"vPNTrustedNetwork": "Обнаружение доверенной сети",
"wSLCompliance": "Подсистема Windows для Linux (WSL)",
"wakeSettings": "Параметры пробуждения",
"webContentFilter": "Фильтр веб-содержимого",
"wiFi": "Wi-Fi",
@@ -4300,7 +4336,6 @@
"mk": "Македонский (Северная Македония)",
"ml": "Малаялам (Индия)",
"mt": "Мальтийский (Мальта)",
"mi": "Маори (Новая Зеландия)",
"mr": "Маратхи (Индия)",
"moh": "Мохаук (племя Мохауков)",
"ne": "Непальский (Непал)",
@@ -4334,11 +4369,13 @@
"vi": "Вьетнамский (Вьетнам)",
"cy": "Валлийский (Соединенное Королевство)",
"wo": "Волоф (Сенегал)",
"sah": "Якутский (Россия)",
"ii": "носу (КНР)",
"yo": "Йоруба (Нигерия)"
},
"DisplayRoleTypes": {
"builtInRole": "Встроенная роль",
"customAutopatchRole": "Пользовательская роль автоисправления Windows",
"customCloudPCRole": "Настраиваемая роль Windows 365",
"customIntuneRole": "Настраиваемая роль Intune",
"customRole": "Настраиваемая роль"
@@ -4725,7 +4762,7 @@
"gt": "Гватемала",
"gw": "Гвинея-Бисау",
"gy": "Гайана",
"hk": "Гонконг",
"hk": "Гонконг (САР)",
"hn": "Гондурас",
"hr": "Хорватия",
"hu": "Венгрия",
@@ -4759,7 +4796,7 @@
"mk": "Северная Македония",
"ml": "Мали",
"mn": "Монголия",
"mo": "Макао",
"mo": "Макао (САР)",
"mr": "Мавритания",
"ms": "Монтсеррат",
"mt": "Мальта",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "Эти параметры применяются к полностью управляемым, выделенным устройствам и корпоративным устройствам с рабочими профилями.",
"allAndroidCorpEnrollmentTypesHeaderName": "Полностью управляемые, выделенные устройства и корпоративные устройства с рабочими профилями",
"allAndroidVersionsPasswordHeader": "Все устройства Android",
"allAndroidVersionsPasswordHeaderDescription": "Эти параметры применяются к ОС Android любых версий и от любых производителей.",
"allAndroidVersionsPasswordHeaderDescription": "Эти параметры применяются ко всем версиям и изготовителям ОС Android, кроме тех, где указано иное",
"allDomainsOption": "Все домены",
"allEnrollmentTypesDescription": "Эти параметры применяются к устройствам, зарегистрированным в Intune в рамках процесса регистрации устройств или пользователей, а также к устройствам, зарегистрированным с помощью Apple School Manager или Apple Business Manager с автоматической регистрацией устройств (ранее — DEP).",
"allEnrollmentTypesHeader": "Все типы регистрации",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Разблокировка распознаванием лиц",
"blockFacetimeName": "Блокировать FaceTime",
"blockFactoryResetDescription": "Блокировка сброса параметров до заводских настроек на устройстве.",
"blockFactoryResetName": "Сброс параметров до заводских настроек (только Samsung KNOX)",
"blockFactoryResetName": "Сброс до заводских настроек (только для Samsung KNOX Android 15 и более ранних версий)",
"blockFilesNetworkDriveAccessDescription": "С помощью протокола SMB устройства могут получать доступ к файлам и другим ресурсам на сетевом сервере. Доступно для устройств с iOS и iPadOS версии 13.0 и выше.",
"blockFilesNetworkDriveAccessName": "Блокировать доступ к сетевому диску в приложении \"Файлы\"",
"blockFilesUsbDriveAccessDescription": "Устройства с доступом могут подключаться к файлам на USB-накопителе и открывать их. Доступно для устройств iOS и iPadOS версии 13.0 или выше.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Блокировка функций автоматической синхронизации учетных записей Google на устройстве.",
"blockGoogleAccountAutoSyncName": "Автоматическая синхронизация учетной записи Google (только Samsung KNOX)",
"blockGoogleBackupDescription": "Блокировка синхронизации с резервным копированием Google.",
"blockGoogleBackupName": "Архивация Google (только Samsung KNOX)",
"blockGoogleBackupName": "Резервное копирование Google (только для Samsung KNOX Android 15 и более ранних версий)",
"blockGooglePlayStoreDescription": "Блокировка Магазина Google Play (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Магазин Google Play (только Samsung KNOX) ",
"blockHostPairingDescription": "Блокировка связывания узлов для управления устройствами, с которыми может связываться устройство с iOS.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Блокировка отображения диалогового окна ошибки, если SIM-карта не обнаружена",
"blockSIMCardErrorDialogName": "Диалоговое окно ошибки SIM-карты (только для мобильных устройств)",
"blockSMSAndMMSAndroidDescription": "Блокировка функций обмена сообщениями SMS/MMS (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "Обмен сообщениями SMS или MMS (только Samsung KNOX)",
"blockSMSAndMMSName": "Обмен сообщениями SMS и MMS (только для Samsung KNOX Android 15 и более ранних версий)",
"blockSafariAutofillDescription": "Запрещает Safari запоминать, что пользователи вводят в веб-формы.",
"blockSafariAutofillName": "Запрет на автозаполнение Safari",
"blockSafariDescription": "Блокировка веб-браузера Safari.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Блокирует создание конфигураций VPN",
"blockVPNCreationName": "Блокировка создания VPN",
"blockVoiceAssistantAndroidDescription": "Блокировка голосового помощника (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Голосовой помощник (только Samsung KNOX)",
"blockVoiceAssistantName": "Голосовой помощник (только для Samsung KNOX Android 15 и более ранних версий)",
"blockVoiceDialingAndroidDescription": "Блокировка голосового набора (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Блокировка голосового набора на устройстве.",
"blockVoiceDialingName": "Голосовой набор",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "Чтобы ознакомиться с необходимым форматом отправляемого файла, обратитесь к документации по Intune. <a href=\"https://aka.ms/AA6z0o4\">Дополнительные сведения</a>.",
"customAppConfigurationFileName": "Файл списка свойств",
"customBoolError": "Все ключи конфигурации типа Boolean должны иметь значение \"true\" или \"false\".",
"customComplianceToolTip": "Если этот параметр включен, устройства должны соответствовать настраиваемым правилам, определенным в JSON-файле на основе настраиваемых данных, которые возвращаются сценарием обнаружения PowerShell.",
"customEapXmlOption": "Пользовательский XML-файл EAP",
"customIntError": "Все ключи конфигурации типа Integer должны быть целым числом.",
"customItemHideFromUserConfiguration": "Скрыть",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Совместное использование данных между рабочим и личным профилем",
"dataTypeName": "Тип данных",
"dateAndTimeBlockChangesDescription": "Блокировка изменения даты и времени на устройстве пользователями (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Блокировать изменение даты и времени (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Блокировка изменений даты и времени (только для Samsung Android 15 и более ранних версий)",
"dateTimeConfigurationBlockedDescription": "Блокировать ручную настройку даты и времени пользователем.",
"dateTimeConfigurationBlockedName": "Изменения даты и времени",
"dateTimeName": "Дата и время",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Список разрешенных сетей Wi-Fi",
"knoxBlockAutofillDescription": "Запрет автозаполнения.",
"knoxBlockAutofillName": "Автозаполнение (только Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (только Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (только для Samsung KNOX Android 13 и более ранних версий)",
"knoxBlockCookiesDescription": "Разрешить или заблокировать файлы cookie браузера",
"knoxBlockCookiesName": "Файлы cookie (только Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "Блокировка функций копирования и вставки.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Всплывающие окна (только Samsung KNOX)",
"knoxBlockRemovableStorageName": "Съемные носители (только Samsung KNOX)",
"knoxBlockScreenshotDescription": "Запрет захвата содержимого экрана в виде изображения.",
"knoxBlockScreenshotName": "Снимок экрана (только Samsung KNOX)",
"knoxBlockScreenshotName": "Снимок экрана (только для Samsung KNOX Android 15 и более ранних версий)",
"knoxBlockVoiceDialingName": "Голосовой набор (только Samsung KNOX)",
"knoxBlockVoiceRoamingName": "Голосовой роуминг (только Samsung KNOX)",
"knoxBlockWebBrowserDescription": "Блокировка веб-браузера на устройстве.",
"knoxBlockWebBrowserName": "Браузер (только Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (только Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Модем Wi-Fi (только Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (только для Samsung KNOX Android 12 и более ранних версий)",
"knoxBlockWiFiTetheringName": "Модем Wi-Fi (только для Samsung KNOX Android 12 и более ранних версий)",
"knoxCellularDataDescription": "Блокировка использования данных по сотовой сети. Если значение не настроено, использование данных по сотовой сети разрешено, и пользователи могут изменять его.",
"knoxCellularDataName": "Канал сотовых данных (только Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Для Android 9 и более ранних версий или Samsung KNOX Android 15 и более ранних версий",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "Эти параметры применяются к устройствам с Android 9 и более ранних версий и будут также работать на всех устройствах Samsung KNOX под управлением любой версии ОС Android, Android 15 и более ранних версий.",
"knoxRequireEncryptionName": "Шифрование (для Android 11 и более ранних версий или Samsung KNOX Android 14 и более ранних версий)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Карты памяти должны быть зашифрованы. Шифрование карт памяти поддерживают не все устройства. Дополнительные сведения см. в документации по устройству и операционной системе для мобильных устройств.",
"knoxRequireEncryptionOnRemovableStorageName": "Шифрование карт памяти (только Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "Шифрование на картах памяти (только для Samsung KNOX Android 15 и более ранних версий)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (собственный тип)",
"lanManagerAuthenticationLevelDesc": "Этот параметр безопасности определяет, какой протокол проверки подлинности с запросом и подтверждением используется для входа в сеть.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Тип идентификатора",
"macOSAppleEventReceiverTableDescription": "Разрешение приложению или процессу отправлять изолированное событие Apple другому приложению или процессу. Для последних необходимо знать идентификатор, тип идентификатора и требование к коду.",
"macOSAppleEventReceiverTableName": "События Apple",
"macOSDeploymentChannelDeviceChannel": "Канал устройства",
"macOSDeploymentChannelName": "Канал развертывания",
"macOSDeploymentChannelUserChannel": "Канал пользователя",
"macOSDeploymentChannelWarningBanner": "Настоятельно рекомендуется использовать тип сертификата пользователя в канале пользователя только в целях обеспечения безопасности.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Управление на устройстве доступом к приложению специальных возможностей, которое поддерживает субтитры, отображение текста при наведении, голосовое управление и другие функции.",
"macOSPrivacyAccessControlItemAccessibilityName": "Специальные возможности",
"macOSPrivacyAccessControlItemAddressBookName": "Контакты",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Настройте модули ключей для игнорирования всего набора проверки подлинности, если они не поддерживают все входящие в него пакеты проверки подлинности. Если параметр включен, модули ключей будет игнорировать неподдерживаемые пакеты проверки подлинности.",
"opportunisticallyMatchAuthName": "Рационально сопоставлять набор проверки подлинности по модулю ключей",
"optional": "Необязательно",
"optionalValue": "Необязательное значение",
"organizationalUnitDescription": "Полный путь к подразделению, в котором будут созданы учетные записи компьютера. Если путь не указан, то будет использован хорошо известный контейнер объектов компьютера.",
"organizationalUnitName": "Подразделение",
"originalProfileTypeTitle": "Исходный тип профиля:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Срок действия сертификата",
"sCEPPolicyCustomAADAttribute": "Пользовательский атрибут Microsoft Entra",
"sCEPPolicyCustomKeys": "Настраиваемые ключи",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Укажите значение, которое может быть любой поддерживаемой переменной, например {{UserPrincipalName}}. Вы можете использовать только {{OnPremisesSecurityIdentifier}} с атрибутом URI. Дополнительные сведения о поддерживаемых переменных: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Укажите значение, которое может сочетать любую поддерживаемую переменную со статическим текстом. Для имени субъекта-пользователя и адресов электронной почты используйте формат {{AAD_Device_ID}}@contoso.com. Значения DNS не должны содержать символы или знак @, например, {{DeviceName}}.contoso.com or {{DeviceName}}. Обратите внимание, что значение{{OnPremisesSecurityIdentifier}} можно использовать только с атрибутом URI для альтернативного имени субъекта. Поддерживаемые переменные см. здесь: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "Общий ключ WPA",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "Не соответствующие требованиям дистрибутивы Linux: ",
"wSLComplianceTitle": "Удалить не соответствующие требованиям дистрибутивы или версии Linux из подсистемы Windows для Linux (WSL).",
"wSLPolicyDistributionName": "Тип дистрибутива",
"wSLPolicyMaxOSVersionName": "Максимальная версия ОС",
"wSLPolicyMinOSVersionName": "Минимальная версия ОС",
"wakeOnLANName": "Пробуждение по локальной сети",
"wakeOnPowerName": "Пробуждение при включении",
"wakeScreenWhenSomeoneInRoomName": "Включать экран при наличии людей в комнате",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows: интересное на экране блокировки",
"windowsSpotlightPersonalizationDescription": "Блокировка персонализации раздела Windows: интересное на основе использования устройств",
"windowsSpotlightPersonalizationName": "Персонализация раздела Windows: интересное",
"windowsSubsystemLinuxComplianceDescription": "Эти параметры относятся к дистрибутивам Linux, установленным на управляемых устройствах с Windows, и влияют на состояние соответствия устройства. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Подробнее об использовании параметра</a>",
"windowsSubsystemLinuxComplianceHeader": "Разрешенные дистрибутивы и версии Linux",
"windowsSubsystemLinuxComplianceInfoBox": "Вы не можете настроить WSL и пользовательские параметры соответствия в одной политике.",
"windowsSubsystemLinuxComplianceLearnMore": "Укажите разрешенные дистрибутивы Linux и, при необходимости, минимальную версию, максимальную версию или и то, и другое для каждого дистрибутива.",
"windowsTipsDescription": "Разрешает ИТ-администраторам отключать всплывающие окна с советами по использованию Windows.",
"windowsTipsName": "Советы по использованию Windows",
"windowsWelcomeExperienceDescription": "Блокировка экрана приветствия Windows, на котором представлены новые или обновленные функции",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "Политик нет",
"clientAppPolicyPlural": "Политик: {0}",
"clientAppPolicySingular": "{0} политика",
"clockInClockOutNotes": "<p><b>Примечания.</b></p>\r\n<ul type=\"disc\">\r\n <li>Чтобы просмотреть дополнительные сведения о приложениях, к которым можно применить этот параметр, перейдите по ссылке на документацию <b>\"Тихое\" время — раздел \"Блокировка\"</b>.</li>\r\n <li>Этот параметр не позволяет отключить уведомления. Чтобы настроить параметры отключения уведомлений, перейдите по ссылке на документацию <b>\"Тихое\" время — раздел \"Отключение уведомлений\"</b>.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>Примечания.</b></p>\r\n<ul type=\"disc\">\r\n <li>Этот параметр необходимо настроить только в том случае, если клиент интегрирован с <b>API рабочего времени</b>. Дополнительные сведения об интеграции этого параметра с <b>API рабочего времени</b> см. в статье <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Ограничение доступа к Microsoft Teams, когда сотрудники первой линии находятся вне смены</a>\r\n. Настройка этого параметра без интеграции с API рабочего времени может привести к блокировке учетных записей из-за отсутствия статуса рабочего времени для управляемой учетной записи, связанной с приложением.</li>\r\n <li>См. раздел <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">Поддерживаемые приложения Microsoft Intune | Microsoft Learn</a>\r\nдля получения дополнительных сведений о том, какие приложения поддерживают этот параметр.</li> <li>Этот параметр не позволяет отключить уведомления. Чтобы настроить параметры отключения уведомлений, см. раздел <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Создание политик \"тихого\" времени в Microsoft Intune | Microsoft Learn</a></li>\r\n</ul>",
"clockedOutAccount": "Нерабочее время",
"closeText": "Закрыть",
"columns": "Столбцы",
@@ -10530,7 +10586,7 @@
"complianceState": "Состояние соответствия",
"compliant": "Соответствует",
"conditionalAccessNoticeBladeCallToAction": "Дополнительные сведения о том, где можно изменить политики и добавить новые.",
"conditionalAccessNoticeBladeDescription": "Условный доступ на основе приложений теперь является функцией Microsoft Entra ID, позволяющей управлять способами получения доступа к облаку и клиентским приложениям авторизованными пользователями. Хотя цель осталась прежней, выпуск нового портала Microsoft Entra внес значительные улучшения в работу условного доступа на основе приложений. Политики условного доступа, появившиеся здесь, следует настроить на портале Microsoft Entra.",
"conditionalAccessNoticeBladeDescription": "Условный доступ на основе приложения — это теперь возможность Microsoft Entra ID, которая позволяет управлять тем, как авторизованные пользователи получают доступ к облачным и клиентским приложениям. Хотя цель остается прежней, выпуск нового портала Microsoft Entra внес значительные улучшения в работу условного доступа на основе приложения. Политики условного доступа, отображаемые здесь, должны быть настроены на портале Microsoft Entra.",
"conditionalAccessReadOnlyInfoText": "Это представление политик условного доступа на основе приложения только для чтения. Изменить политики и добавить новые можно <a href=\"{0}\" target=\"_blank\">здесь</a>.",
"conditionalEncryptionLabel": "Отключить шифрование приложения при включенном шифровании устройства",
"conditionalEncryptionLabelAndroid": "Отключить шифрование приложения при включенном шифровании устройства (Android)",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "Для зарегистрированных устройств можно настроить аналогичные параметры.",
"deviceConditionsInfoParagraph2LinkText": "Дополнительные сведения о настройке параметров соответствия для зарегистрированных устройств.",
"deviceId": "ИД устройства",
"deviceLockComplexityValidationFailureNotes": "<p><b>Примечания.</b></p>\r\n<ul type=\"disc\">\r\n <li>Для блокировки устройства может требоваться пароль низкой, средней или высокой сложности для Android 12 и более поздних версий. Для устройств с Android 11 и более ранних версий установка низкой, средней или высокой сложности по умолчанию приведет к ожидаемому поведению для значения \"Низкая сложность\".</li>\r\n <li>Приведенные ниже определения паролей могут изменяться. Обновленные определения различных уровней сложности паролей см. по адресу <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Developers</a>.</li>\r\n</ul>\r\n\r\n<p><b>Низкая сложность</b></p>\r\n<ul type=\"disc\">\r\n <li>Пароль может представлять собой шаблон или ПИН-код с повторяющимися (4444) или идущими по порядку (1234, 4321, 2468) последовательностями.</li>\r\n</ul>\r\n\r\n<p><b>Средняя сложность</b></p>\r\n<ul type=\"disc\">\r\n <li>ПИН-код длиной не менее 4 символов без повторяющихся (4444) или идущих по порядку (1234, 4321, 2468) последовательностей.</li>\r\n <li>Буквенные пароли длиной не менее 4 символов.</li>\r\n <li>Буквенно-цифровые пароли длиной не менее 4 символов.</li>\r\n</ul>\r\n\r\n<p><b>Высокая сложность</b></p>\r\n<ul type=\"disc\">\r\n <li>ПИН-код длиной не менее 8 символов без повторяющихся (4444) или идущих по порядку (1234, 4321, 2468) последовательностей.</li>\r\n <li>Буквенные пароли длиной не менее 6 символов.</li>\r\n <li>Буквенно-цифровые пароли длиной не менее 6 символов.</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>Примечания.</b></p>\r\n<ul type=\"disc\">\r\n <li>Для блокировки устройства может требоваться пароль низкой, средней или высокой сложности для Android 12 и более поздних версий. Для устройств с Android 11 и более ранних версий установка низкой, средней или высокой сложности по умолчанию приведет к ожидаемому поведению для значения \"Низкая сложность\".</li>\r\n <li>Приведенные ниже определения паролей могут изменяться. Обновленные определения различных уровней сложности паролей см. в разделе <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Разработчики Android</a>.</li>\r\n</ul>\r\n\r\n<p><b>Низкая сложность</b></p>\r\n<ul type=\"disc\">\r\n <li>Пароль может представлять собой шаблон или ПИН-код с повторяющимися (4444) или идущими по порядку (1234, 4321, 2468) последовательностями.</li>\r\n</ul>\r\n\r\n<p><b>Средняя сложность</b></p>\r\n<ul type=\"disc\">\r\n <li>ПИН-код длиной не менее 4 символов без повторяющихся (4444) или идущих по порядку (1234, 4321, 2468) последовательностей</li>\r\n <li>Буквенные пароли длиной не менее 4 символов</li>\r\n <li>Буквенно-цифровые пароли длиной не менее 4 символов</li>\r\n</ul>\r\n\r\n<p><b>Высокая сложность</b></p>\r\n<ul type=\"disc\">\r\n <li>ПИН-код длиной не менее 8 символов без повторяющихся (4444) или идущих по порядку (1234, 4321, 2468) последовательностей</li>\r\n <li>Буквенные пароли длиной не менее 6 символов</li>\r\n <li>Буквенно-цифровые пароли длиной не менее 6 символов</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "Когда устройство заблокировано и есть открытые файлы",
"deviceLockedOptionText": "Когда устройство заблокировано",
"deviceManufacturer": "Производитель устройства",
@@ -10619,8 +10675,8 @@
"downloadReport": "Скачать отчет",
"downloadingReport": "Выполняется скачивание отчета",
"edgeGSAssignment": "Выберите группы пользователей, для которых требуется включить установку Microsoft Edge на мобильных устройствах. Браузер будет установлен на все устройства iOS и Android, зарегистрированные этими пользователями.",
"edgeGSIntroBenefitHTML": "<p>Установите приложение Microsoft Edge для своих пользователей в iOS и Android, чтобы они могли удобно просматривать веб-страницы на своих корпоративных устройствах! С Edge пользователи смогут избежать хаоса всемирной паутины благодаря встроенным функциям, которые помогут им консолидировать и упорядочить рабочее содержимое, а также управлять им. Для пользователей устройств с iOS и Android, которые входят в приложение Edge с корпоративными учетными записями Azure AD, в браузере будут добавлены элементы избранного рабочей области и применены заданные фильтры для веб-сайтов.</p><p>Если вы запретили пользователям регистрировать устройства с iOS или Android, при выполнении этого сценария регистрация по-прежнему будет заблокирована и пользователям потребуется установить Edge самостоятельно.</p>",
"edgeGSIntroPrereqHTML": "<p>Мы попросим вас указать избранные рабочие места для ваших пользователей, а также фильтры, необходимые для просмотра веб-страниц. Прежде чем продолжить, обязательно выполните следующие задачи:</p>\r\n<li>Добавьте пользователей в <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>группы Microsoft Entra</a></li>\r\n<li>Зарегистрируйте устройства iOS или Android в Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Подробнее</a></li>\r\n<li>Соберите список избранных рабочих мест и добавьте их в Edge.</li>\r\n<li>Соберите список фильтров веб-сайтов для применения в Edge.</li>",
"edgeGSIntroBenefitHTML": "<p>Установите приложение Microsoft Edge для своих пользователей в iOS и Android, чтобы они могли удобно просматривать веб-страницы на своих корпоративных устройствах! С Edge пользователи смогут избежать хаоса всемирной паутины благодаря встроенным функциям, которые помогут им консолидировать и упорядочить рабочее содержимое, а также управлять им. Для пользователей устройств с iOS и Android, которые входят в приложение Edge с корпоративными учетными записями Microsoft Entra, в браузере будут добавлены элементы избранного рабочей области и применены заданные фильтры для веб-сайтов.</p><p>Если вы запретили пользователям регистрировать устройства с iOS или Android, при выполнении этого сценария регистрация по-прежнему будет заблокирована и пользователям потребуется установить Edge самостоятельно.</p>",
"edgeGSIntroPrereqHTML": "<p>Мы попросим указать элементы избранного рабочей области, нужные вашим пользователям, и фильтры, требуемые для просмотра веб-страниц. Обязательно выполните следующие задачи перед тем, как продолжить.</p>\r\n<li>Добавление пользователей в <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>группы Microsoft Entra</a></li>\r\n<li>Регистрация устройств iOS или Android в Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Дополнительные сведения</a></li>\r\n<li>Сбор списка избранных элементов рабочей области, которые будут добавлены в Microsoft Edge.</li>\r\n<li>Сбор списка фильтров для веб-сайтов, которые будут применены в Microsoft Edge.</li>",
"edgeGSName": "Microsoft Edge для iOS и Android",
"edgeGSSyncInfo": "В зависимости от возможности подключения и времени синхронизации устройств может потребоваться до 24 часов, чтобы развертывание было выполнено на устройствах.",
"edit": "Изменить",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Включено для MAM?",
"itemsCount": "Элементов: {0}",
"jailbrokenRootedDevices": "Взломанные или рутованные устройства",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Блокировать доступ на поддерживаемых устройствах",
"lastModifiedDate": "Дата последнего изменения",
"lastReportedDate": "Последняя отчетная дата",
"lastSync": "Последнее синхронизация",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Идет удаление...",
"photoLibrary": "Медиатека",
"pinCharSettingTooltip": "Цифровой ПИН-код допускает только цифры. \r\n\r\nСекретный код должен включать буквы, цифры и допустимые символы.",
"pinRotationWarning": "<b>Внимание!</b> 1 июня 2024 г. приложения с пакетом SDK версии ниже 17.7.0 перестанут получать обновления политики защиты приложений, и пользователям будет запрещено запускать приложение. Убедитесь, что пользователи обновляют свои приложения, а бизнес-приложения используют пакет SDK или оболочку свежей версии. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Подробнее</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Платформа",
"platformDropDownLabel": "Платформа",
@@ -11094,7 +11150,7 @@
"wipStoreApps": "Приложения из Магазина",
"wipWeAppsListInfo": "Этим приложениям разрешен доступ к корпоративным данным; они будут взаимодействовать по-разному с запрещенными приложениями, приложениями, не предназначенными для организаций, и личными приложениями. На устройствах без MDM разрешены только соответствующие приложения.",
"wipWeDeprecationWarning": "Создание WIP без политик регистрации (WIP-WE) больше не поддерживается. Дополнительные сведения см. в статье <a target=\"_blank\" href={0}>Windows Information Protection</a> ",
"wipWeWarning": "Прежде чем политики Windows 10 и более поздних версий вступят в силу, <a target=\"_blank\" href={0}>задайте для URL-адресов MAM в Microsoft Entra ID</a> значение Microsoft Intune, выбрав \"Восстановить URL-адреса по умолчанию\"и определив область пользователя.",
"wipWeWarning": "Чтобы политики Windows 10 и более поздних версий вступили в силу, <a target=\"_blank\" href={0}>задайте в качестве URL-адресов MAM в Microsoft Entra ID</a> URL-адреса Microsoft Intune. Для этого выберите \"Восстановить URL-адреса по умолчанию\" и определите область пользователя.",
"wipWebsiteLearningTitle": "Обучение Windows Information Protection веб-сайтам",
"wipeData": "Очистить данные",
"wipeDays": "Очистка данных (в днях)",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Наборы политик",
"applicabilityRules": "Правила применимости",
"windowsEnrollmentTitle": "Регистрация Windows",
"DefaultESPCustomErrorMessage": "Не удалось завершить настройку. Повторите попытку или обратитесь за помощью к специалисту службы поддержки.",
"appleEnrollmentTitle": "Регистрация Apple",
"targetedAppLabel": "Целевое приложение",
"configurationSettingsTitle": "Параметры конфигурации",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13032,12 +13074,12 @@
},
"Platform": {
"all": "Все",
"android": "Администратор устройств Android",
"android": "Администратор устройства Android",
"androidAOSP": "Android (AOSP)",
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidWorkProfile": "Android Enterprise",
"common": "Общий",
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidWorkProfile": "Android Enterprise",
"common": "Общее",
"iOS": "iOS/iPadOS",
"iosAndAndroidPlatformLabel": "iOS и Android",
"iosCommaAndroidPlatformLabel": "iOS, Android",
@@ -13046,18 +13088,18 @@
"unknown": "Неизвестно",
"unsupported": "Не поддерживается",
"windows": "Windows",
"windows10": "Windows 10 и более поздних версий",
"windows10CM": "Windows 10 и более поздней версии (ConfigMgr)",
"windows10": "Windows 10 и более поздние версии",
"windows10CM": "Windows 10 и более поздние версии (ConfigMgr)",
"windows10Holo": "Windows 10 Holographic",
"windows10Mobile": "Windows 10 Mobile",
"windows10Team": "Windows 10 для совместной работы",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 и более поздней версии",
"windows8And10": "Windows 8 и 10",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 и более поздние версии",
"windows8And10": "Windows 8 и 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 и более поздних версий",
"windows10AndLater": "Windows 10 и более поздние версии",
"windows10AndWindowsServer": "Windows 10, Windows 11 и Windows Server (ConfigMgr)",
"windows10andLaterCM": "Windows 10 и более поздней версии (ConfigMgr)",
"windows10andLaterCM": "Windows 10 и более поздние версии (ConfigMgr)",
"holoLens": "HoloLens",
"surfaceHub2": "Surface Hub 2",
"surfaceHub2S": "Surface Hub 2S",
@@ -13078,15 +13120,15 @@
"androidDeviceOwnerGeneral": "Ограничения устройств (владелец устройства)",
"androidForWorkGeneral": "Ограничения устройств (рабочий профиль)"
},
"androidCustom": "Настраиваемая",
"androidCustom": "Настраиваемый",
"androidDeviceOwnerGeneral": "Ограничения устройств",
"androidDeviceOwnerPkcs": "Сертификат PKCS",
"androidDeviceOwnerScep": "Сертификат SCEP",
"androidDeviceOwnerTrustedCertificate": "Доверенный сертификат",
"androidDeviceOwnerVpn": "Виртуальная частная сеть (VPN)",
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "Электронная почта (только Samsung KNOX)",
"androidForWorkCustom": "Настраиваемая",
"androidForWorkCustom": "Настраиваемый",
"androidForWorkEmailProfile": "Электронная почта",
"androidForWorkGeneral": "Ограничения устройств",
"androidForWorkImportedPFX": "Импортированный сертификат PKCS",
@@ -13104,20 +13146,20 @@
"androidVPN": "VPN",
"androidWiFi": "Wi-Fi",
"androidZebraMx": "Профиль MX (только Zebra)",
"complianceAndroid": "Политика соответствия для Android",
"complianceAndroid": "Политика соответствия требованиям Android",
"complianceAndroidDeviceOwner": "Полностью управляемый, выделенный и корпоративный рабочий профиль",
"complianceAndroidEnterprise": "Личный рабочий профиль",
"complianceAndroidForWork": "Политика соответствия Android for Work",
"complianceIos": "Политика соответствия для iOS",
"complianceMac": "Политика соответствия для Mac",
"complianceAndroidForWork": "Политика соответствия требованиям Android for Work",
"complianceIos": "Политика соответствия требованиям для iOS",
"complianceMac": "Политика соответствия требованиям для Mac",
"complianceWindows10": "Политика соответствия для Windows 10 и более поздних версий",
"complianceWindows10Mobile": "Политика соответствия для Windows 10 Mobile",
"complianceWindows10Mobile": "Политика соответствия требованиям Windows 10 Mobile",
"complianceWindows8": "Политика соответствия для Windows 8",
"complianceWindowsPhone": "Политика соответствия для Windows Phone",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Каталог свойств (предварительная версия)",
"iosCustom": "Настраиваемая",
"iosDerivedCredentialAuthenticationConfiguration": "Производные учетные данные PIV",
"inventoryCatalog": "Каталог свойств",
"iosCustom": "Настраиваемый",
"iosDerivedCredentialAuthenticationConfiguration": "Производные учетные данные PIV",
"iosDeviceFeatures": "Функции устройства",
"iosEDU": "Образование",
"iosEducation": "Образование",
@@ -13129,11 +13171,11 @@
"iosSCEP": "Сертификат SCEP",
"iosTrustedCertificate": "Доверенный сертификат",
"iosVPN": "VPN",
"iosVPNZscaler": "Виртуальная частная сеть (VPN)",
"iosVPNZscaler": "VPN",
"iosWiFi": "Wi-Fi",
"macCustom": "Настраиваемая",
"macCustom": "Настраиваемый",
"macDeviceFeatures": "Функции устройства",
"macEndpointProtection": "Endpoint Protection",
"macEndpointProtection": "Защита конечной точки",
"macExtensions": "Расширения",
"macGeneral": "Ограничения устройств",
"macImportedPFX": "Импортированный сертификат PKCS",
@@ -13144,27 +13186,27 @@
"settingsCatalog": "Каталог параметров",
"unsupported": "Не поддерживается",
"windows10AdministrativeTemplate": "Административные шаблоны (предварительная версия)",
"windows10Atp": "Microsoft Defender для конечной точки (настольные компьютеры под управлением Windows 10 или более поздних версий)",
"windows10Custom": "Настраиваемая",
"windows10Atp": "Microsoft Defender для конечной точки (компьютеры под управлением Windows 10 или более поздних версий)",
"windows10Custom": "Настраиваемый",
"windows10DesktopSoftwareUpdate": "Обновления программного обеспечения",
"windows10DeviceFirmwareConfigurationInterface": "Интерфейс настройки встроенного ПО устройства",
"windows10EmailProfile": "Электронная почта",
"windows10EndpointProtection": "Endpoint Protection",
"windows10EndpointProtection": "Защита конечной точки",
"windows10EnterpriseDataProtection": "Windows Information Protection",
"windows10General": "Ограничения устройств",
"windows10ImportedPFX": "Импортированный сертификат PKCS",
"windows10Kiosk": "Киоск",
"windows10NetworkBoundary": "Граница сети",
"windows10PKCS": "Сертификат PKCS",
"windows10PolicyOverride": "Переопределение групповой политики",
"windows10PolicyOverride": "Переопределить групповую политику",
"windows10SCEP": "Сертификат SCEP",
"windows10SecureAssessmentProfile": "Профиль образования",
"windows10SharedPC": "Устройство коллективного пользования с общим доступом",
"windows10TeamGeneral": "Ограничения для устройств (Windows 10 для совместной работы)",
"windows10SecureAssessmentProfile": "Профиль для образования",
"windows10SharedPC": "Общее многопользовательское устройство",
"windows10TeamGeneral": "Ограничения устройств (Windows 10 для совместной работы)",
"windows10TrustedCertificate": "Доверенный сертификат",
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
"windows10WiFiCustom": "Настраиваемый Wi-Fi",
"windows10WiFiCustom": "Настраиваемая сеть Wi-Fi",
"windows8General": "Ограничения устройств",
"windows8SCEP": "Сертификат SCEP",
"windows8TrustedCertificate": "Доверенный сертификат",
@@ -13173,8 +13215,8 @@
"windowsDeliveryOptimization": "Оптимизация доставки",
"windowsDomainJoin": "Присоединение к домену",
"windowsEditionUpgrade": "Обновление выпуска и переключение режима",
"windowsIdentityProtection": "Защита идентификации",
"windowsPhoneCustom": "Настраиваемая",
"windowsIdentityProtection": "Защита удостоверений",
"windowsPhoneCustom": "Настраиваемый",
"windowsPhoneEmailProfile": "Электронная почта",
"windowsPhoneGeneral": "Ограничения устройств",
"windowsPhoneImportedPFX": "Импортированный сертификат PKCS",
+146 -104
View File
@@ -71,7 +71,7 @@
"appPackageFile": "En fil som innehåller din app i ett format som kan läsas in separat på en enhet. Giltiga pakettyper är: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix och .msixbundle).",
"applicableDeviceType": "Välj vilka typer av enheter som appen kan installeras på.",
"category": "Kategorisera appen för att göra det lättare för användarna att sortera och hitta den på företagsportalen. Du kan välja flera kategorier.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Sök i Microsoft Store app (ny) efter store-appar som du vill distribuera med Intune."
},
"descriptionPreview": "Förhandsversion",
"descriptionPreviewLabel": "Förhandsversion",
"descriptionRequired": "Beskrivning måste anges.",
"editDescription": "Redigera beskrivning",
"macOSMinOperatingSystemAdditionalInfo": "Det minsta operativsystemet för att ladda upp en .pkg-fil är macOS 10.14. Ladda upp en .pkg-fil för att välja ett äldre lägsta operativsystem.",
"markdownHelpLink": "Få hjälp med markdown som stöds för beskrivningar.",
"name": "Appinformation",
"nameForOfficeSuitApp": "Information om appsvit"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10,0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -900,7 +906,7 @@
"PolicySelection": {
"Grid": {
"Column": {
"author": "Upphovsperson",
"author": "Författare",
"template": "Mallnamn"
},
"Row": {
@@ -915,7 +921,7 @@
"title": "Inställningskatalog"
},
"Templates": {
"subtitle": "Mallar innehåller grupper av inställningar, sorterade efter funktion. Använd en mall när du inte vill sätta upp principer manuellt eller vill ge enheter behörighet till företagsnätverk, till exempel konfigurering av trådlös anslutning eller VPN.",
"subtitle": "Mallar innehåller grupper med inställningar, ordnade efter funktion. Använd en mall när du inte vill skapa principer manuellt eller vill konfigurera enheter för åtkomst till företagsnätverk, till exempel konfigurera WiFi eller VPN.",
"title": "Mallar"
},
"noData": "Inga principmallar hittades"
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Kontoskydd (test)",
"windowsSecurityExperience": "Windows-säkerhetsupplevelse"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows-brandvägg"
},
"FirewallRules": {
"mDE": "Windows-brandväggsregler"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "Inställningar för flytt av känd mapp i OneDrive: Windows 10 i molnkonfigurationsmallen. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Okänd",
"unsupported": "Stöds inte",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Trådlöst",
"wiFiImport": "Trådlöst (import)",
"windows10CompliancePolicy": "Kompatibilitetsprincip för Windows 10/11",
@@ -1064,9 +1080,11 @@
"prompt": "Fråga"
},
"Permissions": {
"accessBackgroundLocation": "Platsåtkomst (bakgrund)",
"accessCoarseLocation": "Platsåtkomst (ungefärlig)",
"accessFineLocation": "Platsåtkomst (exakt)",
"addVoicemail": "Lägg till röstbrevlåda",
"bluetoothConnect": "Bluetooth-anslutning",
"bodySensors": "Tillåt kroppssensordata",
"bodySensorsBackground": "Tillåt bakgrundssensordata för brödtext",
"callPhone": "Ringa telefonsamtal",
@@ -1676,7 +1694,7 @@
"allDevices": "Alla enheter",
"antivirus": "Antivirus",
"antivirusReporting": "Antivirusrapportering (förhandsversion)",
"conditionalAccess": "Villkorlig åtkomst",
"conditionalAccess": "Villkorsstyrd åtkomst",
"deviceCompliance": "Enhetsefterlevnad",
"diskEncryption": "Diskkryptering",
"eDR": "Slutpunktsidentifiering och svar",
@@ -1970,6 +1988,7 @@
"tenantManagement": "Klientorganisationshantering"
},
"actions": "Åtgärder vid inkompatibilitet",
"adminPermissions": "Administratörsbehörigheter",
"advancedExchangeSettings": "Exchange Online-inställningar",
"advancedThreatProtection": "Microsoft Defender för Endpoint",
"allApps": "Alla appar",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Sammanfattning av programuppdateringar",
"macOSSoftwareUpdateStateSummaries": "uppdateringar",
"managedGooglePlay": "Hanterat Google Play-konto",
"msfb": "Microsoft Store för företag",
"myPermissions": "Mina behörigheter",
"notifications": "Aviseringar",
"officeApps": "Office-appar",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Dra tillbaka icke-kompatibla enheter",
"retireNoncompliantDevicesPreview": "Dra tillbaka icke-kompatibla enheter (förhandsversion)",
"role": "Roll",
"rolesByPermission": "Roller efter behörighet",
"scriptManagement": "Skript",
"securityBaselines": "Säkerhetsbaslinjer",
"serviceToServiceConnector": "Exchange Online Connector",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "Säkerhetskopiera organisationsdata till Android-säkerhetskopieringstjänster",
"tooltip": "Välj {0} om du vill förhindra säkerhetskopiering av organisationsdata till Android-säkerhetskopieringstjänster.\r\nVälj {1} om du vill tillåta säkerhetskopiering av organisationsdata till Android-säkerhetskopieringstjänster.\r\nPersonliga eller ohanterade data påverkas inte."
"tooltip": "Välj det här alternativet om du {0} vill förhindra säkerhetskopiering av organisationsdata till Android-säkerhetskopieringstjänster.\r\nVälj det här alternativet {1} om du vill tillåta säkerhetskopiering av organisationsdata till Android-säkerhetskopieringstjänster.\r\nPersonliga eller ohanterade data påverkas inte."
},
"AndroidBiometricAuthentication": {
"label": "Biometrik i stället för åtkomst via pin-kod",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "Protokoll för ohanterad webbläsare",
"tooltip": "<p>Ange protokollet för en enskild ohanterad webbläsare. Webbinnehåll (http/s) från principhanterade program öppnas i en app som har stöd för protokollet.</p>\r\n\r\n<p><b>OBS! </b>Ange bara protokollets prefix. Om webbläsaren kräver länkar i formatet \"minwebbläsare://www.microsoft.com\" så skriver du \"minwebbläsare\".</p>"
"tooltip": "<p>Ange protokollet för en enskild ohanterad webbläsare. Webbinnehåll (http/s) från principhanterade program öppnas i alla appar som stöder det här protokollet. </p>\r\n\r\n<p><b>Kommentar: </b>Ifyll bara protokollprefixet. Om webbläsaren kräver länkar i formatet \"minwebbläsare://www.microsoft.com\" så skriver du \"minwebbläsare\".</p>"
},
"CustomDialerAppDisplayName": {
"label": "Namn på uppringningsapp"
@@ -2183,10 +2202,10 @@
"tooltip": "Välj {0} om du vill framtvinga kryptering av organisationsdata med applagerkryptering från Intune.\r\n <br/>\r\nVälj {1} om du inte vill framtvinga kryptering av organisationsdata med applagerkryptering från Intune.\r\n\r\n<br/>\r\nObs! Mer information om applagerkryptering från Intune finns i {2}."
},
"EncryptDataAndroid": {
"tooltip": "<p>Välj <b>Require</b> för att aktivera kryptering av arbets- eller skoldata i den här appen. Intune använder ett wolfSSL- 256-bitars AES-krypteringsschema tillsammans med Android Keystore-systemet för att kryptera appdata på ett säkert sätt. Data krypteras synkront under fil-I/O-uppgifter. Innehållet på enhetens lagring är alltid krypterat. Nya filer krypteras med 256-bitarsnycklar. Befintliga 128-bitars krypterade filer genomgår ett migreringsförsök till 256-bitarsnycklar, men processen är inte garanterad. Filer som krypterats med 128-bitarsnycklar förblir läsbara. </p>\r\n\r\n<p>Krypteringsmetoden är FIPS 140-2-kompatibel.</p>"
"tooltip": "<p>Välj <b>Kräv</b> för att aktivera kryptering av arbets- eller skoldata i den här appen. Intune använder ett wolfSSL- 256-bitars AES-krypteringsschema tillsammans med Android Keystore-systemet för att kryptera appdata på ett säkert sätt. Data krypteras synkront under fil-I/O-uppgifter. Innehållet på enhetens lagring är alltid krypterat. Nya filer krypteras med 256-bitarsnycklar. Befintliga 128-bitars krypterade filer genomgår ett migreringsförsök till 256-bitarsnycklar, men processen är inte garanterad. Filer som krypterats med 128-bitarsnycklar förblir läsbara. </p>\r\n\r\n<p>Krypteringsmetoden är FIPS 140-2-kompatibel.</p>"
},
"EncryptDataIos": {
"tooltip1": "Välj <b>Kräv</b> om du vill aktivera kryptering av arbets- eller skoldata i den här appen. I Intune används iOS-/iPadOS-enhetskryptering för att skydda appdata när enheten är låst. Program kan också kryptera appdata med hjälp av Intune APP-SDK-kryptering. I Intune APP-SDK används iOS-/iPadOS-kryptografimetoder för att tillämpa 128-bitars AES-kryptering av appdata.",
"tooltip1": "Välj <b>Kräv</b> för att aktivera kryptering av arbets- eller skoldata i den här appen. Intune tillämpar iOS/iPadOS-enhetskryptering för att skydda appdata när enheten är låst. Appdata kan också krypteras med Intune APP SDK-kryptering. Intune APP SDK använder iOS/iPadOS-kryptografimetoder för att tillämpa 256-bitars AES-kryptering appdata.",
"tooltip2": "När du aktiverar den här inställningen kan användaren vara tvungen att ställa in och använda en PIN-kod för att få åtkomst till sin enhet. Om ingen PIN-kod finns och kryptering krävs, uppmanas användaren att ställa in en PIN-kod med meddelandet: ”Enligt din organisation måste du först aktivera en PIN-kod på enheten för att få åtkomst till den här appen”.",
"tooltip3": "Gå till den <a href=\"{0}\" target=\"_blank\">officiella Apple-dokumentationen</a> och se vilka iOS-krypteringsmodeller som är FIPS 140-2-kompatibla eller som väntar på FIPS 140-2-kompatibilitet."
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "Organisationsdatameddelanden",
"tooltip": "<p>Välj ett av följande alternativ för att ange hur meddelanden för organisationskonton ska visas för den här appen och alla anslutna enheter, till exempel kroppsnära enheter:</p>\r\n<p>{0}: Dela inte meddelanden.</p>\r\n<p>{1}: Dela inte organisationsdata i meddelanden. Om meddelanden inte stöds av programmet blockeras de. </p>\r\n<p>{2}: Dela alla meddelanden. </p>\r\n <p>Endast Android:\r\n Obs! Den här inställningen gäller inte alla program. Mer information finns i {3}</p>\r\n\r\n<p>Endast iOS:\r\nObs! Den här inställningen gäller inte alla program. Mer information finns i {4}</p>"
"tooltip": "<p>Välj ett av följande alternativ för att ange hur meddelanden för organisationskonton ska visas för den här appen och alla anslutna enheter, till exempel kroppsnära enheter:</p>\r\n<p>{0}: Dela inte meddelanden.</p>\r\n<p>{1}: Dela inte organisationsdata i meddelanden. Om det inte stöds av programmet blockeras meddelanden. </p>\r\n<p>{2}: Dela alla meddelanden. </p>\r\n <p>Endast Android:\r\n Obs! Den här inställningen gäller inte för alla program. Mer information finns i {3}</p>\r\n\r\n <p>Endast iOS:\r\nObs! Den här inställningen gäller inte för alla program. Mer information finns i {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "Begränsa överföring av webbinnehåll till andra appar",
"tooltip": "<p>Välj något av följande alternativ för att ange vilka appar som den här appen kan öppna webbinnehåll i: </p>\r\n<p><b> Microsoft Edge:</b> Tillåt webbinnehåll för att bara öppna i Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Lär dig hur Microsoft Edge skyddar dina data.</a></p>\r\n<p><b>Hanterad webbläsare:</b> Tillåt att webbinnehåll endast öppnas i den ohanterade webbläsaren som definieras av inställningen \"Ohanterat webbläsarprotokoll\"</p>\r\n<p><b>Alla appar:</b> Tillåt webblänkar i alla appar</p>"
"tooltip": "<p>Välj något av följande alternativ för att ange vilka appar som den här appen kan öppna webbinnehåll i: </p>\r\n<p><b> Microsoft Edge:</b> Tillåt att webbinnehåll endast öppnas i Microsoft Edge.<a href=\"{0}\" target=\"_blank\"> Lär dig hur Microsoft Edge skyddar dina data.</a></p>\r\n<p><b>Unmanaged browser:</b> Tillåt att webbinnehåll endast öppnas i den ohanterade webbläsaren som definieras av inställningen \"Ohanterat webbläsarprotokoll\"</p>\r\n<p><b>En app:</b> Tillåt webblänkar i alla appar</p>"
},
"OverrideBiometric": {
"tooltip": "Om det krävs, åsidosätts biometrik av en PIN-kod, beroende på tidsgränsen (minuter av inaktivitet). Om tidsgränsvärdet inte har nåtts fortsätter biometriken att visas. Tidsgränsvärdet måste vara större än det värde som anges i Kontrollera åtkomstkraven igen efter (minuters inaktivitet). "
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "Spara kopior av organisationsdata",
"tooltip": "Välj {0} om du inte vill att en kopia av organisationsdata ska kunna sparas på en annan plats än i de valda lagringstjänsterna med Spara som.\r\n Välj {1} om du vill tillåta att en kopia av organisationsdata sparas på en ny plats med Spara som. <br/>\r\n\r\n\r\nObs! Den här inställningen gäller inte alla program. Mer information finns i {2}.\r\n"
"tooltip": "Välj det här alternativet om du {0} vill förhindra att en kopia av organisationsdata sparas på en ny plats, förutom de valda lagringstjänsterna, med hjälp av \"Spara som\".\r\n Välj {1} det här alternativet om du vill tillåta att en kopia av organisationsdata sparas på en ny plats med \"Spara som\". <br/>\r\n\r\n\r\nObs! Den här inställningen gäller inte för alla program. Mer information finns i {2}.\r\n"
},
"SaveDataToSelected": {
"label": "Tillåt användaren att spara kopior i valda tjänster",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "Tillåt klipp ut, kopiera och klistra in för",
"tooltip": "Välj ett av följande alternativ för att ange källor och mål som org-användare kan klippa ut eller kopiera eller klistra in organisationsdata: <br/>\r\n\r\n<b>Valfritt mål och valfri källa</b>: Organisationsanvändare kan klistra in data från och klippa ut/kopiera data till valfritt konto, dokument, plats eller program.<br/>\r\n\r\n<b>Inget mål eller</b>: Organisationsanvändare kan inte klippa ut, kopiera eller klistra in data till eller från externa konton, dokument, platser eller program från eller i organisationskontexten."
"tooltip": "Välj något av följande alternativ för att ange vilka källor och mål org-användare kan klippa ut eller kopiera eller klistra in organisationsdata: <br/>\r\n\r\n<b>Ett mål och valfri källa</b>: Organisationsanvändare kan klistra in data från och klippa ut/kopiera data till alla konton, dokument, platser eller program.<br/>\r\n\r\n<b>Inga mål eller källa</b>: Organisationsanvändare kan inte klippa ut, kopiera eller klistra in data till eller från externa konton, dokument, platser eller program från eller i organisationens kontext."
},
"WinPrintData": {
"label": "Skriva ut organisationsdata",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "Ta emot data från",
"tooltip": "Välj ett av följande alternativ för att ange vilka källor som användarna kan ta emot data från: <br/>\r\n\r\n<b>Alla källor</b>: Organisationsanvändare kan öppna data från konton, dokument, platser eller program i organisationskontexten. <br/>\r\n\r\n<b>Inga källor</b>: Organisationsanvändare kan inte öppna data från externa konton, dokument, platser eller program i organisationskontexten."
"tooltip": "Välj något av följande alternativ för att ange vilka källor organisationens användare kan ta emot data från: <br/>\r\n\r\n<b>Alla källor</b>: Organisationsanvändare kan öppna data från alla konton, dokument, platser eller program i organisationens kontext.<br/>\r\n\r\n<b>Inga källor</b>: Organisationsanvändare kan inte öppna data från externa konton, dokument, platser eller program i organisationskontexten."
},
"WinSendData": {
"label": "Skicka organisationsdata till",
"tooltip": "Välj ett av följande alternativ för att ange vilka mål org-användare kan skicka data till: <br/>\r\n\r\n<b>Alla mål</b>: Organisationsanvändare kan skicka organisationsdata till valfritt konto, dokument, plats eller application.<br/>\r\n\r\n<b>Inga mål</b>: Organisationsanvändare kan inte skicka organisationsdata till externa konton, dokument, platser eller program från organisationskontexten."
"tooltip": "Välj något av följande alternativ för att ange vilka mål organisationens användare kan skicka data till: <br/>\r\n\r\n<b>Alla mål</b>: Organisationsanvändare kan skicka organisationsdata till valfritt konto, dokument, plats eller program.<br/>\r\n\r\n<b>Inga mål</b>: Organisationsanvändare kan inte skicka organisationsdata till externa konton, dokument, platser eller program från organisationskontexten."
},
"Tap": {
"numberOfDays": "Antal dagar",
@@ -2387,20 +2406,20 @@
"PolicySet": {
"appManagement": "Programhantering",
"assignments": "Tilldelningar",
"basics": "Grundläggande inställningar",
"basics": "Grundläggande information",
"deviceEnrollment": "Enhetsregistrering",
"deviceManagement": "Enhetshantering",
"scopeTags": "Omfångstaggar",
"appConfigurationTitle": "Appkonfigurationsprinciper",
"appProtectionTitle": "Principer för appskydd",
"appTitle": "Appar",
"iOSAppProvisioningTitle": "Etableringsprofiler för iOS-app",
"iOSAppProvisioningTitle": "Etableringsprofiler för iOS-appar",
"deviceLimitRestrictionTitle": "Begränsningar för antal enheter",
"deviceTypeRestrictionTitle": "Begränsningar av enhetstyp",
"enrollmentStatusSettingTitle": "Registreringsstatussidor",
"windowsAutopilotDeploymentProfileTitle": "Windows Autopilot-distributionsprofiler",
"deviceComplianceTitle": "Efterlevnadsprinciper för enhet",
"deviceConfigurationTitle": "Profiler för enhetskonfigurationer",
"deviceConfigurationTitle": "Konfigurationsprofiler för enhet",
"powershellScriptTitle": "PowerShell-skript"
},
"Win32Program": {
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Kommandorad",
"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.",
"installScript": "Installera skript",
"installScriptErrorText": "Ett installationsskript krävs.",
"installScriptToolTip": "PowerShell-skriptfilen med installationskommandon som används för att installera den här appen.",
"installScriptsHeader": "Ange inställningar för appinstallation och avinstallation, inklusive om du vill använda ett skript eller en kommandorad, tidsgränser, omstartsbeteende och returkoder.",
"installerTypeText": "Installationstyp",
"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.",
"scriptDropdownText": "PowerShell-skript",
"scriptsErrorText": "En installation och ett avinstallationsskript krävs.",
"selectCustomScript": "Välj anpassat skript",
"selectScriptLinkAriaText": "Inget skript har valts. Öppnar kontextfönstret för att ladda upp ett skript.",
"selectScriptLinkText": "Välj ett skript",
"selectedScriptLinkAriaText": "Skript {0} har valts. Öppnar kontextfönstret för att redigera eller ladda upp ett nytt skript.",
"selectorLabel": "Program",
"uninstallCommand": "Avinstallationskommando",
"uninstallCommandTooltip": "Den fullständiga avinstallationskommandoraden som används för att avinstallera appen."
"uninstallCommandTooltip": "Den fullständiga avinstallationskommandoraden som används för att avinstallera appen.",
"uninstallScript": "Avinstallera skript",
"uninstallScriptErrorText": "Ett avinstallationsskript krävs.",
"uninstallScriptToolTip": "PowerShell-skriptfilen med avinstallationskommandon som används för att avinstallera den här appen.",
"uninstallerTypeText": "Avinstallationstyp"
},
"TermsOfUse": {
"Languages": {
@@ -2847,8 +2882,8 @@
"description": "Beskrivning",
"deviceType": "Enhetstyp",
"deviceUse": "Enhetsanvändning",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot har bara stöd för Microsoft Entra-anslutning för Surface Hub 2-enheter. Ange hur enheter ska ansluta till Active Directory (AD) i din organisation.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra-anslutning: Enbart molnet utan en lokal Windows Server Active Directory.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Ange hur enheter ska ansluta till Active Directory (AD) i din organisation:\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra-ansluten: Enbart molnet utan en lokal Windows Server Active Directory\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot har bara stöd för Microsoft Entra-anslutning för Surface Hub 2-enheter. Ange hur enheter ska ansluta till Active Directory (AD) i din organisation.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra-ansluten: Endast moln utan en lokal Windows Server Active Directory.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Ange hur enheter ska ansluta till Active Directory (AD) i din organisation:\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra-ansluten: Endast moln utan en lokal Windows Server Active Directory\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "Ett fel uppstod när antalet tilldelade enheter hämtades.",
"getAssignmentsError": "Ett fel inträffade när Autopilot-profiltilldelningarna hämtades.",
"harvestDeviceId": "Omvandla alla målenheter till Autopilot",
@@ -2879,9 +2914,9 @@
"devicesWithoutEnrollment": "Hanterade appar"
},
"AppProtection": {
"allAppTypes": "Rikta till alla typer av appar",
"allAppTypes": "Rikta till alla apptyper",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Appar i Android Work-profil",
"appsInAndroidWorkProfile": "Appar i Android-arbetsprofil",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Appar på dedikerade Android Enterprise-enheter med delat Microsoft Entra-läge",
"appsOnAndroidOpenSourceProjectUserAssociated": "Appar på Android-projekt med öppen källkod som är associerade",
"appsOnAndroidOpenSourceProjectUserless": "Appar på Android-projekt med öppen källkod Användarlöst",
@@ -2891,7 +2926,7 @@
"iosAndroidMacPlatformLabel": "iOS, Android, Mac",
"iosAndroidPlatformLabel": "iOS, Android",
"macPlatformLabel": "Mac",
"notAvailable": "Ej tillgänglig",
"notAvailable": "Inte tillgängligt",
"windows10PlatformLabel": "Windows 10 och senare",
"withEnrollment": "Med registrering",
"withoutEnrollment": "Utan registrering"
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Delade tunnlar (Split Tunneling)",
"vPNTrustedNetwork": "Identifiering av betrott nätverk",
"wSLCompliance": "Windows-undersystem för Linux (WSL)",
"wakeSettings": "Väckningsinställningar",
"webContentFilter": "Webbinnehållsfilter",
"wiFi": "Trådlöst",
@@ -4222,7 +4258,7 @@
"smn": "Enaresamiska (Finland)",
"sms": "Skoltsamiska (Finland)",
"sr-Cyrl-bA": "Serbiska (kyrillisk)",
"sr-Cyrl-rS": "Serbiska (kyrillisk, Serbien och Montenegro [f.d.])",
"sr-Cyrl-rS": "Serbiska (kyrillisk, Serbien och Montenegro)",
"sr-Latn-bA": "Serbiska (latinsk)",
"sr-Latn-rS": "Serbiska (latinsk, Serbien)",
"dsb": "Lågsorbiska (Tyskland)",
@@ -4300,7 +4336,6 @@
"mk": "Makedonska (Nordmakedonien)",
"ml": "Malayalam (Indien)",
"mt": "Maltesiska (Malta)",
"mi": "Maori (Nya Zeeland)",
"mr": "Marathi (Indien)",
"moh": "Mohawk (Mohawk)",
"ne": "Nepalesiska (Nepal)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamesiska (Vietnam)",
"cy": "Walesiska (Storbritannien)",
"wo": "Wolof (Senegal)",
"sah": "Jakutiska (Ryssland)",
"ii": "Yi (Kina)",
"yo": "Yoruba (Nigeria)"
},
"DisplayRoleTypes": {
"builtInRole": "Inbyggd roll",
"customAutopatchRole": "Anpassad Windows Autokorrigeringsroll",
"customCloudPCRole": "Anpassad Windows 365-roll",
"customIntuneRole": "Anpassad Intune-roll",
"customRole": "Anpassad roll"
@@ -4759,7 +4796,7 @@
"mk": "Nordmakedonien",
"ml": "Mali",
"mn": "Mongoliet",
"mo": "Macao",
"mo": "Macao SAR",
"mr": "Mauretanien",
"ms": "Montserrat",
"mt": "Malta",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "De här inställningarna är avsedda för fullständigt hanterade, reserverade och företagsägda arbetsprofilenheter.",
"allAndroidCorpEnrollmentTypesHeaderName": "Fullständigt hanterade, reserverade och företagsägda arbetsprofilenheter",
"allAndroidVersionsPasswordHeader": "Alla Android-enheter",
"allAndroidVersionsPasswordHeaderDescription": "De här inställningarna fungerar för alla Android-operativsystemversioner och -tillverkare.",
"allAndroidVersionsPasswordHeaderDescription": "De här inställningarna fungerar för alla Android OS-versioner och -tillverkare, förutom där de anges",
"allDomainsOption": "Alla domäner",
"allEnrollmentTypesDescription": "De här inställningarna fungerar för enheter som har registrerats i Intune via enhetsregistrering eller användarregistrering och för enheter som registrerats via Apple School Manager eller Apple Business Manager med automatisk enhetsregistrering (tidigare DEP).",
"allEnrollmentTypesHeader": "Alla registreringstyper",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Ansiktsupplåsning",
"blockFacetimeName": "Blockera FaceTime",
"blockFactoryResetDescription": "Blockera fabriksåterställning på enheten.",
"blockFactoryResetName": "Fabriksåterställning (endast Samsung KNOX)",
"blockFactoryResetName": "Fabriksåterställning (endast Samsung KNOX Android 15 och tidigare)",
"blockFilesNetworkDriveAccessDescription": "Med hjälp av SMB-protokollet (Server Message Block) har enheter åtkomst till filer eller andra resurser på en nätverksserver. Tillgängligt för enheter som kör iOS och iPadOS, versioner 13.0 och senare.",
"blockFilesNetworkDriveAccessName": "Blockera åtkomst till nätverksenhet i appen Filer",
"blockFilesUsbDriveAccessDescription": "Enheter med åtkomst kan ansluta till och öppna filer på en USB-enhet. Tillgängligt för enheter som kör iOS och iPadOS, versioner 13.0 eller senare.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Blockera automatisk synkronisering av Google-konto på enheten.",
"blockGoogleAccountAutoSyncName": "Automatisk synkronisering av Google-konto (endast Samsung KNOX)",
"blockGoogleBackupDescription": "Blockera synkronisering med Google-säkerhetskopiering.",
"blockGoogleBackupName": "Google-säkerhetskopiering (endast Samsung KNOX)",
"blockGoogleBackupName": "Google-säkerhetskopiering (endast Samsung KNOX Android 15 och tidigare)",
"blockGooglePlayStoreDescription": "Blockera Google Play Store (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play Store (endast Samsung KNOX) ",
"blockHostPairingDescription": "Blockera parkoppling av värd för att styra de enheter som en iOS-enhet kan parkopplas till.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Blockera feldialogrutan från att visa om inget SIM-kort har identifierats",
"blockSIMCardErrorDialogName": "Dialogruta om SIM-kortsfel (endast mobil)",
"blockSMSAndMMSAndroidDescription": "Blockera sms-/mms-meddelanden (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "SMS-/MMS-meddelanden (endast Samsung KNOX)",
"blockSMSAndMMSName": "SMS/MMS-meddelanden (endast Samsung KNOX Android 15 och tidigare)",
"blockSafariAutofillDescription": "Blockerar Safari från att spara det användaren anger i webbformulär.",
"blockSafariAutofillName": "Blockera autofyll i Safari",
"blockSafariDescription": "Blockera Safari-webbläsaren.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Blockerar möjlighet att skapa VPN-konfigurationer",
"blockVPNCreationName": "Blockera möjlighet att skapa VPN",
"blockVoiceAssistantAndroidDescription": "Blockera röstassistent (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Röstassistent (endast Samsung KNOX)",
"blockVoiceAssistantName": "Röstassistent (endast Samsung KNOX Android 15 och tidigare)",
"blockVoiceDialingAndroidDescription": "Blockera röstsamtal (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Blockera röstsamtal på enheten.",
"blockVoiceDialingName": "Röstsamtal",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "Rätt format för den uppladdade filen finns i Intune-dokumentationen. <a href=\"https://aka.ms/AA6z0o4\">Läs mer</a>",
"customAppConfigurationFileName": "Egenskapslistfil",
"customBoolError": "Alla konfigurationsnycklar av typen boolesk måste antingen ha värdet sant eller falskt.",
"customComplianceToolTip": "När det är aktiverat måste enheterna vara kompatibla enligt anpassade regler som definierats i en JSON-fil baserat på anpassade data som returneras från ett PowerShell-skript för identifiering.",
"customEapXmlOption": "Anpassad EAP-XML",
"customIntError": "Alla konfigurationsnycklar av typen heltal måste vara ett heltalsvärde.",
"customItemHideFromUserConfiguration": "Dölj",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Datadelning mellan arbetsprofiler och personliga profiler",
"dataTypeName": "Datatyp",
"dateAndTimeBlockChangesDescription": "Blockera användare från att ändra datum och tid på enheten (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Blockera ändringar av datum och tid (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Blockera ändringar av datum och tid (endast Samsung Android 15 och tidigare)",
"dateTimeConfigurationBlockedDescription": "Blockera användaren från att ställa in datum och tid manuellt.",
"dateTimeConfigurationBlockedName": "Ändringar av datum och tid",
"dateTimeName": "Datum och tid",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Lista över tillåtet wifi",
"knoxBlockAutofillDescription": "Blockera autofyll.",
"knoxBlockAutofillName": "Autofyll (endast Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (endast Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (endast Samsung KNOX Android 13 och tidigare)",
"knoxBlockCookiesDescription": "Tillåt eller blockera webbläsarcookies",
"knoxBlockCookiesName": "Cookies (endast Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "Blockera funktionen för att kopiera och klistra in.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Popup-fönster (endast Samsung KNOX)",
"knoxBlockRemovableStorageName": "Flyttbar lagring (endast Samsung KNOX)",
"knoxBlockScreenshotDescription": "Blockera användning av skärmbild av innehållet.",
"knoxBlockScreenshotName": "Skärmbild (endast Samsung KNOX)",
"knoxBlockScreenshotName": "Skärmbild (endast Samsung KNOX Android 15 och tidigare)",
"knoxBlockVoiceDialingName": "Röstsamtal (endast Samsung KNOX)",
"knoxBlockVoiceRoamingName": "Röstnätverksväxling (endast Samsung KNOX)",
"knoxBlockWebBrowserDescription": "Blockera webbläsaren på enheten.",
"knoxBlockWebBrowserName": "Webbläsare (endast Samsung KNOX)",
"knoxBlockWiFiName": "Wifi (endast Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Trådlös påhängning (endast Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (endast Samsung KNOX Android 12 och tidigare)",
"knoxBlockWiFiTetheringName": "Wi-Fi-påhängning (endast Samsung KNOX Android 12 och tidigare)",
"knoxCellularDataDescription": "Blockera dataanvändning i mobilnätverk. När inget har ställts in är dataanvändning över mobila nätverk tillåtet och kan ändras av användarna.",
"knoxCellularDataName": "Mobildatakanal (endast Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 och tidigare eller Samsung Knox Android 15 och tidigare",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "De här inställningarna fungerar för enheter som kör Android 9 eller tidigare och fungerar även på alla Samsung Knox-enheter som kör Android-operativsystemversioner av Android 15 och tidigare.",
"knoxRequireEncryptionName": "Kryptering (Android 11 och tidigare, eller Samsung KNOX Android 14 och tidigare)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Minneskort måste vara krypterade. Alla enheter har inte stöd för kryptering av minneskort. Mer information finns i dokumentationen för enheten och operativsystemet.",
"knoxRequireEncryptionOnRemovableStorageName": "Kryptering på lagringskort (endast Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "Kryptering på minneskort (endast Samsung KNOX Android 15 och tidigare)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (intern typ)",
"lanManagerAuthenticationLevelDesc": "Den här säkerhetsinställningen fastställer vilket autentiseringsprotokoll av kontrollsvarstyp som ska användas för nätverksinloggningar.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Typ av identifierare",
"macOSAppleEventReceiverTableDescription": "Tillåt appen eller processen att skicka en begränsad Apple-händelse till en annan app eller process. Du måste känna till id, typ av id och kodkrav för den mottagande appen eller processen.",
"macOSAppleEventReceiverTableName": "Apple-händelser",
"macOSDeploymentChannelDeviceChannel": "Enhetskanal",
"macOSDeploymentChannelName": "Distributionskanal",
"macOSDeploymentChannelUserChannel": "Användarkanal",
"macOSDeploymentChannelWarningBanner": "Vi rekommenderar starkt att du endast använder användarcertifikattypen i Användarkanal i säkerhetssyfte.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Styr åtkomsten till tillgänglighetsappen på enheten, som innehåller funktioner som textning, hovringstext och röststyrning.",
"macOSPrivacyAccessControlItemAccessibilityName": "Tillgänglighet",
"macOSPrivacyAccessControlItemAddressBookName": "Kontakter",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Ange att nyckelmodulerna som ska ignorera hela autentiseringsuppsättningen om de inte stöder samtliga autentiseringspaket i uppsättningen. Om nyckelmodulerna aktiveras ignorerar de autentiseringsuppsättningar som inte stöds.",
"opportunisticallyMatchAuthName": "Matcha autentiseringsuuppsättningarna per nyckelmodul",
"optional": "Valfritt",
"optionalValue": "Valfritt värde",
"organizationalUnitDescription": "Fullständig sökväg till den organisationsenhet som datorkontona ska skapas i. Om inget anges används en välkänd datorobjektcontainer.",
"organizationalUnitName": "Organisationsenhet",
"originalProfileTypeTitle": "Ursprunglig profiltyp:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Certifikatets giltighetsperiod",
"sCEPPolicyCustomAADAttribute": "Anpassat Microsoft Entra-attribut",
"sCEPPolicyCustomKeys": "Anpassade nycklar",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Ange ett värde som kan vara valfri variabel som stöds, till exempel {{UserPrincipalName}}. Du kan bara använda {{OnPremisesSecurityIdentifier}} med URI-attributet. Läs mer om variabler som stöds: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Ange ett värde som kan kombinera valfri variabel som stöds med statisk text. Använd formatet {{AAD_Device_ID}}@contoso.com för UPN- och e-postadresser. DNS-värden får inte innehålla symboler eller ett @-tecken, t.ex. {{DeviceName}}.contoso.com eller {{DeviceName}}. Observera att värdet {{OnPremisesSecurityIdentifier}} endast kan användas med URI-attributet för alternativt namn för certifikatmottagare. Se supportvariabler här: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "I förväg delad WPA-nyckel",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "De inkompatibla Linux-distributionerna är: ",
"wSLComplianceTitle": "Avinstallera inkompatibla Linux-distributioner eller versioner från Windows-undersystem för Linux (WSL).",
"wSLPolicyDistributionName": "Distributionsnamn",
"wSLPolicyMaxOSVersionName": "Maximal operativsystemsversion",
"wSLPolicyMinOSVersionName": "Lägsta operativsystemversion",
"wakeOnLANName": "Wake On Lan",
"wakeOnPowerName": "Aktivera ström",
"wakeScreenWhenSomeoneInRoomName": "Aktivera skärmen när någon är i rummet",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows Spotlight på låsskärm",
"windowsSpotlightPersonalizationDescription": "Blockera anpassning av Windows Spotlight baserat på enhetsanvändning",
"windowsSpotlightPersonalizationName": "Windows Spotlight-anpassning",
"windowsSubsystemLinuxComplianceDescription": "De här inställningarna gäller Linux-distributioner som är installerade på hanterade Windows-enheter och påverkar enhetens kompatibilitetstillstånd. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Läs mer om hur du använder inställningen</a>",
"windowsSubsystemLinuxComplianceHeader": "Tillåtna Linux-distributioner och -versioner",
"windowsSubsystemLinuxComplianceInfoBox": "Du kan inte konfigurera WSL- och anpassade kompatibilitetsinställningar i samma princip.",
"windowsSubsystemLinuxComplianceLearnMore": "Ange tillåtna Linux-distributioner och eventuellt en lägsta version, en maximal version eller båda för varje distribution.",
"windowsTipsDescription": "Gör det möjligt för IT-administratörer att stänga av popup-fönstret för Windows-tips.",
"windowsTipsName": "Windows-tips",
"windowsWelcomeExperienceDescription": "Blockera Välkommen till Windows-skärmen som presenterar nya eller uppdaterade funktioner",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "Inga principer",
"clientAppPolicyPlural": "{0} principer",
"clientAppPolicySingular": "{0} princip",
"clockInClockOutNotes": "<p><b>Anteckningar:</b></p>\r\n<ul type=\"disc\">\r\n <li>Mer information om vilka appar den här inställningen kan tillämpas på finns i <b>länk till dokumentation med tyst tid - blockeringsavsnitt</b>.</li>\r\n <li>Den här inställningen kan inte stänga av aviseringar. Om du vill konfigurera inställningar för att stänga av aviseringar går du till <b>länk till tyst tid stäng av ljudet för dokument</b>.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>Anmärkningar:</b></p>\r\n<ul type=\"disc\">\r\n <li>Den här inställningen får bara anges om klientorganisationen har integrerats med <b>Arbetstid-API</b>. Mer information om hur du integrerar den här inställningen med API:et för <b>Arbetstid</b> finns i <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Begränsa åtkomsten till Microsoft Teams när medarbetare i frontlinjen är utanför arbetspasset</a>\r.\n. Om du anger den här inställningen utan att integrera med API:et för arbetstid kan konton blockeras på grund av att det hanterade kontot som är kopplat till programmet saknar status för arbetstid.</li>\r\n <li>I <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">Microsoft Intune-appar som stöds | Microsoft Learn</a>\r\nfinns mer information om vilka appar som har stöd för den här inställningen.</li> <li>Med den här inställningen går det inte att stänga av aviseringsljud. Om du vill ange inställningar för att stänga av aviseringsljud, läser du <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Skapa principer för tyst tid i Microsoft Intune | Microsoft Learn</a></li>\r\n</ul>",
"clockedOutAccount": "Icke-arbetstid",
"closeText": "Stäng",
"columns": "Kolumner",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "Liknande enhetsbaserade inställningar kan anges för registrerade enheter.",
"deviceConditionsInfoParagraph2LinkText": "Läs mer om att ange inställningar för enhetskompatibilitet för registrerade enheter.",
"deviceId": "Enhets-ID",
"deviceLockComplexityValidationFailureNotes": "<p><b>Obs!</b></p>\r\n<ul type=\"disc\">\r\n <li>Enhetslåset kan kräva lösenordskomplexitet: LÅG, MEDEL eller HÖG som riktas mot Android 12+. För enheter som använder Android 11 och tidigare kommer ett komplexitetsvärde Låg/Medel/Hög att användas som standard för det förväntade beteendet för Låg komplexitet. </li>\r\n <li>Lösenordsdefinitionerna nedan kan komma att ändras. Mer information om uppdaterade definitioner för de olika komplexitetsnivåerna för lösenord finns i<a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Developers</a> </li>\r\n</ul>\r\n\r\n<p><b>Låg</b></p>\r\n<ul type=\"disc\">\r\n <li>Lösenordet kan vara ett mönster eller en PIN-kod som upprepas (4444) eller är i nummerföljd (1234, 4321, 2468).</li>\r\n</ul>\r\n\r\n<p><b>Medel</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN-koder utan upprepning (4444) eller nummerföljd (1234, 4321, 2468) med minst 4 tecken</li>\r\n <li>Alfabetiska lösenord med minst 4 tecken</li>\r\n <li>Alfanumeriska lösenord med minst 4 tecken</li>\r\n</ul>\r\n\r\n<p><b>Hög</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN-kod utan upprepning (4444) eller nummerföljd (1234, 4321, 2468) med minst 8 tecken</li>\r\n <li>Alfabetiska lösenord med minst 6 tecken </li>\r\n <li>Alfanumeriska lösenord med minst 6 tecken</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>Anmärkningar:</b></p>\r\n<ul type=\"disc\">\r\n <li>Enhetslåset kan kräva lösenordskomplexitet: LÅG, MEDEL eller HÖG som riktas mot Android 12+. För enheter som använder Android 11 och tidigare kommer ett komplexitetsvärde för Låg/Medel/Hög som standard att vara det förväntade beteendet för \"Låg komplexitet\".</li>\r\n <li>Lösenordsdefinitionerna nedan kan komma att ändras. Se<a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'> DevicePolicyManager|Android-utvecklare</a> för de mest uppdaterade definitionerna av olika komplexitetsnivåer för lösenord.</li>\r\n</ul>\r\n\r\n<p><b>Låg</b></p>\r\n<ul type=\"disc\">\r\n <li>Lösenordet kan vara ett mönster eller en PIN-kod med upprepande (4444) eller ordnade sekvenser (1234, 4321, 2468).</li>\r\n</ul>\r\n\r\n<p><b>Medel</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN-kod utan upprepande (4444) eller ordnade sekvenser (1234, 4321, 2468) med en minsta längd på minst 4 tecken</li>\r\n <li>Alfabetiska lösenord med en minsta längd på minst 4 tecken</li>\r\n <li>Alfanumeriska lösenord med en minsta längd på minst 4 tecken</li>\r\n</ul>\r\n\r\n<p><b>Hög</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN-kod utan upprepande (4444) eller ordnade sekvenser (1234, 4321, 2468) med en minsta längd på minst 8 tecken</li>\r\n <li>Alfabetiska lösenord med en minsta längd på minst 6 tecken</li>\r\n <li>Alfanumeriska lösenord med en minsta längd på minst 6 tecken</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "När enheten är låst och det finns öppna filer",
"deviceLockedOptionText": "När enheten är låst",
"deviceManufacturer": "Enhetstillverkare",
@@ -10620,7 +10676,7 @@
"downloadingReport": "Hämtar rapporten",
"edgeGSAssignment": "Välj de användargrupper du vill ta ska få Edge för mobil installerat. Edge installeras på alla iOS- och Android-enheter som de här användarna har registrerat.",
"edgeGSIntroBenefitHTML": "<p>Skaffa Microsoft Edge-appen för dina användare på iOS eller Android så att de kan surfa sömlöst på alla sina företagsenheter! Med Edge kan användarna hålla ordning på webben tack vare inbyggda funktioner som gör det enklare att sammanställa, sortera och hantera arbetsinnehåll. För iOS- och Android-användare som loggar in med sina Microsoft Entra-företagskonton på Edge-appen är webbläsaren förinställd med arbetsplatsfavoriter och webbplatsfilter som du har definierat.</p><p>Om du har blockerat användare från att registrera sina iOS- eller Android-enheter aktiveras inte registrering i det här scenariot och användarna måste själva installera Edge.</p>",
"edgeGSIntroPrereqHTML": "<p>Vi frågar dig om vilka arbetsplatsfavoriter dina användare behöver och vilka filter du kräver för webbläsare. Se till att du har gjort följande innan du fortsätter:</p>\r\n<li>Lägg till användare i <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra-grupper</a></li>\r\n<li>Registrera iOS- eller Android-enheter i Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Mer information</a></li>\r\n<li>Gör en lista över arbetsplatsfavoriter som ska läggas till i Edge.</li>\r\n<li>Gör en lista över webbplatsfilter som ska användas i Edge.</li>",
"edgeGSIntroPrereqHTML": "<p>Vi frågar dig om vilka arbetsplatsfavoriter dina användare behöver och vilka filter du kräver för webbläsare. Kontrollera att du slutför följande uppgifter innan du fortsätter:</p>\r\n<li>Lägga till användare i <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra-grupper</a></li>\r\n<li>Registrera iOS- eller Android-enheter i Intune. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Mer information</a></li>\r\n<li>Samla in en lista över favoriter på arbetsplatsen som du kan lägga till i Edge.</li>\r\n<li>Samla in en lista över webbplatsfilter som ska tillämpas i Edge.</li>",
"edgeGSName": "Edge för iOS och Android",
"edgeGSSyncInfo": "Beroende på enhetsanslutning och synkroniseringstid kan det ta upp till 24 timmar innan distributionen når enheterna.",
"edit": "Redigera",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Är mobilprogramhantering aktiverat?",
"itemsCount": "{0} objekt",
"jailbrokenRootedDevices": "Jailbrokade/rotade enheter",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Blockera åtkomst på enheter som stöds",
"lastModifiedDate": "Datum för senaste ändring",
"lastReportedDate": "Senast rapporterade datum",
"lastSync": "Senaste synkronisering",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Tar bort ...",
"photoLibrary": "Fotobibliotek",
"pinCharSettingTooltip": "En numerisk PIN-kod får bara innehålla numeriska tecken.\r\n\r\nEtt lösenord måste innehålla följande: Alfanumeriska tecken och tillåtna symboler.",
"pinRotationWarning": "<b>Viktigt!</b> Den 1 juni 2024 får appar med ett SDK som är äldre än 17.7.0 inte längre uppdateringar av appskyddsprincipen och användarna hindras från att starta appen. Se till att användarna uppdaterar sina appar och att dina verksamhetsspecifika appar använder en ny SDK eller adapter. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Mer information</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Plattform",
"platformDropDownLabel": "Plattform",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Principuppsättningar",
"applicabilityRules": "Tillämplighetsregler",
"windowsEnrollmentTitle": "Windows-registrering",
"DefaultESPCustomErrorMessage": "Det gick inte att slutföra installationen. Försök igen eller kontakta supporten om du vill ha hjälp.",
"appleEnrollmentTitle": "Apple-registrering",
"targetedAppLabel": "Målapp",
"configurationSettingsTitle": "Konfigurationsinställningar",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13037,13 +13079,13 @@
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidWorkProfile": "Android Enterprise",
"common": "Gemensam",
"common": "Vanliga",
"iOS": "iOS/iPadOS",
"iosAndAndroidPlatformLabel": "iOS och Android",
"iosCommaAndroidPlatformLabel": "iOS, Android",
"linux": "Linux",
"macOS": "macOS",
"unknown": "Okänd",
"unknown": "Okänt",
"unsupported": "Stöds inte",
"windows": "Windows",
"windows10": "Windows 10 och senare",
@@ -13078,16 +13120,16 @@
"androidDeviceOwnerGeneral": "Enhetsbegränsningar (enhetsägare)",
"androidForWorkGeneral": "Enhetsbegränsningar (arbetsprofil)"
},
"androidCustom": "Anpassade",
"androidCustom": "Anpassat",
"androidDeviceOwnerGeneral": "Enhetsbegränsningar",
"androidDeviceOwnerPkcs": "PKCS-certifikat",
"androidDeviceOwnerScep": "SCEP-certifikat",
"androidDeviceOwnerTrustedCertificate": "Betrott certifikat",
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Trådlöst",
"androidEmailProfile": "Cookies (endast Samsung KNOX)",
"androidForWorkCustom": "Anpassade",
"androidForWorkEmailProfile": "E-post",
"androidDeviceOwnerWiFi": "Trådlöst nätverk",
"androidEmailProfile": "E-post (endast Samsung KNOX)",
"androidForWorkCustom": "Anpassat",
"androidForWorkEmailProfile": "E-postadress",
"androidForWorkGeneral": "Enhetsbegränsningar",
"androidForWorkImportedPFX": "PKCS-importerat certifikat",
"androidForWorkOemConfig": "OEMConfig",
@@ -13095,33 +13137,33 @@
"androidForWorkSCEP": "SCEP-certifikat",
"androidForWorkTrustedCertificate": "Betrott certifikat",
"androidForWorkVpn": "VPN",
"androidForWorkWiFi": "Trådlöst",
"androidForWorkWiFi": "Trådlöst nätverk",
"androidGeneral": "Enhetsbegränsningar",
"androidImportedPFX": "PKCS-importerat certifikat",
"androidPKCS": "PKCS-certifikat",
"androidSCEP": "SCEP-certifikat",
"androidTrustedCertificate": "Betrott certifikat",
"androidVPN": "VPN",
"androidWiFi": "Trådlöst",
"androidWiFi": "Trådlöst nätverk",
"androidZebraMx": "MX-profil (endast Zebra)",
"complianceAndroid": "Kompatibilitetsprincip för Android",
"complianceAndroid": "Efterlevnadsprincip för Android",
"complianceAndroidDeviceOwner": "Fullständigt hanterad, särskilt avsedd och företagsägd arbetsprofil",
"complianceAndroidEnterprise": "Privatägd arbetsprofil",
"complianceAndroidForWork": "Android for Work-efterlevnadsprincip",
"complianceIos": "Kompatibilitetsprincip för iOS",
"complianceMac": "Kompatibilitetsprincip för Mac",
"complianceAndroidEnterprise": "Personligt ägd arbetsprofil",
"complianceAndroidForWork": "Efterlevnadsprincip för Android for Work",
"complianceIos": "Efterlevnadsprincip för iOS",
"complianceMac": "Mac-efterlevnadsprincip",
"complianceWindows10": "Windows 10 och senare efterlevnadsprincip",
"complianceWindows10Mobile": "Kompatibilitetsprincip för Windows 10 Mobile",
"complianceWindows10Mobile": "Windows 10 mobil efterlevnadsprincip",
"complianceWindows8": "Kompatibilitetsprincip för Windows 8",
"complianceWindowsPhone": "Kompatibilitetsprincip för Windows Phone",
"complianceWindowsPhone": "Windows Phone efterlevnadsprincip",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Egenskapskatalog (förhandsversion)",
"iosCustom": "Anpassade",
"inventoryCatalog": "Egenskapskatalog",
"iosCustom": "Anpassat",
"iosDerivedCredentialAuthenticationConfiguration": "Härledd PIV-autentiseringsuppgift",
"iosDeviceFeatures": "Enhetsfunktioner",
"iosEDU": "Utbildning",
"iosEducation": "Utbildning",
"iosEmailProfile": "E-post",
"iosEmailProfile": "E-postadress",
"iosGeneral": "Enhetsbegränsningar",
"iosImportedPFX": "PKCS-importerat certifikat",
"iosPKCS": "PKCS-certifikat",
@@ -13130,8 +13172,8 @@
"iosTrustedCertificate": "Betrott certifikat",
"iosVPN": "VPN",
"iosVPNZscaler": "VPN",
"iosWiFi": "Trådlöst",
"macCustom": "Anpassade",
"iosWiFi": "Trådlöst nätverk",
"macCustom": "Anpassat",
"macDeviceFeatures": "Enhetsfunktioner",
"macEndpointProtection": "Slutpunktsskydd",
"macExtensions": "Tillägg",
@@ -13140,20 +13182,20 @@
"macSCEP": "SCEP-certifikat",
"macTrustedCertificate": "Betrott certifikat",
"macVPN": "VPN",
"macWiFi": "Trådlöst",
"macWiFi": "Trådlöst nätverk",
"settingsCatalog": "Inställningskatalog",
"unsupported": "Stöds inte",
"windows10AdministrativeTemplate": "Administrativa mallar (förhandsversion)",
"windows10Atp": "Microsoft Defender för Endpoint (stationära enheter som kör Windows 10 och senare)",
"windows10Custom": "Anpassade",
"windows10Atp": "Microsoft Defender för Endpoint (stationära enheter som kör Windows 10 eller senare)",
"windows10Custom": "Anpassat",
"windows10DesktopSoftwareUpdate": "Programuppdateringar",
"windows10DeviceFirmwareConfigurationInterface": "Device Firmware Configuration Interface",
"windows10EmailProfile": "E-post",
"windows10EmailProfile": "E-postadress",
"windows10EndpointProtection": "Slutpunktsskydd",
"windows10EnterpriseDataProtection": "Windows Information Protection",
"windows10EnterpriseDataProtection": "Windows informationsskydd",
"windows10General": "Enhetsbegränsningar",
"windows10ImportedPFX": "PKCS-importerat certifikat",
"windows10Kiosk": "Kiosk",
"windows10Kiosk": "Helskärm",
"windows10NetworkBoundary": "Nätverksgräns",
"windows10PKCS": "PKCS-certifikat",
"windows10PolicyOverride": "Åsidosätt grupprincip",
@@ -13163,19 +13205,19 @@
"windows10TeamGeneral": "Enhetsbegränsningar (Windows 10 Team)",
"windows10TrustedCertificate": "Betrott certifikat",
"windows10VPN": "VPN",
"windows10WiFi": "Trådlöst",
"windows10WiFiCustom": "Trådlöst (anpassat)",
"windows10WiFi": "Trådlöst nätverk",
"windows10WiFiCustom": "Wi-Fi anpassat",
"windows8General": "Enhetsbegränsningar",
"windows8SCEP": "SCEP-certifikat",
"windows8TrustedCertificate": "Betrott certifikat",
"windows8VPN": "VPN",
"windows8WiFi": "Trådlöst (import)",
"windows8WiFi": "Trådlöst nätverk (import)",
"windowsDeliveryOptimization": "Leveransoptimering",
"windowsDomainJoin": "Domänanslutning",
"windowsEditionUpgrade": "Utgåveuppgradering och lägesväxling",
"windowsEditionUpgrade": "Versionsuppgradering och lägesväxel",
"windowsIdentityProtection": "Identitetsskydd",
"windowsPhoneCustom": "Anpassade",
"windowsPhoneEmailProfile": "E-post",
"windowsPhoneCustom": "Anpassat",
"windowsPhoneEmailProfile": "E-postadress",
"windowsPhoneGeneral": "Enhetsbegränsningar",
"windowsPhoneImportedPFX": "PKCS-importerat certifikat",
"windowsPhoneSCEP": "SCEP-certifikat",
+136 -94
View File
@@ -71,7 +71,7 @@
"appPackageFile": "Uygulamanızı bir cihaza dışarıdan yüklenebilecek biçimde içeren dosya. Geçerli paket türleri şunlardır: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix ve .msixbundle).",
"applicableDeviceType": "Bu uygulamayı yükleyebilecek cihaz türlerini seçin.",
"category": "Kullanıcıların Şirket Portalı'nda sıralama ve arama yapmasını kolaylaştırmak için uygulamayı kategorilere ayırın. Birden çok kategori seçebilirsiniz.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Intune ile dağıtmak istediğiniz mağaza uygulamaları için Microsoft Store uygulamasında (yeni) arama yapın."
},
"descriptionPreview": "Önizleme",
"descriptionPreviewLabel": "Önizleme",
"descriptionRequired": "Açıklama gerekiyor.",
"editDescription": "Açıklamayı Düzenle",
"macOSMinOperatingSystemAdditionalInfo": "Bir .pkg dosyasını karşıya yüklemek için gerekli en düşük işletim sistemi macOS 10.14 sürümüdür. Daha eski bir en düşük işletim sistemi sürümü seçmek için bir .pkg dosyasını karşıya yükleyin.",
"markdownHelpLink": "Açıklamalar için desteklenen markdown ile ilgili yardım alın.",
"name": "Uygulama bilgileri",
"nameForOfficeSuitApp": "Uygulama paketi bilgileri"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -474,7 +480,7 @@
"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": "Microsoft Entra kimliğinden kullanıcı e-posta adresi özniteliği",
"emailAddressAttribute": "Microsoft Entra Kimliğinden kullanıcı 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",
@@ -494,11 +500,11 @@
"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": "Intunenın, profil tarafından kullanılacak e-posta adresini dinamik olarak oluşturmak için Microsoft Entra Kimliğinden aldığı öznitelik. Örneğin, MyName@contoso.com (UPN). <a href=\"https://go.microsoft.com/fwlink/?linkid=2245186 \"> E-posta profilleri için Microsoft Entra öznitelikleri hakkında daha fazla bilgi edinin.</a>",
"gmailNineEmailAddressInfoBalloon": "Intune'un, profil tarafından kullanılacak e-posta adresini dinamik olarak oluşturmak için Microsoft Entra ID'den aldığı öznitelik; MyName@contoso.com (UPN).<a href=\"https://go.microsoft.com/fwlink/?linkid=2245186 \"> E-posta profillerine yönelik Microsoft Entra öznitelikleri hakkında daha fazla bilgi edinin.</a>",
"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": "Intunenın, profil tarafından kullanılacak kullanıcı adını dinamik olarak oluşturmak için Microsoft Entra Kimliğinden aldığı öznitelik. Örneğin, MyName@contoso.com (UPN) veya MyName (kullanıcı adı). <a href=\"https://go.microsoft.com/fwlink/?linkid=2245186\"> E-posta profilleri için Microsoft Entra öznitelikleri hakkında daha fazla bilgi edinin.</a>",
"gmailNineUsernameInfoBalloon": "Intune özelliği, profil tarafından kullanılacak kullanıcı adını dinamik olarak oluşturmak için Microsoft Entra ID'den alır; MyName@contoso.com (UPN) veya MyName (kullanıcı adı). <a href=\"https://go.microsoft.com/fwlink/?linkid=2245186\"> E-posta profillerine yönelik Microsoft Entra öznitelikleri hakkında daha fazla bilgi edinin.</a>",
"ignoreManifestScope": "Bildirim kapsamını yoksay",
"ignoreVersionDetection": "Uygulama sürümünü yoksay",
"informationUrlLabel": "Bilgi URL'si",
@@ -575,7 +581,7 @@
"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": "Microsoft Entra kimliğinden kullanıcı adı özniteliği",
"usernameAttribute": "Microsoft Entra Kimliğinden 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",
@@ -915,7 +921,7 @@
"title": "Ayarlar kataloğu"
},
"Templates": {
"subtitle": "Şablonlar, işlevlere göre düzenlenmiş ayar grupları içerir. İlkeleri kendiniz oluşturmak istemiyorsanız veya cihazları WiFi ya da VPN gibi şirket ağlarına erişmek üzere yapılandırmak istiyorsanız şablon kullanın.",
"subtitle": "Şablonlar, işleve göre düzenlenmiş ayar grupları içerir. İlkeleri el ile oluşturmak istemiyorsanız veya cihazları WiFi veya VPN yapılandırması gibi kurumsal ağlara erişecek şekilde yapılandırmak istiyorsanız şablon kullanın.",
"title": "Şablonlar"
},
"noData": "İlke şablonu bulunamadı"
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Hesap koruması (Test)",
"windowsSecurityExperience": "Windows Güvenliği deneyimi"
},
"FileVault": {
"macOS": "MacOS FileVault"
},
"Firewall": {
"mDE": "Windows Güvenlik Duvarı"
},
"FirewallRules": {
"mDE": "Windows Güvenlik Duvarı Kuralları"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "OneDrive Bilinen Klasör Taşıma ayarları: Bulut yapılandırma şablonunda Windows 10. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Bilinmeyen",
"unsupported": "Desteklenmiyor",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi içeri aktarma",
"windows10CompliancePolicy": "Windows 10/11 uyumluluk ilkesi",
@@ -1064,9 +1080,11 @@
"prompt": "Sor"
},
"Permissions": {
"accessBackgroundLocation": "Konum erişimi (arka plan)",
"accessCoarseLocation": "Konum erişimi (kaba)",
"accessFineLocation": "Konum erişimi (ince)",
"addVoicemail": "Sesli posta ekle",
"bluetoothConnect": "Bluetooth bağlantısı",
"bodySensors": "Gövde algılayıcı verilerine izin ver",
"bodySensorsBackground": "Arka plan gövdesi algılayıcı verilerine izin ver",
"callPhone": "Telefon görüşmesi yap",
@@ -1674,16 +1692,16 @@
"aSR": "Saldırı yüzeyini azaltma",
"accountProtection": "Hesap koruması",
"allDevices": "Tüm cihazlar",
"antivirus": "Virüsten Koruma",
"antivirusReporting": "Virüsten Koruma Raporlaması (Önizleme)",
"antivirus": "Antivirüs",
"antivirusReporting": "Virüsten Koruma Bildirimi (Önizleme)",
"conditionalAccess": "Koşullu erişim",
"deviceCompliance": "Cihaz uyumluluğu",
"diskEncryption": "Disk şifrelemesi",
"eDR": "Uç nokta algılama ve yanıt",
"diskEncryption": "Disk şifreleme",
"eDR": "Uç nokta algılama ve yanıtlama",
"ePM": "Uç Nokta Ayrıcalık Yönetimi",
"firewall": "Güvenlik duvarı",
"helpSupport": "Yardım ve destek",
"setup": "Kur",
"setup": "Kurulum",
"wdapt": "Uç Nokta için Microsoft Defender"
},
"OutlookAppConfig": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "Kiracı yönetimi"
},
"actions": "Uyumsuzluk Eylemleri",
"adminPermissions": "Yönetici izinleri",
"advancedExchangeSettings": "Exchange Online ayarları",
"advancedThreatProtection": "Uç Nokta için Microsoft Defender",
"allApps": "Tüm uygulamalar",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Yazılım güncelleştirmeleri özeti",
"macOSSoftwareUpdateStateSummaries": "güncelleştirmeler",
"managedGooglePlay": "Yönetilen Google Play",
"msfb": "İş İçin Microsoft Store",
"myPermissions": "İzinlerim",
"notifications": "Bildirimler",
"officeApps": "Office uygulamaları",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Uyumlu olmayan cihazları kullanımdan kaldır",
"retireNoncompliantDevicesPreview": "Uyumlu olmayan cihazları kullanımdan kaldır (önizleme)",
"role": "Rol",
"rolesByPermission": "İzne göre roller",
"scriptManagement": "Komut Dosyaları",
"securityBaselines": "Güvenlik temelleri",
"serviceToServiceConnector": "Exchange Online bağlayıcısı",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "Kuruluş verilerini Android yedekleme hizmetlerine yedekleme",
"tooltip": "Kuruluş verilerinin Android yedekleme hizmetlerine yedeklenmesini engellemek için {0} seçeneğini belirleyin.\r\nKuruluş verilerinin Android yedekleme hizmetlerine yedeklenmesine izin vermek için {1} seçeneğini belirleyin.\r\nKişisel veya yönetilmeyen veriler bu ayardan etkilenmez."
"tooltip": "Kuruluş verilerinin Android yedekleme hizmetlerine yedeklenmesini önlemek için {0} seçeneğini belirleyin.\r\nKuruluş verilerinin Android yedekleme hizmetlerine yedeklenmesine izin vermek için {1} seçeneğini belirleyin.\r\nKişisel veya yönetilmeyen veriler etkilenmez."
},
"AndroidBiometricAuthentication": {
"label": "Erişim için PIN yerine biyometri",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "Yönetilmeyen tarayıcı protokolü",
"tooltip": "<p>Tek bir yönetilmeyen tarayıcı için protokol girin. İlkeyle yönetilen uygulamaların web içeriği (http/s) bu protokolü destekleyen herhangi bir uygulamada açılır. </p>\r\n \r\n<p><b>Not: </b>Yalnızca protokol ön ekini ekleyin. Tarayıcınız \"tarayıcım://www.microsoft.com\" biçiminde bağlantılar gerektiriyorsa \"tarayıcım\" yazın.</p>"
"tooltip": "<p>Tek bir yönetilmeyen tarayıcı için protokol girin. İlkeyle yönetilen uygulamaların web içeriği (http/s) bu protokolü destekleyen herhangi bir uygulamada açılır. </p>\r\n\r\n<p><b>Not: </b>Yalnızca protokol ön ekini ekleyin. Tarayıcınız \"tarayıcım://www.microsoft.com\" biçiminde bağlantılar gerektiriyorsa \"tarayıcım\" yazın.</p>"
},
"CustomDialerAppDisplayName": {
"label": "Numara Çevirici Uygulaması Adı"
@@ -2183,10 +2202,10 @@
"tooltip": "Kuruluş verilerini Intune uygulama katmanı şifrelemesiyle şifrelemeyi zorunlu kılmak için {0} seçeneğini belirleyin.\r\n <br/>\r\nKuruluş verilerini Intune uygulama katmanı şifrelemesi ile şifrelemeyi zorunlu kılmamak için {1} seçeneğini belirleyin.\r\n\r\n<br/>\r\nNot: Intune uygulama katmanı şifrelemesi hakkında daha fazla bilgi için bkz. {2}."
},
"EncryptDataAndroid": {
"tooltip": "<p>Bu uygulamada iş veya okul verilerini şifrelemeyi etkinleştirmeyi <b>gerektir</b> seçeneğini belirleyin. Intune, uygulama verilerini güvenli bir şekilde şifrelemek için Android Keystore sistemiyle birlikte wolfSSL, 256 bit AES şifreleme şemasını kullanıyor. Dosya G/Ç görevleri sırasında veriler zaman uyumlu olarak şifrelenir. Cihaz depolama alanı içeriği her zaman şifrelenir. Yeni dosyalar 256 bit anahtarlarla şifrelenecek. Mevcut 128 bit şifreli dosyalar 256 bit anahtarlara geçiş denemesi olacak ancak işlem garanti edilmiyor. 128 bit anahtarlarla şifrelenmiş dosyalar okunabilir olarak kalacak. </p>\r\n\r\n<p>Şifreleme yöntemi FIPS 140-2 uyumlu.</p>"
"tooltip": "<p>Bu uygulamada iş veya okul verilerini şifrelemeyi etkinleştirmek için <b>Gerektir</b> seçeneğini belirleyin. Intune, uygulama verilerini güvenli bir şekilde şifrelemek için Android Keystore sistemiyle birlikte wolfSSL, 256 bit AES şifreleme şemasını kullanıyor. Dosya G/Ç görevleri sırasında veriler zaman uyumlu olarak şifrelenir. Cihaz depolama alanı içeriği her zaman şifrelenir. Yeni dosyalar 256 bit anahtarlarla şifrelenecek. Mevcut 128 bit şifreli dosyalar 256 bit anahtarlara geçiş denemesi olacak ancak işlem garanti edilmiyor. 128 bit anahtarlarla şifrelenen dosyalar okunabilir durumda kalır. </p>\r\n\r\n<p>Şifreleme yöntemi FIPS 140-2 ile uyumludur.</p>"
},
"EncryptDataIos": {
"tooltip1": "Bu uygulamada iş veya okul verilerinin şifrelemesini etkinleştirmek için <b>Gerektir</b> seçeneğini belirleyin. Intune, cihaz kilitliyken uygulama verilerini korumak için iOS/iPadOS cihaz şifrelemesini zorunlu tutar. Uygulamalar, Intune APP SDK'sı şifrelemesini kullanarak isteğe bağlı olarak uygulama verilerini şifreleyebilir. Intune APP SDK'sı, uygulama verilerine 128 bit AES şifrelemesi uygulamak amacıyla iOS/iPadOS şifreleme yöntemlerini kullanır.",
"tooltip1": "Bu uygulamada iş veya okul verilerinin şifrelemesini etkinleştirmek için <b>Gerektir</b> seçeneğini belirleyin. Intune, cihaz kilitliyken uygulama verilerini korumak için iOS/iPadOS cihaz şifrelemesini zorunlu tutar. Uygulamalar, Intune APP SDK'sı şifrelemesini kullanarak isteğe bağlı olarak uygulama verilerini şifreleyebilir. Intune APP SDK'sı, uygulama verilerine 256 bit AES şifrelemesi uygulamak amacıyla iOS/iPadOS şifreleme yöntemlerini kullanır.",
"tooltip2": "Bu ayarı etkinleştirdiğinizde, kullanıcının cihazına erişmek için bir PIN ayarlayıp bunu kullanması gerekir. Cihaz PIN'i yoksa ve şifreleme gerekliyse \"Kuruluşunuz bu uygulamaya erişebilmeniz için bir cihaz PIN'i etkinleştirmenizi gerektiriyor\" iletisiyle kullanıcıdan bir PIN ayarlaması istenir.",
"tooltip3": "Hangi iOS şifreleme modüllerinin FIPS 140-2 uyumlu olduğunu veya FIPS 140-2 uyumluluğu beklediğini görmek için <a href=\"{0}\" target=\"_blank\">resmi Apple belgelerine</a> gidin."
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "Kuruluş verileri bildirimleri",
"tooltip": "<p>Bu uygulama ve giyilebilir cihazlar gibi bağlı cihazlar için kuruluş hesaplarına yönelik bildirimlerin nasıl gösterileceğini belirtmek üzere aşağıdaki seçeneklerden birini belirleyin:</p> \r\n<p>{0}: Bildirimleri paylaşma.</p> \r\n<p>{1}: Kuruluş verilerini bildirimlerde paylaşma. Uygulama tarafından desteklenmiyorsa bildirimler engellenir. </p>\r\n<p>{2}: Tüm bildirimleri paylaş. </p>\r\n <p>Yalnızca Android:\r\n Not: Bu ayar tüm uygulamalar için geçerli değildir. Daha fazla bilgi için bkz. {3}</p>\r\n \r\n <p>Yalnızca iOS:\r\nNot: Bu ayar tüm uygulamalar için geçerli değildir. Daha fazla bilgi için bkz. {4}</p>"
"tooltip": "<p>Bu uygulama ve giyilebilir cihazlar gibi bağlı cihazlar için kuruluş hesaplarına yönelik bildirimlerin nasıl gösterileceğini belirtmek üzere aşağıdaki seçeneklerden birini belirleyin:</p>\r\n<p>{0}: Bildirimleri paylaşma.</p>\r\n<p>{1}: Kuruluş verilerini bildirimlerde paylaşma. Uygulama tarafından desteklenmiyorsa bildirimler engellenir. </p>\r\n<p>{2}: Tüm bildirimleri paylaş. </p>\r\n <p>Yalnızca Android:\r\n Not: Bu ayar tüm uygulamalar için geçerli değildir. Daha fazla bilgi için bkz. {3}</p>\r\n\r\n <p>Yalnızca iOS:\r\nNot: Bu ayar tüm uygulamalar için geçerli değildir. Daha fazla bilgi için bkz. {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "Diğer uygulamalarla web içerik aktarımını kısıtla",
"tooltip": "<p>Bu uygulamanın, web içeriğini açabileceği uygulamaları belirtmek için şu seçeneklerden birini belirleyin: </p>\r\n<p><b>Microsoft Edge:</b> Web içeriğinin yalnızca Microsoft Edgede açılmasına izin ver.<a href=\"{0}\" target=\"_blank\"> Microsoft Edgein verilerinizi nasıl koruduğu hakkında bilgi edinin.</a></p>\r\n<p><b>Yönetilmeyen tarayıcı:</b> Web içeriğinin yalnızca \"Yönetilmeyen tarayıcı protokolü\" ayarıyla tanımlanan yönetilmeyen tarayıcıda açılmasına izin verin.</p> \r\n<p><b>Tüm uygulamalar:</b> Web bağlantılarının tüm uygulamalarda açılmasına izin ver</p>"
"tooltip": "<p>Bu uygulamanın web içeriğini açabileceği uygulamaları belirtmek için aşağıdaki seçeneklerden birini seçin: </p>\r\n<p><b> Microsoft Edge:</b> Web içeriğinin yalnızca Microsoft Edge'de açılmasına izin verin.<a href=\"{0}\" target=\"_blank\"> Microsoft Edge'in verilerinizi nasıl koruduğunu öğrenin.</a></p>\r\n<p><b> Yönetilmeyen tarayıcı:</b> Web içeriğinin yalnızca Yönetilmeyen tarayıcı protokolü ayarıyla tanımlanan yönetilmeyen tarayıcıda açılmasına izin ver</p>\r\n<p><b>Herhangi bir uygulama:</b> Herhangi bir uygulamada web bağlantılarına izin ver</p>"
},
"OverrideBiometric": {
"tooltip": "Gerekirse zaman aşımına (dakika olarak eylemsizlik süresi) bağlı olarak bir PIN istemi, biyometrik istemlerini geçersiz kılar. Bu zaman aşımı değerine ulaşılmazsa biyometrik istemi gösterilmeye devam eder. Bu zaman aşımı değeri, 'Erişim gereksinimlerini yeniden denetlemek için geçecek süre (dakika olarak eylemsizlik süresi)' altında belirtilen değerden büyük olmalıdır. "
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "Kuruluş verilerinin kopyalarını kaydet",
"tooltip": "Kuruluş verilerinin bir kopyasının \"Farklı Kaydet\" kullanılarak seçili depolama hizmetlerinden başka bir konuma kaydedilmesini engellemek için {0} seçeneğini belirleyin.\r\nKuruluş verilerinin \"Farklı Kaydet\" kullanılarak yeni bir konuma kaydedilmesine izin vermek için {1} seçeneğini belirleyin. <br/> \r\n\r\n\r\nNot: Bu ayar tüm uygulamalar için geçerli değildir. Daha fazla bilgi için bkz. {2}.\r\n"
"tooltip": "Kuruluş verilerinin bir kopyasının Farklı Kaydet kullanılarak seçilen depolama hizmetleri dışında yeni bir konuma kaydedilmesini önlemek için {0}'i seçin.\r\n Kuruluş verilerinin bir kopyasınıFarklı Kaydet kullanarak yeni bir konuma kaydetmeye izin vermek için {1} seçin. <br/>\r\n\r\n\r\nNot: Bu ayar tüm uygulamalar için geçerli değildir. Daha fazla bilgi için bkz. {2}.\r\n"
},
"SaveDataToSelected": {
"label": "Kullanıcının seçili hizmetlere kopya kaydetmesine izin ver",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "Şunun için kesmeye, kopyalamaya ve yapıştırmaya izin ver:",
"tooltip": "Kuruluş kullanıcılarının kuruluş verilerini kesip ya da kopyalayıp yapıştırabilecekleri kaynakları ve hedefleri belirtmek için aşağıdaki seçeneklerden birini seçin: <br/>\r\n\r\n<b>Tüm hedefler ve tüm kaynaklar</b>: Kuruluş kullanıcıları herhangi bir hesap, belge, konum veya uygulamadan veri yapıştırabilir ve bunların tümüne veri kesip kopyalayabilir.<br/>\r\n\r\n<b>Hedef veya kaynak yok</b>: Kuruluş kullanıcıları dış hesaplara, belgelere, konumlara veya uygulamalara veya bunlardan veri kesme, kopyalama veya yapıştırma işlemi gerçekleştiremez."
"tooltip": "Kuruluş kullanıcılarının kuruluş verilerini kesebileceği, kopyalayabileceği veya yapıştırabileceği kaynakları ve hedefleri belirtmek için aşağıdaki seçeneklerden birini belirleyin: <br/>\r\n\r\n<b>Herhangi bir hedef ve kaynak</b>: Kuruluş kullanıcıları herhangi bir hesap, belge, konum veya uygulamadan verileri yapıştırabilir ve verileri herhangi bir hesap, belge, konum veya uygulamaya kesebilir/kopyalayabilir.<br/>\r\n\r\n<b>Hedef veya kaynak yok</b>: Kuruluş kullanıcıları kuruluş bağlamından veya kuruluş bağlamına dış hesaplar, belgeler, konumlar veya uygulamalardan verileri kesemez, kopyalayamaz veya yapıştıramaz."
},
"WinPrintData": {
"label": "Kuruluş verilerini yazdır",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "Şu kaynaklardan veri al:",
"tooltip": "Kuruluş kullanıcılarının veri alabilecekleri kaynakları belirtmek için şu seçeneklerden birini seçin: <br/>\r\n\r\n<b>Tüm kaynaklar</b>: Kuruluş kullanıcıları herhangi bir hesap, belge, konum veya uygulamadaki verileri kuruluş bağlamında açabilir.<br/>\r\n\r\n<b>Kaynak yok</b>: Kuruluş kullanıcıları dış hesaplardan, belgelerden, konumlardan veya uygulamalardan verileri kuruluş bağlamında açamaz."
"tooltip": "Kuruluş kullanıcılarının veri alabileceği kaynakları belirtmek için aşağıdaki seçeneklerden birini belirleyin: <br/>\r\n\r\n<b>Tüm kaynaklar</b>: Kuruluş kullanıcıları herhangi bir hesap, belge, konum veya uygulamadaki verileri kuruluş bağlamında açabilir.<br/>\r\n\r\n<b>Kaynak yok</b>: Kuruluş kullanıcıları dış hesaplardan, belgelerden, konumlardan veya uygulamalardan verileri kuruluş bağlamında açamaz."
},
"WinSendData": {
"label": "Kuruluş verilerini şu hedeflere gönder:",
"tooltip": "Kuruluş kullanıcılarının veri gönderebilecekleri hedefleri belirtmek şu seçeneklerden birini seçin: <br/>\r\n\r\n<b>Tüm hedefler</b>: Kuruluş kullanıcıları kuruluş verilerini herhangi bir hesap, belge, konum veya uygulamaya gönderebilir.<br/>\r\n\r\n<b>Hedef yok</b>: Kuruluş kullanıcıları kuruluş verilerini kuruluş bağlamından dış hesaplara, belgelere, konumlara veya uygulamalara gönderemez."
"tooltip": "Kuruluş kullanıcılarının veri gönderebileceği hedefleri belirtmek için aşağıdaki seçeneklerden birini belirleyin: <br/>\r\n\r\n<b>Tüm hedefler</b>: Kuruluş kullanıcıları kuruluş verilerini herhangi bir hesap, belge, konum veya uygulamaya gönderebilir.<br/>\r\n\r\n<b>Hedef yok</b>: Kuruluş kullanıcıları kuruluş verilerini uygulama bağlamından dış hesaplara, belgelere, konumlara veya uygulamalara gönderemez."
},
"Tap": {
"numberOfDays": "Gün Sayısı",
@@ -2387,7 +2406,7 @@
"PolicySet": {
"appManagement": "Uygulama yönetimi",
"assignments": "Atamalar",
"basics": "Temel Ayarlar",
"basics": "Temel Bilgiler",
"deviceEnrollment": "Cihaz kaydı",
"deviceManagement": "Cihaz yönetimi",
"scopeTags": "Kapsam etiketleri",
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Komut satırı",
"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ı.",
"installScript": "Betiği yükle",
"installScriptErrorText": "Yükleme betiği gereklidir.",
"installScriptToolTip": "Bu uygulamayı yüklemek için kullanılan yükleme komutlarını içeren PowerShell betik dosyası.",
"installScriptsHeader": "Betik veya komut satırı kullanma, süre sınırları, yeniden başlatma davranışı ve dönüş kodları dahil olmak üzere uygulama Yükleme ve Kaldırma ayarlarını belirtin.",
"installerTypeText": "Yükleyici türü",
"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.",
"scriptDropdownText": "PowerShell betiği",
"scriptsErrorText": "Yükleme ve kaldırma betiği gereklidir.",
"selectCustomScript": "Özel betiği seç",
"selectScriptLinkAriaText": "Betik seçilmedi. Betiği karşıya yüklemek için bağlam bölmesini açar.",
"selectScriptLinkText": "Betik seçin",
"selectedScriptLinkAriaText": "{0} betiği seçildi. Yeni bir betiği düzenlemek veya karşıya yüklemek için bağlam bölmesini açar.",
"selectorLabel": "Program",
"uninstallCommand": "Kaldırma komutu",
"uninstallCommandTooltip": "Bu uygulamayı kaldırmak için kullanılan kaldırma komut satırının tamamı."
"uninstallCommandTooltip": "Bu uygulamayı kaldırmak için kullanılan kaldırma komut satırının tamamı.",
"uninstallScript": "Betiği kaldır",
"uninstallScriptErrorText": "Kaldırma betiği gereklidir.",
"uninstallScriptToolTip": "Bu uygulamayı kaldırmak için kullanılan kaldırma komutlarını içeren PowerShell betik dosyası.",
"uninstallerTypeText": "Kaldırıcı türü"
},
"TermsOfUse": {
"Languages": {
@@ -2847,8 +2882,8 @@
"description": "Açıklama",
"deviceType": "Cihaz türü",
"deviceUse": "Cihaz kullanımı",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot, Surface Hub 2 cihazları için yalnızca Microsoft Entra'ya Katılmış olarak desteklenir. Cihazların kuruluşunuzda Active Directory'ye (AD) katılma yöntemini belirtin.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra'ya katılmış: Şirket içi Windows Server Active Directory olmadan yalnızca bulut.\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Cihazların kuruluşunuzda Active Directory'ye (AD) nasıl katıldığını belirtin:\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra'ya katılmış: Şirket içi Windows Server Active Directory olmadan yalnızca bulutta\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot, Surface Hub 2 cihazları için yalnızca Microsoft Entra'ya Katılmış olarak desteklenir. Cihazların kuruluşunuzdaki Active Directory'ye (AD) nasıl katılacağını belirtin.\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra katıldı: Şirket içi Windows Server Active Directory olmadan yalnızca bulut\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n Cihazların kuruluşunuzdaki Active Directory'ye (AD) nasıl katılacağını belirtin:\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra katıldı: Şirket içi Windows Server Active Directory olmadan yalnızca bulut\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "Atanan cihaz sayısı getirilirken bir hata oluştu.",
"getAssignmentsError": "Autopilot profil atamaları getirilirken bir hata oluştu.",
"harvestDeviceId": "Hedeflenen tüm cihazları Autopilot'a dönüştür",
@@ -2885,16 +2920,16 @@
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "Microsoft Entra Paylaşılan Moduna Sahip Android Enterprise Ayrılmış Cihazları​ndaki Uygulamalar",
"appsOnAndroidOpenSourceProjectUserAssociated": "Android Açık Kaynak Projesi Kullanıcı İlişkili Uygulamalar",
"appsOnAndroidOpenSourceProjectUserless": "Android Açık Kaynak Projesindeki Uygulamalar Kullanıcısız",
"appsOnIntuneManagedDevices": "Intune yönetilen cihazlardaki uygulamalar",
"appsOnIntuneManagedDevices": "Intune yönetilen cihazlarındaki uygulamalar",
"appsOnUnmanagedDevices": "Yönetilmeyen cihazlardaki uygulamalar",
"iOSPlatformLabel": "iOS/iPadOS",
"iosAndroidMacPlatformLabel": "iOS, Android, Mac",
"iosAndroidPlatformLabel": "iOS, Android",
"macPlatformLabel": "Mac",
"notAvailable": "Kullanılamaz",
"windows10PlatformLabel": "Windows 10 ve sonraki sürümler",
"withEnrollment": "Kayıt ile",
"withoutEnrollment": "Kayıt olmadan"
"notAvailable": "Kullanılamıyor",
"windows10PlatformLabel": "Windows 10 ve üzeri",
"withEnrollment": "Kayıt var",
"withoutEnrollment": "Kayıt yok"
},
"OfficeApplicationAdditionalType": {
"projectProRetail": "Proje Çevrimiçi Masaüstü İstemcisi",
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Bölünmüş Tünel",
"vPNTrustedNetwork": "Güvenilen Ağ Algılama",
"wSLCompliance": "Linux Için Windows Alt Sistemi(WSL)",
"wakeSettings": "Uyandırma ayarları",
"webContentFilter": "Web İçeriği Filtresi",
"wiFi": "Wi-Fi",
@@ -4291,7 +4327,7 @@
"rw": "Kinyarvanda dili (Ruanda)",
"sw": "Svahili dili (Kenya)",
"kok": "Konkani Dili (Hindistan)",
"ko": "Korece (Güney Kore)",
"ko": "Korece (Kore)",
"ky": "Kırgızca (Kırgızistan)",
"lo": "Lao dili (Lao ÖİB)",
"lv": "Letonca (Letonya)",
@@ -4300,7 +4336,6 @@
"mk": "Makedonca (Kuzey Makedonya)",
"ml": "Malayalam dili (Hindistan)",
"mt": "Malta dili (Malta)",
"mi": "Maori dili (Yeni Zelanda)",
"mr": "Marathi (Hindistan)",
"moh": "Mohavk dili (Mohavk)",
"ne": "Nepal dili (Nepal)",
@@ -4319,7 +4354,7 @@
"si": "Sinhali dili (Sri Lanka)",
"sk": "Slovakça (Slovakya)",
"sl": "Slovence (Slovenya)",
"sv": "İsveççe (İsveç)",
"sv": "İsveç dili (İsveç)",
"syr": "Süryanice (Suriye)",
"tg": "Tacikçe (Kiril, Tacikistan)",
"ta": "Tamil dili (Hindistan)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamca (Vietnam)",
"cy": "Galce (Birleşik Krallık)",
"wo": "Volof dili (Senegal)",
"sah": "Yakutça (Rusya)",
"ii": "Yi dili (ÇHC)",
"yo": "Yorubaca (Nijerya)"
},
"DisplayRoleTypes": {
"builtInRole": "Yerleşik Rol",
"customAutopatchRole": "Özel Windows Otomatik Yama rolü",
"customCloudPCRole": "Özel Windows 365 rolü",
"customIntuneRole": "Özel Intune rolü",
"customRole": "Özel Rol"
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "Bu ayarlar tam olarak yönetilen, ayrılmış ve şirkete ait iş profili cihazları için geçerlidir.",
"allAndroidCorpEnrollmentTypesHeaderName": "Tam olarak yönetilen, ayrılmış ve şirkete ait iş profili cihazları",
"allAndroidVersionsPasswordHeader": "Tüm Android cihazlar",
"allAndroidVersionsPasswordHeaderDescription": "Bu ayarlar tüm Android OS sürümleri ve üreticileri için geçerlidir.",
"allAndroidVersionsPasswordHeaderDescription": "Bu ayarlar, belirtilenler dışında tüm Android işletim sistemi sürümleri ve üreticileri için çalışır",
"allDomainsOption": "Tüm etki alanları",
"allEnrollmentTypesDescription": "Bu ayarlar, Intune'a cihaz kaydı veya kullanıcı kaydı aracılığıyla kaydedilen cihazlar için ve otomatik cihaz kaydı (önceden DEP) ile Apple Okul Yöneticisi veya Apple Business Manager kullanılarak kaydedilen cihazlar için çalışır.",
"allEnrollmentTypesHeader": "Tüm kayıt türleri",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Yüz tanımayla kilit açma",
"blockFacetimeName": "FaceTime'ı engelle",
"blockFactoryResetDescription": "Cihazda fabrika sıfırlamasını engelleyin.",
"blockFactoryResetName": "Fabrika sıfırlaması (yalnızca Samsung KNOX)",
"blockFactoryResetName": "Fabrika ayarlarına sıfırlama (yalnızca Samsung KNOX Android 15 ve öncesi)",
"blockFilesNetworkDriveAccessDescription": "Cihazlar, Sunucu İleti Bloğu (SMB) protokolünü kullanarak bir ağ sunucusundaki dosyalara veya diğer kaynaklara erişebilir. iOS ve iPadOS sürüm 13.0 ve sonraki sürümleri çalıştıran cihazlar için kullanılabilir.",
"blockFilesNetworkDriveAccessName": "Dosyalar uygulamasında ağ sürücüsüne erişimi engelle",
"blockFilesUsbDriveAccessDescription": "Erişim içeren cihazlar, USB sürücüsündeki dosyalara bağlanabilir ve bunları açabilir. iOS ve iPadOS sürüm 13.0 veya sonraki sürümleri çalıştıran cihazlar için kullanılabilir.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Cihazda Google hesabı otomatik eşitleme işlevini engelleyin.",
"blockGoogleAccountAutoSyncName": "Google hesabını otomatik eşitleme (yalnızca Samsung KNOX)",
"blockGoogleBackupDescription": "Google yedekleme ile eşitlemeyi engelleyin.",
"blockGoogleBackupName": "Google yedekleme (yalnızca Samsung KNOX)",
"blockGoogleBackupName": "Google yedeklemesi (yalnızca Samsung KNOX Android 15 ve öncesi)",
"blockGooglePlayStoreDescription": "Google Play Store'u engelleyin (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play Store (yalnızca Samsung KNOX) ",
"blockHostPairingDescription": "iOS cihazının eşleştirilebildiği cihazları kontrol etmek için konak eşleştirmesini engelleyin.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "SIM kart algılanmazsa hata iletişim kutusunun görüntülenmesini engelleyin",
"blockSIMCardErrorDialogName": "SIM kart hatası iletişim kutusu (yalnızca mobil)",
"blockSMSAndMMSAndroidDescription": "SMS/MMS iletileri işlevselliğini engelleyin (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "SMS/MMS iletileri (yalnızca Samsung KNOX)",
"blockSMSAndMMSName": "SMS/MMS mesajlaşması (Yalnızca Samsung KNOX Android 15 ve öncesi)",
"blockSafariAutofillDescription": "Safari'nin kullanıcının web formlarına girdiklerini hatırlamasını engeller.",
"blockSafariAutofillName": "Safari Otomatik Doldurmayı Engelle",
"blockSafariDescription": "Safari web tarayıcısını engelleyin.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "VPN yapılandırmalarının oluşturulmasını engeller",
"blockVPNCreationName": "VPN oluşturmayı engelle",
"blockVoiceAssistantAndroidDescription": "Ses yardımcısını engelleyin (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Sesli yardım (yalnızca Samsung KNOX)",
"blockVoiceAssistantName": "Sesli yardımcı (yalnızca Samsung KNOX Android 15 ve öncesi)",
"blockVoiceDialingAndroidDescription": "Sesli aramayı engelleyin (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Cihazda sesli aramayı engelleyin.",
"blockVoiceDialingName": "Sesli arama",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "Karşıya yüklenen dosyanın doğru biçimi için lütfen Intune belgelerine bakın. <a href=\"https://aka.ms/AA6z0o4\">Daha fazla bilgi edinin</a>",
"customAppConfigurationFileName": "Özellik listesi dosyası",
"customBoolError": "Boolean türüne sahip tüm yapılandırma anahtarlarının \"true\" veya \"false\" değeri olmalıdır.",
"customComplianceToolTip": "Etkinleştirildiğinde, cihazların bir keşif PowerShell komut dosyasından döndürülen özel verilere dayalı olarak bir JSON dosyasında tanımlanan özel kurallara göre uyumlu olması gerekir.",
"customEapXmlOption": "Özel EAP Xml",
"customIntError": "Tamsayı türüne sahip tüm yapılandırma anahtarlarının tam sayı değeri olmalıdır.",
"customItemHideFromUserConfiguration": "Gizle",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "İş profili ve kişisel profil arasında veri paylaşımı",
"dataTypeName": "Veri türü",
"dateAndTimeBlockChangesDescription": "Kullanıcının cihazdaki (Samsung KNOX) tarih ve saati değiştirmesini engelleyin.",
"dateAndTimeBlockChangesName": "Tarih ve saat değişimlerini engelleme (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Tarih ve saat değişikliklerini engelleme (yalnızca Samsung Android 15 ve öncesi)",
"dateTimeConfigurationBlockedDescription": "Kullanıcının tarih ve saati el ile ayarlamasını engelleyin.",
"dateTimeConfigurationBlockedName": "Tarih ve Saat değişiklikleri",
"dateTimeName": "Tarih ve saat",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Wi-Fi izin verilenler listesi",
"knoxBlockAutofillDescription": "Otomatik doldurmayı engelleyin.",
"knoxBlockAutofillName": "Otomatik doldurma (Yalnızca Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (Yalnızca Samsung KNOX)",
"knoxBlockBluetoothName": "Bluetooth (yalnızca Samsung KNOX Android 13 ve öncesi)",
"knoxBlockCookiesDescription": "Tarayıcı tanımlama bilgilerine izin verin veya bunları engelleyin",
"knoxBlockCookiesName": "Tanımlama bilgileri (Yalnızca Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "Kopyalama ve yapıştırma işlevlerini engelleyin.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Açılır pencereler (Yalnızca Samsung KNOX)",
"knoxBlockRemovableStorageName": "Çıkarılabilir depolama (Yalnızca Samsung KNOX)",
"knoxBlockScreenshotDescription": "Ekran içeriğinin görüntü olarak yakalanmasını engelleyin.",
"knoxBlockScreenshotName": "Ekran yakalama (Yalnızca Samsung KNOX)",
"knoxBlockScreenshotName": "Ekran görüntüsü (yalnızca Samsung KNOX Android 15 ve öncesi)",
"knoxBlockVoiceDialingName": "Sesli arama (Yalnızca Samsung KNOX)",
"knoxBlockVoiceRoamingName": "Ses dolaşımı (Yalnızca Samsung KNOX)",
"knoxBlockWebBrowserDescription": "Cihazda web tarayıcısını engelleyin.",
"knoxBlockWebBrowserName": "Web tarayıcısı (Yalnızca Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (Yalnızca Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Wi-Fi internet paylaşımı (Yalnızca Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (yalnızca Samsung KNOX Android 12 ve öncesi)",
"knoxBlockWiFiTetheringName": "Wi-Fi internet paylaşımı (yalnızca Samsung KNOX Android 12 ve öncesi)",
"knoxCellularDataDescription": "Cep telefonu şebekeleri üzerinden veri kullanımını engeller. Yapılandırılmadığında, cep telefonu şebekeleri üzerinden veri kullanımına izin verir ve kullanıcılar tarafından düzenlenebilir.",
"knoxCellularDataName": "Hücresel veri kanalı (Yalnızca Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 ve öncesi veya Samsung Knox Android 15 ve öncesi",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "Bu ayarlar Android 9 veya önceki sürümleri çalıştıran cihazlar için geçerlidir. Android işletim sistemi Android 15 ve önceki bir sürümü çalıştıran tüm Samsung Knox cihazlarında da uygulanır.",
"knoxRequireEncryptionName": "Şifreleme (Android 11 ve öncesi veya Samsung KNOX Android 14 ve öncesi)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Depolama kartları şifrelenmelidir. Bazı depolama kartları şifrelemeyi desteklemez. Daha fazla bilgi için cihazın ve mobil işletim sisteminin belgelerine bakın.",
"knoxRequireEncryptionOnRemovableStorageName": "Depolama kartlarında şifreleme (Yalnızca Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "Depolama kartlarında şifreleme (yalnızca Samsung KNOX Android 15 ve öncesi)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (Yerel tür)",
"lanManagerAuthenticationLevelDesc": "Bu güvenlik ayarı, ağda oturum açmak için hangi sınama/yanıt kimlik doğrulaması protokolünün kullanılacağını belirler.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Tanımlayıcı türü",
"macOSAppleEventReceiverTableDescription": "Uygulamanın veya işlemin kısıtlı bir Apple olayını başka bir uygulamaya veya işleme göndermesine izin verin. Alma uygulamasının veya işleminin kimliğini, tanımlayıcı türünü ve kod gereksinimini bilmeniz gerekir.",
"macOSAppleEventReceiverTableName": "Apple olayları",
"macOSDeploymentChannelDeviceChannel": "Cihaz Kanalı",
"macOSDeploymentChannelName": "Dağıtım Kanalı",
"macOSDeploymentChannelUserChannel": "Kullanıcı Kanalı",
"macOSDeploymentChannelWarningBanner": "Kullanıcı Kanalında Kullanıcı sertifikası türünü yalnızca güvenlik amacıyla kullanmanız önemle önerilir.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Kapatılan açıklamalı altyazılar, vurgu metni ve ses denetimi gibi özellikler barındıran cihazda erişilebilirlik uygulamasına erişimi denetleyin.",
"macOSPrivacyAccessControlItemAccessibilityName": "Erişilebilirlik",
"macOSPrivacyAccessControlItemAddressBookName": "Kişiler",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Anahtar modülleri bir kümedeki kimlik doğrulama paketlerinin hiçbirini desteklemiyorsa modülleri o kimlik doğrulama kümesinin tamamını yoksayacak şekilde ayarlayın. Bu etkinleştirildiğinde anahtar modülleri desteklenmeyen kimlik doğrulama paketlerini yoksayar.",
"opportunisticallyMatchAuthName": "Mümkün olduğunda kimlik doğrulama kümesini anahtar modülüne göre eşleştir",
"optional": "İsteğe Bağlı",
"optionalValue": "İsteğe bağlı değerler",
"organizationalUnitDescription": "Bilgisayar hesaplarının içinde oluşturulacağı Kuruluş Birimi'nin (OU) tam yolu. Belirtilmezse tanınmış bilgisayar nesne kapsayıcısı kullanılır.",
"organizationalUnitName": "Kuruluş birimi",
"originalProfileTypeTitle": "Orijinal Profil Türü:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Sertifika geçerlilik dönemi",
"sCEPPolicyCustomAADAttribute": "Özel Microsoft Entra Özniteliği",
"sCEPPolicyCustomKeys": "Özel anahtarlar",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Herhangi bir desteklenen değişken olabilecek bir değer sağlayın (örneğin, {{UserPrincipalName}}). {{OnPremisesSecurityIdentifier}} öğesini yalnızca URI özniteliğiyle kullanabilirsiniz. Desteklenen değişkenler hakkında daha fazla bilgi edinin: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Desteklenen herhangi bir değişkeni statik metinle birleştirebilen bir değer belirtin. UPN ve E-posta adresleri için {{AAD_Device_ID}}@contoso.com biçimini kullanın. DNS değerleri simge veya @ işareti içermemelidir (örneğin {{DeviceName}}.contoso.com veya {{DeviceName}}). Konu alternatif adı için URI özniteliğiyle yalnızca {{OnPremisesSecurityIdentifier}} değerinin kullanılabileceğine dikkat edin. Destek değişkenlerini buradan görebilirsiniz: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "WPA Önceden paylaşılan anahtar",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "Uyumlu olmayan Linux dağıtımları: ",
"wSLComplianceTitle": "Uyumlu olmayan Linux dağıtımlarını veya sürümlerini Linux için Windows Alt Sisteminden (WSL) kaldırın.",
"wSLPolicyDistributionName": "Dağıtım türü",
"wSLPolicyMaxOSVersionName": "En yüksek işletim sistemi sürümü",
"wSLPolicyMinOSVersionName": "En düşük işletim sistemi sürümü",
"wakeOnLANName": "LAN'da Uyandırma",
"wakeOnPowerName": "Güçte Uyandırma",
"wakeScreenWhenSomeoneInRoomName": "Birisi odadayken uyku modundan çıkar",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Kilit ekranında Windows Spot",
"windowsSpotlightPersonalizationDescription": "Cihaz kullanımına göre Windows Spot kişiselleştirmesini engeller",
"windowsSpotlightPersonalizationName": "Windows Spot kişiselleştirmesi",
"windowsSubsystemLinuxComplianceDescription": "Bu ayarlar, yönetilen Windows cihazlarına yüklenen Linux dağıtımlarıyla ilgilidir ve yönetilen Windows cihazının uyumluluk durumunu etkiler. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Ayarları kullanma hakkında daha fazla bilgi edinin</a>",
"windowsSubsystemLinuxComplianceHeader": "İzin verilen Linux dağıtımları ve sürümleri",
"windowsSubsystemLinuxComplianceInfoBox": "WSL ve özel uyumluluk ayarlarını aynı ilkede yapılandıramazsınız.",
"windowsSubsystemLinuxComplianceLearnMore": "İzin verilen Linux dağıtımlarını ve isteğe bağlı olarak, her dağıtım için en düşük sürümü, en yüksek sürümü veya her ikisini belirtin.",
"windowsTipsDescription": "BT yöneticilerinin Windows İpuçlarının pencerede açılmasını devre dışı bırakmasına izin verir.",
"windowsTipsName": "Windows İpuçları",
"windowsWelcomeExperienceDescription": "Yeni veya güncelleştirilmiş özellikleri tanıtan Windows karşılama deneyimini engeller",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "İlke yok",
"clientAppPolicyPlural": "{0} ilke",
"clientAppPolicySingular": "{0} ilke",
"clockInClockOutNotes": "<p><b>Notlar:</b></p>\r\n<ul type=\"disc\">\r\n <li>Bu ayarın uygulanabileceği uygulamalar hakkında daha fazla bilgi için lütfen <b>sessiz zaman belgeleri bağlantısı - engelleme bölümüne</b> bakın.</li>\r\n <li>Bu ayar bildirimlerin sesini kapatma özelliğine sahip değildir. Ayarları bildirimlerin sesini kapatmak üzere yapılandırmak için lütfen <b>sessiz zaman bağlantısı - sessize alma belgelerine</b> bakın.</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>Notlar:</b></p>\r\n<ul type=\"disc\">\r\n <li>Bu ayar yalnızca kiracı, <b>Çalışma Zamanı APIsi</b> ile tümleştirilmişse yapılandırmalıdır. Bu ayarı <b>Çalışma Zamanı API'si</b> ile tümleştirme hakkında daha fazla bilgi için bkz. <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Saha çalışanları vardiya dışıyken Microsoft Teams'e erişimi sınırlama</a>\r\n. Bu ayarı, Çalışma Zamanı API'si ile tümleştirmeden yapılandırmak, uygulamayla ilişkili yönetilen hesabın çalışma zamanı durumunun olmaması nedeniyle hesapların engellenmesiyle sonuçlanabilir.</li>\r\n <li>Lütfen bkz. <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">Desteklenen Microsoft Intune uygulamaları | Microsoft Learn</a>\r\nbu ayarı destekleyen uygulamalar hakkında daha fazla bilgi için.</li> <li>Bu ayar, bildirimlerin sesini kapatma özelliğine sahip değildir. Ayarları yapılandırarak bildirimlerin sesini kapatmak için lütfen bkz. <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Microsoft Intune | Microsoft Learnde sessiz zaman ilkeleri oluşturma</a></li>\r\n</ul>",
"clockedOutAccount": "Çalışma dışı zaman",
"closeText": "Kapat",
"columns": "Sütunlar",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "Kayıtlı cihazlar için benzer cihaz tabanlı ayarlar yapılandırılabilir.",
"deviceConditionsInfoParagraph2LinkText": "Kayıtlı cihazlar için cihaz uyumluluk ayarlarını yapılandırma hakkında daha fazla bilgi edinin.",
"deviceId": "Cihaz Kimliği",
"deviceLockComplexityValidationFailureNotes": "<p><b>Notlar:</b></p>\r\n<ul type=\"disc\">\r\n <li>Cihaz kilidi şu seviyelerde parola karmaşıklığı gerektirebilir: Android 12+ için DÜŞÜK, ORTA veya YÜKSEK. Android 11 ve önceki sürümlerde çalışan cihazlar için Düşük/Orta/Yüksek karmaşıklık değeri ayarlamakbeklenen davranışı varsayılan değer olan \"Düşük Karmaşıklık\" olarak belirler.</li>\r\n <li>Aşağıdaki parola tanımları değişiklik gösterebilir. Farklı parola karmaşıklığı seviyelerinin en güncel tanımları için lütfen <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Developers</a>a başvurun.</li>\r\n</ul>\r\n\r\n<p><b>Düşük</b></p>\r\n<ul type=\"disc\">\r\n <li>Parola tekrarlı (4444) ya da sıralı (1234, 4321, 2468) diziler içeren bir kalıp veya PIN olabilir.</li>\r\n</ul>\r\n\r\n<p><b>Orta</b></p>\r\n<ul type=\"disc\">\r\n <li>Tekrarlı (4444) ya da sıralı (1234, 4321, 2468) diziler içermeyen en az 4 karakter uzunluğundaki PIN</li>\r\n <li>En az 4 karakter uzunluğundaki alfabetik parolalar</li>\r\n <li>En az 4 karakter uzunluğundaki alfasayısal parolalar</li>\r\n</ul>\r\n\r\n<p><b>Yüksek</b></p>\r\n<ul type=\"disc\">\r\n <li>Tekrarlı (4444) ya da sıralı (1234, 4321, 2468) diziler içermeyen en az 8 karakter uzunluğundaki PIN</li>\r\n <li>En az 6 karakter uzunluğundaki alfabetik parolalar</li>\r\n <li>En az 6 karakter uzunluğundaki alfasayısal parolalar</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>Notlar:</b></p>\r\n<ul type=\"disc\">\r\n <li>Cihaz kilidi şu seviyelerde parola karmaşıklığı gerektirebilir: Android 12+ için DÜŞÜK, ORTA veya YÜKSEK. Android 11 ve önceki sürümlerde çalışan cihazlar için Düşük/Orta/Yüksek karmaşıklık değeri ayarlamakbeklenen davranışı varsayılan değer olan \"Düşük Karmaşıklık\" olarak belirler.</li>\r\n <li>Aşağıdaki parola tanımları değişiklik gösterebilir. Farklı parola karmaşıklık düzeylerinin en güncel tanımları için lütfen <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android Geliştiricileri</a>ne bakın.</li>\r\n</ul>\r\n\r\n<p><b>Düşük</b></p>\r\n<ul type=\"disc\">\r\n <li>Parola, yinelenen (4444) veya sıralı (1234, 4321, 2468) dizili bir desen veya PIN olabilir.</li>\r\n</ul>\r\n\r\n<p><b>Orta</b></p>\r\n<ul type=\"disc\">\r\n <li>Yinelenen (4444) veya sıralı (1234, 4321, 2468) dizileri olmayan en az 4 karakter uzunluğunda PIN</li>\r\n <li>En az 4 karakter uzunluğunda alfabetik parolalar</li>\r\n <li>En az 4 karakter uzunluğunda alfasayısal parolalar</li>\r\n</ul>\r\n\r\n<p><b>Yüksek</b></p>\r\n<ul type=\"disc\">\r\n <li>Yinelenen (4444) veya sıralı (1234, 4321, 2468) dizileri olmayan en az 8 karakter uzunluğunda PIN</li>\r\n <li>En az 6 karakter uzunluğunda alfabetik parolalar</li>\r\n <li>En az 6 karakter uzunluğunda alfasayısal parolalar</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "Cihaz kilitlendiğinde ve açık dosyalar varken",
"deviceLockedOptionText": "Cihaz kilitliyken",
"deviceManufacturer": "Cihaz üreticisi",
@@ -10620,7 +10676,7 @@
"downloadingReport": "Rapor indiriliyor",
"edgeGSAssignment": "Edge mobilin yüklü olmasını istediğiniz kullanıcı gruplarını seçin. Edge, bu kullanıcılar tarafından kaydedilen tüm iOS ve Android cihazlara yüklenecek.",
"edgeGSIntroBenefitHTML": "<p>iOS veya Android kullanıcılarınızın kurumsal cihazlara sorunsuz göz atabilmeleri için Microsoft Edge uygulamasını edinin! Edge, kullanıcıların iş içeriklerini birleştirmelerine, düzenlemelerine ve yönetmelerine yardımcı olan yerleşik özelliklerle web ortamındaki kalabalıktan kurtulmalarını sağlar. Edge uygulamasında kurumsal Microsoft Entra hesaplarıyla giriş yapan iOS ve Android cihaz kullanıcılarının tarayıcıları, çalışma alanı Sık kullanılanları ve tanımladığınız web sitesi filtreleriyle önceden yüklenmiş olarak gelir.</p><p>Kullanıcıların iOS veya Android cihazları kaydetmelerini engellediyseniz, bu senaryoda kayıt etkinleştirmez ve kullanıcıların Edge'i kendileri yüklemesi gerekir.</p>",
"edgeGSIntroPrereqHTML": "<p>Kullanıcılarınızın ihtiyaç duyduğu çalışma alanı sık kullanılanlarını ve web'de gezinmeniz için gereken filtreleri size soracağız. Devam etmeden önce şu görevleri tamamladığınızdan emin olun:</p>\r\n<li>Kullanıcıları <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra gruplarına ekleyin</a></li>\r\n<li>iOS veya Android cihazlarını Intune'a kaydedin. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Daha fazla bilgi</a></li>\r\n<li>Edge'e eklenecek çalışma alanı sık kullanılanlarının listesini alın.</li>\r\n<li>Edge'e uygulanacak web sitesi filtrelerinin listesini alın.</li>",
"edgeGSIntroPrereqHTML": "<p>Kullanıcılarınızın ihtiyaç duyduğu çalışma alanı sık kullanılanlarını ve web'de gezinmeniz için gereken filtreleri size soracağız. Devam etmeden önce aşağıdaki görevleri tamamladığınızdan emin olun:</p>\r\n<li>Kullanıcıları <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra gruplarına ekleyin</a></li>\r\n<li>iOS veya Android cihazlarını Intunea kaydedin. <a href='https://go.microsoft.com/fwlink/?linkid=2102547'>Daha fazla bilgi edinin</a></li>\r\n<li>Edgee eklemek için iş yeri sık kullanılanlarının listesini toplayın.</li>\r\n<li>Edgede uygulamak için web sitesi filtrelerinin listesini toplayın.</li>",
"edgeGSName": "iOS ve Android için Edge",
"edgeGSSyncInfo": "Bu dağıtımın cihazlara ulaşması, cihaz bağlantısı ve eşitleme sürelerine bağlı olarak 24 saati bulabilir.",
"edit": "Düzenle",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "MAM etkinleştirildi mi?",
"itemsCount": "{0} öğe",
"jailbrokenRootedDevices": "Jailbreak yapılmış/kök erişim izni verilmiş cihazlar",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Desteklenen cihazlarda erişimi engelle",
"lastModifiedDate": "En Son Değişiklik Tarihi",
"lastReportedDate": "Son raporlanan tarih",
"lastSync": "Son eşitleme",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Siliniyor...",
"photoLibrary": "Fotoğraf Kitaplığı",
"pinCharSettingTooltip": "Sayısal bir PIN yalnızca sayısal karakterlere izin verir.\r\n\r\nGeçiş kodu şunların hepsini gerektirir: Alfasayısal karakterler ve izin verilen simgeler.",
"pinRotationWarning": "<b>Önemli:</b> 1 Haziran 2024te 17.7.0 sürümünden eski bir SDK içeren Uygulamalar artık Uygulama Koruma İlkesi güncelleştirmeleri almayacak ve kullanıcıların uygulamayı başlatması engellenecek. Lütfen kullanıcıların uygulamalarını güncelleştirdiğinden ve iş kolu uygulamalarınızın son SDK veya sarmalayıcı sürümünü kullandığından emin olun. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Daha Fazla Bilgi Edinin</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Platform",
"platformDropDownLabel": "Platform",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "İlke kümeleri",
"applicabilityRules": "Uygulanabilirlik Kuralları",
"windowsEnrollmentTitle": "Windows kaydı",
"DefaultESPCustomErrorMessage": "Kurulum tamamlanamadı. Lütfen yeniden deneyin veya yardım için destek sorumlunuza başvurun.",
"appleEnrollmentTitle": "Apple kaydı",
"targetedAppLabel": "Hedeflenen uygulama",
"configurationSettingsTitle": "Yapılandırma Ayarları",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13036,28 +13078,28 @@
"androidAOSP": "Android (AOSP)",
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidWorkProfile": "Android Enterprise",
"androidWorkProfile": "Android enterprise",
"common": "Ortak",
"iOS": "iOS/iPadOS",
"iosAndAndroidPlatformLabel": "iOS ve Android",
"iosCommaAndroidPlatformLabel": "iOS, Android",
"linux": "Linux",
"macOS": "macOS",
"unknown": "Bilinmeyen",
"unknown": "Bilinmiyor",
"unsupported": "Desteklenmiyor",
"windows": "Windows",
"windows10": "Windows 10 ve sonraki sürümler",
"windows10CM": "Windows 10 ve üzeri sürümler (ConfigMgr)",
"windows10": "Windows 10 ve üzeri",
"windows10CM": "Windows 10 ve üzeri (ConfigMgr)",
"windows10Holo": "Windows 10 Holographic",
"windows10Mobile": "Windows 10 Mobile",
"windows10Team": "Windows 10 Team",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 ve sonraki sürümler",
"windows8": "Windows 8.1 ve üzeri",
"windows8And10": "Windows 8 ve 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 ve sonraki sürümler",
"windows10AndLater": "Windows 10 ve üzeri",
"windows10AndWindowsServer": "Windows 10, Windows 11 ve Windows Server (ConfigMgr)",
"windows10andLaterCM": "Windows 10 ve üzeri sürümler (ConfigMgr)",
"windows10andLaterCM": "Windows 10 ve üzeri (ConfigMgr)",
"holoLens": "HoloLens",
"surfaceHub2": "Surface Hub 2",
"surfaceHub2S": "Surface Hub 2S",
@@ -13085,7 +13127,7 @@
"androidDeviceOwnerTrustedCertificate": "Güvenilen Sertifika",
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "E-posta (Yalnızca Samsung KNOX)",
"androidEmailProfile": "E-posta (yalnızca Samsung KNOX)",
"androidForWorkCustom": "Özel",
"androidForWorkEmailProfile": "E-posta",
"androidForWorkGeneral": "Cihaz kısıtlamaları",
@@ -13106,18 +13148,18 @@
"androidZebraMx": "MX profili (yalnızca Zebra)",
"complianceAndroid": "Android uyumluluk ilkesi",
"complianceAndroidDeviceOwner": "Tam olarak yönetilen, ayrılmış ve şirkete ait iş profili",
"complianceAndroidEnterprise": "Kişisel olarak sahip olunan iş profili",
"complianceAndroidEnterprise": "Kişiye ait iş profili",
"complianceAndroidForWork": "Android for Work uyumluluk ilkesi",
"complianceIos": "iOS uyumluluk ilkesi",
"complianceMac": "Mac uyumluluk ilkesi",
"complianceWindows10": "Windows 10 ve üzeri uyumluluk ilkesi",
"complianceWindows10Mobile": "Windows 10 Mobile uyumluluk ilkesi",
"complianceWindows10Mobile": "Windows 10 mobile uyumluluk ilkesi",
"complianceWindows8": "Windows 8 uyumluluk ilkesi",
"complianceWindowsPhone": "Windows Phone uyumluluk ilkesi",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Özellikler kataloğu (önizleme)",
"inventoryCatalog": "Özellikler kataloğu",
"iosCustom": "Özel",
"iosDerivedCredentialAuthenticationConfiguration": "Türetilmiş PIV kimlik bilgisi",
"iosDerivedCredentialAuthenticationConfiguration": "Türetilmiş PIV kimlik bilgileri",
"iosDeviceFeatures": "Cihaz özellikleri",
"iosEDU": "Eğitim",
"iosEducation": "Eğitim",
@@ -13125,7 +13167,7 @@
"iosGeneral": "Cihaz kısıtlamaları",
"iosImportedPFX": "PKCS içe aktarılan sertifikası",
"iosPKCS": "PKCS sertifikası",
"iosPresets": "Önayarlar",
"iosPresets": "Ön ayarlar",
"iosSCEP": "SCEP sertifikası",
"iosTrustedCertificate": "Güvenilen sertifika",
"iosVPN": "VPN",
@@ -13144,7 +13186,7 @@
"settingsCatalog": "Ayarlar kataloğu",
"unsupported": "Desteklenmiyor",
"windows10AdministrativeTemplate": "Yönetim Şablonları (Önizleme)",
"windows10Atp": "Uç Nokta için Microsoft Defender (Windows 10 veya sonraki sürümleri çalıştıran masaüstü cihazları)",
"windows10Atp": "Uç Nokta için Microsoft Defender (Windows 10 veya üzerini çalıştıran masaüstü cihazları)",
"windows10Custom": "Özel",
"windows10DesktopSoftwareUpdate": "Yazılım Güncelleştirmeleri",
"windows10DeviceFirmwareConfigurationInterface": "Cihaz Üretici Yazılımı Yapılandırma Arabirimi",
@@ -13160,7 +13202,7 @@
"windows10SCEP": "SCEP sertifikası",
"windows10SecureAssessmentProfile": "Eğitim profili",
"windows10SharedPC": "Paylaşılan çok kullanıcılı cihaz",
"windows10TeamGeneral": "Cihaz kısıtlamaları (Windows 10 Ekibi)",
"windows10TeamGeneral": "Cihaz kısıtlamaları (Windows 10 Team)",
"windows10TrustedCertificate": "Güvenilen sertifika",
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
@@ -13172,7 +13214,7 @@
"windows8WiFi": "Wi-Fi içeri aktarma",
"windowsDeliveryOptimization": "Teslim İyileştirme",
"windowsDomainJoin": "Etki Alanına Katılma",
"windowsEditionUpgrade": "Sürüm yükseltme ve mod değiştirme",
"windowsEditionUpgrade": "Sürüm yükseltmesi ve mod anahtarı",
"windowsIdentityProtection": "Kimlik koruması",
"windowsPhoneCustom": "Özel",
"windowsPhoneEmailProfile": "E-posta",
+95 -53
View File
@@ -53,7 +53,7 @@
"RoleAssignment": {
"RoleAssignmentAdmin": "Admin Groups",
"RoleAssignmentAdminDesc": "Admin group users are the administrators assigned to this role",
"rolesMenuTitle": "Endpoint Manager roles",
"rolesMenuTitle": "Intune roles",
"RoleAssignmentScopeDesc": "Administrators in this role assignment can target policies, applications and remote tasks",
"RoleAssignmentScope": "Scope Groups"
},
@@ -71,7 +71,7 @@
"appPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package types include: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix, and .msixbundle).",
"applicableDeviceType": "Select the device types that can install this app.",
"category": "Categorize the app to make it easier for users to sort and find in Company Portal. You can choose multiple categories.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Search the Microsoft Store app (new) for store apps that you want to deploy with Intune."
},
"descriptionPreview": "Preview",
"descriptionPreviewLabel": "Preview",
"descriptionRequired": "Description is required.",
"editDescription": "Edit Description",
"macOSMinOperatingSystemAdditionalInfo": "The minimum operating system for uploading a .pkg file is macOS 10.14. Upload a .pkg file to select an older minimum operating system.",
"markdownHelpLink": "Get help with markdown supported for descriptions.",
"name": "App information",
"nameForOfficeSuitApp": "App suite information"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Account protection (Test)",
"windowsSecurityExperience": "Windows Security experience"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows Firewall"
},
"FirewallRules": {
"mDE": "Windows Firewall Rules"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "OneDrive Known Folder Move settings: Windows 10 in cloud configuration template. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Unknown",
"unsupported": "Unsupported",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi import",
"windows10CompliancePolicy": "Windows 10/11 compliance policy",
@@ -1064,9 +1080,11 @@
"prompt": "Prompt"
},
"Permissions": {
"accessBackgroundLocation": "Location access (background)",
"accessCoarseLocation": "Location access (coarse)",
"accessFineLocation": "Location access (fine)",
"addVoicemail": "Add voicemail",
"bluetoothConnect": "Bluetooth connect",
"bodySensors": "Allow body sensor data",
"bodySensorsBackground": "Allow background body sensor data",
"callPhone": "Make phone calls",
@@ -1970,6 +1988,7 @@
"tenantManagement": "Tenant management"
},
"actions": "Actions for Non-Compliance",
"adminPermissions": "Admin permissions",
"advancedExchangeSettings": "Exchange online settings",
"advancedThreatProtection": "Microsoft Defender for Endpoint",
"allApps": "All apps",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Software updates summary",
"macOSSoftwareUpdateStateSummaries": "updates",
"managedGooglePlay": "Managed Google Play",
"msfb": "Microsoft Store for Business",
"myPermissions": "My permissions",
"notifications": "Notifications",
"officeApps": "Office apps",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Retire noncompliant devices",
"retireNoncompliantDevicesPreview": "Retire noncompliant devices (preview)",
"role": "Role",
"rolesByPermission": "Roles by permission",
"scriptManagement": "Scripts",
"securityBaselines": "Security baselines",
"serviceToServiceConnector": "Exchange online connector",
@@ -2179,7 +2198,7 @@
},
"EncryptData": {
"label": "Encrypt org data",
"link": "https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-android#data-relocation-settings",
"link": "https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-android#data-relocation-settings",
"tooltip": "Select {0} to enforce encrypting org data with Intune app layer encryption.\n <br/>\nSelect {1} to not enforce encrypting org data with Intune app layer encryption.\n\n<br/>\nNote: For more information on Intune app layer encryption, see {2}."
},
"EncryptDataAndroid": {
@@ -2273,7 +2292,7 @@
"select": "Select keyboards to approve",
"subtitle": "Add all keyboards and input methods that users are allowed to use with targeted apps. Enter the keyboard name as you would like it to appear to the end user.",
"title": "Add approved keyboards",
"toolTip": "Select Require and then specify a list of approved keyboards for this policy. <a href='https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-android#data-transfer'>Learn more.</a>"
"toolTip": "Select Require and then specify a list of approved keyboards for this policy. <a href='https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-android#data-transfer'>Learn more.</a>"
},
"SaveData": {
"label": "Save copies of org data",
@@ -2299,7 +2318,7 @@
"label": "Sync policy managed app data with native apps or add-ins"
},
"ThirdPartyKeyboards": {
"infoBox": "Keyboard restrictions will apply to all areas of an app. Personal accounts for apps that support multiple identities will be affected by this restriction. <a href='https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-ios#data-transfer' aria-label='Learn more about third party keyboards'>Learn more.</a>",
"infoBox": "Keyboard restrictions will apply to all areas of an app. Personal accounts for apps that support multiple identities will be affected by this restriction. <a href='https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-ios#data-transfer' aria-label='Learn more about third party keyboards'>Learn more.</a>",
"label": "Third party keyboards"
},
"Timeout": {
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Command line",
"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.",
"installScript": "Install script",
"installScriptErrorText": "An install script is required.",
"installScriptToolTip": "The PowerShell script file with installation commands used to install this app.",
"installScriptsHeader": "Specify app Installation and Uninstallation settings, including whether to use a script or command line, time limits, restart behavior, and return codes.",
"installerTypeText": "Installer type",
"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.",
"scriptDropdownText": "PowerShell script",
"scriptsErrorText": "An install and an uninstall script are required.",
"selectCustomScript": "Select custom script",
"selectScriptLinkAriaText": "No script selected. Opens context pane to upload a script.",
"selectScriptLinkText": "Select a script",
"selectedScriptLinkAriaText": "Script {0} selected. Opens context pane to edit or upload a new script.",
"selectorLabel": "Program",
"uninstallCommand": "Uninstall command",
"uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app."
"uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app.",
"uninstallScript": "Uninstall script",
"uninstallScriptErrorText": "An uninstall script is required.",
"uninstallScriptToolTip": "The PowerShell script file with uninstallation commands used to uninstall this app.",
"uninstallerTypeText": "Uninstaller type"
},
"TermsOfUse": {
"Languages": {
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Split Tunneling",
"vPNTrustedNetwork": "Trusted Network Detection",
"wSLCompliance": "Windows Subsystem for Linux (WSL)",
"wakeSettings": "Wake settings",
"webContentFilter": "Web Content Filter",
"wiFi": "Wi-Fi",
@@ -4300,7 +4336,6 @@
"mk": "Macedonian (North Macedonia)",
"ml": "Malayalam (India)",
"mt": "Maltese (Malta)",
"mi": "Maori (New Zealand)",
"mr": "Marathi (India)",
"moh": "Mohawk (Mohawk)",
"ne": "Nepali (Nepal)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamese (Vietnam)",
"cy": "Welsh (United Kingdom)",
"wo": "Wolof (Senegal)",
"sah": "Yakut (Russia)",
"ii": "Yi (PRC)",
"yo": "Yoruba (Nigeria)"
},
"DisplayRoleTypes": {
"builtInRole": "Built-in Role",
"customAutopatchRole": "Custom Windows Autopatch role",
"customCloudPCRole": "Custom Windows 365 role",
"customIntuneRole": "Custom Intune role",
"customRole": "Custom Role"
@@ -4564,7 +4601,7 @@
"noAssignmentShellScriptDisplayText": "Assign shell script to at least one group. Go to Properties to edit assignments."
},
"CustomAttributes": {
"customAttributeScriptDescription": "Max file size 200 KB.",
"customAttributeScriptDescription": "Max file size 1 MB.",
"customAttributeScriptLabel": "Script",
"customAttributeTypeDescription": "Select the data type of the result.",
"customAttributeTypeLabel": "Data type of attribute",
@@ -4606,7 +4643,7 @@
"toolTip": "By default, the script is run as the root user. The root user can make system changes that a standard user account can't."
},
"uploadFileToolTip": {
"toolTip": "Max file size 200 KB."
"toolTip": "Max file size 1 MB."
}
},
"PolicyFrequency": {
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "These settings work for fully managed, dedicated, and corporate-owned work profile devices.",
"allAndroidCorpEnrollmentTypesHeaderName": "Fully managed, dedicated, and corporate-owned work profile devices",
"allAndroidVersionsPasswordHeader": "All Android devices",
"allAndroidVersionsPasswordHeaderDescription": "These settings work for all Android OS versions and manufacturers.",
"allAndroidVersionsPasswordHeaderDescription": "These settings work for all Android OS versions and manufacturers, except where specified",
"allDomainsOption": "All domains",
"allEnrollmentTypesDescription": "These settings work for devices that were enrolled in Intune through device enrollment or user enrollment, and for devices enrolled using Apple School Manager or Apple Business Manager with automated device enrollment (formerly DEP).",
"allEnrollmentTypesHeader": "All enrollment types",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Face unlock",
"blockFacetimeName": "Block FaceTime",
"blockFactoryResetDescription": "Block factory reset on device.",
"blockFactoryResetName": "Factory reset (Samsung KNOX only)",
"blockFactoryResetName": "Factory reset (Samsung KNOX Android 15 and earlier only)",
"blockFilesNetworkDriveAccessDescription": "Using the Server Message Block (SMB) protocol, devices can access files or other resources on a network server. Available for devices running iOS and iPadOS, versions 13.0 and later.",
"blockFilesNetworkDriveAccessName": "Block access to network drive in Files app",
"blockFilesUsbDriveAccessDescription": "Devices with access can connect to and open files on a USB drive. Available for devices running iOS and iPadOS, versions 13.0 or later.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Block Google account auto sync functionality on device.",
"blockGoogleAccountAutoSyncName": "Google account auto sync (Samsung KNOX only)",
"blockGoogleBackupDescription": "Block sync with Google backup.",
"blockGoogleBackupName": "Google backup (Samsung KNOX only)",
"blockGoogleBackupName": "Google backup (Samsung KNOX Android 15 and earlier only)",
"blockGooglePlayStoreDescription": "Block Google Play store (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play store (Samsung KNOX only) ",
"blockHostPairingDescription": "Block host pairing to control the devices an iOS device can pair with.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Block the error dialog from displaying if no SIM card is detected",
"blockSIMCardErrorDialogName": "SIM card error dialog (mobile only)",
"blockSMSAndMMSAndroidDescription": "Block SMS/MMS messaging functionality (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "SMS/MMS messaging (Samsung KNOX only)",
"blockSMSAndMMSName": "SMS/MMS messaging (Samsung KNOX Android 15 and earlier only)",
"blockSafariAutofillDescription": "Blocks Safari from remembering what users enter in web forms.",
"blockSafariAutofillName": "Block Safari AutoFill",
"blockSafariDescription": "Block Safari web browser.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Blocks the creation of VPN configurations",
"blockVPNCreationName": "Block VPN creation",
"blockVoiceAssistantAndroidDescription": "Block voice assistant (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Voice assistant (Samsung KNOX only)",
"blockVoiceAssistantName": "Voice assistant (Samsung KNOX Android 15 and earlier only)",
"blockVoiceDialingAndroidDescription": "Block voice dialing (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Block voice dialing on device.",
"blockVoiceDialingName": "Voice dialing",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "For the correct format of the uploaded file, please view the Intune documentation. <a href=\"https://aka.ms/AA6z0o4\">Learn more</a>",
"customAppConfigurationFileName": "Property list file",
"customBoolError": "All configuration keys of type Boolean must have a value of either \"true\" or \"false\".",
"customComplianceToolTip": "When enabled, devices must be compliant according to custom rules defined in a JSON file based on custom data returned from a discovery PowerShell script.",
"customEapXmlOption": "Custom EAP Xml",
"customIntError": "All configuration keys of type integer must be a whole number value.",
"customItemHideFromUserConfiguration": "Hide",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Data sharing between work and personal profiles",
"dataTypeName": "Data type",
"dateAndTimeBlockChangesDescription": "Block user from changing date and time on device (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Block date and time changes (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Block date and time changes (Samsung Android 15 and earlier only)",
"dateTimeConfigurationBlockedDescription": "Block user from manually setting the date and time.",
"dateTimeConfigurationBlockedName": "Date and Time changes",
"dateTimeName": "Date and time",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Wi-Fi allow-list",
"knoxBlockAutofillDescription": "Block autofill.",
"knoxBlockAutofillName": "Autofill (Samsung KNOX only)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX only)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX Android 13 and earlier only)",
"knoxBlockCookiesDescription": "Allow or block browser cookies",
"knoxBlockCookiesName": "Cookies (Samsung KNOX only)",
"knoxBlockCopyAndPasteDescription": "Block copy and paste functionality.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Pop-ups (Samsung KNOX only)",
"knoxBlockRemovableStorageName": "Removable storage (Samsung KNOX only)",
"knoxBlockScreenshotDescription": "Block capturing contents of screen as an image.",
"knoxBlockScreenshotName": "Screen capture (Samsung KNOX only)",
"knoxBlockScreenshotName": "Screen capture (Samsung KNOX Android 15 and earlier only)",
"knoxBlockVoiceDialingName": "Voice dialing (Samsung KNOX only)",
"knoxBlockVoiceRoamingName": "Voice roaming (Samsung KNOX only)",
"knoxBlockWebBrowserDescription": "Block web browser on device.",
"knoxBlockWebBrowserName": "Web browser (Samsung KNOX only)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX only)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (Samsung KNOX only)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX Android 12 and earlier only)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (Samsung KNOX Android 12 and earlier only)",
"knoxCellularDataDescription": "Block data usage over cellular networks. When not configured, data usage over cellular networks is allowed and editable by users.",
"knoxCellularDataName": "Cellular data channel (Samsung KNOX only)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 and earlier or Samsung Knox Android 15 and earlier",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "These settings work for devices running Android 9 or earlier, and will also work on all Samsung Knox devices running any Android OS version Android 15 and earlier.",
"knoxRequireEncryptionName": "Encryption (Android 11 and earlier, or Samsung KNOX Android 14 and earlier)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Storage cards must be encrypted. Not all devices support storage card encryption. For more information, see the device and mobile operating system documentation.",
"knoxRequireEncryptionOnRemovableStorageName": "Encryption on storage cards (Samsung KNOX only)",
"knoxRequireEncryptionOnRemovableStorageName": "Encryption on storage cards (Samsung KNOX Android 15 and earlier only)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (Native type)",
"lanManagerAuthenticationLevelDesc": "This security setting determines which challenge/response authentication protocol is used for network logons.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Identifier type",
"macOSAppleEventReceiverTableDescription": "Allow the app or process to send a restricted Apple event to another app or process. You will need to know the identifier, identifier type, and code requirement of the receiving app or process.",
"macOSAppleEventReceiverTableName": "Apple events",
"macOSDeploymentChannelDeviceChannel": "Device Channel",
"macOSDeploymentChannelName": "Deployment Channel",
"macOSDeploymentChannelUserChannel": "User Channel",
"macOSDeploymentChannelWarningBanner": "It is strongly recommended that you use User certificate type in User Channel only for security purpose.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Control access to the accessibility app on the device, which houses features such as closed captions, hover text, and voice control.",
"macOSPrivacyAccessControlItemAccessibilityName": "Accessibility",
"macOSPrivacyAccessControlItemAddressBookName": "Contacts",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Set keying modules to ignore the entire authentication set if they do not support all authentication suites in that set. If enabled, keying modules will ignore unsupported authentication suites.",
"opportunisticallyMatchAuthName": "Opportunistically match authentication set per keying module",
"optional": "Optional",
"optionalValue": "Optional value",
"organizationalUnitDescription": "Full path to Organizational Unit (OU) the computer accounts are to be created in. If not specified well known computer object container is used.",
"organizationalUnitName": "Organizational unit",
"originalProfileTypeTitle": "Original Profile Type:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Certificate validity period",
"sCEPPolicyCustomAADAttribute": "Custom Microsoft Entra Attribute",
"sCEPPolicyCustomKeys": "Custom keys",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Provide a value, which can be any supported variable, such as {{UserPrincipalName}}. You can only use {{OnPremisesSecurityIdentifier}} with the URI attribute. Learn more about supported variables: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. Note that the {{OnPremisesSecurityIdentifier}} value can only be used with the URI attribute for the subject alternative name. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "WPA-Pre-shared key",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "The noncompliant Linux distributions are: ",
"wSLComplianceTitle": "Uninstall noncompliant Linux distributions or versions from Windows Subsystem for Linux (WSL).",
"wSLPolicyDistributionName": "Distribution name",
"wSLPolicyMaxOSVersionName": "Maximum OS version",
"wSLPolicyMinOSVersionName": "Minimum OS version",
"wakeOnLANName": "Wake on LAN",
"wakeOnPowerName": "Wake on power",
"wakeScreenWhenSomeoneInRoomName": "Wake screen when someone is in room",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows Spotlight on lock screen",
"windowsSpotlightPersonalizationDescription": "Block Windows Spotlight personalization based on device usage",
"windowsSpotlightPersonalizationName": "Windows Spotlight personalization",
"windowsSubsystemLinuxComplianceDescription": "These settings relate to Linux distributions installed on managed Windows devices and affect the compliance state of the device. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Learn more about using the setting</a>",
"windowsSubsystemLinuxComplianceHeader": "Allowed Linux distributions and versions",
"windowsSubsystemLinuxComplianceInfoBox": "You can't configure WSL and custom compliance settings in the same policy.",
"windowsSubsystemLinuxComplianceLearnMore": "Specify allowed Linux distributions and optionally, a minimum version, a maximum version, or both for each distribution.",
"windowsTipsDescription": "Allows IT admins to turn off the popup of Windows Tips.",
"windowsTipsName": "Windows Tips",
"windowsWelcomeExperienceDescription": "Block Windows welcome experience that introduces new or updated features",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "No policies",
"clientAppPolicyPlural": "{0} policies",
"clientAppPolicySingular": "{0} policy",
"clockInClockOutNotes": "<p><b>Notes:</b></p>\n<ul type=\"disc\">\n <li>Please refer to <b>link to quiet time docs blocking section</b> for more information on which apps this setting can be applied to.</li>\n <li>This setting does not have capability to mute notifications. To configure settings for muting notifications, please refer to <b>link to quiet time muting docs</b>.</li>\n</ul>",
"clockInClockOutNotes": "<p><b>Notes:</b></p>\n<ul type=\"disc\">\n <li>This setting must only be configured if the tenant has been integrated with the <b>Working Time API</b>. For more information about integrating this setting with the <b>Working Time API</b>, see <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Limit access to Microsoft Teams when frontline workers are off shift</a>\n. Configuring this setting without integrating with the Working Time API could result in accounts getting blocked due to missing working time status for the managed account associated with the application.</li>\n <li>Please refer to <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">Supported Microsoft Intune apps | Microsoft Learn</a>\nfor more information on which apps support this setting.</li> <li>This setting does not have the capability to mute notifications. To configure settings for muting notifications, please refer to <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Create quiet time policies in Microsoft Intune | Microsoft Learn</a></li>\n</ul>",
"clockedOutAccount": "Non-working time",
"closeText": "Close",
"columns": "Columns",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Is MAM enabled?",
"itemsCount": "{0} items",
"jailbrokenRootedDevices": "Jailbroken/rooted devices",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Block access on supported devices",
"lastModifiedDate": "Last Modified Date",
"lastReportedDate": "Last reported date",
"lastSync": "Last sync",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Deleting...",
"photoLibrary": "Photo Library",
"pinCharSettingTooltip": "A numeric PIN only allows numeric characters.\n\nA passcode requires all of the following: Alphanumeric characters and allowed symbols.",
"pinRotationWarning": "<b>Important:</b> On June 1, 2024 Apps with an SDK older than 17.7.0 will no longer get App Protection Policy updates and users will be blocked from launching the app. Please ensure users are updating their apps and your line of business apps are using a recent SDK or wrapper. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Learn More</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Platform",
"platformDropDownLabel": "Platform",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Policy sets",
"applicabilityRules": "Applicability Rules",
"windowsEnrollmentTitle": "Windows enrollment",
"DefaultESPCustomErrorMessage": "Setup could not be completed. Please try again or contact your support person for help.",
"appleEnrollmentTitle": "Apple enrollment",
"targetedAppLabel": "Targeted app",
"configurationSettingsTitle": "Configuration Settings",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13115,7 +13157,7 @@
"complianceWindows8": "Windows 8 compliance policy",
"complianceWindowsPhone": "Windows Phone compliance policy",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Properties catalog (preview)",
"inventoryCatalog": "Properties catalog",
"iosCustom": "Custom",
"iosDerivedCredentialAuthenticationConfiguration": "Derived PIV credential",
"iosDeviceFeatures": "Device features",
+95 -53
View File
@@ -53,7 +53,7 @@
"RoleAssignment": {
"RoleAssignmentAdmin": "Admin Groups",
"RoleAssignmentAdminDesc": "Admin group users are the administrators assigned to this role",
"rolesMenuTitle": "Endpoint Manager roles",
"rolesMenuTitle": "Intune roles",
"RoleAssignmentScopeDesc": "Administrators in this role assignment can target policies, applications and remote tasks",
"RoleAssignmentScope": "Scope Groups"
},
@@ -71,7 +71,7 @@
"appPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package types include: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix, and .msixbundle).",
"applicableDeviceType": "Select the device types that can install this app.",
"category": "Categorize the app to make it easier for users to sort and find in Company Portal. You can choose multiple categories.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Search the Microsoft Store app (new) for store apps that you want to deploy with Intune."
},
"descriptionPreview": "Preview",
"descriptionPreviewLabel": "Preview",
"descriptionRequired": "Description is required.",
"editDescription": "Edit Description",
"macOSMinOperatingSystemAdditionalInfo": "The minimum operating system for uploading a .pkg file is macOS 10.14. Upload a .pkg file to select an older minimum operating system.",
"markdownHelpLink": "Get help with markdown supported for descriptions.",
"name": "App information",
"nameForOfficeSuitApp": "App suite information"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Account protection (Test)",
"windowsSecurityExperience": "Windows Security experience"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows Firewall"
},
"FirewallRules": {
"mDE": "Windows Firewall Rules"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "OneDrive Known Folder Move settings: Windows 10 in cloud configuration template. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Unknown",
"unsupported": "Unsupported",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi import",
"windows10CompliancePolicy": "Windows 10/11 compliance policy",
@@ -1064,9 +1080,11 @@
"prompt": "Prompt"
},
"Permissions": {
"accessBackgroundLocation": "Location access (background)",
"accessCoarseLocation": "Location access (coarse)",
"accessFineLocation": "Location access (fine)",
"addVoicemail": "Add voicemail",
"bluetoothConnect": "Bluetooth connect",
"bodySensors": "Allow body sensor data",
"bodySensorsBackground": "Allow background body sensor data",
"callPhone": "Make phone calls",
@@ -1970,6 +1988,7 @@
"tenantManagement": "Tenant management"
},
"actions": "Actions for Non-Compliance",
"adminPermissions": "Admin permissions",
"advancedExchangeSettings": "Exchange online settings",
"advancedThreatProtection": "Microsoft Defender for Endpoint",
"allApps": "All apps",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Software updates summary",
"macOSSoftwareUpdateStateSummaries": "updates",
"managedGooglePlay": "Managed Google Play",
"msfb": "Microsoft Store for Business",
"myPermissions": "My permissions",
"notifications": "Notifications",
"officeApps": "Office apps",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Retire noncompliant devices",
"retireNoncompliantDevicesPreview": "Retire noncompliant devices (preview)",
"role": "Role",
"rolesByPermission": "Roles by permission",
"scriptManagement": "Scripts",
"securityBaselines": "Security baselines",
"serviceToServiceConnector": "Exchange online connector",
@@ -2179,7 +2198,7 @@
},
"EncryptData": {
"label": "Encrypt org data",
"link": "https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-android#data-relocation-settings",
"link": "https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-android#data-relocation-settings",
"tooltip": "Select {0} to enforce encrypting org data with Intune app layer encryption.\n <br/>\nSelect {1} to not enforce encrypting org data with Intune app layer encryption.\n\n<br/>\nNote: For more information on Intune app layer encryption, see {2}."
},
"EncryptDataAndroid": {
@@ -2273,7 +2292,7 @@
"select": "Select keyboards to approve",
"subtitle": "Add all keyboards and input methods that users are allowed to use with targeted apps. Enter the keyboard name as you would like it to appear to the end user.",
"title": "Add approved keyboards",
"toolTip": "Select Require and then specify a list of approved keyboards for this policy. <a href='https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-android#data-transfer'>Learn more.</a>"
"toolTip": "Select Require and then specify a list of approved keyboards for this policy. <a href='https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-android#data-transfer'>Learn more.</a>"
},
"SaveData": {
"label": "Save copies of org data",
@@ -2299,7 +2318,7 @@
"label": "Sync policy managed app data with native apps or add-ins"
},
"ThirdPartyKeyboards": {
"infoBox": "Keyboard restrictions will apply to all areas of an app. Personal accounts for apps that support multiple identities will be affected by this restriction. <a href='https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-ios#data-transfer' aria-label='Learn more about third party keyboards'>Learn more.</a>",
"infoBox": "Keyboard restrictions will apply to all areas of an app. Personal accounts for apps that support multiple identities will be affected by this restriction. <a href='https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-ios#data-transfer' aria-label='Learn more about third party keyboards'>Learn more.</a>",
"label": "Third party keyboards"
},
"Timeout": {
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Command line",
"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.",
"installScript": "Install script",
"installScriptErrorText": "An install script is required.",
"installScriptToolTip": "The PowerShell script file with installation commands used to install this app.",
"installScriptsHeader": "Specify app Installation and Uninstallation settings, including whether to use a script or command line, time limits, restart behavior, and return codes.",
"installerTypeText": "Installer type",
"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.",
"scriptDropdownText": "PowerShell script",
"scriptsErrorText": "An install and an uninstall script are required.",
"selectCustomScript": "Select custom script",
"selectScriptLinkAriaText": "No script selected. Opens context pane to upload a script.",
"selectScriptLinkText": "Select a script",
"selectedScriptLinkAriaText": "Script {0} selected. Opens context pane to edit or upload a new script.",
"selectorLabel": "Program",
"uninstallCommand": "Uninstall command",
"uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app."
"uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app.",
"uninstallScript": "Uninstall script",
"uninstallScriptErrorText": "An uninstall script is required.",
"uninstallScriptToolTip": "The PowerShell script file with uninstallation commands used to uninstall this app.",
"uninstallerTypeText": "Uninstaller type"
},
"TermsOfUse": {
"Languages": {
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Split Tunneling",
"vPNTrustedNetwork": "Trusted Network Detection",
"wSLCompliance": "Windows Subsystem for Linux (WSL)",
"wakeSettings": "Wake settings",
"webContentFilter": "Web Content Filter",
"wiFi": "Wi-Fi",
@@ -4300,7 +4336,6 @@
"mk": "Macedonian (North Macedonia)",
"ml": "Malayalam (India)",
"mt": "Maltese (Malta)",
"mi": "Maori (New Zealand)",
"mr": "Marathi (India)",
"moh": "Mohawk (Mohawk)",
"ne": "Nepali (Nepal)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamese (Vietnam)",
"cy": "Welsh (United Kingdom)",
"wo": "Wolof (Senegal)",
"sah": "Yakut (Russia)",
"ii": "Yi (PRC)",
"yo": "Yoruba (Nigeria)"
},
"DisplayRoleTypes": {
"builtInRole": "Built-in Role",
"customAutopatchRole": "Custom Windows Autopatch role",
"customCloudPCRole": "Custom Windows 365 role",
"customIntuneRole": "Custom Intune role",
"customRole": "Custom Role"
@@ -4564,7 +4601,7 @@
"noAssignmentShellScriptDisplayText": "Assign shell script to at least one group. Go to Properties to edit assignments."
},
"CustomAttributes": {
"customAttributeScriptDescription": "Max file size 200 KB.",
"customAttributeScriptDescription": "Max file size 1 MB.",
"customAttributeScriptLabel": "Script",
"customAttributeTypeDescription": "Select the data type of the result.",
"customAttributeTypeLabel": "Data type of attribute",
@@ -4606,7 +4643,7 @@
"toolTip": "By default, the script is run as the root user. The root user can make system changes that a standard user account can't."
},
"uploadFileToolTip": {
"toolTip": "Max file size 200 KB."
"toolTip": "Max file size 1 MB."
}
},
"PolicyFrequency": {
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "These settings work for fully managed, dedicated, and corporate-owned work profile devices.",
"allAndroidCorpEnrollmentTypesHeaderName": "Fully managed, dedicated, and corporate-owned work profile devices",
"allAndroidVersionsPasswordHeader": "All Android devices",
"allAndroidVersionsPasswordHeaderDescription": "These settings work for all Android OS versions and manufacturers.",
"allAndroidVersionsPasswordHeaderDescription": "These settings work for all Android OS versions and manufacturers, except where specified",
"allDomainsOption": "All domains",
"allEnrollmentTypesDescription": "These settings work for devices that were enrolled in Intune through device enrollment or user enrollment, and for devices enrolled using Apple School Manager or Apple Business Manager with automated device enrollment (formerly DEP).",
"allEnrollmentTypesHeader": "All enrollment types",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Face unlock",
"blockFacetimeName": "Block FaceTime",
"blockFactoryResetDescription": "Block factory reset on device.",
"blockFactoryResetName": "Factory reset (Samsung KNOX only)",
"blockFactoryResetName": "Factory reset (Samsung KNOX Android 15 and earlier only)",
"blockFilesNetworkDriveAccessDescription": "Using the Server Message Block (SMB) protocol, devices can access files or other resources on a network server. Available for devices running iOS and iPadOS, versions 13.0 and later.",
"blockFilesNetworkDriveAccessName": "Block access to network drive in Files app",
"blockFilesUsbDriveAccessDescription": "Devices with access can connect to and open files on a USB drive. Available for devices running iOS and iPadOS, versions 13.0 or later.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Block Google account auto sync functionality on device.",
"blockGoogleAccountAutoSyncName": "Google account auto sync (Samsung KNOX only)",
"blockGoogleBackupDescription": "Block sync with Google backup.",
"blockGoogleBackupName": "Google backup (Samsung KNOX only)",
"blockGoogleBackupName": "Google backup (Samsung KNOX Android 15 and earlier only)",
"blockGooglePlayStoreDescription": "Block Google Play store (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play store (Samsung KNOX only) ",
"blockHostPairingDescription": "Block host pairing to control the devices an iOS device can pair with.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Block the error dialog from displaying if no SIM card is detected",
"blockSIMCardErrorDialogName": "SIM card error dialog (mobile only)",
"blockSMSAndMMSAndroidDescription": "Block SMS/MMS messaging functionality (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "SMS/MMS messaging (Samsung KNOX only)",
"blockSMSAndMMSName": "SMS/MMS messaging (Samsung KNOX Android 15 and earlier only)",
"blockSafariAutofillDescription": "Blocks Safari from remembering what users enter in web forms.",
"blockSafariAutofillName": "Block Safari AutoFill",
"blockSafariDescription": "Block Safari web browser.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Blocks the creation of VPN configurations",
"blockVPNCreationName": "Block VPN creation",
"blockVoiceAssistantAndroidDescription": "Block voice assistant (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Voice assistant (Samsung KNOX only)",
"blockVoiceAssistantName": "Voice assistant (Samsung KNOX Android 15 and earlier only)",
"blockVoiceDialingAndroidDescription": "Block voice dialing (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Block voice dialing on device.",
"blockVoiceDialingName": "Voice dialing",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "For the correct format of the uploaded file, please view the Intune documentation. <a href=\"https://aka.ms/AA6z0o4\">Learn more</a>",
"customAppConfigurationFileName": "Property list file",
"customBoolError": "All configuration keys of type Boolean must have a value of either \"true\" or \"false\".",
"customComplianceToolTip": "When enabled, devices must be compliant according to custom rules defined in a JSON file based on custom data returned from a discovery PowerShell script.",
"customEapXmlOption": "Custom EAP Xml",
"customIntError": "All configuration keys of type integer must be a whole number value.",
"customItemHideFromUserConfiguration": "Hide",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Data sharing between work and personal profiles",
"dataTypeName": "Data type",
"dateAndTimeBlockChangesDescription": "Block user from changing date and time on device (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Block date and time changes (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Block date and time changes (Samsung Android 15 and earlier only)",
"dateTimeConfigurationBlockedDescription": "Block user from manually setting the date and time.",
"dateTimeConfigurationBlockedName": "Date and Time changes",
"dateTimeName": "Date and time",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Wi-Fi allow-list",
"knoxBlockAutofillDescription": "Block autofill.",
"knoxBlockAutofillName": "Autofill (Samsung KNOX only)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX only)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX Android 13 and earlier only)",
"knoxBlockCookiesDescription": "Allow or block browser cookies",
"knoxBlockCookiesName": "Cookies (Samsung KNOX only)",
"knoxBlockCopyAndPasteDescription": "Block copy and paste functionality.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Pop-ups (Samsung KNOX only)",
"knoxBlockRemovableStorageName": "Removable storage (Samsung KNOX only)",
"knoxBlockScreenshotDescription": "Block capturing contents of screen as an image.",
"knoxBlockScreenshotName": "Screen capture (Samsung KNOX only)",
"knoxBlockScreenshotName": "Screen capture (Samsung KNOX Android 15 and earlier only)",
"knoxBlockVoiceDialingName": "Voice dialing (Samsung KNOX only)",
"knoxBlockVoiceRoamingName": "Voice roaming (Samsung KNOX only)",
"knoxBlockWebBrowserDescription": "Block web browser on device.",
"knoxBlockWebBrowserName": "Web browser (Samsung KNOX only)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX only)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (Samsung KNOX only)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX Android 12 and earlier only)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (Samsung KNOX Android 12 and earlier only)",
"knoxCellularDataDescription": "Block data usage over cellular networks. When not configured, data usage over cellular networks is allowed and editable by users.",
"knoxCellularDataName": "Cellular data channel (Samsung KNOX only)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 and earlier or Samsung Knox Android 15 and earlier",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "These settings work for devices running Android 9 or earlier, and will also work on all Samsung Knox devices running any Android OS version Android 15 and earlier.",
"knoxRequireEncryptionName": "Encryption (Android 11 and earlier, or Samsung KNOX Android 14 and earlier)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Storage cards must be encrypted. Not all devices support storage card encryption. For more information, see the device and mobile operating system documentation.",
"knoxRequireEncryptionOnRemovableStorageName": "Encryption on storage cards (Samsung KNOX only)",
"knoxRequireEncryptionOnRemovableStorageName": "Encryption on storage cards (Samsung KNOX Android 15 and earlier only)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (Native type)",
"lanManagerAuthenticationLevelDesc": "This security setting determines which challenge/response authentication protocol is used for network logons.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Identifier type",
"macOSAppleEventReceiverTableDescription": "Allow the app or process to send a restricted Apple event to another app or process. You will need to know the identifier, identifier type, and code requirement of the receiving app or process.",
"macOSAppleEventReceiverTableName": "Apple events",
"macOSDeploymentChannelDeviceChannel": "Device Channel",
"macOSDeploymentChannelName": "Deployment Channel",
"macOSDeploymentChannelUserChannel": "User Channel",
"macOSDeploymentChannelWarningBanner": "It is strongly recommended that you use User certificate type in User Channel only for security purpose.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Control access to the accessibility app on the device, which houses features such as closed captions, hover text, and voice control.",
"macOSPrivacyAccessControlItemAccessibilityName": "Accessibility",
"macOSPrivacyAccessControlItemAddressBookName": "Contacts",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Set keying modules to ignore the entire authentication set if they do not support all authentication suites in that set. If enabled, keying modules will ignore unsupported authentication suites.",
"opportunisticallyMatchAuthName": "Opportunistically match authentication set per keying module",
"optional": "Optional",
"optionalValue": "Optional value",
"organizationalUnitDescription": "Full path to Organizational Unit (OU) the computer accounts are to be created in. If not specified well known computer object container is used.",
"organizationalUnitName": "Organizational unit",
"originalProfileTypeTitle": "Original Profile Type:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Certificate validity period",
"sCEPPolicyCustomAADAttribute": "Custom Microsoft Entra Attribute",
"sCEPPolicyCustomKeys": "Custom keys",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Provide a value, which can be any supported variable, such as {{UserPrincipalName}}. You can only use {{OnPremisesSecurityIdentifier}} with the URI attribute. Learn more about supported variables: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. Note that the {{OnPremisesSecurityIdentifier}} value can only be used with the URI attribute for the subject alternative name. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "WPA-Pre-shared key",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "The noncompliant Linux distributions are: ",
"wSLComplianceTitle": "Uninstall noncompliant Linux distributions or versions from Windows Subsystem for Linux (WSL).",
"wSLPolicyDistributionName": "Distribution name",
"wSLPolicyMaxOSVersionName": "Maximum OS version",
"wSLPolicyMinOSVersionName": "Minimum OS version",
"wakeOnLANName": "Wake on LAN",
"wakeOnPowerName": "Wake on power",
"wakeScreenWhenSomeoneInRoomName": "Wake screen when someone is in room",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows Spotlight on lock screen",
"windowsSpotlightPersonalizationDescription": "Block Windows Spotlight personalization based on device usage",
"windowsSpotlightPersonalizationName": "Windows Spotlight personalization",
"windowsSubsystemLinuxComplianceDescription": "These settings relate to Linux distributions installed on managed Windows devices and affect the compliance state of the device. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Learn more about using the setting</a>",
"windowsSubsystemLinuxComplianceHeader": "Allowed Linux distributions and versions",
"windowsSubsystemLinuxComplianceInfoBox": "You can't configure WSL and custom compliance settings in the same policy.",
"windowsSubsystemLinuxComplianceLearnMore": "Specify allowed Linux distributions and optionally, a minimum version, a maximum version, or both for each distribution.",
"windowsTipsDescription": "Allows IT admins to turn off the popup of Windows Tips.",
"windowsTipsName": "Windows Tips",
"windowsWelcomeExperienceDescription": "Block Windows welcome experience that introduces new or updated features",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "No policies",
"clientAppPolicyPlural": "{0} policies",
"clientAppPolicySingular": "{0} policy",
"clockInClockOutNotes": "<p><b>Notes:</b></p>\n<ul type=\"disc\">\n <li>Please refer to <b>link to quiet time docs blocking section</b> for more information on which apps this setting can be applied to.</li>\n <li>This setting does not have capability to mute notifications. To configure settings for muting notifications, please refer to <b>link to quiet time muting docs</b>.</li>\n</ul>",
"clockInClockOutNotes": "<p><b>Notes:</b></p>\n<ul type=\"disc\">\n <li>This setting must only be configured if the tenant has been integrated with the <b>Working Time API</b>. For more information about integrating this setting with the <b>Working Time API</b>, see <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Limit access to Microsoft Teams when frontline workers are off shift</a>\n. Configuring this setting without integrating with the Working Time API could result in accounts getting blocked due to missing working time status for the managed account associated with the application.</li>\n <li>Please refer to <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">Supported Microsoft Intune apps | Microsoft Learn</a>\nfor more information on which apps support this setting.</li> <li>This setting does not have the capability to mute notifications. To configure settings for muting notifications, please refer to <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Create quiet time policies in Microsoft Intune | Microsoft Learn</a></li>\n</ul>",
"clockedOutAccount": "Non-working time",
"closeText": "Close",
"columns": "Columns",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Is MAM enabled?",
"itemsCount": "{0} items",
"jailbrokenRootedDevices": "Jailbroken/rooted devices",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Block access on supported devices",
"lastModifiedDate": "Last Modified Date",
"lastReportedDate": "Last reported date",
"lastSync": "Last sync",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Deleting...",
"photoLibrary": "Photo Library",
"pinCharSettingTooltip": "A numeric PIN only allows numeric characters.\n\nA passcode requires all of the following: Alphanumeric characters and allowed symbols.",
"pinRotationWarning": "<b>Important:</b> On June 1, 2024 Apps with an SDK older than 17.7.0 will no longer get App Protection Policy updates and users will be blocked from launching the app. Please ensure users are updating their apps and your line of business apps are using a recent SDK or wrapper. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Learn More</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Platform",
"platformDropDownLabel": "Platform",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Policy sets",
"applicabilityRules": "Applicability Rules",
"windowsEnrollmentTitle": "Windows enrollment",
"DefaultESPCustomErrorMessage": "Setup could not be completed. Please try again or contact your support person for help.",
"appleEnrollmentTitle": "Apple enrollment",
"targetedAppLabel": "Targeted app",
"configurationSettingsTitle": "Configuration Settings",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13115,7 +13157,7 @@
"complianceWindows8": "Windows 8 compliance policy",
"complianceWindowsPhone": "Windows Phone compliance policy",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Properties catalog (preview)",
"inventoryCatalog": "Properties catalog",
"iosCustom": "Custom",
"iosDerivedCredentialAuthenticationConfiguration": "Derived PIV credential",
"iosDeviceFeatures": "Device features",
+138 -96
View File
@@ -71,7 +71,7 @@
"appPackageFile": "包含采用可在设备上旁加载格式的应用的文件。有效的包类型包括: Android (.apk)、iOS (.ipa)、macOS (.pkg)、Windows (.msi、.appx、.appxbundle、.msix 和 .msixbundle)。​",
"applicableDeviceType": "选择可安装此应用的设备类型。",
"category": "对应用进行分类,使用户能够更轻松地在公司门户中进行排序和查找。可选择多个类别。",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"description": "帮助你的设备用户了解应用是什么和/或他们可在应用中执行哪些操作。此说明将在公司门户中显示。",
"developer": "开发应用的公司或个人的名称。这些信息将对已登录管理中心的人员可见。",
"displayVersion": "应用的版本。用户可在公司门户中查看此信息。",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "在 Microsoft Store 应用(新)中搜索要使用 Intune 部署的应用商店应用。"
},
"descriptionPreview": "预览",
"descriptionPreviewLabel": "预览",
"descriptionRequired": "说明是必需的。",
"editDescription": "编辑说明",
"macOSMinOperatingSystemAdditionalInfo": "上传 .pkg 文件的最低操作系统是 macOS 10.14。上传 .pkg 文件以选择较旧的最低操作系统。​",
"markdownHelpLink": "获取有关描述支持的 Markdown 的帮助。",
"name": "应用信息",
"nameForOfficeSuitApp": "应用套件信息"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -915,7 +921,7 @@
"title": "设置目录"
},
"Templates": {
"subtitle": "模板包括几组按功能进行整理的设置。如果不想手动生成策略,或者想要将设备配置为访问公司网络(例如配置 WiFi 或 VPN),请使用模板。",
"subtitle": "模板包含按功能分类的设置。如果不想手动生成策略或希望将设备配置为访问公司网络例如配置 WiFi 或 VPN,请使用模板。",
"title": "模板"
},
"noData": "找不到策略模板"
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "帐户保护(测试)",
"windowsSecurityExperience": "Windows Security 体验"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows 防火墙"
},
"FirewallRules": {
"mDE": "Windows 防火墙规则"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "OneDrive 已知文件夹移动设置: 云配置模板中的 Windows 10。https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "未知",
"unsupported": "不支持",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi 导入",
"windows10CompliancePolicy": "Windows 10/11 合规性策略",
@@ -1064,9 +1080,11 @@
"prompt": "提示"
},
"Permissions": {
"accessBackgroundLocation": "位置访问(后台)",
"accessCoarseLocation": "位置访问(粗略)",
"accessFineLocation": "位置访问(精确)",
"addVoicemail": "添加语音邮件",
"bluetoothConnect": "蓝牙连接",
"bodySensors": "允许人体感应器数据",
"bodySensorsBackground": "允许后台人体传感器数据",
"callPhone": "拨打电话",
@@ -1674,16 +1692,16 @@
"aSR": "攻击面减少",
"accountProtection": "帐户保护",
"allDevices": "所有设备",
"antivirus": "防病毒",
"antivirusReporting": "防病毒报告(预览)",
"antivirus": "反恶意软件",
"antivirusReporting": "反恶意软件报告 (预览)",
"conditionalAccess": "条件访问",
"deviceCompliance": "设备合规性",
"diskEncryption": "磁盘加密",
"eDR": "终结点检测和响应",
"ePM": "终特权管理",
"ePM": "终结点特权管理",
"firewall": "防火墙",
"helpSupport": "帮助和支持",
"setup": "安装",
"setup": "设置",
"wdapt": "Microsoft Defender for Endpoint"
},
"OutlookAppConfig": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "租户管理"
},
"actions": "对不合规项的操作",
"adminPermissions": "管理员权限",
"advancedExchangeSettings": "Exchange Online 设置",
"advancedThreatProtection": "Microsoft Defender for Endpoint",
"allApps": "所有应用",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "软件更新摘要",
"macOSSoftwareUpdateStateSummaries": "更新",
"managedGooglePlay": "托管的 Google Play",
"msfb": "适用于企业的 Microsoft Store",
"myPermissions": "我的权限",
"notifications": "通知",
"officeApps": "Office 应用",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "停用不合规设备",
"retireNoncompliantDevicesPreview": "停用不兼容设备 (预览)",
"role": "角色",
"rolesByPermission": "角色(按权限)",
"scriptManagement": "脚本",
"securityBaselines": "安全基线",
"serviceToServiceConnector": "Exchange Online 连接器",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "将组织数据备份到 Android 备份服务",
"tooltip": "选择{0}可阻止将组织数据备份到 Android 备份服务。\r\n选择{1}”则允许将组织数据备份到 Android 备份服务。\r\n个人或非托管数据不受影响。"
"tooltip": "选择 {0} 可阻止将组织数据备份到 Android 备份服务。\r\n选择 {1}允许将组织数据备份到 Android 备份服务。\r\n个人或非托管数据不受影响。"
},
"AndroidBiometricAuthentication": {
"label": "访问时使用生物特征而非 PIN",
@@ -2183,10 +2202,10 @@
"tooltip": "选择 {0} 会使用 Intune 应用层加密功能强制加密组织数据。<br/>\r\n\r\n选择 {1} 则不使用 Intune 应用层加密功能强制加密组织数据。\r\n\r\n<br/>\r\n注意: 有关 Intune 应用层加密功能的详细信息,请参阅 {2}。"
},
"EncryptDataAndroid": {
"tooltip": "<p>选择“需要”以启用此应用中工作或学校数据的加密<b></b>。Intune 使用 wolfSSL 256 位 AES 加密方案以及 Android 密钥存储系统来安全地加密应用数据。数据在文件 I/O 任务期间同步加密。设备存储上的内容始终加密。新文件将使用 256 位密钥进行加密。现有的 128 位加密文件将尝试迁移到 256 位密钥,但不保证该过程。使用 128 位密钥加密的文件将保持可读。</p>\r\n\r\n<p>加密方法符合 FIPS 140-2。</p>"
"tooltip": "<p>选择“需要”以启用此应用中加密工作或学校数据<b></b>。Intune 使用 wolfSSL 256 位 AES 加密方案以及 Android 密钥存储系统来安全地加密应用数据。数据在文件 I/O 任务期间同步加密。设备存储上的内容始终加密。新文件将使用 256 位密钥进行加密。现有的 128 位加密文件将尝试迁移到 256 位密钥,但不保证该过程。使用 128 位密钥加密的文件可读。</p>\r\n\r\n<p>加密方法符合 FIPS 140-2。</p>"
},
"EncryptDataIos": {
"tooltip1": "选择“必需”<b></b>启用此应用中工作或学校数据的加密。Intune 强制 iOS/iPadOS 设备加密在设备锁定时保护应用数据。应用程序可以选择使用 Intune APP SDK 加密加密应用数据。Intune APP SDK 使用 iOS/iPadOS 加密方法将 128 位 AES 加密应用于应用数据。",
"tooltip1": "选择“<b>需要</b>”以启用此应用中工作或学校数据的加密。Intune 强制实施 iOS/iPadOS 设备加密,以在设备锁定时保护应用数据。应用程序可以选择使用 Intune APP SDK 加密加密应用数据。Intune APP SDK 使用 iOS/iPadOS 加密方法将 256 位 AES 加密应用于应用数据。",
"tooltip2": "如果启用此设置,系统可能要求用户设置并使用 PIN 来访问其设备。如果无需设备 PIN 和加密,则系统会显示“你的组织要求你在启用设备 PIN 后才可访问此应用”消息,提示用户设置 PIN。",
"tooltip3": "转到 <a href=\"{0}\" target=\"_blank\">Apple 官方文档</a>,查看哪些 iOS 加密模块符合 FIPS 140-2 或待 FIPS 140-2 认证。"
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "组织数据通知",
"tooltip": "<p>选择下选项之一指定如何为此应用和任何连接的设备(如可穿戴设备)显示组织帐户的通知:</p>\r\n<p>{0}: 不享通知。</p>\r\n<p>{1}: 不在通知中享组织数据。如果应用程序不支持,则阻止通知。</p>\r\n<p>{2}: 享所有通知。</p>\r\n<p>仅限 Android:\r\n注意: 此设置不适用于所有应用程序。有关详细信息,请参阅{3} </p>\r\n \r\n<p>仅限 iOS:\r\n注意: 此设置不适用于所有应用程序。有关详细信息,请参阅 {4}</p>"
"tooltip": "<p>选择下选项之一指定如何为此应用和任何连接的设备(如可穿戴设备)显示组织帐户的通知:</p>\r\n<p>{0}: 不享通知。</p>\r\n<p>{1}: 不在通知中享组织数据。如果应用程序不支持,则会屏蔽通知。</p>\r\n<p>{2}: 享所有通知。</p>\r\n <p>仅限 Android:\r\n 注意: 此设置不适用于所有应用程序。有关详细信息,请参阅 {3}</p>\r\n\r\n <p>仅限 iOS:\r\n注意: 此设置不适用于所有应用程序。有关详细信息,请参阅 {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "限制与其他应用的 Web 内容传输",
"tooltip": "<p>选择下选项之一,以指定此应用可在中打开 Web 内容的应用: </p>\r\n<p><b>Microsoft Edge:</b> 仅允许在 Edge 中打开 Web 内容<a href=\"{0}\" target=\"_blank\"> 了解 Microsoft Edge 如何保护你的数据。</a></p>\r\n<p><b>非托管浏览器:</b> 仅允许在“非托管浏览器协议”设置定义的非托管浏览器中打开 Web 内容</p>\r\n<p><b>任何应用:</b> 允许任何应用中打开 Web 链接</p>"
"tooltip": "<p>选择下选项之一,以指定此应用可在哪些应用中打开 Web 内容:</p>\r\n<p><b> Microsoft Edge:</b> 仅允许在 Microsoft Edge 中打开 Web 内容<a href=\"{0}\" target=\"_blank\">了解 Microsoft Edge 如何保护数据。</a></p>\r\n<p><b>非托管浏览器:</b> 仅允许在“非托管浏览器协议”设置定义的非托管浏览器中打开 Web 内容</p>\r\n<p><b>任何应用:</b> 允许任何应用中 Web 链接</p>"
},
"OverrideBiometric": {
"tooltip": "如果有相应要求,PIN 提示将覆盖生物计量提示,具体取决于超时时间(非活动状态分钟数)。如果不满足此超时值,将持续显示 生物计量提示。此超时值应大于“(非活动状态分钟数)分钟后重新检查访问要求”下指定的值。"
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "保存组织数据的副本",
"tooltip": "选择{0}”可阻止使用“另存为”将组织数据副本保存到新位置而非所选存储服务。\r\n选择{1}”则允许使用“另存为”将组织数据副本保存到新位置。<br/>\r\n\r\n\r\n注意: 此设置不适用于所有应用程序。有关详细信息,请参阅 {2}。\r\n"
"tooltip": "选择 {0}阻止使用“另存为”将组织数据副本保存到所选存储服务以外的新位置。\r\n 选择 {1}允许使用“另存为”将组织数据副本保存到新位置。<br/>\r\n\r\n\r\n注意: 此设置不适用于所有应用程序。有关详细信息,请参阅 {2}。\r\n"
},
"SaveDataToSelected": {
"label": "允许用户将副本保存到选定的服务",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "允许剪切、复制和粘贴",
"tooltip": "选择以下选项之一以指定组织用户可以剪切、复制或粘贴组织数据的源和目标:<br/>\r\n\r\n<b>任何目标和任何源</b>: 组织用户可以任何帐户、文档、位置或应用程序粘贴数据以及将数据剪切/复制到任何帐户、文档、位置或应用程序。<br/>\r\n\r\n<b>目标或源</b>: 组织用户不能在组织上下文中对外部帐户、文档、位置或应用程序来回剪切、复制或粘贴数据。"
"tooltip": "选择以下选项之一以指定用户可以剪切、复制或粘贴组织数据的源和目标: <br/>\r\n\r\n<b>任何目标和任何源</b>: 组织用户可以任何帐户、文档、位置或应用程序为目标和源粘贴和剪切/复制数据。<br/>\r\n\r\n<b>没有目标或源</b>: 组织用户无法在组织环境中以外部帐户、文档、位置或应用程序为目标或源剪切、复制或粘贴数据。"
},
"WinPrintData": {
"label": "打印组织数据",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "从以下位置接收数据",
"tooltip": "选择以下选项之一以指定组织用户可以从中接收数据的源:<br/>\r\n\r\n<b>所有源</b>: 组织用户可以任何帐户、文档、位置或应用程序中的数据打开到组织上下文中。<br/>\r\n\r\n<b>没有源</b>: 组织用户无法外部帐户、文档、位置或应用程序中的数据打开到组织上下文中。"
"tooltip": "选择以下选项之一以指定组织用户可以从中接收数据的源: <br/>\r\n\r\n<b>所有源</b>: 组织用户可以在组织环境中打开任何帐户、文档、位置或应用程序中的数据。<br/>\r\n\r\n<b>没有源</b>: 组织用户无法在组织环境中打开外部帐户、文档、位置或应用程序中的数据。"
},
"WinSendData": {
"label": "将组织数据发送到",
"tooltip": "选择以下选项之一以指定组织用户可以向其发送数据的目标:<br/>\r\n\r\n<b>所有目标</b>: 组织用户可以将组织数据发送到任何帐户、文档、位置或应用程序。<br/>\r\n\r\n<b>没有目标</b>: 组织用户无法从组织上下文将组织数据发送到外部帐户、文档、位置或应用程序。"
"tooltip": "选择以下选项之一以指定组织用户可以发送数据的目标: <br/>\r\n\r\n<b>所有目标</b>: 组织用户可以将组织数据发送到任何帐户、文档、位置或应用程序。<br/>\r\n\r\n<b>没有目标</b>: 组织用户无法从组织环境中将组织数据发送到外部帐户、文档、位置或应用程序。"
},
"Tap": {
"numberOfDays": "天数",
@@ -2387,19 +2406,19 @@
"PolicySet": {
"appManagement": "应用程序管理",
"assignments": "分配",
"basics": "基本",
"basics": "基本信息",
"deviceEnrollment": "设备注册",
"deviceManagement": "设备管理",
"scopeTags": "作用域标签",
"appConfigurationTitle": "应用配置策略",
"scopeTags": "范围标记",
"appConfigurationTitle": "应用程序配置策略",
"appProtectionTitle": "应用保护策略",
"appTitle": "应用",
"iOSAppProvisioningTitle": "iOS 应用预配配置文件",
"deviceLimitRestrictionTitle": "设备极限限制",
"deviceLimitRestrictionTitle": "设备限制",
"deviceTypeRestrictionTitle": "设备类型限制",
"enrollmentStatusSettingTitle": "注册状态页",
"windowsAutopilotDeploymentProfileTitle": "Windows autopilot 部署配置文件",
"deviceComplianceTitle": "设备合性策略",
"windowsAutopilotDeploymentProfileTitle": "Windows Autopilot 部署配置文件",
"deviceComplianceTitle": "设备合性策略",
"deviceConfigurationTitle": "设备配置文件",
"powershellScriptTitle": "PowerShell 脚本"
},
@@ -2421,19 +2440,35 @@
"availableUninstall": "允许可用卸载",
"availableUninstallTooltip": "选择“是”可从公司门户为用户提供此应用的卸载选项。选择“否”可阻止用户从公司门户中卸载应用。",
"bladeTitle": "程序",
"commandLineDropdownText": "命令行",
"deviceRestartBehavior": "设备重新启动行为",
"deviceRestartBehaviorTooltip": "选择成功安装应用后的设备重启行为。选择“根据返回代码确定行为”,以根据返回代码配置设置重启设备。选择“无特定操作”,以抑制基于 MSI 的应用在应用安装期间重启设备。选择“应用安装可强制重启设备”,以允许应用安装不抑制重启而直接完成。选择“Intune 将强制重启设备”,以便始终在成功安装应用后重启设备。",
"header": "指定用于安装和卸载此应用的命令:",
"installCommand": "安装命令",
"installCommandMaxLengthErrorMessage": "安装命令不能超过 1024 个字符的最大允许长度。",
"installCommandTooltip": "用于安装此应用的完整安装命令行。",
"installScript": "安装脚本",
"installScriptErrorText": "需要安装脚本。",
"installScriptToolTip": "PowerShell 脚本文件,其中包含用于安装此应用的安装命令。",
"installScriptsHeader": "指定应用安装和卸载设置,包括是否使用脚本、命令行、时间限制、重启行为和返回代码。",
"installerTypeText": "安装程序类型",
"runAs32Bit": "在 64 位客户端上的 32 位进程中运行安装和卸载命令",
"runAs32BitTooltip": "选择“是”以在 64 位客户端上的 32 位进程中安装和卸载应用。选择“否”(默认)以在 64 位客户端上的 64 位进程中安装和卸载应用。32 位客户端将始终使用 32 位进程。",
"runAsAccount": "安装行为",
"runAsAccountTooltip": "如果支持,请选择“系统”为所有用户安装此应用。选择“用户”为设备上的登录用户安装此应用。对于双用途 MSI 应用,值会在恢复原始安装时应用于设备,在此之前,更改将导致更新和卸载无法成功完成。",
"scriptDropdownText": "Powershell 脚本",
"scriptsErrorText": "需要安装和卸载脚本。",
"selectCustomScript": "选择自定义脚本",
"selectScriptLinkAriaText": "未选择脚本。打开上下文窗格以上传脚本。",
"selectScriptLinkText": "选择脚本",
"selectedScriptLinkAriaText": "已选择脚本 {0}。打开上下文窗格以编辑或上传新脚本。",
"selectorLabel": "程序",
"uninstallCommand": "卸载命令",
"uninstallCommandTooltip": "用于卸载此应用的完整卸载命令行。"
"uninstallCommandTooltip": "用于卸载此应用的完整卸载命令行。",
"uninstallScript": "卸载脚本",
"uninstallScriptErrorText": "需要卸载脚本。",
"uninstallScriptToolTip": "PowerShell 脚本文件,其中包含用于卸载此应用的卸载命令。",
"uninstallerTypeText": "卸载程序类型"
},
"TermsOfUse": {
"Languages": {
@@ -2847,8 +2882,8 @@
"description": "说明",
"deviceType": "设备类型",
"deviceUse": "设备使用",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot 仅支持 Surface Hub 2 设备 Microsoft Entra 加入。指定组织中的设备加入 Active Directory (AD) 的方式。\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra 加入: 仅限云,不使用本地 Windows Server Active Directory。\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n 指定设备如何加入组织中的 Active Directory (AD):\r\n </p>\r\n <ul>\r\n <li>\r\n 已加入 Microsoft Entra: 仅限没有本地 Windows Server Active Directory 的云\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot 仅支持 Surface Hub 2 设备加入 Microsoft Entra。指定组织中的设备如何联接 Active Directory (AD)。\r\n </p>\r\n <ul>\r\n <li>\r\n 已联接 Microsoft Entra: 仅限云,不本地Windows Server Active Directory。\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n 指定组织中的设备如何联接 Active Directory (AD)\r\n </p>\r\n <ul>\r\n <li>\r\n 已联接 Microsoft Entra: 仅限云,不含本地Windows Server Active Directory\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "提取已分配设备计数时出现错误。",
"getAssignmentsError": "提取 Autopilot 配置文件分配时出错。",
"harvestDeviceId": "将所有目标设备转换为 Autopilot 设备",
@@ -2879,7 +2914,7 @@
"devicesWithoutEnrollment": "托管应用"
},
"AppProtection": {
"allAppTypes": "针对所有应用类型",
"allAppTypes": "面向所有应用类型",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Android 工作配置文件中的应用",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "具有 Microsoft Entra 共享模式的 Android Enterprise 专用设备上的应用​",
@@ -2892,7 +2927,7 @@
"iosAndroidPlatformLabel": "iOS、Android",
"macPlatformLabel": "Mac",
"notAvailable": "不可用",
"windows10PlatformLabel": "Windows 10 更高版本",
"windows10PlatformLabel": "Windows 10 更高版本",
"withEnrollment": "已注册",
"withoutEnrollment": "未注册"
},
@@ -4078,6 +4113,7 @@
"vPNProxy": "代理",
"vPNSplitTunneling": "拆分隧道",
"vPNTrustedNetwork": "受信任的网络检测",
"wSLCompliance": "适用于 Linux 的 Windows 子系统(WSL)",
"wakeSettings": "唤醒设置",
"webContentFilter": "Web 内容筛选",
"wiFi": "Wi-Fi",
@@ -4300,7 +4336,6 @@
"mk": "马其顿语(北马其顿)",
"ml": "马拉雅拉姆语(印度)",
"mt": "马耳他语(马耳他)",
"mi": "毛利语(新西兰)",
"mr": "马拉地语(印度)",
"moh": "摩霍克语(莫霍克)",
"ne": "尼泊尔语(尼泊尔)",
@@ -4334,11 +4369,13 @@
"vi": "越南语(越南)",
"cy": "威尔士语(英国)",
"wo": "沃洛夫语(塞内加尔)",
"sah": "萨哈语(俄罗斯)",
"ii": "彝语(中国)",
"yo": "约鲁巴语(尼日利亚)"
},
"DisplayRoleTypes": {
"builtInRole": "内置角色",
"customAutopatchRole": "自定义 Windows 自动更新角色",
"customCloudPCRole": "自定义 Windows 365 角色",
"customIntuneRole": "自定义 Intune 角色",
"customRole": "自定义角色"
@@ -4407,7 +4444,7 @@
"iOS": "在 iOS/iPadOS 设备上,你可以允许使用指纹标识而非 PIN。当用户使用其工作帐户访问该应用时,将提示他们提供其指纹。",
"mac": "在 Mac 设备上,可以允许使用指纹标识代替 PIN。当用户使用其工作帐户访问此应用时,将提示他们提供其指纹。"
},
"allowWidgetContentSync": "选择“阻止”可阻止策略托管应用将数据保存到应用小组件。如果选择“允许”,则策略托管应用可以将数据保存到应用小组件(如果策略托管应用支持并启用了这些功能)。\r\n\r\n\r\n\r\n应用可能会通过应用配置策略提供其他配置功能。有关详细信息,请参阅应用的文档。",
"allowWidgetContentSync": "选择“阻止”可阻止策略托管应用将数据保存到应用小组件。如果选择“允许”,则策略托管应用可以将数据保存到应用小组件(如果策略托管应用支持并启用了这些功能)。\r\n\r\n \r\n\r\n应用可能会通过应用配置策略提供其他配置功能。有关详细信息,请参阅应用的文档。",
"appSharingFromLevel1": "选择以下选项之一,指定此应用可从哪些应用接收数据:",
"appSharingFromLevel2": "{0}: 只允许接收来自其他策略托管应用的组织文档或帐户中的数据",
"appSharingFromLevel3": "{0}: 允许接收来自任何应用的组织文档或帐户中的数据",
@@ -4759,7 +4796,7 @@
"mk": "北马其顿",
"ml": "马里",
"mn": "蒙古",
"mo": "澳门",
"mo": "澳门特别行政区",
"mr": "毛里塔尼亚",
"ms": "蒙特塞拉特",
"mt": "马耳他",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "这些设置适用于公司拥有的完全托管式专用工作配置文件设备。",
"allAndroidCorpEnrollmentTypesHeaderName": "公司拥有的完全托管式专用工作配置文件设备",
"allAndroidVersionsPasswordHeader": "所有 Android 设备",
"allAndroidVersionsPasswordHeaderDescription": "这些设置适用于所有 Android OS 版本和制造商",
"allAndroidVersionsPasswordHeaderDescription": "这些设置适用于所有 Android OS 版本和制造商,除非另有说明",
"allDomainsOption": "所有域",
"allEnrollmentTypesDescription": "这些设置适用于在 Intune 中通过设备注册或用户注册进行注册的设备,以及使用 Apple School Manager 或 Apple Business Manager 以及自动设备注册(以前称为 DEP)进行注册的设备。",
"allEnrollmentTypesHeader": "所有注册类型",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "人脸解锁",
"blockFacetimeName": "阻止 FaceTime",
"blockFactoryResetDescription": "阻止将设备恢复出厂设置。",
"blockFactoryResetName": "恢复出厂设置(仅 Samsung KNOX)",
"blockFactoryResetName": "恢复出厂设置(仅 Samsung KNOX Android 15 及更早版本)",
"blockFilesNetworkDriveAccessDescription": "使用服务器消息块(SMB)协议,设备可以访问网络服务器上的文件或其他资源。适用于运行 iOS 和 iPadOS 版本 13.0 及更高版本的设备。",
"blockFilesNetworkDriveAccessName": "阻止在“文件存储”应用中访问网络驱动器",
"blockFilesUsbDriveAccessDescription": "具有访问权限的设备可以连接到 USB 驱动器并打开其上的文件。适用于运行 iOS 和 iPadOS 版本 13.0 或更高版本的设备。",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "在设备上阻止 Google 帐户自动同步功能。",
"blockGoogleAccountAutoSyncName": "Google 帐户自动同步(仅 Samsung KNOX)",
"blockGoogleBackupDescription": "阻止与 Google 备份同步。",
"blockGoogleBackupName": "Google 备份(仅 Samsung KNOX)",
"blockGoogleBackupName": "Google 备份(仅 Samsung KNOX Android 15 及更早版本)",
"blockGooglePlayStoreDescription": "阻止使用 Google Play 商店(Samsung KNOX Standard 4.0+)。",
"blockGooglePlayStoreName": "Google Play 商店(仅 Samsung KNOX) ",
"blockHostPairingDescription": "阻止通过主机配对来控制可与 iOS 设备配对的设备。",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "如未检测到任何 SIM 卡,则阻止显示错误对话框",
"blockSIMCardErrorDialogName": "SIM 卡错误对话框(仅限移动设备)",
"blockSMSAndMMSAndroidDescription": "阻止使用 SMS/MMS 消息传递功能(Samsung KNOX Standard 4.0+)。",
"blockSMSAndMMSName": "SMS/MMS 消息传递(仅 Samsung KNOX)",
"blockSMSAndMMSName": "SMS/MMS 消息(仅 Samsung KNOX Android 15 及更早版本)",
"blockSafariAutofillDescription": "阻止 Safari 记住用户在 Web 表单中输入的内容。",
"blockSafariAutofillName": "阻止 Safari 自动填充",
"blockSafariDescription": "阻止使用 Safari Web 浏览器。",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "阻止创建 VPN 配置",
"blockVPNCreationName": "阻止 VPN 创建",
"blockVoiceAssistantAndroidDescription": "阻止使用语音助手(Samsung KNOX Standard 4.0+)。",
"blockVoiceAssistantName": "语音助(仅 Samsung KNOX)",
"blockVoiceAssistantName": "语音助(仅 Samsung KNOX Android 15 及更早版本)",
"blockVoiceDialingAndroidDescription": "阻止使用语音拨号(Samsung KNOX Standard 4.0+)。",
"blockVoiceDialingDescription": "在设备上阻止使用语音拨号。",
"blockVoiceDialingName": "语音拨号",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "有关所上传文件的正确格式,请查看 Intune 文档。<a href=\"https://aka.ms/AA6z0o4\">了解详细信息</a>",
"customAppConfigurationFileName": "属性列表文件",
"customBoolError": "“布尔”类型的所有配置密钥的值必须为 “true” 或 “false”。",
"customComplianceToolTip": "启用后,设备必须符合基于发现 PowerShell 脚本返回的自定义数据在 JSON 文件中定义的自定义规则。",
"customEapXmlOption": "自定义 EAP Xml",
"customIntError": "整数类型的所有配置密钥必须是整数值。",
"customItemHideFromUserConfiguration": "隐藏",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "工作和个人配置文件之间的数据共享",
"dataTypeName": "数据类型",
"dateAndTimeBlockChangesDescription": "阻止用户更改设备上的日期和时间(Samsung KNOX)。",
"dateAndTimeBlockChangesName": "阻止更改日期和时间(Samsung KNOX)",
"dateAndTimeBlockChangesName": "阻止日期和时间更改(仅限 Samsung Android 15 及更早版本)",
"dateTimeConfigurationBlockedDescription": "阻止用户手动设置日期和时间。",
"dateTimeConfigurationBlockedName": "日期和时间更改",
"dateTimeName": "日期和时间",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Wi-Fi 允许列表",
"knoxBlockAutofillDescription": "阻止自动填充。",
"knoxBlockAutofillName": "自动填充(仅 Samsung KNOX)",
"knoxBlockBluetoothName": "蓝牙(仅 Samsung KNOX)",
"knoxBlockBluetoothName": "蓝牙(仅 Samsung KNOX Android 13 及更早版本)",
"knoxBlockCookiesDescription": "允许或阻止浏览器 Cookie",
"knoxBlockCookiesName": "Cookie (仅 Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "阻止使用复制和粘贴功能。",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "弹出窗口(仅 Samsung KNOX)",
"knoxBlockRemovableStorageName": "可移动存储(仅 Samsung KNOX)",
"knoxBlockScreenshotDescription": "阻止将屏幕内容捕获为图像。",
"knoxBlockScreenshotName": "屏幕捕获(仅 Samsung KNOX)",
"knoxBlockScreenshotName": "屏幕截图(仅 Samsung KNOX Android 15 及更早版本)",
"knoxBlockVoiceDialingName": "语音拨号(仅 Samsung KNOX)",
"knoxBlockVoiceRoamingName": "语音漫游(仅 Samsung KNOX)",
"knoxBlockWebBrowserDescription": "在设备上阻止使用 Web 浏览器。",
"knoxBlockWebBrowserName": "Web 浏览器(仅 Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (仅 Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Wi-Fi 网络共享 (仅 Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi(仅 Samsung KNOX Android 12 及更早版本)",
"knoxBlockWiFiTetheringName": "Wi-Fi 网络共享(仅 Samsung KNOX Android 12 及更早版本)",
"knoxCellularDataDescription": "阻止通过手机网络使用数据。若未配置,将允许通过手机网络使用数据,且用户可进行编辑。",
"knoxCellularDataName": "手机网络数据通道(仅 Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 及更早版本或 Samsung Knox Android 15 及更早版本",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "这些设置适用于运行 Android 9 或更早版本的设备,并且还适用于运行任何 Android OS 版本 Android 15 及更早版本的所有 Samsung Knox 设备。",
"knoxRequireEncryptionName": "加密(Android 11 及更早版本,或 Samsung KNOX Android 14 及更早版本)",
"knoxRequireEncryptionOnRemovableStorageDescription": "必须加密存储卡。并非所有设备都支持存储卡加密。有关详细信息,请参阅设备和移动操作系统文档。",
"knoxRequireEncryptionOnRemovableStorageName": "加密存储卡(仅 Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "存储卡上的加密(仅 Samsung KNOX Android 15 及更早版本)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP(本机类型)",
"lanManagerAuthenticationLevelDesc": "此安全设置确定通过网络登录时将使用的质询/响应身份验证协议。",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "标识符类型",
"macOSAppleEventReceiverTableDescription": "允许应用或进程将受限制的 Apple 事件发送到另一个应用或进程。你将需要知道接收应用或进程的标识符、标识符类型和代码要求。",
"macOSAppleEventReceiverTableName": "Apple 事件",
"macOSDeploymentChannelDeviceChannel": "设备通道",
"macOSDeploymentChannelName": "部署通道",
"macOSDeploymentChannelUserChannel": "用户通道",
"macOSDeploymentChannelWarningBanner": "强烈建议仅出于安全目的使用用户通道中的用户证书类型。",
"macOSPrivacyAccessControlItemAccessibilityDescription": "控制对设备上辅助功能应用的访问权限,包括隐藏式字幕、悬停文本和语音控件等功能。",
"macOSPrivacyAccessControlItemAccessibilityName": "辅助功能",
"macOSPrivacyAccessControlItemAddressBookName": "联系人",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "将密钥模块设置为如果它们不支持身份验证集中的所有身份验证套件,则忽略整个该身份验证集。如果启用,密钥模块将忽略不支持的身份验证套件。",
"opportunisticallyMatchAuthName": "适时地按每个密钥模块匹配身份验证集",
"optional": "可选",
"optionalValue": "可选值",
"organizationalUnitDescription": "要创建计算机帐户的组织单位(OU)的完整路径。如果未指定,将使用已知计算机对象容器。",
"organizationalUnitName": "组织单位",
"originalProfileTypeTitle": "原始配置文件类型:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "证书有效期",
"sCEPPolicyCustomAADAttribute": "自定义 Microsoft Entra 属性",
"sCEPPolicyCustomKeys": "自定义键",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "提供一个值,该值可以是任何受支持的变量,例如 {{UserPrincipalName}}。只能将 {{OnPremisesSecurityIdentifier}} 与 URI 属性一起使用。详细了解支持的变量: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "提供一个值,该值可以将任何受支持的变量与静态文本组合在一起。对于 UPN 和电子邮件地址,请使用格式 {{AAD_Device_ID}}@contoso.com。DNS 值不得包含符号或 @ 号,例如 {{DeviceName}}.contoso.com 或 {{DeviceName}}。请注意,{{OnPremisesSecurityIdentifier}} 值只能与使用者可选名称的 URI 属性一起使用。请在此处查看支持变量: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "WPA 预共享密钥",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "不兼容的 Linux 发行版包括:",
"wSLComplianceTitle": "从适用于 Linux 的 Windows 子系统(WSL)卸载不兼容的 Linux 发行版或版本。",
"wSLPolicyDistributionName": "发行版名称",
"wSLPolicyMaxOSVersionName": "最高 OS 版本",
"wSLPolicyMinOSVersionName": "最低 OS 版本",
"wakeOnLANName": "LAN 唤醒",
"wakeOnPowerName": "开机唤醒",
"wakeScreenWhenSomeoneInRoomName": "有人在房间内时唤醒屏幕",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "锁屏界面上的 Windows 聚焦",
"windowsSpotlightPersonalizationDescription": "阻止基于设备使用情况的 Windows 聚焦个性化设置",
"windowsSpotlightPersonalizationName": "Windows 聚焦个性化设置",
"windowsSubsystemLinuxComplianceDescription": "这些设置与托管 Windows 设备上安装的 Linux 发行版相关,会影响设备的合规性状态。<a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">详细了解如何使用设置</a>",
"windowsSubsystemLinuxComplianceHeader": "允许的 Linux 发行版和版本",
"windowsSubsystemLinuxComplianceInfoBox": "无法在同一策略中配置 WSL 和自定义合规性设置。",
"windowsSubsystemLinuxComplianceLearnMore": "为每个发行版指定允许的 Linux 发行版和(可选)最小版本、最大版本,或两者皆指定。",
"windowsTipsDescription": "允许 IT 管理员关闭 Windows 提示的弹出窗口。",
"windowsTipsName": "Windows 提示",
"windowsWelcomeExperienceDescription": "阻止引入新增功能或更新功能的“欢迎使用 Windows”体验",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "无策略",
"clientAppPolicyPlural": "{0} 个策略",
"clientAppPolicySingular": "{0} 个策略",
"clockInClockOutNotes": "<p><b>注意:</b></p>\r\n<ul type=\"disc\">\r\n <li>请参阅<b>指向免打扰时间文档的链接 - 阻止部分</b>,以详细了解此设置可应用于哪些应用。</li>\r\n <li>此设置无法将通知静音。要配置设置以静音通知,请参阅<b>指向免打扰时间的链接 - 静音文档</b>。</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>注意:</b></p>\r\n<ul type=\"disc\">\r\n <li>只有当租户已与<b>工作时间 API</b> 集成时,才必须配置此设置。有关将此设置与<b>工作时间 API</b> 集成的详细信息,请参阅<a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">当一线员工下班时限制对 Microsoft Teams 的访问</a>\r\n。如果在未与工作时间 API 集成的情况下配置此设置,则可能会导致帐户因与应用程序关联的托管帐户缺少工作时间状态而被阻止。</li>\r\n <li>请参阅<a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">支持的 Microsoft Intune 应用 | Microsoft Learn</a>\r\n详细了解哪些应用支持此设置。</li><li>此设置无法将通知静音。要配置将通知静音的设置,请参阅<a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">在 Microsoft Intune 中创建免打扰时间策略 | Microsoft Learn</a></li>\r\n</ul>",
"clockedOutAccount": "非工作时间",
"closeText": "关闭",
"columns": "列",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "可为已注册设备配置相似的设备设置。",
"deviceConditionsInfoParagraph2LinkText": "详细了解如何配置已注册设备的设备符合性设置。",
"deviceId": "设备 ID",
"deviceLockComplexityValidationFailureNotes": "<p><b>注意:</b></p>\r\n<ul type=\"disc\">\r\n <li>设备锁可能需要以下级别的密码复杂性: 面向 Android 12+ 的低、中或高。对于在 Android 11 及更早版本上运行的设备,将复杂性值设置为低/中/高将默认为“低复杂性”的预期行为。</li>\r\n <li>下面的密码定义可能会发生更改。请参阅 <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android 开发人员</a>,以了解不同密码复杂性级别的最新定义。</li>\r\n</ul>\r\n\r\n<p><b>低</b></p>\r\n<ul type=\"disc\">\r\n <li>密码可以是带有重复(4444)或有序(1234、4321、2468)序列的模式或 PIN。</li>\r\n</ul>\r\n\r\n<p><b>中</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN 不带重复(4444)或有序(1234、4321、2468)序列且最小长度至少为 4 个字符</li>\r\n <li>字母密码最小长度至少为 4 个字符</li>\r\n <li>最小长度至少为 4 个字符的字母数字密码\r\n</li>\r\n\r\n</ul><p><b>高</b></p>\r\n<ul type=\"disc\">\r\n <li>PIN 不带重复(4444)或有序(1234 4321、2468)序列且最小长度为 8 个字符</li>\r\n <li>字母密码,最小长度至少为 6 个字符</li>\r\n <li>字母数字密码,最小长度至少为 6 个字符</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>注意:</b></p>\r\n<ul type=\"disc\">\r\n <li>设备锁可能需要以下级别的密码复杂性: 面向 Android 12+ 的低、中或高。对于在 Android 11 及更早版本上运行的设备,将复杂性值设置为低/中/高将默认为“低复杂性”的预期行为。</li>\r\n <li>下密码定义可能会更改。请参阅 <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android 开发人员</a>,以了解不同密码复杂性级别的最新定义。</li>\r\n</ul>\r\n\r\n<p><b>低</b></p>\r\n<ul type=\"disc\">\r\n <li>密码可以是包含重复(4444)或有序(1234、4321、2468)序列的模式或 PIN。</li>\r\n</ul>\r\n\r\n<p><b>中</b></p>\r\n<ul type=\"disc\">\r\n <li>不含重复(4444)或有序(1234、4321、2468)序列且最小长度至少为 4 个字符的 PIN</li>\r\n <li>最小长度至少为 4 个字符的字母密码</li>\r\n <li>最小长度至少为 4 个字符的字母数字密码</li>\r\n</ul>\r\n\r\n<p><b>高</b></p>\r\n<ul type=\"disc\">\r\n <li>不含重复(4444)或有序(12344321、2468)序列且最小长度至少为 8 个字符的 PIN</li>\r\n <li>最小长度至少为 6 个字符的字母密码</li>\r\n <li>最小长度至少为 6 个字符的字母数字密码</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "锁定设备时和存在打开的文件时",
"deviceLockedOptionText": "锁定设备时",
"deviceManufacturer": "设备制造商",
@@ -10620,7 +10676,7 @@
"downloadingReport": "正在下载报表",
"edgeGSAssignment": "选择要为其安装 Microsoft Edge 移动版的用户组。将在这些用户注册的所有 iOS 和 Android 设备上安装 Microsoft Edge。",
"edgeGSIntroBenefitHTML": "<p>在 iOS 或 Android 设备上为用户获取 Microsoft Edge 应用,让他们可以使用多个公司设备无缝浏览! Edge 提供有助于合并、排列和管理工作内容的内置功能,使用户能够在 Web 的混乱中开辟出道路。在 Edge 应用程序中使用企业 Microsoft Entra 帐户登录的 iOS 和 Android 设备用户将会发现,浏览器预加载了你定义的工作收藏夹和网站筛选器。</p><p>如果你已阻止用户注册 iOS 或 Android 设备,则此方案不会启用注册,用户需要自行安装 Edge。</p>",
"edgeGSIntroPrereqHTML": "<p>我们将请你确定你的用户需要的工作收藏夹以及你要求用于 Web 浏览的筛选器。请确保完成以下任务再继续操作:</p>\r\n<li>将用户添加到 <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra 组</a></li>\r\n<li>在 Intune 中注册 iOS 或 Android 设备。<a href='https://go.microsoft.com/fwlink/?linkid=2102547'>了解详细信息</a></li>\r\n<li>收集要添加到 Microsoft Edge 中的工作收藏列表。</li>\r\n<li>收集要在 Microsoft Edge 中强制执行的网站筛选器列表。 </li>",
"edgeGSIntroPrereqHTML": "<p>我们将询问你的用户需要的工作收藏夹以及你要求用于 Web 浏览的筛选器。请确保在继续操作前完成以下任务:</p>\r\n<li>将用户添加到 <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra 组</a></li>\r\n<li>在 Intune 中注册 iOS 或 Android 设备。<a href='https://go.microsoft.com/fwlink/?linkid=2102547'>了解详细信息</a></li>\r\n<li>收集要 Edge 中添加的工作收藏列表。</li>\r\n<li>收集要在 Edge 中强制执行的网站筛选器列表。</li>",
"edgeGSName": "适用于 iOS 和 Android 的 Edge",
"edgeGSSyncInfo": "根据设备连接性和同步时间,此部署最多可能需要 24 小时才能到达设备。",
"edit": "编辑",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "是否已启用 MAM?",
"itemsCount": "{0} 项",
"jailbrokenRootedDevices": "已越狱/获得根权限的设备",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "阻止在支持的设备上访问",
"lastModifiedDate": "上次修改日期",
"lastReportedDate": "上次报告日期",
"lastSync": "上次同步时间",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "正在删除...",
"photoLibrary": "照片图库",
"pinCharSettingTooltip": "数字 PIN 仅允许数字字符。\r\n\r\n密码需满足以下条件: 字母数字字符和允许的符号。",
"pinRotationWarning": "重要提示: 2024 年 6 月 1 日,SDK 版本低于 17.7.0 的应用将不再获得应用保护策略更新,并且将阻止用户启动应用。<b></b>请确保用户正在更新其应用,并且你的业务线应用正在使用最新的 SDK 或包装器。<a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">了解详细信息</a>",
"pinToDashboard": "虚拟字符串,请勿转换",
"platformColumnLabel": "平台",
"platformDropDownLabel": "平台",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "策略集",
"applicabilityRules": "适用性规则",
"windowsEnrollmentTitle": "Windows 注册",
"DefaultESPCustomErrorMessage": "无法完成安装。请重试或与支持人员联系以获取帮助。",
"appleEnrollmentTitle": "Apple 注册",
"targetedAppLabel": "目标应用",
"configurationSettingsTitle": "配置设置",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13037,27 +13079,27 @@
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidWorkProfile": "Android Enterprise",
"common": "用",
"common": "用",
"iOS": "iOS/iPadOS",
"iosAndAndroidPlatformLabel": "iOS 和 Android",
"iosCommaAndroidPlatformLabel": "iOS、Android",
"linux": "Linux",
"macOS": "macOS",
"unknown": "未知",
"unsupported": "不支持",
"unsupported": "不支持",
"windows": "Windows",
"windows10": "Windows 10 更高版本",
"windows10CM": "Windows 10 及更高版本(ConfigMgr)",
"windows10": "Windows 10 更高版本",
"windows10CM": "Windows 10 及更高版本 (ConfigMgr)",
"windows10Holo": "Windows 10 全息版",
"windows10Mobile": "Windows 10 移动版",
"windows10Team": "Windows 10 协同版",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 更高版本",
"windows8": "Windows 8.1 更高版本",
"windows8And10": "Windows 8 和 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 更高版本",
"windows10AndLater": "Windows 10 更高版本",
"windows10AndWindowsServer": "Windows 10、Windows 11 和 Windows Server (ConfigMgr)",
"windows10andLaterCM": "Windows 10 及更高版本(ConfigMgr)",
"windows10andLaterCM": "Windows 10 及更高版本 (ConfigMgr)",
"holoLens": "HoloLens",
"surfaceHub2": "Surface Hub 2",
"surfaceHub2S": "Surface Hub 2S",
@@ -13075,8 +13117,8 @@
},
"ConfigurationTypes": {
"Table": {
"androidDeviceOwnerGeneral": "设备限制(设备所有者)",
"androidForWorkGeneral": "设备限制(工作配置文件)"
"androidDeviceOwnerGeneral": "设备限制 (设备所有者)",
"androidForWorkGeneral": "设备限制 (工作配置文件)"
},
"androidCustom": "自定义",
"androidDeviceOwnerGeneral": "设备限制",
@@ -13085,7 +13127,7 @@
"androidDeviceOwnerTrustedCertificate": "受信任的证书",
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "电子邮件(仅限 Samsung KNOX)",
"androidEmailProfile": "电子邮件 (仅限 Samsung KNOX)",
"androidForWorkCustom": "自定义",
"androidForWorkEmailProfile": "电子邮件",
"androidForWorkGeneral": "设备限制",
@@ -13103,21 +13145,21 @@
"androidTrustedCertificate": "受信任的证书",
"androidVPN": "VPN",
"androidWiFi": "Wi-Fi",
"androidZebraMx": "MX 配置文件(仅限 Zebra)",
"androidZebraMx": "MX 配置文件 (仅限 Zebra)",
"complianceAndroid": "Android 合规性策略",
"complianceAndroidDeviceOwner": "公司拥有的完全托管式专用工作配置文件",
"complianceAndroidEnterprise": "个人拥有的工作配置文件",
"complianceAndroidForWork": "Android for Work 合规性策略",
"complianceIos": "iOS 合性策略",
"complianceIos": "iOS 合性策略",
"complianceMac": "Mac 合规性策略",
"complianceWindows10": "Windows 10 及更高版本的合规性策略",
"complianceWindows10Mobile": "Windows 10 移动版合规性策略",
"complianceWindows8": "Windows 8 合规性策略",
"complianceWindowsPhone": "Windows Phone 合规性策略",
"complianceWindowsPhone": "Windows 手机合规性策略",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "属性目录(预览版)",
"inventoryCatalog": "属性目录",
"iosCustom": "自定义",
"iosDerivedCredentialAuthenticationConfiguration": "派生 PIV 凭据",
"iosDerivedCredentialAuthenticationConfiguration": "派生 PIV 凭据",
"iosDeviceFeatures": "设备功能",
"iosEDU": "教育",
"iosEducation": "教育",
@@ -13142,9 +13184,9 @@
"macVPN": "VPN",
"macWiFi": "Wi-Fi",
"settingsCatalog": "设置目录",
"unsupported": "不支持",
"windows10AdministrativeTemplate": "管理模板(预览)",
"windows10Atp": "Microsoft Defender for Endpoint (运行 Windows 10 或更高版本的桌面设备)",
"unsupported": "不支持",
"windows10AdministrativeTemplate": "管理模板 (预览)",
"windows10Atp": "Microsoft Defender for Endpoint(运行 Windows 10 或更高版本的桌面设备)",
"windows10Custom": "自定义",
"windows10DesktopSoftwareUpdate": "软件更新",
"windows10DeviceFirmwareConfigurationInterface": "设备固件配置接口",
@@ -13156,11 +13198,11 @@
"windows10Kiosk": "展台",
"windows10NetworkBoundary": "网络边界",
"windows10PKCS": "PKCS 证书",
"windows10PolicyOverride": "覆盖组策略",
"windows10PolicyOverride": "替代组策略",
"windows10SCEP": "SCEP 证书",
"windows10SecureAssessmentProfile": "教育配置文件",
"windows10SharedPC": "共享多用户设备",
"windows10TeamGeneral": "设备限制(Windows 10 团队)",
"windows10SharedPC": "共享多用户设备",
"windows10TeamGeneral": "设备限制 (Windows 10 协同版)",
"windows10TrustedCertificate": "受信任的证书",
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
@@ -13170,7 +13212,7 @@
"windows8TrustedCertificate": "受信任的证书",
"windows8VPN": "VPN",
"windows8WiFi": "Wi-Fi 导入",
"windowsDeliveryOptimization": "交付优化",
"windowsDeliveryOptimization": "传递优化",
"windowsDomainJoin": "域加入",
"windowsEditionUpgrade": "版本升级和模式切换",
"windowsIdentityProtection": "标识保护",
+144 -102
View File
@@ -71,7 +71,7 @@
"appPackageFile": "包含應用程式的檔案格式可在裝置上側載。有效的套件類型包括: Android (.apk)、iOS (.ipa)、macOS (.pkg)、Windows (.msi、.appx、.appxbundle、.msix 和 .msixbundle)。​",
"applicableDeviceType": "選取可安裝此應用程式的裝置類型。",
"category": "將應用程式分類,讓使用者更方便在公司入口網站中排序及尋找。您可以選擇多個類別。",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"description": "協助您的裝置使用者了解應用程式的內容及 (或) 應用程式的功能。使用者會在公司入口網站看見此描述。",
"developer": "開發應用程式的公司或個人名稱。此資訊將會顯示給登入系統管理中心的人員看。",
"displayVersion": "應用程式的版本。使用者可在公司入口網站看見此資訊。",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "搜尋 Microsoft Store 應用程式 (新版),以尋找您想要使用 Intune 部署的 Microsoft Store 應用程式。"
},
"descriptionPreview": "預覽",
"descriptionPreviewLabel": "預覽",
"descriptionRequired": "需要描述。",
"editDescription": "編輯描述",
"macOSMinOperatingSystemAdditionalInfo": "上傳 .pkg 檔案的最小作業系統為 macOS 10.14。上傳 .pkg 檔案以選取較舊的最小作業系統。​",
"markdownHelpLink": "取得描述支援的 Markdown 說明。",
"name": "應用程式資訊",
"nameForOfficeSuitApp": "應用程式套件資訊"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -915,10 +921,10 @@
"title": "設定目錄"
},
"Templates": {
"subtitle": "範本包含依功能分類的設定群組。當您不想手動建置原則,或想要設定裝置以存取企業網路 (例如設定 WiFi 或 VPN) 時,就適合使用範本。",
"subtitle": "範本包含設定群組,並按功能分類。當您不想手動建或想要設定裝置以存取公司網路 (例如設定 WiFi 或 VPN) 時,使用範本。",
"title": "範本"
},
"noData": "找不到任何原則範本"
"noData": "找不到原則範本"
},
"PolicyType": {
"EdgeSmartScreenSettings": {
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "帳戶防護 (測試)",
"windowsSecurityExperience": "Windows 安全性體驗"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows 防火牆"
},
"FirewallRules": {
"mDE": "Windows 防火牆規則"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "OneDrive 已知資料夾移動設定: Windows 10 在雲端設定範本中。https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "未知",
"unsupported": "不支援",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi 匯入",
"windows10CompliancePolicy": "Windows 10/11 合規性原則",
@@ -1064,9 +1080,11 @@
"prompt": "提示"
},
"Permissions": {
"accessBackgroundLocation": "位置存取 (背景)",
"accessCoarseLocation": "位置存取 (粗略)",
"accessFineLocation": "位置存取 (細部)",
"addVoicemail": "新增語音信箱",
"bluetoothConnect": "藍牙連線",
"bodySensors": "允許身體感應器資料",
"bodySensorsBackground": "允許背景本文感應器資料",
"callPhone": "撥打電話",
@@ -1674,16 +1692,16 @@
"aSR": "受攻擊面縮小",
"accountProtection": "帳戶防護",
"allDevices": "所有裝置",
"antivirus": "防毒",
"antivirus": "防毒軟體",
"antivirusReporting": "防毒報告 (預覽)",
"conditionalAccess": "條件存取",
"deviceCompliance": "裝置相容性",
"conditionalAccess": "條件存取",
"deviceCompliance": "裝置合規性",
"diskEncryption": "磁碟加密",
"eDR": "端點偵測及回應",
"ePM": "端點權限管理",
"firewall": "防火牆",
"helpSupport": "說明及支援",
"setup": "安裝",
"setup": "設定",
"wdapt": "適用於端點的 Microsoft Defender"
},
"OutlookAppConfig": {
@@ -1970,6 +1988,7 @@
"tenantManagement": "租用戶管理"
},
"actions": "不符合規定時所採取的動作",
"adminPermissions": "系統管理員權限",
"advancedExchangeSettings": "Exchange 線上設定",
"advancedThreatProtection": "適用於端點的 Microsoft Defender",
"allApps": "所有應用程式",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "軟體更新摘要",
"macOSSoftwareUpdateStateSummaries": "更新",
"managedGooglePlay": "受控的 Google Play",
"msfb": "商務用 Microsoft 網上商店",
"myPermissions": "我的使用權限",
"notifications": "通知",
"officeApps": "Office 應用程式",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "淘汰不符合規範的裝置",
"retireNoncompliantDevicesPreview": "淘汰不符合規範的裝置 (預覽)",
"role": "角色",
"rolesByPermission": "依權限的角色",
"scriptManagement": "指令碼",
"securityBaselines": "安全性基準",
"serviceToServiceConnector": "Exchange 線上連接器",
@@ -2115,7 +2134,7 @@
},
"AndroidBackup": {
"label": "將組織資料備份到 Android 備份服務",
"tooltip": "選取 {0} 以防止將組織資料備份到 Android 備份服務。\r\n選取 {1} 以允許將組織資料備份到 Android 備份服務。\r\n個人或受控資料不受影響。"
"tooltip": "選取 {0} 以防止將組織資料備份到 Android 備份服務。\r\n選取 {1} 以允許將組織資料備份到 Android 備份服務。\r\n個人或受控資料不受影響。"
},
"AndroidBiometricAuthentication": {
"label": "使用生物識別技術而非 PIN 來存取",
@@ -2157,7 +2176,7 @@
},
"CustomBrowserProtocol": {
"label": "非受控瀏覽器通訊協定",
"tooltip": "<p>輸入單一非受控瀏覽器的通訊協定。來自原則受控應用程式的 Web 內容 (http/s) 可於支援此通訊協定的任何應用程式中開啟。</p>\r\n\r\n<p><b>注意: </b>包含通訊協定前置詞。如果瀏覽器需要格式 \"mybrowser://www.microsoft.com\" 的連結,請輸入 \"mybrowser\"。</p>"
"tooltip": "<p>輸入單一非受控瀏覽器的通訊協定。將於支援此通訊協定的任何應用程式中開啟來自原則受控應用程式的 Web 內容 (http/s)。</p>\r\n\r\n<p><b>注意:</b>包含通訊協定前置詞。如果瀏覽器需要格式 \"mybrowser://www.microsoft.com\" 的連結,請輸入 \"mybrowser\"。</p>"
},
"CustomDialerAppDisplayName": {
"label": "撥號程式應用程式名稱"
@@ -2183,10 +2202,10 @@
"tooltip": "選取 {0} 會利用 Intune 應用程式層加密,進行組織資料的加密。\r\n <br/>\r\n選取 {1} 則不會利用 Intune 應用程式層加密,進行組織資料的加密。\r\n\r\n<br/>\r\n注意: 如需 Intune 應用程式層加密的詳細資訊,請參閱 {2}。"
},
"EncryptDataAndroid": {
"tooltip": "<p>選擇 <b>[需要]</b> 以啟用此應用程式中的工作或學校資料加密。Intune 使用 wolfSSL、256 位 AES 加密配置以及 Android 金鑰存放區系統,以安全地加密應用程式資料。資料在檔案 I/O 工作期間會同步加密。裝置儲存上的內容一律會加密。將使用 256 位元金鑰加密新檔案。現有的 128 位元加密檔案會嘗試移轉至 256 位元金鑰,但不保證該流程。使用 128 位元金鑰加密的檔案仍可讀取。 </p>\r\n\r\n<p>加密方法 FIPS 140-2 相容。</p>"
"tooltip": "<p>選擇 [需要]<b></b> 以啟用此應用程式中的工作或學校資料加密。Intune 使用 wolfSSL、256 位 AES 加密配置以及 Android 金鑰存放區系統,以安全地加密應用程式資料。資料在檔案 I/O 工作期間會同步加密。一律會加密裝置儲存上的內容。將使用 256 位元金鑰加密新檔案。現有的 128 位元加密檔案會嘗試移轉至 256 位元金鑰,但不保證該流程。使用 128 位元金鑰加密的檔案將保持可讀取狀態。</p>\r\n\r\n<p>加密方法符合 FIPS 140-2 規範。</p>"
},
"EncryptDataIos": {
"tooltip1": "選擇 [需要]<b></b>即可為此應用程式中公司或學校資料啟用加密。裝置鎖定時,Intune 會實施 iOS/iPadOS 裝置加密以保護應用程式資料。應用程式可選擇使用 Intune APP SDK 加密來加密應用程式資料。Intune APP SDK 會使用 iOS/iPadOS 加密方法將 128 位元 AES 加密套用到應用程式資料。",
"tooltip1": "選擇 [需要]<b></b>以啟用此應用程式中公司或學校資料加密。裝置鎖定時,Intune 會強制執行 iOS/iPadOS 裝置加密以保護應用程式資料。應用程式可選擇使用 Intune APP SDK 加密來加密應用程式資料。Intune APP SDK 會使用 iOS/iPadOS 加密方法將 256 位元 AES 加密套用到應用程式資料。",
"tooltip2": "您啟用此設定後,使用者就必須設定及使用 PIN 才能存取他們的裝置。如果不需要任何裝置 PIN 和加密,系統就會以 \"Your organization has required you to first enable a device PIN to access this app.\" (您的組織要求您在存取此應用程式前,先啟用裝置 PIN) 訊息提示使用者設定 PIN。",
"tooltip3": "前往<a href=\"{0}\" target=\"_blank\">官方的 Apple 文件</a>,即可查看有哪些 iOS 加密模組符合 FIPS 140-2 規範,或是尚未符合 FIPS 140-2 規範。"
},
@@ -2220,11 +2239,11 @@
},
"NotificationRestriction": {
"label": "組織資料通知",
"tooltip": "<p>選取以下其中一個選項,來指定如何針對此應用程式和任何連線的裝置 (例如穿戴式裝置) 顯示組織帳戶的通知:</p>\r\n<p>{0}: 不要共用通知。</p> \r\n<p>{1}: 不在通知中共用組織資料。如果應用程式不支援,封鎖通知。</p>\r\n<p>{2}: 共用所有通知。</p>\r\n <p>僅限 Android:\r\n 注意: 此設定並非所有應用程式均適用。如需詳細資訊,請參閱 {3}</p>\r\n\r\n <p>僅限 iOS:\r\n注意: 此設定並非所有應用程式均適用。如需詳細資訊,請參閱 {4}</p>"
"tooltip": "<p>選取以下其中一個選項,來指定如何針對此應用程式和任何連線的裝置 (例如穿戴式裝置) 顯示組織帳戶的通知:</p>\r\n<p>{0}:不要共用通知。</p>\r\n<p>{1}:不要在通知中共用組織資料。如果應用程式不支援,封鎖通知。</p>\r\n<p>{2}: 共用所有通知。</p>\r\n <p>僅限 Android:\r\n 注意: 此設定不會套用到所有應用程式。如需詳細資訊,請參閱 {3}</p>\r\n\r\n <p>僅限 iOS:\r\n注意: 此設定不會套用到所有應用程式。如需詳細資訊,請參閱 {4}</p>"
},
"OpenLinksManagedBrowser": {
"label": "限制使用其他應用程式的 Web 內容傳輸",
"tooltip": "<p>選取下列其中一個選項,以指定此應用程式可在其中開啟 Web 內容的應用程式: </p>\r\n<p><b> Microsoft Edge:</b>允許在 Microsoft Edge 中開啟 Web 內容。<a href=\"{0}\" target=\"_blank\">了解 Microsoft Edge 如何保護您的資料。</a></p>\r\n<p><b>非受控瀏覽器:</b> 僅允許在由 [非受控瀏覽器通訊協定] 設定定義的非受控瀏覽器中開啟 Web 內容</p>\r\n<p><b>任何應用程式:</b> 在任何應用程式中允許 Web 連結</p>"
"tooltip": "<p>選取下列其中一個選項,以指定此應用程式可在其中開啟 Web 內容的應用程式: </p>\r\n<p>[Microsoft Edge]<b></b>: 只允許在 Microsoft Edge 中開啟 Web 內容。<a href=\"{0}\" target=\"_blank\">了解 Microsoft Edge 如何保護您的資料。</a></p>\r\n<p>[非受控瀏覽器]<b></b>: 只允許 Web 內容在非受控瀏覽器 (由 [非受控瀏覽器通訊協定] 設定定義) 中開啟</p>\r\n<p>[任何應用程式]<b></b>: 允許在任何應用程式中 Web 連結</p>"
},
"OverrideBiometric": {
"tooltip": "PIN 提示會視逾時情況 (非使用狀態分鐘數),在必要時覆寫生物特徵辨識提示。若不符合此逾時值,則會持續顯示生物特徵辨識提示。此逾時值應大於在 [重新檢查存取需求前的剩餘時間 (非使用狀態分鐘數)] 下所指定的值。"
@@ -2277,7 +2296,7 @@
},
"SaveData": {
"label": "儲存組織資料複本",
"tooltip": "選 {0} 以防止使用 [另存新檔] 將組織資料的複本儲存到所選取儲存體服務以外的新位置。\r\n 選取 {1} 以允許使用 [另存新檔] 將組織資料的複本儲存到新位置。<br/>\r\n\r\n\r\n注意: 此設定並非所有應用程式均適用。如需詳細資訊,請參閱 {2}。\r\n"
"tooltip": "選 {0} 以防止使用 [另存新檔] 將組織資料本儲存到所選取儲存體服務以外的新位置。\r\n 選取 {1} 以允許使用 [另存新檔] 將組織資料本儲存到新位置。<br/>\r\n\r\n\r\n注意事項: 此設定並非所有應用程式均適用。如需詳細資訊,請參閱 {2}。\r\n"
},
"SaveDataToSelected": {
"label": "允許使用者將複本儲存到選取的服務",
@@ -2307,7 +2326,7 @@
},
"WinCutCopyPaste": {
"label": "允許在以下項目剪下、複製及貼上",
"tooltip": "選取下列其中一個選項,以指定組織使用者可以剪下複製或貼上組織資料的來源和目的地: <br/>\r\n\r\n<b>任何目的地任何來源</b>: 組織使用者可以貼上來自任何帳戶、文件、位置或應用程式資料,並將資料貼上、剪下複製到任何帳戶、文件、位置或應用程式。<br/>\r\n\r\n<b>沒有目的地或來源</b>: 組織使用者無法在組織內容中剪下、 貼上或複製來自外部帳戶、文件、位置或應用程式的資料,或將資料剪下、貼上或複製到任何帳戶、文件、位置或應用程式。"
"tooltip": "選取下列其中一個選項,以指定組織使用者可以剪下複製或貼上組織資料的來源和目: <br/>\r\n\r\n<b>任何目的地任何來源</b>: 組織使用者可以任何帳戶、文件、位置或應用程式貼上資料,並剪下/複製資料。<br/>\r\n\r\n<b>沒有目的地或來源</b>: 組織使用者無法在組織內容中剪下、複製或貼上外部帳戶、文件、位置或應用程式的資料。"
},
"WinPrintData": {
"label": "列印組織資料",
@@ -2315,11 +2334,11 @@
},
"WinReceiveData": {
"label": "接收來自以下項目的資料",
"tooltip": "選取下列其中一個選項以指定組織使用者可以接收哪個來源的資料: <br/>\r\n\r\n<b>所有來源</b>: 組織使用者可以在組織內容中開啟來自任何帳戶、文件、位置或應用程式的資料。<br/>\r\n\r\n<b>沒有來源</b>: 組織使用者無法在組織內容中開啟來自外部帳戶、文件、位置或應用程式的資料。"
"tooltip": "選取下列其中一個選項以指定組織使用者可以接收資料的來源: <br/>\r\n\r\n<b>所有來源</b>: 組織使用者可以在組織內容中開啟任何帳戶、文件、位置或應用程式的資料。<br/>\r\n\r\n<b>沒有來源</b>: 組織使用者無法在組織內容中開啟外部帳戶、文件、位置或應用程式的資料。"
},
"WinSendData": {
"label": "傳送組織資料至",
"tooltip": "選取下列其中一個選項以指定組織使用者可以傳送資料到哪個目的地: <br/>\r\n\r\n<b>所有目的地</b>: 組織使用者可以將組織資料傳送任何帳戶、文件、位置或應用程式。<br/>\r\n\r\n<b>沒有目的地</b>: 組織使用者無法組織內容傳送組織資料外部帳戶、文件、位置或應用程式。"
"tooltip": "選取下列其中一個選項以指定組織使用者可以傳送資料目的地: <br/>\r\n\r\n<b>所有目的地</b>: 組織使用者可以將組織資料傳送任何帳戶、文件、位置或應用程式。<br/>\r\n\r\n<b>沒有目的地</b>: 組織使用者無法組織內容中將組織資料傳送至外部帳戶、文件、位置或應用程式。"
},
"Tap": {
"numberOfDays": "天數",
@@ -2391,15 +2410,15 @@
"deviceEnrollment": "裝置註冊",
"deviceManagement": "裝置管理",
"scopeTags": "範圍標籤",
"appConfigurationTitle": "應用程式設定原則",
"appProtectionTitle": "應用程式護原則",
"appConfigurationTitle": "應用程式組態原則",
"appProtectionTitle": "應用程式護原則",
"appTitle": "應用程式",
"iOSAppProvisioningTitle": "iOS 應用程式佈建設定檔",
"deviceLimitRestrictionTitle": "裝置限制",
"deviceTypeRestrictionTitle": "裝置類型限制",
"enrollmentStatusSettingTitle": "註冊狀態頁面",
"windowsAutopilotDeploymentProfileTitle": "Windows autopilot 部署設定檔",
"deviceComplianceTitle": "裝置合規性政策",
"windowsAutopilotDeploymentProfileTitle": "Windows Autopilot Deployment 設定檔",
"deviceComplianceTitle": "裝置合規性原則",
"deviceConfigurationTitle": "裝置組態設定檔",
"powershellScriptTitle": "PowerShell 指令碼"
},
@@ -2421,19 +2440,35 @@
"availableUninstall": "允許可用的解除安裝",
"availableUninstallTooltip": "選取 [是] 可為來自公司入口網站的使用者提供此應用程式的解除安裝選項。選取 [否] 可防止使用者從公司入口網站解除安裝應用程式。",
"bladeTitle": "程式",
"commandLineDropdownText": "命令列",
"deviceRestartBehavior": "裝置重新啟動行為",
"deviceRestartBehaviorTooltip": "請選取應用程式成功安裝後的裝置重新啟動行為。選取 [根據傳回碼決定行為] 會根據傳回的代碼組態設定重新啟動裝置。選取 [無特定動作] 會在 MSI 式應用程式的應用程式安裝期間隱藏裝置重新啟動。選取 [App install may force a device restart] 會允許應用程式在不隱藏重新啟動的情況下完成。選取 [Intune will force a mandatory device restart] 會一律在成功安裝應用程式後重新啟動裝置。",
"header": "請指定用於安裝和解除安裝此應用程式的命令:",
"installCommand": "安裝命令",
"installCommandMaxLengthErrorMessage": "安裝命令不得超過允許的長度上限 1024 個字元。",
"installCommandTooltip": "用於安裝此應用程式的完整安裝命令列。",
"installScript": "安裝指令碼",
"installScriptErrorText": "必須安裝指令碼。",
"installScriptToolTip": "具有安裝命令的 PowerShell 指令檔,用來安裝此應用程式。",
"installScriptsHeader": "指定應用程式安裝和卸載設定,包括是否使用指令碼或命令列、時間限制、重新啟動行為和傳回程式碼。",
"installerTypeText": "安裝程式類型",
"runAs32Bit": "在 64 位元用戶端上以 32 位元處理序的形式執行安裝和解除安裝命令",
"runAs32BitTooltip": "選取 [是] 會在 64 位元用戶端上以 32 位元處理序的形式安裝和解除安裝應用程式。選取 [否] (預設) 會在 64 位元用戶端上以 64 位元處理序的形式安裝和解除安裝應用程式。32 位元用戶端一律會使用 32 位元處理序。",
"runAsAccount": "安裝行為",
"runAsAccountTooltip": "選取 [系統] 可為所有使用者安裝此應用程式 (如果支援)。選取 [使用者] 可為裝置上的登入使用者安裝此應用程式。對於要達到兩種目標的 MSI 應用程式,變更會使更新和解除安裝在原始安裝時套用到裝置的值還原前,都無法成功完成。",
"scriptDropdownText": "PowerShell 指令碼",
"scriptsErrorText": "必須安裝和解除安裝指令碼。",
"selectCustomScript": "選取自訂指令碼",
"selectScriptLinkAriaText": "未選取任何指令碼。開啟內容窗格以上傳指令碼。",
"selectScriptLinkText": "選取指令碼",
"selectedScriptLinkAriaText": "已選取指令碼 {0}。開啟內容窗格以編輯或上傳新指令碼。",
"selectorLabel": "程式",
"uninstallCommand": "解除安裝命令",
"uninstallCommandTooltip": "用於將此應用程式解除安裝的完整解除安裝命令列。"
"uninstallCommandTooltip": "用於將此應用程式解除安裝的完整解除安裝命令列。",
"uninstallScript": "解除安裝指令碼",
"uninstallScriptErrorText": "必須解除安裝指令碼。",
"uninstallScriptToolTip": "具有解除安裝命令的 PowerShell 指令檔,用來解除安裝此應用程式。",
"uninstallerTypeText": "解除安裝程序類型"
},
"TermsOfUse": {
"Languages": {
@@ -2847,8 +2882,8 @@
"description": "描述",
"deviceType": "裝置類型",
"deviceUse": "裝置用途",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot 僅支援已使用 Microsoft Entra 而聯結的 Surface Hub 2 裝置。指定組織中的裝置如何加入 Active Directory (AD)。\r\n </p>\r\n <ul>\r\n <li>\r\n 已使用 Microsoft Entra 而聯結的: 僅雲端,而沒有內部部署 Windows Server Active Directory。\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n 指定裝置如何加入組織的 Active Directory (AD):\r\n </p>\r\n <ul>\r\n <li>\r\n 已使用 Microsoft Entra 而聯結的: 僅限內部部署未使用 Windows Server Active Directory 的雲端\r\n </li>\r\n </ul> \r\n ",
"directoryServiceHintForSurfaceHub2": " <p>\r\n Autopilot 僅支援已使用 Microsoft Entra 而加入的 Surface Hub 2 裝置。指定裝置如何加入組織中的 Active Directory (AD)。\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra 加入: 僅支援雲端,不支援內部部署 Windows Server Active Directory。\r\n </li>\r\n </ul>\r\n ",
"directoryServiceHintForWindowsPC": "\r\n <p>\r\n 指定裝置如何加入組織的 Active Directory (AD):\r\n </p>\r\n <ul>\r\n <li>\r\n Microsoft Entra 加入: 僅支援雲端,不支援內部部署 Windows Server Active Directory:\r\n </li>\r\n </ul>\r\n ",
"getAssignedDevicesCountError": "擷取已指派的裝置計數時發生錯誤。",
"getAssignmentsError": "擷取 Autopilot 設定檔指派時發生錯誤。",
"harvestDeviceId": "將所有目標裝置轉換為 Autopilot",
@@ -2882,8 +2917,8 @@
"allAppTypes": "以所有應用程式類型為目標",
"androidPlatformLabel": "Android",
"appsInAndroidWorkProfile": "Android 工作設定檔中的應用程式",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "具有 Microsoft Entra 共用模式的 Android 企業專用裝置上的應用程式​",
"appsOnAndroidOpenSourceProjectUserAssociated": "Android 開放原始碼專案使用者相關聯的應用程式",
"appsOnAndroidEnterpriseDedicatedDevicesWithAzureAdSharedMode": "具有 Microsoft Entra 共用模式的 Android Enterprise 專用裝置上的應用程式​",
"appsOnAndroidOpenSourceProjectUserAssociated": "Android 開放原始碼上的應用程式專案使用者相關聯",
"appsOnAndroidOpenSourceProjectUserless": "Android 開放原始碼上的應用程式專案無使用者",
"appsOnIntuneManagedDevices": "Intune 受控裝置上的應用程式",
"appsOnUnmanagedDevices": "非受控裝置上的應用程式",
@@ -2892,7 +2927,7 @@
"iosAndroidPlatformLabel": "iOS、Android",
"macPlatformLabel": "Mac",
"notAvailable": "無法使用",
"windows10PlatformLabel": "Windows 10 更新版本",
"windows10PlatformLabel": "Windows 10 更新版本",
"withEnrollment": "有註冊",
"withoutEnrollment": "沒有註冊"
},
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "分割通道",
"vPNTrustedNetwork": "受信任的網路偵測",
"wSLCompliance": "Windows 子系統 Linux 版 (WSL)",
"wakeSettings": "喚醒設定",
"webContentFilter": "Web 內容篩選",
"wiFi": "Wi-Fi",
@@ -4222,7 +4258,7 @@
"smn": "伊納立沙米文 (芬蘭)",
"sms": "斯科特沙米文 (芬蘭)",
"sr-Cyrl-bA": "塞爾維亞文 (斯拉夫)",
"sr-Cyrl-rS": "塞爾維亞文 (斯拉夫塞爾維亞蒙特內哥羅)",
"sr-Cyrl-rS": "塞爾維亞文 (斯拉夫塞爾維亞蒙特內哥羅)",
"sr-Latn-bA": "塞爾維亞文 (拉丁)",
"sr-Latn-rS": "塞爾維亞文 (拉丁,塞爾維亞)",
"dsb": "下索布文 (德國)",
@@ -4300,7 +4336,6 @@
"mk": "馬其頓文 (北馬其頓)",
"ml": "馬來亞拉姆文 (印度)",
"mt": "馬爾他文 (馬爾他)",
"mi": "毛利文 (紐西蘭)",
"mr": "馬拉提文 (印度)",
"moh": "莫霍克文 (莫霍克)",
"ne": "尼泊爾文 (尼泊爾)",
@@ -4334,11 +4369,13 @@
"vi": "越南文 (越南)",
"cy": "威爾斯文 (英國)",
"wo": "沃洛夫文 (塞內加爾)",
"sah": "薩哈文 (俄羅斯)",
"ii": "爨文 (中華人民共和國)",
"yo": "優魯巴文 (奈及利亞)"
},
"DisplayRoleTypes": {
"builtInRole": "內建角色",
"customAutopatchRole": "自訂 Windows 自動修補角色",
"customCloudPCRole": "自訂 Windows 365 角色",
"customIntuneRole": "自訂 Intune 角色",
"customRole": "自訂角色"
@@ -4407,7 +4444,7 @@
"iOS": "在 iOS/iPadOS 裝置上,您可以允許不使用 PIN 碼而改以使用指紋識別。當使用者使用其工作帳戶存取此應用程式時,會收到提示要求他們提供其指紋識別。",
"mac": "在 Mac 裝置上,您可以允許不使用 PIN 而改用指紋識別碼。當使用者以其公司帳戶存取此應用程式時,系統會提示他們提供指紋。"
},
"allowWidgetContentSync": "選擇封鎖以防止受原則管理的應用程式將資料存到應用程式小工具。如果您選擇允許,如果受原則管理的應用程式支援並啟用這些功能,則受管理原則的應用程式可以將資料儲存到應用程式小工具。\r\n\r\n\r\n\r\n應用程式可能會使用應用程式設定提供額外的設定功能。如需詳細資訊,請參閱應用程式的文件。",
"allowWidgetContentSync": "選擇封鎖以防止受原則管理的應用程式將資料存到應用程式小工具。如果您選擇 [允許],如果受原則管理的應用程式支援並啟用這些功能,則受管理原則的應用程式可以將資料儲存到應用程式小工具。\r\n\r\n \r\n\r\n應用程式可能會使用應用程式設定原則提供額外的設定功能。如需詳細資訊,請參閱應用程式的文件。",
"appSharingFromLevel1": "請選取下列其中一個選項,以指定此應用程式可以從其接收資料的來源應用程式:",
"appSharingFromLevel2": "{0}: 只允許從其他受原則管理應用程式接收組織文件或帳戶的資料",
"appSharingFromLevel3": "{0}: 允許從任何應用程式接收組織文件或帳戶的資料",
@@ -4725,7 +4762,7 @@
"gt": "瓜地馬拉",
"gw": "幾內亞比索",
"gy": "蓋亞那",
"hk": "香港",
"hk": "香港特別行政區",
"hn": "宏都拉斯",
"hr": "克羅埃西亞",
"hu": "匈牙利",
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "這些設定適用於公司擁有且完全受控的專用工作設定檔裝置。",
"allAndroidCorpEnrollmentTypesHeaderName": "公司擁有且完全受控的專用工作設定檔裝置",
"allAndroidVersionsPasswordHeader": "所有 Android 裝置",
"allAndroidVersionsPasswordHeaderDescription": "這些設定適用於所有 Android 作業系統版本製造商",
"allAndroidVersionsPasswordHeaderDescription": "這些設定適用於所有 Android OS 版本製造商,但指定的除外",
"allDomainsOption": "所有網域",
"allEnrollmentTypesDescription": "這些設定適用於透過裝置註冊或使用者註冊在 Intune 中註冊的裝置,以及透過自動裝置註冊 (原先為 DEP) 使用 Apple School Manager 或 Apple Business Manager 註冊的裝置。",
"allEnrollmentTypesHeader": "所有註冊類型",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "臉部解鎖",
"blockFacetimeName": "封鎖 FaceTime",
"blockFactoryResetDescription": "禁止將裝置重設成出廠預設值。",
"blockFactoryResetName": "恢復出廠預設值 (僅限 Samsung KNOX)",
"blockFactoryResetName": "恢復出廠預設值 (僅限 Samsung KNOX Android 15 及更早版本)",
"blockFilesNetworkDriveAccessDescription": "使用伺服器訊息區 (SMB) 通訊協定,裝置可存取網路伺服器上的檔案或其他資源。適用於執行 iOS 及 iPadOS 13.0 版及更新版本的裝置。",
"blockFilesNetworkDriveAccessName": "禁止存取檔案應用程式中的網路磁碟機",
"blockFilesUsbDriveAccessDescription": "具有存取權的裝置可透過 USB 磁碟機連線至和開啟檔案。適用於執行 iOS 和 iPadOS 13.0 版或更新版本的裝置。",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "禁止在裝置上使用 Google 帳戶自動同步功能。",
"blockGoogleAccountAutoSyncName": "Google 帳戶自動同步 (僅限 Samsung KNOX)",
"blockGoogleBackupDescription": "封鎖與 Google 備份同步。",
"blockGoogleBackupName": "Google 備份 (僅限 Samsung KNOX)",
"blockGoogleBackupName": "Google 備份 (僅限 Samsung KNOX Android 15 及更早版本)",
"blockGooglePlayStoreDescription": "封鎖 Google Play 商店 (Samsung KNOX Standard 4.0+)。",
"blockGooglePlayStoreName": "Google Play 商店 (僅限 Samsung KNOX) ",
"blockHostPairingDescription": "封鎖主機配對以控制 iOS 裝置所能配對的裝置。",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "未偵測到任何 SIM 卡時,不顯示錯誤對話方塊",
"blockSIMCardErrorDialogName": "SIM 卡錯誤對話方塊 (僅限行動裝置)",
"blockSMSAndMMSAndroidDescription": "封鎖傳送 SMS/MMS 功能 (Samsung KNOX Standard 4.0+)。",
"blockSMSAndMMSName": "SMS/MMS 傳訊 (僅限 Samsung KNOX)",
"blockSMSAndMMSName": "簡訊/多媒體訊息 (僅限 Samsung KNOX Android 15 及更早版本)",
"blockSafariAutofillDescription": "禁止 Safari 記住使用者在 Web 表單中輸入的內容。",
"blockSafariAutofillName": "封鎖 Safari AutoFill",
"blockSafariDescription": "封鎖 Safari 網頁瀏覽器。",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "封鎖 VPN 設定的建立",
"blockVPNCreationName": "封鎖 VPN 建立",
"blockVoiceAssistantAndroidDescription": "封鎖語音助理 (Samsung KNOX Standard 4.0+)。",
"blockVoiceAssistantName": "語音助理 (僅限 Samsung KNOX)",
"blockVoiceAssistantName": "語音助理 (僅限 Samsung KNOX Android 15 及更早版本)",
"blockVoiceDialingAndroidDescription": "封鎖語音撥號 (Samsung KNOX Standard 4.0+)。",
"blockVoiceDialingDescription": "封鎖裝置上的語音撥號。",
"blockVoiceDialingName": "語音撥號",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "如需了解上傳檔案的正確格式,請參閱 Intune 文件。<a href=\"https://aka.ms/AA6z0o4\">深入了解</a>",
"customAppConfigurationFileName": "屬性清單檔案",
"customBoolError": "布林類型的所有設定金鑰都必須有 \"true\" 或 \"false\" 的值。",
"customComplianceToolTip": "啟用後,裝置必須符合自訂規則的規範,而自訂規則是根據探索 PowerShell 指令碼所傳回的自訂資料,在 JSON 檔案中所定義。",
"customEapXmlOption": "自訂 EAP XML",
"customIntError": "整數類型的所有設定金鑰都必須是整數值。",
"customItemHideFromUserConfiguration": "隱藏",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "工作設定檔與個人設定檔之間的資料共用",
"dataTypeName": "資料類型",
"dateAndTimeBlockChangesDescription": "防止使用者在此裝置上變更日期和時間 (Samsung KNOX)。",
"dateAndTimeBlockChangesName": "封鎖日期和時間變更 (Samsung KNOX)",
"dateAndTimeBlockChangesName": "封鎖日期和時間變更 (僅限 Samsung Android 15 及更早版本)",
"dateTimeConfigurationBlockedDescription": "禁止使用者手動設定日期和時間。",
"dateTimeConfigurationBlockedName": "日期與時間變更",
"dateTimeName": "日期和時間",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Wi-Fi 允許清單",
"knoxBlockAutofillDescription": "封鎖自動填滿。",
"knoxBlockAutofillName": "自動填入 (僅限 Samsung KNOX)",
"knoxBlockBluetoothName": "藍牙 (僅限 Samsung KNOX)",
"knoxBlockBluetoothName": "藍牙 (僅限 Samsung KNOX Android 13 及更早版本)",
"knoxBlockCookiesDescription": "允許或封鎖瀏覽器 Cookie",
"knoxBlockCookiesName": "Cookie (僅限 Samsung KNOX)",
"knoxBlockCopyAndPasteDescription": "封鎖複製並貼上功能。",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "快顯 (僅限 Samsung KNOX)",
"knoxBlockRemovableStorageName": "抽取式存放裝置 (僅限 Samsung KNOX)",
"knoxBlockScreenshotDescription": "禁止將畫面內容擷取為影像。",
"knoxBlockScreenshotName": "螢幕擷取 (僅限 Samsung KNOX)",
"knoxBlockScreenshotName": "螢幕擷取畫面 (僅限 Samsung KNOX Android 15 及更早版本)",
"knoxBlockVoiceDialingName": "語音撥號 (僅限 Samsung KNOX)",
"knoxBlockVoiceRoamingName": "語音漫遊 (僅限 Samsung KNOX)",
"knoxBlockWebBrowserDescription": "封鎖裝置上的網頁瀏覽器。",
"knoxBlockWebBrowserName": "網頁瀏覽器 (僅限 Samsung KNOX)",
"knoxBlockWiFiName": "Wi-Fi (僅限 Samsung KNOX)",
"knoxBlockWiFiTetheringName": "Wi-Fi 網際網路共用 (僅限 Samsung KNOX)",
"knoxBlockWiFiName": "WiFi (僅限 Samsung KNOX Android 12 及更早版本)",
"knoxBlockWiFiTetheringName": "WiFi 網際網路共用 (僅限 Samsung KNOX Android 12 及更早版本)",
"knoxCellularDataDescription": "禁止在行動電話通訊網路上使用資料。若未設定,使用者將可以在行動電話通訊網路上使用及編輯資料。",
"knoxCellularDataName": "行動數據通道 (僅限 Samsung KNOX)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 及更早版本或 Samsung Knox Android 15 及更早版本",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "這些設定適用於執行 Android 9 或更舊版本的裝置,也適用於執行任何 Android OS 版本 Android 15 或更早版本的所有 Samsung Knox 裝置。",
"knoxRequireEncryptionName": "加密 (Android 11 及更早版本,或 Samsung KNOX Android 14 及更早版本)",
"knoxRequireEncryptionOnRemovableStorageDescription": "必須加密儲存卡。並非所有裝置都支援儲存卡加密。如需詳細資訊,請參閱裝置和行動作業系統文件。",
"knoxRequireEncryptionOnRemovableStorageName": "加密儲存卡上的內容 (僅限 Samsung KNOX)",
"knoxRequireEncryptionOnRemovableStorageName": "儲存卡加密 (僅限 Samsung KNOX Android 15 及更早版本)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (原生類型)",
"lanManagerAuthenticationLevelDesc": "此安全性設定指定網路登入所要使用的挑戰/回應驗證通訊協定。",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "識別碼類型",
"macOSAppleEventReceiverTableDescription": "允許此應用程式或處理序傳送受限制的 Apple 事件,到另一個應用程式或處理序。您必須知道接收應用程式或處理序的識別碼、識別碼類型與程式碼需求。",
"macOSAppleEventReceiverTableName": "Apple 事件",
"macOSDeploymentChannelDeviceChannel": "裝置通道",
"macOSDeploymentChannelName": "部署通道",
"macOSDeploymentChannelUserChannel": "使用者通道",
"macOSDeploymentChannelWarningBanner": "強烈建議您只針對安全性目的使用 [使用者通道] 中的使用者憑證類型。",
"macOSPrivacyAccessControlItemAccessibilityDescription": "控制對裝置上協助工具應用程式的存取,其容納像是字幕、動態顯示文字和語音控制等功能。",
"macOSPrivacyAccessControlItemAccessibilityName": "協助工具",
"macOSPrivacyAccessControlItemAddressBookName": "連絡人",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "如果金鑰產製模組不支援驗證集內的所有驗證套件,便將其設定為略過整個驗證集。若啟用,金鑰產製模組即略過不支援的驗證套件。",
"opportunisticallyMatchAuthName": "視情況按各金鑰產製模組比對驗證機",
"optional": "選用",
"optionalValue": "選用值",
"organizationalUnitDescription": "要在其中建立電腦帳戶的組織單位 (OU) 完整路徑。若未指定,會使用已知的電腦物件容器。",
"organizationalUnitName": "組織單位",
"originalProfileTypeTitle": "原始設定檔類型:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "憑證有效期間",
"sCEPPolicyCustomAADAttribute": "自訂 Microsoft Entra 屬性",
"sCEPPolicyCustomKeys": "自訂金鑰",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "請提供值,此值可以是任何支援的變數,例如 {{UserPrincipalName}}。{{OnPremisesSecurityIdentifier}} 只能與 URI 屬性搭配使用。深入了解支援的變數: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "提供可將任何支援的變數與靜態文字結合的值。針對 UPN 和電子郵件地址,請使用格式{{AAD_Device_ID}}@contoso.com。DNS 值不能包含符號或 @ 符號,例如{{DeviceName}}.contoso.com 或 {{DeviceName}}。請注意,{{OnPremisesSecurityIdentifier}} 值只能與主體別名的 URI 屬性一起使用。請參閱這裡的支援變數: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "WPA 預先共用金鑰",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "不符合規範的 Linux 發佈為:",
"wSLComplianceTitle": "從 Windows 子系統 Linux 版 (WSL) 解除安裝不符合規範的 Linux 發佈或版本。",
"wSLPolicyDistributionName": "散發名稱",
"wSLPolicyMaxOSVersionName": "最大 OS 版本",
"wSLPolicyMinOSVersionName": "最小 OS 版本",
"wakeOnLANName": "網路喚醒",
"wakeOnPowerName": "電源喚醒",
"wakeScreenWhenSomeoneInRoomName": "有人在房間時喚醒螢幕",
@@ -9981,7 +10033,7 @@
"whatHappenedDescription": "Azure 入口網站中的 Intune 不支援此設定檔的設定。此設定檔的設定只能在傳統入口網站的 [原則] > [設定原則] 中檢視。",
"whatHappenedTitle": "發生:",
"wiFiBasic": "基本",
"wiFiEnterprise": "Enterprise",
"wiFiEnterprise": "企業",
"wiFiForceOnlyConfiguredNetworksDescription": "強制裝置僅使用透過組態設定檔設定的 Wi-Fi 網路。適用於執行 iOS 及 iPadOS 版本 14.4 或更早版本的裝置。執行 14.5 + 的裝置應該使用 [要求裝置使用透過組態設定檔設定的 Wi-Fi 網路] 設定。",
"wiFiForceOnlyConfiguredNetworksName": "僅限使用組態設定檔加入 Wi-Fi 網路",
"wiFiPolicyConnectAutomaticallyDescription": "選擇 [啟用] 以在裝置在範圍內時自動連接到此網路。選擇 [停用] 以防止裝置在範圍內時自動連接到此網路。",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows Spotlight 在鎖定畫面上",
"windowsSpotlightPersonalizationDescription": "禁止 Windows Spotlight 依據裝置使用狀況進行個人化",
"windowsSpotlightPersonalizationName": "Windows Spotlight 個人化",
"windowsSubsystemLinuxComplianceDescription": "這些設定與安裝在受控 Windows 裝置上的 Linux 發行版本相關,並且會影響裝置的合規性狀態。<a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">深入了解如何使用設定</a>",
"windowsSubsystemLinuxComplianceHeader": "允許的 Linux 散發和版本",
"windowsSubsystemLinuxComplianceInfoBox": "您無法在同一個原則中設定 WSL 和自訂合規性設定。",
"windowsSubsystemLinuxComplianceLearnMore": "指定允許的 Linux 發行版本,並選擇性地為每個發行版本指定最小版本、最大版本,或兩者。",
"windowsTipsDescription": "允許 IT 系統管理員關閉 Windows 提示的快顯。",
"windowsTipsName": "Windows 提示",
"windowsWelcomeExperienceDescription": "禁止介紹新功能或更新功能的 Windows 歡迎使用功能",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "無任何原則",
"clientAppPolicyPlural": "{0} 項原則",
"clientAppPolicySingular": "{0} 項原則",
"clockInClockOutNotes": "<p><b>注意:</b></p>\r\n<ul type=\"disc\">\r\n <li>請參閱<b>無干擾時間文件的連結 – 封鎖區段</b>,以取得可套用此設定之應用程式的詳細資訊。</li>\r\n <li>此設定沒有停用通知的功能。若要設定停用通知的設定,請參閱<b>無干擾時間的連結 – 停用通知的文件</b>。</li>\r\n</ul>",
"clockInClockOutNotes": "<p><b>注意:</b></p>\r\n<ul type=\"disc\">\r\n <li>只有在租用戶已與<b>工作時間 API 整合時,才可設定此設定</b>。如需有關整合此設定與<b>工作時間 API</b> 的詳細資訊,請參閱 <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">限制第一線員工在非工作時間存取 Microsoft Teams</a>\r (英文)\n.設定此設定而不與工作時間 API 進行整合,可能會導致帳戶因缺少與應用程式相關聯之受控帳戶的工作時間狀態而遭封鎖。</li>\r\n <li>請參閱<a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">支援的 Microsoft Intune 應用程式 | Microsoft Learn</a>\r\n以尋求有關哪些應用程式支援此設定的資訊。</li><li>此設定沒有停用通知的功能。若要設定通知靜音的設定,請參閱<a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">建立 Microsoft Intune 中的無訊息時間原則 | Microsoft Learn</a></li>\r\n</ul>",
"clockedOutAccount": "非工作時間",
"closeText": "關閉",
"columns": "資料行",
@@ -10596,7 +10652,7 @@
"deviceConditionsInfoParagraph2": "可對已註冊裝置進行類似設定 (以裝置為準)。",
"deviceConditionsInfoParagraph2LinkText": "深入了解如何對已註冊裝置進行裝置合規性設定。",
"deviceId": "裝置識別碼",
"deviceLockComplexityValidationFailureNotes": "<p><b>注意:</b></p>\r\n<ul type=\"disc\">\r\n <li>針對 Android 12+,裝置鎖定可要求的密碼複雜度為: 低、中或高。針對執行 Android 11 或更早版本的裝置,若將複雜度的值設為低/中/高,則會預設為「低複雜度」的預期行為。</li>\r\n <li>以下的密碼定義可能隨時變更。如需不同密碼複雜度的最新更新的定義,請參閱 <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android 開發人員</a>。</li>\r\n</ul>\r\n\r\n<p><b>低</b></p>\r\n<ul type=\"disc\">\r\n <li>密碼可以是圖形鎖,或是重複 (4444) 或有次序 (1234、4321、2468) PIN。</li>\r\n</ul>\r\n\r\n<p><b>中</b></p>\r\n<ul type=\"disc\">\r\n <li>不可重複 (4444) 或有次序 (1234、4321、2468)最小長度為 4 個字元的 PIN</li>\r\n <li>最小長度至少 4 個字元的字母密碼</li>\r\n <li>最小長度至少 4 個字元的英數字元密碼</li>\r\n</ul>\r\n\r\n<p><b>高</b></p>\r\n<ul type=\"disc\">\r\n <li>不可重複 (4444) 或有次序 (1234、4321、2468),且長度最短須為 8 個字元的 PIN</li>\r\n <li>最小長度至少 6 個字元的字母密碼</li>\r\n <li>最小長度至少 6 個字元的英數字元密碼</li>\r\n</ul>\r\n<p></p>",
"deviceLockComplexityValidationFailureNotes": "<p><b>注意:</b></p>\r\n<ul type=\"disc\">\r\n <li>針對 Android 12+,裝置鎖定可要求的密碼複雜度為: 低、中或高。針對執行 Android 11 或更早版本的裝置,若將複雜度的值設為低/中/高,則會預設為「低複雜度」的預期行為。</li>\r\n <li>以下的密碼定義可能隨時變更。請參閱 <a href='https://developer.android.com/reference/android/app/admin/DevicePolicyManager#getPasswordComplexity%28%29'>DevicePolicyManager|Android 開發人員</a>,取得不同密碼複雜性層級的更新定義。</li>\r\n</ul>\r\n\r\n<p><b>低</b></p>\r\n<ul type=\"disc\">\r\n <li>密碼可以是具有重複 (4444) 或序 (1234、4321、2468) 序列的模式或 PIN。</li>\r\n</ul>\r\n\r\n<p><b>中</b></p>\r\n<ul type=\"disc\">\r\n <li>重複 (4444) 或序 (1234、4321、2468) 序列的 PIN,最小長度至少為 4 個字元</li>\r\n <li>最小長度至少 4 個字元的英數字元密碼</li>\r\n <li>最小長度至少 4 個字元的英數字元密碼</li>\r\n</ul>\r\n\r\n<p><b>高</b></p>\r\n<ul type=\"disc\">\r\n <li>重複 (4444) 或序 (1234、4321、2468) 序列的 PIN,最小長度至少為 8 個字元</li>\r\n <li>最小長度至少 6 個字元的英數字元密碼</li>\r\n <li>最小長度至少 6 個字元的英數字元密碼</li>\r\n</ul>\r\n<p></p>",
"deviceLockedOpenFilesOptionsText": "當裝置鎖定時且有開啟的檔案",
"deviceLockedOptionText": "當裝置鎖定時",
"deviceManufacturer": "裝置製造商",
@@ -10620,7 +10676,7 @@
"downloadingReport": "正在下載報表",
"edgeGSAssignment": "選擇您要包含在 Edge 行動版安裝範圍內的使用者群組。Edge 會安裝在這些使用者所註冊的所有 iOS 和 Android 裝置上。",
"edgeGSIntroBenefitHTML": "<p>在 iOS 或 Android 上為您的使用者取得 Microsoft Edge 應用程式,讓他們可以在公司裝置之間無縫瀏覽! Edge 可讓使用者透過內建功能迅速處理網路上的混雜資訊,協助他們合併、安排及管理工作內容。在 Edge 應用程式中使用公司 Microsoft Entra 帳戶登入的 iOS 和 Android 裝置使用者,會看到瀏覽器已預先載入您定義的工作場所我的最愛和網站篩選。</p><p>若您已禁止使用者註冊 iOS 或 Android裝置,這個案例並不會允許註冊,而且使用者必須自行安裝 Edge。</p>",
"edgeGSIntroPrereqHTML": "<p>我們會詢問您使用者所需的工作場所我的最愛,以及您要用於網頁瀏覽的篩選。請務必先完成下列工作再繼續: </p>\r\n<li>將使用者新增 <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra 群組</a></li>\r\n<li>在 Intune 中註冊 iOS 或 Android 裝置。<a href='https://go.microsoft.com/fwlink/?linkid=2102547'>深入了解</a></li>\r\n<li>收集要Edge 中新增的工作場所我的最愛清單。</li>\r\n<li>收集要在 Edge 中執行的網站篩選清單。</li>",
"edgeGSIntroPrereqHTML": "<p>我們會詢問您使用者所需的工作場所我的最愛,以及您要用於網頁瀏覽的篩選。繼續之前,請確定您已完成下列工作:</p>\r\n<li>將使用者新增 <a href='https://go.microsoft.com/fwlink/?linkid=2102458'>Microsoft Entra 群組</a></li>\r\n<li>在 Intune 中註冊 iOS 或 Android 裝置。<a href='https://go.microsoft.com/fwlink/?linkid=2102547'>深入了解</a></li>\r\n<li>收集要新增到Edge 的工作場所我的最愛清單。</li>\r\n<li>收集要在 Edge 中強制執行的網站篩選清單。</li>",
"edgeGSName": "適用於 iOS 與 Android 的 Edge",
"edgeGSSyncInfo": "視裝置連線能力與同步時間之不同,此部署最長可能需要 24 小時的時間,才可連上裝置。",
"edit": "編輯",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "是否已啟用 MAM?",
"itemsCount": "{0} 個項目",
"jailbrokenRootedDevices": "已越獄/Root 破解的裝置",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "在支援的裝置上封鎖存取",
"lastModifiedDate": "上次修改日期",
"lastReportedDate": "上次報告的日期",
"lastSync": "上一次同步",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "刪除中...",
"photoLibrary": "照片圖庫",
"pinCharSettingTooltip": "數值型 PIN 碼只允許數值字元。\r\n\r\n密碼必須符合下列需求: 英數字元與允許的符號。",
"pinRotationWarning": "<b>重要:</b> 2024 年 6 月 1 日,若您的 SDK 版本是 17.7.0 之前的版本,擁有這個 SDK 的應用程式將無法再取得應用程式保護原則更新,且使用者將無法啟動應用程式。請確認使用者正在更新其應用程式,且您的商務應用程式行正在使用最近的 SDK 或包裝函式。<a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">深入了解</a>",
"pinToDashboard": "虛設字串,不翻譯",
"platformColumnLabel": "平台",
"platformDropDownLabel": "平台",
@@ -10970,7 +11026,7 @@
"successfully": "成功",
"summary": "摘要",
"summaryLensTitle": "摘要",
"summaryMissingNotification": "未成功載入使用者簽入和每個應用程式的使用者簽入摘要。請幾秒鐘後再試一次。",
"summaryMissingNotification": "未成功載入使用者簽入和每個應用程式的使用者簽入摘要。請幾秒鐘後再試一次。",
"summarySettingsPartRemoteRequestsGroupText": "遠端要求",
"summarySettingsPartWipeRequestsSelectorText": "抹除要求",
"supportId": "支援識別碼: {0}",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "原則集合",
"applicabilityRules": "適用性規則",
"windowsEnrollmentTitle": "Windows 註冊",
"DefaultESPCustomErrorMessage": "設定無法完成。請再試一次,或連絡客戶服務以尋求協助。",
"appleEnrollmentTitle": "Apple 註冊",
"targetedAppLabel": "目標應用程式",
"configurationSettingsTitle": "組態設定",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13037,7 +13079,7 @@
"androidEnterprise": "Android Enterprise",
"androidForWork": "Android Enterprise",
"androidWorkProfile": "Android Enterprise",
"common": "通用",
"common": "常見",
"iOS": "iOS/iPadOS",
"iosAndAndroidPlatformLabel": "iOS 與 Android",
"iosCommaAndroidPlatformLabel": "iOS、Android",
@@ -13046,18 +13088,18 @@
"unknown": "未知",
"unsupported": "不支援",
"windows": "Windows",
"windows10": "Windows 10 更新版本",
"windows10CM": "Windows 10 更新版本 (ConfigMgr)",
"windows10": "Windows 10 更新版本",
"windows10CM": "Windows 10 更新版本 (ConfigMgr)",
"windows10Holo": "Windows 10 全像攝影版",
"windows10Mobile": "Windows 10 行動裝置版",
"windows10Team": "Windows 10 團隊版",
"windows10X": "Windows 10X",
"windows8": "Windows 8.1 更新版本",
"windows8": "Window 8.1 更新版本",
"windows8And10": "Windows 8 與 10",
"windowsPhone": "Windows Phone 8.1",
"windows10AndLater": "Windows 10 更新版本",
"windows10AndLater": "Windows 10 更新版本",
"windows10AndWindowsServer": "Windows 10、Windows 11 與 Windows Server (ConfigMgr)",
"windows10andLaterCM": "Windows 10 更新版本 (ConfigMgr)",
"windows10andLaterCM": "Windows 10 更新版本 (ConfigMgr)",
"holoLens": "HoloLens",
"surfaceHub2": "Surface Hub 2",
"surfaceHub2S": "Surface Hub 2S",
@@ -13076,7 +13118,7 @@
"ConfigurationTypes": {
"Table": {
"androidDeviceOwnerGeneral": "裝置限制 (裝置擁有者)",
"androidForWorkGeneral": "裝置限制 (公司設定檔)"
"androidForWorkGeneral": "裝置限制 (工作設定檔)"
},
"androidCustom": "自訂",
"androidDeviceOwnerGeneral": "裝置限制",
@@ -13085,7 +13127,7 @@
"androidDeviceOwnerTrustedCertificate": "信任的憑證",
"androidDeviceOwnerVpn": "VPN",
"androidDeviceOwnerWiFi": "Wi-Fi",
"androidEmailProfile": "電子郵件 (僅 Samsung KNOX)",
"androidEmailProfile": "電子郵件 (僅 Samsung KNOX)",
"androidForWorkCustom": "自訂",
"androidForWorkEmailProfile": "電子郵件",
"androidForWorkGeneral": "裝置限制",
@@ -13104,18 +13146,18 @@
"androidVPN": "VPN",
"androidWiFi": "Wi-Fi",
"androidZebraMx": "MX 設定檔 (僅限 Zebra)",
"complianceAndroid": "Android 合規性原則",
"complianceAndroid": "Android 合規性政策",
"complianceAndroidDeviceOwner": "公司擁有且完全受控的專用工作設定檔",
"complianceAndroidEnterprise": "個人擁有的工作設定檔",
"complianceAndroidForWork": "Android for Work 合規性原則",
"complianceIos": "iOS 合規性政策",
"complianceMac": "Mac 合規性原則",
"complianceAndroidForWork": "Android for Work 合規性政策",
"complianceIos": "iOS 合規性原則",
"complianceMac": "Mac 合規性政策",
"complianceWindows10": "Windows 10 及更新版本合規性政策",
"complianceWindows10Mobile": "Windows 10 行動裝置版合規性原則",
"complianceWindows8": "Windows 8 合規性原則",
"complianceWindowsPhone": "Windows Phone 合規性原則",
"complianceWindows10Mobile": "Windows 10 行動裝置版合規性政策",
"complianceWindows8": "Windows 8 合規性政策",
"complianceWindowsPhone": "Windows Phone 合規性政策",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "屬性目錄 (預覽)",
"inventoryCatalog": "屬性目錄",
"iosCustom": "自訂",
"iosDerivedCredentialAuthenticationConfiguration": "衍生的 PIV 認證",
"iosDeviceFeatures": "裝置功能",
@@ -13133,7 +13175,7 @@
"iosWiFi": "Wi-Fi",
"macCustom": "自訂",
"macDeviceFeatures": "裝置功能",
"macEndpointProtection": "Endpoint Protection",
"macEndpointProtection": "端點保護",
"macExtensions": "延伸模組",
"macGeneral": "裝置限制",
"macImportedPFX": "PKCS 匯入的憑證",
@@ -13149,7 +13191,7 @@
"windows10DesktopSoftwareUpdate": "軟體更新",
"windows10DeviceFirmwareConfigurationInterface": "裝置韌體設定介面",
"windows10EmailProfile": "電子郵件",
"windows10EndpointProtection": "Endpoint Protection",
"windows10EndpointProtection": "端點保護",
"windows10EnterpriseDataProtection": "Windows 資訊保護",
"windows10General": "裝置限制",
"windows10ImportedPFX": "PKCS 匯入的憑證",
@@ -13158,20 +13200,20 @@
"windows10PKCS": "PKCS 憑證",
"windows10PolicyOverride": "覆寫群組原則",
"windows10SCEP": "SCEP 憑證",
"windows10SecureAssessmentProfile": "教育設定檔",
"windows10SharedPC": "共用多使用者裝置",
"windows10SecureAssessmentProfile": "Education 設定檔",
"windows10SharedPC": "共用多使用者裝置",
"windows10TeamGeneral": "裝置限制 (Windows 10 團隊版)",
"windows10TrustedCertificate": "信任的憑證",
"windows10TrustedCertificate": "信任的憑證",
"windows10VPN": "VPN",
"windows10WiFi": "Wi-Fi",
"windows10WiFiCustom": "Wi-Fi 自訂",
"windows8General": "裝置限制",
"windows8SCEP": "SCEP 憑證",
"windows8TrustedCertificate": "信任的憑證",
"windows8TrustedCertificate": "信任的憑證",
"windows8VPN": "VPN",
"windows8WiFi": "Wi-Fi 匯入",
"windowsDeliveryOptimization": "傳遞最佳化",
"windowsDomainJoin": "加入網域",
"windowsDomainJoin": "網域加入",
"windowsEditionUpgrade": "版本升級和模式切換",
"windowsIdentityProtection": "身分識別保護",
"windowsPhoneCustom": "自訂",
@@ -13179,7 +13221,7 @@
"windowsPhoneGeneral": "裝置限制",
"windowsPhoneImportedPFX": "PKCS 匯入的憑證",
"windowsPhoneSCEP": "SCEP 憑證",
"windowsPhoneTrustedCertificate": "信任的憑證",
"windowsPhoneTrustedCertificate": "信任的憑證",
"windowsPhoneVPN": "VPN",
"IosUpdate": "iOS 更新原則"
},
+95 -53
View File
@@ -53,7 +53,7 @@
"RoleAssignment": {
"RoleAssignmentAdmin": "Admin Groups",
"RoleAssignmentAdminDesc": "Admin group users are the administrators assigned to this role",
"rolesMenuTitle": "Endpoint Manager roles",
"rolesMenuTitle": "Intune roles",
"RoleAssignmentScopeDesc": "Administrators in this role assignment can target policies, applications and remote tasks",
"RoleAssignmentScope": "Scope Groups"
},
@@ -71,7 +71,7 @@
"appPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package types include: Android (.apk), iOS (.ipa), macOS (.pkg), Windows (.msi, .appx, .appxbundle, .msix, and .msixbundle).",
"applicableDeviceType": "Select the device types that can install this app.",
"category": "Categorize the app to make it easier for users to sort and find in Company Portal. You can choose multiple categories.",
"categoryLink": "https://docs.microsoft.com/intune/apps/apps-add#create-and-edit-categories-for-apps",
"categoryLink": "https://go.microsoft.com/fwlink/?linkid=2295954",
"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.",
@@ -100,9 +100,11 @@
"winGetStoreSelectApp": "Search the Microsoft Store app (new) for store apps that you want to deploy with Intune."
},
"descriptionPreview": "Preview",
"descriptionPreviewLabel": "Preview",
"descriptionRequired": "Description is required.",
"editDescription": "Edit Description",
"macOSMinOperatingSystemAdditionalInfo": "The minimum operating system for uploading a .pkg file is macOS 10.14. Upload a .pkg file to select an older minimum operating system.",
"markdownHelpLink": "Get help with markdown supported for descriptions.",
"name": "App information",
"nameForOfficeSuitApp": "App suite information"
},
@@ -194,6 +196,10 @@
"Android": {
"v10": "Android 10.0",
"v11": "Android 11.0",
"v12": "Android 12.0",
"v13": "Android 13.0",
"v14": "Android 14.0",
"v15": "Android 15.0",
"v4": "Android 4.0 (Ice Cream Sandwich)",
"v403": "Android 4.0.3 (Ice Cream Sandwich)",
"v41": "Android 4.1 (Jelly Bean)",
@@ -966,12 +972,21 @@
"testIdentityProtectionSecurityTemplateName": "Account protection (Test)",
"windowsSecurityExperience": "Windows Security experience"
},
"FileVault": {
"macOS": "MacOS Filevault"
},
"Firewall": {
"mDE": "Windows Firewall"
},
"FirewallRules": {
"mDE": "Windows Firewall Rules"
},
"IOS": {
"pSSO": "Platform SSO"
},
"MacOS": {
"pSSO": "Platform SSO"
},
"OneDriveKnownFolderMove": {
"description": "OneDrive Known Folder Move settings: Windows 10 in cloud configuration template. https://aka.ms/CloudConfigGuide"
},
@@ -1034,6 +1049,7 @@
"unknown": "Unknown",
"unsupported": "Unsupported",
"vpn": "VPN",
"wallpaper": "Wallpaper",
"wiFi": "Wi-Fi",
"wiFiImport": "Wi-Fi import",
"windows10CompliancePolicy": "Windows 10/11 compliance policy",
@@ -1064,9 +1080,11 @@
"prompt": "Prompt"
},
"Permissions": {
"accessBackgroundLocation": "Location access (background)",
"accessCoarseLocation": "Location access (coarse)",
"accessFineLocation": "Location access (fine)",
"addVoicemail": "Add voicemail",
"bluetoothConnect": "Bluetooth connect",
"bodySensors": "Allow body sensor data",
"bodySensorsBackground": "Allow background body sensor data",
"callPhone": "Make phone calls",
@@ -1970,6 +1988,7 @@
"tenantManagement": "Tenant management"
},
"actions": "Actions for Non-Compliance",
"adminPermissions": "Admin permissions",
"advancedExchangeSettings": "Exchange online settings",
"advancedThreatProtection": "Microsoft Defender for Endpoint",
"allApps": "All apps",
@@ -2052,7 +2071,6 @@
"macOSSoftwareUpdateCategorySummaries": "Software updates summary",
"macOSSoftwareUpdateStateSummaries": "updates",
"managedGooglePlay": "Managed Google Play",
"msfb": "Microsoft Store for Business",
"myPermissions": "My permissions",
"notifications": "Notifications",
"officeApps": "Office apps",
@@ -2076,6 +2094,7 @@
"retireNoncompliantDevices": "Retire noncompliant devices",
"retireNoncompliantDevicesPreview": "Retire noncompliant devices (preview)",
"role": "Role",
"rolesByPermission": "Roles by permission",
"scriptManagement": "Scripts",
"securityBaselines": "Security baselines",
"serviceToServiceConnector": "Exchange online connector",
@@ -2179,7 +2198,7 @@
},
"EncryptData": {
"label": "Encrypt org data",
"link": "https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-android#data-relocation-settings",
"link": "https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-android#data-relocation-settings",
"tooltip": "Select {0} to enforce encrypting org data with Intune app layer encryption.\n <br/>\nSelect {1} to not enforce encrypting org data with Intune app layer encryption.\n\n<br/>\nNote: For more information on Intune app layer encryption, see {2}."
},
"EncryptDataAndroid": {
@@ -2273,7 +2292,7 @@
"select": "Select keyboards to approve",
"subtitle": "Add all keyboards and input methods that users are allowed to use with targeted apps. Enter the keyboard name as you would like it to appear to the end user.",
"title": "Add approved keyboards",
"toolTip": "Select Require and then specify a list of approved keyboards for this policy. <a href='https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-android#data-transfer'>Learn more.</a>"
"toolTip": "Select Require and then specify a list of approved keyboards for this policy. <a href='https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-android#data-transfer'>Learn more.</a>"
},
"SaveData": {
"label": "Save copies of org data",
@@ -2299,7 +2318,7 @@
"label": "Sync policy managed app data with native apps or add-ins"
},
"ThirdPartyKeyboards": {
"infoBox": "Keyboard restrictions will apply to all areas of an app. Personal accounts for apps that support multiple identities will be affected by this restriction. <a href='https://docs.microsoft.com/en-us/intune/app-protection-policy-settings-ios#data-transfer' aria-label='Learn more about third party keyboards'>Learn more.</a>",
"infoBox": "Keyboard restrictions will apply to all areas of an app. Personal accounts for apps that support multiple identities will be affected by this restriction. <a href='https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-ios#data-transfer' aria-label='Learn more about third party keyboards'>Learn more.</a>",
"label": "Third party keyboards"
},
"Timeout": {
@@ -2421,19 +2440,35 @@
"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",
"commandLineDropdownText": "Command line",
"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.",
"installScript": "Install script",
"installScriptErrorText": "An install script is required.",
"installScriptToolTip": "The PowerShell script file with installation commands used to install this app.",
"installScriptsHeader": "Specify app Installation and Uninstallation settings, including whether to use a script or command line, time limits, restart behavior, and return codes.",
"installerTypeText": "Installer type",
"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.",
"scriptDropdownText": "PowerShell script",
"scriptsErrorText": "An install and an uninstall script are required.",
"selectCustomScript": "Select custom script",
"selectScriptLinkAriaText": "No script selected. Opens context pane to upload a script.",
"selectScriptLinkText": "Select a script",
"selectedScriptLinkAriaText": "Script {0} selected. Opens context pane to edit or upload a new script.",
"selectorLabel": "Program",
"uninstallCommand": "Uninstall command",
"uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app."
"uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app.",
"uninstallScript": "Uninstall script",
"uninstallScriptErrorText": "An uninstall script is required.",
"uninstallScriptToolTip": "The PowerShell script file with uninstallation commands used to uninstall this app.",
"uninstallerTypeText": "Uninstaller type"
},
"TermsOfUse": {
"Languages": {
@@ -4078,6 +4113,7 @@
"vPNProxy": "Proxy",
"vPNSplitTunneling": "Split Tunneling",
"vPNTrustedNetwork": "Trusted Network Detection",
"wSLCompliance": "Windows Subsystem for Linux (WSL)",
"wakeSettings": "Wake settings",
"webContentFilter": "Web Content Filter",
"wiFi": "Wi-Fi",
@@ -4300,7 +4336,6 @@
"mk": "Macedonian (North Macedonia)",
"ml": "Malayalam (India)",
"mt": "Maltese (Malta)",
"mi": "Maori (New Zealand)",
"mr": "Marathi (India)",
"moh": "Mohawk (Mohawk)",
"ne": "Nepali (Nepal)",
@@ -4334,11 +4369,13 @@
"vi": "Vietnamese (Vietnam)",
"cy": "Welsh (United Kingdom)",
"wo": "Wolof (Senegal)",
"sah": "Yakut (Russia)",
"ii": "Yi (PRC)",
"yo": "Yoruba (Nigeria)"
},
"DisplayRoleTypes": {
"builtInRole": "Built-in Role",
"customAutopatchRole": "Custom Windows Autopatch role",
"customCloudPCRole": "Custom Windows 365 role",
"customIntuneRole": "Custom Intune role",
"customRole": "Custom Role"
@@ -4564,7 +4601,7 @@
"noAssignmentShellScriptDisplayText": "Assign shell script to at least one group. Go to Properties to edit assignments."
},
"CustomAttributes": {
"customAttributeScriptDescription": "Max file size 200 KB.",
"customAttributeScriptDescription": "Max file size 1 MB.",
"customAttributeScriptLabel": "Script",
"customAttributeTypeDescription": "Select the data type of the result.",
"customAttributeTypeLabel": "Data type of attribute",
@@ -4606,7 +4643,7 @@
"toolTip": "By default, the script is run as the root user. The root user can make system changes that a standard user account can't."
},
"uploadFileToolTip": {
"toolTip": "Max file size 200 KB."
"toolTip": "Max file size 1 MB."
}
},
"PolicyFrequency": {
@@ -4945,7 +4982,7 @@
"allAndroidCorpEnrollmentTypesHeaderDescription": "These settings work for fully managed, dedicated, and corporate-owned work profile devices.",
"allAndroidCorpEnrollmentTypesHeaderName": "Fully managed, dedicated, and corporate-owned work profile devices",
"allAndroidVersionsPasswordHeader": "All Android devices",
"allAndroidVersionsPasswordHeaderDescription": "These settings work for all Android OS versions and manufacturers.",
"allAndroidVersionsPasswordHeaderDescription": "These settings work for all Android OS versions and manufacturers, except where specified",
"allDomainsOption": "All domains",
"allEnrollmentTypesDescription": "These settings work for devices that were enrolled in Intune through device enrollment or user enrollment, and for devices enrolled using Apple School Manager or Apple Business Manager with automated device enrollment (formerly DEP).",
"allEnrollmentTypesHeader": "All enrollment types",
@@ -5528,7 +5565,7 @@
"blockFaceUnlockName": "Face unlock",
"blockFacetimeName": "Block FaceTime",
"blockFactoryResetDescription": "Block factory reset on device.",
"blockFactoryResetName": "Factory reset (Samsung KNOX only)",
"blockFactoryResetName": "Factory reset (Samsung KNOX Android 15 and earlier only)",
"blockFilesNetworkDriveAccessDescription": "Using the Server Message Block (SMB) protocol, devices can access files or other resources on a network server. Available for devices running iOS and iPadOS, versions 13.0 and later.",
"blockFilesNetworkDriveAccessName": "Block access to network drive in Files app",
"blockFilesUsbDriveAccessDescription": "Devices with access can connect to and open files on a USB drive. Available for devices running iOS and iPadOS, versions 13.0 or later.",
@@ -5555,7 +5592,7 @@
"blockGoogleAccountAutoSyncDescription": "Block Google account auto sync functionality on device.",
"blockGoogleAccountAutoSyncName": "Google account auto sync (Samsung KNOX only)",
"blockGoogleBackupDescription": "Block sync with Google backup.",
"blockGoogleBackupName": "Google backup (Samsung KNOX only)",
"blockGoogleBackupName": "Google backup (Samsung KNOX Android 15 and earlier only)",
"blockGooglePlayStoreDescription": "Block Google Play store (Samsung KNOX Standard 4.0+).",
"blockGooglePlayStoreName": "Google Play store (Samsung KNOX only) ",
"blockHostPairingDescription": "Block host pairing to control the devices an iOS device can pair with.",
@@ -5695,7 +5732,7 @@
"blockSIMCardErrorDialogDescription": "Block the error dialog from displaying if no SIM card is detected",
"blockSIMCardErrorDialogName": "SIM card error dialog (mobile only)",
"blockSMSAndMMSAndroidDescription": "Block SMS/MMS messaging functionality (Samsung KNOX Standard 4.0+).",
"blockSMSAndMMSName": "SMS/MMS messaging (Samsung KNOX only)",
"blockSMSAndMMSName": "SMS/MMS messaging (Samsung KNOX Android 15 and earlier only)",
"blockSafariAutofillDescription": "Blocks Safari from remembering what users enter in web forms.",
"blockSafariAutofillName": "Block Safari AutoFill",
"blockSafariDescription": "Block Safari web browser.",
@@ -5759,7 +5796,7 @@
"blockVPNCreationDescription": "Blocks the creation of VPN configurations",
"blockVPNCreationName": "Block VPN creation",
"blockVoiceAssistantAndroidDescription": "Block voice assistant (Samsung KNOX Standard 4.0+).",
"blockVoiceAssistantName": "Voice assistant (Samsung KNOX only)",
"blockVoiceAssistantName": "Voice assistant (Samsung KNOX Android 15 and earlier only)",
"blockVoiceDialingAndroidDescription": "Block voice dialing (Samsung KNOX Standard 4.0+).",
"blockVoiceDialingDescription": "Block voice dialing on device.",
"blockVoiceDialingName": "Voice dialing",
@@ -6128,6 +6165,7 @@
"customAppConfigurationFileDescription": "For the correct format of the uploaded file, please view the Intune documentation. <a href=\"https://aka.ms/AA6z0o4\">Learn more</a>",
"customAppConfigurationFileName": "Property list file",
"customBoolError": "All configuration keys of type Boolean must have a value of either \"true\" or \"false\".",
"customComplianceToolTip": "When enabled, devices must be compliant according to custom rules defined in a JSON file based on custom data returned from a discovery PowerShell script.",
"customEapXmlOption": "Custom EAP Xml",
"customIntError": "All configuration keys of type integer must be a whole number value.",
"customItemHideFromUserConfiguration": "Hide",
@@ -6180,7 +6218,7 @@
"dataSharingTypeName": "Data sharing between work and personal profiles",
"dataTypeName": "Data type",
"dateAndTimeBlockChangesDescription": "Block user from changing date and time on device (Samsung KNOX).",
"dateAndTimeBlockChangesName": "Block date and time changes (Samsung KNOX)",
"dateAndTimeBlockChangesName": "Block date and time changes (Samsung Android 15 and earlier only)",
"dateTimeConfigurationBlockedDescription": "Block user from manually setting the date and time.",
"dateTimeConfigurationBlockedName": "Date and Time changes",
"dateTimeName": "Date and time",
@@ -7541,7 +7579,7 @@
"kioskWifiSsidsName": "Wi-Fi allow-list",
"knoxBlockAutofillDescription": "Block autofill.",
"knoxBlockAutofillName": "Autofill (Samsung KNOX only)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX only)",
"knoxBlockBluetoothName": "Bluetooth (Samsung KNOX Android 13 and earlier only)",
"knoxBlockCookiesDescription": "Allow or block browser cookies",
"knoxBlockCookiesName": "Cookies (Samsung KNOX only)",
"knoxBlockCopyAndPasteDescription": "Block copy and paste functionality.",
@@ -7562,17 +7600,20 @@
"knoxBlockPopUpsName": "Pop-ups (Samsung KNOX only)",
"knoxBlockRemovableStorageName": "Removable storage (Samsung KNOX only)",
"knoxBlockScreenshotDescription": "Block capturing contents of screen as an image.",
"knoxBlockScreenshotName": "Screen capture (Samsung KNOX only)",
"knoxBlockScreenshotName": "Screen capture (Samsung KNOX Android 15 and earlier only)",
"knoxBlockVoiceDialingName": "Voice dialing (Samsung KNOX only)",
"knoxBlockVoiceRoamingName": "Voice roaming (Samsung KNOX only)",
"knoxBlockWebBrowserDescription": "Block web browser on device.",
"knoxBlockWebBrowserName": "Web browser (Samsung KNOX only)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX only)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (Samsung KNOX only)",
"knoxBlockWiFiName": "Wi-Fi (Samsung KNOX Android 12 and earlier only)",
"knoxBlockWiFiTetheringName": "Wi-Fi tethering (Samsung KNOX Android 12 and earlier only)",
"knoxCellularDataDescription": "Block data usage over cellular networks. When not configured, data usage over cellular networks is allowed and editable by users.",
"knoxCellularDataName": "Cellular data channel (Samsung KNOX only)",
"knoxFifteenAndroidNineAndBelowPasswordHeader": "Android 9 and earlier or Samsung Knox Android 15 and earlier",
"knoxFifteenAndroidNineAndBelowPasswordHeaderDescription": "These settings work for devices running Android 9 or earlier, and will also work on all Samsung Knox devices running any Android OS version Android 15 and earlier.",
"knoxRequireEncryptionName": "Encryption (Android 11 and earlier, or Samsung KNOX Android 14 and earlier)",
"knoxRequireEncryptionOnRemovableStorageDescription": "Storage cards must be encrypted. Not all devices support storage card encryption. For more information, see the device and mobile operating system documentation.",
"knoxRequireEncryptionOnRemovableStorageName": "Encryption on storage cards (Samsung KNOX only)",
"knoxRequireEncryptionOnRemovableStorageName": "Encryption on storage cards (Samsung KNOX Android 15 and earlier only)",
"lEAPName": "LEAP",
"lTPOptionNativeType": "L2TP (Native type)",
"lanManagerAuthenticationLevelDesc": "This security setting determines which challenge/response authentication protocol is used for network logons.",
@@ -7891,6 +7932,10 @@
"macOSAppleEventReceiverIdentifierTypeName": "Identifier type",
"macOSAppleEventReceiverTableDescription": "Allow the app or process to send a restricted Apple event to another app or process. You will need to know the identifier, identifier type, and code requirement of the receiving app or process.",
"macOSAppleEventReceiverTableName": "Apple events",
"macOSDeploymentChannelDeviceChannel": "Device Channel",
"macOSDeploymentChannelName": "Deployment Channel",
"macOSDeploymentChannelUserChannel": "User Channel",
"macOSDeploymentChannelWarningBanner": "It is strongly recommended that you use User certificate type in User Channel only for security purpose.",
"macOSPrivacyAccessControlItemAccessibilityDescription": "Control access to the accessibility app on the device, which houses features such as closed captions, hover text, and voice control.",
"macOSPrivacyAccessControlItemAccessibilityName": "Accessibility",
"macOSPrivacyAccessControlItemAddressBookName": "Contacts",
@@ -8418,6 +8463,7 @@
"opportunisticallyMatchAuthDescription": "Set keying modules to ignore the entire authentication set if they do not support all authentication suites in that set. If enabled, keying modules will ignore unsupported authentication suites.",
"opportunisticallyMatchAuthName": "Opportunistically match authentication set per keying module",
"optional": "Optional",
"optionalValue": "Optional value",
"organizationalUnitDescription": "Full path to Organizational Unit (OU) the computer accounts are to be created in. If not specified well known computer object container is used.",
"organizationalUnitName": "Organizational unit",
"originalProfileTypeTitle": "Original Profile Type:",
@@ -8843,8 +8889,9 @@
"sCEPPolicyCertificateValidityPeriodName": "Certificate validity period",
"sCEPPolicyCustomAADAttribute": "Custom Microsoft Entra Attribute",
"sCEPPolicyCustomKeys": "Custom keys",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Value can include allowed variables combined with static text. UPN and Email address should include an @, for example: “{{AAD_Device_ID}}@contoso.com. DNS cannot end with a symbol or contain an @ sign, e.g. {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Value can include allowed variables, for example: “{{UserPrincipalName}}” or “{{EmailAddress}}” . See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForUserDescription": "Provide a value, which can be any supported variable, such as {{UserPrincipalName}}. You can only use {{OnPremisesSecurityIdentifier}} with the URI attribute. Learn more about supported variables: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectAlternativeNameForWindowsMachineDescription": "Provide a value that can combine any supported variable with static text. For UPN and Email addresses, use the format {{AAD_Device_ID}}@contoso.com. DNS values must not include symbols or an @ sign, e.g., {{DeviceName}}.contoso.com or {{DeviceName}}. Note that the {{OnPremisesSecurityIdentifier}} value can only be used with the URI attribute for the subject alternative name. See support variables here: http://go.microsoft.com/fwlink/?LinkId=2027630",
"sCEPPolicyCustomSubjectNameForMachine": "CN={{AAD_Device_ID}}<br>or<br>CN={{Device_Serial}}<br>or<br>CN={{Device_IMEI}}",
"sCEPPolicyCustomSubjectNameForMachineDescription": "CN={{AAD_Device_ID}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_Serial}},OU=Devices,O=Contoso,DC=com<br>or<br>CN={{Device_IMEI}},OU=Devices,O=Contoso,DC=com",
"sCEPPolicyCustomSubjectNameForUser": "CN={{UserName}}&lt;br&gt;or&lt;br&gt;CN={{EmailAddress}}&lt;br&gt;or&lt;br&gt;CN={{onPremisesSamAccountName}}",
@@ -9925,6 +9972,11 @@
"wPAEnterpriseOption": "WPA-Enterprise",
"wPAPSKOption": "WPA-Pre-shared key",
"wPAPersonalOption": "WPA/WPA2-Personal",
"wSLComplianceBody": "The noncompliant Linux distributions are: ",
"wSLComplianceTitle": "Uninstall noncompliant Linux distributions or versions from Windows Subsystem for Linux (WSL).",
"wSLPolicyDistributionName": "Distribution name",
"wSLPolicyMaxOSVersionName": "Maximum OS version",
"wSLPolicyMinOSVersionName": "Minimum OS version",
"wakeOnLANName": "Wake on LAN",
"wakeOnPowerName": "Wake on power",
"wakeScreenWhenSomeoneInRoomName": "Wake screen when someone is in room",
@@ -10303,6 +10355,10 @@
"windowsSpotlightOnLockScreenName": "Windows Spotlight on lock screen",
"windowsSpotlightPersonalizationDescription": "Block Windows Spotlight personalization based on device usage",
"windowsSpotlightPersonalizationName": "Windows Spotlight personalization",
"windowsSubsystemLinuxComplianceDescription": "These settings relate to Linux distributions installed on managed Windows devices and affect the compliance state of the device. <a href=\"https://go.microsoft.com/fwlink/?linkid=2283513\" target=\"_blank\">Learn more about using the setting</a>",
"windowsSubsystemLinuxComplianceHeader": "Allowed Linux distributions and versions",
"windowsSubsystemLinuxComplianceInfoBox": "You can't configure WSL and custom compliance settings in the same policy.",
"windowsSubsystemLinuxComplianceLearnMore": "Specify allowed Linux distributions and optionally, a minimum version, a maximum version, or both for each distribution.",
"windowsTipsDescription": "Allows IT admins to turn off the popup of Windows Tips.",
"windowsTipsName": "Windows Tips",
"windowsWelcomeExperienceDescription": "Block Windows welcome experience that introduces new or updated features",
@@ -10520,7 +10576,7 @@
"clientAppPolicyDefault": "No policies",
"clientAppPolicyPlural": "{0} policies",
"clientAppPolicySingular": "{0} policy",
"clockInClockOutNotes": "<p><b>Notes:</b></p>\n<ul type=\"disc\">\n <li>Please refer to <b>link to quiet time docs blocking section</b> for more information on which apps this setting can be applied to.</li>\n <li>This setting does not have capability to mute notifications. To configure settings for muting notifications, please refer to <b>link to quiet time muting docs</b>.</li>\n</ul>",
"clockInClockOutNotes": "<p><b>Notes:</b></p>\n<ul type=\"disc\">\n <li>This setting must only be configured if the tenant has been integrated with the <b>Working Time API</b>. For more information about integrating this setting with the <b>Working Time API</b>, see <a href=\"https://review.learn.microsoft.com/en-us/microsoft-365/frontline/flw-working-time\">Limit access to Microsoft Teams when frontline workers are off shift</a>\n. Configuring this setting without integrating with the Working Time API could result in accounts getting blocked due to missing working time status for the managed account associated with the application.</li>\n <li>Please refer to <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-supported-intune-apps\">Supported Microsoft Intune apps | Microsoft Learn</a>\nfor more information on which apps support this setting.</li> <li>This setting does not have the capability to mute notifications. To configure settings for muting notifications, please refer to <a href=\"https://learn.microsoft.com/en-us/mem/intune/apps/apps-quiet-time-policies\">Create quiet time policies in Microsoft Intune | Microsoft Learn</a></li>\n</ul>",
"clockedOutAccount": "Non-working time",
"closeText": "Close",
"columns": "Columns",
@@ -10736,6 +10792,7 @@
"isMamEnabled": "Is MAM enabled?",
"itemsCount": "{0} items",
"jailbrokenRootedDevices": "Jailbroken/rooted devices",
"knoxConditionalLaunchSettingBlockWhenSettingIsSupported": "Block access on supported devices",
"lastModifiedDate": "Last Modified Date",
"lastReportedDate": "Last reported date",
"lastSync": "Last sync",
@@ -10839,7 +10896,6 @@
"pendingDeleteContentStateText": "Deleting...",
"photoLibrary": "Photo Library",
"pinCharSettingTooltip": "A numeric PIN only allows numeric characters.\n\nA passcode requires all of the following: Alphanumeric characters and allowed symbols.",
"pinRotationWarning": "<b>Important:</b> On June 1, 2024 Apps with an SDK older than 17.7.0 will no longer get App Protection Policy updates and users will be blocked from launching the app. Please ensure users are updating their apps and your line of business apps are using a recent SDK or wrapper. <a href = \"https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#update-to-the-latest-company-portal-for-android-intune-app-sdk-for-ios-and-intune-app-wrapper-for-ios\">Learn More</a>",
"pinToDashboard": "Dummy string, don't translate",
"platformColumnLabel": "Platform",
"platformDropDownLabel": "Platform",
@@ -11137,6 +11193,7 @@
"policySetsTitle": "Policy sets",
"applicabilityRules": "Applicability Rules",
"windowsEnrollmentTitle": "Windows enrollment",
"DefaultESPCustomErrorMessage": "Setup could not be completed. Please try again or contact your support person for help.",
"appleEnrollmentTitle": "Apple enrollment",
"targetedAppLabel": "Targeted app",
"configurationSettingsTitle": "Configuration Settings",
@@ -11462,6 +11519,8 @@
"alertBannerV2": "Microsoft-managed policies in report-only state will be automatically turned on with advance email and {0}M365 message center{1} notifications. We recommend that you review these policies and recommended actions.",
"learnMoreLinkAriaLabel": "Learn more about Microsoft-managed policies.",
"m365MessageCenterLinkAriaLabel": "M365 message center",
"policySummaryBlockDCF": "This policy unilaterally blocks device code flow usage across all resources and all users. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryBlockLegacyAuth": "This policy blocks any sign-in attempt using legacy authentication and legacy authentication protocols from accessing applications. Legacy authentication refers to authentication requests made by: Clients that don't use modern authentication (e.g., Office 2010 clients). Clients that use older mail protocols such as IMAP, SMTP, or POP3.",
"policySummaryMfa": "This policy requires some administrator roles to perform multifactor authentication when accessing Microsoft admin portals. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaV2": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
"policySummaryPerUserMfaViaGroup": "This policy covers per-user multifactor authentication enforced users with recent sign-ins and requires them to perform MFA while accessing cloud applications. There will be no change to the end user experience as a result of this policy and your organization is sufficiently licensed to use this policy. We'll assign eligible users into a new security group named 'Conditional Access: Per-user multifactor authentication users (a4ea6c0f-b8fb-4d29-91f1-9f8cf0601e97)'. Currently, the policy is in '{0}' mode. As a Microsoft-managed policy, only certain properties are editable.",
@@ -11473,7 +11532,6 @@
"recActionsMfa2": "To prevent users from being locked out, verify that all users covered by this policy have at least one enabled authentication methods.",
"recActionsPerUserMfaV2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recActionsPerUserMfaViaGroup1": "When you are ready to enable, switch its state to 'on'. If you do not want to enforce this policy for your organization, switch its state to 'off'. If you leave the policy in report-only mode, we will enable it for you. Don't remove the user group for this policy to function.",
"recActionsPerUserMfaViaGroup2": "After enabling this Conditional Access policy, it's recommended to disable per-user multifactor authentication for in-scope users.",
"recommendedActions": "Recommended actions",
"recommendedActionsIntro": "Before enabling this policy, or before Microsoft enables it automatically no sooner than {0} days after policy creation",
"securityDefaultsBasedAdminMfaMMPolicySummary": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as security defaults.",
@@ -11481,7 +11539,6 @@
"securityDefaultsBasedAzureManagementMMPolicySummary": "Require multifactor authentication to protect privileged access to Azure management.",
"securityDefaultsBasedLegacyBlockMMPolicySummary": "Block legacy authentication endpoints that can be used to bypass multifactor authentication.",
"securityDefaultsBasedMMPolicyRecommendationOverview": "Microsoft recommends leaving this policy enabled. If you need to make modifications beyond what is allowed in a Microsoft-managed policy, you can clone this policy and make those edits. Keep in mind that doing so will prevent Microsoft from improving the security posture for your organization through this policy.",
"signInRiskActions1": "Exclude one or more break glass accounts from the policy.",
"signInRiskActions2": "While we have scoped this policy to include users who are already enabled for multifactor authentication, we recommend you verify this using the report below as an extra precaution to prevent users from being locked out.",
"signInRiskActionsViaGroup1": "This policy relies on its corresponding security group to function. We recommend you keep the group even if you don't intend to use the policy now.",
"summary": "Summary"
@@ -11671,10 +11728,10 @@
"authenticationTransfer": "Authentication transfer",
"deviceCodeFlow": "Device code flow",
"infoBalloon": "How your organization uses certain authentication and authorization protocols and grants",
"label": "Authentication flows (Preview)",
"label": "Authentication flows",
"multiple": "\"{0}\" and \"{1}\""
},
"singular": "Authentication flow (Preview)"
"singular": "Authentication flow"
},
"DeviceAttributes": {
"AssignmentFilter": {
@@ -11795,7 +11852,7 @@
"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.",
"cloudApps": "{0} cloud app(s) configured in this policy are either unsupported or have been deleted from the directory. This does not affect the other apps in the policy. When you save the policy, the unsupported or deleted app(s) will be automatically removed from it.",
"deletedGroups": "Deleted groups ({0})",
"deletedUsers": "Deleted users ({0})",
"deletedUsersAndGroups": "Deleted users and groups",
@@ -11811,7 +11868,7 @@
},
"subtitle": "Conditional Access policy",
"tabLabel": "Policy",
"viewPolicyImpact": "View policy impact"
"viewPolicyImpact": "View policy impact (Preview) "
},
"PolicyCondition": {
"InsiderRisk": {
@@ -12182,7 +12239,10 @@
"Controls": {
"AuthStrengthXtap": {
"allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra 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 Microsoft Entra tenants for external users."
"containsOnlyPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Authenticator.",
"containsPasskeysAuthApp": "Don't lock your users out. Additional steps might be required to ensure users can register passkeys in Microsoft Authenticator. To require authentication strengths for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants.",
"externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Microsoft Entra tenants for external users.",
"nonAuthPhishResistant": "To require phishing-resistant authentication for external users, configure cross-tenant access settings to accept claims from Microsoft Entra tenants."
},
"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 Microsoft Entra hybrid joined.",
@@ -12343,7 +12403,6 @@
"chooseApplicationsSelect": "Select",
"chooseApplicationsSelected": "Selected",
"chooseApplicationsSingular": "{0} and 1 more",
"chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.",
"chooseLocationSelectedLocationsLabel": "Selected locations",
"chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs",
"chooseLocationsBladeSubtitle": "",
@@ -12354,21 +12413,13 @@
"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.",
"chooseNetworkLocationSelectedNetworksLocationsLabel": "Selected networks and locations",
"claimProviderAddCommandText": "New custom control",
"claimProviderAddNewBladeTitle": "New custom control",
@@ -12493,7 +12544,6 @@
"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",
"cloudappsSelectionBladeAllCloudapps": "All cloud apps",
"cloudappsSelectionBladeAllResources": "All resources (formerly 'All cloud apps')",
@@ -12633,6 +12683,7 @@
"memberSelectionCommandRemove": "Remove",
"menuItemClaimProviderControls": "Custom controls (Preview)",
"menuItemClassicPolicies": "Classic policies",
"menuItemDeletedPolicies": "Deleted Policies",
"menuItemInsightsAndReporting": "Insights and reporting",
"menuItemManage": "Manage",
"menuItemNamedLocationsPreview": "Named locations (Preview)",
@@ -12666,24 +12717,14 @@
"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}'",
@@ -12799,6 +12840,7 @@
"policyResourcesLabel": "Resources",
"policyReviewSection": "Review",
"policySaveButton": "Save",
"policySoftDeleteConfirmation": "Once deleted, you will have 30 days to restore this policy.",
"policyStagedRollout": "Staged rollout",
"policyStagedRolloutOptionsGroupItemAriaLabel": "Enable Policy: Staged rollout.",
"policyStatusIconDescription": "Policy is Enabled",
@@ -13115,7 +13157,7 @@
"complianceWindows8": "Windows 8 compliance policy",
"complianceWindowsPhone": "Windows Phone compliance policy",
"exchangeActiveSync": "Exchange Active Sync",
"inventoryCatalog": "Properties catalog (preview)",
"inventoryCatalog": "Properties catalog",
"iosCustom": "Custom",
"iosDerivedCredentialAuthenticationConfiguration": "Derived PIV credential",
"iosDeviceFeatures": "Device features",
+96 -22
View File
@@ -188,6 +188,12 @@ function Show-CompareBulkForm
$global:chkSkipCompareAssignments.IsChecked = (Get-Setting "Compare" "SkipCompareAssignments") -eq "true"
$global:chkSkipMissingSourcePolicies.IsChecked = (Get-Setting "Compare" "SkipMissingSourcePolicies") -eq "true"
$global:chkSkipMissingDestinationPolicies.IsChecked = (Get-Setting "Compare" "SkipMissingDestinationPolicies") -eq "true"
$global:chkBulkCompareSaveJson.IsChecked = (Get-Setting "Compare" "SaveJson") -eq "true"
$global:chkBulkCompareRemoveOData.IsChecked = (Get-Setting "Compare" "RemoveOData") -eq "true"
$objectSeparator = "[ { Name: `"New line`",Value: `"$([System.Environment]::NewLine)`" }, {Name: `";`",Value: `";`" }, {Name: `"|`",Value: `"|`" }]" | ConvertFrom-Json
$global:cbCompareMultiValueDelimiter.ItemsSource = $objectSeparator
$global:cbCompareMultiValueDelimiter.SelectedValue = (Get-Setting "Compare" "ObjectSeparator" ([System.Environment]::NewLine))
$script:compareObjects = @()
foreach($objType in $global:lstMenuItems.ItemsSource)
@@ -239,6 +245,9 @@ function Show-CompareBulkForm
Save-Setting "Compare" "SkipCompareAssignments" $global:chkSkipCompareAssignments.IsChecked
Save-Setting "Compare" "SkipMissingSourcePolicies" $global:chkSkipMissingSourcePolicies.IsChecked
Save-Setting "Compare" "SkipMissingDestinationPolicies" $global:chkSkipMissingDestinationPolicies.IsChecked
Save-Setting "Compare" "SaveJson" $global:chkBulkCompareSaveJson.IsChecked
Save-Setting "Compare" "RemoveOData" $global:chkBulkCompareRemoveOData.IsChecked
Save-Setting "Compare" "ObjectSeparator" $global:cbCompareMultiValueDelimiter.SelectedValue
if($global:cbCompareProvider.SelectedItem.BulkCompare)
{
@@ -534,6 +543,10 @@ function Invoke-BulkCompareNamedObjects
{
$fileName = Remove-InvalidFileNameChars (Expand-FileName "Compare-$($graphObj.ObjectType.Id)-$sourcePattern-$comparePattern-%DateTime%.csv")
Save-BulkCompareResults $compResultValues (Join-Path $outputFolder $fileName) $compareProps
if($global:chkBulkCompareSaveJson.IsChecked) {
$fileName = Remove-InvalidFileNameChars (Expand-FileName "Compare-$($graphObj.ObjectType.Id)-$sourcePattern-$comparePattern-%DateTime%.json")
Save-BulkCompareJsonResults $compResultValues (Join-Path $rootFolder $fileName)
}
}
}
#$fileName = Expand-FileName $fileName
@@ -546,6 +559,10 @@ function Invoke-BulkCompareNamedObjects
{
$fileName = Remove-InvalidFileNameChars (Expand-FileName "Compare-$sourcePattern-$comparePattern-%DateTime%.csv")
Save-BulkCompareResults $compResultValues (Join-Path $outputFolder $fileName) $compareProps
if($global:chkBulkCompareSaveJson.IsChecked) {
$fileName = Remove-InvalidFileNameChars (Expand-FileName "Compare-$($graphObj.ObjectType.Id)-$sourcePattern-$comparePattern-%DateTime%.json")
Save-BulkCompareJsonResults $compResultValues (Join-Path $rootFolder $fileName)
}
}
}
@@ -689,7 +706,7 @@ function Start-BulkCompareExportObjects
$objName = Get-GraphObjectName (?? $compObj.Object1 $compObj.Object2) $item.ObjectType
foreach($compValue in $compObj.Result)
{
$compResultValues += [PSCustomObject]@{
$compValue += [PSCustomObject]@{
ObjectName = $objName
Id = $compObj.Id
Type = $compObj.ObjectType.Title
@@ -701,12 +718,34 @@ function Start-BulkCompareExportObjects
SubCategory = $compValue.SubCategory
Match = $compValue.Match
}
if($global:chkBulkCompareRemoveOData.IsChecked -and ($compValue.Value1 -like "@odata*" -or $compValue.Value2 -like "@odata*")) {
foreach($prop in $('Value1','Value2'))
{
$tmpValue1 = ""
$tmpValue2 = ""
$vauleString = $compValue.$prop
if($vauleString -is [String]) {
$vauleString = $vauleString -replace $compValue.Id, ""
$tmpObj = $compValue.$prop | ConvertFrom-Json
if($compValue.$prop -and $compValue.$prop -like "@odata*") {
Remove-GraphODataProperties $tmpObj.$prop | ConvertTo-Json -Depth 50 | Set-Variable -Name "tmp$prop"
}
}
}
$compValue.Match = $tmpValue1 -eq $tmpValue2
}
$compResultValues += $compValue
}
}
if($outputType -eq "objectType")
{
Save-BulkCompareResults $compResultValues (Join-Path $folder "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).csv") $compareProps
if($global:chkBulkCompareSaveJson.IsChecked) {
Save-BulkCompareJsonResults $compResultValues (Join-Path $folder "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).json")
}
}
}
else
@@ -717,7 +756,10 @@ function Start-BulkCompareExportObjects
if($outputType -eq "all" -and $compResultValues.Count -gt 0)
{
Save-BulkCompareResults $compResultValues (Join-Path $rootFolder "Compare_$(((Get-Date).ToString("yyyyMMDD-HHmm"))).csv") $compareProps
Save-BulkCompareResults $compResultValues (Join-Path $rootFolder "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).csv") $compareProps
if($global:chkBulkCompareSaveJson.IsChecked) {
Save-BulkCompareJsonResults $compResultValues (Join-Path $rootFolder "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).json")
}
}
Write-Log "****************************************************************"
@@ -726,7 +768,7 @@ function Start-BulkCompareExportObjects
Write-Status ""
if($compareObjectsResult.Count -eq 0)
{
[System.Windows.MessageBox]::Show("No objects were comparced. Verify folder and exported files", "Error", "OK", "Error")
[System.Windows.MessageBox]::Show("No objects were compared. Verify folder and exported files", "Error", "OK", "Error")
}
}
@@ -796,6 +838,7 @@ function Start-BulkCompareExportIntuneToNamedExportedObjects
if($txtNameFilter -and $objName -notmatch [RegEx]::Escape($txtNameFilter))
{
Write-LogDebug "Excluded based on filter. Intune object name: '$($objName)'"
continue
}
@@ -803,7 +846,7 @@ function Start-BulkCompareExportIntuneToNamedExportedObjects
if(-not $fileObj)
{
# Add objects that are exported but deleted
# Add objects that are in Intune but no exported file found
if($global:chkSkipMissingDestinationPolicies.IsChecked -ne $true) {
Write-Log "Object '$($objName)' with id $($fileObj.Object.Id) not found in exported folder. New Object?" 2
$compareProperties = @([PSCustomObject]@{
@@ -815,7 +858,7 @@ function Start-BulkCompareExportIntuneToNamedExportedObjects
}
elseif(($fileObj | measure).Count -gt 1)
{
# Add objects that are exported but deleted
# Add objects where multiple files match based on name
Write-Log "Multiple exported objects found with name '$($objName)" 2
$compareProperties = @([PSCustomObject]@{
Object1Value = $objName
@@ -843,12 +886,16 @@ function Start-BulkCompareExportIntuneToNamedExportedObjects
if($global:chkSkipMissingSourcePolicies.IsChecked -ne $true) {
foreach ($fileObj in @($fileObjects))
{
# Add objects that are exported but not in Intune
if(($compareObjectsResult | Where { $_.FileInfo.FullName -eq $fileObj.FileInfo.FullName})) { continue }
# Skip objects if they are already processed
if(($compareObjectsResult | Where { $_.Object2 -eq $fileObj.Object})) {
Write-LogDebug "Skip already processed file '$($fileObj.FileInfo.FullName)'"
continue
}
$objName = Get-GraphObjectName $fileObj.Object $item.ObjectType
if($txtNameFilter -and $objName -notmatch [RegEx]::Escape($txtNameFilter))
{
Write-LogDebug "Excluded based on filter. File: '$($fileObj.FileInfo.FullName)'"
continue
}
@@ -894,6 +941,9 @@ function Start-BulkCompareExportIntuneToNamedExportedObjects
if($outputType -eq "objectType")
{
Save-BulkCompareResults $compResultValues (Join-Path $folder "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).csv") $compareProps
if($global:chkBulkCompareSaveJson.IsChecked) {
Save-BulkCompareJsonResults $compResultValues (Join-Path $rootFolder "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).json")
}
}
}
else
@@ -904,7 +954,10 @@ function Start-BulkCompareExportIntuneToNamedExportedObjects
if($outputType -eq "all" -and $compResultValues.Count -gt 0)
{
Save-BulkCompareResults $compResultValues (Join-Path $rootFolder "Compare_$(((Get-Date).ToString("yyyyMMDD-HHmm"))).csv") $compareProps
Save-BulkCompareResults $compResultValues (Join-Path $rootFolder "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).csv") $compareProps
if($global:chkBulkCompareSaveJson.IsChecked) {
Save-BulkCompareJsonResults $compResultValues (Join-Path $rootFolder "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).json")
}
}
Write-Log "****************************************************************"
@@ -1080,6 +1133,9 @@ function Start-BulkCompareExportFolders
if($outputType -eq "objectType")
{
Save-BulkCompareResults $compResultValues (Join-Path $folderSource "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).csv") $compareProps
if($global:chkBulkCompareSaveJson.IsChecked) {
Save-BulkCompareJsonResults $compResultValues (Join-Path $rootFolder "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).json")
}
}
}
else
@@ -1090,7 +1146,10 @@ function Start-BulkCompareExportFolders
if($outputType -eq "all" -and $compResultValues.Count -gt 0)
{
Save-BulkCompareResults $compResultValues (Join-Path $rootFolderSource "Compare_$(((Get-Date).ToString("yyyyMMDD-HHmm"))).csv") $compareProps
Save-BulkCompareResults $compResultValues (Join-Path $rootFolderSource "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).csv") $compareProps
if($global:chkBulkCompareSaveJson.IsChecked) {
Save-BulkCompareJsonResults $compResultValues (Join-Path $rootFolder "Compare_$(((Get-Date).ToString("yyyyMMdd-HHmm"))).json")
}
}
Write-Log "****************************************************************"
@@ -1103,6 +1162,13 @@ function Start-BulkCompareExportFolders
}
}
function Save-BulkCompareJsonResults
{
param($CompareResults, $FileName)
$CompareResults | ConvertTo-Json -Depth 50 | Out-File $FileName -Force -Encoding UTF8
}
function Save-BulkCompareResults
{
param($compResultValues, $file, $props)
@@ -1359,7 +1425,7 @@ function Add-CompareProperty
$value1 = if($value1 -eq $null) { "" } else { $value1.ToString().Trim("`"") }
$value2 = if($value2 -eq $null) { "" } else { $value2.ToString().Trim("`"") }
$compare += [PSCustomObject]@{
$compare = [PSCustomObject]@{
PropertyName = $name
Object1Value = $value1 #if($value1 -ne $null) { $value1.ToString().Trim("`"") } else { "" }
Object2Value = $value2 #if($value2 -ne $null) { $value2.ToString().Trim("`"") } else { "" }
@@ -1367,10 +1433,12 @@ function Add-CompareProperty
SubCategory = $subCategory
Match = ?? $match ($value1 -eq $value2)
}
if($skip -eq $true) {
$compare.Match = $null
}
Write-Host "Add property $($compare.PropertyName)"
$script:compareProperties += $compare
}
@@ -1474,17 +1542,19 @@ function Compare-ObjectsBasedonDocumentation
# ToDo: set this based on configuration value
$script:assignmentOutput = "simpleFullCompare"
$docObj1 = Invoke-ObjectDocumentation ([PSCustomObject]@{
$tmpObj1 = ([PSCustomObject]@{
Object = $obj1
ObjectType = $objectType
})
ObjectType = $objectType})
$docObj1 = Invoke-ObjectDocumentation $tmpObj1 -ObjectSeparator ($global:cbCompareMultiValueDelimiter.SelectedValue)
$docObj2 = Invoke-ObjectDocumentation ([PSCustomObject]@{
$tmpObj2 = ([PSCustomObject]@{
Object = $obj2
ObjectType = $objectType
})
$docObj2 = Invoke-ObjectDocumentation $tmpObj2 -ObjectSeparator ($global:cbCompareMultiValueDelimiter.SelectedValue)
$settingsValue = ?? $objectType.CompareValue "Value"
$skipBasicProperties = Get-XamlProperty $script:cmpForm "chkSkipCompareBasicProperties" "IsChecked"
@@ -1623,8 +1693,8 @@ function Compare-ObjectsBasedonDocumentation
{
$applicabilityRule2 = $docObj2.ApplicabilityRules | Where { $_.Id -eq $applicabilityRule.Id }
$applicabilityRulesAdded += $applicabilityRule.Id
$val1 = ($applicabilityRule.Rule + [environment]::NewLine + $applicabilityRule.Value)
$val2 = ($applicabilityRule2.Rule + [environment]::NewLine + $applicabilityRule2.Value)
$val1 = ($applicabilityRule.Rule + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $applicabilityRule.Value)
$val2 = ($applicabilityRule2.Rule + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $applicabilityRule2.Value)
Add-CompareProperty $applicabilityRule.Property $val1 $val2 $applicabilityRule.Category
}
@@ -1634,8 +1704,8 @@ function Compare-ObjectsBasedonDocumentation
if(($applicabilityRule.Id) -in $applicabilityRulesAdded) { continue }
$applicabilityRule2 = $docObj1.ApplicabilityRules | Where { $_.Id -eq $applicabilityRule.Id }
$script:applicabilityRulesAdded += $applicabilityRule.Id
$val2 = ($applicabilityRule.Rule + [environment]::NewLine + $applicabilityRule.Value)
$val1 = ($applicabilityRule2.Rule + [environment]::NewLine + $applicabilityRule2.Value)
$val2 = ($applicabilityRule.Rule + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $applicabilityRule.Value)
$val1 = ($applicabilityRule2.Rule + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $applicabilityRule2.Value)
Add-CompareProperty $applicabilityRule.Property $val1 $val2 $applicabilityRule.Category
}
@@ -1645,8 +1715,8 @@ function Compare-ObjectsBasedonDocumentation
{
$complianceAction2 = $docObj2.ComplianceActions | Where { $_.IdStr -eq $complianceAction.IdStr }
$complianceActionsAdded += $complianceAction.IdStr
$val1 = ($complianceAction.Action + [environment]::NewLine + $complianceAction.Schedule + [environment]::NewLine + $complianceAction.MessageTemplateId + [environment]::NewLine + $complianceAction.EmailCCIds)
$val2 = ($complianceAction2.Action + [environment]::NewLine + $complianceAction2.Schedule + [environment]::NewLine + $complianceAction2.MessageTemplateId + [environment]::NewLine + $complianceAction2.EmailCCIds)
$val1 = ($complianceAction.Action + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction.Schedule + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction.MessageTemplateId + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction.EmailCCIds)
$val2 = ($complianceAction2.Action + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction2.Schedule + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction2.MessageTemplateId + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction2.EmailCCIds)
Add-CompareProperty $complianceAction.Category $val1 $val2
}
@@ -1656,8 +1726,8 @@ function Compare-ObjectsBasedonDocumentation
if(($complianceAction.IdStr) -in $complianceActionsAdded) { continue }
$complianceAction2 = $docObj1.ComplianceActions | Where { $_.IdStr -eq $complianceAction.IdStr }
$complianceActionsAdded += $complianceAction.IdStr
$val2 = ($complianceAction.Action + [environment]::NewLine + $complianceAction.Schedule + [environment]::NewLine + $complianceAction.MessageTemplateId + [environment]::NewLine + $complianceAction.EmailCCIds)
$val1 = ($complianceAction2.Action + [environment]::NewLine + $complianceAction2.Schedule + [environment]::NewLine + $complianceAction2.MessageTemplateId + [environment]::NewLine + $complianceAction2.EmailCCIds)
$val2 = ($complianceAction.Action + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction.Schedule + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction.MessageTemplateId + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction.EmailCCIds)
$val1 = ($complianceAction2.Action + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction2.Schedule + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction2.MessageTemplateId + ($global:cbCompareMultiValueDelimiter.SelectedValue) + $complianceAction2.EmailCCIds)
Add-CompareProperty $complianceAction.Category $val1 $val2
}
@@ -1783,6 +1853,10 @@ function Invoke-SilentBatchJob
$global:cbCompareCSVDelimiter.ItemsSource = @("", ",",";","-","|")
$global:cbCompareCSVDelimiter.SelectedValue = ($settingsObj.BulkCompare | Where Name -eq "cbCompareCSVDelimiter").Value
$objectSeparator = "[ { Name: `"New line`",Value: `"$([System.Environment]::NewLine)`" }, {Name: `";`",Value: `";`" }, {Name: `"|`",Value: `"|`" }]" | ConvertFrom-Json
$global:cbCompareMultiValueDelimiter.ItemsSource = $objectSeparator
$global:cbCompareMultiValueDelimiter.SelectedValue = (Get-Setting "Compare" "ObjectSeparator" ([System.Environment]::NewLine))
Set-CompareProviderOptions $global:cbCompareProvider
Set-BatchProperties $settingsObj.BulkCompare $script:cmpForm -SkipMissingControlWarning
+46 -8
View File
@@ -381,7 +381,11 @@ function Get-DocumentedSettings
function Invoke-ObjectDocumentation
{
param($documentationObj)
param($documentationObj,
$ObjectSeparator,
$PropertySeparator,
$DocumentationLanguage
)
$global:intentCategories = $null
$global:catRecommendedSettings = $null
@@ -389,10 +393,11 @@ function Invoke-ObjectDocumentation
$global:cfgCategories = $null
$script:admxCategories = $null
$script:migTable = $null
$script:offlineObjects = @{}
$script:DocumentationLanguage = "en"
$script:objectSeparator = [System.Environment]::NewLine
$script:propertySeparator = ","
$script:DocumentationLanguage = ?? $DocumentationLanguage "en"
$script:objectSeparator = ?? $ObjectSeparator ([System.Environment]::NewLine)
$script:propertySeparator = ?? $PropertySeparator ","
$loadExportedInfo = $false
@@ -691,6 +696,10 @@ function Add-BasicAdditionalValues
if($obj.createdDateTime -is [DateTime])
{
$tmpDate = $obj.createdDateTime
if($tmpDate.Kind -eq "UTC")
{
$tmpDate = $tmpDate.ToLocalTime()
}
}
else
{
@@ -714,6 +723,10 @@ function Add-BasicAdditionalValues
if($obj.lastModifiedDateTime -is [DateTime])
{
$tmpDate = $obj.lastModifiedDateTime
if($tmpDate.Kind -eq "UTC")
{
$tmpDate = $tmpDate.ToLocalTime()
}
}
else
{
@@ -735,6 +748,10 @@ function Add-BasicAdditionalValues
if($obj.modifiedDateTime -is [DateTime])
{
$tmpDate = $obj.modifiedDateTime
if($tmpDate.Kind -eq "UTC")
{
$tmpDate = $tmpDate.ToLocalTime()
}
}
else
{
@@ -1037,15 +1054,26 @@ function Invoke-TranslateADMXObject
$rawValues += $rawValue
}
$status = (?: ($definitionValue.enabled -eq $true) $enabledStr $disabledStr)
$combinedValue = $status
if($values) {
$combinedValue += $script:objectSeparator + ($values -join $script:objectSeparator)
}
$combinedValueWithLabel = $status
if($valuesWithLabel) {
$combinedValueWithLabel += $script:objectSeparator + ($valuesWithLabel -join $script:objectSeparator)
}
$script:objectSettingsData += New-Object PSObject -Property @{
Name = $definitionValue.definition.displayName
Description = $definitionValue.definition.explainText
Status = $status
Value = $values -join $script:objectSeparator
CombinedValue = ($status + $script:objectSeparator + ($values -join $script:objectSeparator))
CombinedValue = $combinedValue #($status + $script:objectSeparator + ($values -join $script:objectSeparator))
ValueWithLabel = $valuesWithLabel -join $script:objectSeparator
FullValueTable = $tableValue
CombinedValueWithLabel = ($status + $script:objectSeparator + ($valuesWithLabel -join $script:objectSeparator))
CombinedValueWithLabel = $combinedValueWithLabel #($status + $script:objectSeparator + ($valuesWithLabel -join $script:objectSeparator))
RawValue = $rawValues -join $script:propertySeparator
Class = $definitionValue.definition.classType
DefinitionId = $definitionValue.definition.id
@@ -1210,12 +1238,22 @@ function Add-SettingsSetting
$objCategory = $categoryDef
}
$settingName = ""
$settingDescription = ""
if($settingsDef.displayName) {
$settingName = $settingsDef.displayName.Trim([Environment]::NewLine).Trim('`n')
}
if($settingsDef.description) {
$settingDescription = $settingsDef.description.Trim([Environment]::NewLine).Trim('`n')
}
$settingInfo = [PSCustomObject]@{
SettingId = $settingsDef.Id
SettingKey = ""
SettingName = $settingsDef.Name
Name = $settingsDef.displayName
Description=$settingsDef.description
Name = $settingName
Description = $settingDescription
CategortyId = $objCategory.id
Category=$objCategory.displayName
CategoryDefinition=$objCategory
+21 -1
View File
@@ -1180,6 +1180,12 @@ function Add-CDDocumentCustomProfileProperty
}
elseif($obj.'@OData.Type' -eq "#microsoft.graph.windows10EnrollmentCompletionPageConfiguration")
{
$installProgressTimeout = $obj.installProgressTimeoutInMinutes
if($installProgressTimeout -eq 0) {
$installProgressTimeout = 60
}
$obj | Add-Member Noteproperty -Name "InstallProgressTimeout" -Value $installProgressTimeout
if($obj.selectedMobileAppIds.Count -eq 0)
{
$apps = Get-LanguageString "EnrollmentStatusScreen.Apps.useSelectedAppsAll"
@@ -2299,6 +2305,10 @@ function Invoke-CDDocumentTermsOfUse
if($obj.termsExpiration.startDateTime -is [DateTime])
{
$tmpDate = $obj.termsExpiration.startDateTime
if($tmpDate.Kind -eq "UTC")
{
$tmpDate = $tmpDate.ToLocalTime()
}
}
else
{
@@ -4154,7 +4164,17 @@ function Invoke-CDDocumentWindowsKioskConfiguration
{
try
{
$startDateObj = Get-Date $obj.windowsKioskForceUpdateSchedule.startDateTime -ErrorAction Stop
if($obj.windowsKioskForceUpdateSchedule.startDateTime -is [DateTime]) {
$startDateObj = $obj.windowsKioskForceUpdateSchedule.startDateTime
if($startDateObj.Kind -eq "UTC")
{
$startDateObj = $startDateObj.ToLocalTime()
}
}
else
{
$startDateObj = Get-Date $obj.windowsKioskForceUpdateSchedule.startDateTime -ErrorAction Stop
}
Add-CustomSettingObject ([PSCustomObject]@{
Name = Get-LanguageString "SettingDetails.kioskStartDateTime"
+2 -2
View File
@@ -265,7 +265,7 @@ function Invoke-MDProcessItem
foreach($prop in $global:txtMDCustomProperties.Text.Split(","))
{
# This will add language support for custom columens (or replacing existing header)
# This will add language support for custom columns (or replacing existing header)
$propInfo = $prop.Split('=')
if(($propInfo | measure).Count -gt 1)
{
@@ -312,7 +312,7 @@ function Invoke-MDProcessItem
foreach($customTable in ($documentedObj.CustomTables | Sort-Object -Property Order))
{
Add-MDTableItems $obj $objectType $documentedObj $customTable.Values $customTable.Columns $customTable.LanguageId -AddCategories -AddSubcategories
Add-MDTableItems $obj $objectType $customTable.Values $customTable.Columns $customTable.LanguageId -AddCategories -AddSubcategories
}
if(($documentedObj.Assignments | measure).Count -gt 0)
+8 -1
View File
@@ -575,7 +575,7 @@ function Invoke-WordProcessItem
foreach($customTable in ($documentedObj.CustomTables | Sort-Object -Property Order))
{
Add-DocTableItems $obj $objectType $documentedObj $customTable.Values $customTable.Columns $customTable.LanguageId -AddCategories -AddSubcategories
Add-DocTableItems $obj $objectType $customTable.Values $customTable.Columns $customTable.LanguageId -AddCategories -AddSubcategories
}
}
@@ -678,6 +678,10 @@ function Set-DocTableSettingsItems
$cellRow = $row
foreach($settingProp in $properties)
{
if([String]::IsNullOrEmpty($settingProp)) {
continue
}
$script:docTable.Cell($cellRow, $firstColumn).Range.Text = (Invoke-DocTranslateColumnHeader ($settingProp.Split('.')[-1]))
$propArr = $settingProp.Split('.')
@@ -779,6 +783,9 @@ function Add-DocTableItems
$i = 1
foreach($prop in $properties)
{
if([String]::IsNullOrEmpty($prop)) {
continue
}
$script:docTable.Cell(1, $i).Range.Text = (Invoke-DocTranslateColumnHeader ($prop.Split(".")[-1]))
$i++
}
+29 -1
View File
@@ -615,6 +615,24 @@ function Invoke-InitializeModule
GroupId = "DeviceConfiguration"
})
Add-ViewItem (New-Object PSObject -Property @{
Title = "Inventory Policies"
Id = "InventoryPolicies"
ViewID = "IntuneGraphAPI"
API = "/deviceManagement/inventoryPolicies"
PropertiesToRemove = @('settingCount')
Permissons=@("DeviceManagementConfiguration.ReadWrite.All")
NameProperty = "Name"
ViewProperties = @("name","description","Id")
Expand="Settings"
Icon="DeviceConfiguration"
PostExportCommand = { Start-PostExportSettingsCatalog @args }
PreUpdateCommand = { Start-PreUpdateSettingsCatalog @args }
PostGetCommand = { Start-PostGetSettingsCatalog @args }
GroupId = "DeviceConfiguration"
})
Add-ViewItem (New-Object PSObject -Property @{
Title = "Role Definitions"
Id = "RoleDefinitions"
@@ -832,6 +850,16 @@ function Invoke-InitializeModule
Icon = "UpdatePolicies"
GroupId = "WinDriverUpdatePolicies"
})
Add-ViewItem (New-Object PSObject -Property @{
Title = "Device Categories"
Id = "DeviceCategories"
ViewID = "IntuneGraphAPI"
API = "/deviceManagement/deviceCategories"
Permissons = @("DeviceManagementConfiguration.ReadWrite.All")
GroupId = "DeviceConfiguration"
})
}
function Invoke-EMAuthenticateToMSAL
@@ -2512,7 +2540,7 @@ function Start-PostExportApplications
}
else
{
Write-Log "Cound not file encryption file"
Write-Log "Cound not find encryption file"
}
}
}
+5 -2
View File
@@ -1981,9 +1981,11 @@ function Add-ADMXRegClasses
}
$classDef = @"
using System;
using System.ComponentModel;
using System.Collections.ObjectModel;
public class ADMXRegPolicyElement : INotifyPropertyChanged
public class ADMXRegPolicyElement : System.ComponentModel.INotifyPropertyChanged
{
public string DataType { get { return _dataType; } set { _dataType = value; NotifyPropertyChanged("DataType"); NotifyPropertyChanged("DataTypeDisplayString"); } }
private string _dataType = null;
@@ -2069,8 +2071,9 @@ function Add-ADMXRegClasses
}
}
"@
[Reflection.Assembly]::LoadWithPartialName("mscorlib") | Out-Null
[Reflection.Assembly]::LoadWithPartialName("System.ComponentModel") | Out-Null
Add-Type -TypeDefinition $classDef -IgnoreWarnings -ReferencedAssemblies @('System.ComponentModel')
Add-Type -TypeDefinition $classDef
}
#endregion
+200 -30
View File
@@ -129,6 +129,20 @@ function Invoke-InitializeModule
Description = "Sort the list of available tenants based on Tenant name. Updated at restart or account change"
}) "MSAL"
Add-SettingsObject (New-Object PSObject -Property @{
Title = "Use WAM for eahanced login methods"
Key = "UseWAM"
Type = "Boolean"
DefaultValue = $false
Description = "Use WAM for eahanced login methods"
}) "MSAL"
$script:MSALUseWAM = Get-SettingValue "UseWAM"
if($script:MSALUseWAM -and $PSVersionTable.PSVersion.Major -lt 7) {
Write-Log "WAM is only supported in PowerShell 7 and later. Disabling WAM" 2
$script:MSALUseWAM = $false
}
Add-MSALPrereq
}
@@ -200,6 +214,9 @@ function Set-MSALGraphEnvironment
{
$curAADEnv = $script:lstAADEnvironments | Where URL -eq $user.Environment
}
elseif($global:UseGraphEnvironment) {
$curAADEnv = $script:lstAADEnvironments | Where value -eq $global:UseGraphEnvironment
}
else
{
$curAADEnv = $script:lstAADEnvironments | Where value -eq (Get-Setting "" "MSALCloudType" "public")
@@ -207,7 +224,14 @@ function Set-MSALGraphEnvironment
if($curAADEnv.Value -eq "usGov")
{
$gccEnv = (Get-Setting "" "MSALGCCType" "gcc")
if($global:UseGCCType)
{
$gccEnv = $global:UseGCCType
}
else {
$gccEnv = (Get-Setting "" "MSALGCCType" "gcc")
}
if($gccEnv)
{
$GCCEnvObj = $script:lstGCCEnvironments | Where Value -eq $gccEnv
@@ -487,6 +511,129 @@ function Install-MSALDependencyModule
}
function Add-MSALPrereq
{
$ScriptRoot = $global:AppRootFolder
$DLLFiles = @()
if($PSVersionTable.PSVersion.Major -ge 7) {
$DLLFiles += [IO.FileInfo]($ScriptRoot + "\Bin\Microsoft.IdentityModel.Abstractions.dll")
}
else {
$DLLFiles += [IO.FileInfo]($ScriptRoot + "\Bin\6.35.0\Microsoft.IdentityModel.Abstractions.dll")
}
$DLLFiles += [IO.FileInfo]($ScriptRoot + "\Bin\Microsoft.Identity.Client.dll")
if($script:MSALUseWAM) {
$DLLFiles += [IO.FileInfo]($ScriptRoot + "\BIN\$MSALDLLPath\Microsoft.Identity.Client.Extensions.Msal.dll")
$DLLFiles += [IO.FileInfo]($ScriptRoot + "\BIN\$MSALDLLPath\Microsoft.Identity.Client.Broker.dll")
$DLLFiles += [IO.FileInfo]($ScriptRoot + "\BIN\$MSALDLLPath\Microsoft.Identity.Client.Desktop.dll")
$DLLFiles += [IO.FileInfo]($ScriptRoot + "\BIN\$MSALDLLPath\Microsoft.Identity.Client.NativeInterop.dll")
}
$DLLFiles | ForEach-Object {
$dllFile = $_
# ToDo: Unblock files
if($_.Exists) {
try {
[void][System.Reflection.Assembly]::LoadFrom($_.FullName)
Write-Log "Loaded $($_.Name) version $($_.VersionInfo.FileVersion)"
}
catch {
$loadedFile = [Appdomain]::CurrentDomain.GetAssemblies() | Where Location -like "*\$($dllFile.Name)"
if($loadedFile) {
$loadedFI = [IO.FileInfo]($loadedFile.Location)
Write-Log "Failed to load $($dllFile.Name) version $($dllFile.VersionInfo.FileVersion). File already loaded: $($loadedFI.FullName) version $($loadedFI.VersionInfo.FileVersion)" 2
}
else {
Write-LogError "Failed to load $($dllFile.Name) version $($dllFile.VersionInfo.FileVersion)" $_.Exception
}
}
}
else {
Write-LogError "Microsoft.Identity file not found: $($_.FullName)"
}
}
if (-not ("TokenCacheHelperEx" -as [type]))
{
[System.Collections.Generic.List[string]] $RequiredAssemblies = New-Object System.Collections.Generic.List[string]
foreach($file in $DLLFiles) {
$RequiredAssemblies.Add($file.FullName)
}
$RequiredAssemblies.Add('System.Security.dll')
$RequiredAssemblies.Add('mscorlib.dll')
if($PSVersionTable.PSVersion.Major -ge 7) {
$RequiredAssemblies.Add('System.Security.Cryptography.ProtectedData.dll')
}
$RequiredAssemblies.Add('System.Threading.dll')
try
{
Add-Type -Path ($ScriptRoot + "\CS\TokenCacheHelperEx.cs") -ReferencedAssemblies $RequiredAssemblies -IgnoreWarnings
}
catch
{
Write-LogError "Failed to compile TokenCacheHelperEx. The access token will not be cached. Check write access to the CS folder and ASR policies" $_.Exception
}
}
if($script:MSALUseWAM) {
[System.Collections.Generic.List[string]] $RequiredAssemblies = New-Object System.Collections.Generic.List[string]
foreach($file in $DLLFiles) {
$RequiredAssemblies.Add($file.FullName)
}
$RequiredAssemblies.Add('mscorlib.dll')
$RequiredAssemblies.Add('System.dll')
$RequiredAssemblies.Add('System.Windows.Forms')
# Import necessary methods from user32.dll and kernel32.dll
Add-Type @"
using System;
using System.Runtime.InteropServices;
using Microsoft.Identity.Client;
//using Microsoft.Identity.Client.Desktop;
using Microsoft.Identity.Client.Broker;
using System.Windows.Forms;
public class MSALMethods
{
enum GetAncestorFlags {
GetParent = 1,
GetRoot = 2,
GetRootOwner = 3
}
[DllImport("user32.dll", ExactSpelling = true)]
public static extern IntPtr GetAncestor(IntPtr hwnd, int flags);
[DllImport("kernel32.dll")]
public static extern IntPtr GetConsoleWindow();
// This is your window handle!
public static IntPtr GetConsoleOrTerminalWindow()
{
IntPtr consoleHandle = GetConsoleWindow();
IntPtr handle = GetAncestor(consoleHandle, (int)GetAncestorFlags.GetRootOwner );
return handle;
}
public static void AddParentActivirtyOrWindow(PublicClientApplicationBuilder appBuilder)
{
appBuilder.WithParentActivityOrWindow(GetConsoleOrTerminalWindow);
}
public static void AddWithBroker(PublicClientApplicationBuilder appBuilder, BrokerOptions options)
{
appBuilder.WithBroker(options);
}
}
"@ -ReferencedAssemblies $RequiredAssemblies -IgnoreWarnings
}
}
function Add-MSALPrereq_old
{
$msalPath = ""
@@ -565,7 +712,15 @@ function Add-MSALPrereq
$RequiredAssemblies.Add($msalPath)
$script:msalFile = $msalPath
}
$RequiredAssemblies.Add('System.Security.dll')
$RequiredAssemblies.Add('mscorlib.dll')
if($PSVersionTable.PSVersion.Major -ge 7)
{
$RequiredAssemblies.Add('System.Security.Cryptography.ProtectedData.dll')
}
$RequiredAssemblies.Add('System.Threading.dll')
try
{
@@ -586,6 +741,10 @@ function Connect-MSALClientApp
if(-not $script:MSALApp)
{
if($global:UseGraphEnvironment) {
Set-MSALGraphEnvironment $null $null
}
$authority = "https://login.microsoftonline.com/$tenantId"
#$redirectUri = "http://localhost"
@@ -747,7 +906,7 @@ function Get-MSALApp
{
param($appInfo, $loginHint)
$msalApp = $script:MSALAllApps | Where { $_.ClientId -eq $appInfo.ClientID -and (-not $appInfo.RedirectUri -or $_.AppConfig.RedirectUri -eq $appInfo.RedirectUri)}
$msalApp = $script:MSALAllApps | Where { $_.AppConfig.ClientId -eq $appInfo.ClientID -and (-not $appInfo.RedirectUri -or $_.AppConfig.RedirectUri -eq $appInfo.RedirectUri)}
$tenant = ?? $appInfo.TenantId "organizations"
@@ -770,14 +929,21 @@ function Get-MSALApp
$appBuilder = [Microsoft.Identity.Client.PublicClientApplicationBuilder]::Create($appInfo.ClientID)
[void]$appBuilder.WithAuthority($authority)
#if($appInfo.TenantId) { [void]$appBuilder.WithAuthority("https://$((?? $loginHint.Environment (Get-MSALLoginEnvironment)))/$($appInfo.TenantId)/") }
#elseif ($appInfo.Authority) { [void]$appBuilder.WithAuthority($appInfo.Authority) }
if($appInfo.RedirectUri) { [void]$appBuilder.WithRedirectUri($appInfo.RedirectUri) }
[void] $appBuilder.WithClientName("CloudAPIPowerShellManagement")
[void] $appBuilder.WithClientVersion($PSVersionTable.PSVersion)
if($script:MSALUseWAM) {
[MSALMethods]::AddParentActivirtyOrWindow($appBuilder)
$options = [Microsoft.Identity.Client.BrokerOptions]::new([Microsoft.Identity.Client.BrokerOptions+OperatingSystems]::Windows)
$options.Title = "Intune Manager"
[MSALMethods]::AddWithBroker($appBuilder, $options)
}
Add-MSALProxy $appBuilder
# Ceck if correct version...
@@ -908,8 +1074,6 @@ function Connect-MSALUser
Add-MSALPrereq
}
$curTicks = $global:MSALToken.ExpiresOn.LocalDateTime.Ticks
$currentLoggedInUserApp = ($global:MSALToken.Account.HomeAccountId.Identifier + $global:MSALToken.TenantId + $global:MSALApp.ClientId)
$currentLoggedInUserId = $global:MSALToken.Account.HomeAccountId.Identifier
if($Interactive -eq $true)
@@ -1015,15 +1179,6 @@ function Connect-MSALUser
return
}
if($authResult -and $authResult.ExpiresOn.LocalDateTime.Ticks -ne $curTicks)
{
Write-Log "$($authResult.Account.UserName) authenticated successfully (Silent). CorrelationId: $($global:MSALToken.CorrelationId)"
}
else
{
Write-LogDebug "$($authResult.Account.UserName) authenticated successfully (Silent). CorrelationId: $($global:MSALToken.CorrelationId)"
}
#AADSTS65001
if($script:authenticationFailure.Classification -eq "ConsentRequired")
{
@@ -1113,6 +1268,10 @@ function Connect-MSALUser
{
Write-Log "Login hint: $loginHintName"
[void]$AquireTokenObj.WithLoginHint($loginHintName)
[void]$AquireTokenObj.WithPrompt([Microsoft.Identity.Client.Prompt]::NoPrompt)
}
else {
[void]$AquireTokenObj.WithPrompt([Microsoft.Identity.Client.Prompt]::SelectAccount)
}
if($script:authenticationFailure.Claims)
@@ -1133,11 +1292,6 @@ function Connect-MSALUser
Write-Log "Interactive login with Consent prompt"
[void]$aquireTokenObj.WithPrompt([Microsoft.Identity.Client.Prompt]::Consent)
}
elseif(-not $loginHintName)
{
Write-Log "Interactive login with Select account prompt"
[void]$AquireTokenObj.WithPrompt([Microsoft.Identity.Client.Prompt]::SelectAccount)
}
$authResult = Get-MsalAuthenticationToken $aquireTokenObj
if($authResult)
@@ -1146,6 +1300,31 @@ function Connect-MSALUser
}
}
if($authResult) {
$telemetry = $null
$wamTelemetry = $null
if($authResult.AuthenticationResultMetadata.Telemetry) {
try {
$telemetry = $authResult.AuthenticationResultMetadata.Telemetry | ConvertFrom-Json
if($telemetry.wam_telemetry) {
$wamTelemetry = $telemetry.wam_telemetry | ConvertFrom-Json
}
}
catch {}
}
if($authResult.AuthenticationResultMetadata.TokenSource -eq "Broker" -and $telemetry.broker_app_used -eq "true") {
Write-Log "Token received from Broker. Time (ms): $($authResult.AuthenticationResultMetadata.DurationTotalInMs). CorrelationId: $($authResult.CorrelationId)"
}
elseif($authResult.AuthenticationResultMetadata.TokenSource -eq "IdentityProvider") {
Write-Log "Token received from IdentityProvider. Time (ms) $($authResult.AuthenticationResultMetadata.DurationTotalInMs)"
}
else {
# ToDo: Change to debug
Write-Log "Token received from Cache. Time (ms) $($authResult.AuthenticationResultMetadata.DurationTotalInMs)"
}
}
if($currentLoggedInUserId -ne $authResult.Account.HomeAccountId.Identifier)
{
$script:AccessableTenants = $null
@@ -1225,15 +1404,6 @@ function Connect-MSALUser
Save-Setting "" "LastLoggedOnUserId" $authResult.Account.HomeAccountId.ObjectId
}
Invoke-MSALAuthenticationUpdated $authResult
<#
Write-LogDebug "User, tenant or app has changed"
Get-MSALUserInfo
if($authResult)
{
Invoke-MSALCheckObjectViewAccess $authResult
}
Invoke-ModuleFunction "Invoke-GraphAuthenticationUpdated"
#>
}
}
@@ -2161,7 +2331,7 @@ function Show-MSALDecodedToken {
{
if($prop.Name -in @("exp","iat","nbf","xms_tcdt"))
{
$value =[datetime]::new(1970, 1, 1, 0, 0, 0, 0, "UTC").AddSeconds(($tokenData.Payload."$($prop.Name)")).ToLocalTime()
$value = [datetime]::new(1970, 1, 1, 0, 0, 0, 0, [System.DateTimeKind]::Utc).AddSeconds(($tokenData.Payload."$($prop.Name)")).ToLocalTime()
}
elseif($prop.Name -in @("acrs","amr"))
{
+104 -5
View File
@@ -53,6 +53,33 @@ function Invoke-InitializeModule
}
)
$script:lstGraphPageSize = @(
[PSCustomObject]@{
Name = "Graph API Default"
Value = "0"
},
[PSCustomObject]@{
Name = "5"
Value = "5"
},
[PSCustomObject]@{
Name = "20"
Value = "20"
},
[PSCustomObject]@{
Name = "50"
Value = "50"
},
[PSCustomObject]@{
Name = "100"
Value = "100"
},
[PSCustomObject]@{
Name = "All"
Value = "All"
}
)
# Make sure MS Graph settings are added before exiting before App Id and Tenant Id is missing
Write-Log "Add settings and menu items"
@@ -239,6 +266,14 @@ function Invoke-InitializeModule
Description = "This will use production verionof graph, v1.0. Note: Thot officially supported since this can have unpredicted results. Some parts will require Beta version of Graph."
}) "GraphGeneral"
Add-SettingsObject (New-Object PSObject -Property @{
Title = "API Page Size"
Key = "GraphPageSize"
Type = "List"
ItemsSource = $script:lstGraphPageSize
DefaultValue = "20"
Description = "How many items load at a time"
}) "GraphGeneral"
}
function Get-GraphAppInfo
@@ -558,7 +593,9 @@ function Get-GraphObjects
[switch]
$SingleObject,
[string]
$filter)
$filter,
[int]
$pageSize = -1)
$params = @{}
if($objectType.ODataMetadata)
@@ -593,6 +630,10 @@ function Get-GraphObjects
{
#Use default page size or use below for a specific page size for testing
#$params.Add("pageSize",5) #!!!
if ($pageSize -gt 0)
{
$params.Add("pageSize", $pageSize)
}
}
elseif($SingleObject -ne $true -and $SinglePage -ne $true)
{
@@ -780,7 +821,30 @@ function Show-GraphObjects
$script:nextGraphPage = $null
[array]$graphObjects = Get-GraphObjects -property $global:curObjectType.ViewProperties -objectType $global:curObjectType -SinglePage -Filter $filter
$params = @{}
$pageSize = 0
$tmpPageSize = Get-SettingValue "GraphPageSize"
if ($tmpPageSize -eq "All")
{
$params.Add("AllPages", $true)
}else
{
if($tmpPageSize) {
try {
$pageSize = [int]$tmpPageSize
}
catch {}
}
if($pageSize -gt 0)
{
$params.Add("PageSize", $pageSize)
}
$params.Add("SinglePage", $true)
}
[array]$graphObjects = Get-GraphObjects -property $global:curObjectType.ViewProperties -objectType $global:curObjectType -Filter $filter @params
$dgObjects.AutoGenerateColumns = $false
$dgObjects.Columns.Clear()
@@ -1051,6 +1115,34 @@ function Start-GraphPreImport
}
}
function Remove-GraphODataProperties
{
param($obj)
# Remove OData properties
foreach($odataProp in ($obj.PSObject.Properties | Where { $_.Name -like "*@*" }))
{
$removeProperties += $odataProp.Name
}
foreach($prop in $removeProperties)
{
Remove-Property $obj $prop
}
foreach($prop in ($obj.PSObject.Properties))
{
if($obj."$($prop.Name)"."@odata.type")
{
foreach($childObj in ($obj."$($prop.Name)"))
{
Remove-GraphODataProperties $childObj
}
}
}
}
function Get-GraphMetaData
{
if(-not $global:metaDataXML)
@@ -4148,9 +4240,10 @@ function local:Add-ObjectColumnInfoClass
}
$classDef = @"
using System;
using System.ComponentModel;
public class ObjectColumnInfo : INotifyPropertyChanged
public class ObjectColumnInfo : System.ComponentModel.INotifyPropertyChanged
{
public string Property { get { return _property; } set { _property = value; NotifyPropertyChanged("Property"); } }
private string _property = null;
@@ -4176,8 +4269,14 @@ function local:Add-ObjectColumnInfoClass
}
"@
[Reflection.Assembly]::LoadWithPartialName("System.ComponentModel") | Out-Null
Add-Type -TypeDefinition $classDef -IgnoreWarnings -ReferencedAssemblies @('System.ComponentModel')
try {
Add-Type -TypeDefinition $classDef -IgnoreWarnings #-ReferencedAssemblies @('System.ComponentModel')
}
catch
{
Write-LogError "Failed to add type ObjectColumnInfo" $_.Exception
}
}
function Local:Show-ObjectDefaultColumnsSettings
Binary file not shown.
File diff suppressed because it is too large Load Diff
+55
View File
@@ -1,4 +1,59 @@
# Release Notes
## 3.10.0 - 2025-02-22 - Beta 1 (Development branch)
<br />
A huge thank you to:<br />
- @Mykhailo-Roit for the help with the paging<br />
- @Systems-Liam for Documentation updates<br />
- @ee61r for Documentation updates - This was missed in the previous release notes. Sorry!<br />
<br />
**New features**
- **PowerShell 7 Support**<br />
- PowerShell 7 is now supported. Tested with 7.5.0<br />
- Added CMD files for PowerShell 7<br />
- Not all features and polices are tested. Please report any issues<br />
PowerShell 7 handles dates differently in Json files etc which might cause some problems<br />
- **Authentication**<br />
- Microsoft Authentication Library Updated to 4.67.2.0<br />
- Added support for automation for GCC<br />
Based on [Issue 307](https://github.com/Micke-K/IntuneManagement/issues/307)<br />
- Added support for WAM - This allows for secure login scenarios eg Windows Hello, FIDO2<br />
WAM must be enabled in Settings. This will require a restart of the app<br />
**Note** WAM is only supported in PowerShell 7<br />
Based on [Issue 310](https://github.com/Micke-K/IntuneManagement/issues/310)<br />
Based on [Issue 167](https://github.com/Micke-K/IntuneManagement/issues/167)<br />
<br />
The Authentication update has been a long battle but it's hopefully working now<br />
**Fixes**
- **Generic**<br />
- Added support for setting the page size<br />
This can help with Settings Catalog missing policies<br />
Default page size is 20. This can be changed in Settings<br />
Based on [Issue 300](https://github.com/Micke-K/IntuneManagement/issues/300)<br />
[PR 301](https://github.com/Micke-K/IntuneManagement/pull/301)<br />
- **Compare**<br />
- Lots of Bulk Compare issues fixed<br />
- Compare can now export a Json file for futher analysing<br />
Based on [Issue 281](https://github.com/Micke-K/IntuneManagement/issues/281)<br />
- **Import/Export**<br />
- Added for support for export/import Device Categories<br />
Based on [Discussion 305](https://github.com/Micke-K/IntuneManagement/discussions/305)<br />
- Added API for export/import Inventory Policies<br />
**Note** These are not working but following Microsoft documentation.<br />
- **Documentation**<br />
- App Configuration (Device) documentation updated<br />
- Fixed bug with sub tables for MD and Word<br />
Based on [Issue 246](https://github.com/Micke-K/IntuneManagement/issues/246)<br />
## 3.9.8 - 2024-10-12
**New features**
+1
View File
@@ -0,0 +1 @@
cmd /c pwsh -ex bypass -File "%~DP0Start-IntuneManagement.ps1"
+2
View File
@@ -0,0 +1,2 @@
cmd /c pwsh -ex bypass -File "%~DP0Start-IntuneManagement.ps1" -ShowConsoleWindow
pause
+31 -8
View File
@@ -41,6 +41,9 @@
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
@@ -72,27 +75,47 @@
</StackPanel>
<CheckBox Grid.Column='1' Grid.Row='3' Name='chkSkipMissingDestinationPolicies' VerticalAlignment="Center" />
<StackPanel Orientation="Horizontal" Margin="0,0,5,0" Grid.Row='4'>
<StackPanel Orientation="Horizontal" Grid.Row='4' Margin="0,5,5,0" >
<Label Content="Save json" />
<Rectangle Style="{DynamicResource InfoIcon}" ToolTip="Save a json version of the compare for post-compare scripting." />
</StackPanel>
<CheckBox Grid.Column='1' Grid.Row='4' Name='chkBulkCompareSaveJson' VerticalAlignment="Center" />
<StackPanel Orientation="Horizontal" Grid.Row='5' Margin="0,5,5,0" >
<Label Content="Remove OData From Compare" />
<Rectangle Style="{DynamicResource InfoIcon}" ToolTip="Skipps ID string and removes OData properties of Json strings when comparing properties." />
</StackPanel>
<CheckBox Grid.Column='1' Grid.Row='5' Name='chkBulkCompareRemoveOData' VerticalAlignment="Center" />
<StackPanel Orientation="Horizontal" Margin="0,0,5,0" Grid.Row='6'>
<Label Content="Save as" />
<Rectangle Style="{DynamicResource InfoIcon}" ToolTip="Specifies how the export csv should be saved. One file per ObjectType or one file for all objects." />
</StackPanel>
<ComboBox Name="cbCompareSave" Margin="0,5,0,0" MinWidth="250" Grid.Row='4' Grid.Column="1" HorizontalAlignment="Left"
<ComboBox Name="cbCompareSave" Margin="0,5,0,0" MinWidth="250" Grid.Row='6' Grid.Column="1" HorizontalAlignment="Left"
DisplayMemberPath="Name" SelectedValuePath="Value" />
<StackPanel Orientation="Horizontal" Margin="0,0,5,0" Grid.Row='5' >
<StackPanel Orientation="Horizontal" Margin="0,0,5,0" Grid.Row='7' >
<Label Content="Comparison Type" />
<Rectangle Style="{DynamicResource InfoIcon}" ToolTip="Specify how objects should be compared" />
</StackPanel>
<ComboBox Name="cbCompareType" Margin="0,5,0,0" MinWidth="250" Grid.Row='5' Grid.Column="1" HorizontalAlignment="Left"
<ComboBox Name="cbCompareType" Margin="0,5,0,0" MinWidth="250" Grid.Row='7' Grid.Column="1" HorizontalAlignment="Left"
DisplayMemberPath="Name" SelectedValuePath="Value" />
<StackPanel Orientation="Horizontal" Margin="0,0,5,0" Grid.Row='6' >
<StackPanel Orientation="Horizontal" Margin="0,0,5,0" Grid.Row='8' >
<Label Content="CSV Delimiter" />
<Rectangle Style="{DynamicResource InfoIcon}" ToolTip="Specify the character to use for separating properties in the CSV file" />
</StackPanel>
<ComboBox Name="cbCompareCSVDelimiter" Margin="0,5,0,0" MinWidth="250" Grid.Row='6' Grid.Column="1" HorizontalAlignment="Left" />
<ComboBox Name="cbCompareCSVDelimiter" Margin="0,5,0,0" MinWidth="250" Grid.Row='8' Grid.Column="1" HorizontalAlignment="Left" />
<Grid Margin="0,0,5,0" Grid.Row='7' >
<StackPanel Orientation="Horizontal" Margin="0,0,5,0" Grid.Row='9' >
<Label Content="Multi-Value Delimiter" />
<Rectangle Style="{DynamicResource InfoIcon}" ToolTip="Specify the character to use for separating values for properties with more than one value. New line will cause a new line in the exported CSV" />
</StackPanel>
<ComboBox Name="cbCompareMultiValueDelimiter" Margin="0,5,0,0" MinWidth="250" Grid.Row='9' Grid.Column="1" HorizontalAlignment="Left"
DisplayMemberPath="Name" SelectedValuePath="Value" />
<Grid Margin="0,0,5,0" Grid.Row='10' >
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
@@ -102,7 +125,7 @@
</StackPanel>
</Grid>
<DataGrid Name="dgObjectsToCompare" Margin="0,5,0,5" Grid.Row='7' Grid.Column='1' CanUserAddRows="False" AutoGenerateColumns="False" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Background="White" />
<DataGrid Name="dgObjectsToCompare" Margin="0,5,0,5" Grid.Row='9' Grid.Column='1' CanUserAddRows="False" AutoGenerateColumns="False" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Background="White" />
</Grid>
+10
View File
@@ -0,0 +1,10 @@
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Canvas Height="50" Width="50">
<Path Data="M31.25 43.892a2.976 2.976 0 0 1-2.969 2.983H6.094a2.976 2.976 0 0 1-2.969-2.983V6.108a2.976 2.976 0 0 1 2.969-2.983H28.28a2.976 2.976 0 0 1 2.969 2.983v37.784z" Fill="#3e3e3e" />
<Path Fill="#5AB3D9" Data="M6.25 9.375h21.875v31.25H6.25z" />
<Path Fill="#E4E4E4" Data="M12.5 6.25h9.375v3.125H12.5z" />
<Path Fill="#2072B8" Data="M34.375 3.125h12.5v12.5h-12.5v-12.5z" />
<Path Fill="#F58B1F" Data="M34.375 18.75h12.5v12.5h-12.5v-12.5z" />
<Path Fill="#7FBA42" Data="M34.375 34.375h12.5v12.5h-12.5v-12.5z" />
</Canvas>
</Viewbox>