diff --git a/CloudAPIPowerShellManagement.psd1 b/CloudAPIPowerShellManagement.psd1 index 4e5607f..7b4a126 100644 --- a/CloudAPIPowerShellManagement.psd1 +++ b/CloudAPIPowerShellManagement.psd1 @@ -12,7 +12,7 @@ RootModule = 'CloudAPIPowerShellManagement.psm1' # Version number of this module. -ModuleVersion = '3.7.4' +ModuleVersion = '3.8.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Core.psm1 b/Core.psm1 index 376aa80..1c1f30b 100644 --- a/Core.psm1 +++ b/Core.psm1 @@ -11,7 +11,7 @@ This module handles the WPF UI function Get-ModuleVersion { - '3.7.1' + '3.8.1' } function Initialize-Window @@ -415,7 +415,7 @@ function Set-XamlProperty function Get-XamlProperty { - param($xamlObj, $controlName, $propertyName, $defaultValue) + param($xamlObj, $controlName, $propertyName, $defaultValue = $null) $obj = $xamlObj.FindName($controlName) @@ -423,7 +423,7 @@ function Get-XamlProperty { if($obj) { - return (?? $obj."$propertyName" $null) + return (?? $obj."$propertyName" $defaultValue) } else { @@ -2666,6 +2666,34 @@ function Show-LogView } } +function Get-Base64ScriptContent +{ + param($encodeContent, [switch]$RemoveSignature) + + if(-not $encodeContent) { return } + + try + { + $scriptContent = [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($encodeContent)) + + if($RemoveSignature -eq $true) + { + $x = $scriptContent.IndexOf("# SIG # Begin signature block") + if($x -gt 0) + { + $scriptContent = $scriptContent.SubString(0,$x) + $scriptContent = $scriptContent + "# SIG # Begin signature block`nSignature data excluded..." + } + } + + $scriptContent + } + catch + { + + } +} + New-Alias -Name ?? -value Invoke-Coalesce New-Alias -Name ?: -value Invoke-IfTrue Export-ModuleMember -alias * -function * \ No newline at end of file diff --git a/Documentation/DefaultHTMLStyle.css b/Documentation/DefaultHTMLStyle.css new file mode 100644 index 0000000..7352857 --- /dev/null +++ b/Documentation/DefaultHTMLStyle.css @@ -0,0 +1,184 @@ + \ No newline at end of file diff --git a/Documentation/DefaultMDStyle.css b/Documentation/DefaultMDStyle.css new file mode 100644 index 0000000..ce2df76 --- /dev/null +++ b/Documentation/DefaultMDStyle.css @@ -0,0 +1,117 @@ + \ No newline at end of file diff --git a/Documentation/ObjectCategories.json b/Documentation/ObjectCategories.json index 18bbcf3..13fb61b 100644 --- a/Documentation/ObjectCategories.json +++ b/Documentation/ObjectCategories.json @@ -1014,13 +1014,7 @@ "PolicyTypeLanguageId": "vpn", "PlatformLanguageId": "Windows10", "Categories": [ - "vpn", - "vpnappsandtrafficrules", - "vpnconditionalaccess", - "vpndnstriggers", - "vpnproxy", - "vpnsplittunneling", - "vpntrustednetwork" + "vpn" ] }, { diff --git a/Documentation/ObjectInfo/#Applications.json b/Documentation/ObjectInfo/#Applications.json index cad3288..10632a5 100644 --- a/Documentation/ObjectInfo/#Applications.json +++ b/Documentation/ObjectInfo/#Applications.json @@ -7,6 +7,96 @@ "booleanActions": 0, "category": "AppInformationTab.name" }, + { + "nameResourceKey": "Inputs.packageIdLabel", + "descriptionResourceKey": "", + "entityKey": "packageIdentifier", + "dataType": 20, + "booleanActions": 0, + "category": "AppInformationTab.name", + "Condition": { + "Expressions": [ + { + "property": "@OData.Type", + "value": "#microsoft.graph.winGetApp" + } + ] + } + }, + { + "nameResourceKey": "Inputs.packageIdLabel", + "descriptionResourceKey": "", + "entityKey": "packageIdentifier", + "dataType": 107, + "booleanActions": 0, + "category": "AppInformationTab.name", + "value": "UWP", + "Condition": { + "type": "and", + "Expressions": [ + { + "property": "packageIdentifier", + "value": "9*", + "operator": "like" + }, + { + "property": "@OData.Type", + "value": "#microsoft.graph.winGetApp" + } + ] + } + }, + { + "nameResourceKey": "Inputs.packageIdLabel", + "descriptionResourceKey": "", + "entityKey": "packageIdentifier", + "dataType": 107, + "booleanActions": 0, + "category": "AppInformationTab.name", + "value": "Win32", + "Condition": { + "type": "and", + "Expressions": [ + { + "property": "packageIdentifier", + "value": "X*", + "operator": "like" + }, + { + "property": "@OData.Type", + "value": "#microsoft.graph.winGetApp" + } + ] + } + }, + { + "nameResourceKey": "Inputs.packageIdLabel", + "descriptionResourceKey": "", + "entityKey": "packageIdentifier", + "dataType": 107, + "booleanActions": 0, + "category": "AppInformationTab.name", + "value": "Unsupported Store Type", + "Condition": { + "type": "and", + "Expressions": [ + { + "property": "packageIdentifier", + "value": "9*", + "operator": "notlike" + }, + { + "property": "packageIdentifier", + "value": "X*", + "operator": "notlike" + }, + { + "property": "@OData.Type", + "value": "#microsoft.graph.winGetApp" + } + ] + } + }, { "nameResourceKey": "Inputs.displayVersionLabel", "descriptionResourceKey": "", @@ -836,10 +926,24 @@ ] }, { + "Columns": [ + { + "metadata": { + "entityKey": "returnCode", + "nameResourceKey": "Win32ReturnCodes.Columns.returnCode" + } + }, + { + "metadata": { + "entityKey": "type", + "nameResourceKey": "Win32ReturnCodes.Columns.codeType" + } + } + ], "nameResourceKey": "Win32ReturnCodes.selectorLabel", "descriptionResourceKey": "", "entityKey": "returnCodes", - "dataType": 20, + "dataType": 21, "booleanActions": 0, "category": "Win32Program.selectorLabel" }, diff --git a/Documentation/ObjectInfo/#AutoPilot.json b/Documentation/ObjectInfo/#AutoPilot.json index 15a41e4..5ba8761 100644 --- a/Documentation/ObjectInfo/#AutoPilot.json +++ b/Documentation/ObjectInfo/#AutoPilot.json @@ -80,7 +80,7 @@ "value": "azureAD" } ] - } + } ] }, { @@ -99,40 +99,62 @@ } ] } - }, + }, { "nameResourceKey": "Autopilot.OOBE.language", "descriptionResourceKey": "", "dataType": 102, "category": "Autopilot.OOBE.title", "entityKey": "language", - "booleanActions": 0 - }, + "booleanActions": 0, + "ChildSettings": [ + { + "nameResourceKey": "Autopilot.OOBE.title", + "descriptionResourceKey": "", + "entityKey": "outOfBoxExperienceSettings", + "dataType": 6, + "booleanActions": 0, + "category": "Autopilot.OOBE.title", + "Condition": { + "Expressions": [ + { + "property": "language", + "operator": "ne", + "value": "user-select" + } + ] + }, + "complexOptions": [ + { + "nameResourceKey": "Autopilot.OOBE.skipKeyboardSelection", + "descriptionResourceKey": "Autopilot.OOBE.skipKeyboardSelectionInfo", + "entityKey": "skipKeyboardSelectionPage", + "dataType": 0, + "booleanActions": 109, + "category": "Autopilot.OOBE.title", + "Condition": { + "type": "or", + "Expressions": [ + { + "property": "isLanguageSet", + "value": true + } + ] + } + } + ] + } + ] + }, { "nameResourceKey": "Autopilot.OOBE.title", "descriptionResourceKey": "", "entityKey": "outOfBoxExperienceSettings", "dataType": 6, + "skipAddLevel": true, "booleanActions": 0, "category": "Autopilot.OOBE.title", - "complexOptions": [ - { - "nameResourceKey": "Autopilot.OOBE.skipKeyboardSelection", - "descriptionResourceKey": "Autopilot.OOBE.skipKeyboardSelectionInfo", - "entityKey": "skipKeyboardSelectionPage", - "dataType": 0, - "booleanActions": 109, - "category": "Autopilot.OOBE.title", - "Condition": { - "type": "or", - "Expressions": [ - { - "property": "isLanguageSet", - "value": true - } - ] - } - }, + "complexOptions": [ { "nameResourceKey": "Autopilot.OOBE.licenseAgreement", "descriptionResourceKey": "Autopilot.OOBE.licenseAgreementInfo", @@ -148,7 +170,7 @@ "dataType": 0, "booleanActions": 108, "category": "Autopilot.OOBE.title" - }, + }, { "nameResourceKey": "Autopilot.OOBE.hideEscapeLink", "descriptionResourceKey": "Autopilot.OOBE.hideEscapeLinkInfo", @@ -174,7 +196,7 @@ "value": "administrator" } ] - } + } ] }, { @@ -184,12 +206,12 @@ "dataType": 0, "booleanActions": 109, "category": "Autopilot.OOBE.title" - }, + }, { "nameResourceKey": "Autopilot.OOBE.ApplyComputerNameTemplate.label", "descriptionResourceKey": "Autopilot.OOBE.ApplyComputerNameTemplate.infoBalloon", "entityKey": "applyDeviceNameTemplate", - "dataType": "TableHeaders.settings", + "dataType": 0, "booleanActions": 109, "category": "Autopilot.OOBE.title", "ChildSettings": [ diff --git a/Documentation/Strings-cs.json b/Documentation/Strings-cs.json index 4605c9d..a61d2ea 100644 --- a/Documentation/Strings-cs.json +++ b/Documentation/Strings-cs.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Certifikáty učitelů", "emailProfile": "E-mail", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Konfigurace správy mobilních zařízení", "extensibleSingleSignOn": "Rozšíření aplikace jednotného přihlašování", "filevault": "FileVault", "firewall": "Firewall", @@ -508,7 +507,10 @@ "deploymentSettings": "Nastavení nasazení", "groupAssignmentSettings": "Přiřazení", "scopeSettings": "Značky oboru" - } + }, + "gradualRolloutLicenseWarning": "Tato funkce vyžaduje konkrétní licencování.", + "gradualRolloutLicenseWarningEdit": "Tato funkce se může dál používat a konfigurovat, dokud se zásady neuloží bez výběru této funkce.", + "licenseLearnMoreText": "Přečtěte si další informace o požadavcích a zásadách aktualizace funkcí." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Vyhledejte v App Storu aplikace pro iOS, které chcete nasadit s Intune.", "useManagedBrowser": "Pokud je to požadováno, tato webová aplikace se uživateli otevře v prohlížeči chráněném s Intune, jako je Microsoft Edge nebo Intune Managed Browser. Toto nastavení platí pro zařízení s iOS i Androidem.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "Soubor, který obsahuje vaši aplikaci ve formátu, který se dá zkušebně načíst na zařízení. Platné typy balíčků: .intunewin." + "win32AppPackageFile": "Soubor, který obsahuje vaši aplikaci ve formátu, který se dá zkušebně načíst na zařízení. Platné typy balíčků: .intunewin.", + "winGetStoreSelectApp": "V úložišti Microsoft Storu vyhledejte aplikace Storu, které chcete nasadit pomocí Intune." }, "descriptionPreview": "Preview", "descriptionRequired": "Popis je povinný.", @@ -800,10 +803,10 @@ "azureADDevice": "Přidružené zařízení Azure AD", "batch": "Značka skupiny", "dateAssigned": "Datum přiřazení", - "deviceAccountFriendlyName": "Popisný název účtu zařízení", "deviceAccountPwd": "Heslo účtu zařízení", "deviceAccountUpn": "Účet zařízení", "deviceDisplayName": "Název zařízení", + "deviceFriendlyName": "Popisný název zařízení", "deviceName": "Název zařízení", "deviceUseType": "Typ využití zařízení", "enrollmentState": "Stav registrace", @@ -924,10 +927,10 @@ "azureADDevice": "Přejděte na podrobnosti přidruženého zařízení. Hodnota N/A znamená, že žádné přidružené zařízení neexistuje.", "batch": "Řetězcový atribut, pomocí kterého se dá identifikovat skupina zařízení. Pole značky skupiny Intune se mapuje na atribut OrderID v zařízeních Azure Active Directory.", "dateAssigned": "Časové razítko, kdy se profil přiřadil k zařízení", - "deviceAccountFriendlyName": "Popisný název účtu zařízení pro zařízení Surface Hub", - "deviceAccountPwd": "Heslo účtu zařízení pro zařízení Surface Hub", - "deviceAccountUpn": "E-mail účtu zařízení pro zařízení Surface Hub", + "deviceAccountPwd": "Heslo účtu zařízení pro zařízení Surface Hub. Pokud ho zadáte, vyplňte také účet zařízení a popisný název.", + "deviceAccountUpn": "E-mail účtu zařízení pro zařízení Surface Hub. Pokud ho zadáte, vyplňte také heslo účtu zařízení a popisný název.", "deviceDisplayName": "Nakonfigurujte jedinečný název zařízení. Tento název se bude ignorovat v nasazeních připojených službou Hybrid Azure AD Join. Název zařízení stále pochází z profilu připojení k doméně pro zařízení hybridní služby Azure AD.", + "deviceFriendlyName": "Popisný název zařízení pro zařízení Surface Hub. Pokud ho zadáte, vyplňte také účet zařízení a heslo účtu zařízení.", "deviceName": "Název, který se zobrazuje, když se někdo pokusí zjistit zařízení a připojit se k němu", "deviceUseType": " Zařízení by se nastavilo podle vaší volby. V nastavení se to dá vždy změnit.​\r\n ", "enrollmentState": "Určuje, jestli je zařízení zaregistrované.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "MacOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Chybová zpráva", "customMessageToggle": "Zobrazit vlastní zprávu, když dojde k časovému limitu nebo chybě", "enableForAutopilotOnlyToggle": "Stránku zobrazit jenom pro zařízení, která jsou zřízena pomocí prostředí prvního spuštění (OOBE)", + "installQualityUpdatesToggle": "Nainstalovat aktualizace pro zvýšení kvality Windows (zařízení se může restartovat)", "progressToggle": "Zobrazit průběh konfigurace aplikací a profilů", "resetToggle": "Povolit uživatelům resetovat zařízení, když dojde k chybě instalace", "timeout": "Zobrazit chybu, pokud instalace trvá déle než zadaný počet minut" @@ -1367,7 +1374,7 @@ }, "AndroidBackup": { "label": "Zálohovat data organizace do služeb zálohování Androidu", - "tooltip": "Pokud chcete zabránit tomu, aby se data organizace zálohovala do služeb zálohování Androidu, vyberte {0}. \r\nPokud chcete zálohování dat organizace do služeb zálohování Androidu povolit, vyberte {1}. \r\nNa osobní nebo nespravovaná data to nemá žádný vliv." + "tooltip": "Pokud chcete zabránit tomu, aby se data organizace zálohovala do služeb zálohování Androidu, vyberte {0}.\r\nPokud chcete zálohování dat organizace do služeb zálohování Androidu povolit, vyberte {1}.\r\nNa osobní a nespravovaná data to nemá žádný vliv." }, "AndroidBiometricAuthentication": { "label": "Přístup pomocí biometriky místo PIN kódu", @@ -1378,7 +1385,7 @@ "tooltip": "Operační systém Androidu ověřuje uživatele zařízení s Androidem pomocí otisku prstu. Tato funkce podporuje nativní biometrické ovládací prvky na zařízeních s Androidem. Nastavení biometriky specifická pro výrobce OEM, třeba Samsung Pass, se nepodporují. Když se tato možnost povolí, musí se pro přístup k aplikaci na zařízení, které to podporuje, použít nativní biometrické ovládací prvky." }, "AndroidOverrideFingerprint": { - "label": "Po vypršení časového limitu obejít otisk prstu PIN kódem" + "label": "Po vypršení časového limitu přepsat ověření pomocí biometrických údajů PIN kódem" }, "AppPIN": { "label": "PIN kód aplikace, když je nastavený PIN kód zařízení", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Protokol nespravovaného prohlížeče", - "tooltip": "

Zadejte protokol pro jeden nespravovaný prohlížeč. Webový obsah (HTTP/S) z aplikací spravovaných zásadami se otevře v jakékoli aplikaci, která podporuje tento protokol.

\r\n \r\n

Poznámka: Zahrňte jen předponu protokolu. Pokud váš prohlížeč vyžaduje, aby odkazy měly tvar mybrowser://www.microsoft.com, zadejte mybrowser.

" + "tooltip": "

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.

\r\n \r\n

Poznámka: Zahrňte jen předponu protokolu. Pokud váš prohlížeč vyžaduje, aby odkazy měly tvar mybrowser://www.microsoft.com, zadejte mybrowser.

" }, "CustomDialerAppDisplayName": { "label": "Název aplikace pro vytáčení" @@ -1435,7 +1442,7 @@ "tooltip": "Pokud chcete vynutit šifrování dat organizace pomocí šifrování na aplikační vrstvě Intune, vyberte {0}.\r\n
\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
\r\nPoznámka: Další informace o šifrování na aplikační vrstvě Intune najdete tady: {2}" }, "EncryptDataAndroid": { - "tooltip": "

Pokud chcete v této aplikaci povolit šifrování pracovních nebo školních dat, zvolte Vyžadovat. Intune používá schéma OpenSSL s 256b šifrováním AES a systém Úložiště klíčů Android, pomocí kterých bezpečně šifruje data aplikací. Data se šifrují synchronně během V/V operací se soubory. Obsah v úložišti zařízení je vždy šifrovaný. Sada SDK bude i nadále podporovat 128bitové klíče, aby se zachovala kompatibilita s obsahem a aplikacemi, které používají starší verze sady SDK.

\r\n\r\n

Metoda šifrování odpovídá standardu FIPS 140-2.

" + "tooltip": "

Zvolte Vyžadovat 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é.

\r\n\r\n

Metoda šifrování je kompatibilní se standardem FIPS 140-2.

" }, "EncryptDataIos": { "tooltip1": "Pokud chcete v této aplikaci povolit šifrování pracovních nebo školních dat, zvolte Vyžadovat. 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.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Oznámení dat organizace", - "tooltip": "

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í:

\r\n

{0}: Nesdílet oznámení

\r\n

{1}: Nesdílet v oznámeních data organizace. Pokud aplikace tuto možnost nepodporuje, oznámení se zablokují.

\r\n

{2}: Sdílet všechna oznámení

\r\n

Jen Android:\r\n Poznámka: Toto nastavení se nevztahuje na všechny aplikace. Další informace najdete tady: {3} 

\r\n \r\n

Jen iOS:\r\nPoznámka: Toto nastavení se nevztahuje na všechny aplikace. Další informace najdete tady: {4}

" + "tooltip": "

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í:

\r\n

{0}: Nesdílet oznámení

\r\n

{1}: Nesdílet v oznámeních data organizace. Pokud aplikace tuto možnost nepodporuje, oznámení se zablokují.

\r\n

{2}: Sdílet všechna oznámení

\r\n

Jen Android:\r\n Poznámka: Toto nastavení se nevztahuje na všechny aplikace. Další informace najdete tady: {3} 

\r\n\r\n

Jen iOS:\r\nPoznámka: Toto nastavení se nevztahuje na všechny aplikace. Další informace najdete tady: {4}

" }, "OpenLinksManagedBrowser": { "label": "Omezit přenos webového obsahu s jinými aplikacemi", - "tooltip": "

Vyberte jednu z následujících možností pro určení aplikací, ve kterých tato aplikace bude moci otevírat webový obsah:

\r\n

Edge: Dovolí otevírat webový obsah jen v Microsoft Edgi.

\r\n

Nespravovaný prohlížeč: Dovolí otevírat webový obsah jen v nespravovaném prohlížeči definovaném v nastavení Protokol nespravovaného prohlížeče.

\r\n

Libovolná aplikace: Dovolí otevírat webové odkazy v jakékoli aplikaci.

" + "tooltip": "

Vyberte jednu z následujících možností pro určení aplikací, ve kterých tato aplikace bude moci otevírat webový obsah:

\r\n

Microsoft Edge: Dovolí otevírat webový obsah jen v Microsoft Edgi. Zjistěte, jak Microsoft Edge chrání vaše data.

\r\n

Nespravovaný prohlížeč: Dovolí otevírat webový obsah jen v nespravovaném prohlížeči definovaném v nastavení Protokol nespravovaného prohlížeče.

\r\n

Libovolná aplikace: Dovolí otevírat webové odkazy v jakékoli aplikaci.

" }, "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). " @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "Po biometrických aktualizacích přepsat biometriku kódem PIN", - "tooltip": "Pokud zařízení podporuje biometriku třídy 3 (další informace najdete tady) a pokud je zjištěna změna biometriky, výzva k zadání kódu PIN přepíše biometrické výzvy." + "tooltip": "Pokud zařízení podporuje biometriku třídy 3 (další informace najdete tady) a pokud je zjištěna změna biometriky, výzva k zadání kódu PIN přepíše biometrické výzvy. Toto nastavení se projeví jenom v případě, že se pro přístup k aplikaci použije biometrika." }, "RestrictKeyboards": { "duplicatePackageError": "ID balíčku musí být jedinečné.", @@ -1515,7 +1522,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}.
\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í 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}.
\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", @@ -1606,7 +1613,7 @@ "pushNotification": "Poslat nabízené oznámení koncovému uživateli", "remoteLock": "Vzdáleně uzamknout zařízení, které nedodržuje předpisy", "removeSourceAccessProfile": "Odebrat zdrojový profil přístupu", - "retire": "Vyřadit (z provozu) zařízení, která nedodržují předpisy", + "retire": "Přidat zařízení do seznamu k vyřazení", "wipe": "Vymazat", "emailNotification": "Odeslat e-mail koncovému uživateli" }, @@ -1746,6 +1753,7 @@ "weeks1": "Každý 1 týden" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 a novější" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Zadejte soubor powershellového skriptu. Soubor musí být menší než 200 kB.", "uploadLabel": "Umístění skriptu" }, + "bashScriptObjectName": "Skript Bash", "createButtonText": "Přidat", "createPowershellScriptFlowSectionName": "Přidat powershellový skript", "customAttributeObjectName": "Vlastní atribut", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "Zadaný klient VPN musí být nainstalovaný na zařízení a musí podporovat VPN pro aplikaci. Jinak dojde k chybě. Poznámka: Abyste mohli aplikaci nainstalovat, bude nutné ji schválit ve spravovaném obchodě Google Play, synchronizovat ji s Intune a nasadit ji.", "androidDeviceOwnerCustomPasswordDescription": "Vytvořte přístupový kód zařízení jenom pro vyhrazená zařízení. Může mít 4-16 znaků a obsahovat číslice, písmena a speciální znaky.", "androidDeviceOwnerCustomPasswordName": "Vlastní přístupový kód", + "androidElevenAndBelowPasswordHeader": "Android 11 a starší", + "androidElevenAndBelowPasswordHeaderDescription": "Tato nastavení fungují pro zařízení s Androidem 11 nebo starším.", "androidEnterpriseAlwaysOnVpnClientName": "Klient VPN", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Zadejte ID balíčku aplikace v obchodě Google Play. Pokud je adresa URL pro aplikaci v obchodě Play třeba https://play.google.com/store/details?id=com.contosovpn.android.prod, ID balíčku je com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "ID balíčku", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Počínaje říjnem 2020 se některá nastavení nebudou podporovat na zařízeních s Androidem, která používají Android 10 a novější a nejedná se o Samsung KNOX. Tato nastavení jsou označená jako Android 9 a starší nebo Samsung KNOX. Další informace získáte kliknutím sem.", "androidTrustedServerCertificateNamesDescription": "Toto je název DNS používaný v certifikátu, který server protokolu RADIUS předkládá během ověřování klienta k přístupovému bodu Wi-Fi. Pokud máte více serverů protokolu RADIUS, které mají v plně kvalifikovaném názvu domény stejnou příponu DNS, můžete použít samotnou příponu. To umožňuje zařízením důvěřovat certifikátu serveru, který jim byl předložen.Další informace.
", "androidTrustedServerCertificateNamesName": "Název serveru protokolu RADIUS", + "androidTwelveAndAbovePasswordHeader": "Android 12 a novější", + "androidTwelveAndAbovePasswordHeaderDescription": "Tato nastavení fungují pro zařízení s Androidem 12 nebo novějším.", + "androidTwelveDeprecationInfoBox": "Od listopadu 2022 se na zařízeních s Androidem, na kterých běží Android 12 a novější, nepodporují některá nastavení. Tato nastavení mají označení Android 11 a starší. Kliknutím získáte další informace.", "androidZebraMxConfigurationFileXmlName": "Zvolte platný soubor Zebra MX XML", "androidZebraMxConfigurationLearnMore": "Další informace o správě zařízení Zebra", "androidZebraMxConfigurationXmlName": "Profil MX ve formátu .xml", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "třeba outlook.office365.com", "exchangeActiveSyncHostName": "E-mailový server", "exclusionAppListColumn": "Vyloučená aplikace", - "expeditedCheckinEnableDescription": "Provádět kontrolu zařízení každou hodinu", - "expeditedCheckinEnableName": "Provádět kontrolu zařízení každou hodinu", "experienceAllowBrowserSyncSettingsDescription": "Určuje, jestli uživatelé můžou zapnout nastavení prohlížeče pro synchronizaci pomocí možností Synchronizovat nastavení, aby se mezi zařízeními uživatele mohly synchronizovat informace, jako jsou historie a oblíbené položky. Aby se toto nastavení dalo nakonfigurovat, musíte povolit nastavení Synchronizovat nastavení prohlížeče mezi zařízeními uživatele.", "experienceAllowBrowserSyncSettingsName": "Uživatelé můžou zapnout nastavení synchronizace prohlížeče​", "experienceDoNotSyncBrowserSettingsDescription": "Když se zablokuje, výchozí konfigurace (povolit synchronizaci nastavení prohlížeče mezi zařízeními) se vypne, aby uživatelé nemohli provádět synchronizaci mezi zařízeními. Když se vybere možnost Zablokovat a povolit přepsání uživatelem, uživatel bude moct přepsat nastavení správce.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Pokud chcete vynutit, aby přiřazená zařízení automaticky nainstalovala nejnovější aktualizace pro macOS, vytvořte profil. Tato nastavení určí, jak a kdy se budou aktualizace softwaru nasazovat. Tento profil neznemožní uživatelům, aby operační systém aktualizovali ručně. Aktualizace se nainstalují jen na zařízení zaregistrovaná prostřednictvím automatické registrace zařízení Applu (s ABM nebo ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Další informace", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Další informace", - "macOSSoftwareUpdatePolicySupervisedName": "Pokud chcete vynutit, aby přiřazená zařízení automaticky nainstalovala nejnovější aktualizace pro macOS, vytvořte profil. Tato nastavení určí, jak a kdy se budou aktualizace softwaru nasazovat. Tento profil neznemožní uživatelům, aby operační systém aktualizovali ručně. Aktualizace se nainstalují jen na zařízení zaregistrovaná prostřednictvím automatické registrace zařízení Applu (s ABM nebo ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Týdenní plán", - "macOSSoftwareUpdateSelectScheduleTypeName": "Ve výchozím nastavení, když se k zařízení přiřadí zásady aktualizace softwaru macOS, služba Intune nasadí nejnovější aktualizace ve chvíli, kdy se zařízení ohlásí. Navíc můžete vytvořit týdenní plán a zadat období, kdy se zařízení můžou ohlašovat a dostávat aktualizace. Pokud se rozhodnete, že aktualizace budou probíhat mimo naplánovaný čas, Intune nebude aktualizace nasazovat, dokud naplánovaný čas neskončí.", + "macOSSoftwareUpdateSelectScheduleTypeName": "Když se k zařízení přiřadí zásady aktualizace, Intune ve výchozím nastavení nasadí nejnovější aktualizace ve chvíli, kdy se zařízení ohlásí. Místo toho můžete vytvořit týdenní plán s vlastními počátečními a koncovými časy. Pokud se rozhodnete, že aktualizace budou probíhat mimo naplánovaný čas, Intune nebude aktualizace nasazovat, dokud naplánovaný čas neskončí.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Vyberte, jak by se pro jednotlivé typy aktualizací mělo provádět stahování, instalace nebo oznamování.", "macOSSystemExtensionsExtensionTypeName": "Povolené typy rozšíření systému", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Studenti zaregistrovaní do nespravovaného kurzu Classroom musí pro opuštění kurzu získat souhlas učitele.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Přesměrovat zachování překladu adres (NAT) na hardware, pokud je zařízení v režimu spánku", "nATKeepAliveOffloadEnableToolTip": "Ve výchozím nastavení, pokud je zařízení v režimu spánku, systém překladu adres (NAT) průběžně kontroluje, jestli je zařízení připojené k síti VPN. Toto nastavení umožňuje toto chování zakázat.", "nacIdCheckBoxLabel": "Souhlasím.", - "nacIdDescCisco": "Aby bylo možné povolit NAC, Cisco AnyConnect vyžaduje, aby se do profilu sítě VPN zahrnulo ID zařízení Intune.

Povoluji Microsoftu zahrnout do profilu sítě VPN informace o zařízení, které může používat společnost Cisco a její partneři.", - "nacIdDescCitrix": "Aby bylo možné povolit NAC, Citrix SSO vyžaduje, aby se do profilu sítě VPN zahrnulo ID zařízení Intune.

Povoluji Microsoftu zahrnout do profilu sítě VPN informace o zařízení, které může používat společnost Citrix a její partneři.", - "nacIdDescF5": "Aby bylo možné povolit NAC, F5 Access vyžaduje, aby se do profilu sítě VPN zahrnulo ID zařízení Intune.

Povoluji Microsoftu zahrnout do profilu sítě VPN informace o zařízení, které může používat autor aplikace F5 Access a jeho partneři.", + "nacIdDescCisco": "Aby bylo možné povolit NAC, Cisco AnyConnect vyžaduje, aby se do profilu sítě VPN zahrnulo ID zařízení Intune.

Povoluji Microsoftu zahrnout do profilu sítě VPN informace o zařízení, které může používat společnost Cisco a její partneři. Kliknutím se dozvíte další informace o tom, která data jsou sdílena s poskytovatelem služeb.", + "nacIdDescCitrix": "Aby bylo možné povolit NAC, Citrix SSO vyžaduje, aby se do profilu sítě VPN zahrnulo ID zařízení Intune.

Povoluji Microsoftu zahrnout do profilu sítě VPN informace o zařízení, které může používat Citrix SSO a příslušní partneři. Kliknutím se dozvíte další informace o tom, která data jsou sdílena s poskytovatelem služeb.", + "nacIdDescF5": "Aby bylo možné povolit NAC, F5 Access vyžaduje, aby se do profilu sítě VPN zahrnulo ID zařízení Intune.

Povoluji Microsoftu zahrnout do profilu sítě VPN informace o zařízení, které může používat společnost F5 Access a její partneři. Kliknutím se dozvíte další informace o tom, která data jsou sdílena s poskytovatelem služeb.", "nacIdHeader": "Povolit řízení přístupu k síti (NAC)", "nacIdHeaderCiscoToolTip": "ID zařízení se zašifruje a zahrne do profilu sítě VPN. Když se uživatel pokusí připojit k síti VPN, Cisco AnyConnect předá tuto hodnotu infrastruktuře NAC, která pak na Intune pošle dotaz s touto hodnotou, aby se určilo, jestli je zařízení zaregistrované a jestli dodržuje předpisy.

Cisco AnyConnect nemůže k ID zařízení přistupovat přímo, takže abyste mohli povolit NAC, musí se tato hodnota zahrnout do profilu sítě VPN.", "nacIdHeaderCitrixToolTip": "ID zařízení se zašifruje a zahrne do profilu sítě VPN. Když se uživatel pokusí připojit k síti VPN, Citrix SSO předá tuto hodnotu infrastruktuře NAC, která pak na Intune pošle dotaz s touto hodnotou, aby se určilo, jestli je zařízení zaregistrované a jestli dodržuje předpisy.

Citrix SSO nemůže k ID zařízení přistupovat přímo, takže abyste mohli povolit NAC, musí se tato hodnota zahrnout do profilu sítě VPN.", @@ -6016,6 +6028,15 @@ "shutdown": "Vypnout", "signatureUpdateIntervalInHoursName": "Interval aktualizací bezpečnostní analýzy (v hodinách)", "signingCertificateType": "Typ podpisového certifikátu", + "silentCertAccessAddApps": "Přidat aplikace", + "silentCertAccessApplicationsName": "Aplikace", + "silentCertAccessMaxAppsWarn": "Vyberte maximálně 50 aplikací, kterým chcete udělit přístup k tichému certifikátu", + "silentCertAccessMinAppsWarn": "Vyberte alespoň jednu aplikaci, které chcete udělit přístup k tichému certifikátu.", + "silentCertAccessSpecificApps": "Udělovat bezobslužně pro konkrétní aplikace (vyžadovat schválení uživatelem pro jiné aplikace)", + "silentCertAccessTabName": "Aplikace", + "silentCertAccessTypeDescription": "Zvolit způsob udělení přístupu k certifikátu aplikacím", + "silentCertAccessTypeName": "Přístup k certifikátu", + "silentCertAccessUserApproval": "Vyžadovat schválení uživatelem pro všechny aplikace", "simpleDownloadOption": "Jednoduchý režim stahování bez partnerů (99)", "simultaneousMultiThreadingName": "Souběžný multithreading", "singleAppModeAppNameDescription": "Název aplikace", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Edice Windows 10/11 Pro for Workstations N", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "Pokud tuto možnost vyberete, vyjadřujete souhlas s tím, že při použití tohoto operačního systému na zařízení buď (1) byla v multilicenčním programu zakoupena platná licence Windows, nebo (2) jste oprávněný zástupce organizace s pravomocí přijímat jejím jménem příslušné licenční podmínky pro software společnosti Microsoft. Tyto podmínky najdete tady {0}.", "windowsAppNonComplianceTypeDescription": "Doporučujeme, abyste uživatele požádali o přijetí podmínek použití, čímž vezmou na vědomí, že bude blokována instalace některých aplikací. K určení aplikací pro Windows Phone, které se nespravují přes Intune a které si uživatelé nemůžou nainstalovat, použijte seznam blokovaných aplikací. Pokud jde o seznam povolených aplikací, je třeba všechny aplikace, včetně těch, co jsou na Portálu společnosti, a všech nasazených aplikací, přidat ve formátu adresy URL z obchodu s aplikacemi.", "windowsAppUrlExample": "třeba https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "Tato nastavení fungují pro zařízení s pracovními profily vlastněná společností a používají se jenom pro osobní využití.", "workProfileRequirePasswordDescription": "Nastaví, jestli se k používání pracovních aplikací vyžaduje heslo. Heslo se může lišit od hesla zařízení. Vyžaduje Android 7.0+. ", "workProfileRequirePasswordName": "Vyžadovat heslo pracovního profilu", + "workProfileRequiredPasswordComplexityDescription": "Zadejte požadovanou složitost hesla.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "Zadejte požadovaný typ hesla.", "workProfileRequiredPasswordTypeName": "Požadovaný typ hesla", "workspaceIDName": "ID pracovního prostoru", @@ -7601,7 +7626,7 @@ "isMamEnabled": "Je MAM povolený?", "itemsCount": "Počet položek: {0}", "jailbrokenRootedDevices": "Zařízení s jailbreakem nebo rootem", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "Datum poslední změny", "lastReportedDate": "Datum poslední sestavy", "lastSync": "Poslední synchronizace", "lastSyncGmt": "Poslední synchronizace (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "ID zařízení MDM", "mdmWipInvalidVersionSettings": "Nejméně jedna aplikace má neplatné definice minimální a maximální verze.

Zásady Windows Information Protection With Enrollment podporují možnost zadat jenom minimální nebo maximální verzi, pokud se obě verze nezadají jako ekvivalentní. Když se zadá jenom minimální verze, pravidlo se nastaví pro verzi, která bude stejná nebo vyšší než minimální verze. Podobně, když se zadá jenom maximální verze, pravidlo se nastaví pro verzi, která bude stejná nebo nižší než maximální verze.", "mdmWipReport": "Sestava pro MDM Windows Information Protection", + "microsoftDefenderForEndpoint": "Microsoft Defender pro koncové body", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Minimální verze aplikace", "minMaxValidation": "Pokud je akce stejná, musí být minimální verze operačního systému nižší než maximální verze operačního systému.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Minimální verze Portálu společnosti", "minimumDeviceSelection": "Je třeba vybrat aspoň 1 zařízení.", "mobileAppCRUDpermission": "Oprávnění mobilní aplikace číst, vytvářet a přiřazovat ", + "mobileThreatDefenseNonMicrosoft": "Ochrana před mobilními hrozbami (jiná než od Microsoftu)", "monitor": "Sledovat", "moreApps": "Další aplikace", "moreAppsTextBoxTooltip": "Sem přidejte obchodní aplikace, pokud nemáte přístup k úplnému portálu Intune.", - "mtdConnectorInfoBox1": "Důležité! Ujistěte se, jestli je konektor ochrany před mobilními hrozbami nastavený tak, aby data organizace na základě hodnocení hrozeb z připojených služeb ochrany před mobilními hrozbami správně zabezpečil.", + "mtdConnectorInfoBox1": "Důležité! Ujistěte se, jestli je konektor ochrany před mobilními hrozbami (MTD) nastavený tak, aby data organizace na základě hodnocení hrozeb z připojených služeb ochrany před mobilními hrozbami správně zabezpečil.", "mtdConnectorInfoBox2": "Další informace o ochraně před mobilními hrozbami pro nezaregistrovaná zařízení.", + "mtdConnectorInfoBox3": "Pokud má váš tenant nastavené připojení ke službě Microsoft Defender for Endpoint i službě MTD (která není od Microsoftu) a nenakonfiguruje primární službu MTD nebo dojde ke konfliktu při cílení na uživatele, výchozí nastavení bude Microsoft Defender for Endpoint.", "name": "Název", "networkBoundariesInfoBoxText": "Pokud chcete povolit připojení TLS, pomocí kterých se osobní aplikace připojují přes určitou IP adresu přímo k prostředku cloudu, přidejte do seznamu prostředků cloudu /*AppCompat*/.", "networkBoundariesInfoParagraph1": "Zvolte, kde můžou chráněné aplikace přistupovat k podnikovým datům ve vaší síti.", @@ -7735,6 +7763,7 @@ "portNumber": "Číslo portu", "portNumberDesc": "Port zadaný v adrese proxy serveru", "prefix": "Předpona", + "primaryMtdService": "Primární služba MTD", "productName": "Název produktu", "properties": "Vlastnosti", "protected": "Chráněno", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "Prostředky, které se mají vytvořit", "restrictWebContentNo": "Libovolná aplikace", "restrictWebContentOption2": "{0}: Povolit webové odkazy v jakékoli aplikaci", - "rootCertificate": "Root Certificate", + "rootCertificate": "Kořenový certifikát", "safetyNetDeviceAttestation": "Ověření zařízení SafetyNet", "saveAppsNotificationText": "Ukládají se vybrané aplikace", "saveChangesCommandText": "Uložit", @@ -7813,6 +7842,7 @@ "setting": "Nastavení", "settingName": "Název nastavení", "settings": "Nastavení", + "settingsCatalog": "Katalog nastavení", "settingsSelectorLabel": "Nastavení", "silent": "Tiché", "specificUserIsLicensedIntune": "{0} má licenci pro Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Spravováno zásadou", "targetediOSUserPartTitle": "Stav uživatele pro iOS", "threatCategory": "Kategorie hrozby", + "tileDeprecated": "Tato dlaždice je zastaralá. Odeberte ji prosím ze svého řídicího panelu.", "timeColumnLabel": "Čas", "timebombLabel": "Doba v offline režimu před vymazáním dat (ve dnech)", "timebombToolTip": "Po zadaném počtu dní, kdy se zařízení nesynchronizuje s Intune, Windows provede selektivní vymazání zařízení. Tím dojde ke zrušení registrace aplikací v MAM a odebrání šifrovaných a chráněných firemních dat. Výchozí hodnotou pro toto nastavení je 90 dní. Když se hodnota nastaví na 0, nastavení se zakáže.", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Zásady ochrany aplikací systému Windows 10 a novějšího", "windows10PlatformLabel": "Windows 10 a novější", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 a novější", "windowsInformationProtectionPlatformLabel": "Windows Information Protection", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Určuje seznam přípon souborů, aby se soubory, které tyto přípony mají, šifrovaly při kopírování ze sdílené složky SMB v rámci hranic firmy definovaných seznamem síťových umístění. Když se tyto zásady nezadají, použije se stávající chování automatického šifrování. Pokud se tyto zásady nakonfigurují, budou se šifrovat jen soubory, které mají přípony uvedené v seznamu.", "wipStoreApps": "Aplikace pro Store", "wipWeAppsListInfo": "Tyto aplikace můžou přistupovat k podnikovým datům a budou se chovat jinak, když se použijí spolu s nepovolenými, nepodnikovými nebo čistě osobními aplikacemi. Na zařízeních bez MDM se povolují jenom aplikace s nativní podporou WIP.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Než se budou moct zásady systému Windows 10 a novějšího projevit, nastavte adresy URL pro MAM v AAD na Microsoft Intune. To se dělá tak, že zvolíte Obnovit výchozí adresy URL a definujete obor uživatele.", "wipWebsiteLearningTitle": "Referát o webu pro Windows Information Protection", "wipeData": "Vymazat data", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Použít vlastní skript zjišťování", "runAs32Bit": "Na 64bitových klientech spouštět skript jako 32bitový proces", "runAs32BitTooltip": "Pokud chcete na 64bitových klientech spouštět skript jako 32bitový proces, vyberte Ano. Pokud ho na těchto klientech chcete spouštět jako 64bitový proces, vyberte Ne (výchozí). 32bitoví klienti budou skript spouštět jako 32bitový proces.", + "scriptContent": "Script content", "scriptFile": "Soubor skriptu", "scriptFileNotSelectedValidation": "Nevybral se žádný soubor skriptu.", "scriptFileTooltip": "Vyberte powershellový skript, který zjistí přítomnost aplikace v klientovi. Aplikace se bude považovat za zjištěnou, když skript vrátí ukončovací kód s hodnotou 0 a zapíše řetězcovou hodnotu na STDOUT.", @@ -8307,9 +8342,6 @@ "string": "Řetězec", "version": "Verze" }, - "ScriptContent": { - "emptyMessage": "Obsah skriptu by neměl být prázdný." - }, "duplicateName": "Název skriptu {0} se už používá. Zadejte prosím jiný název.", "enforceSignatureCheck": "Vynutit kontrolu podpisu skriptu", "enforceSignatureCheckTooltip": "Pokud chcete ověřit, že skript je podepsaný důvěryhodným vydavatelem, který umožní skriptu běžet bez toho, aby se zobrazovaly výzvy nebo upozornění, vyberte Ano. Skript se spustí neblokovaný. Pokud chcete skript spustit s potvrzením koncového uživatele, ale bez ověření podpisu, vyberte Ne (výchozí).", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Vyberte operátor pro porovnání požadavků.", "requirementMethod": "Vyberte typ výstupních dat.", "requirementMethodTooltip": "Vyberte datový typ, který se použije při určování požadavku na shodu zjišťování.", + "scriptContent": "Script content", "scriptFile": "Soubor skriptu", "scriptFileTooltip": "Vyberte powershellový skript, který zjistí přítomnost aplikace v klientovi. Když se aplikace zjistí, proces požadavku poskytne ukončovací kód s hodnotou 0 a zapíše řetězcovou hodnotu na STDOUT.", "scriptName": "Název skriptu", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Přidat kontext ověřování", + "deleteDisallowed": "Tento kontext ověřování nemůžete odstranit, dokud na něj odkazují zásady podmíněného přístupu.", "descPlaceholder": "Přidat popis kontextu ověřování", "modifyTitle": "Upravit kontext ověřování", "namePlaceholder": "Např. Důvěryhodné umístění, Důvěryhodné zařízení, Silná autorizace", @@ -8396,15 +8430,15 @@ "description": "Popis", "documentation": "Dokumentace", "getStarted": "Začínáme", - "label": "Kontext ověřování (Preview)", - "menuLabel": "Kontext ověřování (Preview)", + "label": "Kontext ověřování", + "menuLabel": "Kontext ověřování", "name": "Název", "noAuthContextConfigured": "Nebyly nakonfigurovány žádné kontexty ověřování.", "noAuthContextSet": "Neexistují žádné kontexty ověrování", "noData": "Nejsou k dispozici žádné kontexty ověřování, které by se daly zobrazit.", "selectionInfo": "Kontext ověřování se používá k zabezpečení dat a akcí v aplikacích, jako jsou SharePoint a Microsoft Cloud App Security.", "step": "Krok", - "tabDescription": "Pokud chcete ve svých aplikacích chránit data a akce, spravujte kontext ověřování. [Další informace][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Spravujte kontext ověřování, abyste zajistili ochranu dat a akcí ve vašich aplikacích. Kontexty ověřování nelze odstranit, dokud na ně odkazují zásady podmíněného přístupu. [Další informace][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Označit prostředky pomocí kontextu ověřování" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Host nebo externí uživatelé", "internalGuestLabel": "Místní uživatelé typu host", "otherExternalUserLabel": "Další externí uživatelé", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (Preview)", + "serviceProviderUsersLabel": "Uživatelé poskytovatele služeb" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Metoda vyhledání země", + "ariaLabel": "Metoda vyhledávání země/oblasti", "gps": "Určení polohy podle souřadnic GPS", "info": "Když se nakonfiguruje podmínka polohy zásad podmíněného přístupu, uživatelům se zobrazí výzva aplikace Authenticator, aby sdíleli svou polohu GPS. ", "ip": "Zjistit polohu podle IP adresy (jen protokol IPv4)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Umožňuje nakonfigurovat úrovně rizika instančního objektu potřebné k vynucení zásad ​", "infoBalloonContent": "Konfigurace rizika instančního objektu pro použití zásad na vybrané úrovně rizika", - "title": "Riziko instančního objektu (Preview)" + "title": "Riziko instančního objektu" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Povolit nebo zakázat Nepřetržité vyhodnocování přístupu", "upsellInfo": "Nastavení na této stránce už nemůžete změnit a všechna zdejší nastavení by se měla ignorovat. Vaše předchozí nastavení bude respektováno. Nastavení CAE můžete do budoucna nakonfigurovat v části Podmíněný přístup. Další informace získáte kliknutím sem." }, + "SamlReauth": { + "Filter": { + "warning": "Cílíte na aplikace pomocí dynamického dotazu. Některé aplikace nemusí být podporované pro použití s ovládacím prvkem relace „frekvence přihlašování pokaždé“. {0}Přečtěte si další informace o doporučených scénářích.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "Seznam atributů na zařízení použitých během přihlašování." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "Nevybral se žádný tenant", + "selectOrganization": "Vyberte organizaci.", + "tenantIdWithPlaceholder": "ID tenanta: {0}", + "tenantSelectionRequired": "Vyžaduje se tenant" }, "advancedTabText": "Upřesnit", "allCloudAppsErrorBox": "Když se vybere oprávnění Požadovat změnu hesla, musí se vybrat i možnost Všechny cloudové aplikace.", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "Příklad: uri:contoso.com:level3", "appEnforceInfoBubble": "Omezení vynucená aplikací můžou vyžadovat další konfiguraci v cloudových aplikacích. Omezení budou platit jenom pro nové relace.", "appNotSetSeletorLabel": "0 vybraných aplikací", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "Tato aplikace nepodporuje řízení relace frekvence přihlašování pokaždé.", "applyConditionClientAppInfoBalloonContent": "Konfigurace klientských aplikací tak, aby se dané zásady používaly pro konkrétní klientské aplikace", "applyConditionDevicePlatformInfoBalloonContent": "Konfigurace platforem zařízení tak, aby se dané zásady používaly pro konkrétní platformy", "applyConditionDeviceStateInfoBalloonContent": "Konfigurace stavu zařízení tak, aby se dané zásady používaly pro konkrétní stavy zařízení", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "Rozsahy IP adres", "downloadExampleFileName": "Příklad", "downloadExampleHeader": "Toto je ukázkový soubor s ukázkami typů dat, které se dají přijmout. Řádky, které začínají znakem #, se budou ignorovat.", + "duplicate": "Duplikovat", + "duplicatePolicyName": "{0} – KOPIE", "endDatePickerLabel": "Končí", "endTimePickerLabel": "Koncový čas", - "enterCountryText": "IP adresa a země se vyhodnocují v páru. Vyberte zemi.", - "enterIpText": "IP adresa a země se vyhodnocují v páru. Zadejte IP adresu.", + "enterCountryText": "IP adresa a země/oblast se vyhodnocují v páru. Vyberte zemi.", + "enterIpText": "IP adresa a země/oblast se vyhodnocují v páru. Zadejte IP adresu.", "enterUserText": "Nevybral se žádný uživatel. Vyberte nějakého uživatele.", "evaluationResult": "Výsledek hodnocení", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Informace", "invalidCertDuration": "Neplatná doba platnosti certifikátu", "invalidIpAddress": "Hodnotou musí být platná IP adresa.", - "invalidReAuthSignInRiskOptionSelected": "Kontrolní prvek relace „Frekvence přihlášení (pokaždé)“ nepovoluje výběr „bez rizika“ v ovládacím prvku podmínky „Úroveň rizika přihlášení“.", + "invalidReAuthSignInRiskOptionSelected": "Kontrolní prvek relace „Frekvence přihlášení (pokaždé)“ nepovoluje výběr „bez rizika“ v ovládacím prvku podmínky „Riziko přihlášení“.", "invalidUriErrorMsg": "Zadejte prosím platný identifikátor URI. Příklad: uri:contoso.com:acr ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "Toto zobrazení je zastaralé. Přejděte do nového a vylepšeného zobrazení Pojmenovaná umístění.", "namedLocationsHelpDescription": "Pojmenovaná umístění se používají v sestavách zabezpečení, aby se snížil počet falešně pozitivních výsledků, a v zásadách Podmíněného přístupu Azure AD.\n[Další informace][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Přidat nový rozsah IP adres (např.: 40.77.182.32/27)", - "namedNetworkCountryNeeded": "Je třeba vybrat aspoň jednu zemi.", + "namedNetworkCountryNeeded": "Je třeba vybrat aspoň jednu zemi/oblast.", "namedNetworkDeleteCommand": "Odstranit", "namedNetworkDeleteDescription": "Opravdu chcete odstranit síť {0}? Tato akce je nevratná.", "namedNetworkDeleteTitle": "Jste si jistí?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Umístění", "policyConditionLocationDescription": "Lokalita, ze které se uživatel přihlašuje (určuje se podle rozsahu IP adres)", "policyConditionLocationPreview": "Umístění (Preview)", - "policyConditionSigninRisk": "Úroveň rizika přihlášení", + "policyConditionSigninRisk": "Riziko přihlášení", "policyConditionSigninRiskDescription": "Pravděpodobnost, že se přihlašuje někdo jiný než daný uživatel. Úroveň rizika může být vysoká, střední nebo nízká. Vyžaduje licenci Azure AD Premium 2.", - "policyConditionUserRisk": "Úroveň rizika uživatele", + "policyConditionUserRisk": "Riziko uživatele", "policyConditionUserRiskDescription": "Umožňuje nakonfigurovat úrovně rizika uživatelů potřebné k vynucování zásad.", "policyConditioniClientApp": "Klientské aplikace", "policyControlAllowAccessDisplayedName": "Udělit přístup", @@ -9875,7 +9918,7 @@ "whatIfClassicPoliciesWarning": "Tento nástroj nevyhodnocuje klasické zásady.", "whatIfClientAppInfo": "Klientská aplikace, ze které se uživatel přihlašuje. Příklad: Prohlížeč", "whatIfCountry": "Země/oblast", - "whatIfCountryInfo": "Země, ze které se uživatel přihlašuje", + "whatIfCountryInfo": "Země/oblast, ze které se uživatel přihlašuje.", "whatIfDevicePlatformInfo": "Platforma zařízení, ze které se uživatel přihlašuje", "whatIfDeviceStateInfo": "Stav zařízení, ze kterého se uživatel přihlašuje", "whatIfEnterIpAddress": "Zadat IP adresu (např.: 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Uživatelé a skupiny", "whatIfIpAddress": "IP adresa", "whatIfIpAddressInfo": "IP adresa, ze které se uživatel přihlašuje", - "whatIfIpCountryInfoBoxText": "Pokud používáte IP adresu nebo zemi, budou se vyžadovat obě pole, která by si měla vzájemně odpovídat.", + "whatIfIpCountryInfoBoxText": "Pokud používáte IP adresu nebo zemi/oblast, budou se vyžadovat obě pole, která by si měla vzájemně odpovídat.", "whatIfPolicyAppliesTab": "Zásady, které se použijí", "whatIfPolicyAppliesTabWithCount": "Použitelné zásady ({0})", "whatIfPolicyDoesNotApplyTab": "Zásady, které se nepoužijí", "whatIfPolicyDoesNotApplyTabWithCount": "Nepoužitelné zásady ({0})", "whatIfReasons": "Důvody, proč se tyto zásady nepoužijí", "whatIfSelectClientApp": "Vybrat klientskou aplikaci...", - "whatIfSelectCountry": "Vybrat zemi...", + "whatIfSelectCountry": "Vyberte zemi nebo oblast…", "whatIfSelectDevicePlatform": "Vybrat platformu zařízení...", "whatIfSelectPrivateLink": "Vyberte Private Link...", "whatIfSelectServicePrincipalRisk": "Vyberte riziko pro objekt služby…", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Identity úloh (Preview)", + "workloadIdentitiesLicenseText": "K úpravám těchto zásad se vyžaduje licence P1 nebo P2 k identitám úloh úrovně Premium.", "workloadIdentity": "Identita úlohy" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Nakonfigurujte zařízení pro počáteční zřizování a přiřaďte je uživatelům.", + "title": "Příprava zařízení" + }, + "EnrollmentSettings": { + "description": "Nakonfigurujte nastavení registrace, jako jsou blokování registrace a přiřazování k uživatelům.", + "title": "Nastavení registrace" + }, "coManagementAuthorityDesc": "Konfigurovat nastavení spolusprávy pro integraci Configuration Manageru", "coManagementAuthorityTitle": "Nastavení spolusprávy ", "deploymentProfiles": "Profily nasazení Windows AutoPilot", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "Maximální délka adresy URL informací je 1024 znaků.", "installAsManaged": "Instalovat jako spravované", "installationSourceLabel": "Typ aplikace", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Zobrazit na Portálu společnosti jako vybranou aplikaci", "isMAMEnabledToggleLabel": "Ano", "lastModifiedDateTime": "Čas poslední aktualizace", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Nastavení" }, "infoBoxText": "Jediným vyhrazeným ovládacím prvkem aktualizace pro zvýšení kvality, který je kromě stávající zásady aktualizačního okruhu pro systém Windows 10 a novější aktuálně k dispozici, je možnost urychleně zpracovat aktualizace pro zvýšení kvality na zařízeních, která překračují zadanou úroveň opravy. Další ovládací prvky budou k dispozici v budoucnu.", + "licenseLearnMoreText": "Přečtěte si další informace o požadavcích a zásadách aktualizace pro zvýšení kvality.", + "licenseWarningBoxText": "Vytváření zásad aktualizace pro zvýšení kvality vyžaduje konkrétní licencování.", "warningBoxText": "I když urychlené zpracování aktualizací softwaru můžete zkrátit čas na to, aby se v případě potřeby dosáhlo shody s předpisy, má větší dopad na produktivitu koncového uživatele. Výrazně se zvýší pravděpodobnost, že během pracovní doby dojde k restartování." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Nastavení konfigurace Edge", @@ -10660,6 +10740,23 @@ "withEnrollment": "S registrací", "withoutEnrollment": "Bez registrace" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Autor", + "template": "Název šablony" + } + }, + "SettingsCatalog": { + "subtitle": "Začněte od začátku a vyberte požadovaná nastavení z knihovny dostupných nastavení", + "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.", + "title": "Šablony" + }, + "noData": "Nepovedlo se najít žádné šablony zásad" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online Desktop Client", "visioProRetail": "Visio Online Plan 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "S registrací", "withoutEnrollment": "Bez registrace" }, + "DisplayRoleTypes": { + "builtInRole": "Předdefinovaná role", + "customCloudPCRole": "Vlastní role Windows 365", + "customIntuneRole": "Vlastní role Intune", + "customRole": "Vlastní role" + }, "InstallContextType": { "device": "Zařízení", "deviceContext": "Kontext zařízení", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Aktualizovat při dalším ohlášení", "duringTimeWindows": "Aktualizovat v naplánovaný čas", - "header": "Ve výchozím nastavení, když se k zařízení přiřadí zásady aktualizace softwaru iOS/iPadOS, nasadí Intune nejnovější aktualizace ve chvíli, kdy se zařízení ohlásí (přibližně každých 8 hodin). Místo toho můžete vytvořit týdenní plán s vlastními počátečními a koncovými časy. Pokud se rozhodnete, že aktualizace budou probíhat mimo naplánovaný čas, Intune nebude aktualizace nasazovat, dokud naplánovaný čas neskončí.", + "header": "Když se k zařízení přiřadí zásady aktualizace, Intune ve výchozím nastavení nasadí nejnovější aktualizace ve chvíli, kdy se zařízení ohlásí. Místo toho můžete vytvořit týdenní plán s vlastními počátečními a koncovými časy. Pokud se rozhodnete, že aktualizace budou probíhat mimo naplánovaný čas, Intune nebude aktualizace nasazovat, dokud naplánovaný čas neskončí.", "infoBalloon": "Kdy dojde k aktualizacím. Pro plánování aktualizací během plánované doby nebo mimo ni je povinný další vstup.", "label": "Typ plánu", "outsideActiveHours": "Aktualizovat mimo dobu aktivního používání (starší verze)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Kontakty správce", "appPackaging": "Balení aplikace", + "businessGroups": "Obchodní skupiny", "devices": "Zařízení", "feedback": "Zpětná vazba", "gettingStarted": "Začínáme", @@ -11479,6 +11583,7 @@ "cartProfiles": "Profily košíků", "certificateConnectors": "Konektory certifikátů", "chromeEnterprise": "Chrome Enterprise (Preview)", + "cloudAttachedDevices": "Zařízení připojená cloudem (Preview)", "compliancePolicies": "Zásady dodržování předpisů", "complianceScriptManagement": "Skripty", "complianceScriptManagementPreview": "Skripty (Preview)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Selhání aktualizace funkcí (Preview)", "failuresForQualityUpdates": "Selhání urychlené aktualizace systému Windows (Preview)", "featureFlighting": "Publikování testovacích verzí funkcí", - "featureUpdateDeployments": "Aktualizace funkcí pro systém Windows 10 a novější (Preview)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Publikování testovacích verzí", "fotaUpdate": "Aktualizace FOTA", "groupPolicy": "Šablony pro správu", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Nedokončené registrace uživatele", "iosUpdates": "Aktualizovat zásady pro iOS/iPadOS", "legacyPcManagement": "Starší verze správy počítače", - "macOSSoftwareUpdate": "Zásady aktualizace pro macOS", - "macOSSoftwareUpdateAccountSummaries": "Stav instalace pro zařízení s macOSem", + "macOSSoftwareUpdate": "Aktualizace zásad pro macOS (Preview)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "Souhrn aktualizací softwaru", "macOSSoftwareUpdateStateSummaries": "aktualizace", "managedGooglePlay": "Spravovaný obchod Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Dodavatelé se zárukou", "wdacSupplementalPolicies": "Doplňkové zásady režimu S", "windows10DriverUpdate": "Aktualizace ovladačů pro systém Windows 10 a novější (Preview)", - "windows10QualityUpdate": "Aktualizace pro zvýšení kvality pro systém Windows 10 a novější (Preview)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Aktualizační okruhy pro Windows 10 a novější", "windows10XPolicyFailures": "Selhání zásad Windows 10X", "windows365Connector": "Konektor Citrix pro Windows 365", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Konektor Citrix pro Windows 365 (Preview)", + "windowsDiagnosticData": "Data Windows", "windowsEnterpriseCertificate": "Certifikát Windows Enterprise", "windowsManagement": "Powershellové skripty", "windowsSideLoadingKeys": "Klíče pro instalaci bokem ve Windows", diff --git a/Documentation/Strings-de.json b/Documentation/Strings-de.json index 6042219..8c4f571 100644 --- a/Documentation/Strings-de.json +++ b/Documentation/Strings-de.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Lehrerzertifikate", "emailProfile": "E-Mail", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Konfiguration der Verwaltung mobiler Geräte", "extensibleSingleSignOn": "App-Erweiterung für einmaliges Anmelden", "filevault": "FileVault", "firewall": "Firewall", @@ -508,7 +507,10 @@ "deploymentSettings": "Bereitstellungseinstellungen", "groupAssignmentSettings": "Zuweisungen", "scopeSettings": "Bereichstags" - } + }, + "gradualRolloutLicenseWarning": "Für diese Funktionalität ist eine bestimmte Lizenzierung erforderlich.", + "gradualRolloutLicenseWarningEdit": "Diese Funktionalität kann weiterhin verwendet und konfiguriert werden, bis die Richtlinie gespeichert wird, ohne dass diese Funktionalität ausgewählt ist.", + "licenseLearnMoreText": "Erfahren Sie mehr über Voraussetzungen und Richtlinien für Featureupdates." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Suchen Sie im App Store nach iOS Store-Apps, die Sie mit Intune bereitstellen möchten.", "useManagedBrowser": "Wenn ein Benutzer die Web-App öffnet, wird diese bei Bedarf in einem von Intune geschützten Browser wie Microsoft Edge oder Intune Managed Browser geöffnet. Diese Einstellung gilt sowohl für iOS- als auch für Android-Geräte.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "Dies ist eine Datei, die Ihre App in einem Format enthält, das auf einem Gerät quergeladen werden kann. Gültige Pakettypen: INTUNEWIN." + "win32AppPackageFile": "Dies ist eine Datei, die Ihre App in einem Format enthält, das auf einem Gerät quergeladen werden kann. Gültige Pakettypen: INTUNEWIN.", + "winGetStoreSelectApp": "Suchen Sie im Microsoft Store Repository nach Store-Apps, die Sie mit Intune bereitstellen möchten." }, "descriptionPreview": "Vorschau", "descriptionRequired": "Die Beschreibung ist erforderlich.", @@ -800,10 +803,10 @@ "azureADDevice": "Zugeordnetes Azure AD-Gerät", "batch": "Gruppentag", "dateAssigned": "Zuweisungsdatum", - "deviceAccountFriendlyName": "Anzeigename des Gerätekontos", "deviceAccountPwd": "Gerätekontokennwort", "deviceAccountUpn": "Gerätekonto", "deviceDisplayName": "Gerätename", + "deviceFriendlyName": "Anzeigename des Geräts", "deviceName": "Gerätename", "deviceUseType": "Art der Gerätenutzung", "enrollmentState": "Registrierungsstatus", @@ -924,10 +927,10 @@ "azureADDevice": "Wechseln Sie zu den Gerätedetails für das zugeordnete Gerät. N/V bedeutet, dass kein Gerät zugeordnet ist.", "batch": "Ein Zeichenfolgenattribut, das zum Identifizieren einer Gruppe von Geräten verwendet werden kann. Das Intune-Feld für das Gruppentag wird dem OrderID-Attribut für Azure AD-Geräte zugeordnet.", "dateAssigned": "Zeitstempel, der angibt, wann das Profil dem Gerät zugewiesen wurde.", - "deviceAccountFriendlyName": "Anzeigename des Gerätekontos für Surface Hub-Geräte", - "deviceAccountPwd": "Gerätekontokennwort für Surface Hub-Geräte", - "deviceAccountUpn": "E-Mail-Adresse des Gerätekontos für Surface Hub-Geräte", + "deviceAccountPwd": "Kennwort des Gerätekontos für Surface Hub Geräte. Geben Sie bei Eingabe auch das Gerätekonto und den Anzeigenamen ein.", + "deviceAccountUpn": "E-Mail-Adresse des Gerätekontos für Surface Hub-Geräte. Geben Sie bei Eingabe auch das Kennwort und den Anzeigenamen des Gerätekontos ein.", "deviceDisplayName": "Konfigurieren Sie einen eindeutigen Namen für ein Gerät. Dieser Name wird für in Azure AD Hybrid eingebundene Bereitstellungen ignoriert. Der Gerätename stammt weiterhin aus dem Domänenbeitrittsprofil für in Azure AD eingebundene Hybridgeräte.", + "deviceFriendlyName": "Anzeigename des Geräts für Surface Hub Geräte. Geben Sie bei Eingabe auch das Gerätekonto und das Kennwort für das Gerätekonto ein.", "deviceName": "Der angezeigte Name, wenn jemand versucht hat, das Gerät zu ermitteln und eine Verbindung herzustellen.", "deviceUseType": " Das Gerät wird basierend auf Ihrer Auswahl eingerichtet. Sie können die Einstellungen später jederzeit ändern.​\r\n ", "enrollmentState": "Gibt an, ob das Gerät registriert wurde.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Fehlermeldung", "customMessageToggle": "Bei einem Zeitlimit oder Fehler benutzerdefinierte Meldung anzeigen", "enableForAutopilotOnlyToggle": "Seite nur für Geräte anzeigen, die über die Willkommensseite bereitgestellt wurden", + "installQualityUpdatesToggle": "Installieren von Windows-Qualitätsupdates (kann das Gerät neu starten)", "progressToggle": "Konfigurationsfortschritt für Apps und Profile anzeigen", "resetToggle": "Benutzern bei Installationsfehlern das Zurücksetzen des Geräts erlauben", "timeout": "Fehler anzeigen, wenn die Installation länger als die angegebene Anzahl von Minuten dauert" @@ -1367,7 +1374,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 ermöglichen.\r\nPersonenbezogene oder nicht verwaltete Daten sind hiervon nicht betroffen." }, "AndroidBiometricAuthentication": { "label": "Biometrie anstelle von PIN für Zugriff", @@ -1378,7 +1385,7 @@ "tooltip": "Das Android-Betriebssystem verwendet Fingerabdruckscans, um Benutzer von Android-Geräten zu authentifizieren. Dieses Feature unterstützt die nativen biometrischen Kontrollen auf Android-Geräten. OEM-spezifische biometrische Einstellungen, wie z. B. Samsung Pass, werden nicht unterstützt. Sofern zugelassen, müssen native biometrische Kontrollen verwendet werden, um auf Geräten mit Unterstützung dieses Features auf die App zuzugreifen." }, "AndroidOverrideFingerprint": { - "label": "PIN setzt Fingerabdruck nach Timeout außer Kraft" + "label": "Überschreiben von Biometrie mit PIN nach Timeout" }, "AppPIN": { "label": "App-PIN, wenn Geräte-PIN festgelegt ist", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Protokoll von nicht verwaltetem Browser", - "tooltip": "

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.

\r\n \r\n

Hinweis: Geben Sie nur das Protokollpräfix an. Wenn Ihr Browser Links im Format \"mybrowser://www.microsoft.com\" verlangt, geben Sie \"mybrowser\" ein.

" + "tooltip": "

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.

\r\n\r\n

Hinweis: Geben Sie nur das Protokollpräfix an. Wenn Ihr Browser Links im Format „mybrowser://www.microsoft.com“ verlangt, geben Sie „mybrowser“ ein.

" }, "CustomDialerAppDisplayName": { "label": "Name der Telefon-App" @@ -1435,7 +1442,7 @@ "tooltip": "Wählen Sie „{0}“ aus, um die Verschlüsselung von Organisationsdaten mit der Intune-Verschlüsselung auf App-Ebene zu erzwingen. \r\n
\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
\r\nHinweis: Weitere Informationen zur Intune-Verschlüsselung auf App-Ebene finden Sie unter „{2}“." }, "EncryptDataAndroid": { - "tooltip": "

Wählen Sie Erforderlich aus, um für Geschäfts-, Schul- oder Unidaten in dieser App die Verschlüsselung zu aktivieren. Intune verwendet ein OpenSSL-AES-Verschlüsselungsschema mit 256 Bit in Kombination mit dem Android-Keystore-System, um App-Daten sicher zu verschlüsseln. Die Daten werden bei Datei-E/A-Aufgaben synchron verschlüsselt. Der Inhalt im Gerätespeicher wird immer verschlüsselt. Das SDK bietet weiterhin Unterstützung für 128-Bit-Schlüssel, um Kompatibilität mit Inhalten und Apps zu gewährleisten, die ältere SDK-Versionen verwenden.

\r\n\r\n

Die Verschlüsselungsmethode ist mit FIPS 140-2 konform.

" + "tooltip": "

Wählen Sie Erforderlich 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.

\r\n\r\n

Die Verschlüsselungsmethode ist FIPS 140-2-kompatibel.

" }, "EncryptDataIos": { "tooltip1": "Wählen Sie Erforderlich 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.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Benachrichtigungen zu Organisationsdaten", - "tooltip": "

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:

\r\n

{0}: Benachrichtigungen nicht freigeben.

\r\n

{1}: Organisationsdaten nicht in Benachrichtigungen freigeben. Sofern nicht durch die Anwendung unterstützt, werden Benachrichtigungen blockiert.

\r\n

{2}: Alle Benachrichtigungen freigeben.

\r\n

Nur Android:\r\n Hinweis: Diese Einstellung gilt nicht für alle Anwendungen. Weitere Informationen finden Sie unter {3}

\r\n \r\n

Nur iOS:\r\nHinweis: Diese Einstellung gilt nicht für alle Anwendungen. Weitere Informationen finden Sie unter {4}.

" + "tooltip": "

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:

\r\n

{0}: Benachrichtigungen nicht freigeben.

\r\n

{1}: Organisationsdaten nicht in Benachrichtigungen freigeben. Sofern nicht durch die Anwendung unterstützt, werden Benachrichtigungen blockiert.

\r\n

{2}: Alle Benachrichtigungen freigeben.

\r\n

Nur Android:\r\n Hinweis: Diese Einstellung gilt nicht für alle Anwendungen. Weitere Informationen finden Sie unter {3} 

\r \n\r\n

Nur iOS:\r\nHinweis: Diese Einstellung gilt nicht für alle Anwendungen. Weitere Informationen finden Sie unter {4}.

" }, "OpenLinksManagedBrowser": { "label": "Übertragung von Webinhalt in andere Apps einschränken", - "tooltip": "

Wählen Sie eine der folgenden Optionen aus, um die Apps anzugeben, in denen diese App Webinhalte öffnen kann:

\r\n

Edge: Hiermit können Webinhalte nur in Edge geöffnet werden

\r\n

Nicht verwalteter Browser: Hiermit können Webinhalte nur in dem nicht verwalteten Browser geöffnet werden, der über die Einstellung „Protokoll von nicht verwaltetem Browser“ definiert wurde

\r\n

Beliebige App: Weblinks werden in beliebigen Apps zugelassen

" + "tooltip": "

Wählen Sie eine der folgenden Optionen aus, um die Apps anzugeben, in denen diese App Webinhalte öffnen kann:

\r\n

Microsoft Edge: Hiermit können Webinhalte nur in Microsoft Edge geöffnet werden. Erfahren Sie, wie Microsoft Edge Ihre Daten schützt.

\r\n

Nicht verwalteter Browser: Hiermit können Webinhalte nur in dem nicht verwalteten Browser geöffnet werden, der über die Einstellung „Protokoll von nicht verwaltetem Browser“ definiert wurde

\r\n

Beliebige App: Weblinks werden in beliebigen Apps zugelassen

" }, "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. " @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "Überschreiben von Biometrie mit PIN nach biometrischen Updates", - "tooltip": "Wenn die Biometrie der Klasse 3 vom Gerät unterstützt wird (weitere Informationen finden Sie hier), wenn eine Änderung der Biometrie erkannt wird, überschreibt eine PIN-Eingabeaufforderung biometrische Eingabeaufforderungen." + "tooltip": "Wenn Biometrie der Klasse 3 vom Gerät unterstützt wird (weitere Informationen hier), wenn eine Änderung der Biometrie erkannt wird, überschreibt eine PIN-Eingabeaufforderung biometrische Eingabeaufforderungen. Diese Einstellung wird erst wirksam, wenn ein biometrisches Element für den Zugriff auf die App verwendet wurde." }, "RestrictKeyboards": { "duplicatePackageError": "Die Paket-ID muss eindeutig sein.", @@ -1515,7 +1522,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.
\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 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.
\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", @@ -1606,7 +1613,7 @@ "pushNotification": "Pushbenachrichtigung an Endbenutzer senden", "remoteLock": "Nicht konformes Gerät remote sperren", "removeSourceAccessProfile": "Quellzugriffsprofil entfernen", - "retire": "Nicht konformes Gerät zurückziehen", + "retire": "Gerät zur Abkoppelungsliste hinzufügen", "wipe": "Zurücksetzen", "emailNotification": "E-Mail an Endbenutzer senden" }, @@ -1746,6 +1753,7 @@ "weeks1": "Jede Woche" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 und höher" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Geben Sie die PowerShell-Skriptdatei an. Die Dateigröße muss unter 200 KB liegen.", "uploadLabel": "Skriptspeicherort" }, + "bashScriptObjectName": "Bash-Skript", "createButtonText": "Hinzufügen", "createPowershellScriptFlowSectionName": "PowerShell-Skript hinzufügen", "customAttributeObjectName": "Benutzerdefiniertes Attribut", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "Der angegebene VPN-Client muss auf dem Gerät installiert sein und Pro-App-VPN unterstützen; andernfalls tritt ein Fehler auf. Beachten Sie, dass Sie die App im verwalteten Google Play Store genehmigen, mit Intune synchronisieren und bereitstellen müssen, damit sie installiert werden kann.", "androidDeviceOwnerCustomPasswordDescription": "Hiermit wird nur für dedizierte Geräte ein Gerätepasscode erstellt. Dieser kann 4–16 Zeichen umfassen und Ziffern, Buchstaben und Sonderzeichen enthalten.", "androidDeviceOwnerCustomPasswordName": "Benutzerdefinierter Passcode", + "androidElevenAndBelowPasswordHeader": "Android 11 und früher", + "androidElevenAndBelowPasswordHeaderDescription": "Diese Einstellungen funktionieren für Geräte mit Android 11 oder früher.", "androidEnterpriseAlwaysOnVpnClientName": "VPN-Client", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Geben Sie die Paket-ID der App im Google Play Store ein. Wenn die URL für die App im Play Store beispielsweise \"https://play.google.com/store/details?id=com.contosovpn.android.prod\" lautet, dann lautet die Paket-ID \"com.contosovpn.android.prod\".", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Paket-ID", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Ab Oktober 2020 werden einige Einstellungen auf Android-Geräten unter Android 10 und höher (mit Ausnahme von Samsung KNOX) nicht mehr unterstützt. Diese Einstellungen sind mit \"Android 9 und früher\" oder \"Samsung KNOX\" gekennzeichnet. Klicken Sie, um weitere Informationen zu erhalten.", "androidTrustedServerCertificateNamesDescription": "Dies ist der DNS-Name, der im Zertifikat verwendet wird, das vom Radius-Server während der Clientauthentifizierung beim WLAN-Zugriffspunkt verwendet wird. Wenn der vollqualifizierte Domänenname mehrere Radiusserver mit demselben DNS-Suffix aufweist, kann auch das Suffix allein verwendet werden. Hiermit können Geräte dem Serverzertifikat vertrauen, das ihnen übergeben wird. Weitere Informationen.
", "androidTrustedServerCertificateNamesName": "Radius-Servername", + "androidTwelveAndAbovePasswordHeader": "Android 12 und höher", + "androidTwelveAndAbovePasswordHeaderDescription": "Diese Einstellungen funktionieren für Geräte mit Android 12 oder höher.", + "androidTwelveDeprecationInfoBox": "Ab November 2022 werden einige Einstellungen auf Android-Geräten mit Android 12 und höher nicht mehr unterstützt. Diese Einstellungen werden mit Android 11 und früheren Versionen bezeichnet. Klicken Sie hier, um weitere Informationen zu erhalten.", "androidZebraMxConfigurationFileXmlName": "Wählen Sie eine gültige Zebra MX-XML-Datei aus.", "androidZebraMxConfigurationLearnMore": "Weitere Informationen zum Verwalten von Zebra-Geräten", "androidZebraMxConfigurationXmlName": "MX-Profil im XML-Format", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "z. B. outlook.office365.com", "exchangeActiveSyncHostName": "E-Mail-Server", "exclusionAppListColumn": "Auszuschließende App", - "expeditedCheckinEnableDescription": "Stündlichen Check-In für Geräte veranlassen", - "expeditedCheckinEnableName": "Stündlichen Check-In für Geräte veranlassen", "experienceAllowBrowserSyncSettingsDescription": "Gibt an, ob der Benutzer die Browsereinstellung zur Synchronisierung von Informationen wie z. B. Verlauf und Favoriten zwischen den Benutzergeräten aktivieren kann. Um diese Einstellung zu konfigurieren, müssen Sie die Einstellung \"Browsereinstellungen zwischen Benutzergeräten synchronisieren\" aktivieren.", "experienceAllowBrowserSyncSettingsName": "Benutzer kann Einstellungen für Browsersynchronisierung aktivieren", "experienceDoNotSyncBrowserSettingsDescription": "Wenn die Einstellung blockiert wird, ist die Standardkonfiguration (Synchronisierung von Browsereinstellungen zwischen Geräten zulassen) deaktiviert, sodass Benutzer keine Synchronisierung zwischen Geräten durchführen können. Wenn die Option \"Außerkraftsetzung durch Benutzer blockieren und aktivieren\" ausgewählt ist, können Benutzer die Administratorfestlegung außer Kraft setzen.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Erstellen Sie ein Profil, um für die zugewiesenen Geräten eine automatische Installation der neuesten macOS-Updates zu erzwingen. Diese Einstellungen legen fest, wie und wann Softwareupdates bereitgestellt werden. Dieses Profil verhindert nicht, dass Benutzer das Betriebssystem manuell aktualisieren. Updates gelten nur für Geräte, die über die automatische Geräteregistrierung von Apple (ABM oder ASM) registriert wurden.", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Weitere Informationen", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Weitere Informationen", - "macOSSoftwareUpdatePolicySupervisedName": "Erstellen Sie ein Profil, um für die zugewiesenen Geräten eine automatische Installation der neuesten macOS-Updates zu erzwingen. Diese Einstellungen legen fest, wie und wann Softwareupdates bereitgestellt werden. Dieses Profil verhindert nicht, dass Benutzer das Betriebssystem manuell aktualisieren. Updates gelten nur für Geräte, die über die automatische Geräteregistrierung von Apple (ABM oder ASM) registriert wurden.", + "macOSSoftwareUpdatePolicySupervisedName": "Erstellen Sie ein Profil, um für die zugewiesenen Geräten eine automatische Installation der neuesten macOS-Updates zu erzwingen. Diese Einstellungen bestimmen, wie und wann Softwareupdates bereitgestellt werden. Dieses Profil verhindert nicht, dass Benutzer das Betriebssystem manuell aktualisieren. Updates gelten nur für überwachte Geräte.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Wöchentlicher Zeitplan", - "macOSSoftwareUpdateSelectScheduleTypeName": "Wenn einem Gerät eine macOS-Softwareupdaterichtlinie zugewiesen wird, werden beim Einchecken standardmäßig die neuesten Updates von Intune bereitgestellt. Sie können auch einen wöchentlichen Zeitplan erstellen und einen Zeitraum angeben, in dem Geräte beim Einchecken Updates empfangen können. Wenn Sie eine Aktualisierung außerhalb des geplanten Zeitraums durchführen möchten, stellt Intune bis zum Ende des geplanten Zeitraums keine Updates bereit.", + "macOSSoftwareUpdateSelectScheduleTypeName": "Wenn einem Gerät eine Updaterichtlinie zugewiesen wird, werden die neuesten Updates von Intune standardmäßig beim Einchecken des Geräts bereitgestellt. Sie können stattdessen auch einen wöchentlichen Zeitplan mit benutzerdefinierten Start- und Endzeiten erstellen. Wenn Sie eine Aktualisierung außerhalb des geplanten Zeitraums durchführen möchten, stellt Intune bis zum Ende des geplanten Zeitraums keine Updates bereit.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Wählen Sie das Verhalten für Downloads, Installationen und/oder Benachrichtigungen für jeden Updatetyp aus.", "macOSSystemExtensionsExtensionTypeName": "Zulässige Systemerweiterungstypen", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "In einem nicht verwalteten Classroom-Kurs registrierte Schüler benötigen die Einwilligung der Lehrkraft, um den Kurs zu verlassen.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "NAT-Keep-Alive auf Hardware auslagern, wenn sich das Gerät im Standbymodus befindet", "nATKeepAliveOffloadEnableToolTip": "Wenn sich ein Gerät im Standbymodus befindet, überprüft das NAT-System regelmäßig, ob es noch mit dem VPN verbunden ist. Mit dieser Einstellung können Sie dieses Verhalten deaktivieren.", "nacIdCheckBoxLabel": "Ich stimme zu.", - "nacIdDescCisco": "Für Cisco AnyConnect muss die Intune-Geräte-ID in das VPN-Profil eingeschlossen werden, damit die Netzwerkzugriffssteuerung (NAC) aktiviert werden kann.

Ich erteile Microsoft die Erlaubnis, Geräteinformationen in das VPN-Profil einzuschließen, das von Cisco und seinen Partnern verwendet werden kann.", - "nacIdDescCitrix": "Für Citrix SSO muss die Intune-Geräte-ID in das VPN-Profil eingeschlossen werden, damit die Netzwerkzugriffssteuerung (NAC) aktiviert werden kann.

Ich erteile Microsoft die Erlaubnis, Geräteinformationen in das VPN-Profil einzuschließen, das von Citrix und seinen Partnern verwendet werden kann.", - "nacIdDescF5": "Für F5 Access muss die Intune-Geräte-ID in das VPN-Profil eingeschlossen werden, damit die Netzwerkzugriffssteuerung (NAC) aktiviert werden kann.

Ich erteile Microsoft die Erlaubnis, Geräteinformationen in das VPN-Profil einzuschließen, das von F5 Access und seinen Partnern verwendet werden kann.", + "nacIdDescCisco": "Cisco AnyConnect erfordert, dass die Intune-Geräte-ID im VPN-Profil enthalten ist, damit NAC aktiviert werden kann.

Ich gebe Microsoft die Einwilligung, Geräteinformationen in das VPN-Profil einzuschließen, die von Cisco und ihren Partnern verwendet werden können. Klicken Sie hier, um weitere Informationen zu erhalten, einschließlich welche Daten für den Dienstanbieter freigegeben werden.", + "nacIdDescCitrix": "Cisco SSO erfordert, dass die Intune-Geräte-ID im VPN-Profil enthalten ist, damit NAC aktiviert werden kann.

Ich gebe Microsoft die Einwilligung, Geräteinformationen in das VPN-Profil einzuschließen, die von Citrix und ihren Partnern verwendet werden können. Klicken Sie hier, um weitere Informationen zu erhalten, einschließlich welche Daten für den Dienstanbieter freigegeben werden.", + "nacIdDescF5": "F5 Access erfordert, dass die Intune-Geräte-ID im VPN-Profil enthalten ist, damit NAC aktiviert werden kann.

Ich gebe Microsoft die Einwilligung, Geräteinformationen in das VPN-Profil einzuschließen, die von F5 Access und ihren Partnern verwendet werden können. Klicken Sie hier, um weitere Informationen zu erhalten, einschließlich welche Daten für den Dienstanbieter freigegeben werden.", "nacIdHeader": "Netzwerkzugriffssteuerung (NAC) aktivieren", "nacIdHeaderCiscoToolTip": "Die Geräte-ID wird verschlüsselt und in das VPN-Profil eingeschlossen. Wenn der Benutzer versucht, eine Verbindung mit dem VPN herzustellen, übergibt Cisco AnyConnect diesen Wert an Ihre NAC-Infrastruktur, die mit diesem Wert eine Abfrage in Intune durchführt, um festzustellen, ob das Gerät registriert und konform ist.

Cisco AnyConnect kann nicht direkt auf die Geräte-ID zugreifen, deshalb muss dieser Wert zur Aktivierung der Netzwerkzugriffssteuerung in das VPN-Profil eingeschlossen werden.", "nacIdHeaderCitrixToolTip": "Die Geräte-ID wird verschlüsselt und in das VPN-Profil eingeschlossen. Wenn der Benutzer versucht, eine Verbindung mit dem VPN herzustellen, übergibt Citrix SSO diesen Wert an Ihre NAC-Infrastruktur. Diese führt mit diesem Wert eine Abfrage in Intune durch, um festzustellen, ob das Gerät registriert und konform ist.

Citrix SSO kann nicht direkt auf die Geräte-ID zugreifen, deshalb muss dieser Wert zur Aktivierung der Netzwerkzugriffssteuerung in das VPN-Profil eingeschlossen werden.", @@ -6016,6 +6028,15 @@ "shutdown": "Herunterfahren", "signatureUpdateIntervalInHoursName": "Intervall für Security Intelligence-Aktualisierung (in Stunden)", "signingCertificateType": "Signaturzertifikattyp", + "silentCertAccessAddApps": "Apps hinzufügen", + "silentCertAccessApplicationsName": "Anwendungen", + "silentCertAccessMaxAppsWarn": "Wählen Sie maximal 50 Apps aus, denen der automatische Zugriff auf Zertifikate gewährt werden soll.", + "silentCertAccessMinAppsWarn": "Wählen Sie mindestens eine App aus, der automatischen Zugriff auf Zertifikate gewährt werden soll.", + "silentCertAccessSpecificApps": "Für bestimmte Apps automatisch gewähren (Genehmigung durch Benutzer für andere Apps erforderlich)", + "silentCertAccessTabName": "Apps", + "silentCertAccessTypeDescription": "Wählen Sie aus, wie der Zugriff auf Zertifikate für Anwendungen gewährt wird.", + "silentCertAccessTypeName": "Zugriff auf Zertifikate", + "silentCertAccessUserApproval": "Benutzergenehmigung für alle Apps erforderlich", "simpleDownloadOption": "Einfacher Downloadmodus ohne Peering (99)", "simultaneousMultiThreadingName": "Simultanes Multithreading", "singleAppModeAppNameDescription": "Der Name der App.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations, N-Edition", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "Durch Auswahl dieser Option stimmen Sie zu, dass Sie bei Anwendung dieses Betriebssystems auf ein Gerät entweder (1) die entsprechende Windows-Lizenz durch Volumenlizenzierung erworben haben oder (2) dazu autorisiert sind, Ihre Organisation vertraglich zu binden, und in ihrem Namen die hier aufgeführten Microsoft-Software-Lizenzbedingungen akzeptieren: {0}.", "windowsAppNonComplianceTypeDescription": "Es wird empfohlen, die Benutzer zur Annahme von Nutzungsbedingungen aufzufordern, damit diese bestätigen, dass die Installation bestimmter Apps blockiert wird. Verwenden Sie die Liste blockierter Apps, um die nicht von Intune verwalteten Windows Phone-Apps anzugeben, die von Benutzern nicht installiert werden können. Der Liste zulässiger Apps müssen alle Apps, einschließlich des Unternehmensportals und aller bereitgestellten Apps, unter Verwendung des App Store-URL-Formats hinzugefügt werden.", "windowsAppUrlExample": "Beispiel: https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "Diese Einstellungen funktionieren für unternehmenseigene Arbeitsprofilgeräte und gelten nur während der persönlichen Nutzung.", "workProfileRequirePasswordDescription": "Erfordert ein Kennwort zum Verwenden von Arbeits-Apps. Dieses kann sich vom Gerätekennwort unterscheiden. (Android 7.0 und höher) ", "workProfileRequirePasswordName": "Arbeitsprofilkennwort erforderlich", + "workProfileRequiredPasswordComplexityDescription": "Hiermit wird die erforderliche Kennwortkomplexität angegeben.", + "workProfileRequiredPasswordComplexityName": "Komplexität des Arbeitsprofilkennworts", "workProfileRequiredPasswordTypeDescription": "Geben Sie den erforderlichen Kennworttyp an.", "workProfileRequiredPasswordTypeName": "Erforderlicher Kennworttyp", "workspaceIDName": "Arbeitsbereichs-ID", @@ -7601,7 +7626,7 @@ "isMamEnabled": "Ist MAM aktiviert?", "itemsCount": "{0} Elemente", "jailbrokenRootedDevices": "Geräte mit Jailbreak/entfernten Nutzungsbeschränkungen", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "Datum der letzten Änderung", "lastReportedDate": "Datum des letzten Berichts", "lastSync": "Letzte Synchronisierung", "lastSyncGmt": "Letzte Synchronisierung (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM-Geräte-ID", "mdmWipInvalidVersionSettings": "Mindestens eine App weist ungültige Definitionen für die Mindest-/Höchstversion auf.

Windows Information Protection mit Registrierungsrichtlinien unterstützt nur die Festlegung einer einzigen Mindest- oder Höchstversion, sofern nicht beide Versionen als äquivalent angegeben werden. Wenn nur die Mindestversion angegeben wird, wird die Regel als größer oder gleich der Mindestversion festgelegt. Ebenso wird die Regel als kleiner oder gleich der Höchstversion festgelegt, wenn nur die Höchstversion angegeben wird.", "mdmWipReport": "Windows Information Protection-MDM-Bericht", + "microsoftDefenderForEndpoint": "Microsoft Defender für Endpunkt", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Mindestversion für App", "minMaxValidation": "Die mindestens erforderliche Betriebssystemversion muss niedriger sein als die maximal zulässige Betriebssystemversion, wenn die Aktion identisch ist.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Mindestversion für Unternehmensportal", "minimumDeviceSelection": "Es muss mindestens 1 Gerät ausgewählt werden.", "mobileAppCRUDpermission": "Berechtigungen für mobile Apps: Erstellen, Lesen, Zuweisen", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (Nicht-Microsoft)", "monitor": "Monitor", "moreApps": "Weitere Apps", "moreAppsTextBoxTooltip": "Fügen Sie hier Branchen-Apps hinzu, wenn Sie nicht auf das vollständige Intune-Portal zugreifen können.", - "mtdConnectorInfoBox1": "Wichtig! Stellen Sie sicher, dass Ihr Mobile Threat Defense-Connector eingerichtet wurde, um die Daten Ihrer Organisation basierend auf Bedrohungsbewertungen der verbundenen Mobile Threat Defense-Dienste ordnungsgemäß zu schützen.", + "mtdConnectorInfoBox1": "Wichtig! Stellen Sie sicher, dass Ihr Mobile Threat Defense (MTD)-Connector eingerichtet wurde, um die Daten Ihrer Organisation basierend auf Bedrohungsbewertungen der verbundenen Mobile Threat Defense-Dienste ordnungsgemäß zu schützen.", "mtdConnectorInfoBox2": "Erfahren Sie mehr über Mobile Threat Defense für nicht registrierte Geräte.", + "mtdConnectorInfoBox3": "Wenn Ihr Mandant eine Verbindung sowohl mit Microsoft Defender für Endpunkt als auch mit einem MTD-Dienst (nicht von Microsoft) eingerichtet hat und keinen primären MTD-Dienst konfiguriert, oder wenn ein Konflikt bei der Ausrichtung auf einen Benutzer vorliegt, ist Microsoft Defender für Endpunkt der Standard.", "name": "Name", "networkBoundariesInfoBoxText": "Fügen Sie Ihrer Liste der Cloudressourcen /*AppCompat*/ hinzu, um TLS-Verbindungen durch persönliche Apps zu ermöglichen, die über eine IP-Adresse eine direkte Verbindung mit einer Cloudressource herstellen.", "networkBoundariesInfoParagraph1": "Wählen Sie die Stellen aus, an denen geschützte Apps auf Unternehmensdaten in Ihrem Netzwerk zugreifen können.", @@ -7735,6 +7763,7 @@ "portNumber": "Portnummer", "portNumberDesc": "Port für den in der Proxyadresse angegebenen Proxy", "prefix": "Präfix", + "primaryMtdService": "Primärer MTD-Dienst", "productName": "Produktname", "properties": "Eigenschaften", "protected": "Geschützt", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "Zu erstellende Ressourcen", "restrictWebContentNo": "Alle Apps", "restrictWebContentOption2": "{0}: Weblinks in allen Apps zulassen", - "rootCertificate": "Root Certificate", + "rootCertificate": "Stammzertifikat", "safetyNetDeviceAttestation": "SafetyNet-Gerätenachweis", "saveAppsNotificationText": "Die ausgewählten Apps werden gespeichert.", "saveChangesCommandText": "Speichern", @@ -7813,6 +7842,7 @@ "setting": "Einstellung", "settingName": "Einstellungsname", "settings": "Einstellungen", + "settingsCatalog": "Einstellungskatalog", "settingsSelectorLabel": "Einstellungen", "silent": "Lautlos", "specificUserIsLicensedIntune": "{0} ist für Microsoft Intune lizenziert.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Verwaltet durch Richtlinie", "targetediOSUserPartTitle": "Benutzerstatus für iOS", "threatCategory": "Bedrohungskategorie", + "tileDeprecated": "Diese Kachel ist veraltet. Entfernen Sie diese Kachel aus Ihrem Dashboard.", "timeColumnLabel": "Uhrzeit", "timebombLabel": "Offline-Intervall, bevor App-Daten zurückgesetzt werden (in Tagen)", "timebombToolTip": "Nach der angegebenen Anzahl von Tagen ohne Synchronisierung des Geräts mit Intune führt Windows eine selektive Zurücksetzung auf dem Gerät durch. Dadurch wird die Registrierung der Apps für die MAM-Registrierung aufgehoben, und verschlüsselte und geschützte Unternehmensdaten werden entfernt. Die Standardeinstellung ist 90 Tage. Durch Festlegen dieses Werts auf 0 wird die Einstellung deaktiviert.", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "App-Schutzrichtlinie für Windows 10 oder höher", "windows10PlatformLabel": "Windows 10 und höher", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 und höher", "windowsInformationProtectionPlatformLabel": "Windows Information Protection", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Gibt eine Liste von Dateierweiterungen an, sodass Dateien mit diesen Erweiterungen beim Kopieren aus einer SMB-Freigabe innerhalb der Unternehmensgrenzen (gemäß Definition in der Liste mit Netzwerkstandorten) verschlüsselt werden. Wenn diese Richtlinie nicht festgelegt ist, wird das vorhandene Verhalten zur automatischen Verschlüsselung angewendet. Wenn diese Richtlinie konfiguriert ist, werden nur Dateien mit den in der Liste enthaltenen Erweiterungen verschlüsselt.", "wipStoreApps": "Store-Apps", "wipWeAppsListInfo": "Diese Apps dürfen auf Ihre Unternehmensdaten zugreifen und interagieren anders, wenn sie mit unzulässigen, nicht unternehmensfähigen oder rein persönlichen Apps verwendet werden. Nur unterstützte Apps sind auf Geräten ohne MDM zulässig.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Damit Richtlinien für Windows 10 oder höher in Kraft treten können, müssen Sie die MAM-URLs in AAD auf Microsoft Intune festlegen, indem Sie Standard-URLs wiederherstellen“ auswählen und den Benutzerbereich definieren.", "wipWebsiteLearningTitle": "Website-Learning für Windows Information Protection", "wipeData": "Daten löschen", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Benutzerdefiniertes Skript für die Erkennung verwenden", "runAs32Bit": "Skript auf 64-Bit-Clients als 32-Bit-Prozess ausführen", "runAs32BitTooltip": "Wählen Sie \"Ja\", um das Skript auf 64-Bit-Clients in einem 32-Bit-Prozess auszuführen. Wählen Sie \"Nein\" (Standardeinstellung) aus, um das Skript auf 64-Bit-Clients in einem 64-Bit-Prozess auszuführen. 32-Bit-Clients führen das Skript in einem 32-Bit-Prozess aus.", + "scriptContent": "Script content", "scriptFile": "Skriptdatei", "scriptFileNotSelectedValidation": "Keine Skriptdatei ausgewählt.", "scriptFileTooltip": "Wählen Sie ein PowerShell-Skript aus, mit dem das Vorhandensein der App auf dem Client erkannt wird. Die App wird erkannt, wenn das Skript den Wert 0 als Exitcode zurückgibt und einen Zeichenfolgenwert in STDOUT schreibt.", @@ -8307,9 +8342,6 @@ "string": "Zeichenfolge", "version": "Version" }, - "ScriptContent": { - "emptyMessage": "Der Skriptinhalt darf nicht leer sein." - }, "duplicateName": "Der Skriptname \"{0}\" wird bereits verwendet. Geben Sie einen anderen Namen ein.", "enforceSignatureCheck": "Skriptsignaturprüfung erzwingen", "enforceSignatureCheckTooltip": "Wählen Sie \"Ja\" aus, um sicherzustellen, dass das Skript von einem vertrauenswürdigen Herausgeber signiert ist, damit das Skript ohne Warnungen oder Eingabeaufforderungen ausgeführt werden kann. Das Skript wird ohne Blockierung ausgeführt. Wählen Sie \"Nein\" (Standardeinstellung) aus, um das Skript mit Benutzerbestätigung, aber ohne Signaturüberprüfung auszuführen.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Wählen Sie den Operator für den Anforderungsvergleich aus.", "requirementMethod": "Ausgabedatentyp auswählen", "requirementMethodTooltip": "Wählen Sie den Datentyp aus, der beim Ermitteln einer Anforderung zur Erkennungsübereinstimmung verwendet wird.", + "scriptContent": "Script content", "scriptFile": "Skriptdatei", "scriptFileTooltip": "Wählen Sie ein PowerShell-Skript aus, mit dem das Vorhandensein der App auf dem Client erkannt wird. Wenn die App erkannt wird, stellt der Anforderungsprozess einen Exitcode mit dem Wert 0 bereit und schreibt einen Zeichenfolgenwert in STDOUT.", "scriptName": "Skriptname", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Authentifizierungskontext hinzufügen", + "deleteDisallowed": "Sie können diesen Authentifizierungskontext nicht löschen, während ihre Richtlinien für bedingten Zugriff darauf verweisen.", "descPlaceholder": "Fügen Sie eine Beschreibung für den Authentifizierungskontext hinzu.", "modifyTitle": "Authentifizierungskontext ändern", "namePlaceholder": "Beispiele: vertrauenswürdiger Speicherort, vertrauenswürdiges Gerät, starke Autorisierung", @@ -8396,15 +8430,15 @@ "description": "Beschreibung", "documentation": "Dokumentation", "getStarted": "Erste Schritte", - "label": "Authentifizierungskontext (Vorschau)", - "menuLabel": "Authentifizierungskontext (Vorschau)", + "label": "Authentifizierungskontext", + "menuLabel": "Authentifizierungskontext", "name": "Name", "noAuthContextConfigured": "Es wurden keine Authentifizierungskontexte konfiguriert.", "noAuthContextSet": "Es sind keine Authentifizierungskontexte vorhanden", "noData": "Keine Authentifizierungskontexte zur Anzeige vorhanden.", "selectionInfo": "Ein Authentifizierungskontext wird verwendet, um Anwendungsdaten und Aktionen in Apps wie SharePoint und Microsoft Cloud App Security zu schützen.", "step": "Schritt", - "tabDescription": "Verwalten Sie den Authentifizierungskontext, um Daten und Aktionen in Ihren Apps zu schützen. [Weitere Informationen][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Verwalten Sie den Authentifizierungskontext, um Daten und Aktionen in Ihren Apps zu schützen. Authentifizierungskontexte können nicht gelöscht werden, wenn von Richtlinien für bedingten Zugriff auf sie verwiesen wird. [Weitere Informationen][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Ressourcen mit einem Authentifizierungskontext markieren" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Gastbenutzer oder externe Benutzer", "internalGuestLabel": "Lokale Gastbenutzer", "otherExternalUserLabel": "Andere externe Benutzer", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (Vorschau)", + "serviceProviderUsersLabel": "Dienstanbieterbenutzer" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Methode für Länder-/Regionssuche", + "ariaLabel": "Lookup-Methode für Land/Region", "gps": "Standort anhand von GPS-Koordinaten bestimmen", "info": "Wenn die Standortbedingung einer Richtlinie für bedingten Zugriff konfiguriert ist, werden Benutzer von der Authenticator-App aufgefordert, ihren GPS-Standort freizugeben. ", "ip": "Standort anhand der IP-Adresse bestimmen (nur IPv4)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Konfigurieren der für die Erzwingung der Richtlinie erforderlichen Risikostufen des Dienstprinzipals​", "infoBalloonContent": "Konfigurieren des Dienstprinzipalrisikos zum Anwenden der Richtlinie auf die ausgewählte(n) Risikostufe(n)", - "title": "Dienstprinzipalrisiko (Vorschau)" + "title": "Dienstprinzipalrisiko" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Fortlaufende Zugriffsevaluierung aktivieren/deaktivieren", "upsellInfo": "Sie können Ihre Einstellungen auf der Seite nicht mehr ändern, und alle Einstellungen hier sollten ignoriert werden. Ihre bisherige Einstellung wird beibehalten. Sie können Ihre CAE-Einstellungen in Zukunft unter „Bedingter Zugriff“ konfigurieren. Klicken Sie hier, um weitere Informationen zu erhalten." }, + "SamlReauth": { + "Filter": { + "warning": "Sie verwenden eine dynamische Abfrage, um Anwendungen als Ziel zu verwenden. Einige Anwendungen werden möglicherweise nicht für die Verwendung mit dem Sitzungssteuerelement „Anmeldehäufigkeit jedes Mal“ unterstützt. {0}Weitere Informationen zu den empfohlenen Szenarien.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "Liste der Attribute auf dem Gerät, die bei der Anmeldung verwendet werden." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "Kein Mandant ausgewählt", + "selectOrganization": "Organisation auswählen", + "tenantIdWithPlaceholder": "Mandanten-ID: {0}", + "tenantSelectionRequired": "Mandant erforderlich" }, "advancedTabText": "Erweitert", "allCloudAppsErrorBox": "\"Alle Cloud-Apps\" muss ausgewählt werden, wenn die Zuweisung \"Kennwortänderung anfordern\" ausgewählt ist.", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "Beispiel: uri:contoso.com:level3", "appEnforceInfoBubble": "Für von der App erzwungene Einschränkungen sind möglicherweise zusätzliche Administratorkonfigurationen innerhalb der Cloud-Apps erforderlich. Die Einschränkungen treten nur für neue Sitzungen in Kraft.", "appNotSetSeletorLabel": "0 Cloud-Apps ausgewählt", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "Diese App unterstützt die Sitzungssteuerung „Anmeldehäufigkeit jedes Mal“ nicht.", "applyConditionClientAppInfoBalloonContent": "Konfigurieren Sie Client-Apps, um die Richtlinie auf bestimmte Client-Apps anzuwenden.", "applyConditionDevicePlatformInfoBalloonContent": "Konfigurieren Sie Geräteplattformen, um die Richtlinie auf bestimmte Plattformen anzuwenden.", "applyConditionDeviceStateInfoBalloonContent": "Konfigurieren Sie den Gerätezustand, um die Richtlinie auf bestimmte Gerätezustände anzuwenden.", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP-Bereiche", "downloadExampleFileName": "Beispiel", "downloadExampleHeader": "Dies ist eine Beispieldatei zu den akzeptierten Datentypen. Zeilen, die mit # beginnen, werden ignoriert.", + "duplicate": "Duplizieren", + "duplicatePolicyName": "{0} KOPIEREN", "endDatePickerLabel": "Endet", "endTimePickerLabel": "Endzeit", - "enterCountryText": "Die IP-Adresse und das Land/die Region werden zusammen ausgewertet. Wählen Sie das Land/die Region aus.", - "enterIpText": "Die IP-Adresse und das Land/die Region werden zusammen ausgewertet. Geben Sie die IP-Adresse ein.", + "enterCountryText": "IP-Adresse und Land/Region werden als Paar ausgewertet. Wählen Sie das Land aus.", + "enterIpText": "IP-Adresse und Land/Region werden zusammen ausgewertet. Geben Sie die IP-Adresse ein.", "enterUserText": "Kein Benutzer ausgewählt. Wählen Sie einen Benutzer aus.", "evaluationResult": "Auswertungsergebnis", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Info", "invalidCertDuration": "Ungültige Zertifikatdauer.", "invalidIpAddress": "Der Wert muss eine gültige IP-Adresse sein.", - "invalidReAuthSignInRiskOptionSelected": "Die Sitzungssteuerung „Anmeldehäufigkeit jedes Mal“ lässt die Auswahl „Kein Risiko“ im Bedingungssteuerelement „Risikostufe für Anmeldung“ nicht zu.", + "invalidReAuthSignInRiskOptionSelected": "Die Sitzungssteuerung „Anmeldehäufigkeit jedes Mal“ lässt die Auswahl „Kein Risiko“ im Bedingungssteuerelement „Anmelderisiko“ nicht zu.", "invalidUriErrorMsg": "Geben Sie einen gültigen URI an. Beispiel: uri:contoso.com:acr ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Standorte", "policyConditionLocationDescription": "Der Standort (ermittelt über den IP-Adressbereich), von dem aus sich der Benutzer anmeldet", "policyConditionLocationPreview": "Standorte (Vorschau)", - "policyConditionSigninRisk": "Risikostufe der Anmeldung", + "policyConditionSigninRisk": "Anmelderisiko", "policyConditionSigninRiskDescription": "Die Wahrscheinlichkeit, dass die Anmeldung von einer anderen Person als dem Benutzer stammt. Die Risikostufe kann \"Hoch\", \"Mittel\" oder \"Niedrig\" lauten. Erfordert eine Azure AD Premium 2-Lizenz.", - "policyConditionUserRisk": "Benutzerrisikostufe", + "policyConditionUserRisk": "Benutzerrisiko", "policyConditionUserRiskDescription": "Hiermit konfigurieren Sie die Benutzerrisikostufen, die für die Erzwingung der Richtlinie erforderlich sind.", "policyConditioniClientApp": "Client-Apps", "policyControlAllowAccessDisplayedName": "Zugriff gewähren", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Klassische Richtlinien werden von diesem Tool nicht ausgewertet.", "whatIfClientAppInfo": "Die Client-App, über die sich der Benutzer anmeldet. Beispiel: \"Browser\".", - "whatIfCountry": "Land", - "whatIfCountryInfo": "Das Land, von dem aus der Benutzer sich anmeldet.", + "whatIfCountry": "Land/Region", + "whatIfCountryInfo": "Das Land/die Region, von dem/der aus der Benutzer sich anmeldet.", "whatIfDevicePlatformInfo": "Die Geräteplattform, von der aus der Benutzer sich anmeldet.", "whatIfDeviceStateInfo": "Der Status des Geräts, von dem aus der Benutzer sich anmeldet.", "whatIfEnterIpAddress": "IP-Adresse eingeben (Beispiel: 40.77.182.32)", @@ -9900,7 +9943,7 @@ "whatIfPolicyDoesNotApplyTabWithCount": "Nicht anwendbare Richtlinien ({0})", "whatIfReasons": "Gründe für Nichtanwendung dieser Richtlinie", "whatIfSelectClientApp": "Client-App auswählen...", - "whatIfSelectCountry": "Land auswählen...", + "whatIfSelectCountry": "Land/Region auswählen...", "whatIfSelectDevicePlatform": "Geräteplattform auswählen...", "whatIfSelectPrivateLink": "Private Link auswählen...", "whatIfSelectServicePrincipalRisk": "Dienstprinzipalrisiko auswählen", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Workloadidentitäten (Vorschau)", + "workloadIdentitiesLicenseText": "Wenn Sie diese Richtlinie bearbeiten möchten, benötigen Sie eine Premium-P1- oder P2-Lizenz für Workloadidentitäten.", "workloadIdentity": "Workload-Identität" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Konfigurieren Sie Geräte für die anfängliche Bereitstellung, und weisen Sie sie Benutzern zu.", + "title": "Gerätevorbereitung" + }, + "EnrollmentSettings": { + "description": "Konfigurieren Sie Registrierungseinstellungen wie das Blockieren der Registrierung und das Zuweisen zu Benutzern.", + "title": "Registrierungseinstellungen" + }, "coManagementAuthorityDesc": "Hiermit werden Co-Verwaltungseinstellungen für die Configuration Manager-Integration konfiguriert.", "coManagementAuthorityTitle": "Einstellungen für die Co-Verwaltung", "deploymentProfiles": "Windows AutoPilot Deployment-Profile", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "Die maximale Länge der Informations-URL beträgt 1024 Zeichen.", "installAsManaged": "Als verwaltet installieren", "installationSourceLabel": "App-Typ", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Diese App als ausgewählte App im Unternehmensportal anzeigen", "isMAMEnabledToggleLabel": "Ja", "lastModifiedDateTime": "Uhrzeit der letzten Aktualisierung", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Einstellungen" }, "infoBoxText": "Die einzige dedizierte Qualitätsupdatesteuerung, die derzeit außer der vorhandenen Updateringrichtlinie für Windows 10 und höher verfügbar ist, ist die Möglichkeit, Qualitätsupdates für Geräte zu beschleunigen, die hinter eine bestimmte Patchebene fallen. Weitere Steuerelemente werden in Zukunft verfügbar sein.", + "licenseLearnMoreText": "Erfahren Sie mehr über Voraussetzungen und Richtlinien für Qualitätsupdates.", + "licenseWarningBoxText": "Zum Erstellen von Richtlinien für Qualitätsupdates ist eine bestimmte Lizenzierung erforderlich.", "warningBoxText": "Die Beschleunigung von Softwareupdates kann zwar dazu beitragen, bei Bedarf eine schnellere Konformität zu erzielen, sie hat aber einen größeren Einfluss auf die Produktivität der Endbenutzer. Die Wahrscheinlichkeit, dass ein Neustart während der Geschäftszeiten erfolgt, ist deutlich erhöht." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge-Konfigurationseinstellungen", @@ -10660,6 +10740,23 @@ "withEnrollment": "Mit Registrierung", "withoutEnrollment": "Ohne Registrierung" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Autor", + "template": "Name der Vorlage" + } + }, + "SettingsCatalog": { + "subtitle": "Starten Sie ganz neu, und wählen Sie die gewünschten Einstellungen aus der Bibliothek der verfügbaren Einstellungen aus.", + "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.", + "title": "Vorlagen" + }, + "noData": "Keine Richtlinienvorlagen gefunden." + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Projekt Online-Desktopclient", "visioProRetail": "Visio Online-Plan 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "Mit Registrierung", "withoutEnrollment": "Ohne Registrierung" }, + "DisplayRoleTypes": { + "builtInRole": "Integrierte Rolle", + "customCloudPCRole": "Benutzerdefinierte Windows 365-Rolle", + "customIntuneRole": "Benutzerdefinierte Intune-Rolle", + "customRole": "Benutzerdefinierte Rolle" + }, "InstallContextType": { "device": "Gerät", "deviceContext": "Gerätekontext", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Beim nächsten Einchecken aktualisieren", "duringTimeWindows": "Update innerhalb des geplanten Zeitraums", - "header": "Wenn einem Gerät eine iOS-/iPadOS-Softwareupdaterichtlinie zugewiesen wird, werden die neuesten Updates von Intune standardmäßig beim Einchecken des Geräts bereitgestellt (etwa alle 8 Stunden). Sie können stattdessen auch einen wöchentlichen Zeitplan mit benutzerdefinierten Start- und Endzeiten erstellen. Wenn Sie eine Aktualisierung außerhalb des geplanten Zeitraums durchführen möchten, stellt Intune bis zum Ende des geplanten Zeitraums keine Updates bereit.", + "header": "Wenn einem Gerät eine Updaterichtlinie zugewiesen wird, werden die neuesten Updates von Intune standardmäßig beim Einchecken des Geräts bereitgestellt. Sie können stattdessen auch einen wöchentlichen Zeitplan mit benutzerdefinierten Start- und Endzeiten erstellen. Wenn Sie eine Aktualisierung außerhalb des geplanten Zeitraums durchführen möchten, stellt Intune bis zum Ende des geplanten Zeitraums keine Updates bereit.", "infoBalloon": "Zeitpunkt der Durchführung von Updates. Zum Planen von Updates während oder außerhalb der geplanten Zeiten ist eine zusätzliche Eingabe erforderlich.", "label": "Zeitplantyp", "outsideActiveHours": "Außerhalb der aktiven Stunden aktualisieren (Legacy)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Administratorkontakte", "appPackaging": "App-Paketierung", + "businessGroups": "Geschäftsgruppen", "devices": "Geräte", "feedback": "Feedback", "gettingStarted": "Erste Schritte", @@ -11479,6 +11583,7 @@ "cartProfiles": "Warenkorbprofile", "certificateConnectors": "Zertifikatconnectors", "chromeEnterprise": "Chrome Enterprise (Vorschau)", + "cloudAttachedDevices": "Geräte mit Cloudanbindung (Vorschau)", "compliancePolicies": "Konformitätsrichtlinien", "complianceScriptManagement": "Skripts", "complianceScriptManagementPreview": "Skripts (Vorschau)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Fehler bei Featureupdate (Vorschau)", "failuresForQualityUpdates": "Fehler bei beschleunigten Windows-Updates (Vorschau)", "featureFlighting": "Feature-Flighting", - "featureUpdateDeployments": "Featureupdates für Windows 10 und höher (Vorschau)", + "featureUpdateDeployments": "Featureupdates für Windows 10 und höher", "flighting": "Test-Flighting", "fotaUpdate": "Firmware-Over-the-Air-Update", "groupPolicy": "Administrative Vorlagen", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Unvollständige Benutzerregistrierungen", "iosUpdates": "Richtlinien für iOS/iPadOS aktualisieren", "legacyPcManagement": "Legacy-PC-Verwaltung", - "macOSSoftwareUpdate": "Updaterichtlinien für macOS", - "macOSSoftwareUpdateAccountSummaries": "Installationsstatus für macOS-Geräte", + "macOSSoftwareUpdate": "Aktualisieren von Richtlinien für macOS (Vorschau)", + "macOSSoftwareUpdateAccountSummaries": "Installationsstatus für macOS-Geräte (Vorschau)", "macOSSoftwareUpdateCategorySummaries": "Zusammenfassung der Softwareupdates", "macOSSoftwareUpdateStateSummaries": "Updates", "managedGooglePlay": "Verwaltetes Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Garantieanbieter", "wdacSupplementalPolicies": "Zusätzliche S Modus-Richtlinien", "windows10DriverUpdate": "Treiberupdates für Windows 10 und höher (Vorschau)", - "windows10QualityUpdate": "Qualitätsupdates für Windows 10 und höher (Vorschau)", + "windows10QualityUpdate": "Qualitätsupdates für Windows 10 und höher", "windows10UpdateRings": "Updateringe für Windows 10 und höher", "windows10XPolicyFailures": "Windows 10X-Richtlinienfehler", "windows365Connector": "Windows 365 Citrix-Connector", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Windows 365 Citrix-Connector (Vorschau)", + "windowsDiagnosticData": "Windows-Daten", "windowsEnterpriseCertificate": "Windows Enterprise-Zertifikat", "windowsManagement": "PowerShell-Skripts", "windowsSideLoadingKeys": "Windows-Schlüssel zum Querladen", diff --git a/Documentation/Strings-en.json b/Documentation/Strings-en.json index ec35af5..48f86c5 100644 --- a/Documentation/Strings-en.json +++ b/Documentation/Strings-en.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Teacher certificates", "emailProfile": "Email", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Mobile device management configuration", "extensibleSingleSignOn": "Single sign-on app extension", "filevault": "FileVault", "firewall": "Firewall", @@ -508,7 +507,10 @@ "deploymentSettings": "Deployment settings", "groupAssignmentSettings": "Assignments", "scopeSettings": "Scope tags" - } + }, + "gradualRolloutLicenseWarning": "This capability requires specific licensing.", + "gradualRolloutLicenseWarningEdit": "This capability may continue to be used and configured until the policy is saved without this capability selected.", + "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -649,7 +651,7 @@ "androidLink": "https://play.google.com/store/apps/details?id=com.microsoft.office.outlook", "microsoftStore": "Enter the 'Link for Intune' URL for the app provided from the store. For more information, see {0}.", "microsoftStoreLink": "https://go.microsoft.com/fwlink/?linkid=2115228", - "microsoftStoreLinkText": "Add Microsoft Store apps to Microsoft Intune", + "microsoftStoreLinkText": "Add Microsoft Store apps (legacy) to Microsoft Intune", "windows": "Enter the link to the app listing in the Microsoft Store. For example:", "windowsLink": "https://www.microsoft.com/en-us/p/microsoft-to-do-lists-tasks-reminders/9nblggh5r558" }, @@ -676,7 +678,8 @@ "selectApp": "Search the App Store for iOS store apps that you want to deploy with Intune.", "useManagedBrowser": "If required, when a user opens the web app, it will open in an Intune-protected browser such as Microsoft Edge or Intune Managed Browser. This setting applies to both iOS and Android devices.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​" + "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​", + "winGetStoreSelectApp": "Search the Microsoft Store app (new) for store apps that you want to deploy with Intune." }, "descriptionPreview": "Preview", "descriptionRequired": "Description is required.", @@ -800,10 +803,10 @@ "azureADDevice": "Associated Azure AD device", "batch": "Group tag", "dateAssigned": "Date assigned", - "deviceAccountFriendlyName": "Device account friendly name", "deviceAccountPwd": "Device account password", "deviceAccountUpn": "Device account", "deviceDisplayName": "Device name", + "deviceFriendlyName": "Device friendly name", "deviceName": "Device name", "deviceUseType": "Device-use type", "enrollmentState": "Enrollment state", @@ -924,10 +927,10 @@ "azureADDevice": "Go to device details for associated device. N/A means that there's no associated device.", "batch": "A string attribute that can be used to identify a group of devices. Intune's group tag field maps to the OrderID attribute on Azure AD devices.", "dateAssigned": "Timestamp of when the profile was assigned to the device.", - "deviceAccountFriendlyName": "Device account friendly name for Surface Hub devices", - "deviceAccountPwd": "Device account password for Surface Hub devices", - "deviceAccountUpn": "Device account email for Surface Hub devices", + "deviceAccountPwd": "Device account password for Surface Hub devices. If entered, also fill out device account and friendly name.", + "deviceAccountUpn": "Device account email for Surface Hub devices. If entered, also fill out device account password and friendly name.", "deviceDisplayName": "Configure a unique name for a device. This name will be ignored in Hybrid Azure AD joined deployments. Device name still comes from the domain join profile for Hybrid Azure AD devices.", + "deviceFriendlyName": "Device friendly name for Surface Hub devices. If entered, also fill out device account and device account password.", "deviceName": "The name shown when someone tried to discover and connect to the device.", "deviceUseType": " Device would setup based on your choice. You can always change later in settings.​\n ", "enrollmentState": "Specifies if the device has enrolled.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Error message", "customMessageToggle": "Show custom message when time limit or error occurs", "enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)", + "installQualityUpdatesToggle": "Install Windows quality updates (might restart the device)", "progressToggle": "Show app and profile configuration progress", "resetToggle": "Allow users to reset device if installation error occurs", "timeout": "Show an error when installation takes longer than specified number of minutes" @@ -1355,7 +1362,7 @@ "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", "windowsPhone81StoreApp": "Windows Phone 8.1 store app", "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app", + "windowsStoreApp": "Microsoft Store app (legacy)", "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", "windowsUniversalLobApp": "Windows Universal line-of-business app", "windowsWebApp": "Windows web link" @@ -1367,7 +1374,7 @@ }, "AndroidBackup": { "label": "Backup org data to Android backup services", - "tooltip": "Select {0} to prevent backup of org data to Android backup services. \nSelect {1} to permit backup of org data to Android backup services. \nPersonal or unmanaged data is not affected." + "tooltip": "Select {0} to prevent backup of org data to Android backup services.\nSelect {1} to permit backup of org data to Android backup services.\nPersonal or unmanaged data is not affected." }, "AndroidBiometricAuthentication": { "label": "Biometrics instead of PIN for access", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Unmanaged browser protocol", - "tooltip": "

Enter the protocol for a single unmanaged browser. Web content (http/s) from policy managed applications will open in any app that supports this protocol.

\n \n

Note: Include only the protocol prefix. If your browser requires links of the form \"mybrowser://www.microsoft.com\", enter \"mybrowser\".

" + "tooltip": "

Enter the protocol for a single unmanaged browser. Web content (http/s) from policy managed applications will open in any app that supports this protocol.

\n\n

Note: Include only the protocol prefix. If your browser requires links of the form \"mybrowser://www.microsoft.com\", enter \"mybrowser\".

" }, "CustomDialerAppDisplayName": { "label": "Dialer App Name" @@ -1435,7 +1442,7 @@ "tooltip": "Select {0} to enforce encrypting org data with Intune app layer encryption.\n
\nSelect {1} to not enforce encrypting org data with Intune app layer encryption.\n\n
\nNote: For more information on Intune app layer encryption, see {2}." }, "EncryptDataAndroid": { - "tooltip": "

Choose Require to enable encryption of work or school data in this app. Intune uses an OpenSSL, 256-bit AES encryption scheme along with the Android Keystore system to securely encrypt app data. Data is encrypted synchronously during file I/O tasks. Content on the device storage is always encrypted. The SDK will continue to provide support of 128-bit keys for compatibility with content and apps that use older SDK versions.

\n\n

The encryption method is FIPS 140-2 compliant.

" + "tooltip": "

Choose Require to enable encryption of work or school data in this app. Intune uses a wolfSSL, 256-bit AES encryption scheme along with the Android Keystore system to securely encrypt app data. Data is encrypted synchronously during file I/O tasks. Content on the device storage is always encrypted. New files will be encrypted with 256-bit keys. Existing 128-bit encrypted files will undergo a migration attempt to 256-bit keys, but the process is not guaranteed. Files encrypted with 128-bit keys will remain readable.

\n\n

The encryption method is FIPS 140-2 compliant.

" }, "EncryptDataIos": { "tooltip1": "Choose Require to enable encryption of work or school data in this app. Intune enforces iOS/iPadOS device encryption to protect app data while the device is locked. Applications may optionally encrypt app data using Intune APP SDK encryption. Intune APP SDK uses iOS/iPadOS cryptography methods to apply 128-bit AES encryption to app data.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Org data notifications", - "tooltip": "

Select one of the following options to specify how notifications for org accounts are shown for this app and any connected devices such as wearables:

\n

{0}: Do not share notifications.

\n

{1}: Do not share org data in notifications. If not supported by the application, notifications are blocked.

\n

{2}: Share all notifications.

\n

Android only:\n Note: This setting does not apply to all applications. For more information see {3} 

\n \n

iOS only:\nNote: This setting does not apply to all applications. For more information see {4}

" + "tooltip": "

Select one of the following options to specify how notifications for org accounts are shown for this app and any connected devices such as wearables:

\n

{0}: Do not share notifications.

\n

{1}: Do not share org data in notifications. If not supported by the application, notifications are blocked.

\n

{2}: Share all notifications.

\n

Android only:\n Note: This setting does not apply to all applications. For more information see {3} 

\n\n

iOS only:\nNote: This setting does not apply to all applications. For more information see {4}

" }, "OpenLinksManagedBrowser": { "label": "Restrict web content transfer with other apps", - "tooltip": "

Select one of the following options to specify the apps that this app can open web content in:

\n

Edge: Allow web content to open only in Edge

\n

Unmanaged browser: Allow web content to open only in the unmanaged browser defined by \"Unmanaged browser protocol\" setting

\n

Any app: Allow web links in any app

" + "tooltip": "

Select one of the following options to specify the apps that this app can open web content in:

\n

Microsoft Edge: Allow web content to open only in Microsoft Edge. Learn how Microsoft Edge protects your data.

\n

Unmanaged browser: Allow web content to open only in the unmanaged browser defined by \"Unmanaged browser protocol\" setting

\n

Any app: Allow web links in any app

" }, "OverrideBiometric": { "tooltip": "If required, depending on the timeout (minutes of inactivity), a PIN prompt will override biometric prompts. If this timeout value is not met, the biometric prompt will continue to show. This timeout value should be greater than the value specified under 'Recheck the access requirements after (minutes of inactivity)'. " @@ -1515,7 +1522,7 @@ }, "SaveData": { "label": "Save copies of org data", - "tooltip": "Select {0} to prevent saving a copy of org data to a new location, other than the selected storage services, using \"Save As\".\n Select {1} to permit saving a copy of org data to a new location using \"Save As\".
\n\n\nNote: This setting does not apply to all applications. For more information see {2}.\n" + "tooltip": "Select {0} to prevent saving a copy of org data to a new location, other than the selected storage services, using \"Save As\".\n Select {1} to permit saving a copy of org data to a new location using \"Save As\".
\n\n\nNote: This setting does not apply to all applications. For more information see {2}.\n" }, "SaveDataToSelected": { "label": "Allow user to save copies to selected services", @@ -1606,7 +1613,7 @@ "pushNotification": "Send push notification to end user", "remoteLock": "Remotely lock the noncompliant device", "removeSourceAccessProfile": "Remove source access profile", - "retire": "Retire the noncompliant device", + "retire": "Add device to retire list", "wipe": "Wipe", "emailNotification": "Send email to end user" }, @@ -1746,6 +1753,7 @@ "weeks1": "Every 1 week" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 and later" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Specify the PowerShell script file. File must be less than 200KB.", "uploadLabel": "Script location" }, + "bashScriptObjectName": "Bash script", "createButtonText": "Add", "createPowershellScriptFlowSectionName": "Add PowerShell script", "customAttributeObjectName": "Custom attribute", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "The specified VPN client must be installed on the device, and it must support per-app VPN; otherwise, an error will occur. Note that you will need to approve the app in the Managed Google Play Store, sync the app to Intune, and deploy it in order for it to be installed.", "androidDeviceOwnerCustomPasswordDescription": "Create a device passcode for dedicated devices only. Can be 4-16 characters and contain numbers, letters, and special characters.", "androidDeviceOwnerCustomPasswordName": "Custom passcode", + "androidElevenAndBelowPasswordHeader": "Android 11 and earlier", + "androidElevenAndBelowPasswordHeaderDescription": "These settings work for devices running Android 11 or earlier.", "androidEnterpriseAlwaysOnVpnClientName": "VPN client", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Enter the package ID of the app in the Google Play store. For example, if the URL for the app in the Play store is https://play.google.com/store/details?id=com.contosovpn.android.prod, the package ID would be com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Package ID", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Beginning in October 2020, some settings will not be supported on Android devices that are running Android 10 and later and are not Samsung Knox. These settings are labeled with Android 9 and earlier or Samsung Knox. Click to learn more.", "androidTrustedServerCertificateNamesDescription": "This is the DNS name used in the certificate presented by the Radius Server during client authentication to the Wifi access point. If you have multiple Radius servers which have the same DNS suffix in their fully qualified domain name then the suffix alone may also be used. This allows devices to trust the server certificate presented to them. Learn more.
", "androidTrustedServerCertificateNamesName": "Radius server name", + "androidTwelveAndAbovePasswordHeader": "Android 12 and later", + "androidTwelveAndAbovePasswordHeaderDescription": "These settings work for devices running Android 12 or later.", + "androidTwelveDeprecationInfoBox": "Beginning in November 2022, some settings are not supported on Android devices that are running Android 12 and later. These settings are labeled with Android 11 and earlier. Click to learn more.", "androidZebraMxConfigurationFileXmlName": "Choose a valid Zebra MX XML file", "androidZebraMxConfigurationLearnMore": "​Learn more about managing Zebra devices", "androidZebraMxConfigurationXmlName": "MX profile in .xml format", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "e.g. outlook.office365.com", "exchangeActiveSyncHostName": "Email server", "exclusionAppListColumn": "App to exclude", - "expeditedCheckinEnableDescription": "Make devices check in every hour", - "expeditedCheckinEnableName": "Make devices check in every hour", "experienceAllowBrowserSyncSettingsDescription": "Specifies whether user can turn on browser setting to sync using the sync your settings options to sync information such as history and favorites between user’s devices. To configure this setting you must enable “Sync browser settings between user’s devices” setting.", "experienceAllowBrowserSyncSettingsName": "User can turn on sync browser settings​", "experienceDoNotSyncBrowserSettingsDescription": "When blocked, the default configuration (allow sync browser settings between devices) is turned off so that users cannot sync between devices. When \"block and enable user override\" is selected, user can override admin designation.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to devices enrolled through Apple's Automated Device Enrollment (with ABM or ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Learn More", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Learn More", - "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to devices enrolled through Apple's Automated Device Enrollment (with ABM or ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Weekly schedule", - "macOSSoftwareUpdateSelectScheduleTypeName": "By default, when a macOS Software Updates policy is assigned to a device, Intune deploys the latest updates at device check-in. You can also create a weekly schedule and specify a period of time when devices can check-in and receive updates. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", + "macOSSoftwareUpdateSelectScheduleTypeName": "By default, when an update policy is assigned to a device, Intune deploys the latest updates at device check-in. You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Select how downloads, installations, and/or notifications should occur for each type of update.", "macOSSystemExtensionsExtensionTypeName": "Allowed system extension types", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Students enrolled in an unmanaged Classroom course must get teacher consent to leave the course.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Offload NAT keepalive to hardware when device is asleep", "nATKeepAliveOffloadEnableToolTip": "By default, when a device is asleep, the NAT system will continuously check to make sure it's connected to the VPN. This setting lets you disable that behavior.", "nacIdCheckBoxLabel": "I agree.", - "nacIdDescCisco": "Cisco AnyConnect requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Cisco and their partners.", - "nacIdDescCitrix": "Citrix SSO requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Citrix and their partners.", - "nacIdDescF5": "F5 Access requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by F5 Access and their partners.", + "nacIdDescCisco": "Cisco AnyConnect requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Cisco and their partners. Click to learn more, including what data is shared with the service provider.", + "nacIdDescCitrix": "Citrix SSO requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Citrix and their partners. Click to learn more, including what data is shared with the service provider.", + "nacIdDescF5": "F5 Access requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by F5 Access and their partners. Click to learn more, including what data is shared with the service provider.", "nacIdHeader": "Enable network access control (NAC)", "nacIdHeaderCiscoToolTip": "The device ID will be encrypted and included in the VPN profile. When the user attempts to connect to the VPN, Cisco AnyConnect will pass this value to your NAC infrastructure, which will then query Intune with this value to determine if the device is enrolled and compliant.

Cisco AnyConnect is unable to access the device ID directly so in order to enable NAC, this value must be included in the VPN profile.", "nacIdHeaderCitrixToolTip": "The device ID will be encrypted and included in the VPN profile. When the user attempts to connect to the VPN, Citrix SSO will pass this value to your NAC infrastructure, which will then query Intune with this value to determine if the device is enrolled and compliant.

Citrix SSO is unable to access the device ID directly so in order to enable NAC, this value must be included in the VPN profile.", @@ -6016,6 +6028,15 @@ "shutdown": "Shutdown", "signatureUpdateIntervalInHoursName": "Security intelligence update interval (in hours)", "signingCertificateType": "Signing certificate type", + "silentCertAccessAddApps": "Add apps", + "silentCertAccessApplicationsName": "Applications", + "silentCertAccessMaxAppsWarn": "Select a maximum of 50 apps to grant silent certificate access to", + "silentCertAccessMinAppsWarn": "Select at least one app to grant silent certificate access to", + "silentCertAccessSpecificApps": "Grant silently for specific apps (require user approval for other apps)", + "silentCertAccessTabName": "Apps", + "silentCertAccessTypeDescription": "Choose how certificate access is granted to applications", + "silentCertAccessTypeName": "Certificate access", + "silentCertAccessUserApproval": "Require user approval for all apps", "simpleDownloadOption": "Simple download mode with no peering (99)", "simultaneousMultiThreadingName": "Simultaneous multithreading", "singleAppModeAppNameDescription": "The name of the app.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N edition", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "By selecting this option you are agreeing that when applying this operating system to a device either (1) the applicable Windows license was purchased though volume licensing, or (2) that you are authorized to bind your organization and are accepting on its behalf the relevant Microsoft Software License Terms to be found here {0}.", "windowsAppNonComplianceTypeDescription": "We recommend asking your users to accept a Terms of Use, to acknowledge that certain apps will be blocked from installation. Use the blocked apps list to specify the Windows Phone apps not managed by Intune that users cannot install. For the allowed apps list, all apps, including the company portal and any deployed apps must be added to the list using the app store URL format", "windowsAppUrlExample": "e.g. https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "These settings work for corporate-owned work profile devices and only apply during personal usage.", "workProfileRequirePasswordDescription": "Require a password to use work apps. This can be separate from the device password. Requires Android 7.0+ ", "workProfileRequirePasswordName": "Require Work Profile Password", + "workProfileRequiredPasswordComplexityDescription": "Specify the required password complexity.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "Specify the type of password required.", "workProfileRequiredPasswordTypeName": "Required password type", "workspaceIDName": "Workspace ID", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM Device ID", "mdmWipInvalidVersionSettings": "One or more apps have invalid minimum/maximum version definitions.

Windows Information Protection With Enrollment policies support specifying only one of the minimum or maximum versions, unless both versions are specified as being equivalent. When only the minimum version is specified, the rule is set for greater than or equal to minimum version. Similarly, when only the maximum version is specified, the rule is set for lesser that equal to the maximum version.", "mdmWipReport": "MDM Windows Information Protection Report", + "microsoftDefenderForEndpoint": "Microsoft Defender For Endpoint", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Min app version", "minMaxValidation": "Minimum OS version has to be lower than the Maximum OS version, when the action is the same.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Min Company Portal version", "minimumDeviceSelection": "At least 1 device has to be selected", "mobileAppCRUDpermission": "Mobile apps read, create, and assign permission", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (Non-Microsoft)", "monitor": "Monitor", "moreApps": "More apps", "moreAppsTextBoxTooltip": "Add line-of-business apps here if you do not have access to the full Intune portal.", - "mtdConnectorInfoBox1": "Important! Make sure your Mobile Threat Defense Connector is set up in order to properly secure your organization’s data based on threat evaluations from the connected Mobile Threat Defense services.", + "mtdConnectorInfoBox1": "Important! Make sure your Mobile Threat Defense (MTD) connector is set up in order to properly secure your organization’s data based on threat evaluations from the connected Mobile Threat Defense services.", "mtdConnectorInfoBox2": "Learn more about Mobile Threat Defense for unenrolled devices.", + "mtdConnectorInfoBox3": "If your tenant has a connection set up with both Microsoft Defender for Endpoint and a MTD service (non-Microsoft) and do not configure a primary MTD service or there is a conflict when targeting a user, the default will be Microsoft Defender for Endpoint.", "name": "Name", "networkBoundariesInfoBoxText": "Add /*AppCompat*/ to your list of cloud resources to enable TLS connections by personal apps that connect directly to a cloud resource through an IP address.", "networkBoundariesInfoParagraph1": "Choose where protected apps can access enterprise data on your network.", @@ -7735,6 +7763,7 @@ "portNumber": "Port Number", "portNumberDesc": "Port for the proxy specified in proxy address", "prefix": "Prefix", + "primaryMtdService": "Primary MTD service", "productName": "Product name", "properties": "Properties", "protected": "Protected", @@ -7813,6 +7842,7 @@ "setting": "Setting", "settingName": "Setting name", "settings": "Settings", + "settingsCatalog": "Settings catalog", "settingsSelectorLabel": "Settings", "silent": "Silent", "specificUserIsLicensedIntune": "{0} is licensed for Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Managed by policy", "targetediOSUserPartTitle": "User status for iOS", "threatCategory": "Threat category", + "tileDeprecated": "This tile has been deprecated. Please remove this tile from your dashboard.", "timeColumnLabel": "Time", "timebombLabel": "Offline interval before app data is wiped (days)", "timebombToolTip": "After the specified number of days without the device syncing to Intune, Windows will perform a selective wipe on the device, which will unenroll the apps for MAM enrollment and remove encrypted and protected corporate data. The default for this setting is 90 days. Setting this value to 0 will disable the setting.", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary as defined in the network location list. When this policy is not specified, the existing auto-encryption behavior is applied. When this policy is configured, only files with the extensions in the list will be encrypted.​", "wipStoreApps": "Store apps", "wipWeAppsListInfo": "These apps are allowed to access your enterprise data and will interact differently when used with unallowed, non-enterprise aware, or personal-only apps. Only enlightened apps are allowed on devices without MDM.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Before Windows 10 and later policies can take effect, set the MAM URLs in AAD to Microsoft Intune by choosing “Restore default URLs” and defining the user scope.", "wipWebsiteLearningTitle": "Website learning for Windows Information Protection", "wipeData": "Wipe data", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Use a custom detection script", "runAs32Bit": "Run script as 32-bit process on 64-bit clients", "runAs32BitTooltip": "Select 'Yes' to run the script in a 32-bit process on 64-bit clients. Select 'No' (default) to run the script in a 64-bit process on 64-bit clients. 32-bit clients run the script in a 32-bit process.", + "scriptContent": "Script content", "scriptFile": "Script file", "scriptFileNotSelectedValidation": "No script file is selected.", "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. The app will be detected when the script both returns a 0 value exit code and writes a string value to STDOUT.", @@ -8307,9 +8342,6 @@ "string": "String", "version": "Version" }, - "ScriptContent": { - "emptyMessage": "Script content should not be empty." - }, "duplicateName": "Script name {0} has already been used. Please enter a different name.", "enforceSignatureCheck": "Enforce script signature check", "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Select the operator for the requirement comparison.", "requirementMethod": "Select output data type", "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", + "scriptContent": "Script content", "scriptFile": "Script file", "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", "scriptName": "Script name", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", "descPlaceholder": "Add description for the authentication context", "modifyTitle": "Modify authentication context", "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", @@ -8396,15 +8430,15 @@ "description": "Description", "documentation": "Documentation", "getStarted": "Get started", - "label": "Authentication context (preview)", - "menuLabel": "Authentication context (Preview)", + "label": "Authentication context", + "menuLabel": "Authentication context", "name": "Name", "noAuthContextConfigured": "No authentication contexts have been configured.", "noAuthContextSet": "There are no authentication contexts", "noData": "No authentication contexts to display", "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", "step": "Step", - "tabDescription": "Manage authentication context to protect data and actions in your apps. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Tag resources with an authentication context" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Guest or external users", "internalGuestLabel": "Local guest users", "otherExternalUserLabel": "Other external users", + "previewTag": "{0} (preview)", "serviceProviderUsersLabel": "Service provider users" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Country lookup method", + "ariaLabel": "Country/Region lookup method", "gps": "Determine location by GPS coordinates", "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", "ip": "Determine location by IP address (IPv4 only)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Configure service principal risk levels needed for policy to be enforced​", "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", - "title": "Service principal risk (Preview)" + "title": "Service principal risk" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Enable/Disable Continuous access evaluation", "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9199,6 +9239,7 @@ } }, "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", "tenantIdWithPlaceholder": "Tenant ID: {0}", "tenantSelectionRequired": "Tenant required" }, @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP Ranges", "downloadExampleFileName": "Example", "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", "endDatePickerLabel": "Ends", "endTimePickerLabel": "End time", - "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", - "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterCountryText": "IP address and Country/Region are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country/Region are evaluated in a pair. Input the IP address.", "enterUserText": "No user is selected. Select a user.", "evaluationResult": "Evaluation result", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Info", "invalidCertDuration": "Invalid cert duration", "invalidIpAddress": "Value must be a valid IP address", - "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk level\" condition control.", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", - "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkCountryNeeded": "You need to select at least one country/region", "namedNetworkDeleteCommand": "Delete", "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", "namedNetworkDeleteTitle": "Are you sure?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Locations", "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", "policyConditionLocationPreview": "Locations (Preview)", - "policyConditionSigninRisk": "Sign-in risk level", + "policyConditionSigninRisk": "Sign-in risk", "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", - "policyConditionUserRisk": "User risk level", + "policyConditionUserRisk": "User risk", "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", "policyConditioniClientApp": "Client apps", "policyControlAllowAccessDisplayedName": "Grant access", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", - "whatIfCountry": "Country", - "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfCountry": "Country/Region", + "whatIfCountryInfo": "The country/region the user is signing in from.", "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", "whatIfDeviceStateInfo": "The device state the user is signing in from", "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Users and groups", "whatIfIpAddress": "IP address", "whatIfIpAddressInfo": "IP address the user is signing in from.", - "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country/Region, both fields will be required and should correctly map together.", "whatIfPolicyAppliesTab": "Policies that will apply", "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", "whatIfReasons": "Reasons why this policy will not apply", "whatIfSelectClientApp": "Select a client app...", - "whatIfSelectCountry": "Select country...", + "whatIfSelectCountry": "Select country/region...", "whatIfSelectDevicePlatform": "Select device platform...", "whatIfSelectPrivateLink": "Select private link...", "whatIfSelectServicePrincipalRisk": "Select service principal risk...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Workload identities (preview)", + "workloadIdentitiesLicenseText": "A workload identities premium P1 or P2 license is required to edit this policy.", "workloadIdentity": "Workload identity" }, "AppResources": { @@ -9977,7 +10021,7 @@ "teamsApp": "Teams app", "webApp": "Web link", "winGetPublicApp": "Windows Package Manager Community Repository", - "winGetStoreApp": "Microsoft Store Repository", + "winGetStoreApp": "Microsoft Store app (new)", "windowsAppXLobApp": "Windows AppX line-of-business app", "windowsClassicApp": "Windows app (Win32)", "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", @@ -9986,7 +10030,7 @@ "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", "windowsPhone81StoreApp": "Windows Phone 8.1 store app", "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app", + "windowsStoreApp": "Microsoft Store app (legacy)", "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", "windowsUniversalLobApp": "Windows Universal line-of-business app", "windowsWebApp": "Windows web link" @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure devices for initial provisioning and assign to users.", + "title": "Device preparation" + }, + "EnrollmentSettings": { + "description": "Configure enrollment settings such as blocking enrollment and assign to users.", + "title": "Enrollment settings" + }, "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", "coManagementAuthorityTitle": "Co-management Settings ", "deploymentProfiles": "Windows Autopilot deployment profiles", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", "installAsManaged": "Install as managed", "installationSourceLabel": "App type", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Show this as a featured app in the Company Portal", "isMAMEnabledToggleLabel": "Yes", "lastModifiedDateTime": "Last updated Time", @@ -10235,7 +10289,7 @@ "searchAppLabel": "Select app", "searchAppLinkText": "Search the App Store", "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", - "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store Repository", + "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", "selectAAD": "Select an AAD attribute", "selectAppFileLabel": "Select file", "selectAppFileLinkText": "Select app package file", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Settings" }, "infoBoxText": "The only dedicated quality update control currently available other than the existing update rings policy for Windows 10 and later is the ability to expedite quality updates for devices that fall behind a specified patch level. Additional controls will be available in the future.", + "licenseLearnMoreText": "Learn more about pre-requisites and quality update policies.", + "licenseWarningBoxText": "Creating quality update policies requires specific licensing.", "warningBoxText": "While expediting software updates can help decrease the time to get to compliance when necessary, it has a larger impact on end-user productivity. The chances that they will experience a restart during business hours is significantly increased." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge configuration settings", @@ -10660,6 +10740,23 @@ "withEnrollment": "With enrollment", "withoutEnrollment": "Without enrollment" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Author", + "template": "Template name" + } + }, + "SettingsCatalog": { + "subtitle": "Start from scratch and select settings you want from the library of available settings", + "title": "Settings catalog" + }, + "Templates": { + "subtitle": "Templates contain groups of settings, organized by functionality. Use a template when you don't want to build policies manually or want to configure devices to access corporate networks, such as configuring WiFi or VPN.", + "title": "Templates" + }, + "noData": "No policy templates found" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online Desktop Client", "visioProRetail": "Visio Online Plan 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "With enrollment", "withoutEnrollment": "Without enrollment" }, + "DisplayRoleTypes": { + "builtInRole": "Built-in Role", + "customCloudPCRole": "Custom Windows 365 role", + "customIntuneRole": "Custom Intune role", + "customRole": "Custom Role" + }, "InstallContextType": { "device": "Device", "deviceContext": "Device context", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Update at next check-in", "duringTimeWindows": "Update during scheduled time", - "header": "By default, when an iOS/iPadOS Software Updates policy is assigned to a device, Intune deploys the latest updates at device check-in (approximately every 8 hours). You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", + "header": "By default, when an update policy is assigned to a device, Intune deploys the latest updates at device check-in. You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", "infoBalloon": "When the updates will occur. Additional input is required to schedule updates during or outside of scheduled times.", "label": "Schedule type", "outsideActiveHours": "Update outside of active hours (legacy)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Admin contacts", "appPackaging": "App packaging", + "businessGroups": "Business Groups", "devices": "Devices", "feedback": "Feedback", "gettingStarted": "Getting started", @@ -11479,6 +11583,7 @@ "cartProfiles": "Cart profiles", "certificateConnectors": "Certificate connectors", "chromeEnterprise": "Chrome Enterprise (preview)", + "cloudAttachedDevices": "Cloud attached devices (preview)", "compliancePolicies": "Compliance policies", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Feature update failures (preview)", "failuresForQualityUpdates": "Windows Expedited update failures (preview)", "featureFlighting": "Feature flighting", - "featureUpdateDeployments": "Feature updates for Windows 10 and later (preview)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Flighting", "fotaUpdate": "Firmware over-the-air update", "groupPolicy": "Administrative Templates", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Incomplete user enrollments", "iosUpdates": "Update policies for iOS/iPadOS", "legacyPcManagement": "Legacy PC management", - "macOSSoftwareUpdate": "Update policies for macOS", - "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices", + "macOSSoftwareUpdate": "Update policies for macOS (preview)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "Software updates summary", "macOSSoftwareUpdateStateSummaries": "updates", "managedGooglePlay": "Managed Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Warranty vendors", "wdacSupplementalPolicies": "S mode supplemental policies", "windows10DriverUpdate": "Driver updates for Windows 10 and later (preview)", - "windows10QualityUpdate": "Quality updates for Windows 10 and later (preview)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Update rings for Windows 10 and later", "windows10XPolicyFailures": "Windows 10X policy failures", "windows365Connector": "Windows 365 Citrix connector", "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windowsDiagnosticData": "Windows data", "windowsEnterpriseCertificate": "Windows enterprise certificate", "windowsManagement": "PowerShell scripts", "windowsSideLoadingKeys": "Windows side loading keys", diff --git a/Documentation/Strings-es.json b/Documentation/Strings-es.json index c41de4a..c88caaf 100644 --- a/Documentation/Strings-es.json +++ b/Documentation/Strings-es.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Certificados de profesor", "emailProfile": "Correo electrónico", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Configuración de administración de dispositivos móviles", "extensibleSingleSignOn": "Extensión de aplicación de inicio de sesión único", "filevault": "FileVault", "firewall": "Firewall", @@ -508,7 +507,10 @@ "deploymentSettings": "Configuración de la implementación", "groupAssignmentSettings": "Asignaciones", "scopeSettings": "Etiquetas de ámbito" - } + }, + "gradualRolloutLicenseWarning": "Esta funcionalidad requiere licencias específicas.", + "gradualRolloutLicenseWarningEdit": "Esta funcionalidad se puede seguir usando y configurando hasta que se guarde la directiva sin seleccionar esta funcionalidad.", + "licenseLearnMoreText": "Obtener más información sobre los requisitos previos y las directivas de actualización de características." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Busque en la tienda App Store para iOS las aplicaciones que quiera implementar con Intune.", "useManagedBrowser": "Si es necesario, cuando un usuario abra la aplicación web, se abrirá en un explorador protegido por Intune, como Microsoft Edge o Intune Managed Browser. Esta configuración se aplica a los dispositivos iOS y Android.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "Archivo que contiene la aplicación en un formato que puede transferirse localmente en un dispositivo. Tipo de paquete válido: .intunewin.​" + "win32AppPackageFile": "Archivo que contiene la aplicación en un formato que puede transferirse localmente en un dispositivo. Tipo de paquete válido: .intunewin.​", + "winGetStoreSelectApp": "Busque en el repositorio de Microsoft Store las aplicaciones de la tienda que desea implementar con Intune." }, "descriptionPreview": "Vista previa", "descriptionRequired": "Se requiere la descripción.", @@ -800,10 +803,10 @@ "azureADDevice": "Dispositivo de Azure AD asociado", "batch": "Etiqueta de grupo", "dateAssigned": "Fecha de asignación", - "deviceAccountFriendlyName": "Nombre descriptivo de la cuenta", "deviceAccountPwd": "Contraseña de la cuenta de dispositivo", "deviceAccountUpn": "Cuenta del dispositivo", "deviceDisplayName": "Nombre de dispositivo", + "deviceFriendlyName": "Nombre descriptivo del dispositivo", "deviceName": "Nombre de dispositivo", "deviceUseType": "Tipo de uso del dispositivo", "enrollmentState": "Estado de inscripción", @@ -924,10 +927,10 @@ "azureADDevice": "Ir a los detalles del dispositivo asociado. N/D significa que no hay ningún dispositivo asociado.", "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 Azure AD.", "dateAssigned": "Marca de tiempo que indica cuándo se asignó el perfil al dispositivo.", - "deviceAccountFriendlyName": "Nombre descriptivo de la cuenta de dispositivo para dispositivos Surface Hub", - "deviceAccountPwd": "Contraseña de cuenta de dispositivo para dispositivos Surface Hub", - "deviceAccountUpn": "Correo electrónico de cuenta de dispositivo para dispositivos Surface Hub", + "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 se omitirá en las implementaciones unidas a Azure AD híbrido. El origen del nombre de dispositivo sigue siendo el perfil de unión a un dominio para los dispositivos de Azure AD 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 ", "enrollmentState": "Especifica si el dispositivo se ha inscrito.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Mensaje de error", "customMessageToggle": "Mostrar un mensaje personalizado cuando se produce un límite de tiempo o un error", "enableForAutopilotOnlyToggle": "Mostrar solo la página en los dispositivos aprovisionados por la configuración rápida (OOBE)", + "installQualityUpdatesToggle": "Instalar actualizaciones de calidad de Windows (podría reiniciar el dispositivo)", "progressToggle": "Mostrar el progreso de la configuración de la aplicación y el perfil", "resetToggle": "Permitir a los usuarios restablecer el dispositivo si se produce un error de instalación", "timeout": "Mostrar un error cuando el tiempo de instalación supera el número de minutos especificado" @@ -1367,7 +1374,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 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." }, "AndroidBiometricAuthentication": { "label": "Biometría en lugar de PIN para el acceso", @@ -1378,7 +1385,7 @@ "tooltip": "El sistema operativo Android usa exámenes de huella digital para autenticar los usuarios de los dispositivos Android. Esta característica admite los controles biométricos nativos en dispositivos Android. No se admiten las configuraciones biométricas específicas del OEM, como Samsung Pass. En caso de permitirse, los controles biométricos nativos se deben usar para acceder a la aplicación en un dispositivo compatible." }, "AndroidOverrideFingerprint": { - "label": "Invalidar la huella digital con el PIN después del tiempo de espera" + "label": "Invalidar la información biométrica con un PIN después del tiempo de espera" }, "AppPIN": { "label": "PIN de aplicación cuando está establecido el PIN del dispositivo", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Protocolo del explorador no administrado", - "tooltip": "

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.

\r\n \r\n

Nota: Incluya solo el prefijo del protocolo. Si el explorador requiere vínculos con el formato \"miExplorador://www.microsoft.com\", escriba \"miExplorador\".

" + "tooltip": "

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.

\r\n\r\n

Nota: Incluya solo el prefijo del protocolo. Si el explorador requiere vínculos con el formato \"miExplorador://www.microsoft.com\", escriba \"miExplorador\".

" }, "CustomDialerAppDisplayName": { "label": "Nombre de la aplicación de marcador" @@ -1435,7 +1442,7 @@ "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
\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
\r\nNota: Para obtener más información sobre el cifrado de la capa de aplicaciones de Intune, consulte {2}." }, "EncryptDataAndroid": { - "tooltip": "

Elija Requerir para habilitar el cifrado de los datos profesionales o educativos en esta aplicación. Intune usa un esquema de cifrado AES de 256 bits OpenSSL junto con el sistema de almacén de claves Android para cifrar los datos de las aplicaciones de forma segura. Los datos se cifran de forma sincrónica durante las tareas de E/S de los archivos. El contenido de almacenamiento del dispositivo está siempre cifrado. El SDK seguirá proporcionando compatibilidad de claves de 128 bits para las aplicaciones y el contenido que usan versiones anteriores del SDK.

\r\n\r\n

El método de cifrado es compatible con FIPS 140-2.

" + "tooltip": "

Elija Requerir 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.

\r\n\r\n

El método de cifrado es compatible con FIPS 140-2.

" }, "EncryptDataIos": { "tooltip1": "Elija Requerir 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.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Notificaciones de datos de la organización", - "tooltip": "

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:

\r\n

{0}: no compartir notificaciones.

\r\n

{1}: no compartir datos de la organización en las notificaciones. Si la aplicación no lo admite, se bloquean las notificaciones.

\r\n

{2}: compartir todas las notificaciones.

\r\n

Solo Android:\r\n Nota: Esta configuración no es válida para todas las aplicaciones. Para obtener más información, consulte {3} 

\r\n \r\n

Solo iOS:\r\nNota: Esta configuración no es válida para todas las aplicaciones. Para obtener más información, consulte {4}

" + "tooltip": "

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:

\r\n

{0}: no compartir notificaciones.

\r\n

{1}: no compartir datos de la organización en las notificaciones. Si la aplicación no lo admite, se bloquean las notificaciones.

\r\n

{2}: compartir todas las notificaciones.

\r\n

Solo Android:\r\n Nota: Esta configuración no es válida para todas las aplicaciones. Para más información, consulte {3} 

\r\n \r\n

Solo iOS:\r\nNota: Esta configuración no es válida para todas las aplicaciones. Para más información, consulte {4}

" }, "OpenLinksManagedBrowser": { "label": "Restringir la transferencia de contenido web con otras aplicaciones", - "tooltip": "

Seleccione una de las opciones siguientes para especificar las aplicaciones en las que esta aplicación puede abrir contenido web:

\r\n

Microsoft Edge: permite que el contenido web se abra solo en Microsoft Edge.

\r\n

Explorador no administrado: permite que el contenido web se abra solo en el explorador no administrado que se defina mediante la opción \"Protocolo del explorador no administrado\".

\r\n

Cualquier aplicación: permite los vínculos web en cualquier aplicación.

" + "tooltip": "

Seleccione una de las siguientes opciones para especificar las aplicaciones en las que esta aplicación puede abrir contenido web:

\r\n

Microsoft Edge: permitir contenido web para abrir solo en Microsoft Edge. Obtenga más información sobre cómo Microsoft Edge protege sus datos.

\r\n

Explorador sin administrar: permitir que el contenido web se abra solo en el explorador sin administrar definido por la configuración \"Protocolo de explorador sin administrar\"

\r\n

Cualquier aplicación: permitir enlaces web en cualquier aplicación

" }, "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)\\\". " @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "Invalidar biometría con PIN después de actualizaciones biométricas", - "tooltip": "Si el dispositivo admite la biometría de clase 3 (más información aquí), cuando se detecta un cambio en la biometría, una solicitud de PIN invalidará los avisos biométricos." + "tooltip": "Si el dispositivo admite la biometría de clase 3 (más información aquí), cuando se detecta un cambio en la biometría, una solicitud de PIN invalidará los avisos biométricos. Esta configuración solo surte efecto una vez que se haya usado una opción biométrica para acceder a la aplicación." }, "RestrictKeyboards": { "duplicatePackageError": "El identificador del paquete debe ser único.", @@ -1515,7 +1522,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\".
\r\n\r\n\r\nNota: Esta configuración no es válida para todas las aplicaciones. Para obtener más información, consulte {2}.\r\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\".
\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" }, "SaveDataToSelected": { "label": "Permitir al usuario guardar copias en los servicios seleccionados", @@ -1606,7 +1613,7 @@ "pushNotification": "Enviar notificación push al usuario final", "remoteLock": "Bloquear de forma remota el dispositivo no conforme", "removeSourceAccessProfile": "Quitar perfil de acceso de origen", - "retire": "Retirar el dispositivo no compatible", + "retire": "Agregar dispositivo a la lista de retirada", "wipe": "Borrar", "emailNotification": "Enviar correo electrónico a usuario final" }, @@ -1746,6 +1753,7 @@ "weeks1": "Cada semana" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 y versiones posteriores" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Especifique el archivo de script de PowerShell. El archivo debe ser inferior a 200 KB.", "uploadLabel": "Ubicación del script" }, + "bashScriptObjectName": "Script de Bash", "createButtonText": "Agregar", "createPowershellScriptFlowSectionName": "Agregar script de PowerShell", "customAttributeObjectName": "Atributo personalizado", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "El cliente VPN especificado debe estar instalado en el dispositivo y debe admitir VPN por aplicación; de lo contrario, se producirá un error. Tenga en cuenta que deberá aprobar la aplicación en Google Play Store administrado, sincronizar la aplicación con Intune e implementarla para que se instale.", "androidDeviceOwnerCustomPasswordDescription": "Crea un código de acceso de dispositivo solo para los dispositivos dedicados. Puede tener entre 4 y 16 caracteres y contener números, letras y caracteres especiales.", "androidDeviceOwnerCustomPasswordName": "Código de acceso personalizado", + "androidElevenAndBelowPasswordHeader": "Android 11 y versiones anteriores", + "androidElevenAndBelowPasswordHeaderDescription": "Esta configuración funciona para dispositivos que ejecutan Android 11 o versiones anteriores.", "androidEnterpriseAlwaysOnVpnClientName": "Cliente VPN", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Especifique el identificador de paquete de la aplicación en Google Play Store. Por ejemplo, si la dirección URL de la aplicación en Play Store es https://play.google.com/store/details?id=com.contosovpn.android.prod, el identificador de paquete sería com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Identificador del paquete", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "A partir de octubre de 2020, algunas opciones de configuración no serán compatibles con los dispositivos Android que ejecuten Android 10 o versiones posteriores y que no sean Samsung Knox. Esta configuración se etiqueta con Android 9 y versiones anteriores o Samsung Knox. Haga clic para obtener más información.", "androidTrustedServerCertificateNamesDescription": "Este es el nombre DNS usado en el certificado presentado por el servidor Radius durante la autenticación del cliente al punto de acceso WiFi. Si tiene varios servidores Radius que tienen el mismo sufijo DNS en su nombre de dominio completo, también se puede usar el sufijo solo. Esto permite que los dispositivos confíen en el certificado de servidor que se les presentó. Más información.
", "androidTrustedServerCertificateNamesName": "Nombre del servidor Radius", + "androidTwelveAndAbovePasswordHeader": "Android 12 y versiones posteriores", + "androidTwelveAndAbovePasswordHeaderDescription": "Esta configuración funciona con los dispositivos que ejecutan Android 12 o versiones posteriores.", + "androidTwelveDeprecationInfoBox": "A partir de noviembre de 2022, algunas opciones de configuración no se admiten en dispositivos Android que ejecutan Android 12 y versiones posteriores. Esta configuración se etiqueta con Android 11 y versiones anteriores. Haga clic para obtener más información.", "androidZebraMxConfigurationFileXmlName": "Elija un archivo XML de Zebra MX válido", "androidZebraMxConfigurationLearnMore": "Más información acerca de cómo administrar los dispositivos Zebra", "androidZebraMxConfigurationXmlName": "Perfil de MX en formato .xml", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "Por ejemplo, outlook.office365.com", "exchangeActiveSyncHostName": "Servidor de correo electrónico", "exclusionAppListColumn": "Aplicación que se va a excluir", - "expeditedCheckinEnableDescription": "Hacer que los dispositivos se sincronicen cada hora", - "expeditedCheckinEnableName": "Hacer que los dispositivos se sincronicen cada hora", "experienceAllowBrowserSyncSettingsDescription": "Especifica si el usuario puede activar el valor del explorador para sincronizar mediante la opción Sincronizar la configuración, a fin de sincronizar información como el historial y los favoritos entre los dispositivos del usuario. Para configurar este valor, debe habilitar \"Sync browser settings between user’s devices\".", "experienceAllowBrowserSyncSettingsName": "El usuario puede activar la configuración de sincronización del explorador", "experienceDoNotSyncBrowserSettingsDescription": "Cuando se bloquea, la configuración predeterminada (permitir la sincronización de la configuración del explorador entre dispositivos) está desactivada para que los usuarios no puedan sincronizar entre dispositivos. Cuando se selecciona \"bloquear y habilitar la invalidación del usuario\", el usuario puede invalidar la designación de administrador.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Cree un perfil para forzar que los dispositivos asignados instalen automáticamente las últimas actualizaciones de macOS. Esta configuración determina cómo y cuándo se implementan las actualizaciones de software. Este perfil no impide que los usuarios actualicen el sistema operativo de forma manual. Las actualizaciones solo se aplicarán a los dispositivos inscritos mediante la inscripción automática de dispositivos de Apple (con ABM o ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Más información", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Más información", - "macOSSoftwareUpdatePolicySupervisedName": "Cree un perfil para forzar que los dispositivos asignados instalen automáticamente las últimas actualizaciones de macOS. Esta configuración determina cómo y cuándo se implementan las actualizaciones de software. Este perfil no impide que los usuarios actualicen el sistema operativo de forma manual. Las actualizaciones solo se aplicarán a los dispositivos inscritos mediante la inscripción automática de dispositivos de Apple (con ABM o ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Programación semanal", - "macOSSoftwareUpdateSelectScheduleTypeName": "De forma predeterminada, cuando se asigna una directiva de actualizaciones de software de macOS a un dispositivo, Intune implementa las últimas actualizaciones al sincronizar el dispositivo. También puede crear una programación semanal y especificar un período de tiempo durante el que los dispositivos pueden sincronizarse y recibir actualizaciones. Si elige actualizar fuera de la hora programada, Intune no implementará las actualizaciones hasta que finalice dicha hora.", + "macOSSoftwareUpdateSelectScheduleTypeName": "De forma predeterminada, cuando se asigna una directiva de actualizaciones a un dispositivo, Intune implementa las últimas actualizaciones al sincronizar el dispositivo. En su lugar, puede crear una programación semanal con horas de inicio y finalización personalizadas. Si elige actualizar fuera de la hora programada, Intune no implementará las actualizaciones hasta que finalice dicha hora.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Seleccione cómo deben realizarse las descargas, las instalaciones o las notificaciones para cada tipo de actualización.", "macOSSystemExtensionsExtensionTypeName": "Tipos de extensiones del sistema permitidos", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Los alumnos inscritos en un curso de Classroom no administrado deben obtener el consentimiento del profesor para abandonar el curso.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Descargar el mantenimiento de conexiones NAT en el hardware cuando el dispositivo esté en suspensión", "nATKeepAliveOffloadEnableToolTip": "De forma predeterminada, cuando un dispositivo está en suspensión, el sistema NAT realizará comprobaciones continuas para asegurarse de que está conectado a la VPN. Esta configuración le permite deshabilitar ese comportamiento.", "nacIdCheckBoxLabel": "Acepto", - "nacIdDescCisco": "Cisco AnyConnect requiere que el identificador de dispositivo de Intune se incluya en el perfil de VPN para habilitar NAC.

Permito que Microsoft incluya la información del dispositivo en el perfil de VPN, que Cisco y sus asociados pueden usar.", - "nacIdDescCitrix": "Citrix SSO requiere que se incluya el identificador de dispositivo de Intune en el perfil de VPN para poder habilitar NAC.

Permito que Microsoft incluya la información del dispositivo en el perfil de VPN, la cual puede usar Citrix SSO y sus asociados.", - "nacIdDescF5": "F5 Access requiere que el identificador de dispositivo de Intune se incluya en el perfil de VPN para habilitar NAC.

Permito que Microsoft incluya la información del dispositivo en el perfil de VPN, que F5 Access y sus asociados pueden usar.", + "nacIdDescCisco": "Cisco AnyConnect requiere que el identificador de dispositivo de Intune se incluya en el perfil de VPN para habilitar NAC.

Autorizo que Microsoft incluya la información del dispositivo en el perfil de VPN, que Cisco y sus asociados pueden usar. Haga clic para obtener más información, incluidos los datos que se comparten con el proveedor de servicios.", + "nacIdDescCitrix": "Citrix SSO requiere que el identificador de dispositivo de Intune se incluya en el perfil de VPN para habilitar NAC.

Autorizo que Microsoft incluya la información del dispositivo en el perfil de VPN, que Citrix y sus asociados pueden usar. Haga clic para obtener más información, incluidos los datos que se comparten con el proveedor de servicios.", + "nacIdDescF5": "F5 Access requiere que el identificador de dispositivo de Intune se incluya en el perfil de VPN para habilitar NAC.

Autorizo que Microsoft incluya la información del dispositivo en el perfil de VPN, que F5 Access y sus asociados pueden usar. Haga clic para obtener más información, incluidos los datos que se comparten con el proveedor de servicios.", "nacIdHeader": "Habilitar el control de acceso a la red (NAC)", "nacIdHeaderCiscoToolTip": "El identificador de dispositivo se cifrará y se incluirá en el perfil de VPN. Cuando el usuario intenta conectarse a la VPN, Cisco AnyConnect pasará este valor a la infraestructura NAC que, a continuación, consultará el valor en Intune para determinar si el dispositivo está inscrito y es compatible.

Cisco AnyConnect no puede acceder al identificador de dispositivo directamente; para habilitar NAC, el valor debe incluirse en el perfil de VPN.", "nacIdHeaderCitrixToolTip": "El identificador de dispositivo se cifrará y se incluirá en el perfil de VPN. Cuando el usuario intenta conectarse a la VPN, Citrix SSO pasará este valor a la infraestructura NAC que, a continuación, consultará el valor en Intune para determinar si el dispositivo está inscrito y es compatible.

Citrix SSO no puede acceder al identificador de dispositivo directamente; para habilitar NAC, el valor debe incluirse en el perfil de VPN.", @@ -6016,6 +6028,15 @@ "shutdown": "Apagar", "signatureUpdateIntervalInHoursName": "Intervalo de actualización de inteligencia de seguridad (en horas)", "signingCertificateType": "Tipo de certificado de firma", + "silentCertAccessAddApps": "Agregar aplicaciones", + "silentCertAccessApplicationsName": "Aplicaciones", + "silentCertAccessMaxAppsWarn": "Seleccione un máximo de 50 aplicaciones a las que conceder acceso sin notificación a los certificados", + "silentCertAccessMinAppsWarn": "Seleccione al menos una aplicación a la que conceder acceso sin notificación a los certificados", + "silentCertAccessSpecificApps": "Conceder aprobación sin notificación para aplicaciones específicas (requerir aprobación del usuario para otras aplicaciones)", + "silentCertAccessTabName": "Aplicaciones", + "silentCertAccessTypeDescription": "Elija cómo se concede el acceso de certificado a las aplicaciones", + "silentCertAccessTypeName": "Acceso certificado", + "silentCertAccessUserApproval": "Requerir aprobación del usuario para todas las aplicaciones", "simpleDownloadOption": "Modo de descarga simple sin emparejamiento (99)", "simultaneousMultiThreadingName": "Multithreading simultáneo", "singleAppModeAppNameDescription": "Nombre de la aplicación.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N Edition", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "Si selecciona esta opción, acepta que al instalar este sistema operativo en un dispositivo (1) la licencia de Windows aplicable se compró a través de licencias por volumen, o (2) que tiene autorización para enlazar su organización y que acepta en su nombre los Términos de licencia del software de Microsoft que puede encontrar aquí {0}.", "windowsAppNonComplianceTypeDescription": "Recomendamos que pida a los usuarios que acepten los términos de uso para confirmar que se bloqueará la instalación de ciertas aplicaciones. Use la lista de aplicaciones bloqueadas para especificar las aplicaciones de Windows Phone no administradas por Intune que los usuarios no pueden instalar. Todas las aplicaciones que se agreguen a la lista de aplicaciones permitidas, incluido el portal de empresa y cualquier aplicación implementada, deben usar el formato de dirección URL de la tienda de aplicaciones.", "windowsAppUrlExample": "Por ejemplo, https://www.microsoft.com/es-es/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "Esta configuración funciona para los dispositivos con un perfil de trabajo de propiedad corporativa y solo se aplica durante el uso personal.", "workProfileRequirePasswordDescription": "Solicite una contraseña para usar las aplicaciones de trabajo, que puede ser distinta a la del dispositivo. Requiere Android 7.0+ ", "workProfileRequirePasswordName": "Requerir contraseña del perfil de trabajo", + "workProfileRequiredPasswordComplexityDescription": "Especifique la complejidad de la contraseña requerida.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "Especifique el tipo de contraseña que se requiere.", "workProfileRequiredPasswordTypeName": "Tipo de contraseña requerida", "workspaceIDName": "Id. de área de trabajo", @@ -7601,7 +7626,7 @@ "isMamEnabled": "¿Se ha habilitado MAM?", "itemsCount": "{0} elementos", "jailbrokenRootedDevices": "Dispositivos con jailbreak o rooting", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "Fecha de última modificación", "lastReportedDate": "Última fecha de notificación", "lastSync": "Última sincronización", "lastSyncGmt": "Última sincronización (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "Identificador de dispositivo MDM", "mdmWipInvalidVersionSettings": "Una o más aplicaciones tienen definiciones de versión mínima/máxima que no son válidas.

Las directivas de Windows Information Protection con cifrado admiten la especificación de solo una de las versiones (mínima o máxima), a menos que ambas versiones se especifiquen como equivalentes. Cuando solo se especifica la versión mínima, la regla se establece para mayor o igual que la versión mínima. De igual forma, cuando solo se especifica la versión máxima, la regla se establece para menor o igual que la versión máxima.", "mdmWipReport": "Informe de protección de información de Windows para MDM", + "microsoftDefenderForEndpoint": "Microsoft Defender for Identity", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Versión mínima de la aplicación", "minMaxValidation": "La versión mínima del sistema operativo debe ser anterior a la versión máxima del sistema operativo, cuando la acción es la misma.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Versión mínima del Portal de empresa", "minimumDeviceSelection": "Es necesario seleccionar como mínimo 1 dispositivo.", "mobileAppCRUDpermission": "Permiso de lectura, creación y asignación de aplicaciones móviles", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (que no es de Microsoft)", "monitor": "Monitor", "moreApps": "Más aplicaciones", "moreAppsTextBoxTooltip": "Agregue aquí aplicaciones de línea de negocio si no tiene acceso a todo el portal de Intune.", - "mtdConnectorInfoBox1": "Importante. Asegúrese de que el conector de Mobile Threat Defense está configurado para proteger los datos de la organización de forma adecuada en función de las evaluaciones de amenazas de los servicios de Mobile Threat Defense conectados.", + "mtdConnectorInfoBox1": "Importante. Asegúrese de que el conector de Mobile Threat Defense (MTD) está configurado para proteger los datos de la organización de forma adecuada en función de las evaluaciones de amenazas de los servicios de Mobile Threat Defense conectados.", "mtdConnectorInfoBox2": "Obtenga más información sobre Mobile Threat Defense para los dispositivos no inscritos.", + "mtdConnectorInfoBox3": "Si el inquilino tiene una conexión configurada con Microsoft Defender para punto de conexión y un servicio MTD (que no es de Microsoft) y no configura un servicio MTD principal o hay un conflicto al dirigirse a un usuario, el valor predeterminado será Microsoft Defender para punto de conexión.", "name": "Nombre", "networkBoundariesInfoBoxText": "Agregue /*AppCompat*/ a la lista de recursos de nube para habilitar las conexiones TLS mediante aplicaciones personales que se conectan directamente a un recurso de nube a través de una dirección IP.", "networkBoundariesInfoParagraph1": "Elija los lugares donde las aplicaciones protegidas pueden acceder a los datos de empresa en su red.", @@ -7735,6 +7763,7 @@ "portNumber": "Número de puerto", "portNumberDesc": "Puerto para el proxy especificado en la dirección de proxy", "prefix": "Prefijo", + "primaryMtdService": "Servicio MTD principal", "productName": "Nombre del producto", "properties": "Propiedades", "protected": "Protegido", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "Recursos que se crearán", "restrictWebContentNo": "Cualquier aplicación", "restrictWebContentOption2": "{0}: Permitir vínculos web en cualquier aplicación", - "rootCertificate": "Root Certificate", + "rootCertificate": "Certificado raíz", "safetyNetDeviceAttestation": "Atestación de dispositivo SafetyNet", "saveAppsNotificationText": "Guardando las aplicaciones seleccionadas", "saveChangesCommandText": "Guardar", @@ -7813,6 +7842,7 @@ "setting": "Configuración", "settingName": "Nombre de configuración", "settings": "Configuración", + "settingsCatalog": "Catálogo de configuración", "settingsSelectorLabel": "Configuración", "silent": "Silencio", "specificUserIsLicensedIntune": "{0} tiene licencia para Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Administrado por una directiva", "targetediOSUserPartTitle": "Estado del usuario para iOS", "threatCategory": "Categoría de amenaza", + "tileDeprecated": "Este icono está en desuso; quítelo del panel.", "timeColumnLabel": "Hora", "timebombLabel": "Intervalo sin conexión antes de que se borren los datos de la aplicación (días)", "timebombToolTip": "Si el dispositivo no se sincroniza con Intune transcurrido el número de días especificado, Windows realiza un borrado selectivo en el dispositivo con el que se anula la inscripción de MAM de las aplicaciones y se quitan los datos corporativos cifrados y protegidos. El valor predeterminado es de 90 días y, si se establece en 0, se deshabilita esta configuración.", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Directiva de protección de aplicaciones para Windows 10 y versiones posteriores", "windows10PlatformLabel": "Windows 10 y versiones posteriores", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 y versiones posteriores", "windowsInformationProtectionPlatformLabel": "Windows Information Protection", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Especifica una lista de extensiones de archivo, para que los archivos que las tengan se cifren al copiarlos desde un recurso compartido SMB dentro de los límites corporativos, tal y como se definen en la lista de ubicaciones de red. Si la directiva no se especifica, se aplica el comportamiento de cifrado automático existente. Cuando la directiva se configura, solo se cifran los archivos con las extensiones incluidas en la lista.", "wipStoreApps": "Aplicaciones de la Tienda", "wipWeAppsListInfo": "A estas aplicaciones se les permite acceder a sus datos de empresa e interactuarán de forma distinta cuando se usen con aplicaciones no permitidas, no relativas a la empresa o exclusivamente personales. Solo las aplicaciones habilitadas se permiten en los dispositivos sin MDM.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Para que las directivas de Windows 10 y versiones posteriores surtan efecto, establezca las direcciones URL de MAM en AAD para Microsoft Intune. Para ello, elija “Restaurar direcciones URL predeterminadas” y defina el ámbito del usuario.", "wipWebsiteLearningTitle": "Aprendizaje del sitio web de Windows Information Protection", "wipeData": "Borrar datos", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Usar un script de detección personalizado", "runAs32Bit": "Ejecutar script como proceso de 32 bits en clientes de 64 bits", "runAs32BitTooltip": "Seleccione \"Sí\" para ejecutar el script en un proceso de 32 bits en clientes de 64 bits. Seleccione \"No\" (predeterminado) para ejecutarlo en un proceso de 64 bits en clientes de 64 bits. Los clientes de 32 bits ejecutan el script en un proceso de 32 bits.", + "scriptContent": "Script content", "scriptFile": "Archivo de script", "scriptFileNotSelectedValidation": "No hay ningún archivo de script seleccionado.", "scriptFileTooltip": "Seleccione un script de PowerShell que detecte la presencia de la aplicación en el cliente. La aplicación se detectará cuando el script devuelva un código de salida de valor 0 y escriba un valor de cadena en STDOUT.", @@ -8307,9 +8342,6 @@ "string": "Cadena", "version": "Versión" }, - "ScriptContent": { - "emptyMessage": "El contenido del script no debe estar vacío." - }, "duplicateName": "El nombre de script {0} ya se ha usado. Especifique otro nombre.", "enforceSignatureCheck": "Exigir comprobación de firma del script", "enforceSignatureCheckTooltip": "Seleccione \"Sí\" para comprobar que el script está firmado por un editor de confianza, lo que permite ejecutarlo sin advertencias ni avisos. El script se ejecutará desbloqueado. Seleccione \"No\" (predeterminado) para ejecutarlo con la confirmación del usuario final, pero sin comprobación de firma.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Seleccione el operador para la comparación de requisitos.", "requirementMethod": "Seleccionar el tipo de datos de salida", "requirementMethodTooltip": "Seleccione el tipo de datos usado al determinar un requisito de coincidencia de detección.", + "scriptContent": "Script content", "scriptFile": "Archivo de script", "scriptFileTooltip": "Seleccione un script de PowerShell que detecte la presencia de la aplicación en el cliente. Si se detecta la aplicación, el proceso de requisitos proporcionará un código de salida con un valor de 0 y escribirá un valor de cadena en STDOUT.", "scriptName": "Nombre del script", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Adición de un contexto de autenticación", + "deleteDisallowed": "No puede eliminar este contexto de autenticación mientras las directivas de acceso condicional hacen referencia a él.", "descPlaceholder": "Agregue una descripción para el contexto de autenticación.", "modifyTitle": "Modificación del contexto de autenticación", "namePlaceholder": "Por ejemplo, ubicación de confianza, dispositivo de confianza, autorización segura.", @@ -8396,15 +8430,15 @@ "description": "Descripción", "documentation": "Documentación", "getStarted": "Introducción", - "label": "Contexto de autenticación (versión preliminar)", - "menuLabel": "Contexto de autenticación (versión preliminar)", + "label": "Contexto de autenticación", + "menuLabel": "Contexto de autenticación", "name": "Nombre", "noAuthContextConfigured": "No se ha configurado ningún contexto de autenticación.", "noAuthContextSet": "No hay contextos de trabajo de autenticación", "noData": "No hay ningún contexto de autenticación para mostrar.", "selectionInfo": "El contexto de autenticación se usa para proteger los datos y las acciones de la aplicación en aplicaciones como SharePoint y Microsoft Cloud App Security.", "step": "Paso", - "tabDescription": "Administre el contexto de autenticación para proteger los datos y las acciones en sus aplicaciones. [Más información][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Administre el contexto de autenticación para proteger los datos y las acciones de las aplicaciones. Los contextos de autenticación no se pueden eliminar cuando las directivas de acceso condicional hacen referencia a ellos. [Más información] [1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Etiquete los recursos con un contexto de autenticación." }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Usuarios invitados o externos", "internalGuestLabel": "Usuarios invitados locales", "otherExternalUserLabel": "Otros usuarios externos", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (versión preliminar)", + "serviceProviderUsersLabel": "Usuarios del proveedor de servicios" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Método de búsqueda por país", + "ariaLabel": "Método de búsqueda de país o región", "gps": "Determinación de la ubicación por coordenadas de GPS", "info": "Si se configura la condición de ubicación de una directiva de acceso condicional, la aplicación de autenticación solicitará a los usuarios que compartan su ubicación de GPS. ", "ip": "Determinación de la ubicación por dirección IP (solo IPv4)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Configure los niveles de riesgo de entidad de servicio necesarios para que se aplique la directiva​", "infoBalloonContent": "Configurar riesgo de entidad de servicio para aplicar la directiva a los niveles de riesgo seleccionados", - "title": "Riesgo de entidad de servicio (versión preliminar)" + "title": "Riesgo de entidad de servicio" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Habilitación o deshabilitación de la evaluación continua de acceso", "upsellInfo": "Ya no puede cambiar la configuración de la página y se deben ignorar todas las opciones que aparecen aquí. Se respetará su configuración anterior. Puede cambiar la configuración de la CAE en Acceso condicional más adelante. Haga clic aquí para obtener más información." }, + "SamlReauth": { + "Filter": { + "warning": "Va a destinar aplicaciones mediante una consulta dinámica. Es posible que algunas aplicaciones no se puedan usar con el control de sesión \"frecuencia de inicio de sesión cada vez\". {0} Más información sobre los escenarios recomendados.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "Lista de atributos del dispositivo empleado durante el inicio de sesión." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "No se ha seleccionado ningún inquilino", + "selectOrganization": "Seleccione la organización", + "tenantIdWithPlaceholder": "Id. de inquilino: {0}", + "tenantSelectionRequired": "Inquilino requerido" }, "advancedTabText": "Avanzado", "allCloudAppsErrorBox": "Se debe seleccionar \"Todas las aplicaciones en la nube\" si se ha seleccionado la concesión \"Requerir cambio de contraseña\".", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "Ejemplo: uri:contoso.com:level3", "appEnforceInfoBubble": "Es posible que las restricciones que exige la aplicación requieran opciones de configuración de administración adicionales dentro de las aplicaciones de nube. Las restricciones solo se aplicarán en sesiones nuevas.", "appNotSetSeletorLabel": "0 aplicaciones en la nube seleccionadas", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "Esta aplicación no admite el control de sesión \"Frecuencia de inicio de sesión cada vez\".", "applyConditionClientAppInfoBalloonContent": "Configurar aplicaciones cliente para aplicar la directiva a aplicaciones cliente específicas", "applyConditionDevicePlatformInfoBalloonContent": "Configurar plataformas de dispositivo para aplicar la directiva a plataformas específicas", "applyConditionDeviceStateInfoBalloonContent": "Configurar estado del dispositivo para aplicar la directiva a estados de dispositivo concretos", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "Intervalos IP", "downloadExampleFileName": "Ejemplo", "downloadExampleHeader": "Este es un archivo de ejemplo con demostraciones de los tipos de datos que se pueden aceptar. Se ignorarán las líneas que comiencen por #.", + "duplicate": "Duplicado", + "duplicatePolicyName": "COPIAR {0}", "endDatePickerLabel": "Extremos", "endTimePickerLabel": "Hora de finalización", - "enterCountryText": "Dirección IP y País se evalúan en un par. Seleccione el país.", - "enterIpText": "Dirección IP y País se evalúan en un par. Escriba la dirección IP.", + "enterCountryText": "La dirección IP y el país o región se evalúan en un par. Seleccione el país o región.", + "enterIpText": "Dirección IP y País o región se evalúan en un par. Escriba la dirección IP.", "enterUserText": "No hay ningún usuario seleccionado. Seleccione uno.", "evaluationResult": "Resultado de la evaluación", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Información", "invalidCertDuration": "La duración del certificado no es válida,", "invalidIpAddress": "El valor debe ser una dirección IP válida.", - "invalidReAuthSignInRiskOptionSelected": "El control de sesión \"frecuencia de inicio de sesión cada vez\" no permite la selección \"sin riesgo\" en el control de condición \"Nivel de riesgo de inicio de sesión\".", + "invalidReAuthSignInRiskOptionSelected": "El control de sesión \"frecuencia de inicio de sesión cada vez\" no permite la selección \"sin riesgo\" en el control de condición \"riesgo de inicio de sesión\".", "invalidUriErrorMsg": "Escriba un URI válido. Por ejemplo: \"uri:contoso.com:acr\". ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "Esta vista está en desuso. Vaya a la vista nueva y mejorada \"ubicaciones con nombre\".", "namedLocationsHelpDescription": "Los informes de seguridad de Azure AD usan ubicaciones con nombre para reducir los falsos positivos. También se usan en las directivas de acceso condicional de Azure AD.\n[Más información][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Agregue un nuevo intervalo IP (p. ej., 40.77.182.32/27).", - "namedNetworkCountryNeeded": "Debe seleccionar, al menos, un país.", + "namedNetworkCountryNeeded": "Debe seleccionar, al menos, un país o región.", "namedNetworkDeleteCommand": "Eliminar", "namedNetworkDeleteDescription": "¿Está seguro de que quiere eliminar '{0}'? Esta acción no se puede deshacer.", "namedNetworkDeleteTitle": "¿Está seguro?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Ubicaciones", "policyConditionLocationDescription": "Ubicación (determinada con el intervalo de direcciones IP) desde la que inicia sesión el usuario", "policyConditionLocationPreview": "Ubicaciones (versión preliminar)", - "policyConditionSigninRisk": "Nivel de riesgo de inicio de sesión", + "policyConditionSigninRisk": "Riesgo de inicio de sesión", "policyConditionSigninRiskDescription": "Probabilidad de que el inicio de sesión proceda de alguien que no es el usuario. El nivel de riesgo puede ser alto, medio o bajo. Se necesita una licencia de Azure AD Premium 2.", - "policyConditionUserRisk": "Nivel de riesgo del usuario", + "policyConditionUserRisk": "Riesgo de usuario", "policyConditionUserRiskDescription": "Configure los niveles de riesgo de usuario necesarios para aplicar la directiva.", "policyConditioniClientApp": "Aplicaciones cliente", "policyControlAllowAccessDisplayedName": "Conceder acceso", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Esta herramienta no evalúa las directivas clásicas.", "whatIfClientAppInfo": "Aplicación cliente desde la que el usuario inicia sesión. Por ejemplo, \"Explorador\".", - "whatIfCountry": "País", - "whatIfCountryInfo": "País desde el que inicia sesión el usuario.", + "whatIfCountry": "País o región", + "whatIfCountryInfo": "País o región desde el que inicia sesión el usuario.", "whatIfDevicePlatformInfo": "Plataforma del dispositivo desde la que inicia sesión el usuario.", "whatIfDeviceStateInfo": "Estado del dispositivo desde el que inicia sesión el usuario", "whatIfEnterIpAddress": "Escriba la dirección IP (p. ej., 40.77.182.32).", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Usuarios y grupos", "whatIfIpAddress": "Dirección IP", "whatIfIpAddressInfo": "Dirección IP desde la que inicia sesión el usuario.", - "whatIfIpCountryInfoBoxText": "Si usa Dirección IP o País, ambos campos serán necesarios y deberá asignarlos correctamente al mismo tiempo.", + "whatIfIpCountryInfoBoxText": "Si usa Dirección IP o País o región, ambos campos serán necesarios y deberá asignarlos correctamente al mismo tiempo.", "whatIfPolicyAppliesTab": "Directivas que se aplicarán", "whatIfPolicyAppliesTabWithCount": "Directivas aplicables ({0})", "whatIfPolicyDoesNotApplyTab": "Directivas que no se aplicarán", "whatIfPolicyDoesNotApplyTabWithCount": "Directivas no aplicables ({0})", "whatIfReasons": "Motivos por los que no se aplicará esta directiva", "whatIfSelectClientApp": "Seleccionar una aplicación cliente...", - "whatIfSelectCountry": "Seleccionar un país...", + "whatIfSelectCountry": "Seleccione el país o la región...", "whatIfSelectDevicePlatform": "Seleccionar plataforma del dispositivo...", "whatIfSelectPrivateLink": "Seleccione un vínculo privado...", "whatIfSelectServicePrincipalRisk": "Seleccionar riesgo de la entidad de servicio...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Identidades de carga de trabajo (versión preliminar)", + "workloadIdentitiesLicenseText": "Se requiere una licencia P1 o P2 de identidades de carga de trabajo para editar esta directiva.", "workloadIdentity": "Identidad de la carga de trabajo" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure dispositivos para el aprovisionamiento inicial y asígnelos a los usuarios.", + "title": "Preparación del dispositivo" + }, + "EnrollmentSettings": { + "description": "Configure las opciones de inscripción, como bloquear la inscripción y asignarlas a los usuarios.", + "title": "Configuración de la inscripción" + }, "coManagementAuthorityDesc": "Establezca la configuración de administración conjunta para la integración de Configuration Manager.", "coManagementAuthorityTitle": "Configuración de administración conjunta ", "deploymentProfiles": "Perfiles de Windows AutoPilot Deployment", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "La longitud máxima de la dirección URL de información es de 1024 caracteres", "installAsManaged": "Instalar como administrado", "installationSourceLabel": "Tipo de aplicación", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Mostrar como aplicación destacada en el Portal de empresa", "isMAMEnabledToggleLabel": "Sí", "lastModifiedDateTime": "Hora de la última actualización", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Configuración" }, "infoBoxText": "El único control de actualización de calidad dedicado disponible, aparte de la directiva de anillos de actualización de Windows 10 y posteriores, es la capacidad de acelerar las actualizaciones de calidad de los dispositivos que se encuentran en un nivel de revisión especificado. Habrá controles adicionales disponibles en el futuro.", + "licenseLearnMoreText": "Obtener más información sobre los requisitos previos y las directivas de actualización de calidad.", + "licenseWarningBoxText": "La creación de directivas de actualización de calidad requiere licencias específicas.", "warningBoxText": "Aunque acelerar las actualizaciones de software puede ayudar a reducir el tiempo necesario para lograr el cumplimiento, su impacto en la productividad del usuario final es mayor. Las posibilidades de experimentar un reinicio durante el horario laboral aumentan considerablemente." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Valores de configuración de Edge", @@ -10660,6 +10740,23 @@ "withEnrollment": "Con inscripción", "withoutEnrollment": "Sin inscripción" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Autor", + "template": "Nombre de la plantilla" + } + }, + "SettingsCatalog": { + "subtitle": "Empiece de cero y seleccione la configuración que quiera en la biblioteca de valores 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.", + "title": "Plantillas" + }, + "noData": "No se han encontrado plantillas de directiva." + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Cliente para equipo de escritorio de Project Online", "visioProRetail": "Visio Online Plan 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "Con inscripción", "withoutEnrollment": "Sin inscripción" }, + "DisplayRoleTypes": { + "builtInRole": "Rol integrado", + "customCloudPCRole": "Rol personalizado de Windows 365", + "customIntuneRole": "Rol personalizado de Intune", + "customRole": "Rol personalizado" + }, "InstallContextType": { "device": "Dispositivo", "deviceContext": "Contexto del dispositivo", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Actualizar en la siguiente sincronización", "duringTimeWindows": "Actualizar durante la hora programada", - "header": "De forma predeterminada, cuando se asigna una directiva de actualizaciones de software de iOS/iPadOS a un dispositivo, Intune implementa las últimas actualizaciones al sincronizar el dispositivo (cada ocho horas, aproximadamente). En su lugar, puede crear una programación semanal con horas de inicio y finalización personalizadas. Si elige actualizar fuera de la hora programada, Intune no implementará las actualizaciones hasta que finalice dicha hora.", + "header": "De forma predeterminada, cuando se asigna una directiva de actualizaciones a un dispositivo, Intune implementa las últimas actualizaciones al sincronizar el dispositivo. En su lugar, puede crear una programación semanal con horas de inicio y finalización personalizadas. Si elige actualizar fuera de la hora programada, Intune no implementará las actualizaciones hasta que finalice dicha hora.", "infoBalloon": "Cuándo tendrán lugar las actualizaciones. Se requiere la entrada adicional para programar actualizaciones durante las horas programadas o fuera de estas.", "label": "Tipo de programación", "outsideActiveHours": "Actualizar fuera de las horas activas (heredado)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Contactos del administrador", "appPackaging": "Empaquetado de aplicaciones", + "businessGroups": "Grupos empresariales", "devices": "Dispositivos", "feedback": "Comentarios", "gettingStarted": "Introducción", @@ -11479,6 +11583,7 @@ "cartProfiles": "Perfiles de carro", "certificateConnectors": "Conectores de certificados", "chromeEnterprise": "Chrome Enterprise (versión preliminar)", + "cloudAttachedDevices": "Dispositivos conectados a la nube (vista previa)", "compliancePolicies": "Directivas de cumplimiento", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (vista previa)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Errores de actualización de características (versión preliminar)", "failuresForQualityUpdates": "Errores de actualización acelerada de Windows (versión preliminar)", "featureFlighting": "Alternancia de características", - "featureUpdateDeployments": "Actualizaciones de características para Windows 10 y versiones posteriores (versión preliminar)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Distribución de paquetes piloto", "fotaUpdate": "Actualización de firmware por vía inalámbrica", "groupPolicy": "Plantillas administrativas", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Inscripciones de usuario incompletas", "iosUpdates": "Directivas de actualización para iOS/iPadOS", "legacyPcManagement": "Administración de equipos heredados", - "macOSSoftwareUpdate": "Directivas de actualización para macOS", - "macOSSoftwareUpdateAccountSummaries": "Estado de instalación de los dispositivos macOS", + "macOSSoftwareUpdate": "Actualizar directivas para macOS (versión preliminar)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "Resumen de actualizaciones de software", "macOSSoftwareUpdateStateSummaries": "actualizaciones", "managedGooglePlay": "Google Play administrado", @@ -11570,11 +11675,12 @@ "warranty": "Proveedores de garantía", "wdacSupplementalPolicies": "Directivas complementarias del modo S", "windows10DriverUpdate": "Actualizaciones de controladores para Windows 10 y versiones posteriores (versión preliminar)", - "windows10QualityUpdate": "Actualizaciones de calidad para Windows 10 y versiones posteriores (versión preliminar)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Anillos de actualización para Windows 10 y versiones posteriores", "windows10XPolicyFailures": "Errores de directiva de Windows 10X", "windows365Connector": "Conector Citrix de Windows 365", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Conector Citrix de Windows 365 (versión preliminar)", + "windowsDiagnosticData": "Datos de Windows", "windowsEnterpriseCertificate": "Certificado de Windows Enterprise", "windowsManagement": "Scripts de PowerShell", "windowsSideLoadingKeys": "Claves de instalación de prueba de Windows", diff --git a/Documentation/Strings-fr.json b/Documentation/Strings-fr.json index 4342de6..ee8906d 100644 --- a/Documentation/Strings-fr.json +++ b/Documentation/Strings-fr.json @@ -337,12 +337,12 @@ "customOMASettings": "Paramètres OMA-URI personnalisés", "customPreferences": "Fichier de préférences", "dFCISecuritySettings": "Paramètres de sécurité", - "defender": "Antivirus Microsoft Defender", - "defenderAntivirus": "Antivirus Microsoft Defender", + "defender": "Microsoft Defender Antivirus", + "defenderAntivirus": "Microsoft Defender Antivirus", "defenderExploitGuard": "Microsoft Defender Exploit Guard", "defenderFirewall": "Pare-feu Microsoft Defender", "defenderLocalSecurityOptions": "Options de sécurité locales de l'appareil", - "defenderSecurityCenter": "Centre de sécurité Microsoft Defender", + "defenderSecurityCenter": "Microsoft Defender Security Center", "deliveryOptimization": "Optimisation de livraison", "derivedCredentialAuthenticationConfiguration": "Information d’identification dérivée", "deviceExperience": "Expérience de l’appareil", @@ -367,7 +367,6 @@ "educationTeacherCerts": "Certificats d'enseignant", "emailProfile": "E-mail", "enterpriseDataProtection": "Protection des informations Windows", - "expeditedCheckin": "Configuration de la gestion des périphériques mobiles", "extensibleSingleSignOn": "Extension d’application d’authentification unique", "filevault": "FileVault", "firewall": "Pare-feu", @@ -508,7 +507,10 @@ "deploymentSettings": "Paramètres de déploiement", "groupAssignmentSettings": "Affectations", "scopeSettings": "Balises d'étendue" - } + }, + "gradualRolloutLicenseWarning": "Cette fonctionnalité nécessite une licence spécifique.", + "gradualRolloutLicenseWarningEdit": "Cette fonctionnalité peut continuer à être utilisée et configurée jusqu’à ce que la stratégie soit enregistrée sans cette fonctionnalité sélectionnée.", + "licenseLearnMoreText": "En savoir plus sur les conditions préalables et les stratégies de mise à jour qualité." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Recherchez dans l’App Store les applications de l'iOS Store que vous voulez déployer avec Intune.", "useManagedBrowser": "Le cas échéant, lorsqu'un utilisateur ouvre l’application web, celle-ci apparaît dans un navigateur protégé par Intune, tel que Microsoft Edge ou Intune Managed Browser. Ce paramètre s’applique aux appareils iOS et Android.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "Fichier qui contient votre application dans un format pouvant être chargé indépendamment sur un appareil. Type de package valide : .intunewin." + "win32AppPackageFile": "Fichier qui contient votre application dans un format pouvant être chargé indépendamment sur un appareil. Type de package valide : .intunewin.", + "winGetStoreSelectApp": "Recherchez dans le référentiel Microsoft Store les applications du Store que vous souhaitez déployer avec Intune." }, "descriptionPreview": "Préversion", "descriptionRequired": "Une description est requise.", @@ -800,10 +803,10 @@ "azureADDevice": "Appareil Azure AD associé", "batch": "Étiquette de groupe", "dateAssigned": "Date d'attribution", - "deviceAccountFriendlyName": "Nom convivial du compte de l’appareil", "deviceAccountPwd": "Mot de passe du compte de l’appareil", "deviceAccountUpn": "Compte d’appareil", "deviceDisplayName": "Nom de l’appareil", + "deviceFriendlyName": "Nom convivial de l'appareil", "deviceName": "Nom de l'appareil", "deviceUseType": "Type d'utilisation de l'appareil", "enrollmentState": "État de l'inscription", @@ -924,10 +927,10 @@ "azureADDevice": "Accédez aux détails de l'appareil associé. N/A signifie qu'aucun appareil n'est associé.", "batch": "Attribut de chaîne qui permet d'identifier un groupe d’appareils. Le champ de balise de groupe de Intune est associé à l’attribut OrderID sur les appareils Azure AD.", "dateAssigned": "Horodatage de l'affectation du profil à l'appareil.", - "deviceAccountFriendlyName": "Nom convivial du compte d’appareil pour les appareils Surface Hub", - "deviceAccountPwd": "Mot de passe du compte d’appareil pour les appareils Surface Hub", - "deviceAccountUpn": "E-mail de compte d’appareil pour les appareils Surface Hub", + "deviceAccountPwd": "Mot de passe du compte d’appareil pour les appareils Surface Hub. En cas d’entrée, renseignez également le compte d’appareil et le nom convivial.", + "deviceAccountUpn": "Adresse e-mail du compte d’appareil pour les appareils Surface Hub. En cas d’entrée, renseignez également le mot de passe du compte d’appareil et le nom convivial.", "deviceDisplayName": "Configurez un nom unique pour un appareil. Ce nom sera ignoré dans les déploiements avec jointure hybride Azure AD. Le nom de l’appareil est toujours issu du profil de jonction de domaine pour les appareils Azure AD Hybride.", + "deviceFriendlyName": "Nom convivial de l’appareil pour les appareils Surface Hub. En cas d’entrée, renseignez également le compte d’appareil et le mot de passe du compte d’appareil.", "deviceName": "Nom affiché quand un utilisateur tente de découvrir l'appareil et de s'y connecter.", "deviceUseType": " L'appareil est configuré en fonction de votre choix. Vous pouvez toujours changer la configuration par la suite dans les paramètres.\r\n ", "enrollmentState": "Spécifie si l'appareil est inscrit.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Message d'erreur", "customMessageToggle": "Afficher un message personnalisé lorsque la limite de temps ou l'erreur se produit", "enableForAutopilotOnlyToggle": "Afficher uniquement la page sur les appareils approvisionnés par OOBE (out-of-box experience)", + "installQualityUpdatesToggle": "Installer les mises à jour qualité de Windows (peut redémarrer l’appareil)", "progressToggle": "Afficher la progression de la configuration des applications et des profils", "resetToggle": "Autoriser les utilisateurs à réinitialiser l'appareil en cas d'erreur d'installation", "timeout": "Afficher une erreur quand la durée de l'installation est supérieure au nombre de minutes spécifié" @@ -1367,7 +1374,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 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." }, "AndroidBiometricAuthentication": { "label": "Accès par biométrie plutôt que par code confidentiel", @@ -1378,7 +1385,7 @@ "tooltip": "Le système d'exploitation Android utilise les scanneurs d'empreintes digitales pour authentifier les utilisateurs d'appareils Android. Cette fonctionnalité prend en charge les contrôles biométriques natifs des appareils Android. Les paramètres biométriques propres aux OEM, comme Samsung Pass, ne sont pas pris en charge. S'ils sont autorisés, les contrôles biométriques natifs doivent être utilisés pour accéder à l'application sur un appareil compatible." }, "AndroidOverrideFingerprint": { - "label": "Remplacer l'empreinte digitale par le code PIN au terme du délai d'attente" + "label": "Remplacer la biométrie par le code PIN  au terme du délai d’attente" }, "AppPIN": { "label": "Code PIN de l'application quand le code PIN de l'appareil est défini", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Protocole de navigateur non géré", - "tooltip": "

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.

\r\n \r\n

Remarque : Spécifiez uniquement le préfixe du protocole. Si votre navigateur nécessitent des liens au format « mybrowser://www.microsoft.com », entrez « mybrowser ».

" + "tooltip": "

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.

\r\n\r\n

Remarque : Spécifiez uniquement le préfixe du protocole. Si votre navigateur nécessitent des liens au format « mybrowser://www.microsoft.com », entrez « mybrowser ».

" }, "CustomDialerAppDisplayName": { "label": "Nom de l’application de numérotation" @@ -1435,7 +1442,7 @@ "tooltip": "Sélectionnez {0} pour appliquer le chiffrement de couche application Intune aux données d'organisation.\r\n
\r\nSélectionnez {1} pour ne pas appliquer le chiffrement de couche application Intune aux données d'organisation.\r\n\r\n
\r\nRemarque : Pour plus d'informations sur le chiffrement de couche application Intune, consultez {2}." }, "EncryptDataAndroid": { - "tooltip": "

Choisissez Exiger pour activer le chiffrement des données professionnelles ou scolaires dans cette application. Intune utilise un schéma de chiffrement AES 256 bits OpenSSL avec le système du magasin de clés Android pour chiffrer de manière sécurisée les données d'application. Les données sont chiffrées de manière synchrone pendant les tâches d'E/S de fichier. Le contenu dans le stockage de l'appareil est toujours chiffré. Le SDK continue à prendre en charge les clés 128 bits pour assurer la compatibilité avec le contenu et les applications qui utilisent les anciennes versions du SDK.

\r\n\r\n

La méthode de chiffrement est pas conforme à FIPS 140-2.

" + "tooltip": "

Choisissez Exiger 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 l’application. Les données sont chiffrées de manière synchrone pendant les tâches d’E/S de fichier. Le contenu sur le stockage de l’appareil est toujours chiffré. Les nouveaux fichiers seront chiffrés avec des clés 256 bits. Les fichiers chiffrés 128 bits existants feront l’objet d’une tentative de migration vers des clés 256 bits, mais le processus n’est pas garanti. Les fichiers chiffrés avec des clés 128 bits resteront lisibles.

\r\n\r\n

La méthode de chiffrement est compatible FIPS 140-2.

" }, "EncryptDataIos": { "tooltip1": "Choisissez Exiger 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 d’application quand l’appareil est verrouillé. Les applications peuvent éventuellement chiffrer les données d’application à l’aide 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 d’application.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Notifications de données d'organisation", - "tooltip": "

Sélectionnez l'une des options suivantes pour spécifier comment sont affichées les notifications des comptes d'organisation dans cette application et sur tous les appareils connectés de type wearable :

\r\n

{0} : Ne pas partager les notifications.

\r\n

{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.

\r\n

{2} : Partager toutes les notifications.

\r\n

Android uniquement :\r\n Remarque : Ce paramètre ne s'applique pas à toutes les applications. Pour plus d'informations, consultez {3} 

\r\n \r\n

iOS uniquement :\r\nRemarque : Ce paramètre ne s'applique pas à toutes les applications. Pour plus d'informations, consultez {4}

" + "tooltip": "

Sélectionnez l'une des options suivantes pour spécifier l’affichage des notifications des comptes d'organisation dans cette application et sur tous les appareils connectés de type wearable :

\r\n

{0} : Ne pas partager les notifications.

\r\n

{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.

\r\n

{2} : Partager toutes les notifications.

\r\n

Android uniquement :\r\n Remarque : Ce paramètre ne s'applique pas à toutes les applications. Pour plus d'informations, consultez {3} 

\r\n\r\n

iOS uniquement :\r\nRemarque : Ce paramètre ne s'applique pas à toutes les applications. Pour plus d'informations, consultez {4}

" }, "OpenLinksManagedBrowser": { "label": "Restreindre le transfert de contenu web à d'autres applications", - "tooltip": "

Sélectionnez l'une des options suivantes pour spécifier les applications dans lesquelles cette application peut ouvrir du contenu Web :

\r\n

Edge : Autoriser le contenu Web à s'ouvrir uniquement dans Edge

\r\n

Navigateur non géré : Autoriser le contenu Web à s'ouvrir uniquement dans le navigateur non géré défini par le paramètre \"Protocole de navigateur non géré\"

\r\n

Toute application : Autoriser le Web liens dans n'importe quelle application

" + "tooltip": "

Sélectionnez l’une des options suivantes pour spécifier les applications dans lesquelles cette application peut ouvrir du contenu web :

\r\n

Microsoft Edge : Autoriser l’ouverture du contenu web uniquement dans Microsoft Edge. Découvrez comment Microsoft Edge protège vos données.

\r\n

Navigateur non géré : Autoriser l’ouverture du contenu web uniquement dans le navigateur non géré défini par le paramètre « Protocole de navigateur non géré »

\r\n

Toute application : Autoriser les liens web dans n’importe quelle application

" }, "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é) »." @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "Remplacer la biométrie par le code confidentiel après les mises à jour biométriques", - "tooltip": "Si la biométrie de la classe 3 est prise en charge par l’appareil (plus d’informations here), lorsqu’une modification de la biométrie est détectée, une invite de code pin remplace les invites biométriques." + "tooltip": "Si la biométrie de la classe 3 est prise en charge par l’appareil (plus d’informations here), lorsqu’une modification de la biométrie est détectée, une invite de code pin remplace les invites biométriques. Ce paramètre ne prend effet que lorsqu’une biométrie a été utilisée pour accéder à l’application." }, "RestrictKeyboards": { "duplicatePackageError": "L’ID de package doit être unique.", @@ -1515,7 +1522,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.
\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 {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.
\r\n\r\n\r\nRemarque : ce paramètre ne s'applique pas à toutes les applications. Pour plus d'informations, consultez {2}.\r\n" }, "SaveDataToSelected": { "label": "Autoriser l'utilisateur à enregistrer des copies dans une sélection de services", @@ -1606,7 +1613,7 @@ "pushNotification": "Envoyer des notifications Push à l'utilisateur final", "remoteLock": "Verrouiller à distance l'appareil non conforme", "removeSourceAccessProfile": "Supprimer le profil d'accès source", - "retire": "Mettre l’appareil non conforme hors service", + "retire": "Ajouter un appareil à la liste des mises hors service", "wipe": "Réinitialiser", "emailNotification": "Envoyer un e-mail à l'utilisateur final" }, @@ -1746,6 +1753,7 @@ "weeks1": "Chaque semaine" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "Mac OS", "windows": "Windows 10 et ultérieur" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Spécifiez le fichier de script PowerShell. La taille du fichier doit être inférieure à 200 Ko.", "uploadLabel": "Emplacement du script" }, + "bashScriptObjectName": "Script Bash", "createButtonText": "Ajouter", "createPowershellScriptFlowSectionName": "Ajouter un script PowerShell", "customAttributeObjectName": "Attribut personnalisé", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "Le client VPN spécifié doit être installé sur l'appareil et doit prendre en charge un VPN par application ; sinon, une erreur se produit. Notez que pour installer l'application, vous devez approuver l'application dans le Google Play Store géré, la synchroniser avec Intune et la déployer.", "androidDeviceOwnerCustomPasswordDescription": "Créez un code secret d’appareil pour les appareils dédiés uniquement. D'une longueur comprise entre 4 et 16 caractères, il peut contenir des chiffres, des lettres et des caractères spéciaux.", "androidDeviceOwnerCustomPasswordName": "Code secret personnalisé", + "androidElevenAndBelowPasswordHeader": "Android 11 et versions antérieures", + "androidElevenAndBelowPasswordHeaderDescription": "Ces paramètres fonctionnent pour les appareils qui exécutent Android 11 ou versions antérieures.", "androidEnterpriseAlwaysOnVpnClientName": "Client VPN", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Entrez l'ID de package de l'application dans le Google Play Store. Par exemple, si l'URL de l'application dans le Play Store est https://play.google.com/store/details?id=com.contosovpn.android.prod, l'ID de package est com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "ID du package", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "À partir d’octobre 2020, certains paramètres ne seront pas pris en charge sur les appareils Android qui exécutent Android 10 et versions ultérieures et qui n’ont pas la fonctionnalité Samsung Knox. Ces paramètres sont étiquetés avec Android 9 et versions antérieures ou Samsung Knox. Cliquez pour en savoir plus.", "androidTrustedServerCertificateNamesDescription": "Il s'agit du nom DNS utilisé dans le certificat présenté par le serveur Radius lors de l'authentification du client auprès du point d'accès Wifi. Si vous avez plusieurs serveurs Radius qui ont le même suffixe DNS dans leur nom de domaine complet, le suffixe seul peut également être utilisé. Cela permet aux appareils de faire confiance au certificat de serveur qui leur est présenté. En savoir plus.
", "androidTrustedServerCertificateNamesName": "Nom du serveur radius", + "androidTwelveAndAbovePasswordHeader": "Android 12 et versions ultérieures", + "androidTwelveAndAbovePasswordHeaderDescription": "Ces paramètres fonctionnent pour les appareils qui exécutent Android 12 ou versions ultérieures.", + "androidTwelveDeprecationInfoBox": "À compter de novembre 2022, certains paramètres ne sont pas pris en charge sur les appareils Android exécutant Android 12 et versions ultérieures. Ces paramètres sont étiquetés avec Android 11 et les versions antérieures. Cliquez pour en savoir plus.", "androidZebraMxConfigurationFileXmlName": "Choisissez un fichier XML MX Zebra valide", "androidZebraMxConfigurationLearnMore": "En savoir plus sur la gestion des appareils Zebra", "androidZebraMxConfigurationXmlName": "Profil MX au format .xml", @@ -3164,7 +3178,7 @@ "defenderDisableCatchupFullScanName": "Analyse complète de mise à jour", "defenderDisableCatchupQuickScanDescription": "Ce paramètre permet de configurer une analyse de mise à jour pour les analyses rapides planifiées. Une analyse de mise à jour est lancée quand une analyse planifiée a été manquée. Si vous bloquez ce paramètre, vous désactivez les analyses de mise à jour pour les analyses rapides planifiées.", "defenderDisableCatchupQuickScanName": "Analyse rapide de mise à jour", - "defenderExclusions": "Exclusions de l'antivirus Microsoft Defender", + "defenderExclusions": "Exclusions de Microsoft Defender Antivirus", "defenderPotentiallyUnwantedAppActionDescription": "Fonctionnalité ajoutée à Windows 10, version 1607. Spécifie le niveau de détection des applications potentiellement indésirables. Désactivée par défaut.", "defenderPotentiallyUnwantedAppActionName": "Détecter les applications potentiellement indésirables", "defenderScheduleScanDayDesc": "Sélectionne le jour d'exécution de l'analyse Microsoft Defender", @@ -3172,33 +3186,33 @@ "defenderScheduleScanEnableLowCpuPriorityDescription": "Ce paramètre permet d'activer ou de désactiver la basse priorité du processeur pour les analyses planifiées. Si vous activez ce paramètre, vous utilisez une priorité basse du processeur pendant les analyses planifiées.", "defenderScheduleScanEnableLowCpuPriorityName": "Configurer la basse priorité du processeur pour les analyses planifiées", "defenderSecurityCenterContactOptionsText": "Spécifiez au moins une des options de contact suivantes.", - "defenderSecurityCenterDisableAccountUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Protection de compte dans le centre de sécurité Microsoft Defender. Masquez cette section pour bloquer également toutes les notifications associées à la zone Protection de compte.", + "defenderSecurityCenterDisableAccountUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Protection de compte dans le Microsoft Defender Security Center. Masquez cette section pour bloquer également toutes les notifications associées à la zone Protection de compte.", "defenderSecurityCenterDisableAccountUIName": "Protection de compte", - "defenderSecurityCenterDisableAppBrowserUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Contrôle des applications et du navigateur dans le centre de sécurité Microsoft Defender. Masquez cette section pour bloquer également toutes les notifications associées à la zone Contrôle des applications et du navigateur.", + "defenderSecurityCenterDisableAppBrowserUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Contrôle des applications et du navigateur dans le Microsoft Defender Security Center. Masquez cette section pour bloquer également toutes les notifications associées à la zone Contrôle des applications et du navigateur.", "defenderSecurityCenterDisableAppBrowserUIName": "Contrôle des applications et du navigateur", "defenderSecurityCenterDisableClearTpmUIDescription": "Configurez l'affichage du bouton Effacer le TPM.", "defenderSecurityCenterDisableClearTpmUIName": "Bouton Effacer le TPM", - "defenderSecurityCenterDisableFamilyUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Options de contrôle parental dans le centre de sécurité Microsoft Defender. Masquez cette section pour bloquer également toutes les notifications associées à la zone Options de contrôle parental.", + "defenderSecurityCenterDisableFamilyUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Options de contrôle parental dans le Microsoft Defender Security Center. Masquez cette section pour bloquer également toutes les notifications associées à la zone Options de contrôle parental.", "defenderSecurityCenterDisableFamilyUIName": "Options de contrôle parental", - "defenderSecurityCenterDisableHardwareUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Protection matérielle dans le centre de sécurité Microsoft Defender. Masquez cette section pour bloquer également toutes les notifications associées à la zone Protection matérielle.", + "defenderSecurityCenterDisableHardwareUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Protection matérielle dans le Microsoft Defender Security Center. Masquez cette section pour bloquer également toutes les notifications associées à la zone Protection matérielle.", "defenderSecurityCenterDisableHardwareUIName": "Protection matérielle", - "defenderSecurityCenterDisableHealthUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Performances des appareils et intégrité dans le centre de sécurité Microsoft Defender. Masquez cette section pour bloquer également toutes les notifications associées à la zone Performances des appareils et intégrité.", + "defenderSecurityCenterDisableHealthUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Performances des appareils et intégrité dans le Microsoft Defender Security Center. Masquez cette section pour bloquer également toutes les notifications associées à la zone Performances des appareils et intégrité.", "defenderSecurityCenterDisableHealthUIName": "Performances des appareils et intégrité", - "defenderSecurityCenterDisableNetworkUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Pare-feu et protection du réseau dans le centre de sécurité Microsoft Defender. Masquez cette section pour bloquer également toutes les notifications associées à la zone Pare-feu et protection du réseau.", + "defenderSecurityCenterDisableNetworkUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Pare-feu et protection du réseau dans le Microsoft Defender Security Center. Masquez cette section pour bloquer également toutes les notifications associées à la zone Pare-feu et protection du réseau.", "defenderSecurityCenterDisableNetworkUIName": "Pare-feu et protection du réseau", "defenderSecurityCenterDisableNotificationAreaUIDescription": "Configurez l'affichage du contrôle de zone de notification. L'utilisateur doit se déconnecter et se connecter, ou redémarrer l'ordinateur pour appliquer ce paramètre.", "defenderSecurityCenterDisableNotificationAreaUIName": "Icône Centre de sécurité Windows dans la zone de notification", - "defenderSecurityCenterDisableRansomwareUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Protection contre les ransomwares dans le centre de sécurité Microsoft Defender. Masquez cette section pour bloquer également toutes les notifications associées à la zone Protection contre les ransomwares.", + "defenderSecurityCenterDisableRansomwareUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Protection contre les ransomwares dans le Microsoft Defender Security Center. Masquez cette section pour bloquer également toutes les notifications associées à la zone Protection contre les ransomwares.", "defenderSecurityCenterDisableRansomwareUIName": "Protection contre les ransomwares", - "defenderSecurityCenterDisableSecureBootUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Protection avec démarrage sécurisé dans le centre de sécurité Microsoft Defender. Masquez cette section pour bloquer également toutes les notifications associées à la zone Protection avec démarrage sécurisé.", + "defenderSecurityCenterDisableSecureBootUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Protection avec démarrage sécurisé dans le Microsoft Defender Security Center. Masquez cette section pour bloquer également toutes les notifications associées à la zone Protection avec démarrage sécurisé.", "defenderSecurityCenterDisableSecureBootUIName": "Protection avec démarrage sécurisé", - "defenderSecurityCenterDisableTroubleshootingUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Résolution des problèmes de processus de sécurité dans le centre de sécurité Microsoft Defender. Masquez cette section pour bloquer également toutes les notifications associées à la zone Résolution des problèmes de processus de sécurité.", + "defenderSecurityCenterDisableTroubleshootingUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Résolution des problèmes de processus de sécurité dans le Microsoft Defender Security Center. Masquez cette section pour bloquer également toutes les notifications associées à la zone Résolution des problèmes de processus de sécurité.", "defenderSecurityCenterDisableTroubleshootingUIName": "Résolution des problèmes de processus de sécurité", - "defenderSecurityCenterDisableVirusUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Protection contre les virus et menaces dans le centre de sécurité Microsoft Defender. Masquez cette section pour bloquer également toutes les notifications associées à la zone Protection contre les virus et menaces.", + "defenderSecurityCenterDisableVirusUIDescription": "Indiquez si les utilisateurs finaux peuvent voir la zone Protection contre les virus et menaces dans le Microsoft Defender Security Center. Masquez cette section pour bloquer également toutes les notifications associées à la zone Protection contre les virus et menaces.", "defenderSecurityCenterDisableVirusUIName": "Protection contre les virus et menaces", "defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUIDescription": "Configurez l'affichage de mise à jour du microprogramme TPM quand un microprogramme vulnérable est détecté.", "defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUIName": "Avertissement de mise à jour du microprogramme TPM", - "defenderSecurityCenterHeaderText": "Application Centre de sécurité Microsoft Defender et notifications", + "defenderSecurityCenterHeaderText": "Application Microsoft Defender Security Center et notifications", "defenderSecurityCenterHelpEmailDescription": "Entrez une adresse e-mail que les utilisateurs finaux peuvent utiliser pour contacter le service informatique.", "defenderSecurityCenterHelpEmailName": "Adresse e-mail du service informatique", "defenderSecurityCenterHelpEmailPlaceholder": "par ex. : it@contoso.com", @@ -3218,15 +3232,15 @@ "defenderSecurityCenterITContactDisplayDontDisplayName": "Ne pas afficher", "defenderSecurityCenterITContactDisplayName": "Informations de contact du service informatique", "defenderSecurityCenterITContactInformationHeaderText": "Informations de contact du service informatique", - "defenderSecurityCenterITContactInformationSubHeaderText": "Indiquez les informations de contact du service informatique qui apparaissent dans l'application Centre de sécurité Microsoft Defender et dans les notifications de l'application.", + "defenderSecurityCenterITContactInformationSubHeaderText": "Indiquez les informations de contact du service informatique qui apparaissent dans l'application Microsoft Defender Security Center et dans les notifications de l'application.", "defenderSecurityCenterNotificationsFromAppBlockAllNotificationsName": "Bloquer toutes les notifications", "defenderSecurityCenterNotificationsFromAppBlockNoncriticalNotificationsName": "Bloquer les notifications non critiques", - "defenderSecurityCenterNotificationsFromAppDescription": "Choisissez les notifications à afficher aux utilisateurs finaux. Les notifications non critiques sont notamment les récapitulatifs d'activité de l'antivirus Microsoft Defender, notamment les notifications indiquant que les analyses sont terminées. Toutes les autres notifications sont considérées comme étant critiques.", + "defenderSecurityCenterNotificationsFromAppDescription": "Choisissez les notifications à afficher aux utilisateurs finaux. Les notifications non critiques sont notamment les récapitulatifs d'activité de Microsoft Defender Antivirus, notamment les notifications indiquant que les analyses sont terminées. Toutes les autres notifications sont considérées comme étant critiques.", "defenderSecurityCenterNotificationsFromAppName": "Notifications des zones affichées de l'application", "defenderSecurityCenterOrganizationDisplayNameDescription": "Entrez le nom de l'organisation informatique.", "defenderSecurityCenterOrganizationDisplayNameName": "Nom de l'organisation informatique", "defenderSecurityCenterOrganizationDisplayNamePlaceholder": "par ex. : Contoso IT", - "defenderSecurityCenterSubHeaderText": "Empêchez l'utilisateur final d'accéder aux différentes zones de l'application Centre de sécurité Microsoft Defender. Masquez la section pour bloquer également les notifications associées.", + "defenderSecurityCenterSubHeaderText": "Empêchez l'utilisateur final d'accéder aux différentes zones de l'application Microsoft Defender Security Center. Masquez la section pour bloquer  également les notifications associées.", "defenderSecurityCenterTamperProtectionDescription": "L'état Non configuré est défini par défaut et n'a pas d'impact.
L'état Activé active les restrictions de protection contre les falsifications.
L'état Désactivé désactive les restrictions de protection contre les falsifications.
Quand l'état Activé ou Désactivé existe sur un client, le déploiement de l'état Non configuré n'a pas d'impact sur le paramètre. Pour changer l'état Activé ou Désactivé, vous devez déployer le paramètre opposé respectivement. ", "defenderSecurityCenterTamperProtectionDisable": "Désactivé", "defenderSecurityCenterTamperProtectionEnable": "Activé", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "par exemple, outlook.office365.com", "exchangeActiveSyncHostName": "Serveur e-mail", "exclusionAppListColumn": "Application à exclure", - "expeditedCheckinEnableDescription": "Effectuer une vérification des appareils toutes les heures", - "expeditedCheckinEnableName": "Effectuer une vérification des appareils toutes les heures", "experienceAllowBrowserSyncSettingsDescription": "Spécifie si l'utilisateur peut activer la synchronisation des paramètres du navigateur à l'aide de l'option \"Synchroniser vos paramètres\" pour synchroniser des informations comme l'historique et les Favoris entre ses appareils. Pour configurer ce paramètre, vous devez activer le paramètre \"Synchroniser les paramètres du navigateur entre les appareils de l'utilisateur\".", "experienceAllowBrowserSyncSettingsName": "L'utilisateur peut activer Synchroniser les paramètres du navigateur", "experienceDoNotSyncBrowserSettingsDescription": "En cas de blocage, la configuration par défaut (autoriser la synchronisation des paramètres du navigateur entre les appareils) est désactivée, ce qui signifie que les utilisateurs ne peuvent pas effectuer la synchronisation entre les appareils. Si « Bloquer et activer le remplacement utilisateur » est sélectionné, l'utilisateur peut remplacer la désignation de l'administrateur.", @@ -3856,7 +3868,7 @@ "exploitGuardEPExplainationPart1": "Configurez des restrictions au niveau de la mémoire, du flux de contrôle et des stratégies pour protéger une application contre des attaques. Chaque atténuation peut être activée en mode Audit/Blocage.", "exploitGuardEPExplainationPart2": "Pour activer Exploit Protection, créez un fichier XML représentant les paramètres d'atténuation du système et des applications de votre choix. Pour cela, utilisez l'une des deux méthodes suivantes :", "exploitGuardEPExplainationPart3": "PowerShell : Utilisez une ou plusieurs applets de commande PowerShell (Get-ProcessMitigation, Set-ProcessMitigation ou ConvertTo-ProcessMitigationPolicy) pour configurer les paramètres d'atténuation et les exporter sous forme d'une représentation XML.", - "exploitGuardEPExplainationPart4": "Interface utilisateur du centre de sécurité Microsoft Defender : Dans le centre de sécurité Microsoft Defender, cliquez sur Contrôle des applications et du navigateur, puis faites défiler vers le bas de l'écran jusqu'à Exploit Protection. Utilisez d'abord les onglets Paramètres système et Paramètres de programme pour configurer les paramètres d'atténuation. Ensuite, recherchez le lien Paramètres d'exportation en bas de l'écran pour en exporter une représentation XML.", + "exploitGuardEPExplainationPart4": "Interface utilisateur du Microsoft Defender Security Center : Dans le Microsoft Defender Security Center, cliquez sur Contrôle des applications et du navigateur, puis faites défiler vers le bas de l'écran jusqu'à Exploit Protection. Utilisez d'abord les onglets Paramètres système et Paramètres de programme pour configurer les paramètres d'atténuation. Ensuite, recherchez le lien Paramètres d'exportation en bas de l'écran pour en exporter une représentation XML.", "exploitGuardEPExplainationUrlText": "En savoir plus sur Exploit Guard", "exploitGuardEPWarningMessage": "Vous pouvez uniquement restaurer ces paramètres en appliquant le code XML manuellement sur les objets de ce groupe.", "exploitGuardEPXmlText": "Charger XML", @@ -3890,7 +3902,7 @@ "fileBlockHighOption": "Élevé", "fileBlockHighPlusOption": "Haut +", "fileBlockZeroToleranceOption": "Tolérance zéro", - "fileBlockingLevelDescription": "Spécifie le niveau de protection fourni par le cloud.
\r\nL'option Non configuré utilise le niveau de blocage par défaut de l'antivirus Microsoft Defender et fournit une détection efficace sans accroître le risque de détection de fichiers légitimes.
L'option Haut applique un niveau élevé de détection.
L'option Haut + utilise le niveau Haut et applique des mesures de protection supplémentaires (peut impacter les performances du client).
L'option Tolérance zéro bloque tous les exécutables inconnus
\r\nL'option Haut peut entraîner la détection de certains fichiers légitimes, même si cela reste peu probable.
\r\nNous vous recommandons de définir le niveau par défaut (Non configuré).\r\n ", + "fileBlockingLevelDescription": "Spécifie le niveau de protection fourni par le cloud.
\r\nL'option Non configuré utilise le niveau de blocage par défaut de Microsoft Defender Antivirus et fournit une détection efficace sans accroître le risque de détection de fichiers légitimes.
L'option Haut applique un niveau élevé de détection.
L'option Haut + utilise le niveau Haut et applique des mesures de protection supplémentaires (peut impacter les performances du client).
L'option Tolérance zéro bloque tous les exécutables inconnus
\r\nL'option Haut peut entraîner la détection de certains fichiers légitimes, même si cela reste peu probable.
\r\nNous vous recommandons de définir le niveau par défaut (Non configuré).\r\n ", "fileBlockingLevelName": "Niveau de blocage de fichier", "fileExtensionsToExcludeName": "Extensions de fichier à exclure des analyses et de la protection en temps réel", "fileName": "Nom de fichier (obligatoire, mais non utilisé, pour XML et Base64 personnalisés)", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Créez un profil pour forcer les appareils attribués à installer automatiquement les dernières mises à jour macOS. Ces paramètres déterminent quand et comment les mises à jour logicielles sont déployées. Ce profil n’empêche pas les utilisateurs de mettre à jour manuellement le système d'exploitation. Les mises à jour s’appliquent uniquement aux appareils inscrits via un programme Apple d’inscription automatisée des appareils (ABM ou ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "En savoir plus", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "En savoir plus", - "macOSSoftwareUpdatePolicySupervisedName": "Créez un profil pour forcer les appareils attribués à installer automatiquement les dernières mises à jour macOS. Ces paramètres déterminent quand et comment les mises à jour logicielles sont déployées. Ce profil n’empêche pas les utilisateurs de mettre à jour manuellement le système d'exploitation. Les mises à jour s’appliquent uniquement aux appareils inscrits via un programme Apple d’inscription automatisée des appareils (ABM ou ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Créez un profil pour forcer les appareils affectés à installer automatiquement les dernières mises à jour macOS. Ces paramètres déterminent comment et quand les mises à jour logicielles sont déployées. Ce profil n’empêche pas les utilisateurs de mettre à jour le système d’exploitation manuellement. Les mises à jour ne s’appliquent qu’aux appareils supervisés.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Planification hebdomadaire", - "macOSSoftwareUpdateSelectScheduleTypeName": "Par défaut, quand une stratégie de mises à jour logicielles macOS est attribuée à un appareil, Intune déploie les dernières mises à jour au check-in de l'appareil. Vous pouvez aussi créer une planification hebdomadaire et spécifier une période de temps pendant laquelle les appareils peuvent effectuer un check-in et recevoir des mises à jour. Si vous choisissez d'effectuer une mise à jour en dehors de l'intervalle planifié, Intune ne déploie pas les mises à jour avant la fin de l'intervalle planifié.", + "macOSSoftwareUpdateSelectScheduleTypeName": "Par défaut, quand une stratégie de mises à jour est attribuée à un appareil, Intune déploie les dernières mises à jour au check-in de l’appareil. Au lieu de cela, vous pouvez créer une planification hebdomadaire avec des heures de début et de fin personnalisées. Si vous choisissez d’effectuer une mise à jour en dehors de l’intervalle planifié, Intune ne déploie pas les mises à jour avant la fin de l’intervalle planifié.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Sélectionnez le mode de téléchargement, d'installation et/ou de notification de chaque type de mise à jour.", "macOSSystemExtensionsExtensionTypeName": "Types d’extension système autorisés", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Les étudiants inscrits à un cours Classroom non géré doivent obtenir l'accord d'un enseignant pour quitter le cours.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Décharger le trafic NAT KeepAlive sur le matériel quand l’appareil est en veille", "nATKeepAliveOffloadEnableToolTip": "Par défaut, quand un appareil est en veille, le système NAT vérifie continuellement s’il est connecté au VPN. Ce paramètre vous permet de désactiver ce comportement.", "nacIdCheckBoxLabel": "J'accepte.", - "nacIdDescCisco": "Cisco AnyConnect nécessite l'ajout de l'ID d'appareil Intune dans le profil VPN pour activer NACNAC.

J'autorise Microsoft à inclure dans le profil VPN des informations sur l'appareil accessibles à Cisco et à ses partenaires.", - "nacIdDescCitrix": "Citrix SSO nécessite qu'un ID d'appareil Intune soit inclus dans le profil VPN pour activer NAC.

J'autorise Microsoft à inclure des informations d'appareil dans le profil VPN, que Citrix SSO et ses partenaires pourront utiliser.", - "nacIdDescF5": "F5 Access nécessite un ID d'appareil Intune inclus dans le profil VPN pour activer NAC.

J'autorise Microsoft à inclure des informations d'appareil dans le profil VPN, utilisables par F5 Access et ses partenaires.", + "nacIdDescCisco": "Cisco AnyConnect nécessite l'ajout de l'ID d'appareil Intune dans le profil VPN pour activer NAC.

J'autorise Microsoft à inclure dans le profil VPN des informations sur l'appareil que Cisco et ses partenaires pourront utiliser. Cliquez pour en savoir plus, notamment le type de données partagées avec le fournisseur de services.", + "nacIdDescCitrix": "Citrix SSO nécessite qu'un ID d'appareil Intune soit inclus dans le profil VPN pour activer NAC.

J'autorise Microsoft à inclure des informations d'appareil dans le profil VPN, que Citrix SSO et ses partenaires pourront utiliser. Cliquez pour en savoir plus, notamment le type de données partagées avec le fournisseur de services.", + "nacIdDescF5": "F5 Access nécessite l'ajout de l'ID d'appareil Intune dans le profil VPN pour activer NAC.

J'autorise Microsoft à inclure dans le profil VPN des informations sur l'appareil que F5 Access et ses partenaires pourront utiliser. Cliquez pour en savoir plus, notamment le type de données partagées avec le fournisseur de services.", "nacIdHeader": "Activer le contrôle d'accès réseau (NAC)", "nacIdHeaderCiscoToolTip": "L'ID d'appareil est chiffré et inclus dans le profil VPN. Quand l'utilisateur tente de se connecter au VPN, Cisco AnyConnect passe cette valeur à votre infrastructure NAC, qui interroge ensuite Intune avec cette valeur pour déterminer si l'appareil est déjà inscrit et conforme.

Cisco AnyConnect ne peut pas accéder à l'ID d'appareil directement, cette valeur doit donc être incluse dans le profil VPM pour activer NAC.", "nacIdHeaderCitrixToolTip": "L'ID d'appareil est chiffré et inclus dans le profil VPN. Quand l'utilisateur tente de se connecter au VPN, Citrix SSO passe cette valeur à votre infrastructure NAC, qui interroge ensuite Intune avec cette valeur pour déterminer si l'appareil est déjà inscrit et conforme.

Citrix SSO ne peut pas accéder à l'ID d'appareil directement, cette valeur doit donc être incluse dans le profil VPN pour activer NAC.", @@ -5847,7 +5859,7 @@ "scanFilesOpenedFromNetworkFoldersName": "Analyser les fichiers ouverts à partir de dossiers réseau", "scanIncomingMailMessagesName": "Analyser les e-mails entrants", "scanMappedNetworkDrivesDuringFullScanName": "Analyser les lecteurs réseau mappés lors d'une analyse complète", - "scanRemovableDrivesDuringFullScanDescription": "Autorise Microsoft Defender à rechercher les logiciels malveillants et indésirables dans les lecteurs amovibles (par ex., les lecteurs flash) pendant une analyse complète. L'antivirus Microsoft Defender analyse tous les fichiers des périphériques USB avant l'exécution.", + "scanRemovableDrivesDuringFullScanDescription": "Autorise Microsoft Defender à rechercher les logiciels malveillants et indésirables dans les lecteurs amovibles (par ex., les lecteurs flash) pendant une analyse complète. Microsoft Defender Antivirus analyse tous les fichiers des périphériques USB avant l'exécution.", "scanRemovableDrivesDuringFullScanName": "Analyser les disques amovibles lors d'une analyse complète", "scenario": "Scénario", "scheduleImminentRestartWarningInMinutesDescription": "Spécifiez la période des notifications d'avertissement de redémarrage automatique imminent. Valeurs autorisées : 15, 30 ou 60.", @@ -6016,6 +6028,15 @@ "shutdown": "Arrêt", "signatureUpdateIntervalInHoursName": "Intervalle de mise à jour de la veille de sécurité (en heures)", "signingCertificateType": "Type de certificat de signature", + "silentCertAccessAddApps": "Ajouter des applications", + "silentCertAccessApplicationsName": "Applications", + "silentCertAccessMaxAppsWarn": "Sélectionnez un maximum de 50 applications auxquelles accorder l’accès par certificat silencieux.", + "silentCertAccessMinAppsWarn": "Sélectionnez au moins une application à laquelle accorder l’accès silencieux au certificat.", + "silentCertAccessSpecificApps": "Accorder en mode silencieux pour des applications spécifiques (exiger l’approbation de l’utilisateur pour d’autres applications)", + "silentCertAccessTabName": "Applications", + "silentCertAccessTypeDescription": "Choisir la manière dont l’accès au certificat est accordé aux applications", + "silentCertAccessTypeName": "Accès au certificat", + "silentCertAccessUserApproval": "Exiger l’approbation de l’utilisateur pour toutes les applications", "simpleDownloadOption": "Mode de téléchargement simple sans peering (99)", "simultaneousMultiThreadingName": "Multithreading simultané", "singleAppModeAppNameDescription": "Nom de l'application.", @@ -6359,7 +6380,7 @@ "thursdayOption": "Jeudi", "timeAndLanguagePageDescription": "Bloque l'accès à Heure et langue dans l'application Paramètres.", "timeAndLanguagePageName": "Heure et langue", - "timeExtensionForFileScanDescription": "Spécifie la durée maximale pendant laquelle l'antivirus Microsoft Defender doit bloquer un fichier dans l'attente d'un résultat du cloud. La durée de base est 10 secondes, toute durée supplémentaire spécifiée ici (jusqu'à 50 secondes) est ajoutée à ces 10 secondes. Cette durée est un maximum théorique, dans la plupart des cas, la durée de l'analyse est inférieure à la valeur maximale. En rallongeant la durée, vous permettez au cloud d'examiner soigneusement les fichiers suspects.
Nous vous recommandons d'activer ce paramètre et de spécifier au moins 20 secondes supplémentaires.", + "timeExtensionForFileScanDescription": "Spécifie la durée maximale pendant laquelle Microsoft Defender Antivirus doit bloquer un fichier dans l'attente d'un résultat du cloud. La durée de base est 10 secondes, toute durée supplémentaire spécifiée ici (jusqu'à 50 secondes) est ajoutée à ces 10 secondes. Cette durée est un maximum théorique, dans la plupart des cas, la durée de l'analyse est inférieure à la valeur maximale. En rallongeant la durée, vous permettez au cloud d'examiner soigneusement les fichiers suspects.
Nous vous recommandons d'activer ce paramètre et de spécifier au moins 20 secondes supplémentaires.", "timeExtensionForFileScanName": "Prolongation du délai d'analyse des fichiers par le cloud", "timeExtensionForFileScanPlaceholder": "Entrer un nombre de secondes (0-50)", "timeForDailyQuickScanName": "Heure de l'analyse rapide quotidienne", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Professionnel pour les Stations de travail édition N", "windows10ProfessionalWorkstationOption": "Windows 10/11 Professionnel pour les Stations de travail", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "En sélectionnant cette option, vous acceptez que lors de l'application de ce système d'exploitation à un appareil, soit (1) la licence Windows applicable a été achetée via une licence en volume, soit (2) que vous êtes autorisé à lier votre organisation et acceptez en son nom les Les Termes du contrat de licence logiciel Microsoft se trouvent ici {0}.", "windowsAppNonComplianceTypeDescription": "Il est recommandé de demander aux utilisateurs d'accepter les conditions d'utilisation. De cette façon, ils reconnaissent que l'installation de certaines applications peut être bloquée. Utilisez la liste d'applications bloquées pour spécifier les applications Windows Phone non gérées par Intune que les utilisateurs ne peuvent pas installer. En ce qui concerne la liste des applications autorisées, toutes les applications, notamment le portail d'entreprise et les applications déployées, doivent être ajoutées à la liste selon le format d'URL de l'App Store", "windowsAppUrlExample": "par exemple, https://www.microsoft.com/fr-fr/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "Ces paramètres fonctionnent pour les appareils à profil professionnel appartenant à l’entreprise et s’appliquent uniquement lors de l’utilisation personnelle.", "workProfileRequirePasswordDescription": "Exige un mot de passe pour utiliser les applications professionnelles. Ce mot de passe peut être différent de celui de l'appareil. Nécessite Android 7.0+ ", "workProfileRequirePasswordName": "Exiger le mot de passe du profil professionnel", + "workProfileRequiredPasswordComplexityDescription": "Spécifiez la complexité de mot de passe requise.", + "workProfileRequiredPasswordComplexityName": "Complexité du mot de passe du profil professionnel", "workProfileRequiredPasswordTypeDescription": "Spécifie le type de mot de passe obligatoire.", "workProfileRequiredPasswordTypeName": "Type de mot de passe obligatoire", "workspaceIDName": "ID de l'espace de travail", @@ -7601,7 +7626,7 @@ "isMamEnabled": "La gestion MAM est-elle activée ?", "itemsCount": "{0} éléments", "jailbrokenRootedDevices": "Appareils jailbreakés/rootés", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "Date de dernière modification", "lastReportedDate": "Date du dernier rapport", "lastSync": "Dernière synchronisation", "lastSyncGmt": "Dernière synchronisation (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "ID de l'appareil MDM", "mdmWipInvalidVersionSettings": "Une ou plusieurs applications ont des définitions de version minimale/maximale non valides.

Les stratégies Protection des informations Windows avec inscription permettent de spécifier une seule version (minimale ou maximale), sauf si les deux versions sont définies comme équivalentes. Si la version minimale est uniquement indiquée, la règle exige une version supérieure ou égale à la version minimale. De même, si la version maximale est uniquement indiquée, la règle exige une version inférieure ou égale à la version maximale.", "mdmWipReport": "Rapport de la Protection des informations Windows MDM", + "microsoftDefenderForEndpoint": "Microsoft Defender pour point de terminaison", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Version min. de l'application", "minMaxValidation": "La version minimale du système d’exploitation doit être inférieure à la version maximale du système d’exploitation, quand l’action est la même.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Version mini. de Portail d’entreprise", "minimumDeviceSelection": "Au moins 1 appareil doit être sélectionné", "mobileAppCRUDpermission": "Autorisations de lecture, de création et d’attribution d’applications mobiles", + "mobileThreatDefenseNonMicrosoft": "Défense contre les menaces mobiles (non-Microsoft)", "monitor": "Analyse", "moreApps": "Autres applications", "moreAppsTextBoxTooltip": "Ajoutez des applications métier ici si vous n'avez pas accès à l'intégralité du portail Intune.", - "mtdConnectorInfoBox1": "Important ! Assurez-vous que votre connecteur Mobile Threat Defense est configuré pour sécuriser correctement les données de votre organisation en fonction de l’évaluation des menaces des services Mobile Threat Defense.", + "mtdConnectorInfoBox1": "Important! Assurez-vous que votre connecteur de défense contre les menaces mobiles (DMM) est configuré pour sécuriser correctement les données de votre organisation en fonction de l’évaluation des menaces des services de défense contre les menaces mobiles.", "mtdConnectorInfoBox2": "Découvrez en détail Mobile Threat Defense pour les appareils désinscrits.", + "mtdConnectorInfoBox3": "Si votre client dispose d’une connexion configurée avec Microsoft Defender pour point de terminaison et un service DMM (non-Microsoft) et ne configure pas de service DMM principal, ou s’il y a un conflit lors du ciblage d’un utilisateur, la valeur par défaut est Microsoft Defender pour point de terminaison.", "name": "Nom", "networkBoundariesInfoBoxText": "Ajoutez /*AppCompat*/ à votre liste de ressources cloud pour permettre aux applications personnelles se connectant directement à une ressource cloud par le biais d'une adresse IP d'établir des connexions TLS.", "networkBoundariesInfoParagraph1": "Choisissez l'emplacement réseau des données d'entreprise accessibles aux applications protégées.", @@ -7735,6 +7763,7 @@ "portNumber": "Numéro du port", "portNumberDesc": "Port du proxy spécifié dans l’adresse proxy", "prefix": "Préfixe", + "primaryMtdService": "Service DMM principal", "productName": "Nom du produit", "properties": "Propriétés", "protected": "Protégé", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "Ressources à créer", "restrictWebContentNo": "N'importe quelle application", "restrictWebContentOption2": "{0} : Autoriser les liens web dans n'importe quelle application", - "rootCertificate": "Root Certificate", + "rootCertificate": "Certificat racine", "safetyNetDeviceAttestation": "Attestation d'appareil SafetyNet", "saveAppsNotificationText": "Enregistrement des applications sélectionnées", "saveChangesCommandText": "Enregistrer", @@ -7813,6 +7842,7 @@ "setting": "Paramètre", "settingName": "Nom du paramètre", "settings": "Paramètres", + "settingsCatalog": "Catalogue des paramètres", "settingsSelectorLabel": "Paramètres", "silent": "Automatisé", "specificUserIsLicensedIntune": "{0} a une licence pour Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Géré par stratégie", "targetediOSUserPartTitle": "Statut de l'utilisateur pour iOS", "threatCategory": "Catégorie de menace", + "tileDeprecated": "Cette vignette a été dépréciée. Supprimez-la de votre tableau de bord.", "timeColumnLabel": "Heure", "timebombLabel": "Intervalle hors connexion avant réinitialisation des données d'application (jours)", "timebombToolTip": "Au bout du nombre spécifié de jours sans synchronisation de l'appareil dans Intune, Windows effectue une réinitialisation sélective sur l'appareil qui désinscrit les applications de la gestion MAM et supprime les données de l'entreprise qui sont chiffrées et protégées. La valeur par défaut de ce paramètre est 90 jours. La valeur 0 désactive le paramètre.", @@ -7912,9 +7943,9 @@ "windows10AppProtectionPolicy": "Windows 10 et une stratégie de protection des applications ultérieure", "windows10PlatformLabel": "Windows 10 et ultérieur", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 et ultérieur", "windowsInformationProtectionPlatformLabel": "Protection des informations Windows", - "windowsPhone": "Windows Phone 8.1", + "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", "windowsProtectionReport": "Rapport de protection Windows", "wipAddAppsSubtitle": "Ajoutez les applications Microsoft recommandées, ou ajoutez manuellement les applications de bureau ou du Store à autoriser dans cette stratégie.", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Spécifie la liste des extensions de fichier pour que les fichiers avec ces extensions soient chiffrés pendant la copie à partir d'un partage SMB dans les limites de l'entreprise définies dans la liste des emplacements réseau. Quand cette stratégie n'est pas spécifiée, le comportement de chiffrement automatique existant est appliqué. Quand cette stratégie est configurée, seuls les fichiers avec les extensions de la liste sont chiffrés.", "wipStoreApps": "Applications de Store", "wipWeAppsListInfo": "Ces applications sont autorisées à accéder à vos données d'entreprise. Elles interagissent différemment selon qu'elles sont utilisées avec des applications non autorisées, inconnues de l'entreprise ou strictement personnelles. Seules les applications compatibles sont autorisées sur les appareils sans MDM.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Pour que les stratégies Windows 10 et versions ultérieures entrent en vigueur, définissez les URL de la gestion des applications mobiles dans AAD sur Microsoft Intune en choisissant «Restaurer les URL par défaut» et en définissant l'étendue utilisateur.", "wipWebsiteLearningTitle": "Apprentissage de site web pour la Protection des informations Windows", "wipeData": "Réinitialiser les données", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professionnel Éducation N", "windows10ProfessionalN": "Windows 10 Professionnel N", "windows10ProfessionalWorkstation": "Station de travail Windows 10/11 Professionnel", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professionnel Station de travail N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professionnel Station de travail N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Utiliser un script de détection personnalisé", "runAs32Bit": "Exécuter le script comme processus 32 bits sur des clients 64 bits", "runAs32BitTooltip": "Sélectionnez 'Oui' pour exécuter le script dans un processus 32 bits sur des clients 64 bits. Sélectionnez 'Non' (par défaut) pour exécuter le script dans un processus 64 bits sur des clients 64 bits. Les clients 32 bits exécutent le script dans un processus 32 bits.", + "scriptContent": "Script content", "scriptFile": "Fichier de script", "scriptFileNotSelectedValidation": "Aucun fichier de script sélectionné.", "scriptFileTooltip": "Sélectionnez un script PowerShell qui détecte la présence de l'application sur le client. L'application est détectée quand le script retourne un code de sortie de valeur 0 et écrit une valeur de chaîne dans STDOUT.", @@ -8160,8 +8195,8 @@ "aSRDeviceControl": "Contrôle de l’appareil", "aSRExploitProtection": "Protection contre le code malveillant", "aSRWebProtection": "Protection web (ancienne version de Microsoft Edge)", - "aVExclusions": "Exclusions de l’antivirus Microsoft Defender", - "antivirus": "Antivirus Microsoft Defender", + "aVExclusions": "Exclusions de Microsoft Defender Antivirus", + "antivirus": "Microsoft Defender Antivirus", "cloudPC": "Base de référence de sécurité Windows 365", "default": "Sécurité du point de terminaison", "defenderTest": "Démonstration Microsoft Defender pour point de terminaison", @@ -8233,8 +8268,8 @@ "kiosk": "Kiosque", "localUsersAndGroups": "Modifier l’appartenance au groupe de l’utilisateur", "macCompliancePolicy": "Stratégie de conformité Mac", - "microsoftDefenderAntivirus": "Antivirus Microsoft Defender", - "microsoftDefenderAntivirusexclusions": "Exclusions de l’antivirus Microsoft Defender", + "microsoftDefenderAntivirus": "Microsoft Defender Antivirus", + "microsoftDefenderAntivirusexclusions": "Exclusions de Microsoft Defender Antivirus", "microsoftDefenderAtpWindows10Desktop": "Microsoft Defender pour point de terminaison (appareils de bureau exécutant Windows 10 ou versions ultérieures)", "microsoftDefenderFirewallRules": "Règles de pare-feu Microsoft Defender", "microsoftEdgeBaseline": "Base de référence Microsoft Edge", @@ -8307,9 +8342,6 @@ "string": "Chaîne", "version": "Version" }, - "ScriptContent": { - "emptyMessage": "Le contenu du script ne doit pas être vide." - }, "duplicateName": "Le nom de script {0} est déjà utilisé. Entrez un autre nom.", "enforceSignatureCheck": "Appliquer la vérification de la signature du script", "enforceSignatureCheckTooltip": "Sélectionnez « Oui » pour vérifier que le script est signé par un éditeur approuvé, ce qui permet de l'exécuter sans avertissement ni invite. Le script s'exécute sans blocage. Sélectionnez « Non » (par défaut) pour exécuter le script avec confirmation de l'utilisateur final, mais sans vérification de signature.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Sélectionnez l'opérateur de la comparaison de spécifications.", "requirementMethod": "Sélectionner un type de données de sortie", "requirementMethodTooltip": "Sélectionnez le type de données utilisé pour déterminer une spécification de correspondance de détection.", + "scriptContent": "Script content", "scriptFile": "Fichier de script", "scriptFileTooltip": "Sélectionnez un script PowerShell qui détecte la présence de l'application sur le client. Si l'application est détectée, le processus de spécification fournit un code de sortie de valeur 0 et écrit une valeur de chaîne dans STDOUT.", "scriptName": "Nom du script", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Ajouter un contexte d’authentification", + "deleteDisallowed": "Vous ne pouvez pas supprimer ce contexte d’authentification tant qu’il est référencé par vos stratégies d’accès conditionnel.", "descPlaceholder": "Ajouter une description pour le contexte d’authentification", "modifyTitle": "Modifier le contexte d’authentification", "namePlaceholder": "Ex. : emplacement approuvé, appareil approuvé, autorisation forte", @@ -8396,15 +8430,15 @@ "description": "Description", "documentation": "Documentation", "getStarted": "Démarrer", - "label": "Contexte d’authentification (préversion)", - "menuLabel": "Contexte d’authentification (préversion)", + "label": "Contexte d’authentification", + "menuLabel": "Contexte d’authentification", "name": "Nom", "noAuthContextConfigured": "Aucun contexte d’authentification n’a été configuré.", "noAuthContextSet": "Il n'existe pas de contextes d'authentification", "noData": "Aucun contexte d’authentification à afficher", "selectionInfo": "Le contexte d’authentification permet de sécuriser les données et les actions d’une application dans des applications comme SharePoint et Microsoft Cloud App Security.", "step": "Étape", - "tabDescription": "Gérez le contexte d’authentification pour protéger les données et les actions dans vos applications. [En savoir plus][1]\n[1] : https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Gérez le contexte d’authentification pour protéger les données et les actions dans vos applications. Les contextes d’authentification ne peuvent pas être supprimés lorsqu’ils sont référencés par des stratégies d’accès conditionnel. [En savoir plus][1]\n[1] :https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Étiqueter les ressources avec un contexte d’authentification" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Utilisateurs invités ou externes", "internalGuestLabel": "Utilisateurs invités locaux", "otherExternalUserLabel": "Autres utilisateurs externes", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (préversion)", + "serviceProviderUsersLabel": "Utilisateurs du fournisseur de services" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Méthode de recherche de pays", + "ariaLabel": "Méthode de recherche de pays/région", "gps": "Déterminer l’emplacement avec les coordonnées GPS", "info": "Quand la condition d’emplacement d’une stratégie d’accès conditionnel est configurée, les utilisateurs sont invités par l’application Authenticator à partager leur emplacement GPS.", "ip": "Déterminer l'emplacement avec l'adresse IP (IPv4 uniquement)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Configurez les niveaux de risque du principal de service nécessaires à l’application de la stratégie​", "infoBalloonContent": "Configurer le risque de principal de service pour appliquer la stratégie aux niveaux de risque sélectionnés", - "title": "Risque de principal de service (préversion)" + "title": "Risque de principal de service" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Activer/désactiver l’évaluation continue de l’accès", "upsellInfo": "Vous ne pouvez plus modifier vos paramètres sur cette page et tous les paramètres définis ici doivent être ignorés. Votre paramètre précédent sera respecté. Vous pouvez configurer vos paramètres d’autorité de certification sous Accès conditionnel à l’avenir. Cliquez ici pour en savoir plus." }, + "SamlReauth": { + "Filter": { + "warning": "Vous ciblez des applications à l’aide d’une requête dynamique. Certaines applications peuvent ne pas être prises en charge pour être utilisées avec le contrôle de session « fréquence de connexion à chaque fois ». {0}En savoir plus sur les scénarios recommandés.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "Liste des attributs sur l’appareil utilisé lors de la connexion." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "Aucun client sélectionné", + "selectOrganization": "Sélectionner une organisation", + "tenantIdWithPlaceholder": "ID du client : {0}", + "tenantSelectionRequired": "Client requis" }, "advancedTabText": "Avancé", "allCloudAppsErrorBox": "L'option « Toutes les applications cloud » doit être sélectionnée quand l’autorisation « Exiger une modification du mot de passe » est sélectionnée", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "Exemple : uri:contoso.com:level3", "appEnforceInfoBubble": "Les restrictions appliquées par l'application peuvent nécessiter des configurations supplémentaires de la part de l'administrateur au sein des applications cloud. Celles-ci ne seront valides que pour les nouvelles sessions.", "appNotSetSeletorLabel": "0 application cloud sélectionnée", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "Cette application ne prend pas en charge le contrôle de session « Fréquence de connexion à chaque fois ».", "applyConditionClientAppInfoBalloonContent": "Configurer les applications clientes pour appliquer la stratégie à des applications clientes spécifiques", "applyConditionDevicePlatformInfoBalloonContent": "Configurer les plateformes d'appareils pour appliquer la stratégie à des plateformes spécifiques", "applyConditionDeviceStateInfoBalloonContent": "Configurer l'état des appareils pour appliquer la stratégie à des états d'appareils spécifiques", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "Plages d'adresses IP", "downloadExampleFileName": "Exemple", "downloadExampleHeader": "Il s'agit d'un exemple de fichier avec des démonstrations relatives aux types de données qui peuvent être acceptés. Les lignes commençant par # sont ignorées.", + "duplicate": "Dupliquer", + "duplicatePolicyName": "{0} COPIE", "endDatePickerLabel": "Terminaisons", "endTimePickerLabel": "Heure de fin", - "enterCountryText": "L'adresse IP et le pays sont évalués dans une paire. Sélectionnez le pays.", - "enterIpText": "Le pays et l'adresse IP sont évalués dans une paire. Entrez l'adresse IP.", + "enterCountryText": "L'adresse IP et le pays ou la région sont évalués dans une paire. Sélectionnez le pays.", + "enterIpText": "Le pays ou la région et l'adresse IP sont évalués dans une paire. Entrez l'adresse IP.", "enterUserText": "Aucun utilisateur n'est sélectionné. Sélectionnez-en un.", "evaluationResult": "Résultat de l'évaluation", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "Cette vue est déconseillée. Accédez à la nouvelle vue améliorée vue « Emplacements nommés ».", "namedLocationsHelpDescription": "Les emplacements nommés sont utilisés par les rapports de sécurité Azure AD afin de réduire les faux positifs et par les stratégies d'accès conditionnel Azure AD.\n[En savoir plus][1]\n[1] : https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Ajouter une nouvelle plage IP (ex : 40.77.182.32/27)", - "namedNetworkCountryNeeded": "Vous devez sélectionner au moins un pays", + "namedNetworkCountryNeeded": "Vous devez sélectionner au moins un pays ou une région", "namedNetworkDeleteCommand": "Supprimer", "namedNetworkDeleteDescription": "Êtes-vous sûr de vouloir supprimer « {0} » ? Cette action ne peut pas être annulée.", "namedNetworkDeleteTitle": "Êtes-vous sûr ?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Emplacements", "policyConditionLocationDescription": "Emplacement (déterminé à l'aide de la plage d'adresses IP) à partir duquel l'utilisateur se connecte", "policyConditionLocationPreview": "Emplacements (préversion)", - "policyConditionSigninRisk": "Niveau de risque de connexion", + "policyConditionSigninRisk": "Risque de connexion", "policyConditionSigninRiskDescription": "Probabilité pour que la connexion provienne d'une autre personne que l'utilisateur. Le niveau de risque peut être élevé, moyen ou faible. Nécessite une licence Azure AD Premium 2.", - "policyConditionUserRisk": "Niveau de risque utilisateur", + "policyConditionUserRisk": "Risque de l’utilisateur", "policyConditionUserRiskDescription": "Configurez les niveaux de risque utilisateur nécessaires à l’application de la stratégie", "policyConditioniClientApp": "Applications clientes", "policyControlAllowAccessDisplayedName": "Accorder l'accès", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Les stratégies classiques ne sont pas évaluées par cet outil.", "whatIfClientAppInfo": "Application cliente à partir de laquelle l'utilisateur se connecte. Par exemple, « navigateur ».", - "whatIfCountry": "Pays", - "whatIfCountryInfo": "Pays d'où l'utilisateur se connecte.", + "whatIfCountry": "Pays/région", + "whatIfCountryInfo": "Pays ou région où l'utilisateur se connecte.", "whatIfDevicePlatformInfo": "Plateforme d'appareil depuis laquelle l'utilisateur se connecte.", "whatIfDeviceStateInfo": "État de l’appareil depuis lequel l’utilisateur se connecte", "whatIfEnterIpAddress": "Entrer l'adresse IP (par ex. : 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Utilisateurs et groupes", "whatIfIpAddress": "Adresse IP", "whatIfIpAddressInfo": "Adresse IP à partir de laquelle l'utilisateur se connecte.", - "whatIfIpCountryInfoBoxText": "Si vous utilisez l'adresse IP ou le pays, les deux champs sont nécessaires et doivent être correctement mappés ensemble.", + "whatIfIpCountryInfoBoxText": "Si vous utilisez l'adresse IP ou le pays/la région, les deux champs sont nécessaires et doivent être correctement mappés ensemble.", "whatIfPolicyAppliesTab": "Stratégies qui vont s'appliquer", "whatIfPolicyAppliesTabWithCount": "Stratégies applicables ({0})", "whatIfPolicyDoesNotApplyTab": "Stratégies qui ne vont pas s'appliquer", "whatIfPolicyDoesNotApplyTabWithCount": "Stratégies inapplicables ({0})", "whatIfReasons": "Raisons pour lesquelles cette stratégie ne va pas s'appliquer", "whatIfSelectClientApp": "Sélectionner une application cliente...", - "whatIfSelectCountry": "Sélectionner un pays...", + "whatIfSelectCountry": "Sélectionner le pays ou la région...", "whatIfSelectDevicePlatform": "Sélectionner la plateforme d'appareil...", "whatIfSelectPrivateLink": "Sélectionner un lien privé...", "whatIfSelectServicePrincipalRisk": "Sélectionner le risque de principal de service...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Identités de charge de travail (préversion)", + "workloadIdentitiesLicenseText": "Une licence Premium P1 ou P2 d’identités de charge de travail est nécessaire pour modifier cette stratégie.", "workloadIdentity": "Identité de la charge de travail" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configurez les appareils pour l’approvisionnement initial et affectez-les aux utilisateurs.", + "title": "Préparation de l'appareil" + }, + "EnrollmentSettings": { + "description": "Configurez les paramètres d’inscription, tels que le blocage de l’inscription et l’attribution aux utilisateurs.", + "title": "Paramètres d'inscription" + }, "coManagementAuthorityDesc": "Configurer les paramètres de cogestion pour l’intégration Configuration Manager", "coManagementAuthorityTitle": "Paramètres de cogestion ", "deploymentProfiles": "Profils Windows AutoPilot Deployment", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "La longueur maximale de l’URL d’informations est de 1 024 caractères", "installAsManaged": "Installer comme étant managée", "installationSourceLabel": "Type d'application", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Afficher ceci en tant qu’application à la une dans le Portail d’entreprise", "isMAMEnabledToggleLabel": "Oui", "lastModifiedDateTime": "Heure de la dernière mise à jour", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Paramètres" }, "infoBoxText": "Le seul contrôle de mise à jour qualité dédié, qui n’est actuellement pas la stratégie d’anneau de mise à jour existante pour Windows 10 et versions ultérieures, permet d’accélérer les mises à jour qualité pour les appareils qui sont au-dessus d’un niveau de correctif spécifié. Des contrôles supplémentaires seront disponibles à l’avenir.", + "licenseLearnMoreText": "En savoir plus sur les conditions préalables et les stratégies de mise à jour qualité.", + "licenseWarningBoxText": "La création de stratégies de mise à jour qualité nécessite une licence spécifique.", "warningBoxText": "Alors que l’accélération des mises à jour logicielles peut contribuer à réduire la durée de la mise en conformité lorsque cela est nécessaire, cela a un impact plus grand sur la productivité de l’utilisateur final. La probabilité que ce dernier subisse un redémarrage pendant les heures de bureau est considérablement plus élevée." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Paramètres de configuration Edge", @@ -10660,6 +10740,23 @@ "withEnrollment": "Avec inscription", "withoutEnrollment": "Sans inscription" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Auteur", + "template": "Nom du modèle" + } + }, + "SettingsCatalog": { + "subtitle": "Commencez à partir de zéro et sélectionnez les paramètres de votre choix dans la bibliothèque des paramètres disponibles", + "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 d’entreprise, par exemple pour la configuration du réseau Wi-Fi ou VPN.", + "title": "Modèles" + }, + "noData": "Aucun modèle de stratégie n’a été trouvé" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Client de bureau Project Online", "visioProRetail": "Visio Online Plan 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "Avec inscription", "withoutEnrollment": "Sans inscription" }, + "DisplayRoleTypes": { + "builtInRole": "Rôle intégré", + "customCloudPCRole": "Rôle Windows 365 personnalisé", + "customIntuneRole": "Rôle Intune personnalisé", + "customRole": "Rôle personnalisé" + }, "InstallContextType": { "device": "Appareil", "deviceContext": "Contexte d'appareil", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Mettre à jour au prochain check-in", "duringTimeWindows": "Mettre à jour pendant l'intervalle planifié", - "header": "Par défaut, quand une stratégie de mises à jour logicielles iOS/iPadOS est attribuée à un appareil, Intune déploie les dernières mises à jour au check-in de l'appareil (toutes les huit heures environ). Au lieu de cela, vous pouvez créer une planification hebdomadaire avec des heures de début et de fin personnalisées. Si vous choisissez d'effectuer une mise à jour en dehors de l'intervalle planifié, Intune ne déploie pas les mises à jour avant la fin de l'intervalle planifié.", + "header": "Par défaut, quand une stratégie de mises à jour est attribuée à un appareil, Intune déploie les dernières mises à jour au check-in de l’appareil. Au lieu de cela, vous pouvez créer une planification hebdomadaire avec des heures de début et de fin personnalisées. Si vous choisissez d’effectuer une mise à jour en dehors de l’intervalle planifié, Intune ne déploie pas les mises à jour avant la fin de l’intervalle planifié.", "infoBalloon": "Quand les mises à jour seront effectuées. Une entrée supplémentaire est nécessaire pour planifier les mises à jour pendant ou en dehors des heures planifiées.", "label": "Type de calendrier", "outsideActiveHours": "Mise à jour en dehors des heures actives (héritées)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Contacts de l’administrateur", "appPackaging": "Empaquetage d’applications", + "businessGroups": "Groupes professionnels", "devices": "Appareils", "feedback": "Commentaires", "gettingStarted": "Mise en route", @@ -11479,6 +11583,7 @@ "cartProfiles": "Profils de panier", "certificateConnectors": "Connecteurs de certificat", "chromeEnterprise": "Chrome Enterprise (préversion)", + "cloudAttachedDevices": "Appareils attachés au cloud (préversion)", "compliancePolicies": "Stratégies de conformité", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (préversion)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Échecs des mises à jour de fonctionnalités (préversion)", "failuresForQualityUpdates": "Échecs de la mise à jour accélérée de Windows (préversion)", "featureFlighting": "Version d'évaluation des fonctionnalités", - "featureUpdateDeployments": "Mises à jour des fonctionnalités pour Windows 10 et versions ultérieures (préversion)", + "featureUpdateDeployments": "Mises à jour des fonctionnalités pour Windows 10 et versions ultérieures", "flighting": "Distribution de version d'évaluation", "fotaUpdate": "Mise à jour de microprogramme en l’air", "groupPolicy": "Modèles d'administration", @@ -11523,7 +11628,7 @@ "incompleteUserEnrollments": "Inscriptions d'utilisateur incomplètes", "iosUpdates": "Mettre à jour les stratégies pour iOS/iPadOS", "legacyPcManagement": "Gestion des PC existants", - "macOSSoftwareUpdate": "Stratégies de mise à jour pour macOS", + "macOSSoftwareUpdate": "Mettre à jour les stratégies pour macOS (préversion)", "macOSSoftwareUpdateAccountSummaries": "État d'installation des appareils macOS", "macOSSoftwareUpdateCategorySummaries": "Récapitulatif des mises à jour logicielles", "macOSSoftwareUpdateStateSummaries": "modifications", @@ -11570,11 +11675,12 @@ "warranty": "Fournisseurs de garantie", "wdacSupplementalPolicies": "Stratégies supplémentaires en mode S", "windows10DriverUpdate": "Mises à jour des pilotes pour Windows 10 et versions ultérieures (aperçu)", - "windows10QualityUpdate": "Mises à jour qualité pour Windows 10 et versions ultérieures (préversion)", + "windows10QualityUpdate": "Mises à jour qualité pour Windows 10 et versions ultérieures", "windows10UpdateRings": "Mettre à jour les anneaux pour Windows 10 et versions ultérieures", "windows10XPolicyFailures": "Échecs de stratégie Windows 10X", "windows365Connector": "Connecteur Windows 365 Citrix", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Connecteur Windows 365 Citrix (préversion)", + "windowsDiagnosticData": "Données Windows", "windowsEnterpriseCertificate": "Certificat d'entreprise Windows", "windowsManagement": "Scripts PowerShell", "windowsSideLoadingKeys": "Clés de chargement indépendant Windows", diff --git a/Documentation/Strings-hu.json b/Documentation/Strings-hu.json index 603244f..7972a73 100644 --- a/Documentation/Strings-hu.json +++ b/Documentation/Strings-hu.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Oktatói tanúsítványok", "emailProfile": "E-mail", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Mobileszköz-kezelés konfigurációja", "extensibleSingleSignOn": "Egyszeri bejelentkezéses alkalmazásbővítmény", "filevault": "FileVault", "firewall": "Tűzfal", @@ -508,7 +507,10 @@ "deploymentSettings": "Üzembe helyezési beállítások", "groupAssignmentSettings": "Feladatok", "scopeSettings": "Hatókörcímkék" - } + }, + "gradualRolloutLicenseWarning": "Ehhez a képességhez meghatározott licencre van szükség.", + "gradualRolloutLicenseWarningEdit": "A képesség használata és konfigurálása addig lehetséges, amíg a szabályzat részét képezi annak mentésekor.", + "licenseLearnMoreText": "További információ az előfeltételekről és a funkciófrissítési szabályzatokról." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Keressen az App Store-ban olyan iOS rendszerhez készült áruházbeli alkalmazásokat, amelyeket üzembe szeretne helyezni az Intune-nal.", "useManagedBrowser": "Amikor a felhasználó megnyitja a webalkalmazást, akkor az szükség esetén egy Intune által védett böngészőben, például a Microsoft Edge-ben vagy az Intune Managed Browserben nyílik meg. Ez a beállítás az iOS- és az Android-eszközökre is vonatkozik.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "Egy fájl, amely az alkalmazást olyan formátumban tartalmazza, amelyet közvetlenül telepíteni lehet az eszközökre. Az érvényes csomagtípus: .intunewin.​" + "win32AppPackageFile": "Egy fájl, amely az alkalmazást olyan formátumban tartalmazza, amelyet közvetlenül telepíteni lehet az eszközökre. Az érvényes csomagtípus: .intunewin.​", + "winGetStoreSelectApp": "Keressen a Microsoft Store-ban olyan áruházbeli alkalmazásokat, amelyeket üzembe szeretne helyezni az Intune-nal." }, "descriptionPreview": "Előnézet", "descriptionRequired": "A leírást meg kell adni.", @@ -800,10 +803,10 @@ "azureADDevice": "Társított Azure AD-eszköz", "batch": "Csoportcímke", "dateAssigned": "Hozzárendelés dátuma", - "deviceAccountFriendlyName": "Eszközfiók rövid neve", "deviceAccountPwd": "Szolgáltatásfiók-jelszó", "deviceAccountUpn": "Device account", "deviceDisplayName": "Eszköznév", + "deviceFriendlyName": "Eszköz rövid neve", "deviceName": "Eszköznév", "deviceUseType": "Eszközhasználat típusa", "enrollmentState": "Regisztráció állapota", @@ -924,10 +927,10 @@ "azureADDevice": "Tekintse meg a hozzárendelt eszköz adatait. Az N/A azt jelzi, hogy nincs hozzárendelt eszköz.", "batch": "Eszközök egy csoportjának azonosítására használható sztringattribútum. Az Intune Csoportcímke mezője az Azure AD-eszközök OrderID attribútumára van leképezve.", "dateAssigned": "A profil az eszközhöz való hozzárendelésének időbélyege.", - "deviceAccountFriendlyName": "Eszközfiók rövid neve Surface Hub eszközökhöz", - "deviceAccountPwd": "Eszközfiók-jelszó Surface Hub-eszközökhöz", - "deviceAccountUpn": "Eszközfiók e-mail-címe Surface Hub-eszközökhöz", + "deviceAccountPwd": "Az eszközfiók jelszava Surface Hub-eszközökhöz. Ha meg lett adva, adja meg az eszközfiókot és a felhasználóbarát nevet is.", + "deviceAccountUpn": "Az eszközfiók e-mail-címe Surface Hub-eszközökhöz. Ha meg lett adva, adja meg az eszközfiók jelszavát és felhasználóbarát nevét is.", "deviceDisplayName": "Adjon egyedi nevet az eszköznek. A rendszer figyelmen kívül hagyja ezt a nevet a hibrid Azure Active Directoryhoz csatlakozó üzemelő példányoknál. Az eszköz neve továbbra is a hibrid Azure AD-eszközök tartományhoz való csatlakoztatási profiljából származik.", + "deviceFriendlyName": "Az eszközfiók felhasználóbarát neve Surface Hub-eszközökhöz. Ha meg lett adva, adja meg az eszközfiókot és az eszközfiók jelszavát is.", "deviceName": "A rendszer ezt a nevet jeleníti meg, amikor valaki megpróbálja felderíteni és csatlakoztatni az eszközt.", "deviceUseType": " Az eszköz beállítása az Ön a választásain alapul. Később bármikor módosíthatja a beállításokat.\r\n ", "enrollmentState": "Azt adja meg, hogy az eszköz regisztrálva van-e.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Hibaüzenet", "customMessageToggle": "Egyéni üzenet megjelenítése időkorlát vagy hiba esetén", "enableForAutopilotOnlyToggle": "Lap megjelenítése csak a kezdőélmény (OOBE) által regisztrált eszközöknek", + "installQualityUpdatesToggle": "A Windows minőségi frissítéseinek telepítése (újraindíthatja az eszközt)", "progressToggle": "Alkalmazás és profil konfigurációs folyamatának megjelenítése", "resetToggle": "Az eszköz alaphelyzetbe állításának engedélyezése a felhasználóknak telepítési hiba esetén", "timeout": "Hiba megjelenítése, ha a telepítés a (percekben) megadott időtartamnál több időt vesz igénybe" @@ -1367,7 +1374,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": "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." }, "AndroidBiometricAuthentication": { "label": "PIN-kód helyett biometrikai adatok a hozzáféréshez", @@ -1378,7 +1385,7 @@ "tooltip": "Az Android operációs rendszer ujjlenyomat-olvasókat használ az Android-eszközök felhasználóinak hitelesítésére. Ez a funkció támogatja az Android eszközök natív biometrikus vezérlését. Az eredeti hardvergyártóktól függő biometrikus beállításokat, mint a Samsung Passt, nem támogatja. Ha engedélyezve van, a natív biometrikus vezérlőket kell használni az alkalmazás elrésére az erre alkalmas eszközön." }, "AndroidOverrideFingerprint": { - "label": "Ujjlenyomat felülbírálása PIN-kóddal időtúllépés után" + "label": "Biometrikus adatok felülbírálása PIN-kóddal  időtúllépés után" }, "AppPIN": { "label": "Alkalmazás PIN-kódja, ha az eszköz PIN-kódja be van állítva", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Nem felügyelt böngésző protokollja", - "tooltip": "

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.

\r\n \r\n

Megjegyzés: 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.

" + "tooltip": "

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.

\r\n\r\n

Megjegyzés: 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.

" }, "CustomDialerAppDisplayName": { "label": "Tárcsázóalkalmazás neve" @@ -1435,7 +1442,7 @@ "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
\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
\r\nMegjegyzés: Az Intune-beli alkalmazásréteg-titkosításról bővebben lásd: {2}." }, "EncryptDataAndroid": { - "tooltip": "

Válassza a Kötelező lehetőséget munkahelyi vagy iskolai adatok az alkalmazásban való titkosításának engedélyezéséhez. Az Intune egy OpenSSL-alapú, 256 bites AES-titkosítási sémával, valamint az Android Keystore rendszerrel biztosítja az alkalmazás adatainak biztonságos titkosítását. Az adatokat szinkron módon titkosítja a fájlbe- és kimeneti műveletek során. Az eszköz tárhelyének tartalma minden esetben titkosítva van. Az SDK továbbra is támogatja a 128 bites kulcsokat az SDK régebbi verzióit használó tartalmakkal és alkalmazásokkal való kompatibilitás érdekében.

\r\n\r\n

A titkosítási módszer megfelel a FIPS 140-2 szabványnak.

" + "tooltip": "

Válassza a Kötelező 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.

\r\n\r\n

A titkosítási módszer megfelel a FIPS 140-2 szabványnak.

" }, "EncryptDataIos": { "tooltip1": "Válassza a Kötelező 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.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Céges adatokkal kapcsolatos értesítések", - "tooltip": "

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:

\r\n

{0}: Ne legyenek megosztva az értesítések.

\r\n

{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.

\r\n

{2}: Az összes értesítés megosztása.

\r\n

Csak Android esetén:\r\n Megjegyzés: Ez a beállítás nem vonatkozik minden alkalmazásra. További információ: {3} 

\r\n \r\n

Csak iOS esetén:\r\nMegjegyzés: Ez a beállítás nem vonatkozik minden alkalmazásra. További információ: {4}

" + "tooltip": "

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:

\r\n

{0}: Ne legyenek megosztva az értesítések.

\r\n

{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.

\r\n

{2}: Az összes értesítés megosztása.

\r\n

Csak Android esetén:\r\n Megjegyzés: Ez a beállítás nem vonatkozik minden alkalmazásra. További információ: {3} 

\r\n\r\n

Csak iOS esetén:\r\nMegjegyzés: Ez a beállítás nem vonatkozik minden alkalmazásra. További információ: {4}

" }, "OpenLinksManagedBrowser": { "label": "Webes tartalom más alkalmazásokkal folytatott átvitelének korlátozása", - "tooltip": "

Válassza ki az alábbi lehetőségek közül, hogy az alkalmazás mely alkalmazásokban nyithat meg webes tartalmat:

\r\n

Edge: Webes tartalom csak az Edge-ben nyitható meg

\r\n

Nem felügyelt böngésző: 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

\r\n

Bármely alkalmazás: Webhivatkozások megnyitása bármely alkalmazásban

" + "tooltip": "

Válassza ki az alábbi lehetőségek közül, hogy az alkalmazás mely alkalmazásokban nyithat meg webes tartalmat:

\r\n

Microsoft Edge: Webes tartalom csak a Microsoft Edge-ben nyitható meg. Ismerje meg, hogyan védi a Microsoft Edge az Ön adatait.

\r\n

Nem felügyelt böngésző: 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

\r\n

Bármely alkalmazás: Webhivatkozások bármely alkalmazásban megnyithatók

" }, "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. " @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "Biometrikus adatok felülbírálása PIN-kóddal biometrikus frissítések után", - "tooltip": "Ha az eszköz támogatja a 3. osztályú biometrikus adatokat (további információ itt), a biometrikus adatok változásának észlelésekor a PIN-kérés felülírja a biometrikus adatokra vonatkozó kéréseket." + "tooltip": "Ha az eszköz támogatja a 3. osztályú biometrikus adatokat (további információ itt), a biometrikus adatok változásának észlelésekor a PIN-kérés felülírja a biometrikus adatokra vonatkozó kéréseket. Ez a beállítás csak azután lép érvénybe, hogy biometrikus adatokkal fértek hozzá az alkalmazáshoz." }, "RestrictKeyboards": { "duplicatePackageError": "A csomag azonosítójának egyedinek kell lennie.", @@ -1515,7 +1522,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.
\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(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.
\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" }, "SaveDataToSelected": { "label": "Másolatok kiválasztott szolgáltatásokba történő mentésének engedélyezése a felhasználó számára", @@ -1606,7 +1613,7 @@ "pushNotification": "Leküldéses értesítés küldése a végfelhasználónak", "remoteLock": "Nem megfelelő eszköz távolról zárolása", "removeSourceAccessProfile": "Forrás hozzáférési profil eltávolítása", - "retire": "A nem megfelelő eszköz kivonása", + "retire": "Eszköz hozzáadása a kivonási listához", "wipe": "Adatok törlése", "emailNotification": "E-mail küldése a felhasználónak" }, @@ -1746,6 +1753,7 @@ "weeks1": "Minden 1. hét" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 és újabb rendszerek" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Adja meg a PowerShell-szkript-fájlt, amelynek 200 KB-nál kisebb méretűnek kell lennie.", "uploadLabel": "Szkript helye" }, + "bashScriptObjectName": "Bash-szkript", "createButtonText": "Hozzáadás", "createPowershellScriptFlowSectionName": "Powershell-szkript hozzáadása", "customAttributeObjectName": "Egyéni attribútum", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "A megadott VPN-ügyfélnek telepítve kell lennie az eszközön, és az ügyfélnek támogatnia kell az alkalmazásonkénti VPN-t; ellenkező esetben hiba lép fel. Ha azt szeretné, hogy az alkalmazás telepítve legyen, az alkalmazást jóvá kell hagynia a felügyelt Google Play Áruházban, szinkronizálni kell az Intune-nal, és telepíteni kell.", "androidDeviceOwnerCustomPasswordDescription": "Csak dedikált eszközökhöz hozzon létre egy eszköz-PIN-kódot. Ez 4–16 karakter hosszúságú lehet, és tartalmazhat számokat, betűket és speciális karaktereket.", "androidDeviceOwnerCustomPasswordName": "Egyéni PIN-kód", + "androidElevenAndBelowPasswordHeader": "Android 11 és korábbi verziók", + "androidElevenAndBelowPasswordHeaderDescription": "Ezek a beállítások az Android 11-et vagy korábbi verziókat futtató eszközökön működnek.", "androidEnterpriseAlwaysOnVpnClientName": "VPN-ügyfél", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Adja meg az alkalmazás Google Play Áruház-beli csomagazonosítóját. Ha például az alkalmazás Play Áruház-beli URL-címe https://play.google.com/store/details?id=com.contosovpn.android.prod, a csomagazonosítója com.contosovpn.android.prod lenne.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Csomagazonosító", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "2020 októberétől kezdve néhány beállítás nem lesz támogatott az Android 10 és újabb verziókat használó Android-eszközökön és a Samsung Knoxon. Ezek a beállítások Android 9 és korábbi verzió vagy Samsung Knox címkével vannak ellátva. További információért kattintson ide.", "androidTrustedServerCertificateNamesDescription": "Ez az a DNS-név, amelyet a RADIUS-kiszolgáló által a Wi-Fi hozzáférési pont ügyfél-hitelesítése során bemutatott tanúsítványban szerepel. Ha több olyan RADIUS-kiszolgálója van, amelyeknek a teljesen tartománynevében ugyanaz a DNS-utótag szerepel, akkor az utótag önmagában is használható. Ez lehetővé teszi az eszközök számára, hogy megbízzanak a nekik bemutatott kiszolgálói tanúsítványban. További információ.
", "androidTrustedServerCertificateNamesName": "RADIUS-kiszolgáló neve", + "androidTwelveAndAbovePasswordHeader": "Android 12 és újabb verziók", + "androidTwelveAndAbovePasswordHeaderDescription": "Ezek a beállítások az Android 12-őt vagy újabb verziókat futtató eszközökön fognak működni.", + "androidTwelveDeprecationInfoBox": "2022 novemberétől kezdődően bizonyos beállítások nem támogatottak az Android 12 vagy újabb rendszerű Android-eszközökön. Ezek a beállítások az Android 11 és korábbi verziók címkéivel vannak ellátva. További információért kattintson ide.", "androidZebraMxConfigurationFileXmlName": "Érvényes Zebra MX XML-fájl kiválasztása", "androidZebraMxConfigurationLearnMore": "További információ a Zebra-eszközök kezeléséről", "androidZebraMxConfigurationXmlName": "MX-profil .xml-formátumban", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "példa: exchange.office365.com", "exchangeActiveSyncHostName": "E-mail-kiszolgáló", "exclusionAppListColumn": "Kizárt alkalmazás", - "expeditedCheckinEnableDescription": "Az eszközök jelentkezzenek be óránként", - "expeditedCheckinEnableName": "Az eszközök jelentkezzenek be óránként", "experienceAllowBrowserSyncSettingsDescription": "Azt adja meg, hogy a felhasználó bekapcsolhatja-e a beállítások szinkronizálásának lehetőségeivel való szinkronizálás böngészőbeállítását az olyan beállítások a felhasználó eszközei közötti szinkronizálásához, mint az előzmények és a kedvencek. A beállítás konfigurálásához engedélyezni kell a „Böngészőbeállítások szinkronizálása a felhasználó eszközei között” beállítást.", "experienceAllowBrowserSyncSettingsName": "A felhasználó bekapcsolhatja a böngészőbeállítások szinkronizálását", "experienceDoNotSyncBrowserSettingsDescription": "Ha le van tiltva, az alapértelmezett konfiguráció (a böngészőbeállítások eszközök közötti szinkronizálásának engedélyezése) ki van kapcsolva, annak érdekében, hogy a felhasználók ne szinkronizálhassák az eszközöket. Ha a „Letiltás és a felhasználói felülbírálás engedélyezése” beállítás engedélyezve van, a felhasználó felülbírálhatja a rendszergazda által beállított értéket.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Hozzon létre egy profilt, amellyel kényszerítheti a társított eszközökön a legújabb macOS-frissítések automatikus telepítését. Ezek a beállítások határozzák meg, hogyan és mikor történjen a szoftverfrissítések üzembe helyezése. Ez a profil nem akadályozza meg, hogy a felhasználók manuálisan frissítsék az operációs rendszert. A frissítések csak az Apple automatikus eszközregisztrációjával (ABM vagy ASM) regisztrált eszközökre lesznek érvényesek.", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "További információ", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "További információ", - "macOSSoftwareUpdatePolicySupervisedName": "Hozzon létre egy profilt, amellyel kényszerítheti a társított eszközökön a legújabb macOS-frissítések automatikus telepítését. Ezek a beállítások határozzák meg, hogyan és mikor történjen a szoftverfrissítések üzembe helyezése. Ez a profil nem akadályozza meg, hogy a felhasználók manuálisan frissítsék az operációs rendszert. A frissítések csak az Apple automatikus eszközregisztrációjával (ABM vagy ASM) regisztrált eszközökre lesznek érvényesek.", + "macOSSoftwareUpdatePolicySupervisedName": "Hozzon létre egy profilt, amellyel kényszerítheti a társított eszközökön a legújabb macOS-frissítések automatikus telepítését. Ezek a beállítások határozzák meg, hogyan és mikor történjen a szoftverfrissítések üzembe helyezése. Ez a profil nem akadályozza meg, hogy a felhasználók manuálisan frissítsék az operációs rendszert. A frissítések csak a felügyelt eszközökre lesznek érvényesek.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Heti ütemezés", - "macOSSoftwareUpdateSelectScheduleTypeName": "Alapértelmezés szerint, ha egy macOS szoftverfrissítési szabályzatot egy eszközhöz rendeltek, az Intune üzembe helyezi a legújabb frissítéseket az eszköz bejelentkezésekor. Létrehozhat egy heti ütemezést is, és meghatározhatja azt az időtartamot, amikor az eszközök bejelentkeznek, és megkapják a frissítéseket. Ha a frissítés az ütemezett időponton kívülre van beállítva, az Intune az ütemezett idő befejeződéséig nem fogja telepíteni a frissítéseket.", + "macOSSoftwareUpdateSelectScheduleTypeName": "Ha frissítési szabályzatot rendelnek egy eszközhöz, az Intune alapértelmezés szerint üzembe helyezi a legújabb frissítéseket az eszköz bejelentkezésekor. Ehelyett létrehozhat egy heti ütemezést is testreszabott kezdési és befejezési időpontokkal. Ha az ütemezett időn kívül kíván frissíteni, az Intune nem fogja üzembe helyezni a frissítéseket az ütemezett idő végéig.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Az egyes frissítéstípusok letöltési, telepítési és/vagy értesítési viselkedésének megadása.", "macOSSystemExtensionsExtensionTypeName": "Engedélyezett rendszerbővítmény-típusok", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "A nem felügyelt osztálytermi tanfolyamokra feliratkozott diákok a tanár beleegyezésével hagyhatják el a tanfolyamot.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "A NAT életben tartásának kiszervezése a hardverre az eszköz alvó állapotában", "nATKeepAliveOffloadEnableToolTip": "Alapértelmezés szerint, ha az eszköz alvó módban van, a NAT-rendszer folyamatosan ellenőrzi, hogy csatlakozik-e a VPN-hez. Ezzel a beállítással letiltható ez a viselkedés.", "nacIdCheckBoxLabel": "Elfogadom.", - "nacIdDescCisco": "A Cisco AnyConnect a NAC engedélyezéséhez megköveteli, hogy a VPN-profil tartalmazza az Intune-eszközazonosítót.

Engedélyezem a Microsoft számára, hogy eszközadatokat szerepeltessen a VPN-profilban, és azokat a Cisco és partnerei felhasználhassák.", - "nacIdDescCitrix": "A Citrix SSO a NAC engedélyezéséhez megköveteli, hogy a VPN-profil tartalmazza az Intune-eszközazonosítót.

Engedélyezem a Microsoft számára, hogy eszközadatokat szerepeltessen a VPN-profilban, és azokat a Citrix SSO és partnerei felhasználhassák.", - "nacIdDescF5": "Az F5 Access a NAC engedélyezéséhez megköveteli, hogy a VPN-profil tartalmazza az Intune-eszközazonosítót.

Engedélyezem a Microsoft számára, hogy eszközadatokat szerepeltessen a VPN-profilban, és azokat az F5 Access és partnerei felhasználhassák.", + "nacIdDescCisco": "A NAC engedélyezéséhez a Cisco AnyConnect megköveteli, hogy a VPN-profil tartalmazza az Intune-eszközazonosítót.

Engedélyezem a Microsoft számára, hogy eszközadatokat szerepeltessen a VPN-profilban, és azokat a Cisco és partnerei felhasználhassák. További információért, beleértve a szolgáltatóval megosztott adatokat is, kattintson ide.", + "nacIdDescCitrix": "A NAC engedélyezéséhez a Citrix SSO megköveteli, hogy a VPN-profil tartalmazza az Intune-eszközazonosítót.

Engedélyezem a Microsoft számára, hogy eszközadatokat szerepeltessen a VPN-profilban, és azokat a Citrix SSO és partnerei felhasználhassák. További információért, beleértve a szolgáltatóval megosztott adatokat is, kattintson ide.", + "nacIdDescF5": "A NAC engedélyezéséhez az F5 Access megköveteli, hogy a VPN-profil tartalmazza az Intune-eszközazonosítót.

Engedélyezem a Microsoft számára, hogy eszközadatokat szerepeltessen a VPN-profilban, és azokat az F5 Access és partnerei felhasználhassák. További információért, beleértve a szolgáltatóval megosztott adatokat is, kattintson ide.", "nacIdHeader": "Hálózati hozzáférés-vezérlés (NAC) engedélyezése", "nacIdHeaderCiscoToolTip": "A rendszer titkosítja az eszköz azonosítóját, és belefoglalja azt a VPN-profilba. Amikor a felhasználó megpróbál csatlakozni a virtuális magánhálózathoz, a Cisco AnyConnect átadja ezt az értéket a NAC-infrastruktúrának, amely ezután lekérdezést küld az Intune-nak ezzel az értékkel annak meghatározására, hogy az eszköz regisztrálva van-e és megfelelő-e.

A Cisco AnyConnect nem rendelkezik közvetlen hozzáféréssel az eszköz azonosítójához, ezért a NAC engedélyezéséhez az értéknek szerepelnie kell a VPN-profilban.", "nacIdHeaderCitrixToolTip": "A rendszer titkosítja az eszköz azonosítóját, és belefoglalja a VPN-profilba. Amikor a felhasználó megpróbál csatlakozni a virtuális magánhálózathoz, a Citrix SSO átadja ezt az értéket a NAC-infrastruktúrának, az pedig elküldi az Intune-nak egy lekérdezésben annak meghatározására, hogy az eszköz regisztrálva van-e és megfelelő-e.

A Citrix SSO nem fér hozzá közvetlenül az eszköz azonosítójához, ezért a NAC engedélyezéséhez az értéknek szerepelnie kell a VPN-profilban.", @@ -6016,6 +6028,15 @@ "shutdown": "Leállítás", "signatureUpdateIntervalInHoursName": "Biztonsági intelligencia frissítési időköze (óra)", "signingCertificateType": "Aláíró tanúsítvány típusa", + "silentCertAccessAddApps": "Alkalmazások hozzáadása", + "silentCertAccessApplicationsName": "Alkalmazások", + "silentCertAccessMaxAppsWarn": "Válasszon ki legfeljebb 50 alkalmazást, amelyeknek beavatkozás nélkül szeretne tanúsítvány-hozzáférést biztosítani", + "silentCertAccessMinAppsWarn": "Válasszon ki legalább egy alkalmazást, amelynek beavatkozás nélkül szeretne tanúsítvány-hozzáférést biztosítani", + "silentCertAccessSpecificApps": "Beavatkozás nélküli engedélyezés adott alkalmazások esetén (felhasználói jóváhagyás megkövetelése más alkalmazások esetén)", + "silentCertAccessTabName": "Alkalmazások", + "silentCertAccessTypeDescription": "Adja meg, hogyan történjen a tanúsítvány-hozzáférés biztosítása az alkalmazásoknak", + "silentCertAccessTypeName": "Tanúsítvány-hozzáférés", + "silentCertAccessUserApproval": "Felhasználói jóváhagyás megkövetelése az összes alkalmazás esetén", "simpleDownloadOption": "Egyszerű letöltési mód társviszony-létesítés nélkül (99)", "simultaneousMultiThreadingName": "Egyidejű többszálúság", "singleAppModeAppNameDescription": "Az alkalmazás neve.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N kiadás", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "A lehetőség kiválasztásával elfogadja, hogy az operációs rendszer egy eszközre való alkalmazásakor vagy (1) megvásárolta a megfelelő Windows-licencet a mennyiségi licencelés keretében, vagy (2) Ön felhatalmazást kapott a munkahelye vagy az intézménye nevében való kötelezettségvállalásra, és mint ilyen személy, elfogadja az itt található megfelelő Microsoft szoftverlicenc-szerződés feltételeit {0}.", "windowsAppNonComplianceTypeDescription": "Azt javasoljuk, hogy kérje a felhasználóktól a használati feltételek elfogadását, tehát annak tudomásulvételét, hogy egyes alkalmazások telepítése le lesz tiltva. A letiltott alkalmazások listájában adhatja meg azokat a nem Intune által kezelt Windows Phone-alkalmazásokat, amelyeket a felhasználók nem telepíthetnek. Az engedélyezett alkalmazások listájához minden alkalmazást, beleértve a Céges portált és az összes telepített alkalmazást, az alkalmazásáruházbeli URL-cím használatával kell hozzáadni", "windowsAppUrlExample": "példa: https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "Ezek a beállítások csakis a céges tulajdonban lévő, munkahelyi profillal rendelkező eszközökhöz valók, és csakis a személyes használatra vonatkoznak.", "workProfileRequirePasswordDescription": "A munkahelyi alkalmazások használatához jelszóra van szükség. Ez eltérhet az eszköz jelszavától. Android 7.0+ verziójú rendszerre van szükség ", "workProfileRequirePasswordName": "Munkahelyi profilhoz tartozó jelszóra van szükség", + "workProfileRequiredPasswordComplexityDescription": "Határozza meg a jelszó kívánt bonyolultságát.", + "workProfileRequiredPasswordComplexityName": "Munkahelyi profilhoz tartozó jelszó bonyolultsága", "workProfileRequiredPasswordTypeDescription": "A kötelező jelszó típusának megadása.", "workProfileRequiredPasswordTypeName": "Kötelező jelszó típusa", "workspaceIDName": "Munkaterület azonosítója", @@ -7601,7 +7626,7 @@ "isMamEnabled": "Engedélyezve van a MAM?", "itemsCount": "{0} elem", "jailbrokenRootedDevices": "Jailbreakelt vagy rootolt eszközök", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "Legutóbbi módosítás dátuma", "lastReportedDate": "Utolsó jelentett dátum", "lastSync": "Legutóbbi szinkronizálás", "lastSyncGmt": "Utolsó szinkronizálás (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM-eszközazonosító", "mdmWipInvalidVersionSettings": "Egy vagy több alkalmazás minimális vagy maximális verziójának meghatározása érvénytelen.

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", + "microsoftDefenderForEndpoint": "Microsoft Defender For Endpoint", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Minimális alkalmazásverzió", "minMaxValidation": "A minimális operációsrendszer-verziónak alacsonyabbnak kell lennie a maximális operációsrendszer-verziónál, ha a művelet azonos.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "A Céges portál minimumverziója", "minimumDeviceSelection": "Legalább 1 eszközt ki kell jelölni", "mobileAppCRUDpermission": "Mobilalkalmazások olvasási, létrehozási és hozzárendelési engedélye", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (nem Microsoft)", "monitor": "Figyelés", "moreApps": "További alkalmazások", "moreAppsTextBoxTooltip": "Itt adhat hozzá üzletági alkalmazásokat, ha nincs hozzáférése a teljes Intune-portálhoz.", - "mtdConnectorInfoBox1": "Fontos! Győződjön meg arról, hogy a Mobile Threat Defense Connector be van állítva, hogy megfelelő védelmet nyújtson a szervezeti adatoknak a csatlakoztatott Mobile Threat Defense-szolgáltatásokból származó fenyegetésértékelések alapján.", + "mtdConnectorInfoBox1": "Fontos! Győződjön meg arról, hogy a Mobile Threat Defense (MTD) be van állítva, hogy megfelelő védelmet nyújtson a szervezeti adatoknak a csatlakoztatott Mobile Threat Defense-szolgáltatásokból származó fenyegetésértékelések alapján.", "mtdConnectorInfoBox2": "További információ a nem regisztrált eszközök Mobile Threat Defense-védelméről.", + "mtdConnectorInfoBox3": "Ha a bérlőn be van állítva kapcsolat a Végponthoz készült Microsoft Defenderhez és az MTD szolgáltatáshoz (nem Microsoft) is, és nem konfigurál elsődleges MTD-szolgáltatást, vagy ütközés történik egy felhasználó megcélzása során, az alapértelmezett beállítás a Végponthoz készült Microsoft Defender lesz.", "name": "Név", "networkBoundariesInfoBoxText": "Az /*AppCompat*/ elem felhőerőforrások listájához való hozzáadásával engedélyezheti az olyan személyes alkalmazások TLS-kapcsolatait, melyek közvetlenül kapcsolódnak felhőerőforrásokhoz egy IP-címen keresztül.", "networkBoundariesInfoParagraph1": "Válassza ki, hogy a védett alkalmazások hol férhetnek hozzá a vállalati adatokhoz a hálózaton.", @@ -7735,6 +7763,7 @@ "portNumber": "Portszám", "portNumberDesc": "A proxycímben megadott proxy portja", "prefix": "Előtag", + "primaryMtdService": "Elsődleges MTD szolgáltatás", "productName": "Terméknév", "properties": "Tulajdonságok", "protected": "Védett", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "Létrehozandó erőforrások", "restrictWebContentNo": "Bármely alkalmazás", "restrictWebContentOption2": "{0}: Webes hivatkozások engedélyezése minden alkalmazásban", - "rootCertificate": "Root Certificate", + "rootCertificate": "Főtanúsítvány", "safetyNetDeviceAttestation": "SafetyNet-eszközigazolás", "saveAppsNotificationText": "A kiválasztott alkalmazások mentése", "saveChangesCommandText": "Mentés", @@ -7813,6 +7842,7 @@ "setting": "Beállítás", "settingName": "Beállításnév", "settings": "Beállítások", + "settingsCatalog": "Beállításkatalógus", "settingsSelectorLabel": "Beállítások", "silent": "Csendes", "specificUserIsLicensedIntune": "{0} rendelkezik Microsoft Intune-licenccel.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Házirend által kezelt", "targetediOSUserPartTitle": "Felhasználó állapota (iOS)", "threatCategory": "Fenyegetettségi kategória", + "tileDeprecated": "A csempe elavulttá vált. Távolítsa el a csempét az irányítópultról.", "timeColumnLabel": "Időpont", "timebombLabel": "Offline üzemmód időtartama (nap), mielőtt törlődnének az alkalmazásadatok", "timebombToolTip": "Ha a megadott számú nap elteltével sem történik meg az eszköz Intune-nal való szinkronizálása, a Windows szelektív törlést hajt végre az eszközön, megszüntetve az alkalmazások MAM-regisztrációját, valamint eltávolítva a titkosított és védett vállalati adatokat. A beállítás alapértelmezett értéke 90 nap. Ha 0-t ad meg, letiltja a beállítást.", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Windows 10-es és későbbi alkalmazásvédelmi szabályzat", "windows10PlatformLabel": "Windows 10 és újabb rendszerek", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 és újabb rendszerek", "windowsInformationProtectionPlatformLabel": "Windows Információvédelem", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "A fájlkiterjesztések egy listájának megadása, hogy a rendszer titkosítsa az ilyen kiterjesztésű fájlokat a céges határhálózaton belüli SMB-megosztásból való másoláskor a hálózati helyek listájában meghatározottaknak megfelelően. Ha ez a szabályzat nincs megadva, a rendszer a meglévő automatikus titkosítási működést alkalmazza. Ha a szabályzat konfigurálva van, a rendszer csak a listán szereplő kiterjesztésű fájlokat titkosítja.​", "wipStoreApps": "Áruházbeli alkalmazások", "wipWeAppsListInfo": "Ezek az alkalmazások hozzáférhetnek a céges adatokhoz, és máshogy kommunikálnak, ha nem engedélyezett, nem céges, illetve kizárólag személyes használatra szolgáló alkalmazásokkal használják őket. Az MDM nélküli eszközökön csak kompatibilis alkalmazások használhatók.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "A Windows 10-es és későbbi házirendek életbe léptetése előtt állítsa be a MAM Microsoft Intune eléréséhez szükséges URL-címeit az AAD-ben. Ehhez válassza az Alapértelmezett URL-címek visszaállítása lehetőséget, és definiálja a felhasználói hatókört.", "wipWebsiteLearningTitle": "A Windows Információvédelem Website Learning-jelentése", "wipeData": "Adatok törlése", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Egyéni észlelési szkript használata", "runAs32Bit": "Szkript futtatása 32 bites folyamatként 64 bites ügyfeleken", "runAs32BitTooltip": "Válassza az Igen lehetőséget a szkript 32 bites folyamatban való futtatásához 64 bites ügyfeleken. Válassza a Nem (alapértelmezett) lehetőséget, ha a szkriptet 64 bites folyamatban szeretné futtatni 64 bites ügyfeleken. A szkriptet a 32 bites ügyfelek 32 bites folyamatban futtatják.", + "scriptContent": "Script content", "scriptFile": "Parancsfájl", "scriptFileNotSelectedValidation": "Nincs kijelölve szkriptfájl.", "scriptFileTooltip": "Válasszon ki egy PowerShell-szkriptet, amely észleli az alkalmazás jelenlétét az ügyfélen. Az alkalmazás észlelése akkor történik meg, ha a szkript 0 értékű kilépési kódot ad vissza, és sztringértéket ír az STDOUT kimenetbe.", @@ -8307,9 +8342,6 @@ "string": "Sztring", "version": "Verzió" }, - "ScriptContent": { - "emptyMessage": "A szkript tartalma nem lehet üres." - }, "duplicateName": "A(z) {0} szkriptnév már használatban van. Adjon meg egy másik nevet.", "enforceSignatureCheck": "Szkriptaláírás ellenőrzésének kényszerítése", "enforceSignatureCheckTooltip": "Az „Igen” lehetőség kiválasztásával ellenőrizheti, hogy a szkriptet egy megbízható gyártó írta-e alá, így a szkript figyelmeztetések és felszólítások megjelenítése nélkül fog futni. A szkript letiltás nélkül fog futni. A „Nem” (ez az alapértelmezett beállítás) kiválasztásakor a szkript végfelhasználói megerősítéssel, de az aláírás ellenőrzése nélkül fut.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Válassza ki az operátort a követelmények összehasonlításához.", "requirementMethod": "Kimeneti adattípus kiválasztása...", "requirementMethodTooltip": "Válassza ki, hogy a rendszer melyik adattípust használja az észlelési egyezési követelmények meghatározásakor.", + "scriptContent": "Script content", "scriptFile": "Parancsfájl", "scriptFileTooltip": "Válasszon egy PowerShell-szkriptet, amely észleli majd az alkalmazás jelenlétét az ügyfélen. Ha a rendszer észleli az alkalmazást, a követelményfolyamat egy 0 értékű kilépési kódot ad vissza, és sztringértéket ír az STDOUT elembe.", "scriptName": "Szkript neve", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Hitelesítési környezet hozzáadása", + "deleteDisallowed": "Ez a hitelesítési környezet nem törölhető, amíg feltételes hozzáférési szabályzatok hivatkoznak rá.", "descPlaceholder": "A hitelesítési környezet leírásának hozzáadása", "modifyTitle": "Hitelesítési környezet módosítása", "namePlaceholder": "Pl. megbízható hely, megbízható szolgáltatás, erős hitelesítés", @@ -8396,15 +8430,15 @@ "description": "Leírás", "documentation": "Dokumentáció", "getStarted": "Első lépések", - "label": "Hitelesítési környezet (előzetes verzió)", - "menuLabel": "Hitelesítési környezet (előzetes verzió)", + "label": "Hitelesítési környezet", + "menuLabel": "Hitelesítési környezet", "name": "Név", "noAuthContextConfigured": "Nincs konfigurálva hitelesítési környezet.", "noAuthContextSet": "Nincsenek hitelesítési környezetek", "noData": "Nincs megjeleníthető hitelesítési környezet", "selectionInfo": "A hitelesítési környezet az alkalmazásadatok és -műveletek védelmére szolgál a SharePoint, a Microsoft Cloud App Security és más alkalmazásokban.", "step": "Lépés", - "tabDescription": "A hitelesítési környezet kezelése az alkalmazások adatainak és műveleteinek védelme érdekében. [További információ][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "A hitelesítési környezet kezelése az alkalmazások adatainak és műveleteinek védelme érdekében. A hitelesítési környezetek nem törölhetők, ha feltételes hozzáférési szabályzatok hivatkoznak rájuk. [További információ][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Erőforrások címkézése hitelesítési környezettel" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Vendég- vagy külső felhasználók", "internalGuestLabel": "Helyi vendégfelhasználók", "otherExternalUserLabel": "Egyéb külső felhasználók", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (előzetes verzió)", + "serviceProviderUsersLabel": "Szolgáltató felhasználói" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Ország keresési metódusa", + "ariaLabel": "Ország/régió lekérdezésének módja", "gps": "Helymeghatározás GPS-koordináták alapján", "info": "Ha adott feltételes hozzáférési szabályzathoz helyfeltétel van konfigurálva, az Authenticator alkalmazás felkéri a felhasználókat GPS-helyadataik megosztására. ", "ip": "Helymeghatározás IP-cím alapján (csak IPv4 esetén)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Konfigurálja a szabályzat érvényesítéséhez szükséges, a szolgáltatásnévhez tartozó kockázati szinteket.​", "infoBalloonContent": "Konfigurálja a szolgáltatásnévhez tartozó kockázatot, hogy alkalmazhassa a szabályzatot a kiválasztott kockázati szint(ek)re.", - "title": "Szolgáltatásnév kockázata (Előzetes verzió)" + "title": "Szolgáltatásnévhez tartozó kockázat" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "A folyamatos hozzáférés-kiértékelés engedélyezése vagy letiltása", "upsellInfo": "Ezen a lapon már nem tudja megváltoztatni a beállításait, és az itt található beállításokat figyelmen kívül kell hagyni. A korábbi beállításait figyelembe vesszük. A továbbiakban a Feltételes hozzáférés területen konfigurálhatja a CAE-beállításait. További információért kattintson ide." }, + "SamlReauth": { + "Filter": { + "warning": "Dinamikus lekérdezéssel céloz alkalmazásokat. Előfordulhat, hogy egyes alkalmazások nem használhatók a „Bejelentkezési gyakoriság – Minden alkalommal” munkamenet-vezérlővel. {0}Tekintsen meg további információt az ajánlott forgatókönyvekről.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "A bejelentkezés során alkalmazott eszköz attribútumainak listája." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "Nincs kiválasztva bérlő", + "selectOrganization": "Szervezet kiválasztása", + "tenantIdWithPlaceholder": "Bérlőazonosító: {0}", + "tenantSelectionRequired": "Bérlő szükséges" }, "advancedTabText": "Speciális", "allCloudAppsErrorBox": "A Minden felhőalkalmazás lehetőséget kell kiválasztani, ha a Jelszómódosítás megkövetelése engedély van kiválasztva", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "Példa: uri:contoso.com:level3", "appEnforceInfoBubble": "Az alkalmazás által kényszerített korlátozások további adminisztrátori beállításokat követelhetnek meg a felhőalkalmazásokban. A korlátozások csak új munkamenetekhez kapcsolódóan lépnek életbe.", "appNotSetSeletorLabel": "0 felhőalkalmazás kiválasztva", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "Ez az alkalmazás nem támogatja a „Bejelentkezés gyakorisága minden alkalom” munkamenet-vezérlőt.", "applyConditionClientAppInfoBalloonContent": "Ügyfélalkalmazások konfigurálása a szabályzat adott ügyfélalkalmazásokra való érvényesítéséhez", "applyConditionDevicePlatformInfoBalloonContent": "Eszközplatformok konfigurálása a szabályzat adott platformokra való érvényesítéséhez", "applyConditionDeviceStateInfoBalloonContent": "Eszközállapot konfigurálása a szabályzat adott eszközállapot(ok)ra való érvényesítéséhez", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP-címtartományok", "downloadExampleFileName": "Példa", "downloadExampleHeader": "Ez egy példafájl, amely bemutatja, hogy milyen fajta adatok használhatók érvényesen. A # karakterrel kezdődő sorokat figyelmen kívül hagyja a rendszer.", + "duplicate": "Duplikálás", + "duplicatePolicyName": "{0} MÁSOLÁSA", "endDatePickerLabel": "Vége", "endTimePickerLabel": "Befejezés időpontja", - "enterCountryText": "A rendszer párban értékeli ki az IP-címet és az országot. Adja meg az országot.", - "enterIpText": "A rendszer párban értékeli ki az IP-címet és az országot. Adja meg az IP-címet.", + "enterCountryText": "A rendszer párban értékeli ki az IP-címet és az országot/régiót. Válassza ki az országot.", + "enterIpText": "A rendszer párban értékeli ki az IP-címet és az országot/régiót. Adja meg az IP-címet.", "enterUserText": "Nincs megadva felhasználó. Adjon meg egy felhasználót.", "evaluationResult": "Értékelés eredménye", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Információ", "invalidCertDuration": "A tanúsítvány érvényességi ideje érvénytelen", "invalidIpAddress": "Az értéknek érvényes IP-címnek kell lennie", - "invalidReAuthSignInRiskOptionSelected": "Ha a „Bejelentkezés gyakorisága” munkamenet-vezérlő „Minden alkalommal” értékű, a „Nincs kockázat” beállítás nem választható ki a „Bejelentkezés kockázati szintje” feltételvezérlőben.", + "invalidReAuthSignInRiskOptionSelected": "Ha a „Bejelentkezés gyakorisága” munkamenet-vezérlő „Minden alkalommal” értékű, a „Nincs kockázat” beállítás nem választható ki a „Bejelentkezési kockázat” feltételvezérlőben.", "invalidUriErrorMsg": "Érvényes URI azonosítót adjon meg. Példa: uri:contoso.com:acr ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "Ez a nézet elavult. Váltson az új és továbbfejlesztett Nevesített helyek nézetre.", "namedLocationsHelpDescription": "A Microsoft Azure AD biztonsági jelentései nevesített helyeket használnak az álpozitív találatok és az Azure AD Feltételes hozzáférési szabályzatai számának csökkentésére.\n[További információ][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Új IP-címtartomány hozzáadása (példa: 40.77.182.32/27)", - "namedNetworkCountryNeeded": "Legalább egy országot ki kell választania", + "namedNetworkCountryNeeded": "Legalább egy országot/régiót ki kell választania", "namedNetworkDeleteCommand": "Törlés", "namedNetworkDeleteDescription": "Biztos, hogy törli a(z) {0} hálózatot? Ez a művelet nem vonható vissza.", "namedNetworkDeleteTitle": "Biztos benne?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Helyszínek", "policyConditionLocationDescription": "A hely (az IP-címtartomány használatával megállapítva), ahonnan a felhasználó bejelentkezik", "policyConditionLocationPreview": "Helyek (Előzetes verzió)", - "policyConditionSigninRisk": "Bejelentkezés kockázati szintje", + "policyConditionSigninRisk": "Bejelentkezési kockázat", "policyConditionSigninRiskDescription": "Annak valószínűsége, hogy a bejelentkezés nem a felhasználó részéről történt. A kockázati szint lehet magas, közepes vagy alacsony. A beállításhoz Azure AD Premium 2-licenc szükséges.", - "policyConditionUserRisk": "Felhasználói kockázati szint", + "policyConditionUserRisk": "Felhasználói kockázat", "policyConditionUserRiskDescription": "A szabályzat érvényesítéséhez szükséges felhasználói kockázati szintek konfigurálása", "policyConditioniClientApp": "Ügyfélalkalmazások", "policyControlAllowAccessDisplayedName": "Hozzáférés biztosítása", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Az eszköz nem értékeli ki a klasszikus szabályzatokat.", "whatIfClientAppInfo": "Az az ügyfélalkalmazás, amelyből a felhasználó bejelentkezik (például Böngésző).", - "whatIfCountry": "Ország", - "whatIfCountryInfo": "Az az ország, amelyből a felhasználó bejelentkezik.", + "whatIfCountry": "Ország/régió", + "whatIfCountryInfo": "Az az ország/régió, amelyből a felhasználó bejelentkezik.", "whatIfDevicePlatformInfo": "Az eszközplatform, melyről a felhasználó bejelentkezik.", "whatIfDeviceStateInfo": "Az eszközállapot, melyből a felhasználó bejelentkezik", "whatIfEnterIpAddress": "Adja meg az IP-címet (példa: 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Felhasználók és csoportok", "whatIfIpAddress": "IP-cím", "whatIfIpAddressInfo": "Az IP-cím, ahonnan a felhasználó bejelentkezik.", - "whatIfIpCountryInfoBoxText": "IP-cím vagy ország használata esetén mindkét mezőt ki kell tölteni, és helyesen meg kell feleltetni egymással.", + "whatIfIpCountryInfoBoxText": "IP-cím vagy ország/régió használata esetén mindkét mezőt ki kell tölteni, és az értéküknek helyesen meg kell felelnie egymásnak.", "whatIfPolicyAppliesTab": "Érvényes szabályzatok", "whatIfPolicyAppliesTabWithCount": "Alkalmazható házirendek ({0})", "whatIfPolicyDoesNotApplyTab": "Érvénytelen szabályzatok", "whatIfPolicyDoesNotApplyTabWithCount": "Nem alkalmazható házirendek ({0})", "whatIfReasons": "Szabályzat érvénytelenségének okai", "whatIfSelectClientApp": "Ügyfélalkalmazás kiválasztása...", - "whatIfSelectCountry": "Ország kiválasztása...", + "whatIfSelectCountry": "Ország/régió kiválasztása...", "whatIfSelectDevicePlatform": "Válasszon eszközplatformot...", "whatIfSelectPrivateLink": "Privát kapcsolat kiválasztása...", "whatIfSelectServicePrincipalRisk": "Szolgáltatásnév kockázatának kiválasztása…", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Számítási feladatok identitásai (előzetes verzió)", + "workloadIdentitiesLicenseText": "A szabályzat szerkesztéséhez prémium P1 vagy P2 szintű számításifeladat-identitásokra van szükség.", "workloadIdentity": "Számításifeladat-identitás" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Eszközök konfigurálása a kezdeti kiépítéshez és felhasználókhoz való hozzárendeléshez.", + "title": "Eszköz-előkészítés" + }, + "EnrollmentSettings": { + "description": "Konfigurálhatja a regisztrációs beállításokat, például letilthatja a regisztrációt, és hozzárendelheti őket a felhasználókhoz.", + "title": "Regisztrációs beállítások" + }, "coManagementAuthorityDesc": "Configuration Manager-integráció közös felügyeleti beállításainak konfigurálása", "coManagementAuthorityTitle": "Közös felügyeleti beállítások ", "deploymentProfiles": "Windows AutoPilot Deployment-profilok", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "Az információs URL-cím legfeljebb 1024 karakter hosszú lehet.", "installAsManaged": "Telepítés felügyeltként", "installationSourceLabel": "Alkalmazás típusa", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Megjelenítés kiemelt alkalmazásként a céges portálon", "isMAMEnabledToggleLabel": "Igen", "lastModifiedDateTime": "Utolsó frissítés időpontja", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Beállítások" }, "infoBoxText": "A jelenleg elérhető egyetlen dedikált minőségifrissítés-szabályozási lehetőség a Windows 10-es vagy újabb frissítési körök szabályzatán kívül a minőségi frissítések felgyorsítása azon eszközökön, amelyek esetében a javítási szint a megadott értéket nem érti el. A jövőben további szabályozási lehetőségek is elérhetők lesznek.", + "licenseLearnMoreText": "További információ az előfeltételekről és a minőségi frissítési szabályzatokról.", + "licenseWarningBoxText": "A minőségi frissítési szabályzatok létrehozásához meghatározott licencre van szükség.", "warningBoxText": "A szoftverfrissítések felgyorsításával csökkenthető a megfelelőség eléréséhez szükséges idő, azonban nagyobb hatással van a végfelhasználói termelékenységre. Jelentősen nagyobb eséllyel fordulhat elő újraindítás munkaidőben." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge-konfigurációs beállítások", @@ -10660,6 +10740,23 @@ "withEnrollment": "Regisztrációval", "withoutEnrollment": "Regisztráció nélkül" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Szerző", + "template": "Sablon neve" + } + }, + "SettingsCatalog": { + "subtitle": "Kezdje elölről, és válassza ki a kívánt beállításokat a rendelkezésre álló beállítások könyvtárából", + "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", + "title": "Sablonok" + }, + "noData": "Nem találhatók szabályzatsablonok" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "A Project Online asztali ügyfele", "visioProRetail": "Visio Online 2. csomag" @@ -10844,6 +10941,12 @@ "withEnrollment": "Regisztrációval", "withoutEnrollment": "Regisztráció nélkül" }, + "DisplayRoleTypes": { + "builtInRole": "Beépített szerepkör", + "customCloudPCRole": "Egyéni Windows 365-szerepkör", + "customIntuneRole": "Egyéni Intune-szerepkör", + "customRole": "Egyéni szerepkör" + }, "InstallContextType": { "device": "Eszköz", "deviceContext": "Eszközkörnyezet", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Frissítés a következő bejelentkezéskor", "duringTimeWindows": "Frissítés az ütemezett idő alatt", - "header": "Alapértelmezés szerint, ha egy iOS/iPadOS szoftverfrissítési szabályzatot egy eszközhöz rendeltek, az Intune üzembe helyezi a legújabb frissítéseket az eszköz bejelentkezésekor (körülbelül 8 óránként). Ehelyett létrehozhat egy heti ütemezést is testreszabott kezdő- és záróidőpontokkal. Ha az ütemezett időn kívül kíván frissíteni, az Intune nem fogja telepíteni a frissítéseket az ütemezett idő lejáratáig.", + "header": "Ha frissítési szabályzatot rendelnek egy eszközhöz, az Intune alapértelmezés szerint üzembe helyezi a legújabb frissítéseket az eszköz bejelentkezésekor. Ehelyett létrehozhat egy heti ütemezést is testreszabott kezdési és befejezési időpontokkal. Ha az ütemezett időn kívül kíván frissíteni, az Intune nem fogja üzembe helyezni a frissítéseket az ütemezett idő végéig.", "infoBalloon": "A frissítés végrehajtásának időpontja. Az ütemezett időtartamok közben vagy azokon kívül történő frissítések ütemezéséhez további beavatkozásra van szükség.", "label": "Ütemezéstípus", "outsideActiveHours": "Frissítés az aktív órákon kívül (örökölt)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Rendszergazdai kapcsolatok", "appPackaging": "Alkalmazás csomagolása", + "businessGroups": "Üzleti csoportok", "devices": "Eszközök", "feedback": "Visszajelzés", "gettingStarted": "Kezdeti lépések", @@ -11479,6 +11583,7 @@ "cartProfiles": "Kocsiprofilok", "certificateConnectors": "Tanúsítvány-összekötők", "chromeEnterprise": "Chrome Enterprise (előzetes verzió)", + "cloudAttachedDevices": "Felhőalapú csatlakoztatott eszközök (előzetes verzió)", "compliancePolicies": "Megfelelőségi szabályzatok", "complianceScriptManagement": "Szkriptek", "complianceScriptManagementPreview": "Szkriptek (előzetes verzió)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Funkciófrissítési hibák (Előzetes verzió)", "failuresForQualityUpdates": "A Windows gyorsított frissítés hibái (előzetes verzió)", "featureFlighting": "Funkciótesztelés", - "featureUpdateDeployments": "Funkciófrissítések Windows 10-es és újabb verziókhoz (előzetes verzió)", + "featureUpdateDeployments": "Funkciófrissítések Windows 10-es és újabb verziókhoz", "flighting": "Tesztelés", "fotaUpdate": "Belső vezérlőprogram vezeték nélküli frissítése", "groupPolicy": "Felügyeleti sablonok", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Hiányos felhasználóregisztrációk", "iosUpdates": "Az iOS/iPadOS frissítési szabályzatai", "legacyPcManagement": "Örökölt PC-kezelés", - "macOSSoftwareUpdate": "macOS-frissítési szabályzatok", - "macOSSoftwareUpdateAccountSummaries": "MacOS-es eszközök telepítési állapota", + "macOSSoftwareUpdate": "Frissítési szabályzatok macOS-en (előzetes verzió)", + "macOSSoftwareUpdateAccountSummaries": "MacOS-es eszközök telepítési állapota (előzetes verzió)", "macOSSoftwareUpdateCategorySummaries": "Szoftverfrissítések összegzése", "macOSSoftwareUpdateStateSummaries": "frissítések", "managedGooglePlay": "Felügyelt Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Jótállási szállítók", "wdacSupplementalPolicies": "Az S mód kiegészítő szabályzatai", "windows10DriverUpdate": "Illesztőprogram-frissítések Windows 10-es és újabb verziókhoz (előzetes verzió)", - "windows10QualityUpdate": "Minőségi frissítések Windows 10-es és újabb verziókhoz (előzetes verzió)", + "windows10QualityUpdate": "Minőségi frissítések Windows 10-es és újabb verziókhoz", "windows10UpdateRings": "Frissítési körök Windows 10 és újabb verziókhoz", "windows10XPolicyFailures": "Windows 10X-szabályzat hibái", "windows365Connector": "Windows 365 Citrix-összekötő", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Windows 365 Citrix-összekötő (előzetes verzió)", + "windowsDiagnosticData": "Windows-adatok", "windowsEnterpriseCertificate": "Windowsos vállalati tanúsítvány", "windowsManagement": "PowerShell-szkriptek", "windowsSideLoadingKeys": "Közvetlen telepítési kulcsok (Windows)", diff --git a/Documentation/Strings-it.json b/Documentation/Strings-it.json index 70b45e8..16bf97a 100644 --- a/Documentation/Strings-it.json +++ b/Documentation/Strings-it.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Certificati per docenti", "emailProfile": "Posta elettronica", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Configurazione della gestione dei dispositivi mobili", "extensibleSingleSignOn": "Estensione dell'app per l'accesso Single Sign-On", "filevault": "FileVault", "firewall": "Firewall", @@ -508,7 +507,10 @@ "deploymentSettings": "Impostazioni di distribuzione", "groupAssignmentSettings": "Assegnazioni", "scopeSettings": "Tag di ambito" - } + }, + "gradualRolloutLicenseWarning": "Questa funzionalità richiede licenze specifiche.", + "gradualRolloutLicenseWarningEdit": "Questa funzionalità può continuare a essere usata e configurata fino a quando il criterio non viene salvato senza questa funzionalità selezionata.", + "licenseLearnMoreText": "Altre informazioni sui prerequisiti e sui criteri di aggiornamento delle funzionalità." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Cercare in App Store le app di iOS Store da distribuire con Intune.", "useManagedBrowser": "Se necessario, quando un utente apre l'app Web, tale app verrà aperta in un browser protetto da Intune, tra cui Microsoft Edge o Intune Managed Browser. Questa impostazione è applicabile a dispositivi iOS e Android.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "File contenente l'app in un formato che può essere trasferito localmente in un dispositivo. Tipo di pacchetto valido: .intunewin.​" + "win32AppPackageFile": "File contenente l'app in un formato che può essere trasferito localmente in un dispositivo. Tipo di pacchetto valido: .intunewin.​", + "winGetStoreSelectApp": "Cercare nel repository Microsoft Store le app dello Store che si vuole distribuire con Intune." }, "descriptionPreview": "Anteprima", "descriptionRequired": "La descrizione è obbligatoria.", @@ -800,10 +803,10 @@ "azureADDevice": "Dispositivo di Azure AD associato", "batch": "Tag di gruppo", "dateAssigned": "Data di assegnazione", - "deviceAccountFriendlyName": "Nome descrittivo dell'account del dispositivo", "deviceAccountPwd": "Password dell'account del dispositivo", "deviceAccountUpn": "Account del dispositivo", "deviceDisplayName": "Nome del dispositivo", + "deviceFriendlyName": "Soprannome del dispositivo", "deviceName": "Nome del dispositivo", "deviceUseType": "Tipo di uso del dispositivo", "enrollmentState": "Stato della registrazione", @@ -924,10 +927,10 @@ "azureADDevice": "Passare ai dettagli del dispositivo per il dispositivo associato. N/D indica che non sono presenti dispositivi associati.", "batch": "Attributo di stringa che può essere usato per identificare un gruppo di dispositivi. Il campo Tag di gruppo di Intune è mappato all'attributo OrderID nei dispositivi di Azure AD.", "dateAssigned": "Timestamp relativo all'ora di assegnazione del profilo al dispositivo.", - "deviceAccountFriendlyName": "Nome descrittivo dell'account del dispositivo per i dispositivi Surface Hub", - "deviceAccountPwd": "Password dell'account del dispositivo per i dispositivi Surface Hub", - "deviceAccountUpn": "Indirizzo di posta elettronica dell'account del dispositivo per i dispositivi Surface Hub", + "deviceAccountPwd": "Password dell'account del dispositivo per i dispositivi Surface Hub. Se immesso, compilare anche l'account del dispositivo e il nome descrittivo.", + "deviceAccountUpn": "Indirizzo di posta elettronica dell'account del dispositivo per i dispositivi Surface Hub. Se immesso, compilare anche la password dell'account del dispositivo e il nome descrittivo.", "deviceDisplayName": "Configura un nome univoco per il dispositivo. Il nome verrà ignorato nelle distribuzioni aggiunte ad Azure AD ibrido. Il nome del dispositivo deriva comunque dal profilo di aggiunta al dominio per i dispositivi di Azure AD ibrido.", + "deviceFriendlyName": "Nome descrittivo del dispositivo per i dispositivi Surface Hub. Se immesso, compilare anche l'account del dispositivo e la password dell'account del dispositivo.", "deviceName": "Nome visualizzato quando un utente ha provato a individuare il dispositivo e a stabilire una connessione.", "deviceUseType": " Il dispositivo verrà configurato in base alle opzioni selezionate. È comunque possibile modificarle in seguito in Impostazioni.\r\n ", "enrollmentState": "Consente di specificare se il dispositivo è stato registrato.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Messaggio di errore", "customMessageToggle": "Mostrare un messaggio personalizzato in caso di raggiungimento del limite di tempo o se si verifica un errore", "enableForAutopilotOnlyToggle": "Mostra la pagina solo ai dispositivi sottoposti a provisioning dalla Configurazione guidata", + "installQualityUpdatesToggle": "Installare gli aggiornamenti qualitativi di Windows (potrebbe riavviare il dispositivo)", "progressToggle": "Mostra lo stato della configurazione di app e profili", "resetToggle": "Consenti agli utenti di reimpostare il dispositivo se si verifica un errore di installazione", "timeout": "Mostra un errore se l'installazione richiede più tempo rispetto al numero di minuti specificato" @@ -1367,7 +1374,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\nNon influisce sui dati personali o non gestiti." + "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." }, "AndroidBiometricAuthentication": { "label": "Biometria invece del PIN per l'accesso", @@ -1378,7 +1385,7 @@ "tooltip": "Il sistema operativo Android usa le scansioni dell'impronta digitale per l'autenticazione degli utenti dei dispositivi Android. Questa funzionalità supporta i controlli biometrici nei dispositivi Android. Le impostazioni biometriche specifiche di OEM, come Samsung Pass, non sono supportate. Se consentiti, i controlli biometrici devono essere usati per accedere all'app in un dispositivo compatibile." }, "AndroidOverrideFingerprint": { - "label": "Esegui l'override dell'impronta digitale con il PIN dopo il timeout" + "label": "Esegui l'override dei dati biometrici con il PIN  dopo il timeout" }, "AppPIN": { "label": "PIN dell'app quando il PIN del dispositivo è configurato", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Protocollo del browser non gestito", - "tooltip": "

Immettere il protocollo per un singolo browser non gestito. Il contenuto Web (http/s) dalle applicazioni gestite in base a criteri verrà aperto in qualsiasi app che supporta tale protocollo.

\r\n \r\n

Nota: includere solo il prefisso del protocollo. Se il browser richiede collegamenti con formato \"browserpersonale://www.microsoft.com\", immettere \"browserpersonale\".

" + "tooltip": "

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.

\r\n\r\n

Nota: Includere solo il prefisso del protocollo. Se il browser richiede collegamenti nel formato \"mybrowser://www.microsoft.com\", immettere \"mybrowser\".

" }, "CustomDialerAppDisplayName": { "label": "Nome dell'app dialer" @@ -1435,7 +1442,7 @@ "tooltip": "Selezionare {0} per imporre la crittografia dei dati dell'organizzazione con la crittografia a livello di app di Intune.\r\n
\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
\r\nNota: per altre informazioni sulla crittografia a livello di app di Intune, vedere {2}." }, "EncryptDataAndroid": { - "tooltip": "

Scegliere Rendi obbligatorio per abilitare la crittografia dei dati aziendali o dell'istituto di istruzione in questa app. Intune usa uno schema di crittografia AES OpenSSL a 256 bit insieme al sistema Archivio chiavi Android per crittografare in modo sicuro i dati delle app. I dati vengono crittografati in modo sincrono durante le attività I/O dei file. Il contenuto nelle risorse di archiviazione del dispositivo è sempre crittografato. L'SDK continuerà a fornire supporto per le chiavi a 128 bit per assicurare la compatibilità con contenuto e con app che usano versioni precedenti dell'SDK.

\r\n\r\n

Il metodo di crittografia è compatibile con FIPS 140-2.

" + "tooltip": "

Scegliere Richiedi 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.

\r\n\r\n

Il metodo di crittografia è conforme a FIPS 140-2.

" }, "EncryptDataIos": { "tooltip1": "Scegliere Rendi obbligatorio 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.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Notifiche sui dati dell'organizzazione", - "tooltip": "

Selezionare una delle opzioni seguenti per specificare il modo in cui vengono visualizzate le notifiche per gli account dell'organizzazione per questa app e per eventuali dispositivi connessi, ad esempio i dispositivi indossabili:

\r\n

{0}: le notifiche non vengono condivise.

\r\n

{1}: i dati dell'organizzazione non vengono condivisi nelle notifiche. Se questa opzione non è supportata dall'applicazione, le notifiche vengono bloccate.

\r\n

{2}: tutte le notifiche vengono condivise.

\r\n

Solo Android:\r\n Nota: questa impostazione non è applicabile a tutte le applicazioni. Per altre informazioni, vedere {3} 

\r\n \r\n

Solo iOS:\r\nNota: questa impostazione non è applicabile a tutte le applicazioni. Per altre informazioni, vedere {4}

" + "tooltip": "

Selezionare una delle opzioni seguenti per specificare la come le notifiche per gli account dell'organizzazione vengono visualizzati per quest’app e qualsiasi dispositivo connesso, ad esempio i dispositivi indossabili:

\r\n

{0}: Non condividere notifiche.

\r\n

{1}: Non condividere i dati dell'organizzazione nelle notifiche. Se non sono supportate dall'applicazione, le notifiche vengono bloccate.

\r\n

{2}: Condividere tutte le notifiche.

\r\n

Solo Android:\r\n Nota: questa impostazione non si applica a tutte le applicazioni. Per altre informazioni, vedere {3} 

\r\n\r\n

Solo iOS:\r\nNota: questa impostazione non si applica a tutte le applicazioni. Per altre informazioni, vedere {4}

" }, "OpenLinksManagedBrowser": { "label": "Limita il trasferimento di contenuto Web con altre app", - "tooltip": "

Selezionare una delle opzioni seguenti per specificare le app in cui questa app può aprire contenuto Web:

\r\n

Edge: consente l'apertura del contenuto Web solo in Edge

\r\n

Browser non gestito: consente l'apertura del contenuto Web solo nel browser non gestito definito nell'impostazione \"Protocollo del browser non gestito\"

\r\n

Qualsiasi app: consente i collegamenti Web in qualsiasi app

" + "tooltip": "

Selezionare una delle opzioni seguenti per specificare le app in cui questa app può aprire i contenuti Web:

\r\n

Microsoft Edge: Consentire l'apertura dei contenuti Web solo in Microsoft Edge. Informazioni sulla protezione dei dati da parte di Microsoft Edge.

\r\n

Browser non gestito: Consentire l'apertura dei contenuti Web solo nel browser non gestito definito dall'impostazione \"Protocollo del browser non gestito\"

\r\n

Qualsiasi app: Consentire collegamenti Web in qualsiasi app

" }, "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à)'. " @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "Eseguire l'override della biometria con il PIN dopo gli aggiornamenti biometrici", - "tooltip": "Se la biometria di classe 3 è supportata dal dispositivo (altre informazioni qui), quando viene rilevata una modifica della biometria, un prompt del PIN sostituirà le richieste biometriche." + "tooltip": "Se la biometria di classe 3 è supportata dal dispositivo (altre informazioni qui), quando viene rilevata una modifica della biometria, un prompt del PIN sostituirà le richieste biometriche. Questa impostazione ha effetto solo dopo che è stata usata una biometria per accedere all'app." }, "RestrictKeyboards": { "duplicatePackageError": "L'ID pacchetto deve essere univoco.", @@ -1515,7 +1522,7 @@ }, "SaveData": { "label": "Salva copie dei dati dell'organizzazione", - "tooltip": "Selezionare {0} per impedire il salvataggio di una copia dei dati dell'organizzazione in un nuovo percorso, diverso dai servizi di archiviazione selezionati, mediante \"Salva con nome\".\r\n Selezionare {1} per consentire il salvataggio di una copia dei dati dell'organizzazione in un nuovo percorso mediante \"Salva con nome\".
\r\n\r\n\r\nNota: questa impostazione non è applicabile a tutte le applicazioni. Per altre informazioni, vedere {2}.\r\n" + "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.
\r\n\r\n\r\nNota: questa impostazione non si applica a tutte le applicazioni. Per altre informazioni, vedere {2}.\r\n" }, "SaveDataToSelected": { "label": "Consenti all'utente di salvare copie nei servizi selezionati", @@ -1606,7 +1613,7 @@ "pushNotification": "Invia una notifica push all'utente finale", "remoteLock": "Blocca in remoto il dispositivo non conforme", "removeSourceAccessProfile": "Rimuovi il profilo di accesso di origine", - "retire": "Ritira il dispositivo non conforme", + "retire": "Aggiungere dispositivo all'elenco di ritiro", "wipe": "Cancella", "emailNotification": "Invia un messaggio di posta elettronica all'utente finale" }, @@ -1746,6 +1753,7 @@ "weeks1": "Ogni settimana" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 e versioni successive" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Specificare il file di script di PowerShell. Le dimensioni del file devono essere inferiori a 200 KB.", "uploadLabel": "Percorso dello script" }, + "bashScriptObjectName": "Script Bash", "createButtonText": "Aggiungi", "createPowershellScriptFlowSectionName": "Aggiungere uno script di PowerShell", "customAttributeObjectName": "Attributo personalizzato", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "Il client VPN specificato deve essere installato nel dispositivo e deve supportare la VPN per singole app. In caso contrario si verificherà un errore. Si noti che sarà necessario approvare l'app in Google Play Store gestito, sincronizzare l'app in Intune e distribuirla per consentirne l'installazione.", "androidDeviceOwnerCustomPasswordDescription": "Consente di creare un passcode del dispositivo solo per i dispositivi dedicati. Il passcode deve includere tra 4 e16 caratteri e numeri, lettere e caratteri speciali.", "androidDeviceOwnerCustomPasswordName": "Passcode personalizzato", + "androidElevenAndBelowPasswordHeader": "Android 11 e versioni precedenti", + "androidElevenAndBelowPasswordHeaderDescription": "Queste impostazioni sono applicabili ai dispositivi che eseguono Android 11 o versioni precedenti.", "androidEnterpriseAlwaysOnVpnClientName": "Client VPN", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Immettere l'ID pacchetto dell'app in Google Play Sore. Ad esempio, se l'URL per l'app in Play Store è https://play.google.com/store/details?id=com.contosovpn.android.prod, l'ID pacchetto sarà com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "ID pacchetto", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "A partire dal mese di ottobre 2020 alcune impostazioni non saranno supportate nei dispositivi Android che eseguono Android 10 e versioni successive e non sono Samsung Knox. Queste impostazioni sono etichettate con Android 9 e versioni precedenti o Samsung Knox. Fare clic per ottenere altre informazioni.", "androidTrustedServerCertificateNamesDescription": "Nome DNS utilizzato nel certificato presentato dal server RADIUS durante l'autenticazione del client al punto di accesso WiFi. Se nel nome di dominio completo sono presenti più server Radius con lo stesso suffisso DNS, è possibile utilizzare solo il suffisso. Consente ai dispositivi di considerare attendibile il certificato del server presentato. Altre informazioni.
", "androidTrustedServerCertificateNamesName": "Nome del server RADIUS", + "androidTwelveAndAbovePasswordHeader": "Android 12 e versioni successive", + "androidTwelveAndAbovePasswordHeaderDescription": "Queste impostazioni sono applicabili ai dispositivi che eseguono Android 12 o versioni successive.", + "androidTwelveDeprecationInfoBox": "A partire da novembre 2022, alcune impostazioni non sono supportate nei dispositivi Android che eseguono Android 12 e versioni successive. Queste impostazioni sono etichettate con Android 11 e versioni precedenti. Fare clic per altre informazioni.", "androidZebraMxConfigurationFileXmlName": "Scegliere un file XML di Zebra MX valido", "androidZebraMxConfigurationLearnMore": "Altre informazioni sulla gestione dei dispositivi Zebra", "androidZebraMxConfigurationXmlName": "Profilo MX in formato XML", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "Ad esempio outlook.office365.com", "exchangeActiveSyncHostName": "Server di posta elettronica", "exclusionAppListColumn": "App da escludere", - "expeditedCheckinEnableDescription": "Richiede l'archiviazione dei dispositivi ogni ora", - "expeditedCheckinEnableName": "Richiedi l'archiviazione dei dispositivi ogni ora", "experienceAllowBrowserSyncSettingsDescription": "Consente di specificare se l'utente può attivare l'impostazione del browser per eseguire la sincronizzazione tramite le opzioni di sincronizzazione dell'utente per sincronizzare informazioni quali la cronologia e i Preferiti tra i dispositivi di un utente. Per configurare questa impostazione, è necessario abilitare l'impostazione \"Sincronizza le impostazioni del browser tra i dispositivi dell'utente\".", "experienceAllowBrowserSyncSettingsName": "L'utente può attivare le impostazioni di sincronizzazione del browser", "experienceDoNotSyncBrowserSettingsDescription": "Se l'opzione viene bloccata, la configurazione predefinita (consentire la sincronizzazione delle impostazioni del browser tra dispositivi) è disattivata in modo che gli utenti non possano eseguire la sincronizzazione tra dispositivi. Quando l'opzione \"Blocca e consenti l'override dell'utente\" è selezionata, un utente può eseguire l'override della designazione dell'amministratore.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Creare un profilo per imporre l'installazione automatica degli aggiornamenti più recenti per macOS nei dispositivi assegnati. Queste impostazioni determinano come e quando vengono distribuiti gli aggiornamenti software. Questo profilo non impedisce agli utenti di aggiornare manualmente il sistema operativo. Gli aggiornamenti verranno applicati solo ai dispositivi registrati tramite un programma di registrazione dei dispositivi Apple (con ABM o ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Altre informazioni", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Altre informazioni", - "macOSSoftwareUpdatePolicySupervisedName": "Creare un profilo per imporre l'installazione automatica degli aggiornamenti più recenti per macOS nei dispositivi assegnati. Queste impostazioni determinano come e quando vengono distribuiti gli aggiornamenti software. Questo profilo non impedisce agli utenti di aggiornare manualmente il sistema operativo. Gli aggiornamenti verranno applicati solo ai dispositivi registrati tramite un programma di registrazione dei dispositivi Apple (con ABM o ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Pianificazione settimanale", - "macOSSoftwareUpdateSelectScheduleTypeName": "Per impostazione predefinita, quando un criterio per aggiornamenti software macOS viene assegnato a un dispositivo, Intune distribuisce gli aggiornamenti più recenti durante la sincronizzazione del dispositivo. È anche possibile creare una pianificazione settimanale e specificare un periodo di tempo durante il quale i dispositivi possono eseguire la sincronizzazione e ricevere aggiornamenti. Se si sceglie di eseguire l'aggiornamento in orari diversi da quello pianificato, Intune distribuirà gli aggiornamenti solo alla fine dell'orario pianificato.", + "macOSSoftwareUpdateSelectScheduleTypeName": "Per impostazione predefinita, quando un criterio di aggiornamento viene assegnato a un dispositivo, Intune distribuisce gli aggiornamenti più recenti al momento dell'archiviazione del dispositivo. È invece possibile creare una pianificazione settimanale con ore di inizio e fine personalizzate. Se si sceglie di eseguire l'aggiornamento al di fuori dell'ora pianificata, Intune non distribuirà gli aggiornamenti fino al termine dell'ora pianificata.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Selezionare la modalità di download, installazione e/o notifica per ogni tipo di aggiornamento.", "macOSSystemExtensionsExtensionTypeName": "Tipi di estensioni del sistema consentiti", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Gli studenti iscritti a un corso di Classroom non gestito devono ottenere il consenso del docente per abbandonare il corso.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Esegui l'offload di keep-alive per NAT nell'hardware quando il dispositivo è in modalità sospensione", "nATKeepAliveOffloadEnableToolTip": "Per impostazione predefinita, quando un dispositivo è in modalità sospensione, il sistema NAT controllerà continuamente che sia connesso alla VPN. Questa impostazione consente di disabilitare tale comportamento.", "nacIdCheckBoxLabel": "Accetto.", - "nacIdDescCisco": "Cisco AnyConnect richiede che l'ID dispositivo di Intune sia incluso nel profilo VPN per abilitare il controllo accesso alla rete.

Autorizzo Microsoft a includere le informazioni del dispositivo nel profilo VPN, in modo che possano essere usate da Cisco e dai rispettivi partner.", - "nacIdDescCitrix": "Citrix SSO richiede che l'ID dispositivo di Intune sia incluso nel profilo VPN per abilitare il controllo accesso alla rete.

Autorizzo Microsoft a includere le informazioni del dispositivo nel profilo VPN, in modo che possano essere usate da Citrix e dai rispettivi partner.", - "nacIdDescF5": "F5 Access richiede che l'ID dispositivo di Intune sia incluso nel profilo VPN per abilitare il controllo accesso alla rete.

Autorizzo Microsoft a includere le informazioni del dispositivo nel profilo VPN, in modo che possano essere usate da F5 Access e dai rispettivi partner.", + "nacIdDescCisco": "Cisco AnyConnect richiede che l'ID dispositivo di Intune sia incluso nel profilo VPN per abilitare il controllo accesso alla rete.

Autorizzo Microsoft a includere le informazioni del dispositivo nel profilo VPN, in modo che possano essere usate da Cisco e dai rispettivi partner. Fare clic per scoprire di più, incluso quali dati vengono condivisi con il provider di servizi.", + "nacIdDescCitrix": "Citrix SSO richiede che l'ID dispositivo di Intune sia incluso nel profilo VPN per abilitare il controllo accesso alla rete.

Autorizzo Microsoft a includere le informazioni del dispositivo nel profilo VPN, in modo che possano essere usate da Citrix e dai rispettivi partner. Fare clic per scoprire di più, incluso quali dati vengono condivisi con il provider di servizi.", + "nacIdDescF5": "F5 Access richiede che l'ID dispositivo di Intune sia incluso nel profilo VPN per abilitare il controllo accesso alla rete.

Autorizzo Microsoft a includere le informazioni del dispositivo nel profilo VPN, in modo che possano essere usate da F5 Access e dai rispettivi partner. Fare clic per scoprire di più, incluso quali dati vengono condivisi con il provider di servizi.", "nacIdHeader": "Abilita il controllo accesso alla rete", "nacIdHeaderCiscoToolTip": "L'ID dispositivo verrà crittografato e incluso nel profilo VPN. Quando l'utente prova a connettersi alla rete VPN, Cisco AnyConnect passerà questo valore all'infrastruttura di controllo accesso alla rete, che eseguirà quindi una query in Intune con questo valore per stabilire se il dispositivo è registrato e conforme.

Cisco AnyConnect non è in grado di accedere direttamente all'ID dispositivo. Per abilitare il controllo accesso alla rete, è quindi necessario includere questo valore nel profilo VPN.", "nacIdHeaderCitrixToolTip": "L'ID dispositivo verrà crittografato e incluso nel profilo VPN. Quando l'utente prova a connettersi alla rete VPN, Citrix SSO passerà questo valore all'infrastruttura di controllo accesso alla rete, che eseguirà quindi una query in Intune con questo valore per stabilire se il dispositivo è registrato e conforme.

Citrix SSO non è in grado di accedere direttamente all'ID dispositivo. Per abilitare il controllo accesso alla rete, è quindi necessario includere questo valore nel profilo VPN.", @@ -6016,6 +6028,15 @@ "shutdown": "Chiudi", "signatureUpdateIntervalInHoursName": "Intervallo di aggiornamento dell'intelligence sulla sicurezza (in ore)", "signingCertificateType": "Tipo di certificato di firma", + "silentCertAccessAddApps": "Aggiungere app", + "silentCertAccessApplicationsName": "Applicazioni", + "silentCertAccessMaxAppsWarn": "Selezionare un massimo di 50 app a cui concedere l'accesso automatico ai certificati", + "silentCertAccessMinAppsWarn": "Selezionare almeno un'app a cui concedere l'accesso automatico al certificato", + "silentCertAccessSpecificApps": "Concedere automaticamente per app specifiche (richiede l'approvazione dell'utente per altre app)", + "silentCertAccessTabName": "App", + "silentCertAccessTypeDescription": "Scegliere la modalità di concessione dell'accesso ai certificati alle applicazioni", + "silentCertAccessTypeName": "Accesso al certificato", + "silentCertAccessUserApproval": "Richiedere l'approvazione dell'utente per tutte le app", "simpleDownloadOption": "Modalità di download semplice senza peering (99)", "simultaneousMultiThreadingName": "Multithreading simultaneo", "singleAppModeAppNameDescription": "Nome dell'app.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N Edition", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "Selezionando questa opzione si accetta di applicare il sistema operativo a un dispositivo (1) che la licenza di Windows applicabile è stata acquistata tramite contratti multilicenza o (2) di essere autorizzati a associare l'organizzazione e di accettare per suo conto le Condizioni di licenza software Microsoft pertinenti disponibili qui {0}.", "windowsAppNonComplianceTypeDescription": "È consigliabile chiedere agli utenti di accettare le Condizioni per l'utilizzo, in modo da accettare il blocco dell'installazione di alcune app. Usare l'elenco di app bloccate per specificare le app di Windows Phone non gestite da Intune che non possono essere installate dagli utenti. Per l'elenco di app consentite, è necessario aggiungere all'elenco tutte le app, incluso il portale aziendale ed eventuali app distribuite, usando il formato dell'URL per l'App Store.", "windowsAppUrlExample": "Ad esempio https://www.microsoft.com/it-it/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "Queste impostazioni sono applicabili ai dispositivi con profili di lavoro di proprietà aziendale e solo durante l'utilizzo personale.", "workProfileRequirePasswordDescription": "Richiede una password per usare le app aziendali. Questa opzione può essere distinta dalla password per il dispositivo. Richiede Android 7.0+ ", "workProfileRequirePasswordName": "Richiedi la password del profilo di lavoro", + "workProfileRequiredPasswordComplexityDescription": "Specificare la complessità richiesta della password.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "Specifica il tipo di password necessario.", "workProfileRequiredPasswordTypeName": "Tipo di password richiesto", "workspaceIDName": "ID area di lavoro", @@ -7601,7 +7626,7 @@ "isMamEnabled": "MAM è abilitato?", "itemsCount": "{0} elementi", "jailbrokenRootedDevices": "Dispositivi jailbroken/rooted", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "Data ultima modifica", "lastReportedDate": "Data dell'ultima segnalazione", "lastSync": "Ultima sincronizzazione", "lastSyncGmt": "Ultima sincronizzazione (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "ID dispositivo MDM", "mdmWipInvalidVersionSettings": "Le definizioni della versione minima/massima per una o più app non sono valide.

Windows Information Protection con criteri di registrazione consente di specificare solo una delle versioni minime o massime, a meno che entrambe le versioni non vengano specificate come equivalenti. Quando viene specificata solo la versione minima, la regola viene impostata su superiore o uguale alla versione minima. Analogamente, se viene specificata solo la versione massima, la regola viene impostata su inferiore o uguale alla versione massima.", "mdmWipReport": "Report di Windows Information Protection per MDM", + "microsoftDefenderForEndpoint": "Microsoft Defender per endpoint", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Versione minima dell'app", "minMaxValidation": "La versione minima del sistema operativo deve essere precedente alla versione massima del sistema operativo quando l'azione è uguale.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Versione minima del Portale aziendale", "minimumDeviceSelection": "È necessario selezionare almeno 1 dispositivo", "mobileAppCRUDpermission": "Autorizzazione di lettura, creazione e assegnazione di app per dispositivi mobili", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (non Microsoft)", "monitor": "Monitoraggio", "moreApps": "Altre app", "moreAppsTextBoxTooltip": "Aggiungere qui le app line-of-business se non si ha accesso al portale completo di Intune.", - "mtdConnectorInfoBox1": "Importante Assicurarsi che il connettore Mobile Threat Defense sia configurato in modo da proteggere correttamente i dati dell'organizzazione in base alle valutazioni delle minacce dei servizi connessi di Mobile Threat Defense.", + "mtdConnectorInfoBox1": " Important! Assicurarsi che il connettore Mobile Threat Defense (MTD) sia configurato per proteggere correttamente i dati dell'organizzazione in base alle valutazioni delle minacce dei servizi di Mobile Threat Defense connessi.", "mtdConnectorInfoBox2": "Altre informazioni su Mobile Threat Defense per i dispositivi non registrati.", + "mtdConnectorInfoBox3": "Se il tenant ha una connessione configurata sia con Microsoft Defender per endpoint che con un servizio MTD (non Microsoft) e non configura un servizio MTD primario o si verifica un conflitto quando la destinazione è un utente, l'impostazione predefinita sarà Microsoft Defender per endpoint.", "name": "Nome", "networkBoundariesInfoBoxText": "Aggiungere /*AppCompat*/ all'elenco di risorse cloud per abilitare le connessioni TLS da parte di app personali che si connettono direttamente a una risorsa cloud tramite un indirizzo IP.", "networkBoundariesInfoParagraph1": "Scegliere se le app protette possono accedere ai dati aziendali sulla rete.", @@ -7735,6 +7763,7 @@ "portNumber": "Numero di porta", "portNumberDesc": "Porta per il proxy specificato nell'indirizzo proxy", "prefix": "Prefisso", + "primaryMtdService": "Servizio MTD primario", "productName": "Nome prodotto", "properties": "Proprietà", "protected": "Protetto", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "Risorse da creare", "restrictWebContentNo": "Qualsiasi app", "restrictWebContentOption2": "{0}: consentire i collegamenti Web in qualsiasi app", - "rootCertificate": "Root Certificate", + "rootCertificate": "Certificato radice", "safetyNetDeviceAttestation": "Attestazione del dispositivo SafetyNet", "saveAppsNotificationText": "Salvataggio delle app selezionate", "saveChangesCommandText": "Salva", @@ -7813,6 +7842,7 @@ "setting": "Impostazione", "settingName": "Nome impostazione", "settings": "Impostazioni", + "settingsCatalog": "Catalogo impostazioni", "settingsSelectorLabel": "Impostazioni", "silent": "Installazione automatica", "specificUserIsLicensedIntune": "{0} ha una licenza per Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Criteri Gestito da", "targetediOSUserPartTitle": "Stato utente per iOS", "threatCategory": "Categoria di minaccia", + "tileDeprecated": "Questo riquadro è stato deprecato. Rimuoverlo dal dashboard.", "timeColumnLabel": "Ora", "timebombLabel": "Intervallo offline prima della cancellazione dei dati dell'app (giorni)", "timebombToolTip": "Dopo il numero specificato di giorni senza sincronizzazione del dispositivo in Intune, Windows eseguirà una cancellazione selettiva dei dati nel dispositivo, che annullerà la registrazione delle app per la registrazione MAM e rimuoverà i dati aziendali crittografati e protetti. Il valore predefinito per questa impostazione è 90 giorni. La configurazione di questo valore su 0 disabiliterà l'impostazione.", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Criteri di protezione delle app di Windows 10 e versioni successive", "windows10PlatformLabel": "Windows 10 e versioni successive", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 e versioni successive", "windowsInformationProtectionPlatformLabel": "Windows Information Protection", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Consente di specificare un elenco di estensioni di file, in modo che i file con queste estensioni vengano crittografati in caso di copia da una condivisione SMB entro i limiti aziendali, in base a quanto definito nell'elenco di percorsi di rete. Quando questo criterio non viene specificato, viene applicato il comportamento di crittografia automatica esistente. Quando questo criterio è configurato, verranno crittografati solo i file con estensioni incluse nell'elenco.", "wipStoreApps": "App Store", "wipWeAppsListInfo": "Queste app sono autorizzate ad accedere ai dati aziendali e interagiranno in modo diverso se usate con app non consentite, non compatibili con le impostazioni aziendali o solo personali. Solo le app evidenziate sono consentite nei dispositivi senza MDM.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Prima che i criteri di Windows 10 e versioni successive vengano applicati, impostare gli URL MAM in AAD su Microsoft Intune scegliendo \\\"Ripristina URL predefiniti\\\" e definendo l'ambito utente.", "wipWebsiteLearningTitle": "Apprendimento siti Web per Windows Information Protection", "wipeData": "Cancella i dati", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Usa uno script di rilevamento personalizzato", "runAs32Bit": "Esegui lo script come processo a 32 bit nei client a 64 bit", "runAs32BitTooltip": "Selezionare 'Sì' per eseguire lo script in un processo a 32 bit nei client a 64 bit. Selezionare 'No' (impostazione predefinita) per eseguire lo script in un processo a 64 bit nei client a 64 bit. I client a 32 bit eseguono lo script in un processo a 32 bit.", + "scriptContent": "Script content", "scriptFile": "File di script", "scriptFileNotSelectedValidation": "Non è stato selezionato alcun file di script.", "scriptFileTooltip": "Selezionare uno script di PowerShell che rileverà la presenza dell'app sul client. L'app verrà rilevata quando lo script restituisce un codice di uscita con valore 0 e scrive un valore di stringa in STDOUT.", @@ -8307,9 +8342,6 @@ "string": "Stringa", "version": "Versione" }, - "ScriptContent": { - "emptyMessage": "Il contenuto dello script non deve essere vuoto." - }, "duplicateName": "Il nome {0} per lo script è già stato usato. Immettere un nome diverso.", "enforceSignatureCheck": "Imponi il controllo della firma degli script", "enforceSignatureCheckTooltip": "Selezionare 'Sì' per verificare che lo script sia firmato da un'entità di pubblicazione attendibile, in modo da consentire l'esecuzione dello script senza la visualizzazione di avvisi o richieste. Lo script verrà eseguito senza essere bloccato. Selezionare 'No' (impostazione predefinita) per eseguire lo script con la conferma dell'utente finale, ma senza la verifica della firma.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Selezionare l'operatore per il confronto tra requisiti.", "requirementMethod": "Selezionare il tipo di dati di output", "requirementMethodTooltip": "Selezionare il tipo di dati usato durante la determinazione di un requisito di corrispondenza per il rilevamento.", + "scriptContent": "Script content", "scriptFile": "File di script", "scriptFileTooltip": "Selezionare uno script di PowerShell che rileverà la presenza dell'app sul client. Se l'app viene rilevata, il processo relativo ai requisiti fornirà un codice di uscita con valore 0 e scriverà un valore di stringa in STDOUT.", "scriptName": "Nome script", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Aggiungi il contesto di autenticazione", + "deleteDisallowed": "Non è possibile eliminare questo contesto di autenticazione quando vi fanno riferimento i criteri di accesso condizionale.", "descPlaceholder": "Aggiungere una descrizione per il contesto di autenticazione", "modifyTitle": "Modifica il contesto di autenticazione", "namePlaceholder": "Ad esempio, Percorso attendibile, Dispositivo attendibile, Autorizzazione avanzata", @@ -8396,15 +8430,15 @@ "description": "Descrizione", "documentation": "Documentazione", "getStarted": "Introduzione", - "label": "Contesto di autenticazione (anteprima)", - "menuLabel": "Contesto di autenticazione (anteprima)", + "label": "Contesto di autenticazione", + "menuLabel": "Contesto di autenticazione", "name": "Nome", "noAuthContextConfigured": "Nessun contesto di autenticazione configurato.", "noAuthContextSet": "Non sono disponibili contesti di autenticazione", "noData": "Nessun contesto di autenticazione da visualizzare", "selectionInfo": "Il contesto di autenticazione viene usato per proteggere i dati dell'applicazione e le azioni in app quali SharePoint e Microsoft Cloud App Security.", "step": "Passaggio", - "tabDescription": "Consente di gestire il contesto di autenticazione per proteggere i dati e le azioni nelle app. [Altre informazioni][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Gestire il contesto di autenticazione per proteggere i dati e le azioni nelle app. Non è possibile eliminare i contesti di autenticazione quando vi fanno riferimento i criteri di accesso condizionale. [Altre informazioni][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Contrassegna le risorse con un contesto di autenticazione" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Utenti guest o esterni", "internalGuestLabel": "Utenti guest locali", "otherExternalUserLabel": "Altri utenti esterni", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (anteprima)", + "serviceProviderUsersLabel": "Utenti del provider di servizi" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Metodo di ricerca del paese", + "ariaLabel": "Metodo di ricerca paese/area geografica", "gps": "Determinare la posizione in base alle coordinate GPS", "info": "Quando è configurata la condizione relativa alla posizione di un criterio di accesso condizionale, l'app Authenticator richiederà agli utenti di condividere la rispettiva posizione GPS. ", "ip": "Determina la posizione in base a indirizzo IP (solo IPv4)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Consente di configurare i livelli di rischio entità servizio necessari per l'applicazione dei criteri​", "infoBalloonContent": "Consente di configurare il rischio entità servizio per applicare i criteri ai livelli di rischio selezionati", - "title": "Rischio entità servizio (anteprima)" + "title": "Rischio entità servizio" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Abilita/Disabilita Valutazione continua dell'accesso", "upsellInfo": "Non è più possibile modificare le impostazioni in questa pagina e le impostazioni presenti qui verranno ignorate. Sarà rispettata l'impostazione precedente. In futuro, sarà possibile configurare le impostazioni di Valutazione continua dell'accesso in Accesso condizionale. Fare clic qui per altre informazioni." }, + "SamlReauth": { + "Filter": { + "warning": "La destinazione delle applicazioni è l'uso di una query dinamica. Alcune applicazioni potrebbero non essere supportate per l'uso con il controllo sessione \"frequenza di accesso ogni volta\". {0}Altre informazioni sugli scenari consigliati.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "Elenco degli attributi sul dispositivo utilizzato durante l'accesso." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "Nessun tenant selezionato", + "selectOrganization": "Seleziona organizzazione", + "tenantIdWithPlaceholder": "ID tenant: {0}", + "tenantSelectionRequired": "Tenant obbligatorio" }, "advancedTabText": "Avanzate", "allCloudAppsErrorBox": "È necessario selezionare \"Tutte le app cloud\" quando è selezionata la concessione \"Richiedi modifica password\"", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "Ad esempio: uri:contoso.com:level3", "appEnforceInfoBubble": "Le restrizioni imposte dalle app potrebbero richiedere configurazioni amministrative aggiuntive nelle app cloud. Le restrizioni avranno effetto solo per le nuove sessioni.", "appNotSetSeletorLabel": "0 app cloud selezionate", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "Questa app non supporta il controllo della sessione \"Frequenza di accesso sempre\".", "applyConditionClientAppInfoBalloonContent": "Consente di configurare le app client per applicare i criteri ad app client specifiche", "applyConditionDevicePlatformInfoBalloonContent": "Consente di configurare le piattaforme dei dispositivi per applicare i criteri a piattaforme specifiche", "applyConditionDeviceStateInfoBalloonContent": "Consente di configurare lo stato dei dispositivi per applicare i criteri a stati dei dispositivi specifici", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "Intervalli IP", "downloadExampleFileName": "Esempio", "downloadExampleHeader": "File di esempio con dimostrazioni delle tipologie di dati accettate. Le righe che iniziano con # verranno ignorate.", + "duplicate": "Duplica", + "duplicatePolicyName": "COPIA DI {0}", "endDatePickerLabel": "Estremità", "endTimePickerLabel": "Ora di fine", - "enterCountryText": "L'indirizzo IP e il paese vengono valutati in coppia. Selezionare il paese.", - "enterIpText": "L'indirizzo IP e il paese vengono valutati in coppia. Immettere l'indirizzo IP.", + "enterCountryText": "L'indirizzo IP e il paese/area geografica vengono valutati in coppia. Selezionare il paese.", + "enterIpText": "L'indirizzo IP e il paese/area geografica vengono valutati in coppia. Immettere l'indirizzo IP.", "enterUserText": "Nessun utente selezionato. Selezionare un utente.", "evaluationResult": "Risultato della valutazione", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Informazioni", "invalidCertDuration": "La durata del certificato non è valida", "invalidIpAddress": "Il valore deve essere un indirizzo IP valido", - "invalidReAuthSignInRiskOptionSelected": "Il controllo della sessione \"Frequenza di accesso ogni volta\" non consente la selezione \"Nessun rischio\" nel controllo della condizione \"Livello di rischio di accesso\".", + "invalidReAuthSignInRiskOptionSelected": "Il controllo della sessione \"Frequenza di accesso ogni volta\" non consente la selezione \"Nessun rischio\" nel controllo della condizione \"rischio di accesso\".", "invalidUriErrorMsg": "Immettere un URI valido. Ad esempio 'uri:contoso.com:acr' ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Località", "policyConditionLocationDescription": "Posizione (determinata tramite l'intervallo di indirizzi IP) da cui accede l'utente", "policyConditionLocationPreview": "Località (anteprima)", - "policyConditionSigninRisk": "Livello di rischio di accesso", + "policyConditionSigninRisk": "Rischio di accesso", "policyConditionSigninRiskDescription": "Probabilità che l'accesso provenga da una persona diversa dall'utente. Il livello di rischio può essere alto, medio o basso. Richiede una licenza di Azure AD Premium 2.", - "policyConditionUserRisk": "Livello di rischio utente", + "policyConditionUserRisk": "Rischio utente", "policyConditionUserRiskDescription": "Consente di configurare i livelli di rischio utente necessari per l'applicazione dei criteri", "policyConditioniClientApp": "App client", "policyControlAllowAccessDisplayedName": "Concedi accesso", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "I criteri classici non vengono valutati da questo strumento.", "whatIfClientAppInfo": "App client da cui l'utente esegue l'accesso, ad esempio 'browser'.", - "whatIfCountry": "Paese", - "whatIfCountryInfo": "Paese da cui l'utente esegue l'accesso.", + "whatIfCountry": "Paese/area geografica", + "whatIfCountryInfo": "Paese/area geografica da cui l'utente esegue l'accesso.", "whatIfDevicePlatformInfo": "Piattaforma del dispositivo da cui l'utente esegue l'accesso.", "whatIfDeviceStateInfo": "Stato del dispositivo da cui l'utente esegue l'accesso", "whatIfEnterIpAddress": "Immettere l'indirizzo IP (ad esempio: 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Utenti e gruppi", "whatIfIpAddress": "Indirizzo IP", "whatIfIpAddressInfo": "Indirizzo IP da cui l'utente esegue l'accesso.", - "whatIfIpCountryInfoBoxText": "Se si usa un indirizzo IP o un paese, entrambi i campi sono obbligatori e devono essere mappati correttamente.", + "whatIfIpCountryInfoBoxText": "Se si usa un indirizzo IP o un paese/area geografica, entrambi i campi sono obbligatori e devono essere associati correttamente.", "whatIfPolicyAppliesTab": "Criteri applicabili", "whatIfPolicyAppliesTabWithCount": "Criteri applicabili ({0})", "whatIfPolicyDoesNotApplyTab": "Criteri non applicabili", "whatIfPolicyDoesNotApplyTabWithCount": "Criteri non applicabili ({0})", "whatIfReasons": "Motivo della non applicabilità dei criteri", "whatIfSelectClientApp": "Selezionare un'app client...", - "whatIfSelectCountry": "Selezionare il paese...", + "whatIfSelectCountry": "Selezionare un paese/area geografica...", "whatIfSelectDevicePlatform": "Seleziona piattaforma dispositivo...", "whatIfSelectPrivateLink": "Selezionare collegamento privato...", "whatIfSelectServicePrincipalRisk": "Seleziona il rischio principale del servizio...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Identità dei carichi di lavoro (anteprima)", + "workloadIdentitiesLicenseText": "Per modificare questo criterio, è necessaria una licenza Premium P1 o P2 delle identità del carico di lavoro.", "workloadIdentity": "Identità del carico di lavoro" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configurare i dispositivi per il provisioning iniziale e assegnarli agli utenti.", + "title": "Preparazione del dispositivo" + }, + "EnrollmentSettings": { + "description": "Configurare le impostazioni di registrazione, ad esempio il blocco della registrazione e l'assegnazione agli utenti.", + "title": "Impostazioni di registrazione" + }, "coManagementAuthorityDesc": "Consente di configurare le impostazioni di co-gestione per l'integrazione di Configuration Manager", "coManagementAuthorityTitle": "Impostazioni di co-gestione ", "deploymentProfiles": "Profili di distribuzione di Windows AutoPilot", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "La lunghezza massima dell’URL delle informazioni è di 1024 caratteri.", "installAsManaged": "Installa come gestita", "installationSourceLabel": "Tipo di app", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Mostra l'app come app in primo piano nel Portale aziendale", "isMAMEnabledToggleLabel": "Sì", "lastModifiedDateTime": "Ora dell'ultimo aggiornamento", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Impostazioni" }, "infoBoxText": "L'unico controllo dedicato per gli aggiornamenti qualitativi, oltre al criterio Fasi di aggiornamento esistente per Windows 10 e versioni successive, consiste nella possibilità di accelerare gli aggiornamenti qualitativi per dispositivi che non rispettano un livello specificato di patch. Controlli aggiuntivi saranno disponibili in futuro.", + "licenseLearnMoreText": "Altre informazioni sui prerequisiti e sui criteri di aggiornamento qualitativo.", + "licenseWarningBoxText": "La creazione di criteri di aggiornamento qualitativo richiede licenze specifiche.", "warningBoxText": "Benché l'accelerazione degli aggiornamenti software possa contribuire alla riduzione del tempo richiesto per ottenere la conformità, quando necessario, ha un impatto più ampio sulla produttività degli utenti finali. La probabilità che venga eseguito un riavvio forzato durante l'orario di ufficio viene incrementata significativamente." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Impostazioni di configurazione di Microsoft Edge", @@ -10660,6 +10740,23 @@ "withEnrollment": "Con registrazione", "withoutEnrollment": "Senza registrazione" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Autore", + "template": "Nome modello" + } + }, + "SettingsCatalog": { + "subtitle": "Iniziare da zero e selezionare le impostazioni da usare dalla libreria di impostazioni disponibili", + "title": "Catalogo di 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.", + "title": "Modelli" + }, + "noData": "Non sono stati trovati modelli dei criteri" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Client desktop di Project Online", "visioProRetail": "Visio Online Piano 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "Con registrazione", "withoutEnrollment": "Senza registrazione" }, + "DisplayRoleTypes": { + "builtInRole": "Ruolo predefinito", + "customCloudPCRole": "Ruolo di Windows 365 personalizzato", + "customIntuneRole": "Ruolo di Intune personalizzato", + "customRole": "Ruolo personalizzato" + }, "InstallContextType": { "device": "Dispositivo", "deviceContext": "Contesto di dispositivo", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Aggiorna alla sincronizzazione successiva", "duringTimeWindows": "Aggiorna durante l'orario pianificato", - "header": "Per impostazione predefinita, quando un criterio per aggiornamenti software iOS/iPadOS viene assegnato a un dispositivo, Intune distribuisce gli aggiornamenti più recenti durante la sincronizzazione del dispositivo (ogni 8 ore circa). È possibile creare in alternativa una pianificazione settimanale con orari di inizio e di fine personalizzati. Se si sceglie di eseguire l'aggiornamento in orari diversi da quello pianificato, Intune distribuirà gli aggiornamenti solo alla fine dell'orario pianificato.", + "header": "Per impostazione predefinita, quando un criterio di aggiornamento viene assegnato a un dispositivo, Intune distribuisce gli aggiornamenti più recenti al momento dell'archiviazione del dispositivo. È invece possibile creare una pianificazione settimanale con ore di inizio e fine personalizzate. Se si sceglie di eseguire l'aggiornamento al di fuori dell'ora pianificata, Intune non distribuirà gli aggiornamenti fino al termine dell'ora pianificata.", "infoBalloon": "Orario in cui verranno eseguiti gli aggiornamenti. Per pianificare aggiornamenti durante o all'esterno degli orari pianificati è necessario input aggiuntivo.", "label": "Tipo di pianificazione", "outsideActiveHours": "Aggiorna all'esterno dell'orario di attività (legacy)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Contatti amministratore", "appPackaging": "Pacchetti dell'app", + "businessGroups": "Gruppi aziendali", "devices": "Dispositivi", "feedback": "Feedback", "gettingStarted": "Riquadro attività iniziale", @@ -11479,6 +11583,7 @@ "cartProfiles": "Profili del carrello", "certificateConnectors": "Connettori di certificati", "chromeEnterprise": "Chrome Enterprise (anteprima)", + "cloudAttachedDevices": "Dispositivi collegati al cloud (anteprima)", "compliancePolicies": "Criteri di conformità", "complianceScriptManagement": "Script", "complianceScriptManagementPreview": "Script (anteprima)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Errori di aggiornamento delle funzionalità (anteprima)", "failuresForQualityUpdates": "Errori di aggiornamento rapido di Windows (anteprima)", "featureFlighting": "Distribuzione di versioni di anteprima delle funzionalità", - "featureUpdateDeployments": "Aggiornamenti delle funzionalità per Windows 10 e versioni successive (anteprima)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Distribuzione di versioni di anteprima", "fotaUpdate": "Aggiornamento firmware in modalità over-the-air", "groupPolicy": "Modelli amministrativi", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Registrazioni utente incomplete", "iosUpdates": "Criteri di aggiornamento per iOS/iPadOS", "legacyPcManagement": "Gestione dei computer legacy", - "macOSSoftwareUpdate": "Criteri di aggiornamento per macOS", - "macOSSoftwareUpdateAccountSummaries": "Stato dell'installazione per dispositivi macOS", + "macOSSoftwareUpdate": "Aggiornare i criteri per macOS (anteprima)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "Riepilogo degli aggiornamenti software", "macOSSoftwareUpdateStateSummaries": "aggiornamenti", "managedGooglePlay": "Google Play gestito", @@ -11570,11 +11675,12 @@ "warranty": "Fornitori di garanzia", "wdacSupplementalPolicies": "Criteri supplementari per la modalità S", "windows10DriverUpdate": "Aggiornamenti dei driver per Windows 10 e versioni successive (anteprima)", - "windows10QualityUpdate": "Aggiornamenti qualitativi per Windows 10 e versioni successive (anteprima)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Anelli di aggiornamento per Windows 10 e versioni successive", "windows10XPolicyFailures": "Errori dei criteri di Windows 10X", "windows365Connector": "Connettore Windows 365 Citrix", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Connettore Citrix di Windows 365 (anteprima)", + "windowsDiagnosticData": "Windows data", "windowsEnterpriseCertificate": "Certificato Windows Enterprise", "windowsManagement": "Script di PowerShell", "windowsSideLoadingKeys": "Chiavi di sideload Windows", diff --git a/Documentation/Strings-ja.json b/Documentation/Strings-ja.json index aeda5d6..43968ae 100644 --- a/Documentation/Strings-ja.json +++ b/Documentation/Strings-ja.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "教師の証明書", "emailProfile": "電子メール", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "モバイル デバイス管理の構成", "extensibleSingleSignOn": "シングル サインオン アプリ拡張機能", "filevault": "FileVault", "firewall": "ファイアウォール", @@ -508,7 +507,10 @@ "deploymentSettings": "デプロイの設定", "groupAssignmentSettings": "割り当て", "scopeSettings": "スコープ タグ" - } + }, + "gradualRolloutLicenseWarning": "この機能には特定のライセンスが必要です。", + "gradualRolloutLicenseWarningEdit": "この機能は、この機能が選択されていない状態でポリシーが保存されるまで引き続き使用および構成できます。", + "licenseLearnMoreText": "前提条件と機能更新プログラム ポリシーに関する詳細をご覧ください。" }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Intune でデプロイする iOS ストア アプリをアプリ ストアで検索します。", "useManagedBrowser": "必要に応じて、ユーザーが Web アプリを開くときに、そのアプリを Microsoft Edge または Intune Managed Browser などの Intune で保護されたブラウザーで開きます。この設定は iOS と Android の両方のデバイスに適用されます。", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "デバイスにサイドロードできる形式でお客様のアプリを含むファイルです。有効なパッケージの種類: .intunewin。" + "win32AppPackageFile": "デバイスにサイドロードできる形式でお客様のアプリを含むファイルです。有効なパッケージの種類: .intunewin。", + "winGetStoreSelectApp": "Microsoft Store リポジトリで、Intune で展開するストア アプリを検索します。" }, "descriptionPreview": "プレビュー", "descriptionRequired": "説明が必要です。", @@ -800,10 +803,10 @@ "azureADDevice": "関連付けられている Azure AD デバイス", "batch": "グループ タグ", "dateAssigned": "割り当て日", - "deviceAccountFriendlyName": "デバイス アカウントのフレンドリ名", "deviceAccountPwd": "デバイス アカウントのパスワード", "deviceAccountUpn": "Device account", "deviceDisplayName": "デバイス名", + "deviceFriendlyName": "デバイスのフレンドリ名", "deviceName": "デバイス名", "deviceUseType": "デバイスの使用タイプ", "enrollmentState": "登録の状態", @@ -924,10 +927,10 @@ "azureADDevice": "関連付けられているデバイスについては、デバイスの詳細に移動します。N/A は、関連付けられているデバイスがないことを意味します。", "batch": "デバイスのグループを識別するために使用できる文字列属性。Intune のグループ タグ フィールドが Azure AD デバイスの OrderID 属性にマップされます。", "dateAssigned": "プロファイルがデバイスに割り当てられたときのタイムスタンプ。", - "deviceAccountFriendlyName": "Surface Hub デバイスのデバイス アカウント フレンドリ名", - "deviceAccountPwd": "Surface Hub デバイスのデバイス アカウント パスワード", - "deviceAccountUpn": "Surface Hub デバイスのデバイス アカウント メール", + "deviceAccountPwd": "Surface Hub デバイスのデバイス アカウントのパスワード。入力した場合は、デバイス アカウントとフレンドリ名も入力します。", + "deviceAccountUpn": "Surface Hub デバイスのデバイス アカウントの電子メール。入力した場合は、デバイス アカウントのパスワードとフレンドリ名も入力します。", "deviceDisplayName": "デバイスの一意の名前を構成します。Hybrid Azure AD Join を使用したデプロイでは、この名前は無視されます。デバイス名は、Hybrid Azure AD デバイスのドメイン参加プロファイルからのものです。", + "deviceFriendlyName": "Surface Hub デバイスのデバイスのフレンドリ名。入力した場合は、デバイス アカウントとデバイス アカウントのパスワードも入力します。", "deviceName": "ユーザーがデバイスを検出して接続しようとしたときに表示される名前です。", "deviceUseType": " デバイスが選択内容に基づいて設定されます。後でいつでも設定を変更できます。\r\n ", "enrollmentState": "デバイスが登録されているかどうかを指定します。", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "エラー メッセージ", "customMessageToggle": "時間制限またはエラーの発生時にカスタム メッセージを表示する", "enableForAutopilotOnlyToggle": "out-of-box experience (OOBE) でプロビジョニングされたデバイスにのみページを表示する", + "installQualityUpdatesToggle": "Windows 品質更新プログラムをインストールする (デバイスを再起動する可能性があります)", "progressToggle": "アプリとプロファイルの構成の進行状況を表示します", "resetToggle": "インストール エラーが発生した場合にデバイスのリセットをユーザーに許可する", "timeout": "インストールに要する時間が指定された分数を超えたらエラーを表示します" @@ -1378,7 +1385,7 @@ "tooltip": "Android OS で Android デバイス ユーザーを認証するために指紋のスキャンを使用します。この機能は Android デバイスのネイティブの生体認証コントロールをサポートします。Samsung Pass などの OEM 固有の生体認証設定はサポートしません。許可した場合、対応デバイス上のアプリにアクセスするときにネイティブの生体認証コントロールを使用する必要があります。" }, "AndroidOverrideFingerprint": { - "label": "タイムアウト後は PIN で指紋をオーバーライドする" + "label": "タイムアウト後は PIN  で生体認証をオーバーライドする" }, "AppPIN": { "label": "デバイスの PIN が設定されている場合のアプリ PIN", @@ -1435,7 +1442,7 @@ "tooltip": "Intune アプリ層暗号化を使用して組織データの強制的に暗号化する場合は、{0} を選択します。\r\n
\r\nIntune アプリ層暗号化を使用して組織データを強制的に暗号化しない場合は、{1} を選択します。\r\n\r\n
\r\n注: Intune アプリ層暗号化の詳細については、{2} をご覧ください。" }, "EncryptDataAndroid": { - "tooltip": "

[必要] を選択すると、このアプリの職場や学校のデータを暗号化できます。Intune では、Android キーストア システムと共に OpenSSL の 256 ビット AES 暗号化スキームを使用して、アプリ データを安全に暗号化します。データは、ファイル I/O タスク中に同期的に暗号化されます。デバイス ストレージ上のコンテンツは常に暗号化されます。前のバージョンの SDK を使用するコンテンツやアプリとの互換性のため、SDK では引き続き 128 ビット キーのサポートが提供されます。

\r\n\r\n

暗号化の方法は FIPS 140-2 に準拠していません。

" + "tooltip": "

[必須] を選択して、このアプリで職場または学校のデータの暗号化を有効にします。 Intune は、wolfSSL、256 ビット AES 暗号化スキームと Android キーストア システムを使用して、アプリ データを安全に暗号化します。データは、ファイル I/O タスク中に同期的に暗号化されます。デバイス ストレージのコンテンツは常に暗号化されます。新しいファイルは 256 ビット キーで暗号化されます。既存の 128 ビット暗号化ファイルは 256 ビット キーへの移行が試行されますが、プロセスは保証されません。128 ビット キーで暗号化されたファイルは引き続き読み取り可能です。

\r\n\r\n

暗号化方式は FIPS 140-2 に準拠しています。

" }, "EncryptDataIos": { "tooltip1": "[必要] を選択すると、このアプリの職場や学校のデータを暗号化できます。Intune では、デバイスがロックされている間にアプリ データを保護するため iOS/iPadOS デバイスに暗号化を強制します。アプリケーションでは、オプションとして、Intune APP SDK 暗号化を使用してアプリ データを暗号化することもできます。Intune APP SDK は iOS/iPadOS 暗号化方法を使用して 128 ビット AES 暗号化をアプリ データに適用します。", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "組織データの通知", - "tooltip": "

次のいずれかのオプションを選択して、このアプリおよびウェアラブルなどの任意の接続されているデバイスについて、組織のアカウントの通知を表示する方法を指定します:

\r\n

{0}: 通知を共有しない。

\r\n

{1}: 通知では組織データを共有しない。アプリケーションでサポートされていない場合は通知をブロックする。

\r\n

{2}: すべての通知を共有する。

\r\n

Android のみ:\r\n 注意: この設定はすべてのアプリケーションに適用されるわけではありません。詳細については、{3} を参照してください

\r\n \r\n

iOS のみ:\r\n注意: この設定はすべてのアプリケーションに適用されるわけではありません。詳細については、{4} を参照してください

" + "tooltip": "

次のいずれかのオプションを選択して、このアプリおよびウェアラブルなどの任意の接続されているデバイスについて、組織のアカウントの通知を表示する方法を指定します:

\r\n

{0}: 通知を共有しない。

\r\n

{1}: 通知では組織データを共有しない。アプリケーションでサポートされていない場合は通知をブロックする。

\r\n

{2}: すべての通知を共有する。

\r\n

Android のみ:\r\n 注意: この設定はすべてのアプリケーションに適用されるわけではありません。詳細については、{3}  を参照してください

\r\n\r\n

iOS のみ:\r\n注意: この設定はすべてのアプリケーションに適用されるわけではありません。詳細については、{4} を参照してください

" }, "OpenLinksManagedBrowser": { "label": "その他のアプリでの Web コンテンツの転送を制限する", - "tooltip": "

次のいずれかのオプションを選択して、このアプリで Web コンテンツを開くことのできるアプリを指定します:

\r\n

Edge: Edge でのみ Web コンテンツを開くことを許可します

\r\n

アンマネージド ブラウザー: [アンマネージド ブラウザー プロトコル] の設定によって定義されたアンマネージド ブラウザーでのみ Web コンテンツを開くことを許可します

\r\n

任意のアプリ: どのアプリでも Web リンクを許可します

" + "tooltip": "

次のいずれかのオプションを選択して、このアプリで Web コンテンツを開くことのできるアプリを指定します:

\r\n

Microsoft Edge: Microsoft Edge でのみ Web コンテンツを開くことを許可します。 Microsoft Edge でデータを保護する方法について説明します。

\r\n

アンマネージド ブラウザー: [アンマネージド ブラウザー プロトコル] の設定によって定義されたアンマネージド ブラウザーでのみ Web コンテンツを開くことを許可します

\r\n

任意のアプリ: どのアプリでも Web リンクを許可します

" }, "OverrideBiometric": { "tooltip": "必須の場合、タイムアウト (非アクティブ分数) に従い、生体認証プロンプトが PIN プロンプトでオーバーライドされます。このタイムアウト値に達していない場合は生体認証プロンプトが引き続き表示されます。このタイムアウト値は、[(非アクティブ分数) 後にアクセス要件を再確認する] で指定された値より大きくなければなりません。" @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "生体認証の更新後に PIN で生体認証をオーバーライドする", - "tooltip": "クラス 3 生体認証がデバイスでサポートされている場合 (詳細情報はこちらをご覧ください)、生体認証の変更が検出されると、PIN プロンプトによって生体認証プロンプトがオーバーライドされます。" + "tooltip": "クラス 3 生体認証がデバイスでサポートされている場合 (詳細情報はこちらをご覧ください)、生体認証の変更が検出されると、PIN プロンプトによって生体認証プロンプトがオーバーライドされます。この設定は、生体認証を使用してアプリにアクセスした場合にのみ有効になります。" }, "RestrictKeyboards": { "duplicatePackageError": "パッケージ ID は一意である必要があります。", @@ -1606,7 +1613,7 @@ "pushNotification": "エンド ユーザーにプッシュ通知を送信する", "remoteLock": "準拠していないデバイスをリモートでロックします", "removeSourceAccessProfile": "ソース アクセス プロファイルの削除", - "retire": "準拠していないデバイスを削除します", + "retire": "デバイスを削除するリストに追加する", "wipe": "ワイプ", "emailNotification": "メールをエンド ユーザーに送信する" }, @@ -1746,6 +1753,7 @@ "weeks1": "1 週間に 1 回" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 以降" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "PowerShell スクリプト ファイルを指定します。ファイルは 200 KB 未満である必要があります。", "uploadLabel": "スクリプトの場所" }, + "bashScriptObjectName": "Bash スクリプト", "createButtonText": "追加", "createPowershellScriptFlowSectionName": "PowerShell スクリプトの追加", "customAttributeObjectName": "カスタム属性", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "指定した VPN クライアントがデバイスにインストールされており、アプリごとの VPN をサポートしている必要があります。それ以外の場合はエラーが発生します。アプリをインストールするには、アプリをマネージド Google Play ストアで承認し、Intune に同期して展開する必要があることに注意してください。", "androidDeviceOwnerCustomPasswordDescription": "専用デバイスのデバイス パスコードのみを作成します。4 から 16 文字で、数字、文字、特殊文字を含めることができます。", "androidDeviceOwnerCustomPasswordName": "カスタム パスコード", + "androidElevenAndBelowPasswordHeader": "Android 11 以前", + "androidElevenAndBelowPasswordHeaderDescription": "これらの設定は、Android 11 以前を実行しているデバイスで機能します。", "androidEnterpriseAlwaysOnVpnClientName": "VPN クライアント", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Google Play ストアのアプリのパッケージ ID を入力します。たとえば、Play ストアのアプリの URL が https://play.google.com/store/details?id=com.contosovpn.android.prod の場合、パッケージ ID は com.contosovpn.android.prod です。", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "パッケージ ID", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "2020 年 10 月以降、Android 10 以降を実行している Samsung Knox 以外の Android デバイスでは一部の設定がサポートされなくなります。これらの設定には、Android 9 以前または Samsung Knox のラベルが付けられています。詳細については、クリックしてください。", "androidTrustedServerCertificateNamesDescription": "これは、Wifi アクセス ポイントへのクライアント認証時に Radius サーバーによって提示される証明書で使用される DNS 名です。完全修飾ドメイン名に同じ DNS サフィックスを持つ複数の Radius サーバーがある場合は、サフィックスだけを使用することもできます。これにより、デバイスは提示されたサーバー証明書を信頼できます。詳細情報.
", "androidTrustedServerCertificateNamesName": "Radius サーバー名", + "androidTwelveAndAbovePasswordHeader": "Android 12 以降", + "androidTwelveAndAbovePasswordHeaderDescription": "これらの設定は、Android 12 以降を実行しているデバイスで機能します。", + "androidTwelveDeprecationInfoBox": "2022 年 11 月以降、Android 12 以降を実行している Android デバイスでは、一部の設定はサポートされていません。これらの設定には Android 11 以前のラベルが付けられています。クリックして詳細情報を確認します。", "androidZebraMxConfigurationFileXmlName": "有効な Zebra MX XML ファイルを選択します", "androidZebraMxConfigurationLearnMore": "Zebra デバイスの管理についての詳細情報", "androidZebraMxConfigurationXmlName": ".xml 形式の MX プロファイル", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "例: outlook.office365.com", "exchangeActiveSyncHostName": "メール サーバー", "exclusionAppListColumn": "除外するアプリ", - "expeditedCheckinEnableDescription": "1 時間ごとにデバイスでチェックを行います", - "expeditedCheckinEnableName": "1 時間ごとにデバイスでチェックを行います", "experienceAllowBrowserSyncSettingsDescription": "ユーザーのデバイス間で履歴やお気に入りなどの情報を同期するため、設定の同期オプションを使用して同期するブラウザー設定をユーザーが有効にできるかどうかを指定します。この設定を構成するには、[ユーザーのデバイス間でブラウザー設定を同期する] 設定を有効にする必要があります。", "experienceAllowBrowserSyncSettingsName": "ユーザーはブラウザー設定の同期を有効にできる", "experienceDoNotSyncBrowserSettingsDescription": "ブロックされている場合、既定の構成 (デバイス間のブラウザー設定の同期を許可) は無効であるため、ユーザーはデバイス間で同期できません。[ブロックしてユーザーによるオーバーライドを有効にします] を選択すると、ユーザーは管理者による指定をオーバーライドできます。", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "割り当てられたデバイスに最新の macOS 更新プログラムを自動的にインストールするプロファイルを作成します。これらの設定により、ソフトウェア更新プログラムを展開する方法とタイミングを決定します。このプロファイルでは、ユーザーによる OS の手動更新は禁止されていません。更新プログラムは、Apple の自動デバイス登録 (ABM または ASM) を使用して登録されているデバイスにのみ適用されます。", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "詳細を表示", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "詳細を表示", - "macOSSoftwareUpdatePolicySupervisedName": "割り当てられたデバイスに最新の macOS 更新プログラムを自動的にインストールするプロファイルを作成します。これらの設定により、ソフトウェア更新プログラムを展開する方法とタイミングを決定します。このプロファイルでは、ユーザーによる OS の手動更新は禁止されていません。更新プログラムは、Apple の自動デバイス登録 (ABM または ASM) を使用して登録されているデバイスにのみ適用されます。", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "週単位のスケジュール", - "macOSSoftwareUpdateSelectScheduleTypeName": "MacOS ソフトウェア更新プログラムのポリシーがデバイスに割り当てられている場合、既定では、最新の更新プログラムがデバイスのチェックイン時に Intune によって展開されます。週単位のスケジュールを作成し、デバイスが更新プログラムをチェックインして受信できる期間を指定することもできます。予定時刻外に更新する場合、Intune は、予定時刻が終了するまで更新プログラムを展開しません。", + "macOSSoftwareUpdateSelectScheduleTypeName": "ソフトウェア更新プログラムのポリシーがデバイスに割り当てられている場合、既定では、最新の更新プログラムがデバイスのチェックイン時に Intune によって展開されます。代わりに、カスタマイズされた開始時刻と終了時刻で週単位のスケジュールを作成できます。予定時刻外に更新する場合、Intune では予定時刻が終了するまで更新プログラムを展開しません。", "macOSSoftwareUpdateSelectUpdateBehaviorName": "更新プログラムの種類ごとにダウンロード、インストール、通知を実行する方法を選択します。", "macOSSystemExtensionsExtensionTypeName": "許可するシステム拡張機能の種類", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "非管理対象の Classroom のコースに登録されている学生は、コースをやめるときには教師の同意が必要になります。", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "デバイスがスリープ状態のときに NAT キープアライブをハードウェアにオフロードする", "nATKeepAliveOffloadEnableToolTip": "既定では、デバイスがスリープ状態のときは、VPN に接続されていることを NAT システムが継続的に確認します。この設定を使用すると、この動作を無効にできます。", "nacIdCheckBoxLabel": "同意する。", - "nacIdDescCisco": "Cisco AnyConnect では、NAC を有効にするため VPN プロファイルに Intune デバイス ID を含めることが必要です。

私は、Microsoft がデバイス情報を VPN プロファイルに含め、それが Cisco およびそれらのパートナーによって使用されることを許可します。", - "nacIdDescCitrix": "Citrix SSO では、NAC を有効にするため VPN プロファイルに Intune デバイス ID を含める必要があります。

私は、Microsoft がデバイス情報を VPN プロファイルに含め、それが Citrix およびそのパートナーによって使用されることを許可します。", - "nacIdDescF5": "F5 Access では、NAC を有効にするため VPN プロファイルに Intune デバイス ID を含めることが必要です。

私は、Microsoft がデバイス情報を VPN プロファイルに含め、それが F5 Access およびそれらのパートナーによって使用されることを許可します。", + "nacIdDescCisco": "Cisco AnyConnect では、NAC を有効にするために INTUNE デバイス ID を VPN プロファイルに含める必要があります。

マイクロソフトがVPNプロファイルにデバイス情報を含めることを許可し、Cisco とそのパートナーが使用できるようにします。クリックすると、サービス プロバイダーと共有されるデータなど、詳細が表示されます。", + "nacIdDescCitrix": "Citrix SSO では、NAC を有効にするために Intune デバイス ID を VPN プロファイルに含める必要があります。

Microsoft がデバイス情報を VPN プロファイルに含めることを許可し、Citrix とそのパートナーが使用できます。クリックすると、サービス プロバイダーと共有されるデータなど、詳細が表示されます。", + "nacIdDescF5": "F5 Access で NAC を有効にするには、INTUNE デバイス ID を VPN プロファイルに含める必要があります。

MicrosoftがVPNプロファイルにデバイス情報を含めることを許可し、F5 Access とそのパートナーが使用できるようにします。クリックすると、サービス プロバイダーと共有されるデータなど、詳細が表示されます。", "nacIdHeader": "ネットワーク アクセス制御 (NAC) を有効にする", "nacIdHeaderCiscoToolTip": "デバイス ID は暗号化されて VPN プロファイルに含められます。ユーザーが VPN へ接続しようとすると、Cisco AnyConnect はこの値を NAC インフラストラクチャに渡し、NAC インフラストラクチャは Intune にこの値でクエリを実行して、デバイスが登録されており準拠しているかどうかを確認します。

Cisco AnyConnect はデバイス ID に直接アクセスできないため、NAC を有効にするにはこの値を VPN プロファイルに含める必要があります。", "nacIdHeaderCitrixToolTip": "デバイス ID は暗号化されて VPN プロファイルに含められます。ユーザーが VPN へ接続しようとすると、Citrix SSO はこの値を NAC インフラストラクチャに渡し、NAC インフラストラクチャは Intune にこの値でクエリを実行して、デバイスが登録されており準拠しているかどうかを確認します。

Citrix SSO はデバイス ID に直接アクセスできないため、NAC を有効にするにはこの値を VPN プロファイルに含める必要があります。", @@ -6016,6 +6028,15 @@ "shutdown": "シャットダウン", "signatureUpdateIntervalInHoursName": "セキュリティ インテリジェンスの更新間隔 (時間)", "signingCertificateType": "署名証明書の種類", + "silentCertAccessAddApps": "アプリの追加", + "silentCertAccessApplicationsName": "アプリケーション", + "silentCertAccessMaxAppsWarn": "暗黙の証明書アクセスを許可するアプリを最大 50 個選択してください", + "silentCertAccessMinAppsWarn": "暗黙の証明書アクセスを許可するアプリを少なくとも 1 つ選択してください", + "silentCertAccessSpecificApps": "特定のアプリに対して暗黙に承認する (他のアプリに対してユーザーの承認が必要)", + "silentCertAccessTabName": "アプリ", + "silentCertAccessTypeDescription": "アプリケーションへの証明書アクセスが許可される方法を選択する", + "silentCertAccessTypeName": "証明書アクセス", + "silentCertAccessUserApproval": "すべてのアプリに対してユーザーの承認を要求する", "simpleDownloadOption": "ピアリングなしの簡易ダウンロード モード (99)", "simultaneousMultiThreadingName": "同時マルチスレッド", "singleAppModeAppNameDescription": "アプリの名前です。", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N エディション", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "このオプションに合意して選択すると、このオペレーティング システムをデバイスに適用するときに、次のいずれかに同意したことになります: (1) ボリューム ライセンスから購入された適用可能な Windows ライセンス、または (2) 組織にバインドする権限を持ち、ここでの相当する Microsoft ソフトウェア ライセンス条項を受諾していること{0}。", "windowsAppNonComplianceTypeDescription": "この利用規約に同意することにより、特定のアプリのインストールがブロックされる場合があることを了承するようユーザーに促すことをお勧めします。Intune によって管理されておらず、ユーザーがインストールできない Windows Phone アプリを指定するには、ブロックされているアプリの一覧を使用します。 許可されたアプリの一覧の場合、すべてのアプリ (ポータル サイトと展開済みのアプリを含む) をアプリ ストアの URL 形式を使用して一覧に追加する必要があります", "windowsAppUrlExample": "例: https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "これらの設定は、会社所有の仕事用プロファイル デバイスに対して有効であり、個人使用の間だけ適用されます。", "workProfileRequirePasswordDescription": "仕事用アプリを使用するにはパスワードが必要です。デバイスのパスワードと別のものを使用できます。Android 7.0 以上が必要です ", "workProfileRequirePasswordName": "作業プロファイルのパスワードが必要です", + "workProfileRequiredPasswordComplexityDescription": "必要なパスワードの複雑さを指定してください。", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "必要なパスワードの種類を指定します。", "workProfileRequiredPasswordTypeName": "必要なパスワードの種類", "workspaceIDName": "ワークスペース ID", @@ -7601,7 +7626,7 @@ "isMamEnabled": "MAM は有効ですか?", "itemsCount": "{0} 個の項目", "jailbrokenRootedDevices": "脱獄またはルート化されたデバイス", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "最終更新日", "lastReportedDate": "最終報告日", "lastSync": "最後の同期", "lastSyncGmt": "最後の同期 (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM デバイス ID", "mdmWipInvalidVersionSettings": "1 つ以上のアプリで無効な最小/最大バージョンが定義されています。

登録ポリシーを使用する Windows Information Protection では、最小バージョンと最大バージョンの両方が等しいものとして指定されない限り、そのいずれかのみの指定をサポートします。最小バージョンのみが指定されている場合、ルールは最小バージョン以上に設定されます。同様に、最大バージョンのみが指定されている場合は、ルールは最大バージョン以下に設定されます。", "mdmWipReport": "MDM Windows Information Protection レポート", + "microsoftDefenderForEndpoint": "Microsoft Defender For Endpoint", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "アプリの最小バージョン", "minMaxValidation": "アクションが同じ場合、最小 OS バージョンは最大 OS バージョンより小さくする必要があります。", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "ポータル サイトの最小バージョン", "minimumDeviceSelection": "少なくとも 1 台のデバイスを選択する必要があります", "mobileAppCRUDpermission": "モバイル アプリの読み取り、作成、割り当てのアクセス許可", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (Microsoft 以外)", "monitor": "モニター", "moreApps": "その他のアプリ", "moreAppsTextBoxTooltip": "Intune ポータルの全体にはアクセスできない場合、ここに基幹業務アプリを追加します。", - "mtdConnectorInfoBox1": "重要! 接続されている Mobile Threat Defense サービスからの脅威の評価に基づいて組織のデータを適切にセキュリティで保護するために、Mobile Threat Defense コネクタが設定されていることを確認してください。", + "mtdConnectorInfoBox1": "重要! 接続されている Mobile Threat Defense サービスからの脅威の評価に基づいて組織のデータを適切にセキュリティで保護するために、Mobile Threat Defense (MTD) コネクタが設定されていることを確認してください。", "mtdConnectorInfoBox2": "未登録デバイスの Mobile Threat Defense の詳細を表示します。", + "mtdConnectorInfoBox3": "テナントに Microsoft Defender for Endpoint と MTD サービス (Microsoft 以外) の両方の接続が設定されていて、プライマリ MTD サービスを構成していない場合、またはユーザーをターゲットにする際に競合が発生している場合、既定値は Microsoft Defender for Endpoint になります。", "name": "名前", "networkBoundariesInfoBoxText": "/*AppCompat*/ をクラウド リソースのリストに追加して、IP アドレス経由でクラウド リソースに直接接続する個人用アプリによる TLS 接続を有効にします。", "networkBoundariesInfoParagraph1": "保護されているアプリがネットワーク上のエンタープライズ データにアクセスできる場所を選択します。", @@ -7735,6 +7763,7 @@ "portNumber": "ポート番号", "portNumberDesc": "プロキシ アドレスで指定されたプロキシのポート", "prefix": "プレフィックス", + "primaryMtdService": "プライマリ MTD サービス", "productName": "製品名", "properties": "プロパティ", "protected": "保護済み", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "作成するリソース", "restrictWebContentNo": "任意のアプリ", "restrictWebContentOption2": "{0}: すべてのアプリで Web リンクを許可する", - "rootCertificate": "Root Certificate", + "rootCertificate": "ルート証明書", "safetyNetDeviceAttestation": "SafetyNet デバイスの構成証明", "saveAppsNotificationText": "選択したアプリを保存しています", "saveChangesCommandText": "保存", @@ -7813,6 +7842,7 @@ "setting": "設定", "settingName": "設定名", "settings": "設定", + "settingsCatalog": "設定カタログ", "settingsSelectorLabel": "設定", "silent": "サイレント", "specificUserIsLicensedIntune": "{0} には Microsoft Intune のライセンスが与えられています。", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "ポリシーによって管理されています", "targetediOSUserPartTitle": "iOS のユーザーの状態", "threatCategory": "脅威のカテゴリ", + "tileDeprecated": "このタイルは廃止されました。このタイルをダッシュ ボードから削除してください。", "timeColumnLabel": "時刻", "timebombLabel": "アプリのデータがワイプされるまでのオフライン期間 (日数)", "timebombToolTip": "デバイスが Intune に同期されていない指定日数が経過すると、Windows はデバイスの選択的ワイプを実行します。これによって、MAM 登録用アプリの登録が解除され、暗号化および保護された企業データが削除されます。この設定の既定日数は 90 日です。日数を 0 に設定すると、設定が無効になります。", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Windows 10 以降のアプリ保護ポリシー", "windows10PlatformLabel": "Windows 10 以降", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 以降", "windowsInformationProtectionPlatformLabel": "Windows 情報保護", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "ファイル拡張子の一覧を指定して、ネットワークの場所の一覧に定義されている会社の境界内の SMB 共有からコピーするときに、これらの拡張子を持つファイルが暗号化されるようにします。このポリシーを指定しない場合、既存の自動暗号化が行われます。このポリシーを設定すると、リスト内の拡張子を持つファイルのみが暗号化されます。", "wipStoreApps": "ストア アプリ", "wipWeAppsListInfo": "これらのアプリは、エンタープライズ データへのアクセスを許可されます。これらのアプリの動作は、許可されていないアプリ、エンタープライズ対応でないアプリ、個人専用のアプリでエンタープライズ データを操作した場合と異なります。MDM に登録していないデバイスでは、WIP 対応のアプリだけを使うことができます。", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Windows 10 以降のポリシーが有効になる前に、 AAD で 「既定の URL に戻す」を選択してユーザー範囲を定義して、MAM URLを Microsoft Intune に設定します。", "wipWebsiteLearningTitle": "Windows Information Protection 用の Web サイト学習", "wipeData": "データをワイプします", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "カスタム検出スクリプトを使用する", "runAs32Bit": "64 ビット クライアントで 32 ビット プロセスとしてスクリプトを実行する", "runAs32BitTooltip": "[はい] を選択すると、64 ビット クライアント上でスクリプトは 32 ビット プロセス内で実行されます。[いいえ] (既定) を選択すると、64 ビット クライアント上でスクリプトは 64 ビット プロセス内で実行されます。32 ビット クライアントでは、スクリプトは 32 ビット プロセス内で実行されます。", + "scriptContent": "Script content", "scriptFile": "スクリプト ファイル", "scriptFileNotSelectedValidation": "スクリプト ファイルが選択されていません。", "scriptFileTooltip": "クライアント上でアプリのプレゼンスを検出する PowerShell スクリプトを選択します。アプリは、スクリプトが終了コード 0 値を返し、かつ STDOUT に文字列値を書き込んだ場合に検出されます。", @@ -8307,9 +8342,6 @@ "string": "文字列", "version": "バージョン" }, - "ScriptContent": { - "emptyMessage": "スクリプトの内容を空にすることはできません。" - }, "duplicateName": "スクリプト名 {0} は既に使用されています。別の名前を指定してください。", "enforceSignatureCheck": "スクリプト署名チェックを強制", "enforceSignatureCheckTooltip": "スクリプトに信頼できる発行元の署名があることを確認するには、[はい] を選択します。署名がある場合、スクリプトは警告やプロンプトなしで実行されます。スクリプトはブロックされずに実行されます。[いいえ] (既定) を選択すると、署名の検証なしで、エンドユーザーの確認に基づいてスクリプトが実行されます。", @@ -8318,6 +8350,7 @@ "operatorTooltip": "要件の比較演算子を選択します。", "requirementMethod": "出力データの型を選択する", "requirementMethodTooltip": "検出の一致の要件を特定する際に使用するデータ型を選択します。", + "scriptContent": "Script content", "scriptFile": "スクリプト ファイル", "scriptFileTooltip": "クライアント上でアプリのプレゼンスを検出する PowerShell スクリプトを選択します。アプリが検出されると、要件プロセスにより、終了コード 0 値が指定され、STDOUT に文字列値が書き込まれます。", "scriptName": "スクリプト名", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "認証コンテキストの追加", + "deleteDisallowed": "条件付きアクセス ポリシーによって参照されている間は、この認証コンテキストを削除できません。", "descPlaceholder": "認証コンテキストの説明を追加してください", "modifyTitle": "認証コンテキストの変更", "namePlaceholder": "例: 信頼できる場所、信頼できるデバイス、強力な認可", @@ -8396,15 +8430,15 @@ "description": "説明", "documentation": "ドキュメント", "getStarted": "概要", - "label": "認証コンテキスト (プレビュー)", - "menuLabel": "認証コンテキスト (プレビュー)", + "label": "認証コンテキスト", + "menuLabel": "認証コンテキスト", "name": "名前", "noAuthContextConfigured": "認証コンテキストが構成されていません。", "noAuthContextSet": "認証コンテキストがありません", "noData": "表示する認証コンテキストがありません", "selectionInfo": "認証コンテキストは、SharePoint や Microsoft Cloud App Security などのアプリのアプリケーション データとアクションを保護するために使用されます。", "step": "ステップ", - "tabDescription": "アプリのデータとアクションを保護するために、認証コンテキストを管理します。[詳細情報][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "認証コンテキストを管理して、アプリ内のデータとアクションを保護します。条件付きアクセス ポリシーによって参照されている認証コンテキストは削除できません。[詳細情報][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "認証コンテキストを含むリソースをタグ付けする" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "ゲストまたは外部ユーザー", "internalGuestLabel": "ローカル ゲスト ユーザー", "otherExternalUserLabel": "その他の外部ユーザー", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (プレビュー)", + "serviceProviderUsersLabel": "サービス プロバイダー ユーザー" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "国の検索方法", + "ariaLabel": "国/地域の検索方法", "gps": "GPS 座標による場所の特定", "info": "条件付きアクセス ポリシーの場所の条件が構成されている場合、ユーザーは、認証アプリから GPS の場所を共有するように求められます。 ", "ip": "IP アドレスによる場所の特定 (IPv4 のみ)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "ポリシーを適用するために必要なサービス プリンシパルのリスク レベルを構成します​", "infoBalloonContent": "選択したリスク レベルにポリシーを適用するようサービス プリンシパルのリスクを構成します", - "title": "サービス プリンシパル リスク (プレビュー)" + "title": "サービス プリンシパルのリスク" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "継続的アクセス評価の有効化または無効化", "upsellInfo": "このページの設定を変更することはできなくなりました。ここでの設定は無視する必要があります。前の設定が適用されます。今後は、[条件付きアクセス] で CAE 設定を構成できます。詳細については、こちらをクリックしてください。" }, + "SamlReauth": { + "Filter": { + "warning": "動的クエリを使用するアプリケーションにターゲット設定しています。一部のアプリケーションでは、[サインインの頻度 (毎回)] のセッション制御で使用することがサポートされていない場合があります。{0}推奨されるシナリオの詳細をご覧ください。{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "サインイン中に使用されたデバイス上の属性の一覧です。" } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "テナントが選択されていません", + "selectOrganization": "組織の選択", + "tenantIdWithPlaceholder": "テナント ID: {0}", + "tenantSelectionRequired": "テナントが必要です" }, "advancedTabText": "詳細設定", "allCloudAppsErrorBox": "\"パスワードの変更が必要\" 許可が選択されている場合は、\"すべてのクラウド アプリ\" を選択する必要があります", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "例: uri:contoso.com:level3", "appEnforceInfoBubble": "アプリで適用された制限は、クラウド アプリ内で管理者の追加構成が必要になる場合があります。この制限は、新しいセッションのみに適用されます。", "appNotSetSeletorLabel": "0 個のクラウド アプリが選択されました", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "このアプリは、\"サインインの頻度 (毎回)\" セッション制御をサポートしていません。", "applyConditionClientAppInfoBalloonContent": "特定のクライアント アプリにポリシーを適用するようクライアント アプリを構成します", "applyConditionDevicePlatformInfoBalloonContent": "特定のプラットフォームにポリシーを適用するようデバイス プラットフォームを構成します", "applyConditionDeviceStateInfoBalloonContent": "特定のデバイスの状態にポリシーを適用するようデバイスの状態を構成します", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP 範囲", "downloadExampleFileName": "例", "downloadExampleHeader": "これは、取得できるデータの種類のデモを含むサンプル ファイルです。# で始まる行は無視されます。", + "duplicate": "重複", + "duplicatePolicyName": "{0} のコピー", "endDatePickerLabel": "End", "endTimePickerLabel": "終了時刻", - "enterCountryText": "IP アドレスと国はペアで評価されます。国を選択してください。", - "enterIpText": "IP アドレスと国はペアで評価されます。IP アドレスを入力してください。", + "enterCountryText": "IP アドレスと国/地域はペアで評価されます。国を選択してください。", + "enterIpText": "IP アドレスと国/地域はペアで評価されます。IP アドレスを入力してください。", "enterUserText": "ユーザーが選択されていません。ユーザーを選択してください。", "evaluationResult": "評価の結果", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "情報", "invalidCertDuration": "証明書の有効期間が無効です", "invalidIpAddress": "値には有効な IP アドレスを指定する必要があります", - "invalidReAuthSignInRiskOptionSelected": "\"サインインの頻度 毎回\" セッション コントロールでは、\"サインイン リスク レベル\" 条件コントロールでの \"リスクなし\" の選択は許可されていません。", + "invalidReAuthSignInRiskOptionSelected": "\"サインインの頻度 毎回\" セッション コントロールでは、\"サインイン リスク\" 条件コントロールでの \"リスクなし\" の選択は許可されていません。", "invalidUriErrorMsg": "有効な URI を入力してください。例: 'uri:contoso.com:acr'", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "このビューは非推奨になりました。強化された新しい [ネームド ロケーション] ビューに移動してください。", "namedLocationsHelpDescription": "ネームド ロケーションは、誤検知を減らすために Azure AD セキュリティ レポートで使用されるほか、Azure AD 条件付きアクセス ポリシーでも使用されます。\n[詳細情報][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "新しい IP 範囲の追加 (例: 40.77.182.32/27)", - "namedNetworkCountryNeeded": "国を 1 つ以上選択する必要があります", + "namedNetworkCountryNeeded": "少なくとも 1 つの国または地域を選択する必要があります。", "namedNetworkDeleteCommand": "削除", "namedNetworkDeleteDescription": "'{0}' を削除しますか? この操作は元に戻すことができません。", "namedNetworkDeleteTitle": "よろしいですか?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "場所", "policyConditionLocationDescription": "ユーザーがサインインしている場所 (IP アドレスの範囲を使用して特定)", "policyConditionLocationPreview": "場所 (プレビュー)", - "policyConditionSigninRisk": "サインインのリスク レベル", + "policyConditionSigninRisk": "サインインのリスク", "policyConditionSigninRiskDescription": "対象ユーザー以外からのサインインの可能性。リスク レベルは高、中、または低になります。Azure AD Premium 2 ライセンスが必要です。", - "policyConditionUserRisk": "ユーザーのリスク レベル", + "policyConditionUserRisk": "ユーザーのリスク", "policyConditionUserRiskDescription": "ポリシーを適用するために必要なユーザー リスクのレベルを構成します", "policyConditioniClientApp": "クライアント アプリ", "policyControlAllowAccessDisplayedName": "アクセス権の付与", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "クラシック ポリシーは、このツールでは評価されません。", "whatIfClientAppInfo": "ユーザーがサインインするときに使用するクライアント アプリ。「ブラウザー」などです。", - "whatIfCountry": "国", - "whatIfCountryInfo": "ユーザーがサインインしている国。", + "whatIfCountry": "国/地域", + "whatIfCountryInfo": "ユーザーがサインインしている国/地域。", "whatIfDevicePlatformInfo": "ユーザーがサインインしているデバイス プラットフォーム。", "whatIfDeviceStateInfo": "ユーザーがサインインしているデバイスの状態", "whatIfEnterIpAddress": "IP アドレスを入力してください (例: 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "ユーザーとグループ", "whatIfIpAddress": "IP アドレス", "whatIfIpAddressInfo": "ユーザーがサインインしている IP アドレス。", - "whatIfIpCountryInfoBoxText": "IP アドレスまたは国を使用する場合、両方のフィールドは必要になり、共に正しくマップする必要があります。", + "whatIfIpCountryInfoBoxText": "IP アドレスまたは国/地域を使用する場合、両方のフィールドが必要になり、共に正しくマップする必要があります。", "whatIfPolicyAppliesTab": "適用するポリシー", "whatIfPolicyAppliesTabWithCount": "適用可能なポリシー ({0})", "whatIfPolicyDoesNotApplyTab": "適用しないポリシー", "whatIfPolicyDoesNotApplyTabWithCount": "適用できないポリシー ({0})", "whatIfReasons": "このポリシーを適用しない理由", "whatIfSelectClientApp": "クライアント アプリの選択...", - "whatIfSelectCountry": "国の選択...", + "whatIfSelectCountry": "国/地域を選択してください...", "whatIfSelectDevicePlatform": "デバイス プラットフォームの選択...", "whatIfSelectPrivateLink": "プライベート リンクを選択してください...", "whatIfSelectServicePrincipalRisk": "サービス プリンシパルリスクを選択...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "ワークロード ID (プレビュー)", + "workloadIdentitiesLicenseText": "このポリシーを編集するには、ワークロード ID の Premium P1 または P2 ライセンスが必要です。", "workloadIdentity": "ワークロード ID" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "最初のプロビジョニング用にデバイスを構成し、ユーザーに割り当てます。", + "title": "デバイスの準備" + }, + "EnrollmentSettings": { + "description": "登録のブロックやユーザーへの割り当てなどの登録設定を構成します。", + "title": "登録設定" + }, "coManagementAuthorityDesc": "Configuration Manager 統合の共同管理設定を構成します", "coManagementAuthorityTitle": "共同管理の設定", "deploymentProfiles": "Windows AutoPilot Deployment プロファイル", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "情報 URL の最大長は 1024 文字です", "installAsManaged": "管理対象としてインストールする", "installationSourceLabel": "アプリの種類", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "ポータル サイトでおすすめアプリとして表示する", "isMAMEnabledToggleLabel": "はい", "lastModifiedDateTime": "最終更新時刻", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "設定" }, "infoBoxText": "既存の Windows 10 以降の更新リング ポリシー以外で現在利用可能な専用の品質更新プログラム コントロールは、指定された修正プログラム レベルより低いデバイスの品質更新プログラムを迅速に処理する機能だけです。今後、追加のコントロールが使用可能になります。", + "licenseLearnMoreText": "前提条件と品質更新プログラム ポリシーに関する詳細をご覧ください。", + "licenseWarningBoxText": "品質更新プログラム ポリシーの作成には、特定のライセンスが必要です。", "warningBoxText": "ソフトウェア更新プログラムを迅速にインストール処理すると、必要に応じてコンプライアンスを満たすまでの時間を短縮するのに役立ちますが、エンド ユーザーの生産性に大きく影響します。営業時間中の再起動が大幅に増えるおそれがあります。" }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Microsoft Edge の構成設定", @@ -10660,6 +10740,23 @@ "withEnrollment": "登録済み", "withoutEnrollment": "未登録" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "作成者", + "template": "テンプレート名" + } + }, + "SettingsCatalog": { + "subtitle": "最初から始め、使用可能な設定のライブラリから必要な設定を選択します", + "title": "設定カタログ" + }, + "Templates": { + "subtitle": "テンプレートには、機能ごとに整理された設定のグループが含まれています。ポリシーを手動で作成しない場合や、WiFi や VPN の構成など企業ネットワークにアクセスするようデバイスを構成する場合は、テンプレートを使用します。", + "title": "テンプレート" + }, + "noData": "ポリシー テンプレートが見つかりません" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online Desktop Client", "visioProRetail": "Visio Online プラン 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "登録済み", "withoutEnrollment": "未登録" }, + "DisplayRoleTypes": { + "builtInRole": "組み込みロール", + "customCloudPCRole": "Windows 365 のカスタム ロール", + "customIntuneRole": "Intune のカスタム ロール", + "customRole": "カスタム ロール" + }, "InstallContextType": { "device": "デバイス", "deviceContext": "デバイス コンテキスト", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "次のチェックイン時に更新する", "duringTimeWindows": "予定時刻中に更新する", - "header": "iOS または iPadOS のソフトウェア更新プログラムのポリシーがデバイスに割り当てられている場合、既定では、最新の更新プログラムがデバイスのチェックイン時 (およそ 8 時間ごと) に Intune によって展開されます。代わりに、カスタマイズされた開始時刻と終了時刻で週単位のスケジュールを作成できます。予定時刻外に更新する場合、Intune では予定時刻が終了するまで更新プログラムを展開しません。", + "header": "ソフトウェア更新プログラムのポリシーがデバイスに割り当てられている場合、既定では、最新の更新プログラムがデバイスのチェックイン時に Intune によって展開されます。代わりに、カスタマイズされた開始時刻と終了時刻で週単位のスケジュールを作成できます。予定時刻外に更新する場合、Intune では予定時刻が終了するまで更新プログラムを展開しません。", "infoBalloon": "更新を行うタイミング。スケジュールされた時間中またはスケジュールされた時間外に更新をスケジュールする場合、追加の入力が必要です。", "label": "スケジュールの種類", "outsideActiveHours": "アクティブ時間外での更新 (レガシ)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "管理者の連絡先", "appPackaging": "アプリのパッケージ化", + "businessGroups": "ビジネス グループ", "devices": "デバイス", "feedback": "フィードバック", "gettingStarted": "はじめに", @@ -11479,6 +11583,7 @@ "cartProfiles": "カート プロファイル", "certificateConnectors": "証明書のコネクタ", "chromeEnterprise": "Chrome Enterprise (プレビュー)", + "cloudAttachedDevices": "クラウドに接続されたデバイス (プレビュー)", "compliancePolicies": "コンプライアンス ポリシー", "complianceScriptManagement": "スクリプト", "complianceScriptManagementPreview": "スクリプト (プレビュー)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "機能更新プログラム エラー (プレビュー)", "failuresForQualityUpdates": "Windows の優先更新プログラムのエラー (プレビュー)", "featureFlighting": "機能フライティング", - "featureUpdateDeployments": "Windows 10 以降向け機能更新プログラム (プレビュー)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "フライティング", "fotaUpdate": "ファームウェアの上書き更新", "groupPolicy": "管理用テンプレート", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "不完全なユーザー登録", "iosUpdates": "iOS または iPadOS のポリシーの更新", "legacyPcManagement": "レガシ PC 管理", - "macOSSoftwareUpdate": "macOS のポリシーを更新する", - "macOSSoftwareUpdateAccountSummaries": "MacOS デバイスのインストール状態", + "macOSSoftwareUpdate": "macOS のポリシーを更新する (プレビュー)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "ソフトウェア更新プログラムの概要", "macOSSoftwareUpdateStateSummaries": "更新", "managedGooglePlay": "マネージド Google Play", @@ -11570,11 +11675,12 @@ "warranty": "保証ベンダー", "wdacSupplementalPolicies": "S モードの補足ポリシー", "windows10DriverUpdate": "Windows 10 以降向けドライバー更新プログラム (プレビュー)", - "windows10QualityUpdate": "Windows 10 以降向け品質更新プログラム (プレビュー)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Windows 10 以降向け更新リング", "windows10XPolicyFailures": "Windows 10X のポリシー エラー", "windows365Connector": "Windows 365 Citrix コネクタ", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Windows 365 Citrix コネクタ (プレビュー)", + "windowsDiagnosticData": "Windows データ", "windowsEnterpriseCertificate": "Windows Enterprise 証明書", "windowsManagement": "PowerShell スクリプト", "windowsSideLoadingKeys": "Windows サイドローディング キー", diff --git a/Documentation/Strings-ko.json b/Documentation/Strings-ko.json index abf41c2..7dead9c 100644 --- a/Documentation/Strings-ko.json +++ b/Documentation/Strings-ko.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "교사 인증서", "emailProfile": "전자 메일", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "모바일 디바이스 관리 구성", "extensibleSingleSignOn": "Single Sign-On 앱 확장", "filevault": "FileVault", "firewall": "방화벽", @@ -508,7 +507,10 @@ "deploymentSettings": "배포 설정", "groupAssignmentSettings": "할당", "scopeSettings": "범위 태그" - } + }, + "gradualRolloutLicenseWarning": "이 기능을 사용하려면 특정 라이선스가 필요합니다.", + "gradualRolloutLicenseWarningEdit": "이 기능을 선택하지 않고 정책을 저장할 때까지 이 기능을 계속 사용하고 구성할 수 있습니다.", + "licenseLearnMoreText": "필수 구성 요소 및 기능 업데이트 정책에 대해 자세히 알아보세요." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Intune으로 배포할 iOS 스토어 앱을 App Store에서 검색합니다.", "useManagedBrowser": "필요한 경우 사용자가 웹 앱을 열 때 Microsoft Edge 또는 Intune Managed Browser 같은 Intune으로 보호되는 브라우저에서 열립니다. 이 설정은 iOS 및 Android 디바이스에 모두 적용됩니다.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "디바이스에서 사이드로드할 수 있는 형식으로 앱을 포함하는 파일입니다. 유효한 패키지 유형: .intunewin." + "win32AppPackageFile": "디바이스에서 사이드로드할 수 있는 형식으로 앱을 포함하는 파일입니다. 유효한 패키지 유형: .intunewin.", + "winGetStoreSelectApp": "Microsoft Store 리포지토리에서 Intune을 사용하여 배포하려는 스토어 앱을 검색합니다." }, "descriptionPreview": "미리 보기", "descriptionRequired": "설명은 필수입니다.", @@ -800,10 +803,10 @@ "azureADDevice": "연결된 Azure AD 디바이스", "batch": "그룹 태그", "dateAssigned": "할당된 날짜", - "deviceAccountFriendlyName": "장치 계정 이름", "deviceAccountPwd": "장치 계정 암호", "deviceAccountUpn": "Device account", "deviceDisplayName": "디바이스 이름", + "deviceFriendlyName": "디바이스 식별 이름", "deviceName": "디바이스 이름", "deviceUseType": "디바이스 사용 유형", "enrollmentState": "등록 상태", @@ -924,10 +927,10 @@ "azureADDevice": "연결된 디바이스에 대한 디바이스 세부 정보로 이동합니다. 해당 없음은 연결된 디바이스가 없음을 의미합니다.", "batch": "디바이스 그룹을 식별하는 데 사용할 수 있는 문자열 특성입니다. Intune의 그룹 태그 필드는 Azure AD 디바이스에서 OrderID 특성에 매핑됩니다.", "dateAssigned": "디바이스에 프로필이 할당되었을 때의 타임스탬프입니다.", - "deviceAccountFriendlyName": "Surface Hub 장치의 장치 계정 이름", - "deviceAccountPwd": "Surface Hub 장치의 장치 계정 암호", - "deviceAccountUpn": "Surface Hub 장치용 장치 계정 이메일", + "deviceAccountPwd": "Surface Hub 디바이스에 대한 디바이스 계정 암호입니다. 암호를 입력하는 경우 디바이스 계정과 식별 이름도 입력합니다.", + "deviceAccountUpn": "Surface Hub 디바이스에 대한 디바이스 계정 전자 메일입니다. 전자 메일을 입력하는 경우 디바이스 계정 암호와 식별 이름도 입력합니다.", "deviceDisplayName": "디바이스에 고유한 이름을 구성합니다. 이 이름은 하이브리드 Azure AD 조인된 배포에서 무시됩니다. 디바이스 이름은 하이브리드 Azure AD 디바이스에 대한 도메인 가입 프로필에서 계속 제공됩니다.", + "deviceFriendlyName": "Surface Hub 디바이스에 대한 디바이스 식별 이름입니다. 식별 이름을 입력하는 경우 디바이스 계정과 디바이스 계정 암호도 입력합니다.", "deviceName": "누군가가 디바이스를 검색하고 연결하려고 할 때 표시되는 이름입니다.", "deviceUseType": " 선택에 따라 디바이스가 설정됩니다. 나중에 언제든지 설정에서 변경할 수 있습니다.​\r\n ", "enrollmentState": "디바이스가 등록되었는지를 지정합니다.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "오류 메시지", "customMessageToggle": "시간 제한 또는 오류 발생 시 사용자 지정 메시지 표시", "enableForAutopilotOnlyToggle": "OOBE(첫 실행 경험)로 프로비저닝된 디바이스에만 페이지를 표시합니다.", + "installQualityUpdatesToggle": "Windows 품질 업데이트 설치(디바이스를 다시 시작할 수 있음)", "progressToggle": "앱 및 프로필 구성 진행률 표시", "resetToggle": "설치 오류가 발생하는 경우 사용자가 디바이스를 초기화할 수 있도록 허용", "timeout": "설치 작업이 지정된 시간(분)보다 오래 걸리는 경우 오류 표시" @@ -1367,7 +1374,7 @@ }, "AndroidBackup": { "label": "Android 백업 서비스에 조직 데이터 백업", - "tooltip": "Android 백업 서비스에 조직 데이터가 백업되지 않도록 하려면 {0}을(를) 선택합니다. \r\nAndroid 백업 서비스에 조직 데이터의 백업을 허용하려면 {1}을(를) 선택합니다. \r\n개인 데이터 또는 비관리형 데이터는 영향을 받지 않습니다." + "tooltip": "Android 백업 서비스에 조직 데이터가 백업되지 않도록 하려면 {0}을(를) 선택합니다.\r\nAndroid 백업 서비스에 조직 데이터의 백업을 허용하려면 {1}을(를) 선택합니다.\r\n개인 데이터 또는 비관리형 데이터는 영향을 받지 않습니다." }, "AndroidBiometricAuthentication": { "label": "액세스에 PIN 대신 생체 인식 사용", @@ -1378,7 +1385,7 @@ "tooltip": "Android OS는 지문 스캔을 사용하여 Android 디바이스 사용자를 인증합니다. 이 기능은 Android 디바이스에서 네이티브 생체 인식 제어를 지원합니다. Samsung Pass 같은 OEM별 생체 인식 설정은 지원되지 않습니다. 허용되는 경우, 지원 디바이스에서 앱에 액세스하는 데 네이티브 생체 인식 제어를 사용해야 합니다." }, "AndroidOverrideFingerprint": { - "label": "시간 제한 후 PIN을 사용하여 지문 재정의" + "label": "시간 초과 후 PIN을 사용하여 생체 인식 재정의" }, "AppPIN": { "label": "디바이스 PIN이 설정된 경우 앱 PIN", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "비관리형 브라우저 프로토콜", - "tooltip": "

비관리형 단일 브라우저의 프로토콜을 입력합니다. 정책 관리형 애플리케이션의 웹 콘텐츠(http/s)는 이 프로토콜을 지원하는 모든 앱에서 열립니다.

\r\n \r\n

참고: 프로토콜 접두사만 포함됩니다. 브라우저에 \"mybrowser://www.microsoft.com\" 형식의 링크가 필요한 경우, \"mybrowser\"를 입력하세요.

" + "tooltip": "

비관리형 단일 브라우저의 프로토콜을 입력합니다. 정책 관리형 애플리케이션의 웹 콘텐츠(http/s)는 이 프로토콜을 지원하는 모든 앱에서 열립니다.

\r\n \r\n

참고: 프로토콜 접두사만 포함됩니다. 브라우저에 \"mybrowser://www.microsoft.com\" 형식의 링크가 필요한 경우, \"mybrowser\"를 입력하세요.

" }, "CustomDialerAppDisplayName": { "label": "전화 걸기 앱 이름" @@ -1435,7 +1442,7 @@ "tooltip": "Intune 앱 계층 암호화로 조직 데이터 암호화를 적용하려면 {0}을(를) 선택합니다.\r\n
\r\nIntune 앱 계층 암호화로 조직 데이터 암호화를 적용하지 않으려면 {1}을(를) 선택합니다.\r\n\r\n
\r\n참고: Intune 앱 계층 암호화에 대한 자세한 내용은 {2}을(를) 참조하세요." }, "EncryptDataAndroid": { - "tooltip": "

이 앱에서 회사 또는 학교 데이터 암호화를 사용하도록 설정하려면 필요를 선택합니다. Intune에서는 앱 데이터를 안전하게 암호화하기 위해 Android 키 저장소 시스템과 함께 OpenSSL, 256비트 AES 암호화 체계를 사용합니다. 파일 I/O 작업 중 데이터가 동기적으로 암호화됩니다. 디바이스 스토리지의 콘텐츠는 항상 암호화됩니다. SDK는 이전 SDK 버전을 사용하는 콘텐츠 및 앱과의 호환성을 위해 128비트 키를 계속 지원합니다.

\r\n\r\n

이 암호화 방법은 FIPS 140-2를 준수하지 않습니다.

" + "tooltip": "

이 앱에서 회사 또는 학교 데이터를 암호화하려면 필요를 선택합니다. Intune은 Android Keystore 시스템과 함께 wolfSSL 256비트 AES 암호화 체계를 사용하여 앱 데이터를 안전하게 암호화합니다. 데이터는 파일 I/O 작업 중에 동기적으로 암호화됩니다. 디바이스 스토리지의 콘텐츠는 항상 암호화됩니다. 새 파일은 256비트 키로 암호화됩니다. 기존 128비트 암호화된 파일은 256비트 키로 마이그레이션을 시도하지만 프로세스가 보장되지는 않습니다. 128비트 키로 암호화된 파일은 계속 읽을 수 있습니다.

\r\n\r\n

암호화 방법은 FIPS 140-2를 준수합니다.

" }, "EncryptDataIos": { "tooltip1": "이 앱에서 회사 또는 학교 데이터 암호화를 사용하도록 설정하려면 필요를 선택합니다. Intune은 디바이스가 잠겨 있는 동안 앱 데이터를 보호하기 위해 iOS/iPadOS 디바이스 암호화를 적용합니다. 애플리케이션은 Intune 앱 SDK 암호화를 사용하여 앱 데이터를 선택적으로 암호화할 수 있습니다. Intune 앱 SDK는 iOS/iPadOS 암호화 방법을 사용하여 128비트 AES 암호화를 앱 데이터에 적용합니다.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "조직 데이터 알림", - "tooltip": "

이 앱 및 연결된 모든 디바이스(예: 착용식 컴퓨터)에서 조직 계정에 대한 알림이 표시되는 방식을 지정하려면 다음 옵션 중 하나를 선택하세요.

\r\n

{0}: 알림을 공유하지 않습니다.

\r\n

{1}: 알림의 조직 데이터를 공유하지 않습니다. 애플리케이션에서 지원되지 않는 경우 알림이 차단됩니다.

\r\n

{2}: 모든 알림을 공유합니다.

\r\n

Android에만 해당:\r\n 참고: 이 설정은 모든 애플리케이션에 적용되지는 않습니다. 자세한 내용은 {3}을(를) 참조하세요.

\r\n \r\n

iOS에만 해당:\r\n참고: 이 설정은 모든 애플리케이션에 적용되지는 않습니다. 자세한 내용은 {4}을(를) 참조하세요.

" + "tooltip": "

이 앱 및 연결된 모든 디바이스(예: 착용식 컴퓨터)에서 조직 계정에 대한 알림이 표시되는 방식을 지정하려면 다음 옵션 중 하나를 선택하세요.

\r\n

{0}: 알림을 공유하지 않습니다.

\r\n

{1}: 알림의 조직 데이터를 공유하지 않습니다. 애플리케이션에서 지원되지 않는 경우 알림이 차단됩니다.

\r\n

{2}: 모든 알림을 공유합니다.

\r\n

Android에만 해당:\r\n 참고: 이 설정은 모든 애플리케이션에 적용되지는 않습니다. 자세한 내용은 {3}을(를) 참조하세요.

 \r \n\r

iOS에만 해당:\n\r\n참고: 이 설정은 모든 애플리케이션에 적용되지는 않습니다. 자세한 내용은 {4}을(를) 참조하세요.

" }, "OpenLinksManagedBrowser": { "label": "다른 앱을 사용한 웹 콘텐츠 전송 제한", - "tooltip": "

다음 옵션 중 하나를 선택하여 이 앱에서 웹 콘텐츠를 열 수 있는 앱을 지정합니다.

\r\n

Edge: 웹 콘텐츠를 Edge에서만 열 수 있습니다.

\r\n

비관리형 브라우저: 웹 콘텐츠를 \"비관리형 브라우저 프로토콜\" 설정에 정의된 비관리형 브라우저에서만 열 수 있습니다.

\r\n

모든 앱: 모든 앱에서 웹 링크를 허용합니다.

" + "tooltip": "

다음 옵션 중 하나를 선택하여 이 앱에서 웹 콘텐츠를 열 수 있는 앱을 지정합니다.

\r\n

Microsoft Edge:웹 콘텐츠가 Microsoft Edge에서만 열리도록 허용합니다. Microsoft Edge가 데이터를 보호하는 방법을 알아보세요.

\r\n

비관리형 브라우저: 웹 콘텐츠를 \"비관리형 브라우저 프로토콜\" 설정에 정의된 비관리형 브라우저에서만 열 수 있습니다.

\r\n

모든 앱: 모든 앱에서 웹 링크를 허용합니다.

" }, "OverrideBiometric": { "tooltip": "필요한 경우 시간 제한(비활성 시간(분))에 따라 PIN 프롬프트가 생체 인식 프롬프트를 재정의합니다. 이 시간 제한 값이 충족되지 않는 경우 생체 인식 프롬프트는 계속 표시됩니다. 이 시간 제한 값은 '다음 시간(비활성 시간(분)) 후에 액세스 요구 사항 다시 확인' 아래에 지정된 값보다 커야 합니다. " @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "생체 인식 업데이트 후 PIN으로 생체 인식 재정의", - "tooltip": "디바이스(추가 정보: 여기)에서 클래스 3 생체 인식 기능이 지원되는 경우, 생체 인식의 변화가 감지되면 PIN 프롬프트가 생체 인식 프롬프트보다 우선합니다." + "tooltip": "디바이스(추가 정보: 여기)에서 클래스 3 생체 인식 기능이 지원되는 경우, 생체 인식의 변화가 감지되면 PIN 프롬프트가 생체 인식 프롬프트보다 우선합니다. 이 설정은 생체 인식이 앱에 액세스하는 데 사용된 후에만 적용됩니다." }, "RestrictKeyboards": { "duplicatePackageError": "패키지 ID는 고유해야 합니다.", @@ -1515,7 +1522,7 @@ }, "SaveData": { "label": "조직 데이터의 복사본 저장", - "tooltip": "\"다른 이름으로 저장\"을 사용하여 선택한 스토리지 서비스 외의 새 위치로 조직 데이터의 복사본이 저장되지 않도록 하려면 {0}을(를) 선택합니다.\r\n \"다른 이름으로 저장\"을 사용하여 새 위치로 조직 데이터의 복사본 저장을 허용하려면 {1}을(를) 선택합니다.
\r\n\r\n\r\n참고: 이 설정은 일부 애플리케이션에 적용되지 않습니다. 자세한 내용은 {2}을(를) 참조하세요.\r\n" + "tooltip": "\"다른 이름으로 저장\"을 사용하여 선택한 스토리지 서비스 외의 새 위치로 조직 데이터의 복사본이 저장되지 않도록 하려면 {0}을(를) 선택합니다.\r\n \"다른 이름으로 저장\"을 사용하여 새 위치로 조직 데이터의 복사본 저장을 허용하려면 {1}을(를) 선택합니다.
\r\n\r\n\r\n참고: 이 설정은 일부 애플리케이션에 적용되지 않습니다. 자세한 내용은 {2}을(를) 참조하세요.\r\n" }, "SaveDataToSelected": { "label": "사용자가 선택한 서비스에 복사본을 저장하도록 허용", @@ -1606,7 +1613,7 @@ "pushNotification": "최종 사용자에게 푸시 알림 보내기", "remoteLock": "원격으로 비규격 디바이스 잠금", "removeSourceAccessProfile": "소스 액세스 프로필 제거", - "retire": "비규격 디바이스 사용 중지", + "retire": "사용 중지 목록에 디바이스 추가", "wipe": "초기화", "emailNotification": "최종 사용자에게 메일 보내기" }, @@ -1746,6 +1753,7 @@ "weeks1": "1주마다" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 이상" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "PowerShell 스크립트 파일을 지정합니다. 파일은 200KB 미만이어야 합니다.", "uploadLabel": "스크립트 위치" }, + "bashScriptObjectName": "Bash 스크립트", "createButtonText": "추가", "createPowershellScriptFlowSectionName": "PowerShell 스크립트 추가", "customAttributeObjectName": "사용자 지정 특성", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "지정된 VPN 클라이언트는 디바이스에 설치되어야 하며 앱별 VPN을 지원해야 합니다. 그렇지 않으면 오류가 발생합니다. 앱을 설치하려면 관리되는 Google Play 스토어에서 앱을 승인하고 앱을 Intune으로 동기화한 후 배포해야 합니다.", "androidDeviceOwnerCustomPasswordDescription": "전용 디바이스에 대한 디바이스 암호를 만듭니다. 4~16자이며 숫자, 문자 및 특수 문자를 포함할 수 있습니다.", "androidDeviceOwnerCustomPasswordName": "사용자 지정 암호", + "androidElevenAndBelowPasswordHeader": "Android 11 이하", + "androidElevenAndBelowPasswordHeaderDescription": "이러한 설정은 Android 11 이하를 실행하는 디바이스에서 작동합니다.", "androidEnterpriseAlwaysOnVpnClientName": "VPN 클라이언트", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Google Play 스토어에서 앱의 패키지 ID를 입력합니다. 예를 들어 Play 스토어에서 앱의 URL이 https://play.google.com/store/details?id=com.contosovpn.android.prod인 경우 패키지 ID는 com.contosovpn.android.prod가 됩니다.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "패키지 ID", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "2020년 10월부터 Android 10 이상 버전을 실행하는 Android 디바이스와 삼성 Knox를 실행하지 않는 Android 디바이스에서는 일부 설정이 지원되지 않습니다. 이러한 설정은 Android 9 이하 또는 삼성 Knox로 레이블이 지정되어 있습니다. 자세히 알아보려면 클릭하세요.", "androidTrustedServerCertificateNamesDescription": "Wi-Fi 액세스 포인트에 대한 클라이언트 인증 중에 Radius 서버에서 제공하는 인증서에 사용되는 DNS 이름입니다. 정규화된 도메인 이름에 동일한 DNS 접미사가 있는 여러 Radius 서버가 있는 경우 접미사만 사용할 수도 있습니다. 이를 통해 장치는 제공된 서버 인증서를 신뢰할 수 있습니다. 자세히 알아보세요.
", "androidTrustedServerCertificateNamesName": "Radius 서버 이름", + "androidTwelveAndAbovePasswordHeader": "Android 10 이상", + "androidTwelveAndAbovePasswordHeaderDescription": "이러한 설정은 Android 10 이상 버전을 실행하는 장치에 적용됩니다.", + "androidTwelveDeprecationInfoBox": "2022년 11월부터 Android 12 이상을 실행하는 Android 장치에서는 일부 설정이 지원되지 않습니다. 이러한 설정에는 Android 11 및 이전 버전으로 레이블이 지정되어 있습니다. 자세히 알아보려면 클릭하세요.", "androidZebraMxConfigurationFileXmlName": "유효한 Zebra MX XML 파일 선택", "androidZebraMxConfigurationLearnMore": "Zebra 디바이스 관리에 대한 자세한 정보", "androidZebraMxConfigurationXmlName": ".xml 형식의 MX 프로필", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "예: outlook.office365.com", "exchangeActiveSyncHostName": "메일 서버", "exclusionAppListColumn": "제외할 앱", - "expeditedCheckinEnableDescription": "매시간 디바이스 체크 인", - "expeditedCheckinEnableName": "매시간 디바이스 체크 인", "experienceAllowBrowserSyncSettingsDescription": "사용자의 디바이스 간에 기록 및 즐겨찾기와 같은 정보를 동기화하기 위한 설정 동기화 옵션을 사용하여 동기화할 브라우저 설정을 켤 수 있는지를 지정합니다. 이 설정을 구성하려면 \"사용자의 디바이스 간 브라우저 설정 동기화\" 설정을 사용하도록 설정해야 합니다.", "experienceAllowBrowserSyncSettingsName": "사용자가 브라우저 설정 동기화를 켤 수 있음", "experienceDoNotSyncBrowserSettingsDescription": "차단된 경우 기본 구성(디바이스 간 브라우저 설정 동기화 허용)은 사용자가 디바이스 간에 동기화할 수 없도록 꺼져 있습니다. \"사용자 재정의 차단 및 사용\"이 선택되면 사용자가 관리자 지정을 재정의할 수 있습니다.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "프로필을 만들어 할당된 디바이스에서 최신 macOS 업데이트를 자동으로 설치하도록 적용합니다. 이러한 설정은 소프트웨어 업데이트 배포 방법과 시기를 결정합니다. 이 프로필은 사용자가 OS를 수동으로 업데이트하는 것을 방지하지 않습니다. 업데이트는 Apple의 자동화된 디바이스 등록(ABM 또는 ASM)을 통해 등록된 디바이스에만 적용됩니다.", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "자세히", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "자세한 정보", - "macOSSoftwareUpdatePolicySupervisedName": "프로필을 만들어 할당된 디바이스에서 최신 macOS 업데이트를 자동으로 설치하도록 적용합니다. 이러한 설정은 소프트웨어 업데이트 배포 방법과 시기를 결정합니다. 이 프로필은 사용자가 OS를 수동으로 업데이트하는 것을 방지하지 않습니다. 업데이트는 Apple의 자동화된 디바이스 등록(ABM 또는 ASM)을 통해 등록된 디바이스에만 적용됩니다.", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "주별 일정", - "macOSSoftwareUpdateSelectScheduleTypeName": "기본적으로 macOS 소프트웨어 업데이트 정책이 디바이스에 할당되면 Intune에서 디바이스 체크 인 시 최신 업데이트를 배포합니다. 주간 일정을 만들고 디바이스에서 체크 인하고 업데이트를 수신할 수 있는 기간을 지정할 수도 있습니다. 예약된 시간 이외에 업데이트하도록 선택하는 경우 예약된 시간이 끝날 때까지 Intune에서 업데이트를 배포하지 않습니다.", + "macOSSoftwareUpdateSelectScheduleTypeName": "기본적으로 업데이트 정책이 디바이스에 할당되면 Intune에서 디바이스 체크 인 시 최신 업데이트를 배포합니다. 대신 사용자 지정된 시작 및 종료 시간으로 주간 일정을 만들 수 있습니다. 예약된 시간 이외에 업데이트하도록 선택하는 경우 예약된 시간이 끝날 때까지 Intune에서 업데이트를 배포하지 않습니다.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "다운로드, 설치 및/또는 각 업데이트 유형에 대해 발생하는 알림 방법을 선택합니다.", "macOSSystemExtensionsExtensionTypeName": "허용되는 시스템 확장 유형", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "비관리형 교실 수업에 등록된 학생은 수업에서 나가려면 교사 동의를 받아야 합니다.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "디바이스가 절전 상태일 때 NAT 연결 유지를 하드웨어에 오프로드", "nATKeepAliveOffloadEnableToolTip": "기본적으로 디바이스가 절전 상태일 때 NAT 시스템은 VPN에 연결되어 있는지 확인하기 위해 계속해서 점검합니다. 이 설정을 사용하면 해당 동작을 사용하지 않도록 설정할 수 있습니다.", "nacIdCheckBoxLabel": "동의함.", - "nacIdDescCisco": "Cisco AnyConnect에서는 NAC를 사용하도록 설정하려면 VPN 프로필에 Intune 디바이스 ID를 포함해야 합니다.

본인은 Microsoft가 Cisco와 해당 파트너가 사용할 수 있도록 VPN 프로필에 디바이스 정보를 포함하는 것을 허용합니다.", - "nacIdDescCitrix": "Citrix SSO가 NAC를 사용하도록 설정하려면 VPN 프로필에 Intune 디바이스 ID가 포함되어야 합니다.

본인은 Microsoft가 Citrix와 해당 파트너가 사용할 수 있도록 VPN 프로필에 디바이스 정보를 포함하는 것을 허용합니다.", - "nacIdDescF5": "F5 Access가 NAC를 사용하도록 설정하려면 VPN 프로필에 Intune 디바이스 ID가 포함되어야 합니다.

본인은 Microsoft가 F5 Access와 해당 파트너가 사용할 수 있도록 VPN 프로필에 디바이스 정보를 포함하는 것을 허용합니다.", + "nacIdDescCisco": "Cisco AnyConnect 규정에 따라 NAC를 사용하려면 VPN 프로필에 Intune 디바이스 ID를 포함해야 합니다.

본인은 Microsoft가 Cisco와 해당 파트너가 사용할 수 있도록 VPN 프로필에 디바이스 정보를 포함하는 것을 허용합니다. 서비스 공급자와 공유되는 정보 종류 등 자세한 정보를 확인하려면 클릭하세요.", + "nacIdDescCitrix": "Citrix SSO 규정에 따라 NAC를 사용하려면 VPN 프로필에 Intune 디바이스 ID를 포함해야 합니다.

본인은 Microsoft가 Citrix SSO와 해당 파트너가 사용할 수 있도록 VPN 프로필에 디바이스 정보를 포함하는 것을 허용합니다. 서비스 공급자와 공유되는 정보 종류 등 자세한 정보를 확인하려면 클릭하세요.", + "nacIdDescF5": "F5 Access 규정에 따라 NAC를 사용하려면 VPN 프로필에 Intune 디바이스 ID를 포함해야 합니다.

본인은 Microsoft가 F5 Access와 해당 파트너가 사용할 수 있도록 VPN 프로필에 디바이스 정보를 포함하는 것을 허용합니다. 서비스 공급자와 공유되는 정보 종류 등 자세한 정보를 확인하려면 클릭하세요.", "nacIdHeader": "NAC(네트워크 액세스 제어) 사용", "nacIdHeaderCiscoToolTip": "디바이스 ID는 암호화되고 VPN 프로필에 포함됩니다. 사용자가 VPN에 연결하려고 하면 Cisco AnyConnect가 이 값을 NAC 인프라에 전달합니다. 그러면 NAC 인프라는 디바이스가 등록되었으며 규격인지 확인하기 위해 이 값을 사용하여 Intune을 쿼리합니다.

Cisco AnyConnect는 NAC를 사용하도록 설정하기 위해 디바이스 ID에 직접 액세스할 수 없습니다. 이 값은 VPN에 포함되어야 합니다.", "nacIdHeaderCitrixToolTip": "디바이스 ID는 암호화되어 VPN 프로필에 포함됩니다. 사용자가 VPN에 연결하려고 하면 Citrix SSO가 이 값을 NAC 인프라에 전달합니다. 그러면 NAC 인프라는 디바이스가 등록되었으며 규격인지 확인하기 위해 이 값을 사용하여 Intune을 쿼리합니다.

Citrix SSO는 NAC를 사용하도록 설정하기 위해 디바이스 ID에 직접 액세스할 수 없습니다. 이 값은 VPN에 포함되어 있어야 합니다.", @@ -6016,6 +6028,15 @@ "shutdown": "종료", "signatureUpdateIntervalInHoursName": "보안 인텔리전스 업데이트 간격(시간)", "signingCertificateType": "서명 인증서 유형", + "silentCertAccessAddApps": "앱 추가", + "silentCertAccessApplicationsName": "애플리케이션", + "silentCertAccessMaxAppsWarn": "자동 인증서 액세스 권한을 부여할 최대 50개 앱 선택", + "silentCertAccessMinAppsWarn": "자동 인증서 액세스 권한을 부여할 앱을 하나 이상 선택", + "silentCertAccessSpecificApps": "특정 앱에 대해 자동으로 부여(다른 앱에 대한 사용자 승인 필요)", + "silentCertAccessTabName": "앱", + "silentCertAccessTypeDescription": "애플리케이션에 인증서 액세스 권한을 부여하는 방법 선택", + "silentCertAccessTypeName": "인증서 액세스", + "silentCertAccessUserApproval": "모든 앱에 대한 사용자 승인 필요", "simpleDownloadOption": "피어링이 없는 단순 다운로드 모드 (99)", "simultaneousMultiThreadingName": "동시 다중 스레드", "singleAppModeAppNameDescription": "앱의 이름입니다.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro용 Workstations N 버전", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro용 Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "이 옵션을 선택하면 장치에 이 운영 체제를 적용할 때 (1) 볼륨 라이선싱을 통해 해당 Windows 라이선스를 구매했거나(2) 조직을 바인딩할 권한이 있으며 여기에서 확인 가능한 관련 Microsoft 소프트웨어 사용 조건을 수락한다는 데 동의하는 것입니다{0}.", "windowsAppNonComplianceTypeDescription": "사용 약관에 동의하여 특정 앱의 설치가 차단되는 것을 승인하도록 사용자에게 요청하는 것이 좋습니다. 차단된 앱 목록을 사용하여 Intune에서 관리되지 않고 사용자가 설치할 수 없는 Windows Phone 앱을 지정할 수 있습니다. 허용된 앱 목록의 경우 회사 포털과 배포된 앱을 비롯한 모든 앱을 앱 스토어 URL 형식으로 목록에 추가해야 합니다.", "windowsAppUrlExample": "예: https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "이러한 설정은 회사 소유 회사 프로필 디바이스에 사용되며 개인적으로 사용하는 중에만 적용됩니다.", "workProfileRequirePasswordDescription": "업무용 앱을 사용하려면 암호가 필요합니다. 이 암호는 디바이스 암호와 다를 수 있습니다. Android 7.0 이상이 필요합니다. ", "workProfileRequirePasswordName": "회사 프로필 암호 필요", + "workProfileRequiredPasswordComplexityDescription": "필요한 암호 복잡성을 지정합니다.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "필요한 암호 유형을 지정합니다.", "workProfileRequiredPasswordTypeName": "필수 암호 유형", "workspaceIDName": "작업 영역 ID", @@ -7307,7 +7332,7 @@ "allowSpecifiedWipe": "지정됨 허용(비지정됨 초기화)", "allowedOptionText": "허용", "android": "Android", - "androidAOSP": "Android (AOSP)", + "androidAOSP": "Android(AOSP)", "androidForWork": "Android Enterprise", "androidPatchVersion": "AndroidPatchVersion", "androidPlatformLabel": "Android", @@ -7601,7 +7626,7 @@ "isMamEnabled": "MAM 사용 여부", "itemsCount": "{0}개의 항목", "jailbrokenRootedDevices": "탈옥/루팅된 디바이스", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "마지막으로 수정한 날짜", "lastReportedDate": "마지막으로 보고된 날짜", "lastSync": "마지막 동기화", "lastSyncGmt": "마지막 동기화(GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM 디바이스 ID", "mdmWipInvalidVersionSettings": "하나 이상의 앱에 잘못된 최소/최대 버전 정의가 있습니다.

등록 정책을 사용하는 Windows Information Protection에서는 두 버전이 동일한 것으로 지정되지 않는 한 하나의 최소 또는 최대 버전만 지정할 수 있습니다. 최소 버전만 지정할 경우 최소 버전보다 크거나 같은 버전으로 규칙이 설정되고 최대 버전만 지원할 경우 최대 버전보다 작거나 같은 버전으로 규칙이 설정됩니다.", "mdmWipReport": "MDM Windows Information Protection 보고서", + "microsoftDefenderForEndpoint": "엔드포인트용 Microsoft Defender", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "최소 앱 버전", "minMaxValidation": "작업이 동일한 경우 최소 OS 버전이 최대 OS 버전보다 작아야 합니다.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "최소 회사 포털 버전", "minimumDeviceSelection": "디바이스를 1개 이상 선택해야 함", "mobileAppCRUDpermission": "모바일 앱 읽기, 만들기 및 할당 권한", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense(Microsoft 이외)", "monitor": "모니터", "moreApps": "추가 앱", "moreAppsTextBoxTooltip": "전체 Intune 포털에 액세스할 수 없는 경우 LOB(기간 업무) 앱을 추가하세요.", - "mtdConnectorInfoBox1": "중요! 연결된 Mobile Threat Defense 서비스의 위협 평가를 기반으로 조직의 데이터를 올바르게 보호하도록 Mobile Threat Defense 커넥터가 설정되어 있는지 확인하세요.", + "mtdConnectorInfoBox1": "중요! 연결된 Mobile Threat Defense(MTD) 서비스의 위협 평가를 기반으로 조직의 데이터를 올바르게 보호하도록 Mobile Threat Defense 커넥터가 설정되어 있는지 확인하세요.", "mtdConnectorInfoBox2": "등록되지 않은 디바이스를 위한 Mobile Threat Defense에 대해 자세히 알아보세요.", + "mtdConnectorInfoBox3": "테넌트에 엔드포인트용 Microsoft Defender 및 MTD 서비스(비 Microsoft)가 모두 설정되어 있고 기본 MTD 서비스를 구성하지 않거나 사용자를 대상으로 할 때 충돌이 있는 경우 기본값은 엔드포인트용 Microsoft Defender가 됩니다.", "name": "이름", "networkBoundariesInfoBoxText": "IP 주소를 통해 클라우드 리소스에 직접 연결하는 개인 앱의 TLS 연결을 사용하도록 설정하려면 클라우드 리소스 목록에 /*AppCompat*/을 추가하세요.", "networkBoundariesInfoParagraph1": "보호된 앱이 네트워크의 엔터프라이즈 데이터에 액세스할 수 있는 곳을 선택합니다.", @@ -7735,6 +7763,7 @@ "portNumber": "포트 번호", "portNumberDesc": "프록시 주소에 지정된 프록시용 포트", "prefix": "접두사", + "primaryMtdService": "기본 MTD 서비스", "productName": "제품 이름", "properties": "속성", "protected": "보호됨", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "만들 리소스", "restrictWebContentNo": "모든 앱", "restrictWebContentOption2": "{0}: 모든 앱에서 웹 링크 허용", - "rootCertificate": "Root Certificate", + "rootCertificate": "루트 인증서", "safetyNetDeviceAttestation": "SafetyNet 디바이스 증명", "saveAppsNotificationText": "선택한 앱을 저장하는 중", "saveChangesCommandText": "저장", @@ -7813,6 +7842,7 @@ "setting": "설정", "settingName": "설정 이름", "settings": "설정", + "settingsCatalog": "설정 카탈로그", "settingsSelectorLabel": "설정", "silent": "무음", "specificUserIsLicensedIntune": "{0}에게 Microsoft Intune에 대한 라이선스가 있습니다.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "정책으로 관리됨", "targetediOSUserPartTitle": "iOS 사용자 상태", "threatCategory": "위협 범주", + "tileDeprecated": "이 타일은 사용되지 않습니다. 대시보드에서 이 타일을 제거하세요.", "timeColumnLabel": "시간", "timebombLabel": "앱 데이터가 초기화되기 전의 오프라인 간격(일)", "timebombToolTip": "디바이스를 Intune에 동기화하지 않고 지정된 일 수가 지나면 Windows가 디바이스에서 선택적 초기화를 수행합니다. 그러면 MAM 등록에 대해 앱이 등록 취소되고 암호화 및 보호된 회사 데이터가 제거됩니다. 이 설정의 기본값은 90일입니다. 이 값을 0으로 설정하면 설정을 사용하지 않게 됩니다.", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Windows 10 이상 앱 보호 정책", "windows10PlatformLabel": "Windows 10 이상", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 이상", "windowsInformationProtectionPlatformLabel": "Windows Information Protection", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "네트워크 위치 목록에 정의된 대로 회사 경계 내의 SMB 공유에서 복사할 때 이러한 확장명의 파일이 암호화되도록 파일 확장명 목록을 지정합니다. 이 정책을 지정하지 않으면 기존 자동 암호화 동작이 적용됩니다. 이 정책이 구성되면 목록에서 해당 확장명의 파일만 암호화됩니다.", "wipStoreApps": "스토어 앱", "wipWeAppsListInfo": "이러한 앱은 엔터프라이즈 데이터에 액세스할 수 있으며 허용되지 않은 앱, 엔터프라이즈 미인식 앱 또는 개인 전용 앱에서 사용할 때는 다른 방식으로 상호 작용합니다. 인식된 앱만 MDM 없이 디바이스에서 허용됩니다.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Windows 10 이상 정책을 적용하려면 “기본 URL 복원”을 선택하고 사용자 범위를 정의하여 AAD의 MAM URL을 Microsoft Intune에 설정하세요.", "wipWebsiteLearningTitle": "Windows Information Protection에 대한 웹 사이트 학습", "wipeData": "데이터 초기화", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "사용자 지정 검색 스크립트 사용", "runAs32Bit": "64비트 클라이언트에서 32비트 프로세스로 스크립트 실행", "runAs32BitTooltip": "64비트 클라이언트에서 32비트 프로세스로 스크립트를 실행하려면 '예'를 선택합니다. 64비트 클라이언트에서 64비트 프로세스로 스크립트를 실행하려면 '아니요'(기본값)를 선택합니다. 32비트 클라이언트는 32비트 프로세스로 스크립트를 실행합니다.", + "scriptContent": "Script content", "scriptFile": "스크립트 파일", "scriptFileNotSelectedValidation": "스크립트 파일이 선택되지 않았습니다.", "scriptFileTooltip": "클라이언트에서 앱의 존재를 검색하는 PowerShell 스크립트를 선택합니다. 스크립트가 0 값 종료 코드를 반환하고 STDOUT에 문자열 값을 쓰면 앱이 검색됩니다.", @@ -8307,9 +8342,6 @@ "string": "문자열", "version": "버전" }, - "ScriptContent": { - "emptyMessage": "스크립트 콘텐츠는 비워 둘 수 없습니다." - }, "duplicateName": "스크립트 이름 {0}이(가)이미 사용 중입니다. 다른 이름을 입력하세요.", "enforceSignatureCheck": "스크립트 서명 확인 적용", "enforceSignatureCheckTooltip": "스크립트가 신뢰할 수 있는 게시자에 의해 서명되었는지 확인하려면 '예'를 선택합니다(경고나 메시지가 표시되지 않고 스크립트가 실행되도록 함). 스크립트가 차단 해제된 상태로 실행됩니다. 서명 확인 없이 최종 사용자 확인으로 스크립트를 실행하려면 '아니요'(기본값)를 선택합니다.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "요구 사항 비교 연산자를 선택합니다.", "requirementMethod": "출력 데이터 형식 선택", "requirementMethodTooltip": "검색 일치 요구 사항을 확인할 때 사용하는 데이터 형식을 선택합니다.", + "scriptContent": "Script content", "scriptFile": "스크립트 파일", "scriptFileTooltip": "클라이언트에서 앱의 존재를 검색하는 PowerShell 스크립트를 선택합니다. 앱이 검색되면 요구 사항 프로세스에서 0 값 종료 코드를 제공하고 STDOUT에 문자열 값을 씁니다.", "scriptName": "스크립트 이름", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "인증 컨텍스트 추가", + "deleteDisallowed": "조건부 액세스 정책에서 참조하는 동안에는 이 인증 컨텍스트를 삭제할 수 없습니다.", "descPlaceholder": "인증 컨텍스트에 대한 설명 추가", "modifyTitle": "인증 컨텍스트 수정", "namePlaceholder": "예: 신뢰할 수 있는 위치, 신뢰할 수 있는 디바이스, 강력한 인증", @@ -8396,15 +8430,15 @@ "description": "설명", "documentation": "설명서", "getStarted": "시작하기", - "label": "인증 컨텍스트(미리 보기)", - "menuLabel": "인증 컨텍스트(미리 보기)", + "label": "인증 컨텍스트", + "menuLabel": "인증 컨텍스트", "name": "이름", "noAuthContextConfigured": "인증 컨텍스트가 구성되지 않았습니다.", "noAuthContextSet": "인증 컨텍스트가 없습니다.", "noData": "표시할 인증 컨텍스트 없음", "selectionInfo": "인증 컨텍스트는 SharePoint, Microsoft Cloud App Security와 같은 앱에서 애플리케이션 데이터와 동작을 보호하는 데 사용됩니다.", "step": "단계", - "tabDescription": "앱에서 데이터 및 작업을 보호하기 위해 인증 컨텍스트를 관리합니다. [자세한 정보][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "앱의 데이터 및 작업을 보호하기 위해 인증 컨텍스트를 관리합니다. 조건부 액세스 정책에서 참조하는 인증 컨텍스트는 삭제할 수 없습니다. [자세히 알아보기][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "인증 컨텍스트를 사용하여 리소스에 태그 지정" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "게스트 또는 외부 사용자", "internalGuestLabel": "로컬 게스트 사용자", "otherExternalUserLabel": "기타 외부 사용자", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0}(미리 보기)", + "serviceProviderUsersLabel": "서비스 공급자 사용자" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "국가 조회 방법", + "ariaLabel": "국가/지역 조회 방법", "gps": "GPS 좌표로 위치 확인", "info": "조건부 액세스 정책의 위치 조건이 구성되면 Authenticator 앱에서 GPS 위치 공유 요청 메시지가 표시됩니다. ", "ip": "IP 주소로 위치 확인(IPv4에만 해당)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "정책을 적용하는 데 필요한 서비스 사용자 위험 수준을 구성합니다​", "infoBalloonContent": "선택한 위험 수준에 정책을 적용하도록 서비스 사용자 위험 구성", - "title": "서비스 주체 위험(미리 보기)" + "title": "서비스 사용자 위험" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "지속적인 액세스 권한 평가 사용/사용 안 함", "upsellInfo": "이 페이지의 설정을 더 이상 변경할 수 없으며 여기에서 설정을 무시해야 합니다. 이전 설정이 적용됩니다. 앞으로 조건부 액세스에서 CAE 설정을 구성할 수 있습니다. 자세히 알아보려면 여기를 클릭하세요." }, + "SamlReauth": { + "Filter": { + "warning": "동적 쿼리를 사용하여 애플리케이션을 대상으로 지정고 있습니다. 일부 애플리케이션은 \"매번 로그인 빈도\" 세션 제어와 함께 사용하도록 지원되지 않을 수 있습니다. {0}권장 시나리오에 대해 자세히 알아보세요.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "로그인하는 동안 사용하는 디바이스의 특성 목록입니다." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "선택한 테넌트 없음", + "selectOrganization": "조직 선택", + "tenantIdWithPlaceholder": "테넌트 ID: {0}", + "tenantSelectionRequired": "테넌트 필요" }, "advancedTabText": "고급", "allCloudAppsErrorBox": "\"암호 변경 필요\" 권한을 선택하면 \"모든 클라우드 앱\"을 선택해야 합니다.", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "예: uri:contoso.com:level3", "appEnforceInfoBubble": "앱에서 적용하는 제한에는 클라우드 앱 내에서 추가 관리자 구성이 필요할 수 있습니다. 제한은 새 세션에 대해서만 효과가 적용됩니다.", "appNotSetSeletorLabel": "0개의 클라우드 앱이 선택됨", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "이 앱은 \"매번 로그인 빈도\" 세션 제어를 지원하지 않습니다.", "applyConditionClientAppInfoBalloonContent": "클라이언트 앱을 구성하여 특정 클라이언트 앱에 정책 적용", "applyConditionDevicePlatformInfoBalloonContent": "디바이스 플랫폼을 구성하여 특정 플랫폼에 정책 적용", "applyConditionDeviceStateInfoBalloonContent": "특정 디바이스 상태에 정책을 적용하도록 디바이스 상태를 구성", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP 범위", "downloadExampleFileName": "예", "downloadExampleHeader": "수락될 수 있는 데이터의 종류를 보여주는 예제 파일입니다. #로 시작하는 줄은 무시됩니다.", + "duplicate": "중복", + "duplicatePolicyName": "{0} 복사", "endDatePickerLabel": "끝", "endTimePickerLabel": "종료 시간", - "enterCountryText": "IP 주소 및 국가는 쌍으로 평가됩니다. 국가를 입력하세요.", - "enterIpText": "IP 주소 및 국가는 쌍으로 평가됩니다. IP 주소를 입력하세요.", + "enterCountryText": "IP 주소와 국가/지역은 쌍으로 평가됩니다. 국가를 선택합니다.", + "enterIpText": "IP 주소와 국가/지역은 쌍으로 평가됩니다. IP 주소를 입력합니다.", "enterUserText": "사용자를 선택하지 않았습니다. 사용자를 선택하세요.", "evaluationResult": "평가 결과", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "정보", "invalidCertDuration": "잘못된 인증서 기간", "invalidIpAddress": "값이 올바른 IP 주소여야 합니다.", - "invalidReAuthSignInRiskOptionSelected": "\"매번 로그인 빈도\" 세션 제어는 \"로그인 위험 수준\" 조건 제어에서 \"위험 없음\" 선택을 허용하지 않습니다.", + "invalidReAuthSignInRiskOptionSelected": "\"매번 로그인 빈도\" 세션 제어는 \"로그인 위험\" 조건 제어에서 \"위험 없음\" 선택을 허용하지 않습니다.", "invalidUriErrorMsg": "유효한 URI를 입력하세요(예: 'uri:contoso.com:acr'). ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "이 보기는 더 이상 사용되지 않습니다. 새롭게 개선된 '명명된 위치' 보기로 이동합니다.", "namedLocationsHelpDescription": "명명된 위치는 가양성 및 Azure AD 조건부 액세스 정책을 줄이기 위해 Azure AD 보안 보고서에서 사용됩니다.\n[자세한 정보][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "새 IP 범위(예: 40.77.182.32/27) 추가", - "namedNetworkCountryNeeded": "국가를 하나 이상 선택해야 함", + "namedNetworkCountryNeeded": "국가/지역을 하나 이상 선택해야 합니다.", "namedNetworkDeleteCommand": "삭제", "namedNetworkDeleteDescription": "\"{0}\"을(를) 삭제하시겠습니까? 이 작업은 실행 취소할 수 없습니다.", "namedNetworkDeleteTitle": "계속할까요?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "위치", "policyConditionLocationDescription": "사용자가 로그인하는 위치(IP 주소 범위를 사용하여 확인)입니다.", "policyConditionLocationPreview": "위치(미리 보기)", - "policyConditionSigninRisk": "로그인 위험 수준", + "policyConditionSigninRisk": "로그인 위험", "policyConditionSigninRiskDescription": "사용자 이외의 누군가가 로그인했을 가능성입니다. 위험 수준은 높음, 중간 또는 낮음이 될 수 있습니다. Azure AD Premium 2 라이선스가 필요합니다.", - "policyConditionUserRisk": "사용자 위험 수준", + "policyConditionUserRisk": "사용자 위험", "policyConditionUserRiskDescription": "정책을 적용하기 위해 필요한 사용자 위험 수준 구성", "policyConditioniClientApp": "클라이언트 앱", "policyControlAllowAccessDisplayedName": "액세스 허용", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "클래식 정책은 이 도구에서 평가되지 않습니다.", "whatIfClientAppInfo": "사용자가 로그인하는 클라이언트 앱입니다(예: '브라우저').", - "whatIfCountry": "국가", - "whatIfCountryInfo": "사용자가 로그인하는 국가입니다.", + "whatIfCountry": "국가/지역", + "whatIfCountryInfo": "사용자가 로그인하는 국가/지역입니다.", "whatIfDevicePlatformInfo": "사용자가 로그인하는 디바이스 플랫폼입니다.", "whatIfDeviceStateInfo": "사용자가 로그인하고 있는 디바이스 상태입니다.", "whatIfEnterIpAddress": "IP 주소(예: 40.77.182.32) 입력", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "사용자 및 그룹", "whatIfIpAddress": "IP 주소", "whatIfIpAddressInfo": "사용자가 로그인하는 IP 주소입니다.", - "whatIfIpCountryInfoBoxText": "IP 주소 또는 국가를 사용하는 경우 두 필드 모두 필수이며 함께 올바르게 매핑되어야 합니다.", + "whatIfIpCountryInfoBoxText": "IP 주소 또는 국가/지역을 사용하는 경우 두 필드가 모두 필요하며 함께 올바르게 매핑되어야 합니다.", "whatIfPolicyAppliesTab": "적용되는 정책", "whatIfPolicyAppliesTabWithCount": "적용 가능한 정책({0})", "whatIfPolicyDoesNotApplyTab": "적용되지 않는 정책", "whatIfPolicyDoesNotApplyTabWithCount": "적용할 수 없는 정책({0})", "whatIfReasons": "이 정책이 적용되지 않는 이유", "whatIfSelectClientApp": "클라이언트 앱 선택...", - "whatIfSelectCountry": "국가 선택...", + "whatIfSelectCountry": "국가/지역 선택...", "whatIfSelectDevicePlatform": "디바이스 플랫폼 선택...", "whatIfSelectPrivateLink": "프라이빗 링크 선택...", "whatIfSelectServicePrincipalRisk": "서비스 사용자 위험 선택...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "워크로드 ID(미리 보기)", + "workloadIdentitiesLicenseText": "이 정책을 편집하려면 워크로드 ID 프리미엄 P1 또는 P2 라이선스가 필요합니다.", "workloadIdentity": "워크로드 ID" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "초기 프로비전을 위해 디바이스를 구성하고 사용자에게 할당합니다.", + "title": "디바이스 준비" + }, + "EnrollmentSettings": { + "description": "등록 차단과 같은 등록 설정을 구성하고 사용자에게 할당합니다.", + "title": "등록 설정" + }, "coManagementAuthorityDesc": "Configuration Manager 통합에 대한 공동 관리 설정을 구성합니다.", "coManagementAuthorityTitle": "공동 관리 설정 ", "deploymentProfiles": "Windows AutoPilot 배포 프로필", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "정보 URL의 최대 길이는 1024자입니다.", "installAsManaged": "관리형으로 설치", "installationSourceLabel": "앱 유형", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "회사 포털에서 이 항목을 추천 앱으로 표시", "isMAMEnabledToggleLabel": "예", "lastModifiedDateTime": "마지막 업데이트 시간", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "설정" }, "infoBoxText": "기존 Windows 10 이상의 운영체제를 설치한 디바이스의 업데이트 링 정책 외에 현재 사용 가능한 유일한 전용 품질 업데이트 컨트롤은 지정된 패치 수준보다 뒤쳐진 디바이스에 대한 품질 업데이트를 신속히 처리하는 기능입니다. 향후 추가 컨트롤이 제공될 예정입니다.", + "licenseLearnMoreText": "필수 구성 요소 및 품질 업데이트 정책에 대해 자세히 알아보세요.", + "licenseWarningBoxText": "품질 업데이트 정책을 만들려면 특정 라이선스가 필요합니다.", "warningBoxText": "소프트웨어 업데이트를 신속하게 처리하면 필요한 경우 규정 준수 상태에 도달하는 시간을 줄이는 데 도움이 될 수 있지만 최종 사용자의 생산성에 미치는 영향이 커집니다. 업무 시간 중에 시스템을 다시 시작할 가능성이 훨씬 증가하기 때문입니다." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge 구성 설정", @@ -10660,6 +10740,23 @@ "withEnrollment": "등록 있음", "withoutEnrollment": "등록 없음" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "작성자", + "template": "템플릿 이름" + } + }, + "SettingsCatalog": { + "subtitle": "처음부터 시작하여 사용 가능한 설정 라이브러리에서 원하는 설정 선택", + "title": "설정 카탈로그" + }, + "Templates": { + "subtitle": "템플릿에는 기능별로 구성된 설정 그룹이 포함되어 있습니다. 정책을 수동으로 빌드하지 않으려는 경우 또는 디바이스가 회사 네트워크에 액세스하도록 구성하려는 경우(예: WiFi 또는 VPN 구성) 템플릿을 사용합니다.", + "title": "템플릿" + }, + "noData": "정책 템플릿을 찾을 수 없음" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online 데스크톱 클라이언트", "visioProRetail": "Visio Online 플랜 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "등록 있음", "withoutEnrollment": "등록 없음" }, + "DisplayRoleTypes": { + "builtInRole": "기본 제공 역할", + "customCloudPCRole": "사용자 지정 Windows 365 역할", + "customIntuneRole": "사용자 지정 Intune 역할", + "customRole": "사용자 지정 역할" + }, "InstallContextType": { "device": "디바이스", "deviceContext": "디바이스 컨텍스트", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "다음 체크 인 시 업데이트", "duringTimeWindows": "예약된 시간 동안 업데이트", - "header": "기본적으로 iOS/iPadOS 소프트웨어 업데이트 정책이 디바이스에 할당되면 Intune에서 디바이스 체크 인 시 최신 업데이트를 배포합니다(8시간 정도마다). 대신 사용자 지정된 시작 및 종료 시간으로 주간 일정을 만들 수 있습니다. 예약된 시간 이외에 업데이트하도록 선택하는 경우 예약된 시간이 끝날 때까지 Intune에서 업데이트를 배포하지 않습니다.", + "header": "기본적으로 업데이트 정책이 디바이스에 할당되면 Intune에서 디바이스 체크 인 시 최신 업데이트를 배포합니다. 대신 사용자 지정된 시작 및 종료 시간으로 주간 일정을 만들 수 있습니다. 예약된 시간 이외에 업데이트하도록 선택하는 경우 예약된 시간이 끝날 때까지 Intune에서 업데이트를 배포하지 않습니다.", "infoBalloon": "업데이트를 수행되는 시기입니다. 예약된 시간 도중이나 그 이후로 업데이트를 예약하려면 추가 입력이 필요합니다.", "label": "일정 유형", "outsideActiveHours": "활성 시간 외의 업데이트(레거시)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "관리자 연락처", "appPackaging": "앱 패키징", + "businessGroups": "비즈니스 그룹", "devices": "장치", "feedback": "피드백", "gettingStarted": "시작", @@ -11479,6 +11583,7 @@ "cartProfiles": "카트 프로필", "certificateConnectors": "인증서 커넥터", "chromeEnterprise": "Chrome Enterprise(미리 보기)", + "cloudAttachedDevices": "클라우드 연결 디바이스(미리 보기)", "compliancePolicies": "준수 정책", "complianceScriptManagement": "스크립트", "complianceScriptManagementPreview": "스크립트(미리 보기)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "기능 업데이트 실패(미리 보기)", "failuresForQualityUpdates": "Windows 긴급 업데이트 오류(미리 보기)", "featureFlighting": "기능 플라이팅", - "featureUpdateDeployments": "Windows 10 이상의 기능 업데이트(미리 보기)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "플라이팅", "fotaUpdate": "펌웨어 무선 업데이트", "groupPolicy": "관리 템플릿", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "사용자 등록 미완료", "iosUpdates": "iOS/iPadOS용 정책 업데이트", "legacyPcManagement": "레거시 PC 관리", - "macOSSoftwareUpdate": "macOS용 업데이트 정책", - "macOSSoftwareUpdateAccountSummaries": "macOS 디바이스 설치 상태", + "macOSSoftwareUpdate": "macOS용 업데이트 정책(미리 보기)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "소프트웨어 업데이트 요약", "macOSSoftwareUpdateStateSummaries": "업데이트", "managedGooglePlay": "관리되는 Google Play", @@ -11570,11 +11675,12 @@ "warranty": "보증 공급업체", "wdacSupplementalPolicies": "S 모드 추가 정책", "windows10DriverUpdate": "Windows 10 이상용 드라이버 업데이트(미리 보기)", - "windows10QualityUpdate": "Windows 10 이상의 품질 업데이트(미리 보기)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Windows 10 이상용 링 업데이트", "windows10XPolicyFailures": "Windows 10X 정책 실패", "windows365Connector": "Windows 365 Citrix 커넥터", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Windows 365 Citrix 커넥터(미리 보기)", + "windowsDiagnosticData": "Windows 데이터", "windowsEnterpriseCertificate": "Windows 엔터프라이즈 인증서", "windowsManagement": "PowerShell 스크립트", "windowsSideLoadingKeys": "Windows 테스트용 로드 키", diff --git a/Documentation/Strings-nl.json b/Documentation/Strings-nl.json index 399e663..cdcf1a0 100644 --- a/Documentation/Strings-nl.json +++ b/Documentation/Strings-nl.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Docentcertificaten", "emailProfile": "E-mail", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Configuratie voor Mobile Device Management", "extensibleSingleSignOn": "App-extensie voor eenmalige aanmelding", "filevault": "FileVault", "firewall": "Firewall", @@ -508,7 +507,10 @@ "deploymentSettings": "Implementatie-instellingen", "groupAssignmentSettings": "Toewijzingen", "scopeSettings": "Bereiktags" - } + }, + "gradualRolloutLicenseWarning": "Voor deze mogelijkheid zijn specifieke licenties vereist.", + "gradualRolloutLicenseWarningEdit": "Deze mogelijkheid kan worden gebruikt en geconfigureerd totdat het beleid wordt opgeslagen zonder dat deze mogelijkheid is geselecteerd.", + "licenseLearnMoreText": "Meer informatie over vereisten en beleidsregels voor onderdelenupdates." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Zoek in de App Store naar iOS Store-apps die u wilt implementeren met Intune.", "useManagedBrowser": "Als dit vereist is en een gebruiker de web-app opent, wordt deze geopend in een door Intune beveiligde browser zoals Microsoft Edge of Intune Managed Browser. Deze instelling is van toepassing op iOS- en Android-apparaten.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "Een bestand dat uw app bevat in een indeling die kan worden gesideload op een apparaat. Geldig pakkettype: .intunewin.​" + "win32AppPackageFile": "Een bestand dat uw app bevat in een indeling die kan worden gesideload op een apparaat. Geldig pakkettype: .intunewin.​", + "winGetStoreSelectApp": "Zoek in de Microsoft Store-opslagplaats naar store-apps die u wilt implementeren met Intune." }, "descriptionPreview": "Preview", "descriptionRequired": "Een beschrijving is vereist.", @@ -800,10 +803,10 @@ "azureADDevice": "Gekoppeld Azure AD-apparaat", "batch": "Groepstag", "dateAssigned": "Datum van toewijzing", - "deviceAccountFriendlyName": "Beschrijvende naam van apparaataccount", "deviceAccountPwd": "Wachtwoord van apparaataccount", "deviceAccountUpn": "Device account", "deviceDisplayName": "Apparaatnaam", + "deviceFriendlyName": "Beschrijvende naam van het apparaat", "deviceName": "Apparaatnaam", "deviceUseType": "Type apparaatgebruik", "enrollmentState": "Inschrijvingsstatus", @@ -924,10 +927,10 @@ "azureADDevice": "Ga naar Apparaatdetails voor het gekoppelde apparaat. N.v.t. betekent dat er geen gekoppeld apparaat is.", "batch": "Een tekenreekskenmerk dat kan worden gebruikt om een groep apparaten te identificeren. Met het veld Groepstag van Intune wordt het kenmerk OrderID op Azure AD-apparaten toegewezen.", "dateAssigned": "Tijdstempel van het moment waarop het profiel is toegewezen aan het apparaat.", - "deviceAccountFriendlyName": "Beschrijvende naam van apparaataccount voor Surface Hub-apparaten", - "deviceAccountPwd": "Wachtwoord van apparaataccount voor Surface Hub-apparaten", - "deviceAccountUpn": "E-mailadres van apparaataccount voor Surface Hub-apparaten", + "deviceAccountPwd": "Wachtwoord van apparaataccount voor Surface Hub-apparaten. Indien ingevoerd, vult u ook het apparaataccount en de beschrijvende naam in.", + "deviceAccountUpn": "E-mailadres van apparaataccount voor Surface Hub-apparaten. Indien ingevoerd, vult u ook het wachtwoord en de beschrijvende naam van het apparaataccount in.", "deviceDisplayName": "Een unieke naam voor een apparaat configureren. Deze naam wordt genegeerd in implementaties die hybride Azure AD-gekoppeld zijn. De apparaatnaam is nog steeds afkomstig uit het profiel voor domeindeelname voor hybride Azure AD-apparaten.", + "deviceFriendlyName": "Beschrijvende naam voor Surface Hub-apparaten. Indien ingevoerd, vult u ook het wachtwoord voor het apparaataccount en het apparaataccount in.", "deviceName": "De naam die wordt weergegeven wanneer iemand heeft geprobeerd het apparaat te detecteren en verbinding te maken.", "deviceUseType": " Het apparaat wordt ingesteld op basis van uw keuze. U kunt later altijd wijzigingen aanbrengen in de instellingen.​\r\n ", "enrollmentState": "Hiermee wordt aangegeven of het apparaat is ingeschreven.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Foutbericht", "customMessageToggle": "Aangepast bericht weergeven als de tijdslimiet bereikt wordt of er zich een fout voordoet", "enableForAutopilotOnlyToggle": "Alleen pagina weergeven voor apparaten die zijn ingericht door Out-of-Box Experience (OOBE)", + "installQualityUpdatesToggle": "Windows-kwaliteitsupdates installeren (het apparaat wordt mogelijk opnieuw opgestart)", "progressToggle": "De voortgang van de app- en profielconfiguratie weergeven", "resetToggle": "Toestaan dat gebruikers het apparaat opnieuw instellen als er een installatiefout optreedt", "timeout": "Een foutbericht weergeven als de installatie langer duurt dan het opgegeven aantal minuten" @@ -1367,7 +1374,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 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." }, "AndroidBiometricAuthentication": { "label": "Biometrische gegevens in plaats van pincode voor toegang", @@ -1378,7 +1385,7 @@ "tooltip": "Het Android-besturingssysteem gebruikt vingerafdrukscans om gebruikers van Android-apparaten te verifiëren. Deze functie ondersteunt de systeemeigen biometrische beheerelementen op Android-apparaten. Biometrische instellingen voor OEM, zoals Samsung Pass, worden niet ondersteund. Indien toegestaan, moeten systeemeigen biometrische beheerelementen worden gebruikt voor toegang tot de app op een compatibel apparaat." }, "AndroidOverrideFingerprint": { - "label": "Vingerafdruk overschrijven met pincode na time-out" + "label": "Biometrie overschrijven met pincode   na time-out" }, "AppPIN": { "label": "Pincode voor app wanneer pincode is ingesteld", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Protocol onbeheerde browser", - "tooltip": "

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.

\r\n \r\n

Opmerking: Neem alleen het protocolprefix op. Als uw browser koppelingen in de vorm 'mybrowser://www.microsoft.com' vereist, voert u 'mybrowser' in.

" + "tooltip": "

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.

\r\n\r\n

Opmerking: Neem alleen het protocolprefix op. Als uw browser koppelingen in de vorm 'mybrowser://www.microsoft.com' vereist, voert u 'mybrowser' in.

" }, "CustomDialerAppDisplayName": { "label": "Naam van kiezer-app" @@ -1435,7 +1442,7 @@ "tooltip": "Selecteer {0} om versleuteling van de organisatiegegevens met versleuteling op het niveau van apps van Intune af te dwingen.\r\n
\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
\r\nOpmerking: zie {2} voor meer informatie over versleuteling op het niveau van apps van Intune." }, "EncryptDataAndroid": { - "tooltip": "

Kies Vereisen om versleuteling van werk- of schoolgegevens in deze app in te schakelen. In Intune wordt een OpenSSL 256-bits AES-versleutelingsschema gebruikt in combinatie met het Android Keystore-systeem om app-gegevens veilig te versleutelen. Gegevens worden tijdens I/O-taken synchroon versleuteld. Inhoud in de apparaatopslag is altijd versleuteld. De SDK blijft 128-bits sleutels ondersteunen voor compatibiliteit met inhoud en apps waarvoor oudere SDK-versies worden gebruikt.

\r\n\r\n

De versleutelingsmethode is niet FIPS 140-2-compatibel.

" + "tooltip": "

Kies Vereisen 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.

\r\n\r\n

De versleutelingsmethode voldoet aan FIPS 140-2.

" }, "EncryptDataIos": { "tooltip1": "Kies Vereisen 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.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Meldingen van organisatiegegevens", - "tooltip": "

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:

\r\n

{0}: geen meldingen delen.

\r\n

{1}: geen organisatiegegevens delen in meldingen. Als dit niet wordt ondersteund door de toepassing, worden de meldingen geblokkeerd.

\r\n

{2}: alle meldingen delen.

\r\n

Alleen Android:\r\n Opmerking: Deze instelling geldt niet voor alle toepassingen. Zie {3}  voor meer informatie

\r\n \r\n

Alleen iOS:\r\nOpmerking: Deze instelling geldt niet voor alle toepassingen. Zie {4}  voor meer informatie

" + "tooltip": "

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:

\r\n

{0}: geen meldingen delen.

\r\n

{1}: geen organisatiegegevens delen in meldingen. Als dit niet wordt ondersteund door de toepassing, worden de meldingen geblokkeerd.

\r\n

{2}: alle meldingen delen.

\r\n

Alleen Android:\r\n Opmerking: Deze instelling geldt niet voor alle toepassingen. Zie {3}  voor meer informatie

\r\n\r\n

Alleen iOS:\r\nOpmerking: Deze instelling geldt niet voor alle toepassingen. Zie {4} voor meer informatie

" }, "OpenLinksManagedBrowser": { "label": "Overdracht van webinhoud met andere apps beperken", - "tooltip": "

Selecteer een van de volgende opties om de apps op te geven waarin deze app webinhoud kan openen:

\r\n

Edge: toestaan dat webinhoud alleen wordt geopend in Edge

\r\n

Onbeheerde browser: toestaan dat webinhoud alleen wordt geopend in de onbeheerde browser die is gedefinieerd met de instelling Protocol van onbeheerde browser

\r\n

Alle apps: webkoppelingen in alle apps toestaan

" + "tooltip": "

Selecteer een van de volgende opties om de apps op te geven waarin deze app webinhoud kan openen:

\r\n

Microsoft Edge: toestaan dat webinhoud alleen wordt geopend in Microsoft Edge. Ontdek hoe Microsoft Edge uw gegevens beschermt.

\r\n

Onbeheerde browser: toestaan dat webinhoud alleen wordt geopend in de onbeheerde browser die is gedefinieerd met de instelling Protocol van onbeheerde browser

\r\n

Alle apps: webkoppelingen in alle apps toestaan

" }, "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)'." @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "Biometrie overschrijven met pincode na biometrische updates", - "tooltip": "Als biometrie van klasse 3 wordt ondersteund door het apparaat (meer informatie hier), wanneer een wijziging in biometrie wordt gedetecteerd, overschrijft een pincode-prompt biometrische prompts." + "tooltip": "Als biometrie van klasse 3 wordt ondersteund door het apparaat (meer informatie hier), wanneer een wijziging in biometrie wordt gedetecteerd, overschrijft een pincode-prompt biometrische prompts. Deze instelling wordt pas van kracht zodra biometrische gegevens zijn gebruikt voor toegang tot de app." }, "RestrictKeyboards": { "duplicatePackageError": "De pakket-id moet uniek zijn.", @@ -1515,7 +1522,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.
\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 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.
\r\n\r\n\r\nOpmerking: Deze instelling geldt niet voor alle toepassingen. Zie {2} voor meer informatie.\r\n" }, "SaveDataToSelected": { "label": "De gebruiker toestaan om kopieën op te slaan in de geselecteerde services", @@ -1606,7 +1613,7 @@ "pushNotification": "Pushmelding verzenden naar eindgebruiker", "remoteLock": "Het niet-compatibele apparaat extern vergrendelen", "removeSourceAccessProfile": "Brontoegangsprofiel verwijderen", - "retire": "Het niet-compatibele apparaat buiten gebruik stellen", + "retire": "Apparaat toevoegen aan buitengebruikstellingslijst", "wipe": "Wissen", "emailNotification": "E-mail verzenden naar de eindgebruiker" }, @@ -1746,6 +1753,7 @@ "weeks1": "Elke week" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 en later" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Het PowerShell-scriptbestand opgeven. Het bestand moet kleiner zijn dan 200 kB.", "uploadLabel": "Locatie van script" }, + "bashScriptObjectName": "Bash-script", "createButtonText": "Toevoegen", "createPowershellScriptFlowSectionName": "PowerShell-script toevoegen", "customAttributeObjectName": "Aangepast kenmerk", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "De opgegeven VPN-client moet zijn geïnstalleerd op het apparaat en moet VPN per app ondersteunen; anders treedt er een fout op. U moet de app goedkeuren in de beheerde Google Play Store, synchroniseren met Intune en implementeren om ervoor te zorgen dat de app kan worden geïnstalleerd.", "androidDeviceOwnerCustomPasswordDescription": "Maak een apparaatwachtwoordcode die alleen voor speciale apparaten is bedoeld. Deze code moet 4 tot 16 tekens lang zijn en nummers, letters en speciale tekens bevatten.", "androidDeviceOwnerCustomPasswordName": "Aangepaste wachtwoordcode", + "androidElevenAndBelowPasswordHeader": "Android 11 en lager", + "androidElevenAndBelowPasswordHeaderDescription": "Deze instellingen zijn geschikt voor apparaten waarop Android 11 of lager wordt uitgevoerd.", "androidEnterpriseAlwaysOnVpnClientName": "VPN-client", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Geef de pakket-id van de app in de Google Play Store op. Als de URL van de app in de Play Store bijvoorbeeld https://play.google.com/store/details?id=com.contosovpn.android.prod is, is de pakket-id com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Pakket-id", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Vanaf oktober 2020 worden sommige instellingen niet ondersteund op Android-apparaten waarop Android 10 of later wordt uitgevoerd en die niet Samsung Knox zijn. Deze instellingen worden aangeduid met Android 9 en eerder of Samsung Knox. Klik voor meer informatie.", "androidTrustedServerCertificateNamesDescription": "Dit is de DNS-naam die wordt gebruikt in het certificaat dat door de Radius Server wordt gepresenteerd tijdens clientverificatie bij het Wifi-toegangspunt. Als u meerdere Radius-servers heeft met hetzelfde DNS-achtervoegsel in hun volledig gekwalificeerde domeinnaam, dan kan alleen het achtervoegsel worden gebruikt. Hierdoor kunnen apparaten het aan hen gepresenteerde servercertificaat vertrouwen. Meer informatie.
", "androidTrustedServerCertificateNamesName": "Radius-servernaam", + "androidTwelveAndAbovePasswordHeader": "Android 12 en hoger", + "androidTwelveAndAbovePasswordHeaderDescription": "Deze instellingen zijn geschikt voor apparaten waarop Android 12 of hoger wordt uitgevoerd.", + "androidTwelveDeprecationInfoBox": "Vanaf november 2022 worden sommige instellingen niet ondersteund op Android-apparaten met Android 12 en hoger. Deze instellingen worden gelabeld met Android 11 en lager. Klik voor meer informatie.", "androidZebraMxConfigurationFileXmlName": "Selecteer een geldig Zebra MX XML-bestand", "androidZebraMxConfigurationLearnMore": "Meer informatie over het beheren van Zebra-apparaten", "androidZebraMxConfigurationXmlName": "MX-profiel in xml-indeling", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "bijvoorbeeld outlook.office365.com", "exchangeActiveSyncHostName": "E-mailserver", "exclusionAppListColumn": "App die moet worden uitgesloten", - "expeditedCheckinEnableDescription": "Apparaten elk uur laten inchecken", - "expeditedCheckinEnableName": "Apparaten elk uur laten inchecken", "experienceAllowBrowserSyncSettingsDescription": "Hiermee wordt ingesteld of een gebruiker browserinstellingen kan inschakelen om te synchroniseren met de opties voor instellingen synchroniseren om gegevens te synchroniseren zoals geschiedenis en favorieten tussen apparaten van de gebruiker. Als u deze instelling wilt configureren, moet u de instelling Browserinstellingen tussen apparaten van gebruiker inschakelen.", "experienceAllowBrowserSyncSettingsName": "Gebruiker kan browserinstellingen synchroniseren inschakelen", "experienceDoNotSyncBrowserSettingsDescription": "Als deze functie is ingesteld op Blokkeren, wordt de standaardconfiguratie (synchroniseren van browserinstellingen tussen apparaten toestaan) uitgeschakeld en kunnen gebruikers de apparaten niet synchroniseren. Als de functie is ingesteld op Blokkeren en negeren door gebruiker inschakelen, kan de gebruiker de toewijzing door een beheerder negeren.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Maak een profiel om te forceren dat de nieuwste macOS-updates automatisch worden geïnstalleerd op toegewezen apparaten. De instellingen bepalen hoe en wanneer software-updates worden geïmplementeerd. Het profiel voorkomt niet dat gebruikers het besturingssysteem handmatig kunnen bijwerken. De updates zijn alleen van toepassing op apparaten die zijn ingeschreven via automatische apparaatinschrijving van Apple (met ABM of ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Meer informatie", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Meer informatie", - "macOSSoftwareUpdatePolicySupervisedName": "Maak een profiel om te forceren dat de nieuwste macOS-updates automatisch worden geïnstalleerd op toegewezen apparaten. De instellingen bepalen hoe en wanneer software-updates worden geïmplementeerd. Het profiel voorkomt niet dat gebruikers het besturingssysteem handmatig kunnen bijwerken. De updates zijn alleen van toepassing op apparaten die zijn ingeschreven via automatische apparaatinschrijving van Apple (met ABM of ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Wekelijkse planning", - "macOSSoftwareUpdateSelectScheduleTypeName": "Wanneer een beleid voor het bijwerken van macOS-software wordt toegewezen aan een apparaat, implementeert Intune de recentste updates bij het inchecken van het apparaat. U kunt ook een wekelijkse planning maken en een tijdsperiode opgeven waarin apparaten kunnen inchecken en updates ontvangen. Als u ervoor kiest om updates buiten de geplande tijd uit te voeren, implementeert Intune deze pas wanneer de geplande tijd is geëindigd.", + "macOSSoftwareUpdateSelectScheduleTypeName": "Wanneer een updatebeleid is toegewezen aan een apparaat, implementeert Intune standaard de nieuwste updates bij het inchecken van het apparaat. U kunt in plaats daarvan een wekelijks schema maken met aangepaste begin- en eindtijden. Als u ervoor kiest om bij te werken buiten de geplande tijd, implementeert Intune geen updates totdat de geplande tijd is afgelopen.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Selecteer voor elk type update hoe downloads, installaties en/of meldingen moeten plaatsvinden.", "macOSSystemExtensionsExtensionTypeName": "Toegestane typen systeemextensies", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Studenten die zijn ingeschreven bij een niet-beheerde Classroom-cursus, hebben toestemming van de docent nodig om de cursus te verlaten.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "De keepalive-interval voor NAT offloaden naar hardware als het apparaat in de slaapstand staat", "nATKeepAliveOffloadEnableToolTip": "Wanneer een apparaat in de slaapstand staat, controleert het NAT-systeem standaard doorlopend of het apparaat nog wel met het VPN is verbonden. Via deze instelling kunt u dit gedrag uitschakelen.", "nacIdCheckBoxLabel": "Ik ga akkoord.", - "nacIdDescCisco": "Voor Cisco AnyConnect is vereist dat de Intune-apparaat-id wordt opgenomen in het VPN-profiel om NAC in te schakelen.

Ik sta Microsoft toe apparaatgegevens op te nemen in het VPN-profiel, die kunnen worden gebruikt door Cisco en hun partners.", - "nacIdDescCitrix": "Voor Citrix SSO is vereist dat de Intune apparaat-id wordt opgenomen in het VPN-profiel om NAC in te schakelen.

Ik sta Microsoft toe apparaatgegevens op te nemen in het VPN-profiel, die kunnen worden gebruikt door Citrix SSO en hun partners.", - "nacIdDescF5": "Voor F5 Access is vereist dat de Intune apparaat-id wordt opgenomen in het VPN-profiel om NAC in te schakelen.

Ik sta Microsoft toe apparaatgegevens op te nemen in het VPN-profiel, die kunnen worden gebruikt door F5 Access en hun partners.", + "nacIdDescCisco": "Cisco AnyConnect vereist dat de Intune-apparaat-id wordt opgenomen in het VPN-profiel om NAC in te schakelen.

Ik geef Microsoft toestemming om apparaatgegevens op te nemen in het VPN-profiel, die kunnen worden gebruikt door Cisco en hun partners. Klik voor meer informatie, inclusief welke gegevens worden gedeeld met de serviceprovider.", + "nacIdDescCitrix": "Citrix SSO vereist dat de Intune-apparaat-id wordt opgenomen in het VPN-profiel om NAC in te schakelen.

Ik geef Microsoft toestemming om apparaatgegevens op te nemen in het VPN-profiel, die kunnen worden gebruikt door Citrix en hun partners. Klik voor meer informatie, inclusief welke gegevens worden gedeeld met de serviceprovider.", + "nacIdDescF5": "F5 Access vereist dat de Intune-apparaat-id wordt opgenomen in het VPN-profiel om NAC in te schakelen.

Ik geef Microsoft toestemming om apparaatgegevens op te nemen in het VPN-profiel, die kunnen worden gebruikt door F5 Access en hun partners. Klik voor meer informatie, inclusief welke gegevens worden gedeeld met de serviceprovider.", "nacIdHeader": "Netwerktoegangsbeheer (NAC) inschakelen", "nacIdHeaderCiscoToolTip": "De apparaat-id wordt versleuteld en opgenomen in het VPN-profiel. Wanneer de gebruiker probeert verbinding maken met de VPN-verbinding, wordt deze waarde door Cisco AnyConnect doorgegeven aan uw NAC-infrastructuur. Er wordt met deze waarde een query uitgevoerd bij Intune om te bepalen of het apparaat is ingeschreven en compatibel is.

Cisco AnyConnect heeft geen rechtstreekse toegang tot de apparaat-id dus om NAC te kunnen inschakelen, moet deze waarde worden opgenomen in het VPN-profiel.", "nacIdHeaderCitrixToolTip": "De apparaat-id wordt versleuteld en opgenomen in het VPN-profiel. Wanneer de gebruiker probeert verbinding te maken met het VPN, wordt deze waarde door Citrix SSO doorgegeven aan uw NAC-infrastructuur. Er wordt met deze waarde een query uitgevoerd bij Intune om te bepalen of het apparaat is ingeschreven en compatibel is.

Citrix SSO heeft geen rechtstreekse toegang tot de apparaat-id. Deze waarde moet daarom worden opgenomen in het VPN-profiel om NAC in te schakelen.", @@ -6016,6 +6028,15 @@ "shutdown": "Afsluiten", "signatureUpdateIntervalInHoursName": "Update-interval voor beveiligingsinformatie (in uur)", "signingCertificateType": "Certificaattype ondertekenen", + "silentCertAccessAddApps": "Apps toevoegen", + "silentCertAccessApplicationsName": "Toepassingen", + "silentCertAccessMaxAppsWarn": "Selecteer maximaal 50 apps om stille certificaattoegang tot te verlenen", + "silentCertAccessMinAppsWarn": "Selecteer ten minste één app om stille certificaattoegang toe te kennen", + "silentCertAccessSpecificApps": "Op de achtergrond verlenen voor specifieke apps (goedkeuring van de gebruiker vereisen voor andere apps)", + "silentCertAccessTabName": "Apps", + "silentCertAccessTypeDescription": "Kiezen hoe certificaattoegang wordt verleend aan toepassingen", + "silentCertAccessTypeName": "Certificaattoegang", + "silentCertAccessUserApproval": "Goedkeuring van de gebruiker vereisen voor alle apps", "simpleDownloadOption": "Eenvoudige downloadmodus zonder peering (99)", "simultaneousMultiThreadingName": "Gelijktijdige multithreading", "singleAppModeAppNameDescription": "De naam van de app.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro voor werkstations N-editie", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro voor werkstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "Door deze optie in te schakelen, gaat u ermee akkoord dat bij het toepassen van dit besturingssysteem op een apparaat (1) de toepasselijke Windows-licentie is aangeschaft via de volumelicentie of (2) dat u gemachtigd bent om uw organisatie te binden en namens haar de relevante Licentievoorwaarden voor Microsoft-software accepteert die u hier kunt vinden {0}.", "windowsAppNonComplianceTypeDescription": "U kunt het beste uw gebruikers vragen de gebruiksvoorwaarden te accepteren om te bevestigen dat de installatie van bepaalde apps wordt geblokkeerd. Gebruik de lijst met geblokkeerde apps om de Windows Phone-apps op te geven die niet door Intune worden beheerd en die gebruikers niet kunnen installeren. Voor de lijst met toegestane apps moeten alle apps, waaronder de bedrijfsportal en de geïmplementeerde apps, aan de lijst worden toegevoegd aan de hand van de URL-indeling van de App Store", "windowsAppUrlExample": "bijvoorbeeld https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "Deze instellingen zijn geschikt voor werkprofielapparaten in bedrijfseigendom en zijn alleen van toepassing bij persoonlijk gebruik.", "workProfileRequirePasswordDescription": "Een wachtwoord vereisen voor het gebruik van bedrijfs-apps. Mag afwijken van het apparaatwachtwoord. Vereist Android 7.0 of hoger ", "workProfileRequirePasswordName": "Werkprofielwachtwoord vereisen", + "workProfileRequiredPasswordComplexityDescription": "Geef de vereiste wachtwoordcomplexiteit op.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "Geef hier het type wachtwoord op dat is vereist.", "workProfileRequiredPasswordTypeName": "Vereist wachtwoordtype", "workspaceIDName": "Werkruimte-id", @@ -7601,7 +7626,7 @@ "isMamEnabled": "Is MAM ingeschakeld?", "itemsCount": "{0} items", "jailbrokenRootedDevices": "Apparaten met jailbreak/roottoegang", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "Laatst gewijzigd op", "lastReportedDate": "Datum laatste rapport", "lastSync": "Laatste synchronisatie", "lastSyncGmt": "Laatste synchronisatie (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM-apparaat-id", "mdmWipInvalidVersionSettings": "Een of meer apps hebben ongeldige definities voor minimum-/maximumversie.

Beleidsregels van Windows-gegevensbescherming met inschrijving ondersteunen alleen het opgeven van de minimum- of de maximumversie, tenzij beide versies zijn gedefinieerd als gelijk. Wanneer alleen de minimumversie is opgegeven, wordt de regel ingesteld op hoger dan of gelijk aan de minimumversie. Wanneer alleen de maximumversie is opgegeven, wordt de regel ingesteld op lager dan of gelijk aan de maximumversie.", "mdmWipReport": "Rapport voor MDM Windows Information Protection", + "microsoftDefenderForEndpoint": "Microsoft Defender voor Eindpunt", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Minimale app-versie", "minMaxValidation": "Bij gelijke acties moet de minimumversie van het besturingssysteem lager zijn dan de maximumversie van het besturingssysteem.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Minimale versie van de bedrijfsportal", "minimumDeviceSelection": "Er moet ten minste één apparaat zijn geselecteerd", "mobileAppCRUDpermission": "Machtiging voor het lezen, maken en toewijzen van mobiele apps", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (niet-Microsoft)", "monitor": "Monitor", "moreApps": "Meer apps", "moreAppsTextBoxTooltip": "Voeg Line-Of-Business-apps toe als u geen toegang hebt tot de volledige Intune-portal.", - "mtdConnectorInfoBox1": "Belangrijk! Zorg ervoor dat de Mobile Threat Defense-connector is ingesteld om de gegevens van uw organisatie op de juiste wijze te beveiligen op basis van de bedreigingsevaluaties van de verbonden Mobile Threat Defense Connector-services.", + "mtdConnectorInfoBox1": "Belangrijk! Zorg ervoor dat de Mobile Threat Defense-connector (MTD) is ingesteld om de gegevens van uw organisatie op de juiste wijze te beveiligen op basis van de bedreigingsevaluaties van de verbonden Mobile Threat Defense Connector-services.", "mtdConnectorInfoBox2": "Meer informatie over Mobile Threat Defense voor niet-geregistreerde apparaten.", + "mtdConnectorInfoBox3": "Als uw tenant een verbinding heeft ingesteld met zowel Microsoft Defender voor Eindpunt als een MTD-service (niet-Microsoft) en geen primaire MTD-service configureert of als er een conflict is bij het instellen van een gebruiker, wordt de standaardwaarde Microsoft Defender voor Eindpunt.", "name": "Naam", "networkBoundariesInfoBoxText": "Voeg /*AppCompat*/ toe aan uw lijst met cloudresources om TLS-verbindingen mogelijk te maken via persoonlijke apps die rechtstreeks via een IP-adres verbinding maken met een cloudresource.", "networkBoundariesInfoParagraph1": "Kies waar beveiligde apps toegang hebben tot bedrijfsgegevens in uw netwerk.", @@ -7735,6 +7763,7 @@ "portNumber": "Poortnummer", "portNumberDesc": "Poort voor de proxy die is opgegeven in het proxyadres", "prefix": "Voorvoegsel", + "primaryMtdService": "Primaire MTD-service", "productName": "Productnaam", "properties": "Eigenschappen", "protected": "Beveiligd", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "Resources die moeten worden gemaakt", "restrictWebContentNo": "Willekeurige app", "restrictWebContentOption2": "{0}: Webkoppelingen toestaan in elke app", - "rootCertificate": "Root Certificate", + "rootCertificate": "Basiscertificaat", "safetyNetDeviceAttestation": "SafetyNet-apparaatattestation", "saveAppsNotificationText": "Geselecteerde apps opslaan", "saveChangesCommandText": "Opslaan", @@ -7813,6 +7842,7 @@ "setting": "Instelling", "settingName": "Naam van instelling", "settings": "Instellingen", + "settingsCatalog": "Catalogus met instellingen", "settingsSelectorLabel": "Instellingen", "silent": "Stil", "specificUserIsLicensedIntune": "{0} heeft een licentie voor Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Beheerd door beleid", "targetediOSUserPartTitle": "Gebruikersstatus voor iOS", "threatCategory": "Bedreigingscategorie", + "tileDeprecated": "Deze tegel is afgeschaft. Verwijder de tegel uit uw dashboard.", "timeColumnLabel": "Tijd", "timebombLabel": "Offline-interval (dagen) voor gegevens van app worden gewist", "timebombToolTip": "Na het opgegeven aantal dagen waarbij het apparaat niet met Intune is gesynchroniseerd, voert Windows een selectieve wisbewerking uit op het apparaat. Hierdoor worden de apps uitgeschreven voor MAM-registratie en worden versleutelde en beveiligde bedrijfsgegevens verwijderd. De standaardinstelling is 90 dagen. Als u deze waarde instelt op 0, wordt de instelling uitgeschakeld.", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "App-beveiligingsbeleid voor Windows 10 en hoger", "windows10PlatformLabel": "Windows 10 en later", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 en later", "windowsInformationProtectionPlatformLabel": "Windows-gegevensbescherming", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Hiermee wordt een lijst met bestandsextensies gespecificeerd, zodat bestanden met deze extensies worden versleuteld tijdens het kopiëren van een SMB-share binnen de bedrijfsgrenzen die zijn gedefinieerd in de netwerklocatielijst. Als dit beleid niet is opgegeven, wordt het bestaande automatische versleutelingsgedrag toegepast. Als het beleid is geconfigureerd, worden alleen bestanden met extensies in de lijst versleuteld.", "wipStoreApps": "Store-apps", "wipWeAppsListInfo": "Deze apps hebben toegang tot uw ondernemingsgegevens en reageren anders wanneer ze worden gebruikt voor niet-toegestane, niet-ondernemingsbewuste of persoonlijke apps. Alleen geschikte apps zijn toegestaan op apparaten zonder MDM.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Voordat beleid voor Windows 10 en hoger kan worden uitgevoerd, moet u de MAM-URL's in AAD instellen op Microsoft Intune door de optie voor het herstellen van de standaard-URL's te selecteren en het gebruikersbereik te definiëren.", "wipWebsiteLearningTitle": "Website-learning voor Windows Information Protection", "wipeData": "Gegevens wissen", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Een aangepast detectiescript gebruiken", "runAs32Bit": "Script uitvoeren als 32 bitsproces op 64 bitsclients", "runAs32BitTooltip": "Selecteer Ja als u het script in een 32 bitsproces op 64 bitsclients wilt uitvoeren. Selecteer Nee (standaard) als u het script in een 64 bitsproces op 64 bitsclients wilt uitvoeren. 32 bitsclients voeren het script uit in een 32 bitsproces.", + "scriptContent": "Script content", "scriptFile": "Scriptbestand", "scriptFileNotSelectedValidation": "Er is geen scriptbestand geselecteerd.", "scriptFileTooltip": "Selecteer een PowerShell-script waarmee de aanwezigheid van een app op de client wordt gedetecteerd. De app wordt gedetecteerd als het script zowel een afsluitcode van de waarde 0 retourneert als een tekenreekswaarde naar STDOUT schrijft.", @@ -8307,9 +8342,6 @@ "string": "Tekenreeks", "version": "Versie" }, - "ScriptContent": { - "emptyMessage": "Scriptinhoud mag niet leeg zijn." - }, "duplicateName": "De scriptnaam {0} is al gebruikt. Voer een andere naam in.", "enforceSignatureCheck": "Controle van scripthandtekening afdwingen", "enforceSignatureCheckTooltip": "Selecteer Ja om op te geven dat het script is ondertekend door een vertrouwde uitgever. Hierdoor kan het script zonder waarschuwingen of prompts worden uitgevoerd. Het script wordt niet geblokkeerd en wordt uitgevoerd. Selecteer Nee (standaardwaarde) om het script met bevestiging door de eindgebruiker maar zonder handtekeningverificatie uit te voeren.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Selecteer de operator voor de vergelijking van vereisten.", "requirementMethod": "Uitvoergegevenstype selecteren", "requirementMethodTooltip": "Selecteer het gegevenstype dat wordt gebruikt bij het bepalen van een vereiste voor detectieovereenkomsten.", + "scriptContent": "Script content", "scriptFile": "Scriptbestand", "scriptFileTooltip": "Selecteer een PowerShell-script waarmee de aanwezigheid van een app op de client wordt gedetecteerd. Als de app wordt gedetecteerd, wordt met het proces van de vereist een afsluitcode met de waarde 0 geretourneerd en een tekenreekswaarde naar STDOUT geschreven.", "scriptName": "Scriptnaam", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Verificatiecontext toevoegen", + "deleteDisallowed": "U kunt deze verificatiecontext niet verwijderen terwijl ernaar wordt verwezen door uw beleid voor voorwaardelijke toegang.", "descPlaceholder": "Beschrijving voor de verificatiecontext toevoegen", "modifyTitle": "Verificatiecontext wijzigen", "namePlaceholder": "Bijvoorbeeld Vertrouwde locatie, Vertrouwd apparaat, Sterke autorisatie", @@ -8396,15 +8430,15 @@ "description": "Beschrijving", "documentation": "Documentatie", "getStarted": "Aan de slag", - "label": "Verificatiecontext (preview)", - "menuLabel": "Verificatiecontext (preview)", + "label": "Verificatiecontext", + "menuLabel": "Verificatiecontext", "name": "Naam", "noAuthContextConfigured": "Er zijn geen verificatiecontexten geconfigureerd.", "noAuthContextSet": "Er zijn geen verificatiecontexten", "noData": "Er zijn geen verificatiecontexten om weer te geven", "selectionInfo": "Verificatiecontext wordt gebruikt om toepassingsgegevens en acties te beveiligen in apps als SharePoint en Microsoft Cloud App Security.", "step": "Stap", - "tabDescription": "Beheer de verificatiecontext om gegevens en acties in uw apps te beveiligen. [Meer informatie][1]\n[1]https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Beheer de verificatiecontext om gegevens en acties in uw apps te beveiligen. Verificatiecontexten kunnen niet worden verwijderd wanneer ernaar wordt verwezen door beleid voor voorwaardelijke toegang. [Meer informatie][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Labelen van resources met een verificatiecontext" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Gasten of externe gebruikers", "internalGuestLabel": "Lokale gastgebruikers", "otherExternalUserLabel": "Andere externe gebruikers", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (preview)", + "serviceProviderUsersLabel": "Gebruikers van serviceproviders" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Zoekmethode voor landen", + "ariaLabel": "Opzoekmethode voor land/regio", "gps": "Locatie bepalen op basis van GPS-coördinaten", "info": "Wanneer de locatievoorwaarde van een beleid voor voorwaardelijke toegang is geconfigureerd, worden gebruikers in de Authenticator-app gevraagd om hun GPS-locatie te delen. ", "ip": "Locatie bepalen op basis van IP-adres (alleen IPv4)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Risiconiveaus voor service-principal configureren die nodig zijn om beleid af te dwingen​", "infoBalloonContent": "Risico voor service-principal configureren om beleid toe te passen op geselecteerd(e) risiconiveau(s)", - "title": "Risico van service-principal (preview)" + "title": "RIsico voor service-principal" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Continue toegangsevaluatie inschakelen/uitschakelen", "upsellInfo": "U kunt de instellingen op deze pagina niet meer wijzigen en alle instellingen hier moeten worden genegeerd. Uw vorige instelling wordt bewaard. U kunt uw CAE-instellingen voortaan configureren onder Voorwaardelijke toegang. Klik hier voor meer informatie." }, + "SamlReauth": { + "Filter": { + "warning": "U richt zich op toepassingen met behulp van een dynamische query. Sommige toepassingen worden mogelijk niet ondersteund voor gebruik met sessiebeheer 'aanmeldingsfrequentie elke keer'. {0}Meer informatie over de aanbevolen scenario's.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "Lijst met kenmerken van het apparaat dat wordt gebruikt bij de aanmelding." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "Er is geen tenant geselecteerd", + "selectOrganization": "Organisatie selecteren", + "tenantIdWithPlaceholder": "Tenant-id: {0}", + "tenantSelectionRequired": "Tenant vereist" }, "advancedTabText": "Geavanceerd", "allCloudAppsErrorBox": "Alle cloud-apps moet worden geselecteerd wanneer de toekenning Wachtwoordwijziging vereisen is geselecteerd", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "Voorbeeld: uri:contoso.com:level3", "appEnforceInfoBubble": "Er zijn voor door apps gehandhaafde beperkingen mogelijk aanvullende beheerdersconfiguraties vereist in de cloud-apps. De beperkingen zijn alleen van toepassing op nieuwe sessies.", "appNotSetSeletorLabel": "0 cloud-apps geselecteerd", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "Deze app biedt geen ondersteuning voor het sessiebeheer 'elke keer aanmelden'.", "applyConditionClientAppInfoBalloonContent": "Client-apps configureren om het beleid toe te passen op specifieke client-apps", "applyConditionDevicePlatformInfoBalloonContent": "Apparaatplatformen configureren om het beleid toe te passen op specifieke platformen", "applyConditionDeviceStateInfoBalloonContent": "Apparaatstatus configureren om het beleid toe te passen op specifieke apparaatstatussen", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP-bereiken", "downloadExampleFileName": "Voorbeeld", "downloadExampleHeader": "Dit is een voorbeeldbestand waarin u kunt zien wat voor soort gegevens kunnen worden geaccepteerd. Regels die beginnen met # worden genegeerd.", + "duplicate": "Dupliceren", + "duplicatePolicyName": "{0} KOPIËREN", "endDatePickerLabel": "Eindigt op", "endTimePickerLabel": "Eindtijd", - "enterCountryText": "Het IP-adres en het land/regio worden als paar geëvalueerd. Selecteer het land.", - "enterIpText": "Het IP-adres en het land/regio worden als paar geëvalueerd. Geef het IP-adres op.", + "enterCountryText": "IP-adres en land/regio worden als paar geëvalueerd. Selecteer het land.", + "enterIpText": "IP-adres en land/regio worden als paar geëvalueerd. Voer het IP-adres in.", "enterUserText": "Er is geen gebruiker geselecteerd. Selecteer een gebruiker.", "evaluationResult": "Resultaat van de evaluatie", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Info", "invalidCertDuration": "Ongeldige certificaatduur", "invalidIpAddress": "De waarde moet een geldig IP-adres zijn", - "invalidReAuthSignInRiskOptionSelected": "Het sessiebesturingselement 'aanmeldingsfrequentie elke keer' staat de selectie 'geen risico' in het voorwaardebesturingselement 'aanmeldingsrisiconiveau' niet toe.", + "invalidReAuthSignInRiskOptionSelected": "Het sessiebesturingselement 'aanmeldingsfrequentie elke keer' staat de selectie 'geen risico' in het besturingselement voor aanmeldingsrisico's niet toe.", "invalidUriErrorMsg": "Voer een geldige URI in. Bijvoorbeeld: uri:contoso.com:acr", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "Deze weergave is afgeschaft. Ga naar de nieuwe en verbeterde weergave 'Benoemde locaties'.", "namedLocationsHelpDescription": "Benoemde locaties worden gebruikt voor de Azure AD-beveiligingsrapporten voor het reduceren van het aantal fout-positieven en Azure AD-beleid voor voorwaardelijke toegang.\n[Meer informatie][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Een nieuw IP-bereik toevoegen (bijvoorbeeld 40.77.182.32/27)", - "namedNetworkCountryNeeded": "U moet ten minste één land selecteren", + "namedNetworkCountryNeeded": "U moet ten minste één land/regio selecteren", "namedNetworkDeleteCommand": "Verwijderen", "namedNetworkDeleteDescription": "Weet u zeker dat u {0} wilt verwijderen? Deze bewerking kan niet ongedaan worden gemaakt.", "namedNetworkDeleteTitle": "Weet u het zeker?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Locaties", "policyConditionLocationDescription": "Locatie (bepaald op basis van IP-adresbereik) waarvandaan de gebruiker zich aanmeldt", "policyConditionLocationPreview": "Locaties (preview)", - "policyConditionSigninRisk": "Niveau van aanmeldingsrisico", + "policyConditionSigninRisk": "Aanmeldingsrisico", "policyConditionSigninRiskDescription": "De kans dat iemand anders dan de gebruiker zich probeert aan te melden. Het risiconiveau kan hoog, gemiddeld of laag zijn. Hiervoor is een Azure AD Premium 2-licentie vereist.", - "policyConditionUserRisk": "Niveau van gebruikersrisico", + "policyConditionUserRisk": "Gebruikersrisico", "policyConditionUserRiskDescription": "Gebruikersrisiconiveaus configureren die nodig zijn om beleid af te dwingen", "policyConditioniClientApp": "Client-apps", "policyControlAllowAccessDisplayedName": "Toegang verlenen", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Klassiek beleid wordt niet door dit hulpprogramma geëvalueerd.", "whatIfClientAppInfo": "De client-app waarmee de gebruiker zich aanmeldt, bijvoorbeeld Browser.", - "whatIfCountry": "Land", - "whatIfCountryInfo": "Het land waaruit de gebruiker zich aanmeldt.", + "whatIfCountry": "Land/regio", + "whatIfCountryInfo": "Het land/de regio van waaruit de gebruiker zich aanmeldt.", "whatIfDevicePlatformInfo": "Het apparaatplatform waarmee de gebruiker zich aanmeldt.", "whatIfDeviceStateInfo": "De apparaatstatus waarmee de gebruiker zich aanmeldt", "whatIfEnterIpAddress": "IP-adres invoeren (bijvoorbeeld 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Gebruikers en groepen", "whatIfIpAddress": "IP-adres", "whatIfIpAddressInfo": "Het IP-adres waarvandaan de gebruiker zich aanmeldt.", - "whatIfIpCountryInfoBoxText": "Als u een IP-adres of land/regio gebruikt, zijn beide velden vereist en moeten correct samen toegewezen zijn.", + "whatIfIpCountryInfoBoxText": "Als u een IP-adres of land/regio gebruikt, zijn beide velden vereist en moeten ze correct aan elkaar worden toegewezen.", "whatIfPolicyAppliesTab": "Beleidsregels die worden toegepast", "whatIfPolicyAppliesTabWithCount": "Toepasbaar beleid ({0})", "whatIfPolicyDoesNotApplyTab": "Beleidsregels die niet worden toegepast", "whatIfPolicyDoesNotApplyTabWithCount": "Niet-toepasbaar beleid ({0})", "whatIfReasons": "Redenen waarom dit beleid niet wordt toegepast", "whatIfSelectClientApp": "Een client-app selecteren...", - "whatIfSelectCountry": "Land selecteren...", + "whatIfSelectCountry": "Land/regio selecteren", "whatIfSelectDevicePlatform": "Apparaatplatformen selecteren...", "whatIfSelectPrivateLink": "Privékoppeling selecteren...", "whatIfSelectServicePrincipalRisk": "Risico van service-principal selecteren...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Workloadidentiteiten (preview-versie)", + "workloadIdentitiesLicenseText": "Er is een premium P1- of P2-licentie voor workload-identiteiten vereist om dit beleid te bewerken.", "workloadIdentity": "Workload-identiteit" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configureer apparaten voor de eerste inrichting en wijs ze toe aan gebruikers.", + "title": "Apparaatvoorbereiding" + }, + "EnrollmentSettings": { + "description": "Inschrijvingsinstellingen configureren, zoals het blokkeren van de inschrijving en toewijzen aan gebruikers.", + "title": "Inschrijvingsinstellingen" + }, "coManagementAuthorityDesc": "Co-beheerinstellingen configureren voor Configuration Manager-integratie", "coManagementAuthorityTitle": "Instellingen voor co-beheer ", "deploymentProfiles": "Windows AutoPilot-implementatieprofielen", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "De maximale lengte van de informatie-URL is 1024 tekens", "installAsManaged": "Installeren als beheerd", "installationSourceLabel": "App-type", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Deze weergeven als aanbevolen app in de bedrijfsportal", "isMAMEnabledToggleLabel": "Ja", "lastModifiedDateTime": "Tijd laatst bijgewerkt", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Instellingen" }, "infoBoxText": "Het enige besturingselement voor kwaliteitsupdates dat momenteel beschikbaar is naast het bestaande beleid voor update-ringen van Windows 10 en hoger, is de mogelijkheid om kwaliteitsupdates te versnellen voor apparaten die buiten een opgegeven patchniveau vallen. In de toekomst zullen meer besturingselementen beschikbaar zijn.", + "licenseLearnMoreText": "Meer informatie over vereisten en beleid voor kwaliteitsupdates.", + "licenseWarningBoxText": "Voor het maken van beleid voor kwaliteitsupdates zijn specifieke licenties vereist.", "warningBoxText": "Door het versnellen van software-updates kunt u weliswaar de benodigde tijd voor het verkrijgen van naleving (indien nodig) verkorten, maar dit heeft bredere gevolgen voor de productiviteit van eindgebruikers. De kans dat gebruikers te maken krijgen met een herstart tijdens kantooruren neemt hierdoor aanzienlijk toe." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Configuratie-instellingen voor Microsoft Edge", @@ -10660,6 +10740,23 @@ "withEnrollment": "Met inschrijving", "withoutEnrollment": "Zonder inschrijving" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Auteur", + "template": "Sjabloonnaam" + } + }, + "SettingsCatalog": { + "subtitle": "Begin nieuwe instellingen en selecteer de gewenste instellingen in 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.", + "title": "Sjablonen" + }, + "noData": "Er zijn geen beleidssjablonen gevonden" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online Desktop Client", "visioProRetail": "Visio Online-abonnement 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "Met inschrijving", "withoutEnrollment": "Zonder inschrijving" }, + "DisplayRoleTypes": { + "builtInRole": "Ingebouwde rol", + "customCloudPCRole": "Aangepaste Windows 365-rol", + "customIntuneRole": "Aangepaste Intune-rol", + "customRole": "Aangepaste rol" + }, "InstallContextType": { "device": "Apparaat", "deviceContext": "Apparaatcontext", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Bijwerken bij volgende keer inchecken", "duringTimeWindows": "Bijwerken op gepland tijdstip", - "header": "Wanneer een beleid voor het bijwerken van iOS/iPadOS-software wordt toegewezen aan een apparaat, worden met Intune de recentste updates geïmplementeerd bij het inchecken van het apparaat (ongeveer ééns per 8 uur). U kunt in plaats daarvan een wekelijkse planning maken met aangepaste begin- en eindtijden. Als u ervoor kiest om updates buiten de geplande tijd uit te voeren, worden deze pas met Intune geïmplementeerd wanneer de geplande tijd is geëindigd.", + "header": "Wanneer een updatebeleid is toegewezen aan een apparaat, implementeert Intune standaard de nieuwste updates bij het inchecken van het apparaat. U kunt in plaats daarvan een wekelijks schema maken met aangepaste begin- en eindtijden. Als u ervoor kiest om bij te werken buiten de geplande tijd, implementeert Intune geen updates totdat de geplande tijd is afgelopen.", "infoBalloon": "Wanneer de updates worden uitgevoerd. Aanvullende invoer is vereist om updates te plannen tijdens of buiten geplande tijden.", "label": "Type planning", "outsideActiveHours": "Bijwerken buiten gebruikstijden (verouderd)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Contactpersonen van beheerder", "appPackaging": "Apps verpakken", + "businessGroups": "Bedrijfsgroepen", "devices": "Apparaten", "feedback": "Feedback", "gettingStarted": "Aan de slag", @@ -11479,6 +11583,7 @@ "cartProfiles": "Winkelwagenprofielen", "certificateConnectors": "Certificaatconnectors", "chromeEnterprise": "Chrome Enterprise (preview)", + "cloudAttachedDevices": "Apparaten met cloudkoppeling (preview)", "compliancePolicies": "Nalevingsbeleid", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Fouten bij onderdelenupdates (preview)", "failuresForQualityUpdates": "Fouten bij versnelde updates van Windows (preview)", "featureFlighting": "Functieflighting", - "featureUpdateDeployments": "Onderdelenupdates voor Windows 10 en hoger (preview)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Flighting", "fotaUpdate": "Geautomatiseerde firmware-update", "groupPolicy": "Beheersjablonen", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Onvolledige gebruikersinschrijvingen", "iosUpdates": "Beleid voor iOS/iPadOS bijwerken", "legacyPcManagement": "Beheer van verouderde pc's", - "macOSSoftwareUpdate": "Updatebeleid voor macOS", - "macOSSoftwareUpdateAccountSummaries": "Installatiestatus voor macOS-apparaten", + "macOSSoftwareUpdate": "Beleid voor macOS bijwerken (preview)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "Samenvatting van software-updates", "macOSSoftwareUpdateStateSummaries": "updates", "managedGooglePlay": "Beheerde Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Leveranciers van garantie", "wdacSupplementalPolicies": "Aanvullende beleidsregels S-modus", "windows10DriverUpdate": "Stuurprogramma-updates voor Windows 10 en hoger (preview)", - "windows10QualityUpdate": "Kwaliteitsupdates voor Windows 10 en hoger (preview)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Ringen bijwerken voor Windows 10 en hoger", "windows10XPolicyFailures": "Fouten met Windows 10X-beleid", "windows365Connector": "Windows 365 Citrix connector", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Windows 365 Citrix-connector (preview)", + "windowsDiagnosticData": "Windows-gegevens", "windowsEnterpriseCertificate": "Windows Enterprise-certificaat", "windowsManagement": "PowerShell-scripts", "windowsSideLoadingKeys": "Windows-sleutels voor extern laden", diff --git a/Documentation/Strings-pl.json b/Documentation/Strings-pl.json index 47b0ac5..a2b9f49 100644 --- a/Documentation/Strings-pl.json +++ b/Documentation/Strings-pl.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Certyfikaty nauczycieli", "emailProfile": "Wiadomość e-mail", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Konfiguracja zarządzania urządzeniami przenośnymi", "extensibleSingleSignOn": "Rozszerzenie aplikacji do logowania jednokrotnego", "filevault": "FileVault", "firewall": "Zapora", @@ -508,7 +507,10 @@ "deploymentSettings": "Ustawienia wdrożenia", "groupAssignmentSettings": "Przypisania", "scopeSettings": "Tagi zakresu" - } + }, + "gradualRolloutLicenseWarning": "Ta możliwość wymaga określonego licencjonowania.", + "gradualRolloutLicenseWarningEdit": "Ta możliwość może być nadal używana i konfigurowana do czasu zapisania zasad bez wybrania tej możliwości.", + "licenseLearnMoreText": "Dowiedz się więcej o wymaganiach wstępnych i zasadach aktualizacji funkcji." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Przeszukaj sklep App Store pod kątem aplikacji ze sklepu dla systemu iOS, które chcesz wdrożyć za pomocą usługi Intune.", "useManagedBrowser": "Jeśli jest to wymagane, gdy użytkownik otworzy aplikację internetową, zostanie ona otworzona w przeglądarce chronionej za pomocą usługi Intune, takiej jak Microsoft Edge lub Intune Managed Browser. To ustawienie dotyczy urządzeń zarówno z systemem iOS, jak i Android.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "Plik zawierający aplikację w formacie, który można załadować bezpośrednio na urządzeniu. Prawidłowy typ pakietu: intunewin." + "win32AppPackageFile": "Plik zawierający aplikację w formacie, który można załadować bezpośrednio na urządzeniu. Prawidłowy typ pakietu: intunewin.", + "winGetStoreSelectApp": "Wyszukaj aplikacje w repozytorium Microsoft Store, które chcesz wdrożyć za pomocą usługi Intune." }, "descriptionPreview": "Podgląd", "descriptionRequired": "Opis jest wymagany.", @@ -800,10 +803,10 @@ "azureADDevice": "Skojarzone urządzenie usługi Azure AD", "batch": "Tag grupy", "dateAssigned": "Data przypisania", - "deviceAccountFriendlyName": "Przyjazna nazwa konta urządzenia", "deviceAccountPwd": "Hasło konta urządzenia", "deviceAccountUpn": "Device account", "deviceDisplayName": "Nazwa urządzenia", + "deviceFriendlyName": "Przyjazna nazwa urządzenia", "deviceName": "Nazwa urządzenia", "deviceUseType": "Typ użycia urządzenia", "enrollmentState": "Stan rejestracji", @@ -924,10 +927,10 @@ "azureADDevice": "Przejdź do szczegółów skojarzonego urządzenia. Wartość Brak oznacza, że nie ma żadnego skojarzonego urządzenia.", "batch": "Atrybut w formie ciągu, który może być używany do identyfikowania grupy urządzeń. Pole tagu grupy usługi Intune jest mapowane na atrybut OrderID na urządzeniach usługi Azure AD.", "dateAssigned": "Znacznik czasu przypisania profilu do urządzenia.", - "deviceAccountFriendlyName": "Przyjazna nazwa konta urządzenia dla urządzeń Surface Hub", - "deviceAccountPwd": "Hasło konta urządzenia dla urządzeń Surface Hub", - "deviceAccountUpn": "Adres e-mail konta urządzenia dla urządzeń Surface Hub", + "deviceAccountPwd": "Hasło konta urządzenia dla urządzeń Surface Hub. W przypadku wprowadzenia podaj również konto urządzenia i przyjazną nazwę.", + "deviceAccountUpn": "Adres e-mail konta urządzenia dla urządzeń Surface Hub. W przypadku wprowadzenia podaj również hasło do konta urządzenia i przyjazną nazwę.", "deviceDisplayName": "Skonfiguruj unikatową nazwę urządzenia. Ta nazwa będzie ignorowana we wdrożeniach przyłączonych hybrydowo do usługi Azure AD. Nazwa urządzenia nadal pochodzi z profilu przyłączania do domeny dla urządzeń hybrydowej usługi Azure AD.", + "deviceFriendlyName": "Przyjazna nazwa urządzenia Surface Hub. W przypadku wprowadzenia podaj również konto urządzenia i hasło do tego konta.", "deviceName": "Nazwa pokazywana, gdy ktoś próbuje odnaleźć urządzenie i połączyć się z nim.", "deviceUseType": " Urządzenie zostanie skonfigurowane zgodnie z dokonanym wyborem. Możesz to zawsze zmienić później w ustawieniach. \r\n ", "enrollmentState": "Określa, czy urządzenie zostało zarejestrowane.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Komunikat o błędzie", "customMessageToggle": "Pokaż niestandardowy komunikat, gdy wystąpi limit czasu lub błąd", "enableForAutopilotOnlyToggle": "Pokaż stronę tylko urządzeniom aprowizowanym za pomocą środowiska out-of-box experience (OOBE)", + "installQualityUpdatesToggle": "Instalowanie aktualizacji dotyczących jakości systemu Windows (może to spowodować ponowne uruchomienie urządzenia)", "progressToggle": "Pokaż postęp konfiguracji aplikacji i profilu", "resetToggle": "Zezwalaj użytkownikom na resetowanie urządzenia, jeśli wystąpi błąd instalacji", "timeout": "Pokaż błąd, jeśli instalacja trwa dłużej niż określona liczba minut" @@ -1367,7 +1374,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 ma to wpływu na dane osobiste ani niezarządzane." + "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." }, "AndroidBiometricAuthentication": { "label": "Zabezpieczenia biometryczne zamiast kodu PIN na potrzeby dostępu", @@ -1378,7 +1385,7 @@ "tooltip": "System operacyjny Android skanuje odciski palców na potrzeby uwierzytelniania użytkowników urządzeń z systemem Android. Ta funkcja obsługuje natywne kontrolki biometryczne na urządzeniach z systemem Android. Ustawienia biometryczne specyficzne dla producentów OEM, takie jak Samsung Pass, nie są obsługiwane. Jeśli ta funkcja zostanie włączona, w celu uzyskiwania dostępu do aplikacji na urządzeniach, które ją obsługują, muszą być używane natywne kontrolki biometryczne." }, "AndroidOverrideFingerprint": { - "label": "Zastąp odcisk palca kodem PIN po upłynięciu limitu czasu" + "label": "Zastąp dane biometryczne numerem PIN po upływie limitu czasu" }, "AppPIN": { "label": "Kod PIN aplikacji, jeśli ustawiono kod PIN urządzenia", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Protokół przeglądarki niezarządzanej", - "tooltip": "

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ół.

\r\n \r\n

Uwaga: uwzględnij jedynie prefiks protokołu. Jeśli przeglądarka wymaga linków w formacie „moja_przeglądarka://www.microsoft.com”, wprowadź wartość „moja_przeglądarka”.

" + "tooltip": "

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ół.

\r\n\r\n

Uwaga: uwzględnij jedynie prefiks protokołu. Jeśli przeglądarka wymaga linków w formacie „mybrowser://www.microsoft.com”, wprowadź wartość „mybrowser”.

" }, "CustomDialerAppDisplayName": { "label": "Nazwa aplikacji" @@ -1435,7 +1442,7 @@ "tooltip": "Wybierz pozycję {0}, aby wymuszać szyfrowanie danych organizacji przy użyciu szyfrowania w warstwie aplikacji usługi Intune.\r\n
\r\nWybierz pozycję {1}, aby nie wymuszać szyfrowania danych organizacji przy użyciu szyfrowania w warstwie aplikacji usługi Intune.\r\n\r\n
\r\nUwaga: aby uzyskać więcej informacji dotyczących szyfrowania w warstwie aplikacji usługi Intune, zobacz {2}." }, "EncryptDataAndroid": { - "tooltip": "

Wybierz pozycję Wymagaj, aby włączyć szyfrowanie danych służbowych w tej aplikacji. Usługa Intune korzysta z 256-bitowego schematu szyfrowania AES OpenSSL oraz magazynu kluczy systemu Android w celu bezpiecznego szyfrowania danych aplikacji. Dane są szyfrowane synchronicznie podczas wykonywania zadań we/wy pliku. Zawartość w pamięci masowej urządzenia jest zawsze szyfrowana. Zestaw SDK będzie nadal zapewniał obsługę 128-bitowych kluczy w celu zapewnienia zgodności z zawartością i aplikacjami korzystającymi ze starszych wersji zestawu SDK.

\r\n\r\n

Metoda szyfrowania jest zgodna ze standardem FIPS 140-2.

" + "tooltip": "

Wybierz pozycję Wymagaj, 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.

\r\n\r\n

Metoda szyfrowania jest zgodna ze standardem FIPS 140-2.

" }, "EncryptDataIos": { "tooltip1": "Wybierz pozycję Wymagaj, 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.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Powiadomienia dotyczące danych organizacji", - "tooltip": "

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 do noszenia na sobie:

\r\n

{0}: Nie udostępniaj powiadomień.

\r\n

{1}: Nie udostępniaj danych organizacji w powiadomieniach. Jeśli ta opcja nie jest obsługiwana przez aplikację, powiadomienia są blokowane.

\r\n

{2}: Udostępniaj wszystkie powiadomienia.

\r\n Tylko

dla systemu Android:\r\n Uwaga: to ustawienie nie dotyczy wszystkich aplikacji. Aby uzyskać więcej informacji, zobacz {3} 

\r\n \r\nTylko

dla systemu iOS:\r\nUwaga: to ustawienie nie dotyczy wszystkich aplikacji. Aby uzyskać więcej informacji, zobacz {4}

" + "tooltip": "

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:

\r\n

{0}: nie udostępniaj danych organizacji w powiadomieniach.

\r\n

{1}: nie udostępniaj danych organizacji w powiadomieniach. Jeśli ta opcja nie jest obsługiwana przez aplikację, powiadomienia zostaną zablokowane.

\r\n

{2}: udostępniaj wszystkie powiadomienia.

\r\n

Tylko dla systemu Android:\r\n Uwaga: to ustawienie nie dotyczy wszystkich aplikacji. Aby uzyskać więcej informacji, zobacz {3} 

\r\n\r\n

Tylko dla systemu iOS:\r\nUwaga: to ustawienie nie dotyczy wszystkich aplikacji. Aby uzyskać więcej informacji, zobacz {4}

" }, "OpenLinksManagedBrowser": { "label": "Ogranicz transfer zawartości internetowej dla innych aplikacji", - "tooltip": "

Wybierz jedną z następujących opcji, aby określić aplikacje, w których ta aplikacja może otwierać zawartość internetową:

\r\n

Edge: zezwalaj na otwieranie zawartości internetowej tylko w przeglądarce Edge

\r\n

Przeglądarka niezarządzana: zezwalaj na otwieranie zawartości internetowej tylko w przeglądarce niezarządzanej zdefiniowanej w ustawieniu „Protokół przeglądarki niezarządzanej”

\r\n

Dowolna aplikacja: zezwalaj na otwieranie linków internetowych w dowolnej aplikacji

" + "tooltip": "

Wybierz jedną z następujących opcji, aby określić aplikacje, w których ta aplikacja może otwierać zawartość sieci Web:

\r\n

Microsoft Edge: Zezwalaj na otwieranie zawartości internetowej tylko w przeglądarce Microsoft Edge. Dowiedz się, jak przeglądarka Microsoft Edge chroni Twoje dane.

\r\n

Niezarządzana przeglądarka: Zezwalaj na otwieranie zawartości sieci Web tylko w przeglądarce niezarządzanej zdefiniowanej przez ustawienie „Protokół przeglądarki niezarządzanej”

\r\n

Nazwa aplikacji: Zezwalaj na linki internetowe w dowolnej aplikacji

" }, "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)”." @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "Zastąp biometrię numerem PIN po aktualizacjach biometrycznych", - "tooltip": "Jeśli urządzenie obsługuje biometrię klasy 3 (więcej informacji tutaj), gdy zostanie wykryta zmiana biometrii, monit o podanie numeru PIN spowoduje zastąpienie monitów biometrycznych." + "tooltip": "Jeśli urządzenie obsługuje biometrię klasy 3 (więcej informacji tutaj), gdy zostanie wykryta zmiana biometrii, monit o podanie numeru PIN spowoduje zastąpienie monitów biometrycznych. To ustawienie zostanie zastosowane tylko wtedy, gdy do uzyskania dostępu do aplikacji zostanie użyta biometria." }, "RestrictKeyboards": { "duplicatePackageError": "Identyfikator pakietu musi być unikatowy.", @@ -1515,7 +1522,7 @@ }, "SaveData": { "label": "Zapisz kopie danych organizacji", - "tooltip": "Wybierz pozycję {0}, aby uniemożliwić zapisywanie kopii danych organizacji w nowej lokalizacji, z wyjątkiem wybranych usług magazynu, za pomocą opcji „Zapisz jako”.\r\nWybierz pozycję {1}, aby zezwolić na zapisywanie kopii danych organizacji w nowej lokalizacji za pomocą opcji „Zapisz jako”.
\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 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”.
\r\n\r\n\r\nUwaga: to ustawienie nie ma zastosowania do wszystkich aplikacji. Aby uzyskać więcej informacji, zobacz {2}.\r\n" }, "SaveDataToSelected": { "label": "Zezwalaj użytkownikowi na zapisywanie kopii w wybranych usługach", @@ -1606,7 +1613,7 @@ "pushNotification": "Wyślij powiadomienie push do użytkownika końcowego", "remoteLock": "Zdalne zablokowanie niezgodnego urządzenia", "removeSourceAccessProfile": "Usuń źródłowy profil dostępu", - "retire": "Wycofaj niezgodne urządzenie", + "retire": "Dodaj urządzenie, aby wycofać listę", "wipe": "Wyczyść", "emailNotification": "Wyślij wiadomość e-mail do użytkownika końcowego" }, @@ -1746,6 +1753,7 @@ "weeks1": "Co 1 tydzień" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 i nowsze" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Określ plik skryptu programu PowerShell. Plik musi być mniejszy niż 200 KB.", "uploadLabel": "Lokalizacja skryptu" }, + "bashScriptObjectName": "Skrypt powłoki Bash", "createButtonText": "Dodaj", "createPowershellScriptFlowSectionName": "Dodaj skrypt programu PowerShell", "customAttributeObjectName": "Atrybut niestandardowy", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "Określony klient sieci VPN musi być zainstalowany na urządzeniu oraz musi obsługiwać sieć VPN dla aplikacji. W przeciwnym razie wystąpi błąd. Pamiętaj, że musisz zatwierdzić aplikację w zarządzanym sklepie Google Play, zsynchronizować aplikację z usługą Intune i wdrożyć ją, aby została zainstalowana.", "androidDeviceOwnerCustomPasswordDescription": "Utwórz kod dostępu urządzenia tylko dla dedykowanych urządzeń. Może on składać się z 4–16 znaków oraz zawierać cyfry, litery i znaki specjalne.", "androidDeviceOwnerCustomPasswordName": "Niestandardowy kod dostępu", + "androidElevenAndBelowPasswordHeader": "Android 11 i starsze wersje", + "androidElevenAndBelowPasswordHeaderDescription": "Te ustawienia działają na urządzeniach z systemem Android 11 lub starszym.", "androidEnterpriseAlwaysOnVpnClientName": "Klient sieci VPN", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Wprowadź identyfikator pakietu aplikacji w sklepie Google Play. Jeśli na przykład adres URL aplikacji w sklepie Play to https://play.google.com/store/details?id=com.contosovpn.android.prod, identyfikator pakietu to com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Identyfikator pakietu", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Począwszy od października 2020 r. niektóre ustawienia nie będą obsługiwane na urządzeniach z systemem Android 10 lub nowszym, które nie są urządzeniami z systemem Samsung KNOX. Te ustawienia są oznaczone etykietą „Android 9 i starsze lub Samsung KNOX”. Kliknij by dowiedzieć się więcej.", "androidTrustedServerCertificateNamesDescription": "Jest to nazwa DNS używana w certyfikacie przedstawionym przez serwer Radius podczas uwierzytelniania klienta do punktu dostępu sieci Wi-Fi. Jeśli masz wiele serwerów usługi Radius, które mają ten sam sufiks DNS w swojej w pełni kwalifikowanej nazwie domeny, możesz również użyć samego sufiksu. Dzięki temu urządzenia mogą ufać prezentowanemu certyfikatowi serwera. Dowiedz się więcej..
", "androidTrustedServerCertificateNamesName": "Nazwa serwera usługi Radius", + "androidTwelveAndAbovePasswordHeader": "Android 12 i nowsze wersje", + "androidTwelveAndAbovePasswordHeaderDescription": "Te ustawienia działają na urządzeniach z systemem Android 12 lub nowszym.", + "androidTwelveDeprecationInfoBox": "Począwszy od listopada 2022 r., niektóre ustawienia nie będą obsługiwane na urządzeniach z systemem Android 12 lub nowszym. Te ustawienia są oznaczone etykietami systemu Android 11 lub starszego. Kliknij, aby dowiedzieć się więcej.", "androidZebraMxConfigurationFileXmlName": "Wybierz prawidłowy plik XML Zebra MX", "androidZebraMxConfigurationLearnMore": "Dowiedz się więcej o zarządzaniu urządzeniami Zebra", "androidZebraMxConfigurationXmlName": "Profil MX w formacie XML", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "np. exchange.office365.com", "exchangeActiveSyncHostName": "Serwer poczty e-mail", "exclusionAppListColumn": "Aplikacja do wykluczenia", - "expeditedCheckinEnableDescription": "Ustaw zaewidencjonowywanie urządzeń co godzinę", - "expeditedCheckinEnableName": "Ustaw zaewidencjonowywanie urządzeń co godzinę", "experienceAllowBrowserSyncSettingsDescription": "Określa, czy użytkownik może włączyć ustawienie przeglądarki, aby za pomocą opcji synchronizacji ustawień synchronizować informacje, takie jak historię i ulubione, między swoimi urządzeniami. Aby skonfigurować to ustawienie, musisz włączyć ustawienie „Synchronizuj ustawienia przeglądarki między urządzeniami użytkownika”.", "experienceAllowBrowserSyncSettingsName": "Użytkownik może włączyć ustawienia synchronizacji przeglądarki", "experienceDoNotSyncBrowserSettingsDescription": "Po zablokowaniu konfiguracja domyślna (zezwalanie na synchronizację ustawień przeglądarki między urządzeniami) jest wyłączona, więc użytkownicy nie mogą synchronizować między urządzeniami. W przypadku wybrania opcji „Zablokuj i włącz przesłanianie przez użytkownika” użytkownik może przesłonić wartość wyznaczoną przez administratora.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Utwórz profil, aby wymusić automatyczne instalowanie najnowszych aktualizacji systemu macOS przez przypisane urządzenia. Te ustawienia określają sposób i czas wdrażania aktualizacji oprogramowania. Ten profil nie uniemożliwia użytkownikom ręcznego aktualizowania systemu operacyjnego. Aktualizacje będą stosowane tylko na urządzeniach zarejestrowanych za pośrednictwem automatycznej rejestracji urządzeń firmy Apple (ABM lub ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Dowiedz się więcej", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Dowiedz się więcej", - "macOSSoftwareUpdatePolicySupervisedName": "Utwórz profil, aby wymusić automatyczne instalowanie najnowszych aktualizacji systemu macOS przez przypisane urządzenia. Te ustawienia określają sposób i czas wdrażania aktualizacji oprogramowania. Ten profil nie uniemożliwia użytkownikom ręcznego aktualizowania systemu operacyjnego. Aktualizacje będą stosowane tylko na urządzeniach zarejestrowanych za pośrednictwem automatycznej rejestracji urządzeń firmy Apple (ABM lub ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Harmonogram tygodniowy", - "macOSSoftwareUpdateSelectScheduleTypeName": "Domyślnie, gdy zasady aktualizacji oprogramowania systemu macOS są przypisane do urządzenia, usługa Intune wdraża najnowsze aktualizacje po zameldowaniu się urządzenia. Możesz również utworzyć harmonogram tygodniowy i określić czas, w którym urządzenia mogą się meldować i otrzymywać aktualizacje. Jeśli zaktualizujesz poza zaplanowanym czasem, usługa Intune nie wdroży aktualizacji do momentu zakończenia zaplanowanego czasu.", + "macOSSoftwareUpdateSelectScheduleTypeName": "Domyślnie, gdy zasady aktualizacji są przypisane do urządzenia, usługa Intune wdraża najnowsze aktualizacje po zaewidencjonowaniu urządzenia. Możesz również zamiast tego utworzyć harmonogram tygodniowy z niestandardowymi terminami rozpoczęcia i zakończenia. Jeśli zdecydujesz się zaktualizujesz poza zaplanowanym terminem, usługa Intune nie wdroży aktualizacji do momentu zakończenia zaplanowanego terminu.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Wybierz sposób pobierania, instalowania i/lub powiadamiania dla każdego typu aktualizacji.", "macOSSystemExtensionsExtensionTypeName": "Dozwolone typy rozszerzeń systemu", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Uczniowie zarejestrowani w niezarządzanym kursie Classroom muszą uzyskać zgodę nauczyciela, aby opuścić kurs.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "W celu odciążenia przekaż utrzymanie aktywności translatora adresów sieciowych do sprzętu, gdy urządzenie jest uśpione", "nATKeepAliveOffloadEnableToolTip": "Domyślnie, gdy urządzenie jest uśpione, system translatora adresów sieciowych będzie stale sprawdzał, aby upewnić się, że jest połączony z siecią VPN. To ustawienie pozwala wyłączyć takie zachowanie.", "nacIdCheckBoxLabel": "Zgadzam się.", - "nacIdDescCisco": "Program Cisco AnyConnect wymaga, aby identyfikator urządzenia usługi Intune był uwzględniony w profilu sieci VPN w celu włączenia kontroli dostępu do sieci.

Zezwalam firmie Microsoft na dołączenie do profilu sieci VPN informacji o urządzeniu, które mogą być używane przez firmę Cisco i jej partnerów.", - "nacIdDescCitrix": "Program Citrix SSO wymaga, aby identyfikator urządzenia usługi Intune był uwzględniony w profilu sieci VPN w celu włączenia kontroli dostępu do sieci.

Zezwalam firmie Microsoft na dołączenie do profilu sieci VPN informacji o urządzeniu, które mogą być używane przez firmę Citrix i jej partnerów.", - "nacIdDescF5": "Program F5 Access wymaga, aby identyfikator urządzenia usługi Intune był uwzględniony w profilu sieci VPN w celu włączenia kontroli dostępu do sieci.

Zezwalam firmie Microsoft na dołączenie do profilu sieci VPN informacji o urządzeniu, które mogą być używane przez firmę F5 i jej partnerów.", + "nacIdDescCisco": "Aplikacja Cisco AnyConnect wymaga uwzględnienia identyfikatora urządzenia usługi Intune w profilu sieci VPN w celu włączenia kontroli dostępu do sieci.

Zezwól firmie Microsoft na uwzględnianie informacji o urządzeniu w profilu sieci VPN, z których może korzystać firma Cisco i jej partnerzy. Kliknij, aby dowiedzieć się więcej, w szczególności na temat danych udostępnianych dostawcy usług.", + "nacIdDescCitrix": "Aplikacja Citrix SSO wymaga uwzględnienia identyfikatora urządzenia usługi Intune w profilu sieci VPN w celu włączenia kontroli dostępu do sieci.

Zezwól firmie Microsoft na uwzględnianie informacji o urządzeniu w profilu sieci VPN, z których może korzystać firma Citrix i jej partnerzy. Kliknij, aby dowiedzieć się więcej, w szczególności na temat danych udostępnianych dostawcy usług.", + "nacIdDescF5": "Aplikacja F5 Access wymaga uwzględnienia identyfikatora urządzenia usługi Intune w profilu sieci VPN w celu włączenia kontroli dostępu do sieci.

Zezwól firmie Microsoft na uwzględnianie informacji o urządzeniu w profilu sieci VPN, z których może korzystać firma F5 Networks i jej partnerzy. Kliknij, aby dowiedzieć się więcej, w szczególności na temat danych udostępnianych dostawcy usług.", "nacIdHeader": "Włączanie kontroli dostępu do sieci (NAC)", "nacIdHeaderCiscoToolTip": "Identyfikator urządzenia zostanie zaszyfrowany i dołączony do profilu sieci VPN. Gdy użytkownik spróbuje nawiązać połączenie z siecią VPN, oprogramowanie Cisco AnyConnect przekaże tę wartość do Twojej infrastruktury kontroli dostępu do sieci, która następnie przy użyciu tej wartości wykona zapytanie względem usługi Intune, aby określić, czy urządzenie zostało zarejestrowane i czy jest zgodne.

Oprogramowanie Cisco AnyConnect nie może bezpośrednio uzyskać dostępu do identyfikatora urządzenia, więc w celu włączenia kontroli dostępu do sieci ta wartość musi być uwzględniona w profilu sieci VPN.", "nacIdHeaderCitrixToolTip": "Identyfikator urządzenia zostanie zaszyfrowany i dołączony do profilu sieci VPN. Gdy użytkownik spróbuje nawiązać połączenie z siecią VPN, oprogramowanie Citrix SSO przekaże tę wartość do Twojej infrastruktury kontroli dostępu do sieci, która następnie przy użyciu tej wartości wykona zapytanie względem usługi Intune, aby określić, czy urządzenie zostało zarejestrowane i czy jest zgodne.

Oprogramowanie Citrix SSO nie może bezpośrednio uzyskać dostępu do identyfikatora urządzenia, więc w celu włączenia kontroli dostępu do sieci ta wartość musi być uwzględniona w profilu sieci VPN.", @@ -6016,6 +6028,15 @@ "shutdown": "Zamknij", "signatureUpdateIntervalInHoursName": "Interwał aktualizacji analizy zabezpieczeń (w godzinach)", "signingCertificateType": "Typ certyfikatu podpisywania", + "silentCertAccessAddApps": "Dodaj aplikacje", + "silentCertAccessApplicationsName": "Aplikacje", + "silentCertAccessMaxAppsWarn": "Wybierz maksymalnie 50 aplikacji, którym chcesz udzielić cichego dostępu do certyfikatu", + "silentCertAccessMinAppsWarn": "Wybierz co najmniej jedną aplikację, aby udzielić cichego dostępu do certyfikatu", + "silentCertAccessSpecificApps": "Udzielaj dyskretnie w przypadku określonych aplikacji (wymagaj zatwierdzenia przez użytkownika w przypadku innych aplikacji)", + "silentCertAccessTabName": "Aplikacje", + "silentCertAccessTypeDescription": "Wybierz sposób udzielania dostępu do certyfikatu aplikacjom", + "silentCertAccessTypeName": "Dostęp do certyfikatu", + "silentCertAccessUserApproval": "Wymagaj zatwierdzenia przez użytkownika w przypadku wszystkich aplikacji", "simpleDownloadOption": "Prosty tryb pobierania bez komunikacji równorzędnej (99)", "simultaneousMultiThreadingName": "Jednoczesna wielowątkowość", "singleAppModeAppNameDescription": "Nazwa aplikacji.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Wersja N systemu Windows 10/11 Pro for Workstations", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "Wybierając tę opcję, wyrażasz zgodę na to, że podczas stosowania tego systemu operacyjnego na urządzeniu (1) zakupiono odpowiednią licencję systemu Windows w ramach licencjonowania zbiorowego lub (2) że masz upoważnienie do nabywania praw i zaciągania zobowiązań w imieniu swojej organizacji i akceptujesz w jej imieniu odpowiednie postanowienia licencyjne dotyczące oprogramowania firmy Microsoft, które można znaleźć tutaj {0}.", "windowsAppNonComplianceTypeDescription": "Zalecamy poproszenie użytkowników o zaakceptowanie Warunków użytkowania w celu potwierdzenia, że instalacja niektórych aplikacji zostanie zablokowana. Użyj listy aplikacji zablokowanych do określenia aplikacji systemu Windows Phone, które nie są zarządzane przez usługę Intune i których użytkownicy nie mogą instalować. W przypadku listy aplikacji dozwolonych wszystkie aplikacje, w tym Portal firmy i aplikacje wdrożone, muszą zostać dodane do listy w formacie adresu URL do sklepu z aplikacjami.", "windowsAppUrlExample": "np. https://www.microsoft.com/pl-pl/store/p/pulpit-zdalny/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "Te ustawienia działają w przypadku urządzeń firmowych z profilem służbowym i mają zastosowanie tylko podczas użytku osobistego.", "workProfileRequirePasswordDescription": "Wymagaj hasła, aby używać aplikacji służbowych. Hasło może być inne niż hasło do urządzenia. Wymaga systemu Android 7.0 lub nowszego", "workProfileRequirePasswordName": "Wymagaj hasła profilu służbowego", + "workProfileRequiredPasswordComplexityDescription": "Określ wymaganą złożoność hasła.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "Określ typ wymaganego hasła.", "workProfileRequiredPasswordTypeName": "Wymagany typ hasła", "workspaceIDName": "Identyfikator obszaru roboczego", @@ -7601,7 +7626,7 @@ "isMamEnabled": "Czy zarządzanie aplikacjami mobilnymi jest włączone?", "itemsCount": "Elementy: {0}", "jailbrokenRootedDevices": "Urządzenia po jailbreaku/z dostępem do konta root", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "Data ostatniej modyfikacji", "lastReportedDate": "Data ostatniego raportu", "lastSync": "Ostatnia synchronizacja", "lastSyncGmt": "Ostatnia synchronizacja (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "Identyfikator urządzenia MDM", "mdmWipInvalidVersionSettings": "Co najmniej jedna aplikacja zawiera nieprawidłowe definicje wersji minimalnej lub maksymalnej.

Rozwiązanie Windows Information Protection z zasadami rejestracji obsługuje określanie tylko jednej wersji minimalnej lub maksymalnej, chyba że obie określone wersje są takie same. Gdy określona jest tylko wersja minimalna, reguła jest ustawiana dla wersji większej lub równej wersji minimalnej. Podobnie jest w przypadku określenia tylko wersji maksymalnej — reguła jest ustawiana dla wersji mniejszej lub równej wersji maksymalnej.", "mdmWipReport": "Raport usługi MDM — Windows Information Protection", + "microsoftDefenderForEndpoint": "Microsoft Defender For Endpoint", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Minimalna wersja aplikacji", "minMaxValidation": "Minimalna wersja systemu operacyjnego musi być niższa niż maksymalna wersja systemu operacyjnego, gdy akcja jest taka sama.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Minimalna wersja Portalu firmy", "minimumDeviceSelection": "Trzeba wybrać co najmniej jedno urządzenie", "mobileAppCRUDpermission": "Uprawnienie do odczytu, tworzenia i przypisywania aplikacji mobilnych", + "mobileThreatDefenseNonMicrosoft": "Obrona przed zagrożeniami mobilnymi (firma inna niż Microsoft)", "monitor": "Monitor", "moreApps": "Więcej aplikacji", "moreAppsTextBoxTooltip": "Jeśli nie masz dostępu do pełnego portalu Intune, dodaj aplikacje biznesowe w tym miejscu.", - "mtdConnectorInfoBox1": "Ważne! Upewnij się, że łącznik usługi Mobile Threat Defense został skonfigurowany, aby odpowiednio chronić dane organizacji na podstawie ocen zagrożeń z połączonych usług Mobile Threat Defense.", + "mtdConnectorInfoBox1": "Ważne! Upewnij się, że łącznik obrony przed zagrożeniami mobilnymi został skonfigurowany, aby odpowiednio chronić dane organizacji na podstawie ocen zagrożeń z połączonych usług obrony przed zagrożeniami mobilnymi.", "mtdConnectorInfoBox2": "Dowiedz się więcej o usłudze Mobile Threat Defense dla niezarejestrowanych urządzeń.", + "mtdConnectorInfoBox3": "Jeśli dzierżawa ma połączenie skonfigurowane zarówno z usługą ochrona punktu końcowego w usłudze Microsoft Defender, jak i usługą obrony przed zagrożeniami mobilnymi (nienależącą do firmy Microsoft) i nie konfiguruje podstawowej usługi obrony przed zagrożeniami mobilnymi lub występuje konflikt podczas kierowania do użytkownika, domyślna będzie usługa ochrony punktu końcowego w usłudze Microsoft Defender.", "name": "Nazwa", "networkBoundariesInfoBoxText": "Dodaj element /*AppCompat*/ do listy zasobów w chmurze, aby umożliwić nawiązywanie połączeń TLS aplikacjom osobistym, które łączą się bezpośrednio z zasobem w chmurze za pomocą adresu IP.", "networkBoundariesInfoParagraph1": "Wybierz, gdzie chronione aplikacje mogą uzyskiwać dostęp do danych przedsiębiorstwa w Twojej sieci.", @@ -7735,6 +7763,7 @@ "portNumber": "Numer portu", "portNumberDesc": "Port serwera proxy określony w adresie serwera proxy", "prefix": "Prefiks", + "primaryMtdService": "Podstawowa usługa obrony przed zagrożeniami mobilnymi", "productName": "Nazwa produktu", "properties": "Właściwości", "protected": "Chroniony", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "Zasoby do utworzenia", "restrictWebContentNo": "Dowolna aplikacja", "restrictWebContentOption2": "{0}: Zezwalaj na linki internetowe w dowolnej aplikacji", - "rootCertificate": "Root Certificate", + "rootCertificate": "Certyfikat główny", "safetyNetDeviceAttestation": "Zaświadczanie urządzeń SafetyNet", "saveAppsNotificationText": "Zapisywanie wybranych aplikacji", "saveChangesCommandText": "Zapisz", @@ -7813,6 +7842,7 @@ "setting": "Ustawienie", "settingName": "Nazwa ustawienia", "settings": "Ustawienia", + "settingsCatalog": "Wykaz ustawień", "settingsSelectorLabel": "Ustawienia", "silent": "Cichy", "specificUserIsLicensedIntune": "Użytkownik {0} ma licencję na korzystanie z usługi Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Zarządzane przez zasady", "targetediOSUserPartTitle": "Stan użytkownika dla systemu iOS", "threatCategory": "Kategoria zagrożenia", + "tileDeprecated": "Ten kafelek jest przestarzały. Usuń go z pulpitu nawigacyjnego.", "timeColumnLabel": "Godzina", "timebombLabel": "Interwał przebywania w trybie offline przed wyczyszczeniem danych aplikacji (w dniach)", "timebombToolTip": "Po określonej liczbie dni bez synchronizacji urządzenia z usługą Intune w systemie Windows zostanie wykonane selektywne czyszczenie na urządzeniu, które spowoduje wyrejestrowywanie aplikacji z rejestracji zarządzania aplikacjami mobilnymi, a także usunięcie zaszyfrowanych i chronionych danych firmowych. Wartość domyślna tego ustawienia to 90 dni. Ustawienie tej wartości na 0 spowoduje wyłączenie tego ustawienia.", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Zasady ochrony aplikacji systemu Windows 10 lub nowszego", "windows10PlatformLabel": "Windows 10 i nowsze", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 i nowsze", "windowsInformationProtectionPlatformLabel": "Windows Information Protection", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Określa listę rozszerzeń plików, aby pliki z tymi rozszerzeniami były szyfrowane podczas kopiowania z udziału SMB w obrębie granicy firmy określonej za pomocą listy lokalizacji sieciowych. Gdy ta zasada nie zostanie określona, będzie stosowane istniejące zachowanie automatycznego szyfrowania. Jeśli ta zasada zostanie skonfigurowana, będą szyfrowane tylko pliki z rozszerzeniami znajdującymi się na liście.​", "wipStoreApps": "Aplikacje ze Sklepu", "wipWeAppsListInfo": "Te aplikacje mogą uzyskiwać dostęp do danych przedsiębiorstwa i będą zachowywać się inaczej, gdy będą używane z niedozwolonymi aplikacjami, aplikacjami nieprzeznaczonymi do użytku w przedsiębiorstwie lub aplikacjami wyłącznie do użytku osobistego. Tylko aplikacje obsługujące rozwiązanie WIP są dozwolone na urządzeniach nieobjętych funkcją zarządzania urządzeniami przenośnymi.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Zanim będzie możliwe zastosowanie zasad systemu Windows 10 lub nowszego należy ustawić adresy URL zarządzania aplikacjami mobilnymi w usłudze AAD na usługę Microsoft Intune, wybierając pozycję „Przywróć domyślne adresy URL” i definiując zakres użytkownika.", "wipWebsiteLearningTitle": "Uczenie dotyczące witryn internetowych na potrzeby rozwiązania Windows Information Protection", "wipeData": "Wyczyść dane", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Stacja robocza z systemem Windows 10/11 Professional", - "windows10ProfessionalWorkstationN": "Stacja robocza N systemu Windows 10/11 Professional" + "windows10ProfessionalWorkstationN": "Stacja robocza N systemu Windows 10/11 Professional", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Użyj niestandardowego skryptu wykrywania", "runAs32Bit": "Uruchom skrypt jako proces 32-bitowy na klientach 64-bitowych", "runAs32BitTooltip": "Wybierz opcję „Tak”, aby uruchomić skrypt w procesie 32-bitowym na klientach 64-bitowych. Wybierz opcję „Nie” (domyślna), aby uruchomić skrypt w procesie 64-bitowym na klientach 64-bitowych. Na klientach 32-bitowych skrypt jest uruchamiany w procesie 32-bitowym.", + "scriptContent": "Script content", "scriptFile": "Plik skryptu", "scriptFileNotSelectedValidation": "Nie wybrano pliku skryptu.", "scriptFileTooltip": "Wybierz skrypt programu PowerShell, który będzie wykrywać obecność aplikacji na kliencie. Aplikacja zostanie wykryta, gdy skrypt zwróci kod zakończenia o wartości 0 i zapisze wartość ciągu w wyjściu STDOUT.", @@ -8307,9 +8342,6 @@ "string": "Ciąg", "version": "Wersja" }, - "ScriptContent": { - "emptyMessage": "Zawartość skryptu nie może być pusta." - }, "duplicateName": "Nazwa skryptu {0} jest już w użyciu. Wprowadź inną nazwę.", "enforceSignatureCheck": "Wymuszaj sprawdzanie podpisu skryptu", "enforceSignatureCheckTooltip": "Wybierz opcję „Tak”, aby sprawdzić, czy skrypt jest podpisany przez zaufanego wydawcę, co pozwoli na uruchomienie skryptu bez wyświetlania ostrzeżeń ani monitów. Działanie skryptu nie będzie blokowane. Wybierz opcję „Nie” (domyślna), aby uruchomienie skryptu wymagało potwierdzenia użytkownika końcowego, ale bez weryfikacji podpisu.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Wybierz operator porównania wymagania.", "requirementMethod": "Wybierz wyjściowy typ danych", "requirementMethodTooltip": "Wybierz typ danych używany podczas określania wymagań dopasowania wykrywania.", + "scriptContent": "Script content", "scriptFile": "Plik skryptu", "scriptFileTooltip": "Wybierz skrypt programu PowerShell, który będzie wykrywać obecność aplikacji na kliencie. Jeśli aplikacja zostanie wykryta, proces wymagania zwróci kod zakończenia o wartości 0 i zapisze wartość ciągu w wyjściu STDOUT.", "scriptName": "Nazwa skryptu", @@ -8370,13 +8403,14 @@ }, "InfoBlade": { "createTitle": "Dodaj kontekst uwierzytelniania", + "deleteDisallowed": "Nie można usunąć tego kontekstu uwierzytelniania, gdy odwołują się do niego zasady dostępu warunkowego.", "descPlaceholder": "Dodaj opis kontekstu uwierzytelniania", "modifyTitle": "Modyfikuj kontekst uwierzytelniania", "namePlaceholder": "Na przykład: Zaufana lokalizacja, Zaufane urządzenie, Silna autoryzacja", "publishDesc": "Opublikowanie w aplikacjach spowoduje udostępnienie kontekstu uwierzytelniania do użycia przez aplikacje. Opublikuj po zakończeniu konfigurowania zasad dostępu warunkowego dla tagu. [Dowiedz się więcej][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", "publishLabel": "Publikuj w aplikacjach", "titleDesc": "Skonfiguruj kontekst uwierzytelniania, który będzie używany do ochrony danych i akcji aplikacji. Użyj nazw i opisów, które będą zrozumiałe dla administratorów aplikacji. [Dowiedz się więcej][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + "unpublishWarning": "Cofnięcie publikowania tego kontekstu uwierzytelniania może spowodować utratę dostępu do zasobu zabezpieczonego przez kontekst uwierzytelniania." }, "Notify": { "failure": "Nie można zaktualizować elementu {0}", @@ -8396,15 +8430,15 @@ "description": "Opis", "documentation": "Dokumentacja", "getStarted": "Rozpocznij", - "label": "Kontekst uwierzytelniania (wersja zapoznawcza)", - "menuLabel": "Kontekst uwierzytelniania (wersja zapoznawcza)", + "label": "Kontekst uwierzytelniania", + "menuLabel": "Kontekst uwierzytelniania", "name": "Nazwa", "noAuthContextConfigured": "Nie skonfigurowano kontekstów uwierzytelniania.", "noAuthContextSet": "Brak kontekstów uwierzytelniania", "noData": "Brak kontekstów uwierzytelniania do wyświetlenia", "selectionInfo": "Kontekst uwierzytelniania służy do zabezpieczania danych aplikacji oraz akcji w aplikacjach, takich jak SharePoint i Microsoft Cloud App Security.", "step": "Krok", - "tabDescription": "Zarządzaj kontekstem uwierzytelniania w celu ochrony danych i akcji w aplikacjach. [Dowiedz się więcej][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Zarządzaj kontekstem uwierzytelniania, aby chronić dane i akcje w aplikacjach. Kontekstów uwierzytelniania nie można usuwać, gdy odwołują się do nich zasady dostępu warunkowego. [Learn more] [1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Otaguj zasoby za pomocą kontekstu uwierzytelniania" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Goście lub użytkownicy zewnętrzni", "internalGuestLabel": "Lokalni użytkownicy-goście", "otherExternalUserLabel": "Inni użytkownicy zewnętrzni", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (wersja zapoznawcza)", + "serviceProviderUsersLabel": "Użytkownicy dostawcy usług" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Metoda wyszukiwania kraju", + "ariaLabel": "Metoda wyszukiwania kraju/regionu", "gps": "Określanie lokalizacji według współrzędnych GPS", "info": "W przypadku skonfigurowania warunku lokalizacji zasad dostępu warunkowego użytkownicy będą monitowani przez aplikację Authenticator o udostępnienie swojej lokalizacji GPS.", "ip": "Określ lokalizację według adresu IP (tylko IPv4)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Konfigurowanie poziomów ryzyka związanego z jednostką usługi na potrzeby egzekwowania zasad​", "infoBalloonContent": "Skonfiguruj ryzyko jednostki usługi, aby zastosować zasady do wybranych poziomów ryzyka", - "title": "Ryzyko związane z jednostką usługi (wersja zapoznawcza)" + "title": "Ryzyko jednostki usługi" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Włącz/wyłącz ciągłą weryfikację dostępu", "upsellInfo": "Nie możesz już zmieniać ustawień na tej stronie, a wszelkie ustawienia w tym miejscu powinny zostać zignorowane. Twoje poprzednie ustawienie zostanie uznane. W przyszłości możesz skonfigurować ustawienia CAE w obszarze Dostęp warunkowy. Kliknij tutaj, aby dowiedzieć się więcej." }, + "SamlReauth": { + "Filter": { + "warning": "Używasz zapytań dynamicznych do aplikacji docelowych. Używanie niektórych aplikacji z kontrolą sesji „częstotliwość logowania za każdym razem” może nie być obsługiwane. {0}Przeczytaj więcej o zalecanych scenariuszach.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "Lista atrybutów na urządzeniu używanych podczas logowania." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "Nie wybrano dzierżawy", + "selectOrganization": "Wybierz organizację", + "tenantIdWithPlaceholder": "Identyfikator dzierżawy: {0}", + "tenantSelectionRequired": "Dzierżawa jest wymagana" }, "advancedTabText": "Zaawansowane", "allCloudAppsErrorBox": "Opcja „Wszystkie aplikacje w chmurze” musi być wybrana, jeśli wybrane jest udzielenie „Wymagaj zmiany hasła”", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "Przykład: uri:contoso.com:level3", "appEnforceInfoBubble": "Ograniczenia wymuszane przez aplikacje mogą wymagać dodatkowych czynności konfiguracyjnych administratora w ramach aplikacji w chmurze. Ograniczenia będą stosowane tylko dla nowych sesji.", "appNotSetSeletorLabel": "Nie wybrano żadnej aplikacji w chmurze", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "Ta aplikacja nie obsługuje kontroli sesji „częstotliwość logowania za każdym razem”.", "applyConditionClientAppInfoBalloonContent": "Konfiguruj aplikacje klienckie, aby do określonych z nich zastosować zasady", "applyConditionDevicePlatformInfoBalloonContent": "Konfiguruj platformy urządzeń, aby do określonych z nich zastosować zasady", "applyConditionDeviceStateInfoBalloonContent": "Skonfiguruj stany urządzeń, aby do określonych z nich zastosować zasady", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "Zakresy adresów IP", "downloadExampleFileName": "Przykład", "downloadExampleHeader": "To jest przykładowy plik z demonstracjami rodzajów danych, które mogą zostać zaakceptowane. Wiersze rozpoczynające się znakiem # zostaną zignorowane.", + "duplicate": "Duplikuj", + "duplicatePolicyName": "KOPIUJ {0}", "endDatePickerLabel": "Końce", "endTimePickerLabel": "Godzina zakończenia", - "enterCountryText": "Adres IP i kraj są przetwarzane razem. Wybierz kraj.", - "enterIpText": "Adres IP i kraj są przetwarzane razem. Podaj adres IP.", + "enterCountryText": "Adres IP i kraj/region są przetwarzane razem. Wybierz kraj/region.", + "enterIpText": "Adres IP i kraj/region są przetwarzane razem. Podaj adres IP.", "enterUserText": "Nie wybrano żadnego użytkownika. Wybierz go.", "evaluationResult": "Wynik oceny", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "Ten widok jest przestarzały. Przejdź do nowego i ulepszonego widoku \"Nazwane lokalizacje\".", "namedLocationsHelpDescription": "Nazwane lokalizacje są używane w raportach zabezpieczeń usługi Microsoft Azure Active Directory, aby zredukować liczbę wyników fałszywie dodatnich i zasad dostępu warunkowego usługi Azure AD.\n[Dowiedz się więcej][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Dodaj nowy zakres adresów IP (np. 40.77.182.32/27)", - "namedNetworkCountryNeeded": "Należy wybrać co najmniej jeden kraj", + "namedNetworkCountryNeeded": "Należy wybrać co najmniej jeden kraj/region", "namedNetworkDeleteCommand": "Usuń", "namedNetworkDeleteDescription": "Czy na pewno chcesz usunąć „{0}”? Tej akcji nie można cofnąć.", "namedNetworkDeleteTitle": "Czy na pewno?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Lokalizacje", "policyConditionLocationDescription": "Lokalizacja (ustalana podstawie zakresu adresów IP), z której loguje się użytkownik", "policyConditionLocationPreview": "Lokalizacje (wersja zapoznawcza)", - "policyConditionSigninRisk": "Poziom ryzyka logowania", + "policyConditionSigninRisk": "Ryzyko logowania", "policyConditionSigninRiskDescription": "Prawdopodobieństwo, że loguje się ktoś inny niż użytkownik. Poziom ryzyka może być wysoki, średni lub niski. Wymaga licencji usługi Azure AD Premium 2.", - "policyConditionUserRisk": "Poziom ryzyka użytkownika", + "policyConditionUserRisk": "Ryzyko związane z użytkownikiem", "policyConditionUserRiskDescription": "Konfigurowanie poziomów ryzyka związanego z użytkownikiem potrzebnych do wymuszania zasad", "policyConditioniClientApp": "Aplikacje klienckie", "policyControlAllowAccessDisplayedName": "Przyznaj dostęp", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Zasady klasyczne nie są oceniane przez to narzędzie.", "whatIfClientAppInfo": "Aplikacja kliencka, z której użytkownik się loguje. Na przykład „Przeglądarka”.", - "whatIfCountry": "Kraj", - "whatIfCountryInfo": "Kraj, z której loguje się użytkownik.", + "whatIfCountry": "Kraj/region", + "whatIfCountryInfo": "Kraj/region, z której loguje się użytkownik.", "whatIfDevicePlatformInfo": "Platforma urządzeń, z której loguje się użytkownik.", "whatIfDeviceStateInfo": "Stan urządzenia, z którego loguje się użytkownik", "whatIfEnterIpAddress": "Wprowadź adres IP (np. 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Użytkownicy i grupy", "whatIfIpAddress": "Adres IP", "whatIfIpAddressInfo": "Adres IP, z której loguje się użytkownik.", - "whatIfIpCountryInfoBoxText": "W przypadku używania adresu IP lub kraju oba pola będą wymagane i powinny być poprawnie mapowane na siebie.", + "whatIfIpCountryInfoBoxText": "W przypadku używania adresu IP lub kraju/regionu oba pola będą wymagane i powinny być poprawnie mapowane na siebie.", "whatIfPolicyAppliesTab": "Zasady, które będą miały zastosowanie", "whatIfPolicyAppliesTabWithCount": "Zasady, które można zastosować ({0})", "whatIfPolicyDoesNotApplyTab": "Zasady, które nie będą miały zastosowania", "whatIfPolicyDoesNotApplyTabWithCount": "Zasady, których nie można zastosować ({0})", "whatIfReasons": "Przyczyny braku zastosowania tych zasad", "whatIfSelectClientApp": "Wybierz aplikację kliencką...", - "whatIfSelectCountry": "Wybierz kraj...", + "whatIfSelectCountry": "Wybierz kraj/region...", "whatIfSelectDevicePlatform": "Wybierz platformę urządzenia...", "whatIfSelectPrivateLink": "Wybierz łącze prywatne...", "whatIfSelectServicePrincipalRisk": "Wybierz ryzyko jednostki usługi...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Tożsamości obciążeń (wersja zapoznawcza)", + "workloadIdentitiesLicenseText": "Do edytowania tych zasad jest wymagana licencja premium P1 lub P2 tożsamości obciążenia.", "workloadIdentity": "Tożsamość obciążeń" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Skonfiguruj urządzenia na potrzeby wstępnej aprowizacji i przypisz je do użytkowników.", + "title": "Przygotowywanie urządzenia" + }, + "EnrollmentSettings": { + "description": "Skonfiguruj ustawienia rejestracji, takie jak blokowanie rejestracji i przypisywanie do użytkowników.", + "title": "Ustawienia rejestracji" + }, "coManagementAuthorityDesc": "Konfiguruj ustawienia współzarządzania na potrzeby integracji z programem Configuration Manager", "coManagementAuthorityTitle": "Ustawienia współzarządzania ", "deploymentProfiles": "Profile wdrażania rozwiązania Windows Autopilot", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "Maksymalna długość adresu URL informacji to 1024 znaki", "installAsManaged": "Instaluj jako zarządzaną", "installationSourceLabel": "Typ aplikacji", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Pokaż jako polecaną aplikację w Portalu firmy", "isMAMEnabledToggleLabel": "Tak", "lastModifiedDateTime": "Godzina ostatniej aktualizacji", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Ustawienia" }, "infoBoxText": "Jedyną obecnie dostępną dedykowaną kontrolą aktualizacji dotyczącej jakości poza istniejącymi zasadami pierścieni aktualizacji systemu Windows 10 i nowszych jest możliwość przyspieszenia aktualizacji dotyczących jakości dla urządzeń, które są poza określonym poziomem poprawek. Dodatkowe kontrole będą dostępne w przyszłości.", + "licenseLearnMoreText": "Dowiedz się więcej o wymaganiach wstępnych i zasadach aktualizacji dotyczących jakości.", + "licenseWarningBoxText": "Tworzenie zasad aktualizacji dotyczących jakości wymaga określonego licencjonowania.", "warningBoxText": "Przyspieszanie aktualizacji oprogramowania może skrócić czas do uzyskania zgodności w razie potrzeby, ale ma większy wpływ na produktywność użytkowników końcowych. Znacznie wzrasta prawdopodobieństwo wymuszonych ponownych uruchomień w godzinach pracy użytkowników." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Ustawienia konfiguracji przeglądarki Microsoft Edge", @@ -10660,6 +10740,23 @@ "withEnrollment": "Z rejestracją", "withoutEnrollment": "Bez rejestracji" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Autor", + "template": "Nazwa szablonu" + } + }, + "SettingsCatalog": { + "subtitle": "Zacznij od zera i wybierz żądane ustawienia z biblioteki dostępnych ustawień", + "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.", + "title": "Szablony" + }, + "noData": "Nie znaleziono żadnych szablonów zasad" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Klient stacjonarny usługi Project Online", "visioProRetail": "Visio Online (plan 2)" @@ -10844,6 +10941,12 @@ "withEnrollment": "Z rejestracją", "withoutEnrollment": "Bez rejestracji" }, + "DisplayRoleTypes": { + "builtInRole": "Rola wbudowana", + "customCloudPCRole": "Niestandardowa rola systemu Windows 365", + "customIntuneRole": "Niestandardowa rola usługi Intune", + "customRole": "Rola niestandardowa" + }, "InstallContextType": { "device": "Urządzenie", "deviceContext": "Kontekst urządzenia", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Aktualizuj przy następnym meldowaniu", "duringTimeWindows": "Aktualizuj w zaplanowanym czasie", - "header": "Domyślnie, gdy zasady aktualizacji oprogramowania systemu iOS/iPadOS są przypisane do urządzenia, usługa Intune wdraża najnowsze aktualizacje po zameldowaniu się urządzenia (co około 8 godzin). Możesz również zamiast tego utworzyć harmonogram tygodniowy z niestandardowymi czasami rozpoczęcia i zakończenia. Jeśli zaktualizujesz poza zaplanowanym czasem, usługa Intune nie wdroży aktualizacji do momentu zakończenia zaplanowanego czasu.", + "header": "Domyślnie, gdy zasady aktualizacji są przypisane do urządzenia, usługa Intune wdraża najnowsze aktualizacje po zaewidencjonowaniu urządzenia. Możesz również zamiast tego utworzyć harmonogram tygodniowy z niestandardowymi terminami rozpoczęcia i zakończenia. Jeśli zdecydujesz się zaktualizujesz poza zaplanowanym terminem, usługa Intune nie wdroży aktualizacji do momentu zakończenia zaplanowanego terminu.", "infoBalloon": "Kiedy nastąpi aktualizacja. Aby zaplanować aktualizacje w trakcie zaplanowanych godzin lub poza nimi, wymagane są dodatkowe dane wejściowe.", "label": "Typ harmonogramu", "outsideActiveHours": "Aktualizuj poza godzinami aktywnego użytkowania (starsza wersja)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Kontakty administracyjne", "appPackaging": "Pakiety aplikacji", + "businessGroups": "Grupy biznesowe", "devices": "Urządzenia", "feedback": "Opinie", "gettingStarted": "Wprowadzenie", @@ -11479,6 +11583,7 @@ "cartProfiles": "Profile koszyków", "certificateConnectors": "Łączniki certyfikatu", "chromeEnterprise": "Chrome Enterprise (wersja zapoznawcza)", + "cloudAttachedDevices": "Urządzenia podłączone do chmury (wersja zapoznawcza)", "compliancePolicies": "Zasady zgodności", "complianceScriptManagement": "Skrypty", "complianceScriptManagementPreview": "Skrypty (wersja zapoznawcza)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Błędy aktualizacji funkcji (wersja zapoznawcza)", "failuresForQualityUpdates": "System Windows — przyspieszone niepowodzenia aktualizacji (wersja zapoznawcza)", "featureFlighting": "Pilotaż funkcji", - "featureUpdateDeployments": "Aktualizacje funkcji dla systemu Windows 10 i nowszego (wersja zapoznawcza)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Testowanie", "fotaUpdate": "Bezprzewodowa aktualizacja oprogramowania układowego", "groupPolicy": "Szablony administracyjne", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Nieukończone rejestracje użytkowników", "iosUpdates": "Zasady aktualizacji dla systemu iOS/iPadOS", "legacyPcManagement": "Zarządzanie starszymi komputerami", - "macOSSoftwareUpdate": "Aktualizuj zasady dla systemu macOS", - "macOSSoftwareUpdateAccountSummaries": "Stan instalacji dla urządzeń z systemem macOS", + "macOSSoftwareUpdate": "Aktualizuj zasady dla systemu macOS (wersja zapoznawcza)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "Podsumowanie aktualizacji oprogramowania", "macOSSoftwareUpdateStateSummaries": "aktualizacje", "managedGooglePlay": "Zarządzany sklep Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Dostawcy rękojmi", "wdacSupplementalPolicies": "Uzupełniające zasady trybu S", "windows10DriverUpdate": "Aktualizacje sterowników dla systemu Windows 10 i nowszych (wersja zapoznawcza)", - "windows10QualityUpdate": "Aktualizacje dotyczące jakości systemu Windows 10 i nowszych (wersja zapoznawcza)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Pierścienie aktualizacji dla systemu Windows 10 i nowszego", "windows10XPolicyFailures": "Błędy zasad systemu Windows 10X", "windows365Connector": "Łącznik systemu Windows 365 Citrix", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Łącznik systemu Windows 365 Citrix (wersja zapoznawcza)", + "windowsDiagnosticData": "Dane systemu Windows", "windowsEnterpriseCertificate": "Certyfikat przedsiębiorstwa systemu Windows", "windowsManagement": "Skrypty programu PowerShell", "windowsSideLoadingKeys": "Klucze ładowania bezpośredniego systemu Windows", diff --git a/Documentation/Strings-pt.json b/Documentation/Strings-pt.json index ec35af5..48f86c5 100644 --- a/Documentation/Strings-pt.json +++ b/Documentation/Strings-pt.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Teacher certificates", "emailProfile": "Email", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Mobile device management configuration", "extensibleSingleSignOn": "Single sign-on app extension", "filevault": "FileVault", "firewall": "Firewall", @@ -508,7 +507,10 @@ "deploymentSettings": "Deployment settings", "groupAssignmentSettings": "Assignments", "scopeSettings": "Scope tags" - } + }, + "gradualRolloutLicenseWarning": "This capability requires specific licensing.", + "gradualRolloutLicenseWarningEdit": "This capability may continue to be used and configured until the policy is saved without this capability selected.", + "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -649,7 +651,7 @@ "androidLink": "https://play.google.com/store/apps/details?id=com.microsoft.office.outlook", "microsoftStore": "Enter the 'Link for Intune' URL for the app provided from the store. For more information, see {0}.", "microsoftStoreLink": "https://go.microsoft.com/fwlink/?linkid=2115228", - "microsoftStoreLinkText": "Add Microsoft Store apps to Microsoft Intune", + "microsoftStoreLinkText": "Add Microsoft Store apps (legacy) to Microsoft Intune", "windows": "Enter the link to the app listing in the Microsoft Store. For example:", "windowsLink": "https://www.microsoft.com/en-us/p/microsoft-to-do-lists-tasks-reminders/9nblggh5r558" }, @@ -676,7 +678,8 @@ "selectApp": "Search the App Store for iOS store apps that you want to deploy with Intune.", "useManagedBrowser": "If required, when a user opens the web app, it will open in an Intune-protected browser such as Microsoft Edge or Intune Managed Browser. This setting applies to both iOS and Android devices.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​" + "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​", + "winGetStoreSelectApp": "Search the Microsoft Store app (new) for store apps that you want to deploy with Intune." }, "descriptionPreview": "Preview", "descriptionRequired": "Description is required.", @@ -800,10 +803,10 @@ "azureADDevice": "Associated Azure AD device", "batch": "Group tag", "dateAssigned": "Date assigned", - "deviceAccountFriendlyName": "Device account friendly name", "deviceAccountPwd": "Device account password", "deviceAccountUpn": "Device account", "deviceDisplayName": "Device name", + "deviceFriendlyName": "Device friendly name", "deviceName": "Device name", "deviceUseType": "Device-use type", "enrollmentState": "Enrollment state", @@ -924,10 +927,10 @@ "azureADDevice": "Go to device details for associated device. N/A means that there's no associated device.", "batch": "A string attribute that can be used to identify a group of devices. Intune's group tag field maps to the OrderID attribute on Azure AD devices.", "dateAssigned": "Timestamp of when the profile was assigned to the device.", - "deviceAccountFriendlyName": "Device account friendly name for Surface Hub devices", - "deviceAccountPwd": "Device account password for Surface Hub devices", - "deviceAccountUpn": "Device account email for Surface Hub devices", + "deviceAccountPwd": "Device account password for Surface Hub devices. If entered, also fill out device account and friendly name.", + "deviceAccountUpn": "Device account email for Surface Hub devices. If entered, also fill out device account password and friendly name.", "deviceDisplayName": "Configure a unique name for a device. This name will be ignored in Hybrid Azure AD joined deployments. Device name still comes from the domain join profile for Hybrid Azure AD devices.", + "deviceFriendlyName": "Device friendly name for Surface Hub devices. If entered, also fill out device account and device account password.", "deviceName": "The name shown when someone tried to discover and connect to the device.", "deviceUseType": " Device would setup based on your choice. You can always change later in settings.​\n ", "enrollmentState": "Specifies if the device has enrolled.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Error message", "customMessageToggle": "Show custom message when time limit or error occurs", "enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)", + "installQualityUpdatesToggle": "Install Windows quality updates (might restart the device)", "progressToggle": "Show app and profile configuration progress", "resetToggle": "Allow users to reset device if installation error occurs", "timeout": "Show an error when installation takes longer than specified number of minutes" @@ -1355,7 +1362,7 @@ "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", "windowsPhone81StoreApp": "Windows Phone 8.1 store app", "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app", + "windowsStoreApp": "Microsoft Store app (legacy)", "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", "windowsUniversalLobApp": "Windows Universal line-of-business app", "windowsWebApp": "Windows web link" @@ -1367,7 +1374,7 @@ }, "AndroidBackup": { "label": "Backup org data to Android backup services", - "tooltip": "Select {0} to prevent backup of org data to Android backup services. \nSelect {1} to permit backup of org data to Android backup services. \nPersonal or unmanaged data is not affected." + "tooltip": "Select {0} to prevent backup of org data to Android backup services.\nSelect {1} to permit backup of org data to Android backup services.\nPersonal or unmanaged data is not affected." }, "AndroidBiometricAuthentication": { "label": "Biometrics instead of PIN for access", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Unmanaged browser protocol", - "tooltip": "

Enter the protocol for a single unmanaged browser. Web content (http/s) from policy managed applications will open in any app that supports this protocol.

\n \n

Note: Include only the protocol prefix. If your browser requires links of the form \"mybrowser://www.microsoft.com\", enter \"mybrowser\".

" + "tooltip": "

Enter the protocol for a single unmanaged browser. Web content (http/s) from policy managed applications will open in any app that supports this protocol.

\n\n

Note: Include only the protocol prefix. If your browser requires links of the form \"mybrowser://www.microsoft.com\", enter \"mybrowser\".

" }, "CustomDialerAppDisplayName": { "label": "Dialer App Name" @@ -1435,7 +1442,7 @@ "tooltip": "Select {0} to enforce encrypting org data with Intune app layer encryption.\n
\nSelect {1} to not enforce encrypting org data with Intune app layer encryption.\n\n
\nNote: For more information on Intune app layer encryption, see {2}." }, "EncryptDataAndroid": { - "tooltip": "

Choose Require to enable encryption of work or school data in this app. Intune uses an OpenSSL, 256-bit AES encryption scheme along with the Android Keystore system to securely encrypt app data. Data is encrypted synchronously during file I/O tasks. Content on the device storage is always encrypted. The SDK will continue to provide support of 128-bit keys for compatibility with content and apps that use older SDK versions.

\n\n

The encryption method is FIPS 140-2 compliant.

" + "tooltip": "

Choose Require to enable encryption of work or school data in this app. Intune uses a wolfSSL, 256-bit AES encryption scheme along with the Android Keystore system to securely encrypt app data. Data is encrypted synchronously during file I/O tasks. Content on the device storage is always encrypted. New files will be encrypted with 256-bit keys. Existing 128-bit encrypted files will undergo a migration attempt to 256-bit keys, but the process is not guaranteed. Files encrypted with 128-bit keys will remain readable.

\n\n

The encryption method is FIPS 140-2 compliant.

" }, "EncryptDataIos": { "tooltip1": "Choose Require to enable encryption of work or school data in this app. Intune enforces iOS/iPadOS device encryption to protect app data while the device is locked. Applications may optionally encrypt app data using Intune APP SDK encryption. Intune APP SDK uses iOS/iPadOS cryptography methods to apply 128-bit AES encryption to app data.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Org data notifications", - "tooltip": "

Select one of the following options to specify how notifications for org accounts are shown for this app and any connected devices such as wearables:

\n

{0}: Do not share notifications.

\n

{1}: Do not share org data in notifications. If not supported by the application, notifications are blocked.

\n

{2}: Share all notifications.

\n

Android only:\n Note: This setting does not apply to all applications. For more information see {3} 

\n \n

iOS only:\nNote: This setting does not apply to all applications. For more information see {4}

" + "tooltip": "

Select one of the following options to specify how notifications for org accounts are shown for this app and any connected devices such as wearables:

\n

{0}: Do not share notifications.

\n

{1}: Do not share org data in notifications. If not supported by the application, notifications are blocked.

\n

{2}: Share all notifications.

\n

Android only:\n Note: This setting does not apply to all applications. For more information see {3} 

\n\n

iOS only:\nNote: This setting does not apply to all applications. For more information see {4}

" }, "OpenLinksManagedBrowser": { "label": "Restrict web content transfer with other apps", - "tooltip": "

Select one of the following options to specify the apps that this app can open web content in:

\n

Edge: Allow web content to open only in Edge

\n

Unmanaged browser: Allow web content to open only in the unmanaged browser defined by \"Unmanaged browser protocol\" setting

\n

Any app: Allow web links in any app

" + "tooltip": "

Select one of the following options to specify the apps that this app can open web content in:

\n

Microsoft Edge: Allow web content to open only in Microsoft Edge. Learn how Microsoft Edge protects your data.

\n

Unmanaged browser: Allow web content to open only in the unmanaged browser defined by \"Unmanaged browser protocol\" setting

\n

Any app: Allow web links in any app

" }, "OverrideBiometric": { "tooltip": "If required, depending on the timeout (minutes of inactivity), a PIN prompt will override biometric prompts. If this timeout value is not met, the biometric prompt will continue to show. This timeout value should be greater than the value specified under 'Recheck the access requirements after (minutes of inactivity)'. " @@ -1515,7 +1522,7 @@ }, "SaveData": { "label": "Save copies of org data", - "tooltip": "Select {0} to prevent saving a copy of org data to a new location, other than the selected storage services, using \"Save As\".\n Select {1} to permit saving a copy of org data to a new location using \"Save As\".
\n\n\nNote: This setting does not apply to all applications. For more information see {2}.\n" + "tooltip": "Select {0} to prevent saving a copy of org data to a new location, other than the selected storage services, using \"Save As\".\n Select {1} to permit saving a copy of org data to a new location using \"Save As\".
\n\n\nNote: This setting does not apply to all applications. For more information see {2}.\n" }, "SaveDataToSelected": { "label": "Allow user to save copies to selected services", @@ -1606,7 +1613,7 @@ "pushNotification": "Send push notification to end user", "remoteLock": "Remotely lock the noncompliant device", "removeSourceAccessProfile": "Remove source access profile", - "retire": "Retire the noncompliant device", + "retire": "Add device to retire list", "wipe": "Wipe", "emailNotification": "Send email to end user" }, @@ -1746,6 +1753,7 @@ "weeks1": "Every 1 week" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 and later" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Specify the PowerShell script file. File must be less than 200KB.", "uploadLabel": "Script location" }, + "bashScriptObjectName": "Bash script", "createButtonText": "Add", "createPowershellScriptFlowSectionName": "Add PowerShell script", "customAttributeObjectName": "Custom attribute", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "The specified VPN client must be installed on the device, and it must support per-app VPN; otherwise, an error will occur. Note that you will need to approve the app in the Managed Google Play Store, sync the app to Intune, and deploy it in order for it to be installed.", "androidDeviceOwnerCustomPasswordDescription": "Create a device passcode for dedicated devices only. Can be 4-16 characters and contain numbers, letters, and special characters.", "androidDeviceOwnerCustomPasswordName": "Custom passcode", + "androidElevenAndBelowPasswordHeader": "Android 11 and earlier", + "androidElevenAndBelowPasswordHeaderDescription": "These settings work for devices running Android 11 or earlier.", "androidEnterpriseAlwaysOnVpnClientName": "VPN client", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Enter the package ID of the app in the Google Play store. For example, if the URL for the app in the Play store is https://play.google.com/store/details?id=com.contosovpn.android.prod, the package ID would be com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Package ID", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Beginning in October 2020, some settings will not be supported on Android devices that are running Android 10 and later and are not Samsung Knox. These settings are labeled with Android 9 and earlier or Samsung Knox. Click to learn more.", "androidTrustedServerCertificateNamesDescription": "This is the DNS name used in the certificate presented by the Radius Server during client authentication to the Wifi access point. If you have multiple Radius servers which have the same DNS suffix in their fully qualified domain name then the suffix alone may also be used. This allows devices to trust the server certificate presented to them. Learn more.
", "androidTrustedServerCertificateNamesName": "Radius server name", + "androidTwelveAndAbovePasswordHeader": "Android 12 and later", + "androidTwelveAndAbovePasswordHeaderDescription": "These settings work for devices running Android 12 or later.", + "androidTwelveDeprecationInfoBox": "Beginning in November 2022, some settings are not supported on Android devices that are running Android 12 and later. These settings are labeled with Android 11 and earlier. Click to learn more.", "androidZebraMxConfigurationFileXmlName": "Choose a valid Zebra MX XML file", "androidZebraMxConfigurationLearnMore": "​Learn more about managing Zebra devices", "androidZebraMxConfigurationXmlName": "MX profile in .xml format", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "e.g. outlook.office365.com", "exchangeActiveSyncHostName": "Email server", "exclusionAppListColumn": "App to exclude", - "expeditedCheckinEnableDescription": "Make devices check in every hour", - "expeditedCheckinEnableName": "Make devices check in every hour", "experienceAllowBrowserSyncSettingsDescription": "Specifies whether user can turn on browser setting to sync using the sync your settings options to sync information such as history and favorites between user’s devices. To configure this setting you must enable “Sync browser settings between user’s devices” setting.", "experienceAllowBrowserSyncSettingsName": "User can turn on sync browser settings​", "experienceDoNotSyncBrowserSettingsDescription": "When blocked, the default configuration (allow sync browser settings between devices) is turned off so that users cannot sync between devices. When \"block and enable user override\" is selected, user can override admin designation.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to devices enrolled through Apple's Automated Device Enrollment (with ABM or ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Learn More", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Learn More", - "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to devices enrolled through Apple's Automated Device Enrollment (with ABM or ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Weekly schedule", - "macOSSoftwareUpdateSelectScheduleTypeName": "By default, when a macOS Software Updates policy is assigned to a device, Intune deploys the latest updates at device check-in. You can also create a weekly schedule and specify a period of time when devices can check-in and receive updates. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", + "macOSSoftwareUpdateSelectScheduleTypeName": "By default, when an update policy is assigned to a device, Intune deploys the latest updates at device check-in. You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Select how downloads, installations, and/or notifications should occur for each type of update.", "macOSSystemExtensionsExtensionTypeName": "Allowed system extension types", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Students enrolled in an unmanaged Classroom course must get teacher consent to leave the course.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Offload NAT keepalive to hardware when device is asleep", "nATKeepAliveOffloadEnableToolTip": "By default, when a device is asleep, the NAT system will continuously check to make sure it's connected to the VPN. This setting lets you disable that behavior.", "nacIdCheckBoxLabel": "I agree.", - "nacIdDescCisco": "Cisco AnyConnect requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Cisco and their partners.", - "nacIdDescCitrix": "Citrix SSO requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Citrix and their partners.", - "nacIdDescF5": "F5 Access requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by F5 Access and their partners.", + "nacIdDescCisco": "Cisco AnyConnect requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Cisco and their partners. Click to learn more, including what data is shared with the service provider.", + "nacIdDescCitrix": "Citrix SSO requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Citrix and their partners. Click to learn more, including what data is shared with the service provider.", + "nacIdDescF5": "F5 Access requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by F5 Access and their partners. Click to learn more, including what data is shared with the service provider.", "nacIdHeader": "Enable network access control (NAC)", "nacIdHeaderCiscoToolTip": "The device ID will be encrypted and included in the VPN profile. When the user attempts to connect to the VPN, Cisco AnyConnect will pass this value to your NAC infrastructure, which will then query Intune with this value to determine if the device is enrolled and compliant.

Cisco AnyConnect is unable to access the device ID directly so in order to enable NAC, this value must be included in the VPN profile.", "nacIdHeaderCitrixToolTip": "The device ID will be encrypted and included in the VPN profile. When the user attempts to connect to the VPN, Citrix SSO will pass this value to your NAC infrastructure, which will then query Intune with this value to determine if the device is enrolled and compliant.

Citrix SSO is unable to access the device ID directly so in order to enable NAC, this value must be included in the VPN profile.", @@ -6016,6 +6028,15 @@ "shutdown": "Shutdown", "signatureUpdateIntervalInHoursName": "Security intelligence update interval (in hours)", "signingCertificateType": "Signing certificate type", + "silentCertAccessAddApps": "Add apps", + "silentCertAccessApplicationsName": "Applications", + "silentCertAccessMaxAppsWarn": "Select a maximum of 50 apps to grant silent certificate access to", + "silentCertAccessMinAppsWarn": "Select at least one app to grant silent certificate access to", + "silentCertAccessSpecificApps": "Grant silently for specific apps (require user approval for other apps)", + "silentCertAccessTabName": "Apps", + "silentCertAccessTypeDescription": "Choose how certificate access is granted to applications", + "silentCertAccessTypeName": "Certificate access", + "silentCertAccessUserApproval": "Require user approval for all apps", "simpleDownloadOption": "Simple download mode with no peering (99)", "simultaneousMultiThreadingName": "Simultaneous multithreading", "singleAppModeAppNameDescription": "The name of the app.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N edition", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "By selecting this option you are agreeing that when applying this operating system to a device either (1) the applicable Windows license was purchased though volume licensing, or (2) that you are authorized to bind your organization and are accepting on its behalf the relevant Microsoft Software License Terms to be found here {0}.", "windowsAppNonComplianceTypeDescription": "We recommend asking your users to accept a Terms of Use, to acknowledge that certain apps will be blocked from installation. Use the blocked apps list to specify the Windows Phone apps not managed by Intune that users cannot install. For the allowed apps list, all apps, including the company portal and any deployed apps must be added to the list using the app store URL format", "windowsAppUrlExample": "e.g. https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "These settings work for corporate-owned work profile devices and only apply during personal usage.", "workProfileRequirePasswordDescription": "Require a password to use work apps. This can be separate from the device password. Requires Android 7.0+ ", "workProfileRequirePasswordName": "Require Work Profile Password", + "workProfileRequiredPasswordComplexityDescription": "Specify the required password complexity.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "Specify the type of password required.", "workProfileRequiredPasswordTypeName": "Required password type", "workspaceIDName": "Workspace ID", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM Device ID", "mdmWipInvalidVersionSettings": "One or more apps have invalid minimum/maximum version definitions.

Windows Information Protection With Enrollment policies support specifying only one of the minimum or maximum versions, unless both versions are specified as being equivalent. When only the minimum version is specified, the rule is set for greater than or equal to minimum version. Similarly, when only the maximum version is specified, the rule is set for lesser that equal to the maximum version.", "mdmWipReport": "MDM Windows Information Protection Report", + "microsoftDefenderForEndpoint": "Microsoft Defender For Endpoint", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Min app version", "minMaxValidation": "Minimum OS version has to be lower than the Maximum OS version, when the action is the same.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Min Company Portal version", "minimumDeviceSelection": "At least 1 device has to be selected", "mobileAppCRUDpermission": "Mobile apps read, create, and assign permission", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (Non-Microsoft)", "monitor": "Monitor", "moreApps": "More apps", "moreAppsTextBoxTooltip": "Add line-of-business apps here if you do not have access to the full Intune portal.", - "mtdConnectorInfoBox1": "Important! Make sure your Mobile Threat Defense Connector is set up in order to properly secure your organization’s data based on threat evaluations from the connected Mobile Threat Defense services.", + "mtdConnectorInfoBox1": "Important! Make sure your Mobile Threat Defense (MTD) connector is set up in order to properly secure your organization’s data based on threat evaluations from the connected Mobile Threat Defense services.", "mtdConnectorInfoBox2": "Learn more about Mobile Threat Defense for unenrolled devices.", + "mtdConnectorInfoBox3": "If your tenant has a connection set up with both Microsoft Defender for Endpoint and a MTD service (non-Microsoft) and do not configure a primary MTD service or there is a conflict when targeting a user, the default will be Microsoft Defender for Endpoint.", "name": "Name", "networkBoundariesInfoBoxText": "Add /*AppCompat*/ to your list of cloud resources to enable TLS connections by personal apps that connect directly to a cloud resource through an IP address.", "networkBoundariesInfoParagraph1": "Choose where protected apps can access enterprise data on your network.", @@ -7735,6 +7763,7 @@ "portNumber": "Port Number", "portNumberDesc": "Port for the proxy specified in proxy address", "prefix": "Prefix", + "primaryMtdService": "Primary MTD service", "productName": "Product name", "properties": "Properties", "protected": "Protected", @@ -7813,6 +7842,7 @@ "setting": "Setting", "settingName": "Setting name", "settings": "Settings", + "settingsCatalog": "Settings catalog", "settingsSelectorLabel": "Settings", "silent": "Silent", "specificUserIsLicensedIntune": "{0} is licensed for Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Managed by policy", "targetediOSUserPartTitle": "User status for iOS", "threatCategory": "Threat category", + "tileDeprecated": "This tile has been deprecated. Please remove this tile from your dashboard.", "timeColumnLabel": "Time", "timebombLabel": "Offline interval before app data is wiped (days)", "timebombToolTip": "After the specified number of days without the device syncing to Intune, Windows will perform a selective wipe on the device, which will unenroll the apps for MAM enrollment and remove encrypted and protected corporate data. The default for this setting is 90 days. Setting this value to 0 will disable the setting.", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary as defined in the network location list. When this policy is not specified, the existing auto-encryption behavior is applied. When this policy is configured, only files with the extensions in the list will be encrypted.​", "wipStoreApps": "Store apps", "wipWeAppsListInfo": "These apps are allowed to access your enterprise data and will interact differently when used with unallowed, non-enterprise aware, or personal-only apps. Only enlightened apps are allowed on devices without MDM.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Before Windows 10 and later policies can take effect, set the MAM URLs in AAD to Microsoft Intune by choosing “Restore default URLs” and defining the user scope.", "wipWebsiteLearningTitle": "Website learning for Windows Information Protection", "wipeData": "Wipe data", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Use a custom detection script", "runAs32Bit": "Run script as 32-bit process on 64-bit clients", "runAs32BitTooltip": "Select 'Yes' to run the script in a 32-bit process on 64-bit clients. Select 'No' (default) to run the script in a 64-bit process on 64-bit clients. 32-bit clients run the script in a 32-bit process.", + "scriptContent": "Script content", "scriptFile": "Script file", "scriptFileNotSelectedValidation": "No script file is selected.", "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. The app will be detected when the script both returns a 0 value exit code and writes a string value to STDOUT.", @@ -8307,9 +8342,6 @@ "string": "String", "version": "Version" }, - "ScriptContent": { - "emptyMessage": "Script content should not be empty." - }, "duplicateName": "Script name {0} has already been used. Please enter a different name.", "enforceSignatureCheck": "Enforce script signature check", "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Select the operator for the requirement comparison.", "requirementMethod": "Select output data type", "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", + "scriptContent": "Script content", "scriptFile": "Script file", "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", "scriptName": "Script name", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", "descPlaceholder": "Add description for the authentication context", "modifyTitle": "Modify authentication context", "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", @@ -8396,15 +8430,15 @@ "description": "Description", "documentation": "Documentation", "getStarted": "Get started", - "label": "Authentication context (preview)", - "menuLabel": "Authentication context (Preview)", + "label": "Authentication context", + "menuLabel": "Authentication context", "name": "Name", "noAuthContextConfigured": "No authentication contexts have been configured.", "noAuthContextSet": "There are no authentication contexts", "noData": "No authentication contexts to display", "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", "step": "Step", - "tabDescription": "Manage authentication context to protect data and actions in your apps. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Tag resources with an authentication context" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Guest or external users", "internalGuestLabel": "Local guest users", "otherExternalUserLabel": "Other external users", + "previewTag": "{0} (preview)", "serviceProviderUsersLabel": "Service provider users" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Country lookup method", + "ariaLabel": "Country/Region lookup method", "gps": "Determine location by GPS coordinates", "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", "ip": "Determine location by IP address (IPv4 only)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Configure service principal risk levels needed for policy to be enforced​", "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", - "title": "Service principal risk (Preview)" + "title": "Service principal risk" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Enable/Disable Continuous access evaluation", "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9199,6 +9239,7 @@ } }, "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", "tenantIdWithPlaceholder": "Tenant ID: {0}", "tenantSelectionRequired": "Tenant required" }, @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP Ranges", "downloadExampleFileName": "Example", "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", "endDatePickerLabel": "Ends", "endTimePickerLabel": "End time", - "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", - "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterCountryText": "IP address and Country/Region are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country/Region are evaluated in a pair. Input the IP address.", "enterUserText": "No user is selected. Select a user.", "evaluationResult": "Evaluation result", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Info", "invalidCertDuration": "Invalid cert duration", "invalidIpAddress": "Value must be a valid IP address", - "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk level\" condition control.", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", - "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkCountryNeeded": "You need to select at least one country/region", "namedNetworkDeleteCommand": "Delete", "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", "namedNetworkDeleteTitle": "Are you sure?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Locations", "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", "policyConditionLocationPreview": "Locations (Preview)", - "policyConditionSigninRisk": "Sign-in risk level", + "policyConditionSigninRisk": "Sign-in risk", "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", - "policyConditionUserRisk": "User risk level", + "policyConditionUserRisk": "User risk", "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", "policyConditioniClientApp": "Client apps", "policyControlAllowAccessDisplayedName": "Grant access", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", - "whatIfCountry": "Country", - "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfCountry": "Country/Region", + "whatIfCountryInfo": "The country/region the user is signing in from.", "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", "whatIfDeviceStateInfo": "The device state the user is signing in from", "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Users and groups", "whatIfIpAddress": "IP address", "whatIfIpAddressInfo": "IP address the user is signing in from.", - "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country/Region, both fields will be required and should correctly map together.", "whatIfPolicyAppliesTab": "Policies that will apply", "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", "whatIfReasons": "Reasons why this policy will not apply", "whatIfSelectClientApp": "Select a client app...", - "whatIfSelectCountry": "Select country...", + "whatIfSelectCountry": "Select country/region...", "whatIfSelectDevicePlatform": "Select device platform...", "whatIfSelectPrivateLink": "Select private link...", "whatIfSelectServicePrincipalRisk": "Select service principal risk...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Workload identities (preview)", + "workloadIdentitiesLicenseText": "A workload identities premium P1 or P2 license is required to edit this policy.", "workloadIdentity": "Workload identity" }, "AppResources": { @@ -9977,7 +10021,7 @@ "teamsApp": "Teams app", "webApp": "Web link", "winGetPublicApp": "Windows Package Manager Community Repository", - "winGetStoreApp": "Microsoft Store Repository", + "winGetStoreApp": "Microsoft Store app (new)", "windowsAppXLobApp": "Windows AppX line-of-business app", "windowsClassicApp": "Windows app (Win32)", "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", @@ -9986,7 +10030,7 @@ "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", "windowsPhone81StoreApp": "Windows Phone 8.1 store app", "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app", + "windowsStoreApp": "Microsoft Store app (legacy)", "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", "windowsUniversalLobApp": "Windows Universal line-of-business app", "windowsWebApp": "Windows web link" @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure devices for initial provisioning and assign to users.", + "title": "Device preparation" + }, + "EnrollmentSettings": { + "description": "Configure enrollment settings such as blocking enrollment and assign to users.", + "title": "Enrollment settings" + }, "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", "coManagementAuthorityTitle": "Co-management Settings ", "deploymentProfiles": "Windows Autopilot deployment profiles", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", "installAsManaged": "Install as managed", "installationSourceLabel": "App type", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Show this as a featured app in the Company Portal", "isMAMEnabledToggleLabel": "Yes", "lastModifiedDateTime": "Last updated Time", @@ -10235,7 +10289,7 @@ "searchAppLabel": "Select app", "searchAppLinkText": "Search the App Store", "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", - "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store Repository", + "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", "selectAAD": "Select an AAD attribute", "selectAppFileLabel": "Select file", "selectAppFileLinkText": "Select app package file", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Settings" }, "infoBoxText": "The only dedicated quality update control currently available other than the existing update rings policy for Windows 10 and later is the ability to expedite quality updates for devices that fall behind a specified patch level. Additional controls will be available in the future.", + "licenseLearnMoreText": "Learn more about pre-requisites and quality update policies.", + "licenseWarningBoxText": "Creating quality update policies requires specific licensing.", "warningBoxText": "While expediting software updates can help decrease the time to get to compliance when necessary, it has a larger impact on end-user productivity. The chances that they will experience a restart during business hours is significantly increased." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge configuration settings", @@ -10660,6 +10740,23 @@ "withEnrollment": "With enrollment", "withoutEnrollment": "Without enrollment" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Author", + "template": "Template name" + } + }, + "SettingsCatalog": { + "subtitle": "Start from scratch and select settings you want from the library of available settings", + "title": "Settings catalog" + }, + "Templates": { + "subtitle": "Templates contain groups of settings, organized by functionality. Use a template when you don't want to build policies manually or want to configure devices to access corporate networks, such as configuring WiFi or VPN.", + "title": "Templates" + }, + "noData": "No policy templates found" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online Desktop Client", "visioProRetail": "Visio Online Plan 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "With enrollment", "withoutEnrollment": "Without enrollment" }, + "DisplayRoleTypes": { + "builtInRole": "Built-in Role", + "customCloudPCRole": "Custom Windows 365 role", + "customIntuneRole": "Custom Intune role", + "customRole": "Custom Role" + }, "InstallContextType": { "device": "Device", "deviceContext": "Device context", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Update at next check-in", "duringTimeWindows": "Update during scheduled time", - "header": "By default, when an iOS/iPadOS Software Updates policy is assigned to a device, Intune deploys the latest updates at device check-in (approximately every 8 hours). You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", + "header": "By default, when an update policy is assigned to a device, Intune deploys the latest updates at device check-in. You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", "infoBalloon": "When the updates will occur. Additional input is required to schedule updates during or outside of scheduled times.", "label": "Schedule type", "outsideActiveHours": "Update outside of active hours (legacy)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Admin contacts", "appPackaging": "App packaging", + "businessGroups": "Business Groups", "devices": "Devices", "feedback": "Feedback", "gettingStarted": "Getting started", @@ -11479,6 +11583,7 @@ "cartProfiles": "Cart profiles", "certificateConnectors": "Certificate connectors", "chromeEnterprise": "Chrome Enterprise (preview)", + "cloudAttachedDevices": "Cloud attached devices (preview)", "compliancePolicies": "Compliance policies", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Feature update failures (preview)", "failuresForQualityUpdates": "Windows Expedited update failures (preview)", "featureFlighting": "Feature flighting", - "featureUpdateDeployments": "Feature updates for Windows 10 and later (preview)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Flighting", "fotaUpdate": "Firmware over-the-air update", "groupPolicy": "Administrative Templates", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Incomplete user enrollments", "iosUpdates": "Update policies for iOS/iPadOS", "legacyPcManagement": "Legacy PC management", - "macOSSoftwareUpdate": "Update policies for macOS", - "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices", + "macOSSoftwareUpdate": "Update policies for macOS (preview)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "Software updates summary", "macOSSoftwareUpdateStateSummaries": "updates", "managedGooglePlay": "Managed Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Warranty vendors", "wdacSupplementalPolicies": "S mode supplemental policies", "windows10DriverUpdate": "Driver updates for Windows 10 and later (preview)", - "windows10QualityUpdate": "Quality updates for Windows 10 and later (preview)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Update rings for Windows 10 and later", "windows10XPolicyFailures": "Windows 10X policy failures", "windows365Connector": "Windows 365 Citrix connector", "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windowsDiagnosticData": "Windows data", "windowsEnterpriseCertificate": "Windows enterprise certificate", "windowsManagement": "PowerShell scripts", "windowsSideLoadingKeys": "Windows side loading keys", diff --git a/Documentation/Strings-ru.json b/Documentation/Strings-ru.json index a7516d7..c1edc07 100644 --- a/Documentation/Strings-ru.json +++ b/Documentation/Strings-ru.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Сертификаты преподавателей", "emailProfile": "Электронная почта", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Конфигурация управления мобильным устройством", "extensibleSingleSignOn": "Расширение единого входа для приложения", "filevault": "FileVault", "firewall": "Брандмауэр", @@ -508,7 +507,10 @@ "deploymentSettings": "Параметры развертывания", "groupAssignmentSettings": "Назначения", "scopeSettings": "Теги области" - } + }, + "gradualRolloutLicenseWarning": "Эта возможность требует специального лицензирования.", + "gradualRolloutLicenseWarningEdit": "Эту возможность можно продолжать использовать и настраивать до тех пор, пока политика не будет сохранена без выбранной возможности.", + "licenseLearnMoreText": "Дополнительные сведения о предварительных требованиях и политиках обновления функций." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Найдите в App Store приложения iOS, которые хотите развернуть в Intune.", "useManagedBrowser": "При необходимости открываемое пользователем веб-приложение будет открываться в браузере, защищенном Intune, например в Microsoft Edge или Intune Managed Browser. Этот параметр применяется к устройствам с iOS и Android.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "Файл, содержащий приложение в формате для загрузки неопубликованных приложений на устройство. Допустимый тип пакета: .intunewin.​" + "win32AppPackageFile": "Файл, содержащий приложение в формате для загрузки неопубликованных приложений на устройство. Допустимый тип пакета: .intunewin.​", + "winGetStoreSelectApp": "Найдите в репозитории Microsoft Store приложения, которые вы хотите развернуть с помощью Intune." }, "descriptionPreview": "Предварительная версия", "descriptionRequired": "Требуется описание.", @@ -800,10 +803,10 @@ "azureADDevice": "Связанное устройство Azure AD", "batch": "Тег группы", "dateAssigned": "Дата назначения", - "deviceAccountFriendlyName": "Понятное имя учетной записи устройства", "deviceAccountPwd": "Пароль учетной записи устройства", "deviceAccountUpn": "Device account", "deviceDisplayName": "Имя устройства", + "deviceFriendlyName": "Понятное имя устройства", "deviceName": "имя устройства.", "deviceUseType": "Тип использования устройства", "enrollmentState": "Состояние регистрации", @@ -924,10 +927,10 @@ "azureADDevice": "Перейдите к сведениям о связанном устройстве. \"Н/Д\" означает, что связанное устройство отсутствует.", "batch": "Строковый атрибут, позволяющий идентифицировать группу устройств. Поле \"Тег группы\" в Intune сопоставляется с атрибутом OrderID на устройствах Azure AD.", "dateAssigned": "Временная метка назначения профиля устройству.", - "deviceAccountFriendlyName": "Понятное имя учетной записи устройств Surface Hub", - "deviceAccountPwd": "Пароль учетной записи устройств Surface Hub", - "deviceAccountUpn": "Адрес электронной почты учетных записей устройств Surface Hub", + "deviceAccountPwd": "Пароль учетной записи для устройств Surface Hub. Если он указан, также введите учетную запись устройства и понятное имя.", + "deviceAccountUpn": "Адрес электронной почты учетной записи для устройств Surface Hub. Если он указан, также введите пароль учетной записи устройства и понятное имя.", "deviceDisplayName": "Задайте уникальное имя для устройства. Это имя будет игнорироваться в развертываниях с гибридным присоединением к Azure AD, где по-прежнему используется имя устройства из профиля присоединения к домену.", + "deviceFriendlyName": "Понятное имя для устройств Surface Hub. Если оно указано, также введите учетную запись устройства и пароль учетной записи устройства.", "deviceName": "Имя, отображаемое при попытке пользователя обнаружить устройство и подключиться к нему.", "deviceUseType": " Устройство будет настроено в соответствии с вашим выбором. Вы всегда можете изменить параметры позже.\r\n ", "enrollmentState": "Указывает, зарегистрировано ли устройство.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Сообщение об ошибке", "customMessageToggle": "Показывать пользовательское сообщение при достижении ограничения по времени или возникновении ошибки", "enableForAutopilotOnlyToggle": "Показывать только страницы для устройств, подготовленных при запуске во время первого включения компьютера", + "installQualityUpdatesToggle": "Установить исправления Windows (устройство может перезапуститься)", "progressToggle": "Отобразить ход настройки приложений и профилей", "resetToggle": "Разрешить пользователям сбросить параметры устройства при ошибке установки", "timeout": "Отобразить ошибку, если установка занимает больше указанного времени в минутах" @@ -1367,7 +1374,7 @@ }, "AndroidBackup": { "label": "Резервное копирование корпоративных данных в службы Android", - "tooltip": "Выберите {0}, чтобы заблокировать резервное копирование корпоративных данных в службы резервного копирования Android. \r\nВыберите {1}, чтобы разрешить резервное копирование корпоративных данных в службы резервного копирования Android. \r\nЛичные или неуправляемые данные затронуты не будут." + "tooltip": "Выберите {0}, чтобы заблокировать резервное копирование корпоративных данных в службы резервного копирования Android.\r\nВыберите {1}, чтобы разрешить резервное копирование корпоративных данных в службы резервного копирования Android.\r\nЛичные или неуправляемые данные затронуты не будут." }, "AndroidBiometricAuthentication": { "label": "Доступ с помощью биометрии вместо ПИН-кода", @@ -1378,7 +1385,7 @@ "tooltip": "Для проверки подлинности пользователей устройств с ОС Android сканируется отпечаток пальца. Эта функция поддерживает встроенные биометрические элементы управления устройств с Android. Биометрические параметры конкретных изготовителей, такие как Samsung Pass, не поддерживаются. Для доступа к приложению на соответствующем устройстве следует использовать встроенные биометрические элементы управления, если они разрешены." }, "AndroidOverrideFingerprint": { - "label": "Заменять отпечаток пальца ПИН-кодом после истечения времени ожидания" + "label": "Переопределить биометрические данные с помощью PIN-кода после истечения времени ожидания" }, "AppPIN": { "label": "ПИН-код приложения, если задан ПИН-код устройства", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Протокол неуправляемого браузера", - "tooltip": "

Введите протокол для одного неуправляемого браузера. Веб-содержимое (http/s) в управляемых политиками приложениях будет открываться в любом приложении, поддерживающим этот протокол.

\r\n \r\n

Примечание. Укажите только префикс протокола. Если ваш браузер требует использовать ссылки вида \"mybrowser://www.microsoft.com\", введите \"mybrowser\".

" + "tooltip": "

Введите протокол для одного неуправляемого браузера. Веб-содержимое (http/s) из управляемых политиками приложений будет открываться в любом приложении, поддерживающем этот протокол.

\r\n\r\n

Примечание. Укажите только префикс протокола. Если ваш браузер требует использовать ссылки вида \"mybrowser://www.microsoft.com\", введите \"mybrowser\".

" }, "CustomDialerAppDisplayName": { "label": "Имя приложения номеронабирателя" @@ -1435,7 +1442,7 @@ "tooltip": "Выберите {0}, чтобы принудительно использовать шифрование уровня приложений Intune для корпоративных данных.\r\n
\r\nВыберите {1}, чтобы не использовать шифрование уровня приложений Intune для корпоративных данных.\r\n\r\n
\r\nПримечание. Дополнительные сведения о шифровании уровня приложений Intune: {2}." }, "EncryptDataAndroid": { - "tooltip": "

Выберите Требовать, чтобы включить шифрование рабочих или учебных данных в этом приложении. Для надежного шифрования Intune использует OpenSSL, 256-разрядную схему шифрования AES и систему хранения ключей Android Keystore. Данные шифруются синхронно при выполнении задач ввода-вывода с файлами. Содержимое в хранилище устройства всегда зашифровано. Пакет SDK по-прежнему будет поддерживать 128-разрядные ключи для совместимости с содержимым и приложениями, где используются его более ранние версии.

\r\n\r\n

Этот метод шифрования соответствует стандарту FIPS 140-2.

" + "tooltip": "

Выберите Требовать, чтобы включить шифрование рабочих или учебных данных в этом приложении. Intune использует wolfSSL (256-разрядную схему шифрования AES) вместе с системой Android Keystore для безопасного шифрования данных приложения. Данные синхронно шифруются во время выполнения задач ввода-вывода файлов. Содержимое хранилища устройства всегда зашифровано. Новые файлы будут зашифрованы с помощью 256-разрядных ключей. Для существующих файлов со 128-разрядным шифрованием будет выполнена попытка миграции на 256-разрядные ключи, но процесс не гарантируется. Файлы, зашифрованные с помощью 128-разрядных ключей, останутся доступными для чтения.

\r\n\r\n

Метод шифрования соответствует требованиям FIPS 140-2.

" }, "EncryptDataIos": { "tooltip1": "Выберите Требовать, чтобы включить шифрование рабочих или учебных данных в этом приложении. Intune принудительно применяет шифрование устройств iOS или iPadOS для защиты данных приложений, пока устройство заблокировано. Приложения могут при необходимости зашифровать данные приложений с помощью шифрования пакетов SDK для приложений Intune. Пакет SDK для приложений Intune использует методы шифрования iOS или iPadOS, чтобы применить 128-разрядное шифрование AES к данным приложения.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Уведомления о данных организации", - "tooltip": "

Выберите один из следующих способов отображения уведомлений для учетных записей организации в этом приложении и на всех подключенных устройствах (например, переносных).

\r\n

{0}: не выводить уведомления.

\r\n

{1}: не показывать в уведомлениях корпоративные данные. Если приложение это не поддерживает, уведомления блокируются.

\r\n

{2}: выводить все уведомления.

\r\n

Только для Android\r\n Примечание. Этот параметр применяется только к некоторым приложениям. Дополнительные сведения: {3}. 

\r\n \r\n

Только для iOS\r\nПримечание. Этот параметр применяется только к некоторым приложениям. Дополнительные сведения: {4}.

" + "tooltip": "

Выберите один из следующих способов отображения уведомлений для учетных записей организации в этом приложении и на всех подключенных устройствах (например, переносных).

\r\n

{0}: не выводить уведомления.

\r\n

{1}: не показывать в уведомлениях корпоративные данные. Если приложение это не поддерживает, уведомления блокируются.

\r\n

{2}: выводить все уведомления.

\r\n

Только для Android:\r\n Примечание. Этот параметр применяется только к некоторым приложениям. Дополнительные сведения: {3}. 

\r\n \r\n

Только для iOS:\r\nПримечание. Этот параметр применяется только к некоторым приложениям. Дополнительные сведения: {4}

" }, "OpenLinksManagedBrowser": { "label": "Ограничение передачи веб-содержимого другими приложениями", - "tooltip": "

Выберите один из следующих вариантов для приложений, в которых данное приложение может открывать веб-содержимое.

\r\n

Edge: разрешить открывать веб-содержимое только в Edge.

\r\n

Неуправляемый браузер: разрешить открывать веб-содержимое только в неуправляемом браузере, определяемом параметром \"Протокол неуправляемого браузера\".

\r\n

Любое приложение: разрешить открывать веб-ссылки в любом приложении.

" + "tooltip": "

Выберите один из следующих вариантов для указания приложений, в которых данное приложение может открывать веб-содержимое.

\r\n

Microsoft Edge: разрешить открывать веб-содержимое только в Microsoft Edge. Узнайте, как Microsoft Edge защищает ваши данные.

\r\n

Неуправляемый браузер: разрешить открывать веб-содержимое только в неуправляемом браузере, определяемом параметром \"Протокол неуправляемого браузера\"

\r\n

Любое приложение: разрешить открывать веб-ссылки в любом приложении

" }, "OverrideBiometric": { "tooltip": "При необходимости в зависимости от времени ожидания (в минутах бездействия) запрос ПИН-кода может переопределить запросы биометрических данных. Если значение времени ожидания не достигнуто, продолжит появляться запрос биометрических данных. Значение времени ожидания должно быть больше значения, указанного в пункте \\\"Повторно проверить требования доступа через (в минутах бездействия)\\\". " @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "Переопределение биометрии с помощью PIN-кода после биометрических обновлений", - "tooltip": "Если устройство поддерживает биометрические данные класса 3 (подробнее здесь), при обнаружении изменения биометрических данных запрос PIN-кода переопределит биометрические запросы." + "tooltip": "Если устройство поддерживает биометрические данные класса 3 (дополнительные сведения см. здесь), при обнаружении изменения биометрических данных запрос PIN-кода переопределяет запросы биометрических данных. Этот параметр вступает в силу только после использования биометрических данных для доступа к приложению." }, "RestrictKeyboards": { "duplicatePackageError": "Идентификатор пакета должен быть уникальным.", @@ -1515,7 +1522,7 @@ }, "SaveData": { "label": "Сохранение копий корпоративных данных", - "tooltip": "Выберите {0}, чтобы заблокировать сохранение копии корпоративных данных с помощью команды \"Сохранить как\" в любых новых расположениях помимо выбранных служб хранения.\r\n Выберите {1}, чтобы разрешить сохранение копии корпоративных данных с помощью команды \"Сохранить как\" в новом расположении.
\r\n\r\n\r\nПримечание. Этот параметр применяется не ко всем приложениям. Дополнительные сведения: {2}.\r\n" + "tooltip": "Выберите {0}, чтобы заблокировать сохранение копии корпоративных данных с помощью команды \"Сохранить как\" в любых новых расположениях помимо выбранных служб хранения.\r\n Выберите {1}, чтобы разрешить сохранение копии корпоративных данных с помощью команды \"Сохранить как\" в новом расположении.
\r\n\r\n\r\nПримечание. Этот параметр применяется не ко всем приложениям. Дополнительные сведения: {2}.\r\n" }, "SaveDataToSelected": { "label": "Разрешить пользователю сохранять копии в выбранных службах", @@ -1606,7 +1613,7 @@ "pushNotification": "Отправить push-уведомление пользователю", "remoteLock": "Удаленно заблокировать несовместимое устройство", "removeSourceAccessProfile": "Удалить профиль доступа к источнику", - "retire": "Снять несоответствующее устройство с учета", + "retire": "Добавить устройство в список прекращения поддержки", "wipe": "Очистка", "emailNotification": "Отправить сообщение электронной почты пользователю" }, @@ -1746,6 +1753,7 @@ "weeks1": "Каждую неделю" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 и более поздних версий" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Укажите файл сценария PowerShell. Он должен быть меньше 200 КБ.", "uploadLabel": "Расположение сценария" }, + "bashScriptObjectName": "Сценарий Bash", "createButtonText": "Добавить", "createPowershellScriptFlowSectionName": "Добавление сценария PowerShell", "customAttributeObjectName": "Настраиваемый атрибут", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "На устройстве должен быть установлен указанный VPN-клиент, поддерживающий VPN отдельно на каждое приложение, иначе возникнет ошибка. Обратите внимание, что для установки приложения потребуется утвердить его в Google Play Маркете для бизнеса, синхронизировать его с Intune и развернуть.", "androidDeviceOwnerCustomPasswordDescription": "Создайте секретный код устройства только для выделенных устройств. Секретный код устройства может содержать цифры, буквы и специальные символы. Допустимая длина секретного кода — от 4 до 16 символов.", "androidDeviceOwnerCustomPasswordName": "Пользовательский секретный код", + "androidElevenAndBelowPasswordHeader": "Android 11 и более ранние версии", + "androidElevenAndBelowPasswordHeaderDescription": "Эти параметры применяются к устройствам с Android 11 или более ранних версий.", "androidEnterpriseAlwaysOnVpnClientName": "VPN-клиент", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Введите идентификатор пакета приложения в Google Play Маркете. Например, если URL-адрес приложения в Play Маркете — https://play.google.com/store/details?id=com.contosovpn.android.prod, идентификатор пакета будет com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Идентификатор пакета", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Начиная с октября 2020 г., некоторые параметры не будут поддерживаться на устройствах с Android 10 и более поздней версии, отличных от Samsung KNOX. Эти параметры помечены, как предназначенные для Android 9 и более ранних версий или Samsung KNOX. Щелкните, чтобы получить дополнительные сведения.", "androidTrustedServerCertificateNamesDescription": "Это DNS-имя, используемое в сертификате сервера RADIUS при проверке подлинности клиента в точке доступа Wi-Fi. Если у вас несколько серверов RADIUS с одинаковым DNS-суффиксом в полном доменном имени, можно также использовать только суффикс. Это позволяет устройствам доверять сертификату сервера, который был им представлен. Дополнительные сведения.
", "androidTrustedServerCertificateNamesName": "Имя сервера RADIUS", + "androidTwelveAndAbovePasswordHeader": "Android 12 и более поздние версии", + "androidTwelveAndAbovePasswordHeaderDescription": "Эти параметры применяются к устройствам с Android 12 или более поздних версий.", + "androidTwelveDeprecationInfoBox": "С ноября 2022 года некоторые параметры не поддерживаются на устройствах с Android под управлением Android 12 и более поздних версий. Эти параметры обозначены меткой Android 11 и более ранних версий. Щелкните, чтобы получить дополнительные сведения.", "androidZebraMxConfigurationFileXmlName": "Выберите допустимый XML-файл Zebra MX", "androidZebraMxConfigurationLearnMore": "​Дополнительные сведения об управлении устройствами Zebra", "androidZebraMxConfigurationXmlName": "Профиль MX в формате XML", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "например, outlook.office365.com", "exchangeActiveSyncHostName": "Почтовый сервер", "exclusionAppListColumn": "Исключаемое приложение", - "expeditedCheckinEnableDescription": "Синхронизация устройств каждый час", - "expeditedCheckinEnableName": "Синхронизировать устройства каждый час", "experienceAllowBrowserSyncSettingsDescription": "Указывает, может ли пользователь синхронизировать журнал, избранное и другие параметры браузера на своих устройствах с помощью функции \"Синхронизировать параметры\". Для настройки этой функции сначала включите \"Синхронизировать параметры браузера между устройствами пользователя\".", "experienceAllowBrowserSyncSettingsName": "Пользователь может синхронизировать параметры браузера​", "experienceDoNotSyncBrowserSettingsDescription": "Если выбран параметр \"Заблокировать\", конфигурация по умолчанию (разрешить синхронизацию параметров браузера между устройствами) будет отключена, чтобы пользователи не могли синхронизировать данные между устройствами. Если выбран параметр \"Заблокировать и включить переопределение пользователей\", пользователь сможет переопределить назначение администратора.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Создайте профиль, чтобы автоматически устанавливать последние обновления macOS на назначенные устройства. Эти параметры определяют способ и время развертывания обновлений программного обеспечения. Профиль не запрещает пользователям обновлять ОС вручную. Обновления будут применяться только к устройствам, зарегистрированным через программу автоматической регистрации устройств Apple (с использованием ABM или ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Узнать больше", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Дополнительные сведения", - "macOSSoftwareUpdatePolicySupervisedName": "Создайте профиль, чтобы автоматически устанавливать последние обновления macOS на назначенные устройства. Эти параметры определяют способ и время развертывания обновлений программного обеспечения. Профиль не запрещает пользователям обновлять ОС вручную. Обновления будут применяться только к устройствам, зарегистрированным через программу автоматической регистрации устройств Apple (с использованием ABM или ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Создайте профиль, чтобы автоматически устанавливать последние обновления macOS на назначенные устройства. Эти параметры определяют способ и время развертывания обновлений программного обеспечения. Профиль не запрещает пользователям обновлять ОС вручную. Обновления будут применяться только к контролируемым устройствам.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Расписание по неделям", - "macOSSoftwareUpdateSelectScheduleTypeName": "Если устройству назначена политика обновлений программного обеспечения macOS, по умолчанию Intune развертывает последние обновления при синхронизации устройства. Вы также можете создать еженедельное расписание и задать период времени, в течение которого устройства могут синхронизироваться и получать обновления. При установке обновлений не по расписанию Intune не будет развертывать обновления, пока время по расписанию не закончится.", + "macOSSoftwareUpdateSelectScheduleTypeName": "Если устройству назначена политика обновлений, по умолчанию Intune развертывает последние обновления при синхронизации устройства. Вы можете создать еженедельное расписание с настраиваемыми значениями времени начала и окончания. При установке обновлений не по расписанию Intune не будет развертывать обновления, пока время по расписанию не закончится.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Выберите параметры скачивания, установки и отправки уведомлений для каждого типа обновления.", "macOSSystemExtensionsExtensionTypeName": "Разрешенные типы расширений системы", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Учащиеся, зарегистрированные в неуправляемом курсе Classroom, должны получить согласие преподавателя, чтобы покинуть курс.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Аппаратное выполнение keepalive NAT при спящем режиме устройства", "nATKeepAliveOffloadEnableToolTip": "По умолчанию, когда устройство находится в спящем режиме, система преобразования сетевых адресов (NAT) будет непрерывно проверять подключение к VPN. Данный параметр позволяет отключить такое поведение.", "nacIdCheckBoxLabel": "Принимаю.", - "nacIdDescCisco": "Cisco AnyConnect требует указать идентификатор устройства Intune в профиле VPN для управления доступом к сети.

Я разрешаю Майкрософт включить в профиль VPN сведения об устройстве, которые может использовать компания Cisco и ее партнеры.", - "nacIdDescCitrix": "Для включения NAC Citrix SSO требуется, чтобы идентификатор устройства Intune был указан в профиле VPN.

Я разрешаю Майкрософт добавить в профиль VPN сведения об устройстве, которые могут использоваться компанией Citrix и ее партнерами.", - "nacIdDescF5": "F5 Access требует указать идентификатор устройства Intune в профиле VPN для управления доступом к сети.

Я разрешаю Майкрософт включить в профиль VPN сведения об устройстве, которые может использовать компания F5 Access и ее партнеры.", + "nacIdDescCisco": "Cisco AnyConnect требует указать идентификатор устройства Intune в профиле VPN для управления доступом к сети.

Я разрешаю Майкрософт включить в профиль VPN сведения об устройстве, которые может использовать компания Cisco и ее партнеры. Щелкните, чтобы узнать больше, в том числе о том, какие данные предоставляются поставщику услуг.", + "nacIdDescCitrix": "Citrix SSO требует указать идентификатор устройства Intune в профиле VPN для управления доступом к сети.

Я разрешаю Майкрософт включить в профиль VPN сведения об устройстве, которые может использовать компания Citrix и ее партнеры. Щелкните, чтобы узнать больше, в том числе о том, какие данные предоставляются поставщику услуг.", + "nacIdDescF5": "F5 Access требует указать идентификатор устройства Intune в профиле VPN для управления доступом к сети.

Я разрешаю Майкрософт включить в профиль VPN сведения об устройстве, которые может использовать компания F5 Access и ее партнеры. Щелкните, чтобы узнать больше, в том числе о том, какие данные предоставляются поставщику услуг.", "nacIdHeader": "Включение управления доступом к сети (NAC)", "nacIdHeaderCiscoToolTip": "Идентификатор устройства будет зашифрован и добавлен в профиль VPN. Когда пользователь попытается подключиться к VPN, Cisco AnyConnect передаст это значение в инфраструктуру NAC, которая затем передаст его в Intune, чтобы определить, зарегистрировано ли устройство и соответствует ли оно требованиям.

Cisco AnyConnect не может получить идентификатор устройства напрямую; чтобы включить NAC, нужно указать это значение в профиле VPN.", "nacIdHeaderCitrixToolTip": "Идентификатор устройства будет зашифрован и включен в профиль VPN. Когда пользователь попытается подключиться к VPN, служба единого входа Citrix передаст значение идентификатора в вашу инфраструктуру управления доступом к сети, а она по этому значению запросит Intune, зарегистрировано ли устройство и соответствует ли оно требованиям.

Служба единого входа Citrix не может получить идентификатор устройства напрямую, поэтому для управления доступом к сети нужно включить это значение в профиль VPN.", @@ -6016,6 +6028,15 @@ "shutdown": "Завершение", "signatureUpdateIntervalInHoursName": "Интервал обновления аналитики безопасности (в часах)", "signingCertificateType": "Тип сертификата для подписи", + "silentCertAccessAddApps": "Добавить приложения", + "silentCertAccessApplicationsName": "Приложения", + "silentCertAccessMaxAppsWarn": "Выберите не более 50 приложений, которым следует автоматически предоставлять доступ к сертификату", + "silentCertAccessMinAppsWarn": "Выберите по крайней мере одно приложение, которому следует автоматически предоставлять доступ к сертификату", + "silentCertAccessSpecificApps": "Предоставлять определенные приложения автоматически (требовать утверждения других приложений пользователем)", + "silentCertAccessTabName": "Приложения", + "silentCertAccessTypeDescription": "Выберите способ предоставления приложениям доступа к сертификату", + "silentCertAccessTypeName": "Доступ к сертификату", + "silentCertAccessUserApproval": "Требовать утверждения всех приложений пользователем", "simpleDownloadOption": "Режим простого скачивания без пиринга (99)", "simultaneousMultiThreadingName": "Одновременная многопоточность", "singleAppModeAppNameDescription": "Имя приложения.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Выпуск Windows 10/11 Pro для рабочих станций N", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro для рабочих станций", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "Выбирая этот параметр, вы соглашаетесь с тем, что при применении этой операционной системы к устройству (1) соответствующая лицензия Windows была приобретена в рамках корпоративного лицензирования или (2) вы уполномочены накладывать обязательства на вашу организацию и принимаете от имени организации соответствующие условия лицензионного соглашения на использование программного обеспечения корпорации Майкрософт, доступные здесь {0}.", "windowsAppNonComplianceTypeDescription": "Рекомендуем попросить ваших пользователей принять условия использования, чтобы подтвердить, что установка некоторых приложений на их устройствах будет заблокирована. Используйте список заблокированных приложений, чтобы указать приложения Windows Phone, не управляемые Intune, которые пользователи не могут установить. Для использования списка разрешенных приложений следует добавить в него все приложения, включая корпоративный портал и развернутые приложения, в формате URL-адреса приложения магазина", "windowsAppUrlExample": "например, https://www.microsoft.com/ru-ru/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "Эти параметры применяются к корпоративным устройствам с рабочими профилями и действуют только во время личного использования.", "workProfileRequirePasswordDescription": "Запрашивать пароль для использования рабочих приложений. Этот пароль может отличаться от пароля устройства. Требуется Android 7.0 или более поздней версии. ", "workProfileRequirePasswordName": "Требовать пароль рабочего профиля", + "workProfileRequiredPasswordComplexityDescription": "Укажите требуемую сложность пароля.", + "workProfileRequiredPasswordComplexityName": "Сложность пароля рабочего профиля", "workProfileRequiredPasswordTypeDescription": "Укажите требуемый тип пароля.", "workProfileRequiredPasswordTypeName": "Требуемый тип пароля", "workspaceIDName": "Идентификатор рабочей области", @@ -7601,7 +7626,7 @@ "isMamEnabled": "Включено для MAM?", "itemsCount": "Элементов: {0}", "jailbrokenRootedDevices": "Взломанные или рутованные устройства", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "Дата последнего изменения", "lastReportedDate": "Последняя отчетная дата", "lastSync": "Последнее синхронизация", "lastSyncGmt": "Последняя синхронизация (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "Идентификатор устройства MDM", "mdmWipInvalidVersionSettings": "Одно приложение или несколько содержат определения минимальной или максимальной версии.

Windows Information Protection с политиками регистрации поддерживает только одну минимальную или максимальную версию, если обе версии не указаны как эквивалентные. Если указана только минимальная версия, правило задается от минимальной версии. Аналогично, если указана только максимальная версия, правило задается вплоть до максимальной версии.", "mdmWipReport": "Отчет Windows Information Protection в MDM", + "microsoftDefenderForEndpoint": "Microsoft Defender для конечной точки", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Минимальная версия приложения", "minMaxValidation": "Минимальная версия ОС должна быть меньше максимальной версии ОС, если действие совпадает.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Минимальная версия Корпоративного портала", "minimumDeviceSelection": "Должно быть выбрано хотя бы одно устройство.", "mobileAppCRUDpermission": "Разрешение на чтение, создание и назначение мобильных приложений", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (не Майкрософт)", "monitor": "Монитор", "moreApps": "Другие приложения", "moreAppsTextBoxTooltip": "Добавьте здесь бизнес-приложения, если у вас нет доступа к полной версии портала Intune.", - "mtdConnectorInfoBox1": "Важно! Убедитесь, что соединитель Mobile Threat Defense настроен для надежной защиты данных организации на основе оценок угроз, получаемых из подключенных служб Mobile Threat Defense.", + "mtdConnectorInfoBox1": "Важно! Убедитесь, что ваш соединитель Mobile Threat Defense (MTD) настроен для надежной защиты данных вашей организации на основе оценки угроз из подключенных служб Mobile Threat Defense.", "mtdConnectorInfoBox2": "Узнайте больше о Mobile Threat Defense для незарегистрированных устройств.", + "mtdConnectorInfoBox3": "Если в вашем клиенте настроено подключение как с Microsoft Defender для конечной точки, так и со службой MTD (не Microsoft), и не настроена основная служба MTD или при выборе пользователя возникает конфликт, по умолчанию будет использоваться Microsoft Defender для конечной точки.", "name": "Имя", "networkBoundariesInfoBoxText": "Добавьте /*AppCompat*/ в свой список облачных ресурсов, чтобы включить TLS-подключения личных приложений, которые напрямую подключаются к облачным ресурсам по IP-адресу.", "networkBoundariesInfoParagraph1": "Выберите, где защищенные приложения имеют доступ к данным организации в вашей сети.", @@ -7735,6 +7763,7 @@ "portNumber": "Номер порта", "portNumberDesc": "Порт для прокси-сервера, указанный в адресе прокси-сервера", "prefix": "Префикс", + "primaryMtdService": "Основная служба MTD", "productName": "Название продукта", "properties": "Свойства", "protected": "Защищено", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "Ресурсы для создания", "restrictWebContentNo": "Любое приложение", "restrictWebContentOption2": "{0}: разрешить веб-ссылки в любом приложении.", - "rootCertificate": "Root Certificate", + "rootCertificate": "Корневой сертификат", "safetyNetDeviceAttestation": "Аттестация устройств SafetyNet", "saveAppsNotificationText": "Идет сохранение выбранных приложений", "saveChangesCommandText": "Сохранить", @@ -7813,6 +7842,7 @@ "setting": "Параметр", "settingName": "Имя параметра", "settings": "Параметры", + "settingsCatalog": "Каталог параметров", "settingsSelectorLabel": "Параметры", "silent": "Без звука", "specificUserIsLicensedIntune": "У пользователя {0} есть лицензия для Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Управляется политикой", "targetediOSUserPartTitle": "Состояние пользователя для iOS", "threatCategory": "Категория угрозы", + "tileDeprecated": "Эта плитка является нерекомендуемой. Удалите ее с панели мониторинга.", "timeColumnLabel": "Время", "timebombLabel": "Интервал недоступности до очистки данных приложения (дн.)", "timebombToolTip": "По прошествии указанного количества дней без синхронизации устройства с Intune система Windows проведет на устройстве выборочную очистку, отменив регистрацию приложений в MAM и удалив зашифрованные и защищенные корпоративные данные. Значение по умолчанию для этого параметра — 90 дней. Если задать значение 0, параметр будет отключен.", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Политика защиты приложений Windows 10 и более поздних версий", "windows10PlatformLabel": "Windows 10 и более поздних версий", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 и более поздней версии", "windowsInformationProtectionPlatformLabel": "Windows Information Protection", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Задает список расширений файлов, чтобы файлы с этими расширениями шифровались при копировании из общей папки SMB в пределах корпоративной сети, как указано в списке сетевых расположений. Если эта политика не задана, действует существующее поведение автоматического шифрования. Если политика настроена, будут шифроваться только файлы с расширениями из списка.", "wipStoreApps": "Приложения из Магазина", "wipWeAppsListInfo": "Этим приложениям разрешен доступ к корпоративным данным; они будут взаимодействовать по-разному с запрещенными приложениями, приложениями, не предназначенными для организаций, и личными приложениями. На устройствах без MDM разрешены только соответствующие приложения.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Чтобы политики Windows 10 и более поздних версий вступили в силу, задайте в качестве URL-адресов MAM в AAD URL-адреса Microsoft Intune. Для этого выберите команду \\\"Восстановить URL-адреса по умолчанию\\\" и определите область пользователя.", "wipWebsiteLearningTitle": "Обучение Windows Information Protection веб-сайтам", "wipeData": "Очистить данные", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Профессиональная для образовательных учреждений N", "windows10ProfessionalN": "Windows 10 Профессиональная N", "windows10ProfessionalWorkstation": "Windows 10/11 Профессиональная Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Профессиональная Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Профессиональная Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Использование настраиваемого сценария обнаружения", "runAs32Bit": "Запуск сценария как 32-разрядного процесса на 64-разрядных клиентах", "runAs32BitTooltip": "Выберите \"Да\", чтобы запустить сценарий в 32-разрядном процессе на 64-разрядных клиентах. Выберите \"Нет\" (по умолчанию), чтобы запустить сценарий в 64-разрядном процессе на 64-разрядных клиентах. 32-разрядные клиенты выполняют сценарий в 32-разрядном процессе.", + "scriptContent": "Script content", "scriptFile": "Файл сценария", "scriptFileNotSelectedValidation": "Файл сценария не выбран.", "scriptFileTooltip": "Выберите сценарий PowerShell, который будет определять наличие приложения на клиенте. Приложение обнаружено, если сценарий возвращает код выхода 0 и записывает строковое значение в STDOUT.", @@ -8307,9 +8342,6 @@ "string": "Строка", "version": "Версия" }, - "ScriptContent": { - "emptyMessage": "Содержимое сценария не должно быть пустым." - }, "duplicateName": "Имя сценария {0} уже используется. Введите другое имя.", "enforceSignatureCheck": "Принудительно проверить подпись сценария", "enforceSignatureCheckTooltip": "Выберите \"Да\", чтобы проверить, что сценарий подписан доверенным издателем, что позволит выполнять сценарий без отображения предупреждений или запросов. Сценарий будет выполнен без блокировки. Выберите \"Нет\" (по умолчанию), чтобы сценарий выполнялся с выдачей запроса на подтверждение пользователю, но без проверки подписи.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Выберите оператор для сравнения требований.", "requirementMethod": "Выберите тип выходных данных.", "requirementMethodTooltip": "Выберите тип данных, используемый при определении соответствия требованию.", + "scriptContent": "Script content", "scriptFile": "Файл скрипта", "scriptFileTooltip": "Выберите сценарий PowerShell, который будет определять наличие приложения на клиенте. Если приложение обнаружено, процесс обнаружения возвратит нулевой код выхода и запишет строковое значение в стандартный поток вывода.", "scriptName": "Имя скрипта", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Добавление контекста проверки подлинности", + "deleteDisallowed": "Невозможно удалить этот контекст проверки подлинности, пока на него ссылаются политики условного доступа.", "descPlaceholder": "Добавьте описание для контекста проверки подлинности", "modifyTitle": "Изменение контекста проверки подлинности", "namePlaceholder": "Пример: доверенное расположение, доверенное устройство, строгая авторизация", @@ -8396,15 +8430,15 @@ "description": "Описание", "documentation": "Документация", "getStarted": "Начало работы", - "label": "Контекст проверки подлинности (предварительная версия)", - "menuLabel": "Контекст проверки подлинности (предварительный просмотр)", + "label": "Контекст проверки подлинности", + "menuLabel": "Контекст проверки подлинности", "name": "Имя", "noAuthContextConfigured": "Контексты проверки подлинности не настроены.", "noAuthContextSet": "Контекстов проверки подлинности не существует", "noData": "Нет контекстов проверки подлинности для отображения.", "selectionInfo": "Контекст проверки подлинности используется для защиты данных и действий в таких приложениях, как SharePoint и Microsoft Cloud App Security.", "step": "Шаг", - "tabDescription": "Управление контекстом проверки подлинности для защиты данных и действий в ваших приложениях. [Дополнительные сведения][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965.", + "tabDescription": "Управляйте контекстом проверки подлинности для защиты данных и действий в ваших приложениях. Контексты проверки подлинности невозможно удалить, если на них ссылаются политики условного доступа. [Подробнее][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Установка тегов ресурсов в контексте проверки подлинности" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Гостевые или внешние пользователи", "internalGuestLabel": "Локальные гостевые пользователи", "otherExternalUserLabel": "Другие внешние пользователи", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (предварительная версия)", + "serviceProviderUsersLabel": "Пользователи поставщика услуг" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Метод поиска страны", + "ariaLabel": "Метод поиска по стране или региону", "gps": "Определение расположения по GPS-координатам", "info": "Если настроено условие расположения политики условного доступа, приложение Authenticator будет запрашивать у пользователей общий доступ к их GPS-координатам. ", "ip": "Определение расположения по IP-адресам (только IPv4-адреса)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Настройка уровней риска субъекта-службы, необходимых для применения политики​", "infoBalloonContent": "Настройка применения политики к выбранным уровням риска субъекта-службы", - "title": "Риск субъекта-службы (предварительная версия)" + "title": "Риск субъекта-службы" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Включить/отключить Непрерывную оценку доступа", "upsellInfo": "Параметры на этой странице недоступны для изменений, и их следует игнорировать. Будут действовать предыдущие параметры. В дальнейшем вы сможете настроить параметры CAE в разделе \"Условный доступ\". Щелкните здесь, чтобы получить дополнительные сведения." }, + "SamlReauth": { + "Filter": { + "warning": "Вы выбираете целевые приложения с помощью динамического запроса. Некоторые приложения могут не поддерживаться для использования с элементом управления сеансом \"Частота входа (каждый раз)\". {0}Дополнительные сведения о рекомендуемых сценариях.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "Список атрибутов на устройстве, примененном при входе." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "Клиент не выбран", + "selectOrganization": "Выбрать организацию", + "tenantIdWithPlaceholder": "Идентификатор клиента: {0}", + "tenantSelectionRequired": "Требуется клиент" }, "advancedTabText": "Дополнительно", "allCloudAppsErrorBox": "Если выбрано предоставление разрешения \"Требовать изменения пароля\", необходимо выбрать \"Все облачные приложения\".", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "Пример: uri:contoso.com:level3", "appEnforceInfoBubble": "Ограничения, применяемые приложением, могут требовать дополнительной настройки администратором в случае облачных приложений. Ограничения будут действовать только для новых сеансов.", "appNotSetSeletorLabel": "Выбрано 0 облачных приложений", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "Это приложение не поддерживает элемент управления сеансом \"Частота входа (каждый раз)\".", "applyConditionClientAppInfoBalloonContent": "Настроить применение политики к определенным клиентским приложениям", "applyConditionDevicePlatformInfoBalloonContent": "Настроить применение политики к определенным платформам устройств", "applyConditionDeviceStateInfoBalloonContent": "Настроить применение политики к определенным состояниям устройств", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "Диапазоны IP-адресов", "downloadExampleFileName": "Пример", "downloadExampleHeader": "Это пример файла, в котором демонстрируются типы данных, которые могут быть приняты. Строки, начинающиеся с символа #, будут пропущены.", + "duplicate": "Дублировать", + "duplicatePolicyName": "КОПИРОВАТЬ {0}", "endDatePickerLabel": "Элементы", "endTimePickerLabel": "Время окончания", - "enterCountryText": "IP-адрес и страна проверяются в паре. Выберите страну.", - "enterIpText": "IP-адрес и страна проверяются в паре. Введите IP-адрес.", + "enterCountryText": "IP-адрес и страна или регион проверяются в паре. Выберите страну или регион.", + "enterIpText": "IP-адрес и страна или регион проверяются в паре. Введите IP-адрес.", "enterUserText": "Нет выбранных пользователей. Выберите пользователя.", "evaluationResult": "Результат вычисления", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Сведения", "invalidCertDuration": "Недопустимый срок действия сертификата", "invalidIpAddress": "Необходимо указать допустимый IP-адрес.", - "invalidReAuthSignInRiskOptionSelected": "Элемент управления сеансом \"Частота входа (каждый раз)\" не позволяет выбрать \"Без риска\" в элементе управления условиями \"Уровень риска входа\".", + "invalidReAuthSignInRiskOptionSelected": "Элемент управления сеансом \"Частота входа (каждый раз)\" не позволяет выбрать \"Без риска\" в элементе управления условиями \"Риск входа\".", "invalidUriErrorMsg": "Введите допустимый URI, например \"uri:contoso.com:acr\" ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "Использовать это представление не рекомендуется. Перейти к новому улучшенному представлению \"Именованные расположения\".", "namedLocationsHelpDescription": "Именованные расположения используются отчетами о безопасности Microsoft Azure AD для сокращения числа ложноположительных результатов, а также политиками условного доступа Microsoft Azure AD.\n[Подробнее][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Добавьте новый диапазон IP-адресов (например: 40.77.182.32/27)", - "namedNetworkCountryNeeded": "Нужно выбрать по меньшей мере одну страну", + "namedNetworkCountryNeeded": "Нужно выбрать по меньшей мере одну страну или регион", "namedNetworkDeleteCommand": "Удалить", "namedNetworkDeleteDescription": "Вы действительно хотите удалить сеть \"{0}\"? Это действие невозможно отменить.", "namedNetworkDeleteTitle": "Вы уверены?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Расположение", "policyConditionLocationDescription": "Расположение, определенное при помощи диапазона IP-адресов, из которого пользователь выполняет вход.", "policyConditionLocationPreview": "Расположения (предварительная версия)", - "policyConditionSigninRisk": "Уровень риска входа в систему", + "policyConditionSigninRisk": "Риск при входе", "policyConditionSigninRiskDescription": "Вероятность входа по чужим учетным данным. Уровень риска может быть высоким, средним или низким. Требуется лицензия Azure AD Premium 2.", - "policyConditionUserRisk": "Уровень риска пользователя", + "policyConditionUserRisk": "Риск пользователя", "policyConditionUserRiskDescription": "Настройте уровни риска пользователей, необходимые для применения политики.", "policyConditioniClientApp": "Клиентские приложения", "policyControlAllowAccessDisplayedName": "Разрешить доступ", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "Параметр \"What If\"", "whatIfClassicPoliciesWarning": "Этот инструмент не оценивает классические политики.", "whatIfClientAppInfo": "Клиентское приложение, откуда входит пользователь. Например, \"Браузер\".", - "whatIfCountry": "Страна", - "whatIfCountryInfo": "Страна, из которой входит пользователь.", + "whatIfCountry": "Страна или регион", + "whatIfCountryInfo": "Страна или регион, из которой входит пользователь.", "whatIfDevicePlatformInfo": "Платформа устройства, с которой пользователь входит в систему.", "whatIfDeviceStateInfo": "Состояние устройства, с которого входит пользователь", "whatIfEnterIpAddress": "Введите IP-адрес (например: 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Пользователи и группы", "whatIfIpAddress": "IP-адрес", "whatIfIpAddressInfo": "IP-адрес, с которого пользователь входит в систему.", - "whatIfIpCountryInfoBoxText": "При указании IP-адреса или страны оба поля являются обязательными и должны правильно сопоставляться.", + "whatIfIpCountryInfoBoxText": "При указании IP-адреса или страны или региона оба поля являются обязательными и должны правильно сопоставляться.", "whatIfPolicyAppliesTab": "Политики, которые будут применяться", "whatIfPolicyAppliesTabWithCount": "Применимые политики ({0})", "whatIfPolicyDoesNotApplyTab": "Политики, которые не будут применяться", "whatIfPolicyDoesNotApplyTabWithCount": "Неприменимые политики ({0})", "whatIfReasons": "Причины, по которым эта политика не применяется", "whatIfSelectClientApp": "Выберите клиентское приложение…", - "whatIfSelectCountry": "Выберите страну...", + "whatIfSelectCountry": "Выберите страну или регион...", "whatIfSelectDevicePlatform": "Выберите платформу устройства...", "whatIfSelectPrivateLink": "Выберите приватный канал…", "whatIfSelectServicePrincipalRisk": "Выбор риска субъект-службы...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Удостоверения рабочей нагрузки (предварительная версия)", + "workloadIdentitiesLicenseText": "Для изменения этой политики требуется премиум-лицензия P1 или P2 удостоверений рабочей нагрузки.", "workloadIdentity": "Удостоверение рабочей нагрузки" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Настройте устройства для начальной подготовки и назначьте их пользователям.", + "title": "Подготовка устройства" + }, + "EnrollmentSettings": { + "description": "Настройте параметры регистрации, например блокировку регистрации и назначение пользователям.", + "title": "Параметры регистрации" + }, "coManagementAuthorityDesc": "Настройка параметров совместного управления для интеграции Configuration Manager", "coManagementAuthorityTitle": "Параметры совместного управления ", "deploymentProfiles": "Профили развертывания Windows AutoPilot", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "Максимальная длина URL-адреса информации — 1024 символа", "installAsManaged": "Установить как управляемое", "installationSourceLabel": "Тип приложения", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Отображение этого приложения как рекомендуемого в Корпоративном портале", "isMAMEnabledToggleLabel": "Да", "lastModifiedDateTime": "Время последнего обновления", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Параметры" }, "infoBoxText": "Единственным выделенным элементом управления исправлениями, который доступен в настоящее время, за исключением существующей политики кругов обновления для Windows 10 и более поздних версий, является возможность ускорения исправлений для устройств, находящихся ниже указанного уровня исправлений. Дополнительные элементы управления станут доступны в будущем.", + "licenseLearnMoreText": "Дополнительные сведения о предварительных требованиях и политиках качественного обновления.", + "licenseWarningBoxText": "Для создания политик качественного обновления требуется специальное лицензирование.", "warningBoxText": "Хотя ускорение обновлений программного обеспечения позволит быстрее обеспечить соответствие требованиям, весьма вероятно, что оно нарушит работу пользователей из-за необходимости перезагрузки в рабочие часы." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Параметры конфигурации Microsoft Edge", @@ -10660,6 +10740,23 @@ "withEnrollment": "С регистрацией", "withoutEnrollment": "Без регистрации" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Автор", + "template": "Имя шаблона" + } + }, + "SettingsCatalog": { + "subtitle": "Начните с нуля и выберите нужные параметры в библиотеке доступных параметров", + "title": "Каталог параметров" + }, + "Templates": { + "subtitle": "Шаблоны содержат группы параметров, упорядоченные по функциональным возможностям. Используйте шаблон, если вы не хотите создавать политики вручную или хотите предоставить устройствам доступ к корпоративным сетям, например настроив Wi-Fi или VPN.", + "title": "Шаблоны" + }, + "noData": "Шаблоны политики не найдены." + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Настольный клиент Project Online", "visioProRetail": "Visio Online Plan 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "С регистрацией", "withoutEnrollment": "Без регистрации" }, + "DisplayRoleTypes": { + "builtInRole": "Встроенная роль", + "customCloudPCRole": "Настраиваемая роль Windows 365", + "customIntuneRole": "Настраиваемая роль Intune", + "customRole": "Настраиваемая роль" + }, "InstallContextType": { "device": "Устройство", "deviceContext": "Контекст устройства", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Обновить при следующей синхронизации", "duringTimeWindows": "Обновить по расписанию", - "header": "Если устройству назначена политика обновлений программного обеспечения iOS/iPadOS, по умолчанию Intune развертывает последние обновления при синхронизации устройства (приблизительно каждые 8 часов). Вы можете создать еженедельное расписание с настраиваемыми значениями времени начала и окончания. При установке обновлений не по расписанию Intune не будет развертывать обновления, пока время по расписанию не закончится.", + "header": "Если устройству назначена политика обновлений, по умолчанию Intune развертывает последние обновления при синхронизации устройства. Вы можете создать еженедельное расписание с настраиваемыми значениями времени начала и окончания. При установке обновлений не по расписанию Intune не будет развертывать обновления, пока время по расписанию не закончится.", "infoBalloon": "Когда будут выполнены обновления. Для планирования обновлений в течение запланированного времени или за его рамками необходимо указать дополнительные сведения.", "label": "Тип расписания", "outsideActiveHours": "Обновлять вне периода активности (для устаревших версий)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Контакты администратора", "appPackaging": "Упаковка приложений", + "businessGroups": "Бизнес-группы", "devices": "Устройства", "feedback": "Отзывы и предложения", "gettingStarted": "Приступая к работе", @@ -11479,6 +11583,7 @@ "cartProfiles": "Профили для покупок", "certificateConnectors": "Соединители сертификатов", "chromeEnterprise": "Chrome Enterprise (предварительная версия)", + "cloudAttachedDevices": "Устройства с присоединением к облаку (предварительная версия)", "compliancePolicies": "Политики соответствия", "complianceScriptManagement": "Сценарии", "complianceScriptManagementPreview": "Сценарии (предварительная версия)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Сбои при обновлении компонентов (предварительная версия)", "failuresForQualityUpdates": "Сбои ускоренного обновления Windows (предварительная версия)", "featureFlighting": "Фокус-тестирование функций", - "featureUpdateDeployments": "Обновление компонентов для Windows 10 и более поздних версий (предварительная версия)", + "featureUpdateDeployments": "Обновление компонентов для Windows 10 и более поздних версий", "flighting": "Фокус-тестирование", "fotaUpdate": "Обновление по воздуху для встроенного ПО", "groupPolicy": "Административные шаблоны", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Неполные регистрации пользователей", "iosUpdates": "Политики обновления для iOS/iPadOS", "legacyPcManagement": "Традиционное управление ПК", - "macOSSoftwareUpdate": "Политики обновления для macOS", - "macOSSoftwareUpdateAccountSummaries": "Состояние установки для устройств с macOS", + "macOSSoftwareUpdate": "Политики обновлений для macOS (предварительная версия)", + "macOSSoftwareUpdateAccountSummaries": "Состояние установки для устройств с macOS (предварительная версия)", "macOSSoftwareUpdateCategorySummaries": "Сводка обновлений ПО", "macOSSoftwareUpdateStateSummaries": "обновления", "managedGooglePlay": "Управляемый Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Поставщики гарантии", "wdacSupplementalPolicies": "Дополнительные политики режима S", "windows10DriverUpdate": "Обновление драйверов для Windows 10 и более поздних версий (предварительная версия)", - "windows10QualityUpdate": "Исправления для Windows 10 и более поздних версий (предварительная версия)", + "windows10QualityUpdate": "Исправления для Windows 10 и более поздних версий", "windows10UpdateRings": "Круги обновления для Windows 10 и более поздних версий", "windows10XPolicyFailures": "Сбои политики Windows 10X", "windows365Connector": "Соединитель Citrix для Windows 365", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Соединитель Citrix для Windows 365 (предварительная версия)", + "windowsDiagnosticData": "Данные Windows", "windowsEnterpriseCertificate": "Сертификат Windows Корпоративная", "windowsManagement": "Сценарии PowerShell", "windowsSideLoadingKeys": "Ключи загрузки неопубликованных приложений Windows", diff --git a/Documentation/Strings-sv.json b/Documentation/Strings-sv.json index a3e1e05..0ee192f 100644 --- a/Documentation/Strings-sv.json +++ b/Documentation/Strings-sv.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Lärarcertifikat", "emailProfile": "E-post", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Konfiguration för hantering av mobil enhet", "extensibleSingleSignOn": "Tillägg för enkel inloggning", "filevault": "FileVault", "firewall": "Brandvägg", @@ -508,7 +507,10 @@ "deploymentSettings": "Distributionsinställningar", "groupAssignmentSettings": "Tilldelningar", "scopeSettings": "Omfångstaggar" - } + }, + "gradualRolloutLicenseWarning": "Den här funktionen kräver specifik licensiering.", + "gradualRolloutLicenseWarningEdit": "Den här funktionen kan fortsätta att användas och konfigureras tills principen sparas utan att den här funktionen har valts.", + "licenseLearnMoreText": "Läs mer om krav och principer för funktionsuppdatering." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Sök i App Store efter iOS-appar som du vill distribuera med Intune.", "useManagedBrowser": "När en användare öppnar webbappen öppnas den i en Intune-skyddad webbläsare, till exempel Microsoft Edge eller Intune Managed Browser. Den här inställningen gäller både iOS- och Android-enheter.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "En fil som innehåller din app i ett format som kan läsas in separat på en enhet. Giltig pakettyp: .intunewin." + "win32AppPackageFile": "En fil som innehåller din app i ett format som kan läsas in separat på en enhet. Giltig pakettyp: .intunewin.", + "winGetStoreSelectApp": "Sök i Microsoft Store-lagringsplatsen efter store-appar som du vill distribuera med Intune." }, "descriptionPreview": "Förhandsversion", "descriptionRequired": "Beskrivning måste anges.", @@ -800,10 +803,10 @@ "azureADDevice": "Tillhörande Azure AD-enhet", "batch": "Grupptagg", "dateAssigned": "Tilldelat datum", - "deviceAccountFriendlyName": "Eget namn för enhetskonto", "deviceAccountPwd": "Tjänstkontolösenord", "deviceAccountUpn": "Device account", "deviceDisplayName": "Enhetsnamn", + "deviceFriendlyName": "Eget namn på enhet", "deviceName": "Enhetsnamn", "deviceUseType": "Typ av enhetsanvändning", "enrollmentState": "Registreringsstatus", @@ -924,10 +927,10 @@ "azureADDevice": "Gå till enhetsinformationen för tillhörande enhet. Saknas betyder att det inte finns någon tillhörande enhet.", "batch": "Ett strängattribut som kan användas för att identifiera en grupp enheter. Fältet Grupptagg i Intune mappar till OrderID-attributet på Azure AD-enheter.", "dateAssigned": "Tidsstämpel för när profilen tilldelades enheten.", - "deviceAccountFriendlyName": "Eget namn på enhetskonto för Surface Hub-enheter", - "deviceAccountPwd": "Lösenord för enhetskonto för Surface Hub-enheter", - "deviceAccountUpn": "E-postadress för enhetskonto för Surface Hub-enheter", + "deviceAccountPwd": "Lösenord för enhetskonto för Surface Hub enheter. Om du anger det fyller du även i enhetskontot och det egna namnet.", + "deviceAccountUpn": "E-post för enhetskonto för Surface Hub enheter. Om du anger det fyller du även i lösenordet för enhetskontot och det egna namnet.", "deviceDisplayName": "Ange ett unikt namn för en enhet. Det här namnet ignoreras i Hybrid Azure AD-anslutna distributioner. Enhetsnamnet kommer fortfarande från domänanslutningsprofilen för Hybrid Azure AD-enheter.", + "deviceFriendlyName": "Eget namn på enheten för Surface Hub enheter. Om du anger det fyller du även i lösenordet för enhetskontot och enhetskontot.", "deviceName": "Namnet som visas när någon försöker identifiera och ansluta till enheten.", "deviceUseType": " Enheten installeras baserat på ditt val. Du kan alltid ändra det här senare i inställningarna.\r\n ", "enrollmentState": "Anger om enheten är registrerad.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Felmeddelande", "customMessageToggle": "Visa anpassat meddelande vid tidsgräns eller fel", "enableForAutopilotOnlyToggle": "Visa bara sidan för enheter som har etablerats via välkomstprogrammet", + "installQualityUpdatesToggle": "Installera Windows-kvalitetsuppdateringar (kan starta om enheten)", "progressToggle": "Visa inställningsförlopp för appar och profiler", "resetToggle": "Tillåt användare att återställa enheten om det uppstår fel vid installationen", "timeout": "Visa ett fel när installationen tar länge tid än angivet antal minuter" @@ -1367,7 +1374,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 {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." }, "AndroidBiometricAuthentication": { "label": "Biometrik i stället för åtkomst via pin-kod", @@ -1378,7 +1385,7 @@ "tooltip": "I Android-operativsystemet autentiseras Android-användare via skanning av fingeravtryck. Funktionen kan användas med inbyggda biometriska reglage på Android-enheter. OEM-specifika biometriska inställningar, till exempel Samsung Pass, stöds inte. Om alternativet tillåts måste inbyggda biometriska reglage användas för att öppna appen på en aktiverad enhet." }, "AndroidOverrideFingerprint": { - "label": "Åsidosätt fingeravtryck med PIN-kod efter uppnådd tidsgräns" + "label": "Åsidosätt biometri med PIN-  efter timeout" }, "AppPIN": { "label": "PIN-appkod när enhetens PIN-kod har ställts in", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Protokoll för ohanterad webbläsare", - "tooltip": "

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.

\r\n \r\n

OBS! Ange bara protokollets prefix. Om webbläsaren kräver länkar i formatet \"minwebbläsare://www.microsoft.com\" så skriver du \"minwebbläsare\".

" + "tooltip": "

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.

\r\n\r\n

OBS! Ange bara protokollets prefix. Om webbläsaren kräver länkar i formatet \"minwebbläsare://www.microsoft.com\" så skriver du \"minwebbläsare\".

" }, "CustomDialerAppDisplayName": { "label": "Namn på uppringningsapp" @@ -1435,7 +1442,7 @@ "tooltip": "Välj {0} om du vill framtvinga kryptering av organisationsdata med applagerkryptering från Intune.\r\n
\r\nVälj {1} om du inte vill framtvinga kryptering av organisationsdata med applagerkryptering från Intune.\r\n\r\n
\r\nObs! Mer information om applagerkryptering från Intune finns i {2}." }, "EncryptDataAndroid": { - "tooltip": "

Välj Kräv om du vill aktivera kryptering av arbets- eller skoldata i den här appen. I Intune används ett OpenSSL, 256-bitars AES-krypteringsschema tillsammans med Android Keystore-systemet för att kryptera appdata på ett säkert sätt. Data krypteras synkront under I/O-filåtgärder. Innehåll i enhetens lagringsutrymme krypteras alltid. SDK-paketet ger fortsatt stöd för 128-bitars nycklar för kompatibilitet med innehåll och appar som använder äldre SDK-versioner.

\r\n\r\n

Krypteringsmetoden är FIPS 140-2-kompatibel.

" + "tooltip": "

Välj Require 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.

\r\n\r\n

Krypteringsmetoden är FIPS 140-2-kompatibel.

" }, "EncryptDataIos": { "tooltip1": "Välj Kräv 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.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Organisationsdatameddelanden", - "tooltip": "

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:

\r\n

{0}: Dela inte meddelanden.

\r\n

{1}: Dela inte organisationsdata i meddelanden. Om meddelanden inte stöds av programmet blockeras de.

\r\n

{2}: Dela alla meddelanden.

\r\n

Endast Android:\r\n Obs! Den här inställningen gäller inte alla program. Mer information finns i {3} 

\r\n \r\n

Endast iOS:\r\nObs! Den här inställningen gäller inte alla program. Mer information finns i {4}

" + "tooltip": "

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:

\r\n

{0}: Dela inte meddelanden.

\r\n

{1}: Dela inte organisationsdata i meddelanden. Om meddelanden inte stöds av programmet blockeras de.

\r\n

{2}: Dela alla meddelanden.

\r\n

Endast Android:\r\n Obs! Den här inställningen gäller inte alla program. Mer information finns i {3} 

\r\n\r\n

Endast iOS:\r\nObs! Den här inställningen gäller inte alla program. Mer information finns i {4}

" }, "OpenLinksManagedBrowser": { "label": "Begränsa överföring av webbinnehåll till andra appar", - "tooltip": "

Välj ett av följande alternativ för att ange de appar som den här appen kan öppna webbinnehåll i:

\r\n

Edge: Tillåt endast att webbinnehåll öppnas i en Edge-hanterad webbläsare

\r\n

Ohanterad webbläsare: Tillåt endast att webbinnehåll öppnas i den ohanterade webbläsaren som anges i inställningen Protokoll för ohanterad webbläsare

\r\n

Valfri app: Tillåt webblänkar i valfri app

" + "tooltip": "

Välj något av följande alternativ för att ange vilka appar som den här appen kan öppna webbinnehåll i:

\r\n

Microsoft Edge: Tillåt webbinnehåll för att bara öppna i Microsoft Edge. Lär dig hur Microsoft Edge skyddar dina data.

\r\n

Hanterad webbläsare: Tillåt att webbinnehåll endast öppnas i den ohanterade webbläsaren som definieras av inställningen \"Ohanterat webbläsarprotokoll\"

\r\n

Alla appar: Tillåt webblänkar i alla appar

" }, "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). " @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "Åsidosätt biometrisk kod med PIN-kod efter biometriska uppdateringar", - "tooltip": "Om klass 3-biometrik stöds av enheten (läs mer här), och en ändring av biometrisk kod identifieras, åsidosätter en PIN-kod uppmaningar om biometrik." + "tooltip": "Om klass 3-biometrik stöds av enheten (läs mer här), och en ändring av biometrisk kod identifieras, åsidosätter en PIN-kod uppmaningar om biometrik. Den här inställningen börjar bara gälla när en biometrisk inställning har använts för att komma åt appen." }, "RestrictKeyboards": { "duplicatePackageError": "Paketets id måste vara unikt.", @@ -1515,7 +1522,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.
\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 {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.
\r\n\r\n\r\nObs! Den här inställningen gäller inte alla program. Mer information finns i {2}.\r\n" }, "SaveDataToSelected": { "label": "Tillåt användaren att spara kopior i valda tjänster", @@ -1606,7 +1613,7 @@ "pushNotification": "Skicka push-meddelande till slutanvändare", "remoteLock": "Fjärrlås en inkompatibel enhet", "removeSourceAccessProfile": "Ta bort profil för källåtkomst", - "retire": "Ta icke-kompatibel enhet ur bruk", + "retire": "Lägg till enhet i listan över borttagningar", "wipe": "Rensa", "emailNotification": "Skicka e-post till slutanvändare" }, @@ -1746,6 +1753,7 @@ "weeks1": "1 gång i veckan" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 och senare" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Ange PowerShell-skriptfilen. Filen måste vara mindre än 200 KB.", "uploadLabel": "Skriptplats" }, + "bashScriptObjectName": "Bash-skript", "createButtonText": "Lägg till", "createPowershellScriptFlowSectionName": "Lägg till PowerShell-skript", "customAttributeObjectName": "Anpassat attribut", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "Den angivna VPN-klienten måste vara installerad på enheten och måste ha stöd för per app-VPN. I annat fall uppstår fel. Tänk på att du måste godkänna appen i den hanterade Google Play-butiken, synkronisera appen med Intune och distribuera den för att den ska kunna installeras.", "androidDeviceOwnerCustomPasswordDescription": "Skapa ett lösenord för enhet för enbart särskilda enheter. Kan vara 4–16 tecken och innehålla siffror, bokstäver och specialtecken.", "androidDeviceOwnerCustomPasswordName": "Eget lösenord", + "androidElevenAndBelowPasswordHeader": "Android 11 och tidigare", + "androidElevenAndBelowPasswordHeaderDescription": "Enheterna måste köra Android 11 eller tidigare för att inställningarna ska gälla.", "androidEnterpriseAlwaysOnVpnClientName": "VPN-klient", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Ange paket-id för appen i Google Play-butiken. Om exempelvis webbadressen för appen i Play-butiken är https://play.google.com/store/details?id=com.contosovpn.android.prod, är paketets id be com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Paket-ID", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Från och med oktober 2020 stöds inte längre vissa inställningar på Android-enheter som kör Android 10 och senare och som inte är Samsung Knox. Inställningarna markeras med Android 9 och tidigare eller Samsung Knox. Klicka här om du vill veta mer.", "androidTrustedServerCertificateNamesDescription": "Det här är det DNS-namn som används i certifikatet som presenteras av Radius-servern under klientautentiseringen till WiFi-åtkomstpunkten. Om du har flera Radius-servrar som har samma DNS-suffix i sitt fullständiga domännamn kan suffixet också användas. På så sätt kan enheter lita på servercertifikatet som presenteras för dem. Läs mer.
", "androidTrustedServerCertificateNamesName": "Radius-servernamn", + "androidTwelveAndAbovePasswordHeader": "Android 12 eller senare", + "androidTwelveAndAbovePasswordHeaderDescription": "Enheterna måste köra Android 12 eller senare för att inställningarna ska gälla.", + "androidTwelveDeprecationInfoBox": "Från och med november 2022 stöds inte vissa inställningar på Android-enheter som kör Android 12 och senare. De här inställningarna är märkta med Android 11 och tidigare. Klicka om du vill veta mer.", "androidZebraMxConfigurationFileXmlName": "Välj en giltig Zebra MX XML-fil", "androidZebraMxConfigurationLearnMore": "Läs mer om att hantera Zebra-enheter", "androidZebraMxConfigurationXmlName": "MX-profil i .xml-format", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "t.ex. outlook.office365.com", "exchangeActiveSyncHostName": "E-postserver", "exclusionAppListColumn": "App att utesluta", - "expeditedCheckinEnableDescription": "Checka in enheter en gång i timmen", - "expeditedCheckinEnableName": "Checka in enheter en gång i timmen", "experienceAllowBrowserSyncSettingsDescription": "Anger om användaren kan aktivera webbläsarens inställning för att synkronisera med alternativen för att synkronisera inställningar för att synkronisera information som historik och favoriter mellan användarens enheter. Om du vill ställa in den här inställningen måste du aktivera Synkronisera webbläsarinställningar mellan användarens enheter.", "experienceAllowBrowserSyncSettingsName": "Användaren kan aktivera synkronisering av webbläsarinställningar", "experienceDoNotSyncBrowserSettingsDescription": "När det är blockerat är standardkonfigurationen (Tillåt synkronisering av webbläsarinställningar mellan enheter) inaktiverad så att användarna inte kan synkronisera mellan enheter. När Blockera och aktivera användaråsidosättning är valt kan en användare åsidosätta utsedd administratör.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Skapa en profil för att tvinga tilldelade enheter att automatiskt installera de senaste macOS-uppdateringarna. Inställningarna anger hur och när programuppdateringar ska distribueras. Den här profilen hindrar inte användare från att uppdatera operativsystemet manuellt. Uppdateringarna tillämpas bara på enheter som har registrerats via automatisk enhetsregistrering i Apple (med ABM eller ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Läs mer", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Läs mer", - "macOSSoftwareUpdatePolicySupervisedName": "Skapa en profil för att tvinga tilldelade enheter att automatiskt installera de senaste macOS-uppdateringarna. Inställningarna anger hur och när programuppdateringar ska distribueras. Den här profilen hindrar inte användare från att uppdatera operativsystemet manuellt. Uppdateringarna tillämpas bara på enheter som har registrerats via automatisk enhetsregistrering i Apple (med ABM eller ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Skapa en profil för att tvinga tilldelade enheter att automatiskt installera de senaste macOS-uppdateringarna. De här inställningarna avgör hur och när programuppdateringar distribueras. Den här profilen hindrar inte användare från att uppdatera operativsystemet manuellt. Uppdateringar gäller endast för övervakade enheter.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Veckoschema", - "macOSSoftwareUpdateSelectScheduleTypeName": "När en princip för uppdatering av macOS-programvara tilldelas en enhet så distribuerar Intune automatiskt de senaste uppdateringarna när enheten checkas in. Du kan också skapa ett veckoschema och ange en tidsperiod då enheterna kan checkas in och ta emot uppdateringar. Om du väljer att uppdatera utanför den schemalagda tiden så distribuerar Intune inga uppdateringar förrän den schemalagda tidsperioden är slut.", + "macOSSoftwareUpdateSelectScheduleTypeName": "När en princip för uppdatering tilldelas en enhet, distribuerar Intune automatiskt de senaste uppdateringarna när enheten checkas in. Du kan istället skapa ett veckoschema med anpassade start- och sluttider. Om du väljer att uppdatera utanför den schemalagda tiden, distribuerar Intune inga uppdateringar förrän den schemalagda tidsperioden är slut.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Välj hur nedladdningar, installationer och/eller meddelanden ska hanteras för varje typ av uppdatering.", "macOSSystemExtensionsExtensionTypeName": "Tillåtna typer av systemtillägg", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Studenter som har registrerat sig för en ohanterad Klassrum-kurs måste få lärarens tillstånd för att lämna kursen.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Lasta av NAT KeepAlive till maskinvara när enheten är i viloläge", "nATKeepAliveOffloadEnableToolTip": "När en enhet är i viloläge fortsätter NAT-systemet att kontrollera att enheten fortfarande är ansluten till VPN-nätverket. Med den här inställningen kan du inaktivera den funktionen.", "nacIdCheckBoxLabel": "Jag godkänner.", - "nacIdDescCisco": "Intune-enhetens ID måste finnas med i VPN-profilen för att Cisco AnyConnect ska kunna aktivera nätverksåtkomstkontroll.

Jag tillåter att Microsoft lägger till enhetsinformation i VPN-profilen och att informationen får användas av Cisco och dess partner.", - "nacIdDescCitrix": "Intune-enhetens ID måste finnas i VPN-profilen för att Cisco SSO ska kunna aktivera nätverksåtkomstkontroll.

Jag tillåter att Microsoft lägger till enhetsinformation i VPN-profilen och att informationen får användas av Cisco och dess partner.", - "nacIdDescF5": "Intune-enhetens ID måste finnas i VPN-profilen för att F5 Access ska kunna aktivera nätverksåtkomstkontroll.

Jag tillåter att Microsoft lägger till enhetsinformation i VPN-profilen och att informationen får användas av F5 Access och dess partner.", + "nacIdDescCisco": "Intune-enhetens ID måste finnas med i VPN-profilen för att Cisco AnyConnect ska kunna aktivera nätverksåtkomstkontroll.

Jag tillåter att Microsoft lägger till enhetsinformation i VPN-profilen och att informationen får användas av Cisco och dess partner. Klicka här om du vill veta mer, inklusive vilka data som delas med tjänstleverantören.", + "nacIdDescCitrix": "Citrix SSO kräver att Intune-enhets-ID:t inkluderas i VPN-profilen för att aktivera NAC.

I så att Microsoft kan inkludera enhetsinformation i VPN-profilen, som kan användas av Citrix och deras partner. Klicka här om du vill veta mer, inklusive vilka data som delas med tjänstleverantören.", + "nacIdDescF5": "F5 Access kräver att Intune-enhets-ID:t inkluderas i VPN-profilen för att aktivera NAC.

I så att Microsoft kan inkludera enhetsinformation i VPN-profilen, som kan användas av F5 Access och deras partner. Klicka här om du vill veta mer, inklusive vilka data som delas med tjänstleverantören.", "nacIdHeader": "Aktivera nätverksåtkomstkontroll", "nacIdHeaderCiscoToolTip": "Enhetens ID krypteras och läggs till i VPN-profilen. När användaren försöker ansluta till VPN skickar Cisco AnyConnect det här värdet till nätverksåtkomstkontrollinfrastrukturen, som sedan efterfrågar värdet i Intune för att fastställa om enheten är registrerad och kompatibel.

Cisco AnyConnect har inte åtkomst till enhetens ID direkt, så för att kunna aktivera nätverksåtkomstkontroll måste värdet läggas till i VPN-profilen.", "nacIdHeaderCitrixToolTip": "Enhetens ID krypteras och läggs till i VPN-profilen. När användaren försöker ansluta till VPN skickar Cisco SSO det här värdet till nätverksåtkomstkontrollinfrastrukturen, som sedan efterfrågar värdet i Intune för att fastställa om enheten är registrerad och kompatibel.

Cisco SSO har inte åtkomst till enhetens ID direkt, så för att kunna aktivera nätverksåtkomstkontroll måste värdet läggas till i VPN-profilen.", @@ -6016,6 +6028,15 @@ "shutdown": "Avstängning", "signatureUpdateIntervalInHoursName": "Intervall för uppdatering av säkerhetsinsikter (i timmar)", "signingCertificateType": "Typ av signeringscertifikat", + "silentCertAccessAddApps": "Lägg till appar", + "silentCertAccessApplicationsName": "Program", + "silentCertAccessMaxAppsWarn": "Välj minst 50 appar som ska beviljas certifikatåtkomst i bakgrunden", + "silentCertAccessMinAppsWarn": "Välj minst en app som ska beviljas certifikatåtkomst i bakgrunden", + "silentCertAccessSpecificApps": "Bevilja i bakgrunden för särskilda appar (kräv användargodkännande för andra appar)", + "silentCertAccessTabName": "Appar", + "silentCertAccessTypeDescription": "Välj hur certifikatåtkomst ska beviljas program", + "silentCertAccessTypeName": "Certifikatåtkomst", + "silentCertAccessUserApproval": "Kräv användargodkännande för alla appar", "simpleDownloadOption": "Läge för enkel nedladdning utan peering (99)", "simultaneousMultiThreadingName": "Samtidig flertrådskörning", "singleAppModeAppNameDescription": "Appens namn.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "Genom att välja det här alternativ godkänner du att när du använder detta operativsystem på en enhet antingen så köptes (1) den tillämpliga Windows-licensen genom volymlicensiering, eller att (2) du har behörighet att binda din organisation och accepterar relevanta Licensvillkor för Programvara från Microsoft. {0}.", "windowsAppNonComplianceTypeDescription": "Vi rekommenderar att du ber användarna godkänna användningsvillkoren och samtycka till att vissa appar kommer att blockeras från att installeras. Använd listan över blockerade appar för att ange de Windows Phone-appar som inte hanteras av Intune och som användarna inte får installera. Alla appar, även företagsportalen och alla distribuerade appar, måste läggas till i listan över tillåtna appar i formatet för appbutikens webbadress", "windowsAppUrlExample": "e.g. https://www.microsoft.com/sv-se/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "De här inställningarna fungerar för företagsägda arbetsprofilenheter och tillämpas endast vid personlig användning.", "workProfileRequirePasswordDescription": "Kräv ett lösenord för att använda arbetsappar. Detta kan skilja sig från enhetslösenordet. Android 7.0+ krävs ", "workProfileRequirePasswordName": "Kräv lösenord för arbetsprofil", + "workProfileRequiredPasswordComplexityDescription": "Ange den lösenordskomplexitet som krävs.", + "workProfileRequiredPasswordComplexityName": "Lösenordskomplexitet för arbetsprofil", "workProfileRequiredPasswordTypeDescription": "Ange vilken typ av lösenord som krävs.", "workProfileRequiredPasswordTypeName": "Krav på lösenordstyp", "workspaceIDName": "Id för arbetsyta", @@ -7601,7 +7626,7 @@ "isMamEnabled": "Är mobilprogramhantering aktiverat?", "itemsCount": "{0} objekt", "jailbrokenRootedDevices": "Jailbrokade/rotade enheter", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "Datum för senaste ändring", "lastReportedDate": "Senast rapporterade datum", "lastSync": "Senaste synkronisering", "lastSyncGmt": "Senaste synkronisering (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "ID för hanterad mobilenhet", "mdmWipInvalidVersionSettings": "En eller flera appar innehåller ogiltiga definitioner av högsta och lägsta tillåtna version.

Enligt Windows informationsskydd med registreringsprinciper kan du bara ange en version, såvida de inte är likvärdiga. Om endast den lägsta versionen anges, ställs regeln in på större än eller lika med den lägsta versionen. Och om endast maxversionen anges, ställs regeln in på mindre än lika med maxversionen.", "mdmWipReport": "Rapport över Windows informationsskydd med mobilenhetshantering", + "microsoftDefenderForEndpoint": "Microsoft Defender för Endpoint", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Lägsta appversion", "minMaxValidation": "Operativsystemets minimiversion måste vara lägre än den högsta versionen när åtgärden är densamma.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Lägsta företagsportalversion", "minimumDeviceSelection": "Minst 1 enhet måste väljas", "mobileAppCRUDpermission": "Behörighet för mobilappar: läsa, skapa och tilldela", + "mobileThreatDefenseNonMicrosoft": "Skydd mot mobilhot (icke-Microsoft)", "monitor": "Övervaka", "moreApps": "Fler appar", "moreAppsTextBoxTooltip": "Lägg till verksamhetsspecifika appar här om du inte har åtkomst till den fullständiga Intune-portalen.", - "mtdConnectorInfoBox1": "Viktigt! Se till att Mobile Threat Defense-anslutningen har ställts in så att organisationens data är ordentligt skyddade utifrån de hotnivåutvärderingar som gjorts av de anslutna Mobile Threat Defense-tjänsterna.", + "mtdConnectorInfoBox1": "Viktigt! Se till att Mobile Threat Defense (MTD)-anslutningen har ställts in så att organisationens data är ordentligt skyddade utifrån de hotnivåutvärderingar som gjorts av de anslutna Mobile Threat Defense-tjänsterna.", "mtdConnectorInfoBox2": "Läs mer om Mobile Threat Defense för oregistrerade enheter.", + "mtdConnectorInfoBox3": "Om din klientorganisation har en anslutning konfigurerad med både Microsoft Defender för Endpoint och en MTD-tjänst (icke-Microsoft) och inte konfigurerar någon primär MTD-tjänst eller om det finns en konflikt när du riktar dig mot en användare, kommer standardinställningen att vara Microsoft Defender för Endpoint.", "name": "Namn", "networkBoundariesInfoBoxText": "Lägg till /*AppCompat*/ i listan med molnresurser för att aktivera TLS-anslutningar av personliga appar som ansluter direkt till en molnresurs via en IP-adress.", "networkBoundariesInfoParagraph1": "Välj var skyddade appar ska ha åtkomst till företagsdata i nätverket.", @@ -7735,6 +7763,7 @@ "portNumber": "Portnummer", "portNumberDesc": "Port för proxyn som angetts i proxyadressen", "prefix": "Prefix", + "primaryMtdService": "Primär MTD-tjänst", "productName": "Produktnamn", "properties": "Egenskaper", "protected": "Skyddad", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "Resurser som ska skapas", "restrictWebContentNo": "Valfri app", "restrictWebContentOption2": "{0}: Tillåt webblänkar i alla appar", - "rootCertificate": "Root Certificate", + "rootCertificate": "Rotcertifikat", "safetyNetDeviceAttestation": "SafetyNet-enhetsbestyrkande", "saveAppsNotificationText": "Sparar valda appar", "saveChangesCommandText": "Spara", @@ -7813,6 +7842,7 @@ "setting": "Inställning", "settingName": "Inställningsnamn", "settings": "Inställningar", + "settingsCatalog": "Inställningskatalog", "settingsSelectorLabel": "Inställningar", "silent": "Tyst", "specificUserIsLicensedIntune": "{0} är licensierad för Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Hanteras av princip", "targetediOSUserPartTitle": "Användarstatus för iOS", "threatCategory": "Hotkategori", + "tileDeprecated": "Den här panelen är inaktuell. Ta bort den från instrumentpanelen.", "timeColumnLabel": "Tid", "timebombLabel": "Offlineintervall innan appdata rensas (dagar)", "timebombToolTip": "Efter angivet antal dagar som enheten inte har synkroniserats med Intune utför Windows en selektiv radering på enheten. Då avregistreras apparna för MAM-registrering och krypterade och skyddade företagsdata tas bort. Standardvärdet för den här inställningen är 90 dagar. Om värdet anges till 0 inaktiveras inställningen.", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Windows 10 och senare appskyddsprincip", "windows10PlatformLabel": "Windows 10 och senare", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 och senare", "windowsInformationProtectionPlatformLabel": "Windows informationsskydd", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Visar en lista över filnamnstillägg så att filer med de här tilläggen krypteras när de kopieras från en SMB-resurs inom den företagsgräns som definieras i nätverksplatslistan. Om den här principen inte har ställts in används det befintliga funktionssättet för automatisk kryptering. När principen är inställd krypteras endast filer som har de filnamnstillägg som finns i listan. ", "wipStoreApps": "Store-appar", "wipWeAppsListInfo": "De här apparna har åtkomst till din företagsinformation och fungerar på olika sätt när de används med otillåtna, personliga appar eller appar som inte är kompatibla med företaget. Endast appar som är kompatibla för användning med Windows informationsskydd tillåts på enheter utan MDM.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Innan Windows 10 och senare principer kan börja gälla måste du ställa in MAM URL:erna i AAD på Microsoft Intune genom att välja alternativet för att återställa standard-URL:er och ange användaromfattning.", "wipWebsiteLearningTitle": "Webbplatsinlärning för Windows informationsskydd", "wipeData": "Rensa data", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professionell Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professionell Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Använd ett anpassat identifieringsskript", "runAs32Bit": "Kör skript som 32-bitarsprocess på 64-bitarsklienter", "runAs32BitTooltip": "Välj Ja om du vill köra skriptet i en 32-bitarsprocess på 64-bitarsklienter. Välj Nej (standard) om du vill köra skriptet i en 64-bitarsprocess på 64-bitarsklienter. 32-bitarsklienter kör skriptet i en 32-bitarsprocess.", + "scriptContent": "Script content", "scriptFile": "Skriptfil", "scriptFileNotSelectedValidation": "Ingen skriptfil har valts.", "scriptFileTooltip": "Välj ett PowerShell-skript som identifierar förekomst av appen på klienten. Appen identifieras när skriptet både returnerar värdet 0 som slutkod och skriver ett strängvärde till STDOUT.", @@ -8307,9 +8342,6 @@ "string": "Sträng", "version": "Version" }, - "ScriptContent": { - "emptyMessage": "Skriptinnehåll måste anges." - }, "duplicateName": "Skriptnamnet {0} har redan använts. Ange ett annat namn.", "enforceSignatureCheck": "Framtvinga signaturkontroll av skript", "enforceSignatureCheckTooltip": "Välj Ja om du vill kontrollera att skriptet har signerats av en betrodd utgivare så att skriptet körs utan varningar eller uppmaningar. Skriptet körs avblockerat. Välj Nej (standard) om du vill köra skriptet med slutanvändarens bekräftelse men utan signaturkontroll.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Välj operator för kravjämförelsen.", "requirementMethod": "Välj typ av utdata", "requirementMethodTooltip": "Välj den datatyp som används vid fastställande av krav på identifieringsmatchning.", + "scriptContent": "Script content", "scriptFile": "Skriptfil", "scriptFileTooltip": "Välj ett PowerShell-skript som identifierar förekomst av appen på klienten. Om appen har identifierats visar kravprocessen en slutkod med värdet 0 och skriver strängvärdet STDOUT.", "scriptName": "Skriptets namn", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Lägg till autentiseringssammanhang", + "deleteDisallowed": "Du kan inte ta bort det här autentiseringssammanhanget eftersom principerna för villkorsstyrd åtkomst hänvisar till det.", "descPlaceholder": "Lägg till beskrivning av autentiseringssammanhanget", "modifyTitle": "Ändra autentiseringssammanhang", "namePlaceholder": "Exempel: Betrodd plats, betrodd enhet, stark auktorisering", @@ -8396,15 +8430,15 @@ "description": "Beskrivning", "documentation": "Dokumentation", "getStarted": "Kom igång", - "label": "Autentiseringssammanhang (förhandsversion)", - "menuLabel": "Autentiseringssammanhang (förhandsversion)", + "label": "Autentiseringssammanhang", + "menuLabel": "Autentiseringssammanhang", "name": "Namn", "noAuthContextConfigured": "Inga autentiseringskontexter har konfigurerats.", "noAuthContextSet": "Det finns inga autentiseringssammanhang", "noData": "Inga autentiseringssammanhang att visa", "selectionInfo": "Autentiseringssammanhang används för att skydda programdata och åtgärder i appar som SharePoint och Microsoft Cloud App Security.", "step": "Steg", - "tabDescription": "Hantera autentiseringssammanhang för att skydda data och åtgärder i dina appar. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Hantera autentiseringssammanhang för att skydda data och åtgärder i dina appar. Det går inte att ta bort autentiseringssammanhang när principer för villkorsstyrd åtkomst refererar till dem. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Tagga resurser med ett autentiseringssammanhang" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Gäster eller externa användare", "internalGuestLabel": "Lokala gästanvändare", "otherExternalUserLabel": "Andra externa användare", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (förhandsgranskning)", + "serviceProviderUsersLabel": "Tjänstleverantörsanvändare" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Sökmetod för land", + "ariaLabel": "Sökmetod för land/region", "gps": "Fastställ plats efter GPS-koordinater", "info": "När platsvillkoret för en princip för villkorsstyrd åtkomst har konfigurerats uppmanas användarna av Authenticator-appen att dela sina GPS-platser. ", "ip": "Bestäm plats efter IP-adress (endast IPv4)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Konfigurera risknivåerna för tjänstens huvudnamn som krävs för att principen ska tillämpas​", "infoBalloonContent": "Konfigurera risken för tjänstens huvudnamn för att tillämpa principen för specifika risknivåer", - "title": "Risknivå för tjänstens huvudnamn (förhandsversion)" + "title": "Risk för tjänstens huvudnamn" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Aktivera/inaktivera Kontinuerlig tillgänglighetskontroll", "upsellInfo": "Du kan inte ändra inställningarna på den här sidan längre och eventuella inställningar här bör ignoreras. Din tidigare inställning kommer att hanteras. Du kan konfigurera dina CAE-inställningar under Villkorsstyrd åtkomst framöver. Klicka här för mer information." }, + "SamlReauth": { + "Filter": { + "warning": "Rikta dig mot program med hjälp av en dynamisk fråga. Vissa program kanske inte kan användas med sessionskontrollen Inloggningsfrekvens varje gång. {0}Läs mer om rekommenderade scenarier.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "Lista med attribut på den enhet som använts under inloggningen." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "Ingen klientorganisation har valts", + "selectOrganization": "Välj organisation", + "tenantIdWithPlaceholder": "Klientorganisations-ID: {0}", + "tenantSelectionRequired": "Klientorganisation krävs" }, "advancedTabText": "Avancerad", "allCloudAppsErrorBox": "Du måste välja \"Alla molnappar\" när beviljandet \"Tillåt lösenordsändring\" har valts", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "Exempel: uri:contoso.com:level3", "appEnforceInfoBubble": "App-framtvingade begränsningar kan kräva ytterligare administratörskonfigurationer inom molnapparna. Begränsningarna börjar bara gälla för nya sessioner.", "appNotSetSeletorLabel": "0 molnappar valda", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "Den här appen stöder inte sessionskontrollen Inloggningsfrekvens varje gång.", "applyConditionClientAppInfoBalloonContent": "Konfigurera klientapparna för att tillämpa principen på specifika klientappar", "applyConditionDevicePlatformInfoBalloonContent": "Konfigurera enhetsplattformarna för att tillämpa principen för specifika plattformar", "applyConditionDeviceStateInfoBalloonContent": "Konfigurera enhetstillståndet att tillämpa principen för specifika enhetstillstånd", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP-intervall", "downloadExampleFileName": "Exempel", "downloadExampleHeader": "Detta är en exempelfil med demonstationer av de typer av data som kan godkännas. Rader som börjar med # ignoreras.", + "duplicate": "Duplicera", + "duplicatePolicyName": "{0} KOPIERA", "endDatePickerLabel": "Slutar", "endTimePickerLabel": "Sluttid", - "enterCountryText": "IP-adress och land utvärderas parvis. Välj land.", - "enterIpText": "IP-adress och land utvärderas parvis. Ange IP-adressen.", + "enterCountryText": "IP-adress och land/region utvärderas parvis. Välj land.", + "enterIpText": "IP-adress och land/region utvärderas parvis. Ange IP-adressen.", "enterUserText": "Ingen användare har valts. Välj en användare.", "evaluationResult": "Utvärderingsresultat", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Info", "invalidCertDuration": "Ogiltig varaktighet för certifikat", "invalidIpAddress": "Värdet måste vara en giltig IP-adress", - "invalidReAuthSignInRiskOptionSelected": "Sessionskontrollen Inloggningsfrekvens varje gång, tillåter inte alternativet Ingen risk, i villkorskontrollen Risknivå vid inloggning.", + "invalidReAuthSignInRiskOptionSelected": "Sessionskontrollen “inloggningsfrekvens varje gång” tillåter inte alternativet “ingen risk” i villkorskontrollen “inloggningsrisk”.", "invalidUriErrorMsg": "Ange en giltig URI. Till exempel, uri:contoso.com:acr", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "Den här vyn är inaktuell. Gå till den nya och förbättrade vyn Namngivna platser.", "namedLocationsHelpDescription": "Namngivna platser används av Azure AD-säkerhetsrapporter för att minska falskt positiva resultat och Azure AD-principer för villkorsstyrd åtkomst.\n[Läs mer][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Lägg till ett nytt IP-intervall (t.ex. 40.77.182.32/27)", - "namedNetworkCountryNeeded": "Du måste välja minst ett land", + "namedNetworkCountryNeeded": "Du måste välja minst ett land/en region", "namedNetworkDeleteCommand": "Ta bort", "namedNetworkDeleteDescription": "Vill du ta bort {0}? Du kan inte ångra den här åtgärden.", "namedNetworkDeleteTitle": "Är du säker?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Platser", "policyConditionLocationDescription": "Platsen (fastställs av IP-adressintervallet) som användaren loggar in från", "policyConditionLocationPreview": "Platser (förhandsversion)", - "policyConditionSigninRisk": "Risknivå vid inloggning", + "policyConditionSigninRisk": "Inloggningsrisk", "policyConditionSigninRiskDescription": "Sannolikhet att inloggningen kommer från någon annan än användaren. Risknivån kan vara hög, medel eller låg. Kräver en Azure AD Premium 2-licens.", - "policyConditionUserRisk": "Risknivå för användare", + "policyConditionUserRisk": "Användarrisk", "policyConditionUserRiskDescription": "Konfigurera de användarrisknivåer som krävs för att principen ska tillämpas", "policyConditioniClientApp": "Klientappar", "policyControlAllowAccessDisplayedName": "Bevilja åtkomst", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Klassiska principer utvärderas inte av det här verktyget.", "whatIfClientAppInfo": "Den klientapp som användaren loggar in från. Exempel: webbläsare.", - "whatIfCountry": "Land", - "whatIfCountryInfo": "Landet som användaren loggar in från.", + "whatIfCountry": "Land/region", + "whatIfCountryInfo": "Landet/regionen som användaren loggar in från.", "whatIfDevicePlatformInfo": "Den enhetsplattform från vilken användaren loggar in.", "whatIfDeviceStateInfo": "Den enhetsstatus från vilken användaren loggar in", "whatIfEnterIpAddress": "Ange IP-adress (t.ex. 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Användare och grupper", "whatIfIpAddress": "IP-adress", "whatIfIpAddressInfo": "Den IP-adress användaren in från.", - "whatIfIpCountryInfoBoxText": "Om du använder en IP-adress eller land, krävs bägge fälten och bör mappa tillsammans korrekt.", + "whatIfIpCountryInfoBoxText": "Om du använder en IP-adress eller land/region måste båda fälten fyllas i och mappas ihop korrekt.", "whatIfPolicyAppliesTab": "Principer som ska tillämpas", "whatIfPolicyAppliesTabWithCount": "Principer som kan tillämpas ({0})", "whatIfPolicyDoesNotApplyTab": "Principer som inte ska tillämpas", "whatIfPolicyDoesNotApplyTabWithCount": "Principer som inte kan tillämpas ({0})", "whatIfReasons": "Orsaker till varför den här principen inte ska tillämpas", "whatIfSelectClientApp": "Välj en klientapp...", - "whatIfSelectCountry": "Välj land...", + "whatIfSelectCountry": "Välj land/region...", "whatIfSelectDevicePlatform": "Välj enhetsplattform...", "whatIfSelectPrivateLink": "Välj privat länk...", "whatIfSelectServicePrincipalRisk": "Välj risknivå för tjänstens huvudnamn...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Arbetsbelastningsidentiteter (förhandsversion)", + "workloadIdentitiesLicenseText": "En P1- eller P2-licens för arbetsbelastningsidentiteter krävs för att redigera den här principen.", "workloadIdentity": "Arbetsbelastningsidentitet" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Konfigurera enheter för inledande etablering och tilldela till användare.", + "title": "Enhetsförberedelse" + }, + "EnrollmentSettings": { + "description": "Konfigurera registreringsinställningar, som att blockera registrering och tilldela till användare.", + "title": "Registreringsinställningar" + }, "coManagementAuthorityDesc": "Ställ in samhanteringsinställningar för Configuration Manager-integrering", "coManagementAuthorityTitle": "Samhanteringsinställningar ", "deploymentProfiles": "Windows AutoPilot-distributionsprofiler", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "Informationswebbadressen får bestå av högst 1 024 tecken.", "installAsManaged": "Installera som hanterat", "installationSourceLabel": "Apptyp", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Visa den här som aktuell app på företagsportalen", "isMAMEnabledToggleLabel": "Ja", "lastModifiedDateTime": "Senast uppdaterad", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Inställningar" }, "infoBoxText": "Den enda kontrollen av kvalitetsuppdateringar som just nu är tillgänglig förutom den befintliga principen för uppdateringsringar för Windows 10 och senare är möjligheten att skicka kvalitetsuppdateringar för enheter som hamnat under en angiven korrigeringsnivå. Det kommer att finnas fler kontroller i framtiden.", + "licenseLearnMoreText": "Läs mer om krav och principer för kvalitetsuppdatering.", + "licenseWarningBoxText": "För att skapa principer för kvalitetsuppdatering krävs specifik licensiering.", "warningBoxText": "Utskick av programuppdateringar kan visserligen förkorta tiden till regelefterlevnad men påverkar också användarnas produktivitet. Risken för att användarna måste starta om datorn under arbetstid ökar markant." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge-konfigurationsinställningar", @@ -10660,6 +10740,23 @@ "withEnrollment": "Med registrering", "withoutEnrollment": "Utan registrering" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Upphovsperson", + "template": "Mallnamn" + } + }, + "SettingsCatalog": { + "subtitle": "Börja från början och välj önskade inställningar från biblioteket med tillgängliga inställningar", + "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.", + "title": "Mallar" + }, + "noData": "Inga principmallar hittades" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online Desktop Client", "visioProRetail": "Visio Online, abonnemang 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "Med registrering", "withoutEnrollment": "Utan registrering" }, + "DisplayRoleTypes": { + "builtInRole": "Inbyggd roll", + "customCloudPCRole": "Anpassad Windows 365-roll", + "customIntuneRole": "Anpassad Intune-roll", + "customRole": "Anpassad roll" + }, "InstallContextType": { "device": "Enhet", "deviceContext": "Enhetssammanhang", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Uppdatera vid nästa incheckning", "duringTimeWindows": "Uppdatera under schemalagd tid", - "header": "När en princip för uppdatering av iOS/iPadOS-programvara tilldelas en enhet, distribuerar Intune automatiskt de senaste uppdateringarna när enheten checkas in (ungefär var 8:e timme). Du kan istället skapa ett veckoschema med anpassade start- och sluttider. Om du väljer att uppdatera utanför den schemalagda tiden, distribuerar Intune inga uppdateringar förrän den schemalagda tidsperioden är slut.", + "header": "När en princip för uppdatering tilldelas en enhet, distribuerar Intune automatiskt de senaste uppdateringarna när enheten checkas in. Du kan istället skapa ett veckoschema med anpassade start- och sluttider. Om du väljer att uppdatera utanför den schemalagda tiden, distribuerar Intune inga uppdateringar förrän den schemalagda tidsperioden är slut.", "infoBalloon": "När uppdateringarna sker. Ytterligare indata krävs för att schemalägga uppdateringar under eller utanför schemalagda tider.", "label": "Schematyp", "outsideActiveHours": "Uppdatera utanför aktiv tid (tidigare)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Administratörskontakter", "appPackaging": "Appaket", + "businessGroups": "Affärsgrupper", "devices": "Enheter", "feedback": "Feedback", "gettingStarted": "Komma igång", @@ -11479,6 +11583,7 @@ "cartProfiles": "Kundvagnsprofiler", "certificateConnectors": "Certifikatanslutningsprogram", "chromeEnterprise": "Chrome Enterprise (förhandsversion)", + "cloudAttachedDevices": "Molnanslutna enheter (förhandsversion)", "compliancePolicies": "Kompatibilitetsprinciper", "complianceScriptManagement": "Skript", "complianceScriptManagementPreview": "Skript (förhandsversion)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Fel vid funktionsuppdatering (förhandsversion)", "failuresForQualityUpdates": "Snabbuppdateringsfel i Windows (förhandsversion)", "featureFlighting": "Förhandsversionstestning av funktioner", - "featureUpdateDeployments": "Funktionsuppdateringar för Windows 10 och senare (förhandsversion)", + "featureUpdateDeployments": "Funktionsuppdateringar för Windows 10 och senare", "flighting": "Förhandsversionstestning", "fotaUpdate": "OTA-uppdatering (Over The Air) av inbyggd programvara", "groupPolicy": "Administrativa mallar", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Ofullständiga användarregistreringar", "iosUpdates": "Uppdatera principer för iOS/iPadOS", "legacyPcManagement": "Hantering av äldre datorer", - "macOSSoftwareUpdate": "Uppdateringsprinciper för macOS", - "macOSSoftwareUpdateAccountSummaries": "Installationsstatus för macOS-enheter", + "macOSSoftwareUpdate": "Uppdatera principer för macOS (förhandsversion)", + "macOSSoftwareUpdateAccountSummaries": "Installationsstatus för macOS-enheter (förhandsversion)", "macOSSoftwareUpdateCategorySummaries": "Sammanfattning av programuppdateringar", "macOSSoftwareUpdateStateSummaries": "uppdateringar", "managedGooglePlay": "Hanterat Google Play-konto", @@ -11570,11 +11675,12 @@ "warranty": "Garantileverantörer", "wdacSupplementalPolicies": "Tilläggsprinciper för S-läge", "windows10DriverUpdate": "Drivrutinsuppdateringar för Windows 10 och senare (förhandsversion)", - "windows10QualityUpdate": "Kvalitetsuppdateringar för Windows 10 och senare (förhandsversion)", + "windows10QualityUpdate": "Kvalitetsuppdateringar för Windows 10 och senare", "windows10UpdateRings": "Uppdateringringar för Windows 10 och senare", "windows10XPolicyFailures": "Windows 10X-principfel", "windows365Connector": "Windows 365 Citrix-anslutningsprogram", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Windows 365 Citrix-anslutningsprogram (förhandsversion)", + "windowsDiagnosticData": "Windows-data", "windowsEnterpriseCertificate": "Windows Enterprise-certifikat", "windowsManagement": "PowerShell-skript", "windowsSideLoadingKeys": "Nycklar för separat inläsning i Windows", diff --git a/Documentation/Strings-tr.json b/Documentation/Strings-tr.json index 3d4b69d..cc361a3 100644 --- a/Documentation/Strings-tr.json +++ b/Documentation/Strings-tr.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Öğretmen sertifikaları", "emailProfile": "E-posta", "enterpriseDataProtection": "Windows Bilgi Koruması", - "expeditedCheckin": "Mobil cihaz yönetimi yapılandırması", "extensibleSingleSignOn": "Çoklu oturum açma uygulama uzantısı", "filevault": "FileVault", "firewall": "Güvenlik Duvarı", @@ -508,7 +507,10 @@ "deploymentSettings": "Dağıtım ayarları", "groupAssignmentSettings": "Atamalar", "scopeSettings": "Kapsam etiketleri" - } + }, + "gradualRolloutLicenseWarning": "Bu yetenek belirli lisanslar gerektirir.", + "gradualRolloutLicenseWarningEdit": "İlke bu özellik seçilmeden kaydedilene kadar bu özellik kullanılmaya ve yapılandırılmaya devam eder.", + "licenseLearnMoreText": "Önkoşullar ve özellik güncelleştirmesi ilkeleri hakkında daha fazla bilgi edinin." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "Intune ile dağıtmak istediğiniz iOS için App Store mağaza uygulamalarını arayın.", "useManagedBrowser": "Gerekirse, kullanıcı web uygulamasını açtığında uygulama, Microsoft Edge veya Intune Managed Browser gibi Intune korumalı bir tarayıcıda açılır. Bu ayar hem iOS hem de Android cihazlar için geçerlidir.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "Cihaza dışarıdan yüklenebilecek biçimdeki uygulamanızı içeren dosya. Geçerli paket türü: .intunewin.​" + "win32AppPackageFile": "Cihaza dışarıdan yüklenebilecek biçimdeki uygulamanızı içeren dosya. Geçerli paket türü: .intunewin.​", + "winGetStoreSelectApp": "Intune ile dağıtmak istediğiniz mağaza uygulamaları için Microsoft Store deposunu arayın." }, "descriptionPreview": "Önizleme", "descriptionRequired": "Açıklama gerekiyor.", @@ -800,10 +803,10 @@ "azureADDevice": "İlişkili Azure AD cihazı", "batch": "Group tag", "dateAssigned": "Atama tarihi", - "deviceAccountFriendlyName": "Cihaz hesabına uygun ad", "deviceAccountPwd": "Cihaz hesabı şifresi", "deviceAccountUpn": "Device account", "deviceDisplayName": "Device name", + "deviceFriendlyName": "Cihaz kolay adı", "deviceName": "Cihaz adı", "deviceUseType": "Cihaz kullanım türü", "enrollmentState": "Kayıt durumu", @@ -924,10 +927,10 @@ "azureADDevice": "İlişkili cihaz için cihaz ayrıntılarına gidin. Yok, ilişkili cihaz olmadığını gösterir.", "batch": "Bir cihaz grubunu tanımlamak için kullanılabilen bir dize özniteliği. Intune'un Grup Etiketi alanı, Azure AD cihazlarındaki OrderID özniteliğine eşlenir.", "dateAssigned": "Profilin cihaza atandığı tarihin zaman damgası.", - "deviceAccountFriendlyName": "Surface Hub cihazları için cihaz hesabına uygun ad", - "deviceAccountPwd": "Surface Hub cihazları için cihaz hesabı parolası", - "deviceAccountUpn": "Surface Hub cihazları için cihaz hesabı e-postası", + "deviceAccountPwd": "Surface Hub cihazları için cihaz hesabı parolası. Bu bilgi girildiyse cihaz hesabını ve kolay adı da girin.", + "deviceAccountUpn": "Surface Hub cihazları için cihaz hesabı e-posta adresi. Bu bilgi girildiyse cihaz hesabı parolasını ve kolay adı da girin.", "deviceDisplayName": "Bir cihaz için benzersiz bir ad yapılandırın. Bu ad, Hibrit Azure AD ile katılan dağıtımlarda yok sayılacak. Cihaz adı, Hibrit Azure AD cihazları için hala etki alanı katılım profilinden gelir.", + "deviceFriendlyName": "Surface Hub cihazları için kolay ad. Bu bilgi girildiyse cihaz hesabını ve cihaz hesabı parolasını da girin.", "deviceName": "Kullanıcı, cihazı bulmaya ve bu cihaza bağlanmaya çalışırken görüntülenen ad.", "deviceUseType": " Cihaz, seçiminize bağlı olarak ayarlanır. Daha sonra her zaman Ayarlar'dan değişiklik yapabilirsiniz.\r\n ", "enrollmentState": "Cihazın kaydolup kaydolmadığını belirtir.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Hata iletisi", "customMessageToggle": "Zaman sınırı veya hatası oluştuğunda özel ileti göster", "enableForAutopilotOnlyToggle": "İlk çalıştırma deneyimi (OOBE) tarafından sağlanan cihazlarda yalnızca sayfayı göster", + "installQualityUpdatesToggle": "Windows kalite güncelleştirmelerini yükleyin (cihazı yeniden başlatabilir)", "progressToggle": "Uygulama ve profil yapılandırma ilerlemesini göster", "resetToggle": "Yükleme hatası oluşursa kullanıcıların cihazı sıfırlamasına izin ver", "timeout": "Yükleme belirtilen dakikadan uzun sürerse hata göster" @@ -1367,7 +1374,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 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." }, "AndroidBiometricAuthentication": { "label": "Erişim için PIN yerine biyometri", @@ -1378,7 +1385,7 @@ "tooltip": "Android işletim sistemi, Android cihaz kullanıcılarının kimliğini doğrulamak için parmak izi taramalarını kullanır. Bu özellik, Android cihazlardaki yerel biyometrik denetimleri destekler. Samsung Geçiş İzni gibi OEM'ye özgü biyometrik ayarlar desteklenmez. İzin verilirse, biyometrik denetimi olan bir cihazda uygulamaya erişmek için bu yerel biyometrik denetimler kullanılmalıdır." }, "AndroidOverrideFingerprint": { - "label": "Zaman aşımından sonra parmak izini PIN ile geçersiz kıl" + "label": "Zaman aşımından sonra biyometriyi PIN  ile geçersiz kıl" }, "AppPIN": { "label": "Cihaz PIN'i ayarlı olduğunda uygulama PIN'i", @@ -1435,7 +1442,7 @@ "tooltip": "Kuruluş verilerini Intune uygulama katmanı şifrelemesiyle şifrelemeyi zorunlu kılmak için {0} seçeneğini belirleyin.\r\n
\r\nKuruluş verilerini Intune uygulama katmanı şifrelemesi ile şifrelemeyi zorunlu kılmamak için {1} seçeneğini belirleyin.\r\n\r\n
\r\nNot: Intune uygulama katmanı şifrelemesi hakkında daha fazla bilgi için bkz. {2}." }, "EncryptDataAndroid": { - "tooltip": "

Bu uygulamada iş veya okul verilerinin şifrelenmesini etkinleştirmek için Gerektir seçeneğini belirleyin. Intune, uygulama verilerini güvenle şifrelemek için Android Keystore sisteminin yanı sıra bir OpenSSL, 256 bit AES şifreleme düzenini kullanır. Veriler, dosya G/Ç görevleri sırasında eş zamanlı olarak şifrelenir. Cihaz depolamasındaki içerik her zaman şifrelenir. SDK, eski SDK sürümlerini kullanan içerik ve uygulamalarla uyumluluğu sürdürmek amacıyla 128 bit anahtar desteği sağlamaya devam eder.

\r\n\r\n

Şifreleme yöntemi FIPS 140-2 uyumludur.

" + "tooltip": "

Bu uygulamada iş veya okul verilerini şifrelemeyi etkinleştirmeyi gerektir 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.

\r\n\r\n

Şifreleme yöntemi FIPS 140-2 uyumlu.

" }, "EncryptDataIos": { "tooltip1": "Bu uygulamada iş veya okul verilerinin şifrelemesini etkinleştirmek için Gerektir 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.", @@ -1467,7 +1474,7 @@ }, "OpenLinksManagedBrowser": { "label": "Diğer uygulamalarla web içerik aktarımını kısıtla", - "tooltip": "

Bu uygulamanın, web içeriğini açabileceği uygulamaları belirtmek için şu seçeneklerden birini belirleyin:

\r\n

Microsoft Edge: Web içeriğinin yalnızca Microsoft Edge’de açılmasına izin ver

\r\n

Yönetilmeyen tarayıcı: 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.

\r\n

Tüm uygulamalar: Web bağlantılarının tüm uygulamalarda açılmasına izin ver

" + "tooltip": "

Bu uygulamanın, web içeriğini açabileceği uygulamaları belirtmek için şu seçeneklerden birini belirleyin:

\r\n

Microsoft Edge: Web içeriğinin yalnızca Microsoft Edge’de açılmasına izin ver. Microsoft Edge’in verilerinizi nasıl koruduğu hakkında bilgi edinin.

\r\n

Yönetilmeyen tarayıcı: 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.

\r\n

Tüm uygulamalar: Web bağlantılarının tüm uygulamalarda açılmasına izin ver

" }, "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. " @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "Biyometrik güncelleştirmeler sonrasında PIN ile Biyometriyi geçersiz kıl", - "tooltip": "Sınıf 3 biyometrisi cihaz tarafından destekleniyorsa (daha fazla bilgiyi burada bulabilirsiniz), biyometride bir değişiklik algılandığında bir PIN istemi, biyometrik istemleri geçersiz kılar." + "tooltip": "3. sınıf biyometri cihaz tarafından destekleniyorsa (daha fazla bilgi burada), biyometride bir değişiklik algılandığında, bir PIN istemi biyometrik istemleri geçersiz kılar . Bu ayar, yalnızca uygulamaya erişmek için bir biyometrik kullanıldığında etkili olur." }, "RestrictKeyboards": { "duplicatePackageError": "Paket kimliği benzersiz olmalıdır.", @@ -1606,7 +1613,7 @@ "pushNotification": "Son kullanıcıya anında iletme bildirimi gönder", "remoteLock": "Uyumsuz cihazı uzaktan kilitle", "removeSourceAccessProfile": "Kaynak erişim profilini kaldır", - "retire": "Uyumsuz cihazı devre dışı bırak", + "retire": "Cihazı kullanımdan kaldırma listesine ekle", "wipe": "Silme", "emailNotification": "Son kullanıcıya e-posta gönder" }, @@ -1746,6 +1753,7 @@ "weeks1": "Her hafta" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 ve sonraki sürümler" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "PowerShell betik dosyasını belirtin. Dosyanın 200 KB'tan küçük olması gerekir.", "uploadLabel": "Betik konumu" }, + "bashScriptObjectName": "Bash betiği", "createButtonText": "Ekle", "createPowershellScriptFlowSectionName": "PowerShell betiğini ekle", "customAttributeObjectName": "Özel öznitelik", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "Belirtilen VPN istemcisi cihazda yüklü olmalıdır ve uygulama başına VPN'yi desteklemelidir, aksi takdirde bir hata oluşacaktır. Uygulamayı Yönetilen Google Play Store'da onaylamanız, uygulamayı Intune ile eşitlemeniz ve kullanıcının iş profiline yüklenmesi için dağıtmanız gerekeceğini unutmayın.", "androidDeviceOwnerCustomPasswordDescription": "Yalnızca adanmış cihazlar için cihaz geçiş kodu oluşturun. 4-16 karakter olabilir ve sayı, harf ile özel karakterler içerebilir.", "androidDeviceOwnerCustomPasswordName": "Özel parola", + "androidElevenAndBelowPasswordHeader": "Android 11 ve önceki sürümler", + "androidElevenAndBelowPasswordHeaderDescription": "Bu ayarlar Android 11 veya önceki sürümlerinde çalıştırılan cihazlar için geçerlidir.", "androidEnterpriseAlwaysOnVpnClientName": "VPN istemcisi", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Uygulamanın paket kimliğini Google Play Store'da girin. Örneğin Play Store'daki uygulama URL'si https://play.google.com/store/details?id=com.contosovpn.android.prod ise paket kimliği com.contosovpn.android.prod olur.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Paket Kimliği", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Ekim 2020'den itibaren bazı ayarlar, Android 10 ve üzeri sürümleri çalıştıran ancak Samsung Knox çalıştırmayan Android cihazlarında desteklenmeyecek. Bu ayarlar, Android 9 ve önceki sürümler veya Samsung Knox ile etiketlenir. Daha fazla bilgi edinmek için tıklayın.", "androidTrustedServerCertificateNamesDescription": "Bu, Wifi erişim noktasına istemci kimlik doğrulaması sırasında Radius Sunucusu tarafından sunulan sertifikada kullanılan DNS adıdır. Tam etki alanı adlarında aynı DNS sonekine sahip birden çok Radius sunucunuz varsa, yalnızca sonek de kullanılabilir. Bu, cihazların onlara sunulan sunucu sertifikasına güvenmelerini sağlar. Daha fazla bilgi.
", "androidTrustedServerCertificateNamesName": "Radius sunucusu adı", + "androidTwelveAndAbovePasswordHeader": "Android 12 ve üzeri sürümler", + "androidTwelveAndAbovePasswordHeaderDescription": "Bu ayarlar Android 12 veya üzeri sürümlerinde çalıştırılan cihazlar için geçerlidir.", + "androidTwelveDeprecationInfoBox": "Kasım 2022'den itibaren, Android 12 ve üzeri sürümlerinde çalıştıran Android cihazlarda bazı ayarlar desteklenmeyecek. Bu ayarlar Android 11 ve önceki olarak etiketlenmiştir. Daha fazla bilgi edinmek için tıklayın.", "androidZebraMxConfigurationFileXmlName": "Geçerli bir Zebra MX XML dosyası seçin", "androidZebraMxConfigurationLearnMore": "Zebra cihazlarını yönetme hakkında daha fazla bilgi edinin", "androidZebraMxConfigurationXmlName": ".xml biçiminde MX profili", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "örn. outlook.office365.com", "exchangeActiveSyncHostName": "E-posta sunucusu", "exclusionAppListColumn": "Hariç tutulacak uygulama", - "expeditedCheckinEnableDescription": "Cihazların her saat kontrol iletişimi kurmasını sağlayın", - "expeditedCheckinEnableName": "Cihazların her saat kontrol iletişimi kurmasını sağlayın", "experienceAllowBrowserSyncSettingsDescription": "Kullanıcının cihazları arasında geçmiş ve sık kullanılanlar gibi bilgileri eşitlemek amacıyla ayarlar seçeneklerinizi kullanmak için tarayıcı ayarlarını eşitlemeyi açıp açamayacağını belirtir. Bu ayarı yapılandırmak için \"Tarayıcı ayarlarını kullanıcının cihazları arasında eşitle\" ayarını etkinleştirmeniz gerekir.", "experienceAllowBrowserSyncSettingsName": "Kullanıcı, tarayıcı ayarlarını eşitlemeyi açabilir", "experienceDoNotSyncBrowserSettingsDescription": "Engellendiğinde, kullanıcıların cihazlar arasında eşitleme yapamaması için varsayılan yapılandırma (cihazlar arasında tarayıcı ayarlarını eşitlemeye izin ver) kapatılır. \"Kullanıcı geçersiz kılmasını engelle ve etkinleştir\" seçildiğinde, kullanıcı yöneticinin atadığı ayarı geçersiz kılabilir.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Atanan cihazların son macOS güncelleştirmelerini otomatik olarak yüklemesini zorlamak için bir profil oluşturun. Bu ayarlar, yazılım güncelleştirmelerinin nasıl ve ne zaman dağıtılacağını belirler. Bu profil, kullanıcıların işletim sistemini kendilerinin güncelleştirmesini engellemez. Güncelleştirmeler yalnızca Apple Otomatik Cihaz Kaydı (ABM veya ASM) aracılığıyla kaydedilen cihazlara uygulanır.", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Daha Fazla Bilgi", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Daha Fazla Bilgi", - "macOSSoftwareUpdatePolicySupervisedName": "Atanan cihazların son macOS güncelleştirmelerini otomatik olarak yüklemesini zorlamak için bir profil oluşturun. Bu ayarlar, yazılım güncelleştirmelerinin nasıl ve ne zaman dağıtılacağını belirler. Bu profil, kullanıcıların işletim sistemini kendilerinin güncelleştirmesini engellemez. Güncelleştirmeler yalnızca Apple Otomatik Cihaz Kaydı (ABM veya ASM) aracılığıyla kaydedilen cihazlara uygulanır.", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Haftalık zamanlama", - "macOSSoftwareUpdateSelectScheduleTypeName": "Varsayılan olarak Intune, bir cihaza macOS Yazılım Güncelleştirmeleri ilkesi atandıysa, cihaz kontrol iletişiminde en son güncelleştirmeleri dağıtır. Ayrıca haftalık bir zamanlama oluşturabilir ve cihazların kontrol iletişimi kurup güncelleştirmeleri alabileceği zaman dilimini belirtebilirsiniz. Zamanlanan sürenin dışında güncelleştirmeyi seçerseniz, Intune planlanan süre sona erene kadar güncelleştirmeleri dağıtmaz.", + "macOSSoftwareUpdateSelectScheduleTypeName": "Bir cihaza güncelleştirme ilkesi atandığında varsayılan olarak Intune, en son güncelleştirmeleri cihaz kontrol iletişimi sırasında dağıtır. Bunun yerine özelleştirilmiş başlangıç ve bitiş saatlerini içeren haftalık bir zamanlama oluşturabilirsiniz. Planlanan zamanın dışında güncelleştirmeyi seçerseniz, Intune planlanan zaman sona erene kadar güncelleştirmeleri dağıtmaz.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "İndirme, yükleme ve/veya bildirimlerin her güncelleştirme türünde nasıl yapılacağını seçin.", "macOSSystemExtensionsExtensionTypeName": "İzin verilen sistem uzantısı türleri", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Yönetilmeyen bir Classroom kursuna kayıtlı öğrencilerin kurstan ayrılmak için öğretmenin onayını alması gerekir.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Cihaz uykuda olduğunda NAT etkin tutma yükünü donanıma boşalt", "nATKeepAliveOffloadEnableToolTip": "Varsayılan olarak, cihaz uykuda olduğunda NAT sistemi, cihazın VPN'ye bağlı olduğundan emin olmak için sürekli olarak denetleme yapar. Bu ayar, bu davranışı devre dışı bırakmanızı sağlar.", "nacIdCheckBoxLabel": "Kabul ediyorum.", - "nacIdDescCisco": "Cisco AnyConnect, NAC'yi etkinleştirmek için Intune cihaz kimliğinin VPN profiline dahil edilmesini gerektirir.

Microsoft'un cihaz bilgilerini Cisco ve iş ortakları tarafından kullanılabilecek şekilde VPN profiline dahil etmesine izin veriyorum.", - "nacIdDescCitrix": "Citrix SSO, NAC'yi etkinleştirmek için Intune cihaz kimliğinin VPN profiline dahil edilmesini gerektirir.

Microsoft'un cihaz bilgilerini Citrix SSO ve iş ortakları tarafından kullanılabilecek şekilde VPN profiline dahil etmesine izin veriyorum.", - "nacIdDescF5": "F5 Access, NAC'yi etkinleştirmek için Intune cihaz kimliğinin VPN profiline dahil edilmesini gerektirir.

Microsoft'un cihaz bilgilerini F5 Access ve iş ortakları tarafından kullanılabilecek şekilde VPN profiline dahil etmesine izin veriyorum.", + "nacIdDescCisco": "Cisco AnyConnect, NAC'yi etkinleştirmek için Intune cihaz kimliğinin VPN profiline dahil edilmesini gerektirir.

Microsoft'un cihaz bilgilerini Cisco ve iş ortakları tarafından kullanılabilecek şekilde VPN profiline dahil etmesine izin veriyorum. Servis sağlayıcıyla hangi verilerin paylaşıldığı da dahil olmak üzere daha fazla bilgi edinmek için tıklayın.", + "nacIdDescCitrix": "Citrix SSO, NAC'yi etkinleştirmek için Intune cihaz kimliğinin VPN profiline dahil edilmesini gerektirir.

Microsoft'un cihaz bilgilerini Citrix ve iş ortakları tarafından kullanılabilecek şekilde VPN profiline dahil etmesine izin veriyorum. Servis sağlayıcıyla hangi verilerin paylaşıldığı da dahil olmak üzere daha fazla bilgi edinmek için tıklayın.", + "nacIdDescF5": "F5 Access, NAC'yi etkinleştirmek için Intune cihaz kimliğinin VPN profiline dahil edilmesini gerektirir.

Microsoft'un cihaz bilgilerini F5 Access ve iş ortakları tarafından kullanılabilecek şekilde VPN profiline dahil etmesine izin veriyorum. Servis sağlayıcıyla hangi verilerin paylaşıldığı da dahil olmak üzere daha fazla bilgi edinmek için tıklayın.", "nacIdHeader": "Ağ erişim denetimini (NAC) etkinleştir", "nacIdHeaderCiscoToolTip": "Cihaz kimliği şifrelenecek ve VPN profiline dahil edilecek. Kullanıcı VPN'ye bağlanmayı denediğinde, Cisco AnyConnect bu değeri NAC altyapınıza aktaracak, altyapı ise daha sonra cihazın kayıtlı ve uyumlu olduğundan emin olmak için Intune'u bu değerle sorgulayacak.

Cisco AnyConnect, NAC'yi etkinleştirmek için cihaz kimliğine doğrudan erişemediğinden bu değerin VPN profiline dahil edilmesi gerekir.", "nacIdHeaderCitrixToolTip": "Cihaz kimliği şifrelenecek ve VPN profiline dahil edilecek. Kullanıcı VPN'ye bağlanmaya çalıştığında, Citrix SSO bu değeri NAC altyapınıza aktaracak; altyapı ise daha sonra cihazın kayıtlı ve uyumlu olduğundan emin olmak için Intune'u bu değerle sorgulayacak.

Citrix SSO, NAC'yi etkinleştirmek için cihaz kimliğine doğrudan erişemediğinden bu değerin VPN profiline dahil edilmesi gerekir.", @@ -6016,6 +6028,15 @@ "shutdown": "Kapat", "signatureUpdateIntervalInHoursName": "Güvenlik bilgisi güncelleştirme aralığı (saat cinsinden)", "signingCertificateType": "İmzalama sertifikası türü", + "silentCertAccessAddApps": "Uygulama ekle", + "silentCertAccessApplicationsName": "Uygulamalar", + "silentCertAccessMaxAppsWarn": "Sessiz sertifika erişimi vermek için en fazla 50 uygulama seçin", + "silentCertAccessMinAppsWarn": "Sessiz sertifika erişimi vermek için en az bir uygulama seçin", + "silentCertAccessSpecificApps": "Belirli uygulamalar için sessizce izin ver (diğer uygulamalar için kullanıcı onayı iste)", + "silentCertAccessTabName": "Uygulamalar", + "silentCertAccessTypeDescription": "Uygulamalara sertifika erişiminin nasıl verileceğini seçin", + "silentCertAccessTypeName": "Sertifika erişimi", + "silentCertAccessUserApproval": "Tüm uygulamalar için kullanıcı onayı iste", "simpleDownloadOption": "Eşlemesiz basit indirme modu (99)", "simultaneousMultiThreadingName": "Eşzamanlı çoklu iş parçacığı kullanımı", "singleAppModeAppNameDescription": "Uygulamanın adı.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N sürümü", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "Bu seçeneği işaretleyerek, bu işletim sistemini bir cihaza uygularken (1) geçerli Windows lisansının toplu lisanslama yoluyla satın alındığını veya (2) kuruluşunuzu bağlama yetkisine sahip olduğunuzu ve burada bulabileceğiniz ilgili Microsoft Yazılımı Lisans Koşulları’nı kuruluş adına kabul ettiğinizi onaylıyorsunuz: {0}.", "windowsAppNonComplianceTypeDescription": "Kullanıcılardan Kullanım Koşulları'nı ve belirli uygulamaların yüklenmesinin engelleneceğini kabul etmelerini istemenizi öneririz. Kullanıcıların yükleyemeyeceği Intune tarafından yönetilmeyen Windows Phone uygulamalarını belirtmek için engellenen uygulamalar listesini kullanın. İzin verilen uygulamalar listesinde, şirket portalı ve dağıtılmış uygulamalar dahil tüm uygulamalar, uygulama mağazası URL biçimi kullanılarak listeye eklenmelidir", "windowsAppUrlExample": "örn. https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "Bu ayarlar şirkete ait iş profili cihazları için geçerlidir ve yalnızca kişisel kullanım sırasında uygulanır.", "workProfileRequirePasswordDescription": "İş uygulamalarını kullanmak için parola girilmesini zorunlu kılın. Bu parola cihaz parolasından ayrı olabilir. Android 7.0+ gerektirir ", "workProfileRequirePasswordName": "İş Profili Parolası Gerektir", + "workProfileRequiredPasswordComplexityDescription": "Gerekli parola karmaşıklığını belirtin.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "Gereken parola türünü belirtin.", "workProfileRequiredPasswordTypeName": "Gerekli parola türü", "workspaceIDName": "Çalışma Alanı Kimliği", @@ -7601,7 +7626,7 @@ "isMamEnabled": "MAM etkinleştirildi mi?", "itemsCount": "{0} öğe", "jailbrokenRootedDevices": "Jailbreak yapılmış/kök erişim izni verilmiş cihazlar", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "En Son Değişiklik Tarihi", "lastReportedDate": "Son raporlanan tarih", "lastSync": "Son eşitleme", "lastSyncGmt": "Son eşitleme (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM Cihaz Kimliği", "mdmWipInvalidVersionSettings": "Bir veya birden fazla uygulamanın en düşük/en yüksek sürüm tanımı geçersiz.

Kayıt ile Windows Bilgi Koruması ilkeleri, en düşük veya en yüksek sürümlerden her ikisi de eşit olarak belirtilmediği takdirde yalnızca birini belirtmeyi destekler. Yalnızca en düşük sürüm belirtildiğinde kural, en düşük sürümden daha yüksek veya bu sürüme eşit olarak ayarlanır. Benzer şekilde yalnızca en yüksek sürüm belirtildiğinde kural, en yüksek sürümden daha düşük veya bu sürüme eşit olarak ayarlanır.", "mdmWipReport": "MDM Windows Bilgi Koruması Raporu", + "microsoftDefenderForEndpoint": "Uç Nokta için Microsoft Defender", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "En düşük uygulama sürümü", "minMaxValidation": "Eylem aynı olduğunda En düşük işletim sistemi sürümünün En yüksek işletim sistemi sürümünden düşük olması gerekir.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "En düşük Şirket Portalı sürümü", "minimumDeviceSelection": "En az 1 cihaz seçilmelidir", "mobileAppCRUDpermission": "Mobil uygulama okuma, oluşturma ve atama izni", + "mobileThreatDefenseNonMicrosoft": "Mobil Tehdit Savunması Durumu (Microsoft olmayan)", "monitor": "İzleyici", "moreApps": "Daha fazla uygulama", "moreAppsTextBoxTooltip": "Intune portalının tamamına erişiminiz yoksa iş kolu uygulamalarını buraya ekleyin.", - "mtdConnectorInfoBox1": "Önemli! Kuruluşunuzun verilerini, bağlı Mobil Tehdit Savunması hizmetlerindeki tehdit değerlendirmelerine göre doğru şekilde korumak için Mobil Tehdit Savunması Bağlayıcısı'nın ayarlanmış olduğundan emin olun.", + "mtdConnectorInfoBox1": "Önemli! Kuruluşunuzun verilerini, bağlı Mobil Tehdit Savunması hizmetlerindeki tehdit değerlendirmelerine göre doğru şekilde korumak için Mobil Tehdit Savunması (MTD) Bağlayıcısı'nın ayarlanmış olduğundan emin olun.", "mtdConnectorInfoBox2": "Kayıtlı olmayan cihazlar için Mobil Tehdit Savunması hakkında daha fazla bilgi edinin.", + "mtdConnectorInfoBox3": "Kiracınızın hem Uç Nokta için Microsoft Defender hem de MTD hizmeti (Microsoft olmayan) ile ayarlanmış bir bağlantısı varsa ve birincil MTD hizmetini yapılandırmazsa veya bir kullanıcı hedeflendiğinde bir çakışma oluyorsa varsayılan değer Uç Nokta için Microsoft Defender olur.", "name": "Ad", "networkBoundariesInfoBoxText": "Bir bulut kaynağına bir IP adresi aracılığıyla doğrudan bağlanan kişisel uygulamaların TLS bağlantılarını etkinleştirmek için bulut kaynağı listenize /*AppCompat*/ ifadesini ekleyin.", "networkBoundariesInfoParagraph1": "Korumalı uygulamaların ağınızdaki kurumsal verilere erişebileceği yeri seçin.", @@ -7735,6 +7763,7 @@ "portNumber": "Bağlantı Noktası Numarası", "portNumberDesc": "Ara sunucu adresinde belirtilen ara sunucunun bağlantı noktası", "prefix": "Önek", + "primaryMtdService": "Birincil MTD hizmeti", "productName": "Ürün adı", "properties": "Özellikler", "protected": "Korumalı", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "Oluşturulacak kaynaklar", "restrictWebContentNo": "Herhangi bir uygulama", "restrictWebContentOption2": "{0}: Herhangi bir uygulama web bağlantılara izin ver", - "rootCertificate": "Root Certificate", + "rootCertificate": "Kök Sertifika", "safetyNetDeviceAttestation": "SafetyNet cihaz kanıtı", "saveAppsNotificationText": "Seçilen uygulamalar kaydediliyor", "saveChangesCommandText": "Kaydet", @@ -7813,6 +7842,7 @@ "setting": "Ayar", "settingName": "Ayar adı", "settings": "Ayarlar", + "settingsCatalog": "Ayarlar kataloğu", "settingsSelectorLabel": "Ayarlar", "silent": "Sessiz", "specificUserIsLicensedIntune": "{0} adlı kullanıcıya Microsoft Intune lisansı atandı.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "İlke tarafından yönetiliyor", "targetediOSUserPartTitle": "iOS için kullanıcı durumu", "threatCategory": "Tehdit kategorisi", + "tileDeprecated": "Bu kutucuk kullanım dışı bırakıldı. Lütfen bu kutucuğu panonuzdan kaldırın.", "timeColumnLabel": "Saat", "timebombLabel": "Uygulama verileri silinmeden önce geçen (gün cinsinden) çevrimdışı süre", "timebombToolTip": "Cihaz Intune ile eşitlenmeden geçen belirtilen sayıda günden sonra Windows cihazda seçmeli bir silme işlemi gerçekleştirir, bu ise uygulamaların kaydının MAM kaydı için geri alınmasına ve şifrelenmiş ve korumalı kurumsal verilerin kaldırılmasına neden olur. Bu ayar için varsayılan değer 90 gündür. Bu değerin 0 olarak ayarlanması ayarı devre dışı bırakır.", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Windows 10 ve sonraki işletim sistemlerinde uygulama koruma İlkesi", "windows10PlatformLabel": "Windows 10 ve sonraki sürümler", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 ve sonraki sürümler", "windowsInformationProtectionPlatformLabel": "Windows Bilgi Koruması", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Belirli uzantılara sahip dosyaların ağ konumu listesinde tanımlanan şirket sınırları içinde bir SMB paylaşımından kopyalanırken şifrelenmesi için bir dosya uzantıları listesi belirtir. Bu ilkenin belirtilmediği durumlarda, varolan otomatik şifreleme davranışı uygulanır. Bu ilke yapılandırıldığında, yalnızca uzantıları listede olan dosyalar şifrelenir.", "wipStoreApps": "Mağaza uygulamaları", "wipWeAppsListInfo": "Bu uygulamaların kurumsal verilerinize erişmesine izin verilir ve izin verilmeyen, kurum dışında kullanılan veya yalnızca kişiye özel uygulamalar ile birlikte kullanıldığında farklı şekilde etkileşime geçerler. MDM olmayan cihazlarda yalnızca uyumlu uygulamalara izin verilir.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Windows 10 ve sonraki işletim sistemi ilkelerinin etkili olabilmesi için “Varsayılan URL’leri geri yükle” seçeneğini belirleyip kullanıcı kapsamını tanımlayarak AAD'deki MAM URL’lerini Microsoft Intune olarak ayarlayın.", "wipWebsiteLearningTitle": "Windows Bilgi Koruması için Web sitesinde öğrenme", "wipeData": "Verileri sil", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Özel algılama betiği kullan", "runAs32Bit": "Betiği 64 bitlik istemcilerde 32 bitlik işlem olarak çalıştır", "runAs32BitTooltip": "Betiği 64 bit istemcilerde 32 bit işlem olarak çalıştırmak için 'Evet' seçeneğini belirleyin. Betiği 64 bit istemcilerde 64 bit işlem olarak çalıştırmak için 'Hayır' (varsayılan) seçeneğini belirleyin. 32 bit istemciler, betiği 32 bit işlemde çalıştırır.", + "scriptContent": "Script content", "scriptFile": "Betik dosyası", "scriptFileNotSelectedValidation": "Bir betik dosyası seçilmedi.", "scriptFileTooltip": "Uygulamanın istemci üzerindeki varlığını algılayacak bir PowerShell betiğini seçin. Betik, 0 değerli bir çıkış kodu döndürdüğünde veya STDOUT'a bir dize değeri yazdığında uygulama algılanır.", @@ -8307,9 +8342,6 @@ "string": "Dize", "version": "Sürüm" }, - "ScriptContent": { - "emptyMessage": "Betik içeriği boş olmamalıdır." - }, "duplicateName": "{0} betik adı zaten kullanılıyor. Lütfen farklı bir ad girin.", "enforceSignatureCheck": "Betik imzası denetimini zorla", "enforceSignatureCheckTooltip": "Betiğin güvenilen bir yayıncı tarafından imzalandığını doğrulamak için \"Evet\" seçeneğini belirleyin. Bunun yapılması, betiğin uyarı ya da komut istemi görüntülenmeden çalıştırılmasına olanak tanır. Betik engellenmeden çalışır. Betiği imza doğrulaması olmadan, son kullanıcı onayıyla çalıştırmak için \"Hayır\" (varsayılan) seçeneğini belirleyin.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Gereksinim karşılaştırması için işleci seçin.", "requirementMethod": "Çıkış veri türünü seçin", "requirementMethodTooltip": "Bir algılama eşleşme gereksinimi belirlenirken kullanılan veri türünü seçin.", + "scriptContent": "Script content", "scriptFile": "Betik dosyası", "scriptFileTooltip": "İstemcide uygulamanın olup olmadığını algılayacak bir PowerShell betiği seçin. Uygulama algılanırsa gereksinim süreci tarafından 0 değerli bir çıkış kodu sağlanır ve STDOUT'a bir dize değeri yazılır.", "scriptName": "Betik adı", @@ -8370,13 +8403,14 @@ }, "InfoBlade": { "createTitle": "Kimlik doğrulaması bağlamı ekleme", + "deleteDisallowed": "Koşullu Erişim ilkeleriniz tarafından başvurulan bu kimlik doğrulaması bağlamını silemezsiniz.", "descPlaceholder": "Kimlik doğrulaması bağlamı için açıklama ekleyin", "modifyTitle": "Kimlik doğrulaması bağlamını değiştirme", "namePlaceholder": "Ör. Güvenilen konum, Güvenilen cihaz, Güçlü yetkilendirme", "publishDesc": "Uygulamalarda yayımlama, kullanılacak uygulamalar için kimlik doğrulaması bağlamını kullanılabilir hale getirir. Etiket için Koşullu Erişim ilkesini yapılandırmayı tamamladıktan sonra yayımlayın. [Daha fazla bilgi][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", "publishLabel": "Uygulamalara yayınla", "titleDesc": "Uygulama verilerini ve eylemlerini korumak için kullanılacak bir kimlik doğrulaması bağlamı yapılandırın. Uygulama yöneticileri tarafından anlaşılabilecek adlar ve açıklamalar kullanın. [Daha fazla bilgi][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + "unpublishWarning": "Bu kimlik doğrulama bağlamının yayımdan kaldırılması, kimlik doğrulama bağlamı tarafından güvenliği sağlanmakta olan kaynağa erişimin kaybedilmesi ile sonuçlanabilir." }, "Notify": { "failure": "{0} güncelleştirilemedi", @@ -8396,15 +8430,15 @@ "description": "Açıklama", "documentation": "Belgeler", "getStarted": "Kullanmaya başlayın", - "label": "Kimlik doğrulaması bağlamı (önizleme)", - "menuLabel": "Kimlik doğrulaması bağlamı (Önizleme)", + "label": "Kimlik doğrulaması bağlamı", + "menuLabel": "Kimlik doğrulaması bağlamı", "name": "Ad", "noAuthContextConfigured": "Hiçbir kimlik doğrulaması bağlamı yapılandırılmadı.", "noAuthContextSet": "Kimlik doğrulama bağlamı yok", "noData": "Görüntülenecek kimlik doğrulaması bağlamı yok", "selectionInfo": "Kimlik doğrulaması bağlamı, SharePoint ve Microsoft Cloud App Security gibi uygulamalardaki uygulama verilerinin ve eylemlerinin güvenliğini sağlamak için kullanılır.", "step": "Adım", - "tabDescription": "Uygulamalarınızda verileri ve eylemleri korumak için kimlik doğrulaması bağlamını yönetin. [Daha fazla bilgi][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Uygulamalarınızdaki verileri ve eylemleri korumak için kimlik doğrulaması bağlamını yönetin. Koşullu Erişim ilkeleri tarafından başvurulan kimlik doğrulaması bağlamları silinemez. [Daha fazla bilgi edinin][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Kaynakları kimlik doğrulama bağlamıyla etiketleyin" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Konuklar veya dış kullanıcılar", "internalGuestLabel": "Yerel konuk kullanıcılar", "otherExternalUserLabel": "Diğer dış kullanıcılar", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (önizleme)", + "serviceProviderUsersLabel": "Hizmet sağlayıcısı kullanıcıları" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Ülke arama yöntemi", + "ariaLabel": "Ülke/Bölge arama yöntemi", "gps": "GPS koordinatlarına göre konumu belirle", "info": "Bir Koşullu Erişim ilkesinin konum koşulu yapılandırıldığında, Authenticator uygulaması tarafından kullanıcılardan GPS konumlarını paylaşması istenir. ", "ip": "IP adresine göre konumu belirle (yalnızca IPv4)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "İlkenin zorlanması için gereken hizmet sorumlusu risk düzeylerini yapılandırın​", "infoBalloonContent": "İlkeyi seçili risk düzeylerinde uygulamak için hizmet sorumlusu riskini yapılandırın", - "title": "Hizmet sorumlusu riski (Önizleme)" + "title": "Hizmet sorumlusu riski" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Sürekli Erişim Değerlendirmesini Etkinleştir/Devre Dışı Bırak", "upsellInfo": "Artık bu sayfadaki ayarlarınızı değiştiremezsiniz ve buradaki tüm ayarların yoksayılması gerekir. Önceki ayarınız kabul edilir. Bundan sonra CAE ayarlarınızı Koşullu Erişim altından yapılandırabilirsiniz. Daha fazla bilgi edinmek için buraya tıklayın." }, + "SamlReauth": { + "Filter": { + "warning": "Dinamik bir sorgu kullanarak uygulamaları hedefliyorsunuz. Bazı uygulamalar “oturum açma sıklığı (her seferinde)” oturum denetimiyle kullanılmayı desteklemeyebilir. {0}Önerilen senaryolar hakkında daha fazla bilgi edinin.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "Cihazda oturum açma sırasında kullanıma alınan özniteliklerin listesi." } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "Kiracı seçilmedi", + "selectOrganization": "Kuruluş seçin", + "tenantIdWithPlaceholder": "Kiracı Kimliği: {0}", + "tenantSelectionRequired": "Kiracı gerekli" }, "advancedTabText": "Gelişmiş", "allCloudAppsErrorBox": "\"Parola değişikliği iste\" izni seçildiğinde \"Tüm bulut uygulamaları\" seçilmelidir", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "Örnek: uri:contoso.com:level3", "appEnforceInfoBubble": "Uygulama tarafından zorlanan kısıtlamalar, bulut uygulamaları içinde ek yönetim yapılandırmaları gerektirebilir. Kısıtlamalar yalnızca yeni oturumlar için geçerli olur.", "appNotSetSeletorLabel": "0 bulut uygulaması seçili", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "Bu uygulama “her zaman oturum açma sıklığı” oturum denetimini desteklemez.", "applyConditionClientAppInfoBalloonContent": "Belirli istemci uygulamalarında ilkeyi uygulamak için istemci uygulamalarını yapılandırın", "applyConditionDevicePlatformInfoBalloonContent": "Belirli platformlarda ilkeyi uygulamak için cihaz platformlarını yapılandırın", "applyConditionDeviceStateInfoBalloonContent": "Belirli cihaz durumlarına ilkeyi uygulamak için cihaz durumlarını yapılandırın", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP Aralıkları", "downloadExampleFileName": "Örnek", "downloadExampleHeader": "Bu örnek dosyasında, kabul edilebilir veri türleri gösterilmektedir. # ile başlayan satırlar yoksayılır.", + "duplicate": "Çoğalt", + "duplicatePolicyName": "{0} KOPYASI", "endDatePickerLabel": "Uçlar", "endTimePickerLabel": "Bitiş saati", - "enterCountryText": "IP adresi ve Ülke bir çift olarak değerlendirilir. Ülke seçin.", - "enterIpText": "IP adresi ve Ülke bir çift olarak değerlendirilir. IP adresi girin.", + "enterCountryText": "IP adresi ve Ülke/Bölge bir çift olarak değerlendirilir. Ülkeyi seçin.", + "enterIpText": "IP adresi ve Ülke/Bölge bir çift olarak değerlendirilir. IP adresi girin.", "enterUserText": "Hiçbir kullanıcı seçilmedi. Bir kullanıcı seçin.", "evaluationResult": "Değerlendirme sonucu", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Bilgi", "invalidCertDuration": "Sertifika süresi geçersiz", "invalidIpAddress": "Değer, geçerli bir IP adresi olmalıdır", - "invalidReAuthSignInRiskOptionSelected": "“Oturum açma sıklığı her zaman” oturum denetimi, “oturum açma risk düzeyi” koşul denetiminde “risk yok” seçimine izin vermiyor.", + "invalidReAuthSignInRiskOptionSelected": "“Oturum açma sıklığı her zaman” oturum denetimi, “oturum açma riski” koşul denetiminde “risk yok” seçimine izin vermiyor.", "invalidUriErrorMsg": "Lütfen geçerli bir URI girin. Örneğin, 'uri:contoso.com:acr' ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "Bu görünüm kullanımdan kaldırıldı. Yeni ve iyileştirilmiş ‘Adlandırılmış konumlar’ görünümüne gidin.", "namedLocationsHelpDescription": "Adlandırılmış konumlar, Azure AD güvenlik raporları tarafından hatalı pozitif sonuçları ve Azure AD Koşullu Erişim ilkelerini azaltmak için kullanılır.\n[Daha fazla bilgi][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Yeni bir IP aralığı ekleyin (ör: 40.77.182.32/27)", - "namedNetworkCountryNeeded": "En az bir ülke seçmeniz gerekiyor", + "namedNetworkCountryNeeded": "En az bir ülke/bölge seçmeniz gerekiyor", "namedNetworkDeleteCommand": "Sil", "namedNetworkDeleteDescription": "'{0}' adlı ağı silmek istediğinizden emin misiniz? Bu eylem geri alınamaz.", "namedNetworkDeleteTitle": "Emin misiniz?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Konumlar", "policyConditionLocationDescription": "Kullanıcının oturum açtığı konum (IP adresi aralığı kullanılarak belirlenir)", "policyConditionLocationPreview": "Konumlar (Önizleme)", - "policyConditionSigninRisk": "Oturum açma risk düzeyi", + "policyConditionSigninRisk": "Oturum açma riski", "policyConditionSigninRiskDescription": "Oturum açma eyleminin, hesabın kullanıcısı dışındaki biri tarafından gerçekleştirilme olasılığı. Risk düzeyi yüksek, orta veya düşük olabilir. Azure AD Premium 2 lisansı gerektirir.", - "policyConditionUserRisk": "Kullanıcı risk düzeyi", + "policyConditionUserRisk": "Kullanıcı riski", "policyConditionUserRiskDescription": "İlkenin zorlanması için gereken kullanıcı risk düzeylerini yapılandırın", "policyConditioniClientApp": "İstemci uygulamaları", "policyControlAllowAccessDisplayedName": "Erişim izni ver", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Klasik ilkeler bu araç tarafından değerlendirilmez.", "whatIfClientAppInfo": "Kullanıcının oturum açmak için kullandığı istemci uygulaması. Örneğin, 'Tarayıcı'.", - "whatIfCountry": "Ülke", - "whatIfCountryInfo": "Kullanıcının oturum açtığı ülke.", + "whatIfCountry": "Ülke/Bölge", + "whatIfCountryInfo": "Kullanıcının oturum açtığı ülke/bölge.", "whatIfDevicePlatformInfo": "Kullanıcının oturum açmak için kullandığı cihaz platformu.", "whatIfDeviceStateInfo": "Kullanıcının oturum açmak için kullandığı cihazın durumu", "whatIfEnterIpAddress": "IP adresi girin (ör: 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Kullanıcılar ve gruplar", "whatIfIpAddress": "IP adresi", "whatIfIpAddressInfo": "Kullanıcının oturum açtığı konumun IP adresi.", - "whatIfIpCountryInfoBoxText": "IP adresi veya Ülke kullanıyorsanız, her iki alan gereklidir ve birlikte doğru eşlenmelidir.", + "whatIfIpCountryInfoBoxText": "IP adresi veya Ülke/Bölge kullanıyorsanız, her iki alan gereklidir ve birlikte doğru eşlenmelidir.", "whatIfPolicyAppliesTab": "Uygulanacak ilkeler", "whatIfPolicyAppliesTabWithCount": "Geçerli ilkeler ({0})", "whatIfPolicyDoesNotApplyTab": "Uygulanmayacak ilkeler", "whatIfPolicyDoesNotApplyTabWithCount": "Geçerli olmayan ilkeler ({0})", "whatIfReasons": "Bu ilkenin uygulanmama nedenleri", "whatIfSelectClientApp": "Bir istemci uygulaması seçin...", - "whatIfSelectCountry": "Ülke seçin...", + "whatIfSelectCountry": "Ülke/bölge seçin...", "whatIfSelectDevicePlatform": "Cihaz platformunu seçin...", "whatIfSelectPrivateLink": "Özel bağlantı seçin...", "whatIfSelectServicePrincipalRisk": "Hizmet sorumlusu riskini seçin...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "İş yükü kimlikleri (önizleme)", + "workloadIdentitiesLicenseText": "Bu ilkeyi düzenlemek için iş yükü kimlikleri premium P1 veya P2 lisansı gereklidir.", "workloadIdentity": "İş yükü kimliği" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Cihazları ilk sağlama için yapılandırın ve kullanıcılara atayın.", + "title": "Cihaz hazırlama" + }, + "EnrollmentSettings": { + "description": "Kaydı engelleme ve kullanıcılara atama gibi kayıt ayarlarını yapılandırın.", + "title": "Kayıt ayarları" + }, "coManagementAuthorityDesc": "Configuration Manager tümleştirmesi için ortak yönetim ayarlarını yapılandırın", "coManagementAuthorityTitle": "Ortak yönetim ayarları ", "deploymentProfiles": "Windows Autopilot dağıtım profilleri", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "Bilgi URL’sinin en yüksek uzunluğu 1024 karakterdir", "installAsManaged": "Yönetilen olarak yükle", "installationSourceLabel": "Uygulama türü", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Bunu Şirket Portalı'nda öne çıkan uygulama olarak görüntüle", "isMAMEnabledToggleLabel": "Evet", "lastModifiedDateTime": "Son güncelleştirme Zamanı", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Ayarlar" }, "infoBoxText": "Windows 10 ve sonrası için mevcut güncelleştirme kademeleri ilkesi dışında şu anda kullanılabilir tek ayrılmış kalite güncelleştirmesi denetimi, belirtilen yama seviyesinin gerisinde kalan cihazlar için kalite güncelleştirmelerini hızlandırabilir. Gelecekte ek denetimler kullanıma sunulacaktır.", + "licenseLearnMoreText": "Önkoşullar ve kalite güncelleştirmesi ilkeleri hakkında daha fazla bilgi edinin.", + "licenseWarningBoxText": "Kalite güncelleştirmesi ilkeleri oluşturmak belirli lisanslar gerektirir.", "warningBoxText": "Yazılım güncelleştirmelerinin hızlandırılması, gerektiğinde uyumluluğa ulaşma süresinin kısaltılmasına yardımcı olabilir ve son kullanıcı üretkenliği üzerinde daha büyük bir etkiye sahiptir. Mesai saatleri içinde yeniden başlatma deneyimi yaşama olasılıkları önemli ölçüde artar." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge yapılandırma ayarları", @@ -10660,6 +10740,23 @@ "withEnrollment": "Kayıt ile", "withoutEnrollment": "Kayıt olmadan" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Yazar", + "template": "Şablon adı" + } + }, + "SettingsCatalog": { + "subtitle": "Baştan başlayın ve kullanılabilir ayarlar kitaplığından istediğiniz ayarları seçin", + "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.", + "title": "Şablonlar" + }, + "noData": "İlke şablonu bulunamadı" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Proje Çevrimiçi Masaüstü İstemcisi", "visioProRetail": "Visio Çevrimiçi Plan 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "Kayıt ile", "withoutEnrollment": "Kayıt olmadan" }, + "DisplayRoleTypes": { + "builtInRole": "Yerleşik Rol", + "customCloudPCRole": "Özel Windows 365 rolü", + "customIntuneRole": "Özel Intune rolü", + "customRole": "Özel Rol" + }, "InstallContextType": { "device": "Cihaz", "deviceContext": "Cihaz bağlamı", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Sonraki kontrol iletişiminde güncelleştir", "duringTimeWindows": "Zamanlanmış saatler içinde güncelleştir", - "header": "Varsayılan olarak Intune, bir cihaza iOS Yazılım Güncelleştirmeleri ilkesi atandıysa, cihaz kontrol iletişiminde (yaklaşık her 8 saatte bir) en son güncelleştirmeleri dağıtır. Bunun yerine özelleştirilmiş başlangıç ve bitiş saatlerini içeren haftalık bir zamanlama oluşturabilirsiniz. Zamanlanan sürenin dışında güncelleştirmeyi seçerseniz, Intune planlanan süre sona erene kadar güncelleştirmeleri dağıtmaz.", + "header": "Bir cihaza güncelleştirme ilkesi atandığında varsayılan olarak Intune, en son güncelleştirmeleri cihaz kontrol iletişimi sırasında dağıtır. Bunun yerine özelleştirilmiş başlangıç ve bitiş saatlerini içeren haftalık bir zamanlama oluşturabilirsiniz. Planlanan zamanın dışında güncelleştirmeyi seçerseniz, Intune planlanan zaman sona erene kadar güncelleştirmeleri dağıtmaz.", "infoBalloon": "Güncelleştirmelerin gerçekleştirileceği zaman. Günecelleştirmeleri zamanlanmış saatlerde veya bu saatlerin dışında zamanlamak için ek giriş gerekir.", "label": "Zamanlama çizelgesi türü", "outsideActiveHours": "Etkin saatlerin dışında güncelleştir (eski)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Yönetici kişileri", "appPackaging": "Uygulama paketleme", + "businessGroups": "İş Grupları", "devices": "Cihazlar", "feedback": "Geri Bildirim", "gettingStarted": "Başlarken", @@ -11479,6 +11583,7 @@ "cartProfiles": "Kart profilleri", "certificateConnectors": "Sertifika bağlayıcıları", "chromeEnterprise": "Chrome Enterprise (önizleme)", + "cloudAttachedDevices": "Buluta ekli cihazlar (önizleme)", "compliancePolicies": "Uyumluluk ilkeleri", "complianceScriptManagement": "Betikler", "complianceScriptManagementPreview": "Betikler (önizleme)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Özellik güncelleştirme hataları (önizleme)", "failuresForQualityUpdates": "Windows Hızlandırılmış güncelleştirme hataları (önizleme)", "featureFlighting": "Özellik yayını", - "featureUpdateDeployments": "Windows 10 ve sonraki sürümler için özellik güncelleştirmeleri (önizleme)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Süreleme", "fotaUpdate": "Üretici yazılımı kablosuz güncelleştirmesi", "groupPolicy": "Yönetim Şablonları", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Eksik kullanıcı kayıtları", "iosUpdates": "iOS/iPadOS ilkelerini güncelleştir", "legacyPcManagement": "Eski bilgisayar yönetimi", - "macOSSoftwareUpdate": "macOS için güncelleştirme ilkeleri", - "macOSSoftwareUpdateAccountSummaries": "macOS cihazlar için yükleme durumu", + "macOSSoftwareUpdate": "macOS (önizleme) için güncelleştirme ilkeleri", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "Yazılım güncelleştirmeleri özeti", "macOSSoftwareUpdateStateSummaries": "güncelleştirmeler", "managedGooglePlay": "Yönetilen Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Garanti satıcıları", "wdacSupplementalPolicies": "S modu ek ilkeleri", "windows10DriverUpdate": "Windows 10 ve sonraki sürümleri için sürücü güncelleştirmeleri (önizleme)", - "windows10QualityUpdate": "Windows 10 ve sonrası için kalite güncelleştirmeleri (önizleme)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Windows 10 ve sonraki sürümler için güncelleştirme kademeleri", "windows10XPolicyFailures": "Windows 10X ilke hataları", "windows365Connector": "Windows 365 Citrix bağlayıcısı", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Windows 365 Citrix bağlayıcısı (önizleme)", + "windowsDiagnosticData": "Windows verileri", "windowsEnterpriseCertificate": "Windows Enterprise sertifikası", "windowsManagement": "PowerShell betikleri", "windowsSideLoadingKeys": "Windows dışarıdan yükleme anahtarları", diff --git a/Documentation/Strings-zh-chs.json b/Documentation/Strings-zh-chs.json index ec35af5..48f86c5 100644 --- a/Documentation/Strings-zh-chs.json +++ b/Documentation/Strings-zh-chs.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Teacher certificates", "emailProfile": "Email", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Mobile device management configuration", "extensibleSingleSignOn": "Single sign-on app extension", "filevault": "FileVault", "firewall": "Firewall", @@ -508,7 +507,10 @@ "deploymentSettings": "Deployment settings", "groupAssignmentSettings": "Assignments", "scopeSettings": "Scope tags" - } + }, + "gradualRolloutLicenseWarning": "This capability requires specific licensing.", + "gradualRolloutLicenseWarningEdit": "This capability may continue to be used and configured until the policy is saved without this capability selected.", + "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -649,7 +651,7 @@ "androidLink": "https://play.google.com/store/apps/details?id=com.microsoft.office.outlook", "microsoftStore": "Enter the 'Link for Intune' URL for the app provided from the store. For more information, see {0}.", "microsoftStoreLink": "https://go.microsoft.com/fwlink/?linkid=2115228", - "microsoftStoreLinkText": "Add Microsoft Store apps to Microsoft Intune", + "microsoftStoreLinkText": "Add Microsoft Store apps (legacy) to Microsoft Intune", "windows": "Enter the link to the app listing in the Microsoft Store. For example:", "windowsLink": "https://www.microsoft.com/en-us/p/microsoft-to-do-lists-tasks-reminders/9nblggh5r558" }, @@ -676,7 +678,8 @@ "selectApp": "Search the App Store for iOS store apps that you want to deploy with Intune.", "useManagedBrowser": "If required, when a user opens the web app, it will open in an Intune-protected browser such as Microsoft Edge or Intune Managed Browser. This setting applies to both iOS and Android devices.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​" + "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​", + "winGetStoreSelectApp": "Search the Microsoft Store app (new) for store apps that you want to deploy with Intune." }, "descriptionPreview": "Preview", "descriptionRequired": "Description is required.", @@ -800,10 +803,10 @@ "azureADDevice": "Associated Azure AD device", "batch": "Group tag", "dateAssigned": "Date assigned", - "deviceAccountFriendlyName": "Device account friendly name", "deviceAccountPwd": "Device account password", "deviceAccountUpn": "Device account", "deviceDisplayName": "Device name", + "deviceFriendlyName": "Device friendly name", "deviceName": "Device name", "deviceUseType": "Device-use type", "enrollmentState": "Enrollment state", @@ -924,10 +927,10 @@ "azureADDevice": "Go to device details for associated device. N/A means that there's no associated device.", "batch": "A string attribute that can be used to identify a group of devices. Intune's group tag field maps to the OrderID attribute on Azure AD devices.", "dateAssigned": "Timestamp of when the profile was assigned to the device.", - "deviceAccountFriendlyName": "Device account friendly name for Surface Hub devices", - "deviceAccountPwd": "Device account password for Surface Hub devices", - "deviceAccountUpn": "Device account email for Surface Hub devices", + "deviceAccountPwd": "Device account password for Surface Hub devices. If entered, also fill out device account and friendly name.", + "deviceAccountUpn": "Device account email for Surface Hub devices. If entered, also fill out device account password and friendly name.", "deviceDisplayName": "Configure a unique name for a device. This name will be ignored in Hybrid Azure AD joined deployments. Device name still comes from the domain join profile for Hybrid Azure AD devices.", + "deviceFriendlyName": "Device friendly name for Surface Hub devices. If entered, also fill out device account and device account password.", "deviceName": "The name shown when someone tried to discover and connect to the device.", "deviceUseType": " Device would setup based on your choice. You can always change later in settings.​\n ", "enrollmentState": "Specifies if the device has enrolled.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Error message", "customMessageToggle": "Show custom message when time limit or error occurs", "enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)", + "installQualityUpdatesToggle": "Install Windows quality updates (might restart the device)", "progressToggle": "Show app and profile configuration progress", "resetToggle": "Allow users to reset device if installation error occurs", "timeout": "Show an error when installation takes longer than specified number of minutes" @@ -1355,7 +1362,7 @@ "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", "windowsPhone81StoreApp": "Windows Phone 8.1 store app", "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app", + "windowsStoreApp": "Microsoft Store app (legacy)", "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", "windowsUniversalLobApp": "Windows Universal line-of-business app", "windowsWebApp": "Windows web link" @@ -1367,7 +1374,7 @@ }, "AndroidBackup": { "label": "Backup org data to Android backup services", - "tooltip": "Select {0} to prevent backup of org data to Android backup services. \nSelect {1} to permit backup of org data to Android backup services. \nPersonal or unmanaged data is not affected." + "tooltip": "Select {0} to prevent backup of org data to Android backup services.\nSelect {1} to permit backup of org data to Android backup services.\nPersonal or unmanaged data is not affected." }, "AndroidBiometricAuthentication": { "label": "Biometrics instead of PIN for access", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Unmanaged browser protocol", - "tooltip": "

Enter the protocol for a single unmanaged browser. Web content (http/s) from policy managed applications will open in any app that supports this protocol.

\n \n

Note: Include only the protocol prefix. If your browser requires links of the form \"mybrowser://www.microsoft.com\", enter \"mybrowser\".

" + "tooltip": "

Enter the protocol for a single unmanaged browser. Web content (http/s) from policy managed applications will open in any app that supports this protocol.

\n\n

Note: Include only the protocol prefix. If your browser requires links of the form \"mybrowser://www.microsoft.com\", enter \"mybrowser\".

" }, "CustomDialerAppDisplayName": { "label": "Dialer App Name" @@ -1435,7 +1442,7 @@ "tooltip": "Select {0} to enforce encrypting org data with Intune app layer encryption.\n
\nSelect {1} to not enforce encrypting org data with Intune app layer encryption.\n\n
\nNote: For more information on Intune app layer encryption, see {2}." }, "EncryptDataAndroid": { - "tooltip": "

Choose Require to enable encryption of work or school data in this app. Intune uses an OpenSSL, 256-bit AES encryption scheme along with the Android Keystore system to securely encrypt app data. Data is encrypted synchronously during file I/O tasks. Content on the device storage is always encrypted. The SDK will continue to provide support of 128-bit keys for compatibility with content and apps that use older SDK versions.

\n\n

The encryption method is FIPS 140-2 compliant.

" + "tooltip": "

Choose Require to enable encryption of work or school data in this app. Intune uses a wolfSSL, 256-bit AES encryption scheme along with the Android Keystore system to securely encrypt app data. Data is encrypted synchronously during file I/O tasks. Content on the device storage is always encrypted. New files will be encrypted with 256-bit keys. Existing 128-bit encrypted files will undergo a migration attempt to 256-bit keys, but the process is not guaranteed. Files encrypted with 128-bit keys will remain readable.

\n\n

The encryption method is FIPS 140-2 compliant.

" }, "EncryptDataIos": { "tooltip1": "Choose Require to enable encryption of work or school data in this app. Intune enforces iOS/iPadOS device encryption to protect app data while the device is locked. Applications may optionally encrypt app data using Intune APP SDK encryption. Intune APP SDK uses iOS/iPadOS cryptography methods to apply 128-bit AES encryption to app data.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Org data notifications", - "tooltip": "

Select one of the following options to specify how notifications for org accounts are shown for this app and any connected devices such as wearables:

\n

{0}: Do not share notifications.

\n

{1}: Do not share org data in notifications. If not supported by the application, notifications are blocked.

\n

{2}: Share all notifications.

\n

Android only:\n Note: This setting does not apply to all applications. For more information see {3} 

\n \n

iOS only:\nNote: This setting does not apply to all applications. For more information see {4}

" + "tooltip": "

Select one of the following options to specify how notifications for org accounts are shown for this app and any connected devices such as wearables:

\n

{0}: Do not share notifications.

\n

{1}: Do not share org data in notifications. If not supported by the application, notifications are blocked.

\n

{2}: Share all notifications.

\n

Android only:\n Note: This setting does not apply to all applications. For more information see {3} 

\n\n

iOS only:\nNote: This setting does not apply to all applications. For more information see {4}

" }, "OpenLinksManagedBrowser": { "label": "Restrict web content transfer with other apps", - "tooltip": "

Select one of the following options to specify the apps that this app can open web content in:

\n

Edge: Allow web content to open only in Edge

\n

Unmanaged browser: Allow web content to open only in the unmanaged browser defined by \"Unmanaged browser protocol\" setting

\n

Any app: Allow web links in any app

" + "tooltip": "

Select one of the following options to specify the apps that this app can open web content in:

\n

Microsoft Edge: Allow web content to open only in Microsoft Edge. Learn how Microsoft Edge protects your data.

\n

Unmanaged browser: Allow web content to open only in the unmanaged browser defined by \"Unmanaged browser protocol\" setting

\n

Any app: Allow web links in any app

" }, "OverrideBiometric": { "tooltip": "If required, depending on the timeout (minutes of inactivity), a PIN prompt will override biometric prompts. If this timeout value is not met, the biometric prompt will continue to show. This timeout value should be greater than the value specified under 'Recheck the access requirements after (minutes of inactivity)'. " @@ -1515,7 +1522,7 @@ }, "SaveData": { "label": "Save copies of org data", - "tooltip": "Select {0} to prevent saving a copy of org data to a new location, other than the selected storage services, using \"Save As\".\n Select {1} to permit saving a copy of org data to a new location using \"Save As\".
\n\n\nNote: This setting does not apply to all applications. For more information see {2}.\n" + "tooltip": "Select {0} to prevent saving a copy of org data to a new location, other than the selected storage services, using \"Save As\".\n Select {1} to permit saving a copy of org data to a new location using \"Save As\".
\n\n\nNote: This setting does not apply to all applications. For more information see {2}.\n" }, "SaveDataToSelected": { "label": "Allow user to save copies to selected services", @@ -1606,7 +1613,7 @@ "pushNotification": "Send push notification to end user", "remoteLock": "Remotely lock the noncompliant device", "removeSourceAccessProfile": "Remove source access profile", - "retire": "Retire the noncompliant device", + "retire": "Add device to retire list", "wipe": "Wipe", "emailNotification": "Send email to end user" }, @@ -1746,6 +1753,7 @@ "weeks1": "Every 1 week" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 and later" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Specify the PowerShell script file. File must be less than 200KB.", "uploadLabel": "Script location" }, + "bashScriptObjectName": "Bash script", "createButtonText": "Add", "createPowershellScriptFlowSectionName": "Add PowerShell script", "customAttributeObjectName": "Custom attribute", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "The specified VPN client must be installed on the device, and it must support per-app VPN; otherwise, an error will occur. Note that you will need to approve the app in the Managed Google Play Store, sync the app to Intune, and deploy it in order for it to be installed.", "androidDeviceOwnerCustomPasswordDescription": "Create a device passcode for dedicated devices only. Can be 4-16 characters and contain numbers, letters, and special characters.", "androidDeviceOwnerCustomPasswordName": "Custom passcode", + "androidElevenAndBelowPasswordHeader": "Android 11 and earlier", + "androidElevenAndBelowPasswordHeaderDescription": "These settings work for devices running Android 11 or earlier.", "androidEnterpriseAlwaysOnVpnClientName": "VPN client", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Enter the package ID of the app in the Google Play store. For example, if the URL for the app in the Play store is https://play.google.com/store/details?id=com.contosovpn.android.prod, the package ID would be com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Package ID", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Beginning in October 2020, some settings will not be supported on Android devices that are running Android 10 and later and are not Samsung Knox. These settings are labeled with Android 9 and earlier or Samsung Knox. Click to learn more.", "androidTrustedServerCertificateNamesDescription": "This is the DNS name used in the certificate presented by the Radius Server during client authentication to the Wifi access point. If you have multiple Radius servers which have the same DNS suffix in their fully qualified domain name then the suffix alone may also be used. This allows devices to trust the server certificate presented to them. Learn more.
", "androidTrustedServerCertificateNamesName": "Radius server name", + "androidTwelveAndAbovePasswordHeader": "Android 12 and later", + "androidTwelveAndAbovePasswordHeaderDescription": "These settings work for devices running Android 12 or later.", + "androidTwelveDeprecationInfoBox": "Beginning in November 2022, some settings are not supported on Android devices that are running Android 12 and later. These settings are labeled with Android 11 and earlier. Click to learn more.", "androidZebraMxConfigurationFileXmlName": "Choose a valid Zebra MX XML file", "androidZebraMxConfigurationLearnMore": "​Learn more about managing Zebra devices", "androidZebraMxConfigurationXmlName": "MX profile in .xml format", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "e.g. outlook.office365.com", "exchangeActiveSyncHostName": "Email server", "exclusionAppListColumn": "App to exclude", - "expeditedCheckinEnableDescription": "Make devices check in every hour", - "expeditedCheckinEnableName": "Make devices check in every hour", "experienceAllowBrowserSyncSettingsDescription": "Specifies whether user can turn on browser setting to sync using the sync your settings options to sync information such as history and favorites between user’s devices. To configure this setting you must enable “Sync browser settings between user’s devices” setting.", "experienceAllowBrowserSyncSettingsName": "User can turn on sync browser settings​", "experienceDoNotSyncBrowserSettingsDescription": "When blocked, the default configuration (allow sync browser settings between devices) is turned off so that users cannot sync between devices. When \"block and enable user override\" is selected, user can override admin designation.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to devices enrolled through Apple's Automated Device Enrollment (with ABM or ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Learn More", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Learn More", - "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to devices enrolled through Apple's Automated Device Enrollment (with ABM or ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Weekly schedule", - "macOSSoftwareUpdateSelectScheduleTypeName": "By default, when a macOS Software Updates policy is assigned to a device, Intune deploys the latest updates at device check-in. You can also create a weekly schedule and specify a period of time when devices can check-in and receive updates. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", + "macOSSoftwareUpdateSelectScheduleTypeName": "By default, when an update policy is assigned to a device, Intune deploys the latest updates at device check-in. You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Select how downloads, installations, and/or notifications should occur for each type of update.", "macOSSystemExtensionsExtensionTypeName": "Allowed system extension types", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Students enrolled in an unmanaged Classroom course must get teacher consent to leave the course.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Offload NAT keepalive to hardware when device is asleep", "nATKeepAliveOffloadEnableToolTip": "By default, when a device is asleep, the NAT system will continuously check to make sure it's connected to the VPN. This setting lets you disable that behavior.", "nacIdCheckBoxLabel": "I agree.", - "nacIdDescCisco": "Cisco AnyConnect requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Cisco and their partners.", - "nacIdDescCitrix": "Citrix SSO requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Citrix and their partners.", - "nacIdDescF5": "F5 Access requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by F5 Access and their partners.", + "nacIdDescCisco": "Cisco AnyConnect requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Cisco and their partners. Click to learn more, including what data is shared with the service provider.", + "nacIdDescCitrix": "Citrix SSO requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Citrix and their partners. Click to learn more, including what data is shared with the service provider.", + "nacIdDescF5": "F5 Access requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by F5 Access and their partners. Click to learn more, including what data is shared with the service provider.", "nacIdHeader": "Enable network access control (NAC)", "nacIdHeaderCiscoToolTip": "The device ID will be encrypted and included in the VPN profile. When the user attempts to connect to the VPN, Cisco AnyConnect will pass this value to your NAC infrastructure, which will then query Intune with this value to determine if the device is enrolled and compliant.

Cisco AnyConnect is unable to access the device ID directly so in order to enable NAC, this value must be included in the VPN profile.", "nacIdHeaderCitrixToolTip": "The device ID will be encrypted and included in the VPN profile. When the user attempts to connect to the VPN, Citrix SSO will pass this value to your NAC infrastructure, which will then query Intune with this value to determine if the device is enrolled and compliant.

Citrix SSO is unable to access the device ID directly so in order to enable NAC, this value must be included in the VPN profile.", @@ -6016,6 +6028,15 @@ "shutdown": "Shutdown", "signatureUpdateIntervalInHoursName": "Security intelligence update interval (in hours)", "signingCertificateType": "Signing certificate type", + "silentCertAccessAddApps": "Add apps", + "silentCertAccessApplicationsName": "Applications", + "silentCertAccessMaxAppsWarn": "Select a maximum of 50 apps to grant silent certificate access to", + "silentCertAccessMinAppsWarn": "Select at least one app to grant silent certificate access to", + "silentCertAccessSpecificApps": "Grant silently for specific apps (require user approval for other apps)", + "silentCertAccessTabName": "Apps", + "silentCertAccessTypeDescription": "Choose how certificate access is granted to applications", + "silentCertAccessTypeName": "Certificate access", + "silentCertAccessUserApproval": "Require user approval for all apps", "simpleDownloadOption": "Simple download mode with no peering (99)", "simultaneousMultiThreadingName": "Simultaneous multithreading", "singleAppModeAppNameDescription": "The name of the app.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N edition", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "By selecting this option you are agreeing that when applying this operating system to a device either (1) the applicable Windows license was purchased though volume licensing, or (2) that you are authorized to bind your organization and are accepting on its behalf the relevant Microsoft Software License Terms to be found here {0}.", "windowsAppNonComplianceTypeDescription": "We recommend asking your users to accept a Terms of Use, to acknowledge that certain apps will be blocked from installation. Use the blocked apps list to specify the Windows Phone apps not managed by Intune that users cannot install. For the allowed apps list, all apps, including the company portal and any deployed apps must be added to the list using the app store URL format", "windowsAppUrlExample": "e.g. https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "These settings work for corporate-owned work profile devices and only apply during personal usage.", "workProfileRequirePasswordDescription": "Require a password to use work apps. This can be separate from the device password. Requires Android 7.0+ ", "workProfileRequirePasswordName": "Require Work Profile Password", + "workProfileRequiredPasswordComplexityDescription": "Specify the required password complexity.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "Specify the type of password required.", "workProfileRequiredPasswordTypeName": "Required password type", "workspaceIDName": "Workspace ID", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM Device ID", "mdmWipInvalidVersionSettings": "One or more apps have invalid minimum/maximum version definitions.

Windows Information Protection With Enrollment policies support specifying only one of the minimum or maximum versions, unless both versions are specified as being equivalent. When only the minimum version is specified, the rule is set for greater than or equal to minimum version. Similarly, when only the maximum version is specified, the rule is set for lesser that equal to the maximum version.", "mdmWipReport": "MDM Windows Information Protection Report", + "microsoftDefenderForEndpoint": "Microsoft Defender For Endpoint", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Min app version", "minMaxValidation": "Minimum OS version has to be lower than the Maximum OS version, when the action is the same.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Min Company Portal version", "minimumDeviceSelection": "At least 1 device has to be selected", "mobileAppCRUDpermission": "Mobile apps read, create, and assign permission", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (Non-Microsoft)", "monitor": "Monitor", "moreApps": "More apps", "moreAppsTextBoxTooltip": "Add line-of-business apps here if you do not have access to the full Intune portal.", - "mtdConnectorInfoBox1": "Important! Make sure your Mobile Threat Defense Connector is set up in order to properly secure your organization’s data based on threat evaluations from the connected Mobile Threat Defense services.", + "mtdConnectorInfoBox1": "Important! Make sure your Mobile Threat Defense (MTD) connector is set up in order to properly secure your organization’s data based on threat evaluations from the connected Mobile Threat Defense services.", "mtdConnectorInfoBox2": "Learn more about Mobile Threat Defense for unenrolled devices.", + "mtdConnectorInfoBox3": "If your tenant has a connection set up with both Microsoft Defender for Endpoint and a MTD service (non-Microsoft) and do not configure a primary MTD service or there is a conflict when targeting a user, the default will be Microsoft Defender for Endpoint.", "name": "Name", "networkBoundariesInfoBoxText": "Add /*AppCompat*/ to your list of cloud resources to enable TLS connections by personal apps that connect directly to a cloud resource through an IP address.", "networkBoundariesInfoParagraph1": "Choose where protected apps can access enterprise data on your network.", @@ -7735,6 +7763,7 @@ "portNumber": "Port Number", "portNumberDesc": "Port for the proxy specified in proxy address", "prefix": "Prefix", + "primaryMtdService": "Primary MTD service", "productName": "Product name", "properties": "Properties", "protected": "Protected", @@ -7813,6 +7842,7 @@ "setting": "Setting", "settingName": "Setting name", "settings": "Settings", + "settingsCatalog": "Settings catalog", "settingsSelectorLabel": "Settings", "silent": "Silent", "specificUserIsLicensedIntune": "{0} is licensed for Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Managed by policy", "targetediOSUserPartTitle": "User status for iOS", "threatCategory": "Threat category", + "tileDeprecated": "This tile has been deprecated. Please remove this tile from your dashboard.", "timeColumnLabel": "Time", "timebombLabel": "Offline interval before app data is wiped (days)", "timebombToolTip": "After the specified number of days without the device syncing to Intune, Windows will perform a selective wipe on the device, which will unenroll the apps for MAM enrollment and remove encrypted and protected corporate data. The default for this setting is 90 days. Setting this value to 0 will disable the setting.", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary as defined in the network location list. When this policy is not specified, the existing auto-encryption behavior is applied. When this policy is configured, only files with the extensions in the list will be encrypted.​", "wipStoreApps": "Store apps", "wipWeAppsListInfo": "These apps are allowed to access your enterprise data and will interact differently when used with unallowed, non-enterprise aware, or personal-only apps. Only enlightened apps are allowed on devices without MDM.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Before Windows 10 and later policies can take effect, set the MAM URLs in AAD to Microsoft Intune by choosing “Restore default URLs” and defining the user scope.", "wipWebsiteLearningTitle": "Website learning for Windows Information Protection", "wipeData": "Wipe data", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Use a custom detection script", "runAs32Bit": "Run script as 32-bit process on 64-bit clients", "runAs32BitTooltip": "Select 'Yes' to run the script in a 32-bit process on 64-bit clients. Select 'No' (default) to run the script in a 64-bit process on 64-bit clients. 32-bit clients run the script in a 32-bit process.", + "scriptContent": "Script content", "scriptFile": "Script file", "scriptFileNotSelectedValidation": "No script file is selected.", "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. The app will be detected when the script both returns a 0 value exit code and writes a string value to STDOUT.", @@ -8307,9 +8342,6 @@ "string": "String", "version": "Version" }, - "ScriptContent": { - "emptyMessage": "Script content should not be empty." - }, "duplicateName": "Script name {0} has already been used. Please enter a different name.", "enforceSignatureCheck": "Enforce script signature check", "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Select the operator for the requirement comparison.", "requirementMethod": "Select output data type", "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", + "scriptContent": "Script content", "scriptFile": "Script file", "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", "scriptName": "Script name", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", "descPlaceholder": "Add description for the authentication context", "modifyTitle": "Modify authentication context", "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", @@ -8396,15 +8430,15 @@ "description": "Description", "documentation": "Documentation", "getStarted": "Get started", - "label": "Authentication context (preview)", - "menuLabel": "Authentication context (Preview)", + "label": "Authentication context", + "menuLabel": "Authentication context", "name": "Name", "noAuthContextConfigured": "No authentication contexts have been configured.", "noAuthContextSet": "There are no authentication contexts", "noData": "No authentication contexts to display", "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", "step": "Step", - "tabDescription": "Manage authentication context to protect data and actions in your apps. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Tag resources with an authentication context" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Guest or external users", "internalGuestLabel": "Local guest users", "otherExternalUserLabel": "Other external users", + "previewTag": "{0} (preview)", "serviceProviderUsersLabel": "Service provider users" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Country lookup method", + "ariaLabel": "Country/Region lookup method", "gps": "Determine location by GPS coordinates", "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", "ip": "Determine location by IP address (IPv4 only)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Configure service principal risk levels needed for policy to be enforced​", "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", - "title": "Service principal risk (Preview)" + "title": "Service principal risk" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Enable/Disable Continuous access evaluation", "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9199,6 +9239,7 @@ } }, "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", "tenantIdWithPlaceholder": "Tenant ID: {0}", "tenantSelectionRequired": "Tenant required" }, @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP Ranges", "downloadExampleFileName": "Example", "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", "endDatePickerLabel": "Ends", "endTimePickerLabel": "End time", - "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", - "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterCountryText": "IP address and Country/Region are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country/Region are evaluated in a pair. Input the IP address.", "enterUserText": "No user is selected. Select a user.", "evaluationResult": "Evaluation result", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Info", "invalidCertDuration": "Invalid cert duration", "invalidIpAddress": "Value must be a valid IP address", - "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk level\" condition control.", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", - "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkCountryNeeded": "You need to select at least one country/region", "namedNetworkDeleteCommand": "Delete", "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", "namedNetworkDeleteTitle": "Are you sure?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Locations", "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", "policyConditionLocationPreview": "Locations (Preview)", - "policyConditionSigninRisk": "Sign-in risk level", + "policyConditionSigninRisk": "Sign-in risk", "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", - "policyConditionUserRisk": "User risk level", + "policyConditionUserRisk": "User risk", "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", "policyConditioniClientApp": "Client apps", "policyControlAllowAccessDisplayedName": "Grant access", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", - "whatIfCountry": "Country", - "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfCountry": "Country/Region", + "whatIfCountryInfo": "The country/region the user is signing in from.", "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", "whatIfDeviceStateInfo": "The device state the user is signing in from", "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Users and groups", "whatIfIpAddress": "IP address", "whatIfIpAddressInfo": "IP address the user is signing in from.", - "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country/Region, both fields will be required and should correctly map together.", "whatIfPolicyAppliesTab": "Policies that will apply", "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", "whatIfReasons": "Reasons why this policy will not apply", "whatIfSelectClientApp": "Select a client app...", - "whatIfSelectCountry": "Select country...", + "whatIfSelectCountry": "Select country/region...", "whatIfSelectDevicePlatform": "Select device platform...", "whatIfSelectPrivateLink": "Select private link...", "whatIfSelectServicePrincipalRisk": "Select service principal risk...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Workload identities (preview)", + "workloadIdentitiesLicenseText": "A workload identities premium P1 or P2 license is required to edit this policy.", "workloadIdentity": "Workload identity" }, "AppResources": { @@ -9977,7 +10021,7 @@ "teamsApp": "Teams app", "webApp": "Web link", "winGetPublicApp": "Windows Package Manager Community Repository", - "winGetStoreApp": "Microsoft Store Repository", + "winGetStoreApp": "Microsoft Store app (new)", "windowsAppXLobApp": "Windows AppX line-of-business app", "windowsClassicApp": "Windows app (Win32)", "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", @@ -9986,7 +10030,7 @@ "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", "windowsPhone81StoreApp": "Windows Phone 8.1 store app", "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app", + "windowsStoreApp": "Microsoft Store app (legacy)", "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", "windowsUniversalLobApp": "Windows Universal line-of-business app", "windowsWebApp": "Windows web link" @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure devices for initial provisioning and assign to users.", + "title": "Device preparation" + }, + "EnrollmentSettings": { + "description": "Configure enrollment settings such as blocking enrollment and assign to users.", + "title": "Enrollment settings" + }, "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", "coManagementAuthorityTitle": "Co-management Settings ", "deploymentProfiles": "Windows Autopilot deployment profiles", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", "installAsManaged": "Install as managed", "installationSourceLabel": "App type", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Show this as a featured app in the Company Portal", "isMAMEnabledToggleLabel": "Yes", "lastModifiedDateTime": "Last updated Time", @@ -10235,7 +10289,7 @@ "searchAppLabel": "Select app", "searchAppLinkText": "Search the App Store", "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", - "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store Repository", + "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", "selectAAD": "Select an AAD attribute", "selectAppFileLabel": "Select file", "selectAppFileLinkText": "Select app package file", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Settings" }, "infoBoxText": "The only dedicated quality update control currently available other than the existing update rings policy for Windows 10 and later is the ability to expedite quality updates for devices that fall behind a specified patch level. Additional controls will be available in the future.", + "licenseLearnMoreText": "Learn more about pre-requisites and quality update policies.", + "licenseWarningBoxText": "Creating quality update policies requires specific licensing.", "warningBoxText": "While expediting software updates can help decrease the time to get to compliance when necessary, it has a larger impact on end-user productivity. The chances that they will experience a restart during business hours is significantly increased." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge configuration settings", @@ -10660,6 +10740,23 @@ "withEnrollment": "With enrollment", "withoutEnrollment": "Without enrollment" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Author", + "template": "Template name" + } + }, + "SettingsCatalog": { + "subtitle": "Start from scratch and select settings you want from the library of available settings", + "title": "Settings catalog" + }, + "Templates": { + "subtitle": "Templates contain groups of settings, organized by functionality. Use a template when you don't want to build policies manually or want to configure devices to access corporate networks, such as configuring WiFi or VPN.", + "title": "Templates" + }, + "noData": "No policy templates found" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online Desktop Client", "visioProRetail": "Visio Online Plan 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "With enrollment", "withoutEnrollment": "Without enrollment" }, + "DisplayRoleTypes": { + "builtInRole": "Built-in Role", + "customCloudPCRole": "Custom Windows 365 role", + "customIntuneRole": "Custom Intune role", + "customRole": "Custom Role" + }, "InstallContextType": { "device": "Device", "deviceContext": "Device context", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Update at next check-in", "duringTimeWindows": "Update during scheduled time", - "header": "By default, when an iOS/iPadOS Software Updates policy is assigned to a device, Intune deploys the latest updates at device check-in (approximately every 8 hours). You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", + "header": "By default, when an update policy is assigned to a device, Intune deploys the latest updates at device check-in. You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", "infoBalloon": "When the updates will occur. Additional input is required to schedule updates during or outside of scheduled times.", "label": "Schedule type", "outsideActiveHours": "Update outside of active hours (legacy)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Admin contacts", "appPackaging": "App packaging", + "businessGroups": "Business Groups", "devices": "Devices", "feedback": "Feedback", "gettingStarted": "Getting started", @@ -11479,6 +11583,7 @@ "cartProfiles": "Cart profiles", "certificateConnectors": "Certificate connectors", "chromeEnterprise": "Chrome Enterprise (preview)", + "cloudAttachedDevices": "Cloud attached devices (preview)", "compliancePolicies": "Compliance policies", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Feature update failures (preview)", "failuresForQualityUpdates": "Windows Expedited update failures (preview)", "featureFlighting": "Feature flighting", - "featureUpdateDeployments": "Feature updates for Windows 10 and later (preview)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Flighting", "fotaUpdate": "Firmware over-the-air update", "groupPolicy": "Administrative Templates", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Incomplete user enrollments", "iosUpdates": "Update policies for iOS/iPadOS", "legacyPcManagement": "Legacy PC management", - "macOSSoftwareUpdate": "Update policies for macOS", - "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices", + "macOSSoftwareUpdate": "Update policies for macOS (preview)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "Software updates summary", "macOSSoftwareUpdateStateSummaries": "updates", "managedGooglePlay": "Managed Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Warranty vendors", "wdacSupplementalPolicies": "S mode supplemental policies", "windows10DriverUpdate": "Driver updates for Windows 10 and later (preview)", - "windows10QualityUpdate": "Quality updates for Windows 10 and later (preview)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Update rings for Windows 10 and later", "windows10XPolicyFailures": "Windows 10X policy failures", "windows365Connector": "Windows 365 Citrix connector", "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windowsDiagnosticData": "Windows data", "windowsEnterpriseCertificate": "Windows enterprise certificate", "windowsManagement": "PowerShell scripts", "windowsSideLoadingKeys": "Windows side loading keys", diff --git a/Documentation/Strings-zh-cht.json b/Documentation/Strings-zh-cht.json index ec35af5..48f86c5 100644 --- a/Documentation/Strings-zh-cht.json +++ b/Documentation/Strings-zh-cht.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Teacher certificates", "emailProfile": "Email", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Mobile device management configuration", "extensibleSingleSignOn": "Single sign-on app extension", "filevault": "FileVault", "firewall": "Firewall", @@ -508,7 +507,10 @@ "deploymentSettings": "Deployment settings", "groupAssignmentSettings": "Assignments", "scopeSettings": "Scope tags" - } + }, + "gradualRolloutLicenseWarning": "This capability requires specific licensing.", + "gradualRolloutLicenseWarningEdit": "This capability may continue to be used and configured until the policy is saved without this capability selected.", + "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -649,7 +651,7 @@ "androidLink": "https://play.google.com/store/apps/details?id=com.microsoft.office.outlook", "microsoftStore": "Enter the 'Link for Intune' URL for the app provided from the store. For more information, see {0}.", "microsoftStoreLink": "https://go.microsoft.com/fwlink/?linkid=2115228", - "microsoftStoreLinkText": "Add Microsoft Store apps to Microsoft Intune", + "microsoftStoreLinkText": "Add Microsoft Store apps (legacy) to Microsoft Intune", "windows": "Enter the link to the app listing in the Microsoft Store. For example:", "windowsLink": "https://www.microsoft.com/en-us/p/microsoft-to-do-lists-tasks-reminders/9nblggh5r558" }, @@ -676,7 +678,8 @@ "selectApp": "Search the App Store for iOS store apps that you want to deploy with Intune.", "useManagedBrowser": "If required, when a user opens the web app, it will open in an Intune-protected browser such as Microsoft Edge or Intune Managed Browser. This setting applies to both iOS and Android devices.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​" + "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​", + "winGetStoreSelectApp": "Search the Microsoft Store app (new) for store apps that you want to deploy with Intune." }, "descriptionPreview": "Preview", "descriptionRequired": "Description is required.", @@ -800,10 +803,10 @@ "azureADDevice": "Associated Azure AD device", "batch": "Group tag", "dateAssigned": "Date assigned", - "deviceAccountFriendlyName": "Device account friendly name", "deviceAccountPwd": "Device account password", "deviceAccountUpn": "Device account", "deviceDisplayName": "Device name", + "deviceFriendlyName": "Device friendly name", "deviceName": "Device name", "deviceUseType": "Device-use type", "enrollmentState": "Enrollment state", @@ -924,10 +927,10 @@ "azureADDevice": "Go to device details for associated device. N/A means that there's no associated device.", "batch": "A string attribute that can be used to identify a group of devices. Intune's group tag field maps to the OrderID attribute on Azure AD devices.", "dateAssigned": "Timestamp of when the profile was assigned to the device.", - "deviceAccountFriendlyName": "Device account friendly name for Surface Hub devices", - "deviceAccountPwd": "Device account password for Surface Hub devices", - "deviceAccountUpn": "Device account email for Surface Hub devices", + "deviceAccountPwd": "Device account password for Surface Hub devices. If entered, also fill out device account and friendly name.", + "deviceAccountUpn": "Device account email for Surface Hub devices. If entered, also fill out device account password and friendly name.", "deviceDisplayName": "Configure a unique name for a device. This name will be ignored in Hybrid Azure AD joined deployments. Device name still comes from the domain join profile for Hybrid Azure AD devices.", + "deviceFriendlyName": "Device friendly name for Surface Hub devices. If entered, also fill out device account and device account password.", "deviceName": "The name shown when someone tried to discover and connect to the device.", "deviceUseType": " Device would setup based on your choice. You can always change later in settings.​\n ", "enrollmentState": "Specifies if the device has enrolled.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Error message", "customMessageToggle": "Show custom message when time limit or error occurs", "enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)", + "installQualityUpdatesToggle": "Install Windows quality updates (might restart the device)", "progressToggle": "Show app and profile configuration progress", "resetToggle": "Allow users to reset device if installation error occurs", "timeout": "Show an error when installation takes longer than specified number of minutes" @@ -1355,7 +1362,7 @@ "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", "windowsPhone81StoreApp": "Windows Phone 8.1 store app", "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app", + "windowsStoreApp": "Microsoft Store app (legacy)", "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", "windowsUniversalLobApp": "Windows Universal line-of-business app", "windowsWebApp": "Windows web link" @@ -1367,7 +1374,7 @@ }, "AndroidBackup": { "label": "Backup org data to Android backup services", - "tooltip": "Select {0} to prevent backup of org data to Android backup services. \nSelect {1} to permit backup of org data to Android backup services. \nPersonal or unmanaged data is not affected." + "tooltip": "Select {0} to prevent backup of org data to Android backup services.\nSelect {1} to permit backup of org data to Android backup services.\nPersonal or unmanaged data is not affected." }, "AndroidBiometricAuthentication": { "label": "Biometrics instead of PIN for access", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Unmanaged browser protocol", - "tooltip": "

Enter the protocol for a single unmanaged browser. Web content (http/s) from policy managed applications will open in any app that supports this protocol.

\n \n

Note: Include only the protocol prefix. If your browser requires links of the form \"mybrowser://www.microsoft.com\", enter \"mybrowser\".

" + "tooltip": "

Enter the protocol for a single unmanaged browser. Web content (http/s) from policy managed applications will open in any app that supports this protocol.

\n\n

Note: Include only the protocol prefix. If your browser requires links of the form \"mybrowser://www.microsoft.com\", enter \"mybrowser\".

" }, "CustomDialerAppDisplayName": { "label": "Dialer App Name" @@ -1435,7 +1442,7 @@ "tooltip": "Select {0} to enforce encrypting org data with Intune app layer encryption.\n
\nSelect {1} to not enforce encrypting org data with Intune app layer encryption.\n\n
\nNote: For more information on Intune app layer encryption, see {2}." }, "EncryptDataAndroid": { - "tooltip": "

Choose Require to enable encryption of work or school data in this app. Intune uses an OpenSSL, 256-bit AES encryption scheme along with the Android Keystore system to securely encrypt app data. Data is encrypted synchronously during file I/O tasks. Content on the device storage is always encrypted. The SDK will continue to provide support of 128-bit keys for compatibility with content and apps that use older SDK versions.

\n\n

The encryption method is FIPS 140-2 compliant.

" + "tooltip": "

Choose Require to enable encryption of work or school data in this app. Intune uses a wolfSSL, 256-bit AES encryption scheme along with the Android Keystore system to securely encrypt app data. Data is encrypted synchronously during file I/O tasks. Content on the device storage is always encrypted. New files will be encrypted with 256-bit keys. Existing 128-bit encrypted files will undergo a migration attempt to 256-bit keys, but the process is not guaranteed. Files encrypted with 128-bit keys will remain readable.

\n\n

The encryption method is FIPS 140-2 compliant.

" }, "EncryptDataIos": { "tooltip1": "Choose Require to enable encryption of work or school data in this app. Intune enforces iOS/iPadOS device encryption to protect app data while the device is locked. Applications may optionally encrypt app data using Intune APP SDK encryption. Intune APP SDK uses iOS/iPadOS cryptography methods to apply 128-bit AES encryption to app data.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Org data notifications", - "tooltip": "

Select one of the following options to specify how notifications for org accounts are shown for this app and any connected devices such as wearables:

\n

{0}: Do not share notifications.

\n

{1}: Do not share org data in notifications. If not supported by the application, notifications are blocked.

\n

{2}: Share all notifications.

\n

Android only:\n Note: This setting does not apply to all applications. For more information see {3} 

\n \n

iOS only:\nNote: This setting does not apply to all applications. For more information see {4}

" + "tooltip": "

Select one of the following options to specify how notifications for org accounts are shown for this app and any connected devices such as wearables:

\n

{0}: Do not share notifications.

\n

{1}: Do not share org data in notifications. If not supported by the application, notifications are blocked.

\n

{2}: Share all notifications.

\n

Android only:\n Note: This setting does not apply to all applications. For more information see {3} 

\n\n

iOS only:\nNote: This setting does not apply to all applications. For more information see {4}

" }, "OpenLinksManagedBrowser": { "label": "Restrict web content transfer with other apps", - "tooltip": "

Select one of the following options to specify the apps that this app can open web content in:

\n

Edge: Allow web content to open only in Edge

\n

Unmanaged browser: Allow web content to open only in the unmanaged browser defined by \"Unmanaged browser protocol\" setting

\n

Any app: Allow web links in any app

" + "tooltip": "

Select one of the following options to specify the apps that this app can open web content in:

\n

Microsoft Edge: Allow web content to open only in Microsoft Edge. Learn how Microsoft Edge protects your data.

\n

Unmanaged browser: Allow web content to open only in the unmanaged browser defined by \"Unmanaged browser protocol\" setting

\n

Any app: Allow web links in any app

" }, "OverrideBiometric": { "tooltip": "If required, depending on the timeout (minutes of inactivity), a PIN prompt will override biometric prompts. If this timeout value is not met, the biometric prompt will continue to show. This timeout value should be greater than the value specified under 'Recheck the access requirements after (minutes of inactivity)'. " @@ -1515,7 +1522,7 @@ }, "SaveData": { "label": "Save copies of org data", - "tooltip": "Select {0} to prevent saving a copy of org data to a new location, other than the selected storage services, using \"Save As\".\n Select {1} to permit saving a copy of org data to a new location using \"Save As\".
\n\n\nNote: This setting does not apply to all applications. For more information see {2}.\n" + "tooltip": "Select {0} to prevent saving a copy of org data to a new location, other than the selected storage services, using \"Save As\".\n Select {1} to permit saving a copy of org data to a new location using \"Save As\".
\n\n\nNote: This setting does not apply to all applications. For more information see {2}.\n" }, "SaveDataToSelected": { "label": "Allow user to save copies to selected services", @@ -1606,7 +1613,7 @@ "pushNotification": "Send push notification to end user", "remoteLock": "Remotely lock the noncompliant device", "removeSourceAccessProfile": "Remove source access profile", - "retire": "Retire the noncompliant device", + "retire": "Add device to retire list", "wipe": "Wipe", "emailNotification": "Send email to end user" }, @@ -1746,6 +1753,7 @@ "weeks1": "Every 1 week" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 and later" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Specify the PowerShell script file. File must be less than 200KB.", "uploadLabel": "Script location" }, + "bashScriptObjectName": "Bash script", "createButtonText": "Add", "createPowershellScriptFlowSectionName": "Add PowerShell script", "customAttributeObjectName": "Custom attribute", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "The specified VPN client must be installed on the device, and it must support per-app VPN; otherwise, an error will occur. Note that you will need to approve the app in the Managed Google Play Store, sync the app to Intune, and deploy it in order for it to be installed.", "androidDeviceOwnerCustomPasswordDescription": "Create a device passcode for dedicated devices only. Can be 4-16 characters and contain numbers, letters, and special characters.", "androidDeviceOwnerCustomPasswordName": "Custom passcode", + "androidElevenAndBelowPasswordHeader": "Android 11 and earlier", + "androidElevenAndBelowPasswordHeaderDescription": "These settings work for devices running Android 11 or earlier.", "androidEnterpriseAlwaysOnVpnClientName": "VPN client", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Enter the package ID of the app in the Google Play store. For example, if the URL for the app in the Play store is https://play.google.com/store/details?id=com.contosovpn.android.prod, the package ID would be com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Package ID", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Beginning in October 2020, some settings will not be supported on Android devices that are running Android 10 and later and are not Samsung Knox. These settings are labeled with Android 9 and earlier or Samsung Knox. Click to learn more.", "androidTrustedServerCertificateNamesDescription": "This is the DNS name used in the certificate presented by the Radius Server during client authentication to the Wifi access point. If you have multiple Radius servers which have the same DNS suffix in their fully qualified domain name then the suffix alone may also be used. This allows devices to trust the server certificate presented to them. Learn more.
", "androidTrustedServerCertificateNamesName": "Radius server name", + "androidTwelveAndAbovePasswordHeader": "Android 12 and later", + "androidTwelveAndAbovePasswordHeaderDescription": "These settings work for devices running Android 12 or later.", + "androidTwelveDeprecationInfoBox": "Beginning in November 2022, some settings are not supported on Android devices that are running Android 12 and later. These settings are labeled with Android 11 and earlier. Click to learn more.", "androidZebraMxConfigurationFileXmlName": "Choose a valid Zebra MX XML file", "androidZebraMxConfigurationLearnMore": "​Learn more about managing Zebra devices", "androidZebraMxConfigurationXmlName": "MX profile in .xml format", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "e.g. outlook.office365.com", "exchangeActiveSyncHostName": "Email server", "exclusionAppListColumn": "App to exclude", - "expeditedCheckinEnableDescription": "Make devices check in every hour", - "expeditedCheckinEnableName": "Make devices check in every hour", "experienceAllowBrowserSyncSettingsDescription": "Specifies whether user can turn on browser setting to sync using the sync your settings options to sync information such as history and favorites between user’s devices. To configure this setting you must enable “Sync browser settings between user’s devices” setting.", "experienceAllowBrowserSyncSettingsName": "User can turn on sync browser settings​", "experienceDoNotSyncBrowserSettingsDescription": "When blocked, the default configuration (allow sync browser settings between devices) is turned off so that users cannot sync between devices. When \"block and enable user override\" is selected, user can override admin designation.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to devices enrolled through Apple's Automated Device Enrollment (with ABM or ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Learn More", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Learn More", - "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to devices enrolled through Apple's Automated Device Enrollment (with ABM or ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Weekly schedule", - "macOSSoftwareUpdateSelectScheduleTypeName": "By default, when a macOS Software Updates policy is assigned to a device, Intune deploys the latest updates at device check-in. You can also create a weekly schedule and specify a period of time when devices can check-in and receive updates. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", + "macOSSoftwareUpdateSelectScheduleTypeName": "By default, when an update policy is assigned to a device, Intune deploys the latest updates at device check-in. You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Select how downloads, installations, and/or notifications should occur for each type of update.", "macOSSystemExtensionsExtensionTypeName": "Allowed system extension types", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Students enrolled in an unmanaged Classroom course must get teacher consent to leave the course.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Offload NAT keepalive to hardware when device is asleep", "nATKeepAliveOffloadEnableToolTip": "By default, when a device is asleep, the NAT system will continuously check to make sure it's connected to the VPN. This setting lets you disable that behavior.", "nacIdCheckBoxLabel": "I agree.", - "nacIdDescCisco": "Cisco AnyConnect requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Cisco and their partners.", - "nacIdDescCitrix": "Citrix SSO requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Citrix and their partners.", - "nacIdDescF5": "F5 Access requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by F5 Access and their partners.", + "nacIdDescCisco": "Cisco AnyConnect requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Cisco and their partners. Click to learn more, including what data is shared with the service provider.", + "nacIdDescCitrix": "Citrix SSO requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Citrix and their partners. Click to learn more, including what data is shared with the service provider.", + "nacIdDescF5": "F5 Access requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by F5 Access and their partners. Click to learn more, including what data is shared with the service provider.", "nacIdHeader": "Enable network access control (NAC)", "nacIdHeaderCiscoToolTip": "The device ID will be encrypted and included in the VPN profile. When the user attempts to connect to the VPN, Cisco AnyConnect will pass this value to your NAC infrastructure, which will then query Intune with this value to determine if the device is enrolled and compliant.

Cisco AnyConnect is unable to access the device ID directly so in order to enable NAC, this value must be included in the VPN profile.", "nacIdHeaderCitrixToolTip": "The device ID will be encrypted and included in the VPN profile. When the user attempts to connect to the VPN, Citrix SSO will pass this value to your NAC infrastructure, which will then query Intune with this value to determine if the device is enrolled and compliant.

Citrix SSO is unable to access the device ID directly so in order to enable NAC, this value must be included in the VPN profile.", @@ -6016,6 +6028,15 @@ "shutdown": "Shutdown", "signatureUpdateIntervalInHoursName": "Security intelligence update interval (in hours)", "signingCertificateType": "Signing certificate type", + "silentCertAccessAddApps": "Add apps", + "silentCertAccessApplicationsName": "Applications", + "silentCertAccessMaxAppsWarn": "Select a maximum of 50 apps to grant silent certificate access to", + "silentCertAccessMinAppsWarn": "Select at least one app to grant silent certificate access to", + "silentCertAccessSpecificApps": "Grant silently for specific apps (require user approval for other apps)", + "silentCertAccessTabName": "Apps", + "silentCertAccessTypeDescription": "Choose how certificate access is granted to applications", + "silentCertAccessTypeName": "Certificate access", + "silentCertAccessUserApproval": "Require user approval for all apps", "simpleDownloadOption": "Simple download mode with no peering (99)", "simultaneousMultiThreadingName": "Simultaneous multithreading", "singleAppModeAppNameDescription": "The name of the app.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N edition", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "By selecting this option you are agreeing that when applying this operating system to a device either (1) the applicable Windows license was purchased though volume licensing, or (2) that you are authorized to bind your organization and are accepting on its behalf the relevant Microsoft Software License Terms to be found here {0}.", "windowsAppNonComplianceTypeDescription": "We recommend asking your users to accept a Terms of Use, to acknowledge that certain apps will be blocked from installation. Use the blocked apps list to specify the Windows Phone apps not managed by Intune that users cannot install. For the allowed apps list, all apps, including the company portal and any deployed apps must be added to the list using the app store URL format", "windowsAppUrlExample": "e.g. https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "These settings work for corporate-owned work profile devices and only apply during personal usage.", "workProfileRequirePasswordDescription": "Require a password to use work apps. This can be separate from the device password. Requires Android 7.0+ ", "workProfileRequirePasswordName": "Require Work Profile Password", + "workProfileRequiredPasswordComplexityDescription": "Specify the required password complexity.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "Specify the type of password required.", "workProfileRequiredPasswordTypeName": "Required password type", "workspaceIDName": "Workspace ID", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM Device ID", "mdmWipInvalidVersionSettings": "One or more apps have invalid minimum/maximum version definitions.

Windows Information Protection With Enrollment policies support specifying only one of the minimum or maximum versions, unless both versions are specified as being equivalent. When only the minimum version is specified, the rule is set for greater than or equal to minimum version. Similarly, when only the maximum version is specified, the rule is set for lesser that equal to the maximum version.", "mdmWipReport": "MDM Windows Information Protection Report", + "microsoftDefenderForEndpoint": "Microsoft Defender For Endpoint", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Min app version", "minMaxValidation": "Minimum OS version has to be lower than the Maximum OS version, when the action is the same.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Min Company Portal version", "minimumDeviceSelection": "At least 1 device has to be selected", "mobileAppCRUDpermission": "Mobile apps read, create, and assign permission", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (Non-Microsoft)", "monitor": "Monitor", "moreApps": "More apps", "moreAppsTextBoxTooltip": "Add line-of-business apps here if you do not have access to the full Intune portal.", - "mtdConnectorInfoBox1": "Important! Make sure your Mobile Threat Defense Connector is set up in order to properly secure your organization’s data based on threat evaluations from the connected Mobile Threat Defense services.", + "mtdConnectorInfoBox1": "Important! Make sure your Mobile Threat Defense (MTD) connector is set up in order to properly secure your organization’s data based on threat evaluations from the connected Mobile Threat Defense services.", "mtdConnectorInfoBox2": "Learn more about Mobile Threat Defense for unenrolled devices.", + "mtdConnectorInfoBox3": "If your tenant has a connection set up with both Microsoft Defender for Endpoint and a MTD service (non-Microsoft) and do not configure a primary MTD service or there is a conflict when targeting a user, the default will be Microsoft Defender for Endpoint.", "name": "Name", "networkBoundariesInfoBoxText": "Add /*AppCompat*/ to your list of cloud resources to enable TLS connections by personal apps that connect directly to a cloud resource through an IP address.", "networkBoundariesInfoParagraph1": "Choose where protected apps can access enterprise data on your network.", @@ -7735,6 +7763,7 @@ "portNumber": "Port Number", "portNumberDesc": "Port for the proxy specified in proxy address", "prefix": "Prefix", + "primaryMtdService": "Primary MTD service", "productName": "Product name", "properties": "Properties", "protected": "Protected", @@ -7813,6 +7842,7 @@ "setting": "Setting", "settingName": "Setting name", "settings": "Settings", + "settingsCatalog": "Settings catalog", "settingsSelectorLabel": "Settings", "silent": "Silent", "specificUserIsLicensedIntune": "{0} is licensed for Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Managed by policy", "targetediOSUserPartTitle": "User status for iOS", "threatCategory": "Threat category", + "tileDeprecated": "This tile has been deprecated. Please remove this tile from your dashboard.", "timeColumnLabel": "Time", "timebombLabel": "Offline interval before app data is wiped (days)", "timebombToolTip": "After the specified number of days without the device syncing to Intune, Windows will perform a selective wipe on the device, which will unenroll the apps for MAM enrollment and remove encrypted and protected corporate data. The default for this setting is 90 days. Setting this value to 0 will disable the setting.", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary as defined in the network location list. When this policy is not specified, the existing auto-encryption behavior is applied. When this policy is configured, only files with the extensions in the list will be encrypted.​", "wipStoreApps": "Store apps", "wipWeAppsListInfo": "These apps are allowed to access your enterprise data and will interact differently when used with unallowed, non-enterprise aware, or personal-only apps. Only enlightened apps are allowed on devices without MDM.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Before Windows 10 and later policies can take effect, set the MAM URLs in AAD to Microsoft Intune by choosing “Restore default URLs” and defining the user scope.", "wipWebsiteLearningTitle": "Website learning for Windows Information Protection", "wipeData": "Wipe data", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Use a custom detection script", "runAs32Bit": "Run script as 32-bit process on 64-bit clients", "runAs32BitTooltip": "Select 'Yes' to run the script in a 32-bit process on 64-bit clients. Select 'No' (default) to run the script in a 64-bit process on 64-bit clients. 32-bit clients run the script in a 32-bit process.", + "scriptContent": "Script content", "scriptFile": "Script file", "scriptFileNotSelectedValidation": "No script file is selected.", "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. The app will be detected when the script both returns a 0 value exit code and writes a string value to STDOUT.", @@ -8307,9 +8342,6 @@ "string": "String", "version": "Version" }, - "ScriptContent": { - "emptyMessage": "Script content should not be empty." - }, "duplicateName": "Script name {0} has already been used. Please enter a different name.", "enforceSignatureCheck": "Enforce script signature check", "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Select the operator for the requirement comparison.", "requirementMethod": "Select output data type", "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", + "scriptContent": "Script content", "scriptFile": "Script file", "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", "scriptName": "Script name", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", "descPlaceholder": "Add description for the authentication context", "modifyTitle": "Modify authentication context", "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", @@ -8396,15 +8430,15 @@ "description": "Description", "documentation": "Documentation", "getStarted": "Get started", - "label": "Authentication context (preview)", - "menuLabel": "Authentication context (Preview)", + "label": "Authentication context", + "menuLabel": "Authentication context", "name": "Name", "noAuthContextConfigured": "No authentication contexts have been configured.", "noAuthContextSet": "There are no authentication contexts", "noData": "No authentication contexts to display", "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", "step": "Step", - "tabDescription": "Manage authentication context to protect data and actions in your apps. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Tag resources with an authentication context" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Guest or external users", "internalGuestLabel": "Local guest users", "otherExternalUserLabel": "Other external users", + "previewTag": "{0} (preview)", "serviceProviderUsersLabel": "Service provider users" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Country lookup method", + "ariaLabel": "Country/Region lookup method", "gps": "Determine location by GPS coordinates", "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", "ip": "Determine location by IP address (IPv4 only)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Configure service principal risk levels needed for policy to be enforced​", "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", - "title": "Service principal risk (Preview)" + "title": "Service principal risk" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Enable/Disable Continuous access evaluation", "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9199,6 +9239,7 @@ } }, "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", "tenantIdWithPlaceholder": "Tenant ID: {0}", "tenantSelectionRequired": "Tenant required" }, @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP Ranges", "downloadExampleFileName": "Example", "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", "endDatePickerLabel": "Ends", "endTimePickerLabel": "End time", - "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", - "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterCountryText": "IP address and Country/Region are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country/Region are evaluated in a pair. Input the IP address.", "enterUserText": "No user is selected. Select a user.", "evaluationResult": "Evaluation result", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Info", "invalidCertDuration": "Invalid cert duration", "invalidIpAddress": "Value must be a valid IP address", - "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk level\" condition control.", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", - "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkCountryNeeded": "You need to select at least one country/region", "namedNetworkDeleteCommand": "Delete", "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", "namedNetworkDeleteTitle": "Are you sure?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Locations", "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", "policyConditionLocationPreview": "Locations (Preview)", - "policyConditionSigninRisk": "Sign-in risk level", + "policyConditionSigninRisk": "Sign-in risk", "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", - "policyConditionUserRisk": "User risk level", + "policyConditionUserRisk": "User risk", "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", "policyConditioniClientApp": "Client apps", "policyControlAllowAccessDisplayedName": "Grant access", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", - "whatIfCountry": "Country", - "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfCountry": "Country/Region", + "whatIfCountryInfo": "The country/region the user is signing in from.", "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", "whatIfDeviceStateInfo": "The device state the user is signing in from", "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Users and groups", "whatIfIpAddress": "IP address", "whatIfIpAddressInfo": "IP address the user is signing in from.", - "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country/Region, both fields will be required and should correctly map together.", "whatIfPolicyAppliesTab": "Policies that will apply", "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", "whatIfReasons": "Reasons why this policy will not apply", "whatIfSelectClientApp": "Select a client app...", - "whatIfSelectCountry": "Select country...", + "whatIfSelectCountry": "Select country/region...", "whatIfSelectDevicePlatform": "Select device platform...", "whatIfSelectPrivateLink": "Select private link...", "whatIfSelectServicePrincipalRisk": "Select service principal risk...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Workload identities (preview)", + "workloadIdentitiesLicenseText": "A workload identities premium P1 or P2 license is required to edit this policy.", "workloadIdentity": "Workload identity" }, "AppResources": { @@ -9977,7 +10021,7 @@ "teamsApp": "Teams app", "webApp": "Web link", "winGetPublicApp": "Windows Package Manager Community Repository", - "winGetStoreApp": "Microsoft Store Repository", + "winGetStoreApp": "Microsoft Store app (new)", "windowsAppXLobApp": "Windows AppX line-of-business app", "windowsClassicApp": "Windows app (Win32)", "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", @@ -9986,7 +10030,7 @@ "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", "windowsPhone81StoreApp": "Windows Phone 8.1 store app", "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app", + "windowsStoreApp": "Microsoft Store app (legacy)", "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", "windowsUniversalLobApp": "Windows Universal line-of-business app", "windowsWebApp": "Windows web link" @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure devices for initial provisioning and assign to users.", + "title": "Device preparation" + }, + "EnrollmentSettings": { + "description": "Configure enrollment settings such as blocking enrollment and assign to users.", + "title": "Enrollment settings" + }, "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", "coManagementAuthorityTitle": "Co-management Settings ", "deploymentProfiles": "Windows Autopilot deployment profiles", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", "installAsManaged": "Install as managed", "installationSourceLabel": "App type", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Show this as a featured app in the Company Portal", "isMAMEnabledToggleLabel": "Yes", "lastModifiedDateTime": "Last updated Time", @@ -10235,7 +10289,7 @@ "searchAppLabel": "Select app", "searchAppLinkText": "Search the App Store", "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", - "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store Repository", + "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", "selectAAD": "Select an AAD attribute", "selectAppFileLabel": "Select file", "selectAppFileLinkText": "Select app package file", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Settings" }, "infoBoxText": "The only dedicated quality update control currently available other than the existing update rings policy for Windows 10 and later is the ability to expedite quality updates for devices that fall behind a specified patch level. Additional controls will be available in the future.", + "licenseLearnMoreText": "Learn more about pre-requisites and quality update policies.", + "licenseWarningBoxText": "Creating quality update policies requires specific licensing.", "warningBoxText": "While expediting software updates can help decrease the time to get to compliance when necessary, it has a larger impact on end-user productivity. The chances that they will experience a restart during business hours is significantly increased." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge configuration settings", @@ -10660,6 +10740,23 @@ "withEnrollment": "With enrollment", "withoutEnrollment": "Without enrollment" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Author", + "template": "Template name" + } + }, + "SettingsCatalog": { + "subtitle": "Start from scratch and select settings you want from the library of available settings", + "title": "Settings catalog" + }, + "Templates": { + "subtitle": "Templates contain groups of settings, organized by functionality. Use a template when you don't want to build policies manually or want to configure devices to access corporate networks, such as configuring WiFi or VPN.", + "title": "Templates" + }, + "noData": "No policy templates found" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online Desktop Client", "visioProRetail": "Visio Online Plan 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "With enrollment", "withoutEnrollment": "Without enrollment" }, + "DisplayRoleTypes": { + "builtInRole": "Built-in Role", + "customCloudPCRole": "Custom Windows 365 role", + "customIntuneRole": "Custom Intune role", + "customRole": "Custom Role" + }, "InstallContextType": { "device": "Device", "deviceContext": "Device context", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Update at next check-in", "duringTimeWindows": "Update during scheduled time", - "header": "By default, when an iOS/iPadOS Software Updates policy is assigned to a device, Intune deploys the latest updates at device check-in (approximately every 8 hours). You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", + "header": "By default, when an update policy is assigned to a device, Intune deploys the latest updates at device check-in. You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", "infoBalloon": "When the updates will occur. Additional input is required to schedule updates during or outside of scheduled times.", "label": "Schedule type", "outsideActiveHours": "Update outside of active hours (legacy)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Admin contacts", "appPackaging": "App packaging", + "businessGroups": "Business Groups", "devices": "Devices", "feedback": "Feedback", "gettingStarted": "Getting started", @@ -11479,6 +11583,7 @@ "cartProfiles": "Cart profiles", "certificateConnectors": "Certificate connectors", "chromeEnterprise": "Chrome Enterprise (preview)", + "cloudAttachedDevices": "Cloud attached devices (preview)", "compliancePolicies": "Compliance policies", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Feature update failures (preview)", "failuresForQualityUpdates": "Windows Expedited update failures (preview)", "featureFlighting": "Feature flighting", - "featureUpdateDeployments": "Feature updates for Windows 10 and later (preview)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Flighting", "fotaUpdate": "Firmware over-the-air update", "groupPolicy": "Administrative Templates", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Incomplete user enrollments", "iosUpdates": "Update policies for iOS/iPadOS", "legacyPcManagement": "Legacy PC management", - "macOSSoftwareUpdate": "Update policies for macOS", - "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices", + "macOSSoftwareUpdate": "Update policies for macOS (preview)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "Software updates summary", "macOSSoftwareUpdateStateSummaries": "updates", "managedGooglePlay": "Managed Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Warranty vendors", "wdacSupplementalPolicies": "S mode supplemental policies", "windows10DriverUpdate": "Driver updates for Windows 10 and later (preview)", - "windows10QualityUpdate": "Quality updates for Windows 10 and later (preview)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Update rings for Windows 10 and later", "windows10XPolicyFailures": "Windows 10X policy failures", "windows365Connector": "Windows 365 Citrix connector", "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windowsDiagnosticData": "Windows data", "windowsEnterpriseCertificate": "Windows enterprise certificate", "windowsManagement": "PowerShell scripts", "windowsSideLoadingKeys": "Windows side loading keys", diff --git a/Documentation/Strings-zh-hans.json b/Documentation/Strings-zh-hans.json index b99cf63..d0929a9 100644 --- a/Documentation/Strings-zh-hans.json +++ b/Documentation/Strings-zh-hans.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "教师证书", "emailProfile": "电子邮件", "enterpriseDataProtection": "Windows 信息保护", - "expeditedCheckin": "移动设备管理配置", "extensibleSingleSignOn": "单一登录应用扩展", "filevault": "FileVault", "firewall": "防火墙", @@ -508,7 +507,10 @@ "deploymentSettings": "部署设置", "groupAssignmentSettings": "分配", "scopeSettings": "作用域标签" - } + }, + "gradualRolloutLicenseWarning": "此功能需要特定许可。", + "gradualRolloutLicenseWarningEdit": "在未选择此功能的情况下保存策略之前,可以继续使用和配置此功能。", + "licenseLearnMoreText": "详细了解先决条件和功能更新策略。" }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "在 App Store 中搜索要使用 Intune 部署的 iOS 应用商店应用。", "useManagedBrowser": "如果需要,用户打开 web 应用时,它将在受 Intune 保护的浏览器(如 Microsoft Edge 或 Intune Managed Browser)中打开。此设置适用于 iOS 和 Android 设备。", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "包含你的应用的文件,其格式可在设备上旁加载。有效的包类型为: .intunewin。" + "win32AppPackageFile": "包含你的应用的文件,其格式可在设备上旁加载。有效的包类型为: .intunewin。", + "winGetStoreSelectApp": "在 Microsoft Store 存储库中搜索要使用 Intune 部署的应用商店应用。" }, "descriptionPreview": "预览", "descriptionRequired": "说明是必需的。", @@ -800,10 +803,10 @@ "azureADDevice": "关联的 Azure AD 设备", "batch": "组标记", "dateAssigned": "分配日期", - "deviceAccountFriendlyName": "设备帐户易记名称", "deviceAccountPwd": "设备帐户密码", "deviceAccountUpn": "Device account", "deviceDisplayName": "Device name", + "deviceFriendlyName": "设备友好名称", "deviceName": "设备名", "deviceUseType": "设备使用类型", "enrollmentState": "注册状态", @@ -924,10 +927,10 @@ "azureADDevice": "转到关联设备的设备详细信息。N/A 是指没有关联的设备。", "batch": "可用于标识一组设备的字符串属性。Intune 的组标记字段映射到 Azure AD 设备上的 OrderID 属性。", "dateAssigned": "向设备分配配置文件时的时间戳。", - "deviceAccountFriendlyName": "Surface Hub 设备的设备帐户易记名称", - "deviceAccountPwd": "Surface Hub 设备的设备帐户密码", - "deviceAccountUpn": "Surface Hub 设备的设备帐户电子邮件", + "deviceAccountPwd": "Surface Hub 设备的设备帐户密码。如果已输入,则还需填写设备帐户和友好名称。", + "deviceAccountUpn": "Surface Hub 设备的设备帐户电子邮件。如果已输入,则还需填写设备帐户密码和友好名称。", "deviceDisplayName": "为设备配置唯一的名称。在已建立混合 Azure AD 联接的部署中,此名称将被忽略。设备名称仍来自混合 Azure AD 设备的域加入配置文件。", + "deviceFriendlyName": "Surface Hub 设备的设备友好名称。如果已输入,则还需填写设备帐户和设备帐户密码。", "deviceName": "有人尝试发现并连接到设备时显示的名称。", "deviceUseType": " 设备将根据所选项进行设置。可以随时在“设置”中进行更改。\r\n ", "enrollmentState": "指定设备是否已注册。", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "错误消息", "customMessageToggle": "发生时间限制或出错时显示自定义消息", "enableForAutopilotOnlyToggle": "仅向通过全新安装体验(OOBE)预配的设备显示页面", + "installQualityUpdatesToggle": "安装 Windows 质量更新(可能会重启设备)", "progressToggle": "显示应用和配置文件安装进度", "resetToggle": "如果发生安装错误,允许用户重置设备", "timeout": "在安装时间超过指定的分钟数时显示错误信息" @@ -1367,7 +1374,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", @@ -1378,7 +1385,7 @@ "tooltip": "Android OS 使用指纹扫描对 Android 设备用户进行身份验证。此功能支持 Android 设备上的本机生物识别控件。不支持 OEM 特定生物识别设置,如 Samsung Pass。如果允许,必须使用本机生物识别控件在支持该控件的设备上访问该应用。" }, "AndroidOverrideFingerprint": { - "label": "超时后使用 PIN 覆盖指纹" + "label": "超时后 使用 PIN 替代生物特征" }, "AppPIN": { "label": "应用 PIN(设置了设备 PIN 时)", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "非托管浏览器协议", - "tooltip": "

为单个非托管浏览器输入协议。来自策略托管应用程序的 Web 内容(http/s)将在支持此协议的任意应用中打开。

\r\n \r\n

注意: 仅包含协议前缀。如果浏览器需要 \"mybrowser://www.microsoft.com\" 形式的链接,请输入 \"mybrowser\"。

" + "tooltip": "

为单个非托管浏览器输入协议。来自策略托管应用程序的 Web 内容(http/s)将在支持此协议的任意应用中打开。

\r\n\r\n

注意: 仅包含协议前缀。如果浏览器需要 \"mybrowser://www.microsoft.com\" 形式的链接,请输入 \"mybrowser\"。

" }, "CustomDialerAppDisplayName": { "label": "拨号器应用名称" @@ -1435,7 +1442,7 @@ "tooltip": "选择 {0} 会使用 Intune 应用层加密功能强制加密组织数据。
\r\n\r\n选择 {1} 则不使用 Intune 应用层加密功能强制加密组织数据。\r\n\r\n
\r\n注意: 有关 Intune 应用层加密功能的详细信息,请参阅 {2}。" }, "EncryptDataAndroid": { - "tooltip": "

选择“必需”以对此应用中的工作或学校数据启用加密。Intune 使用 OpenSSL、256 位 AES 加密方案和 Android 密钥存储系统来安全加密应用数据。数据在文件 I/O 任务过程中同步加密。设备存储上的内容始终保持加密状态。SDK 将继续提供 128 位密钥支持,以兼容使用较旧 SDK 版本的内容和应用。

\r\n\r\n

加密方法符合 FIPS 140-2。

" + "tooltip": "

选择“需要”以启用对此应用中工作或学校数据的加密。Intune 使用 wolfSSL 256 位 AES 加密方案以及 Android 密钥存储系统来安全地加密应用数据。数据在文件 I/O 任务期间同步加密。设备存储上的内容始终加密。新文件将使用 256 位密钥进行加密。现有的 128 位加密文件将尝试迁移到 256 位密钥,但不保证该过程。使用 128 位密钥加密的文件将保持可读性。

\r\n\r\n

加密方法符合 FIPS 140-2。

" }, "EncryptDataIos": { "tooltip1": "选择“必需”可启用此应用中工作或学校数据的加密。Intune 强制 iOS/iPadOS 设备加密在设备锁定时保护应用数据。应用程序可以选择使用 Intune APP SDK 加密加密应用数据。Intune APP SDK 使用 iOS/iPadOS 加密方法将 128 位 AES 加密应用于应用数据。", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "组织数据通知", - "tooltip": "

选择下述一个选项来指定如何为此应用和任何连接的设备(例如可穿戴设备)显示组织帐户的通知:

\r\n

{0}: 不共享通知。

\r\n

{1}: 不在通知中共享组织数据。如果不受应用程序支持,则阻止通知。

\r\n

{2}: 共享所有通知。

\r\n

仅限 Android:\r\n 注意: 此设置不适用于所有应用程序。有关详细信息,请参阅 {3} 

\r\n \r\n

仅限 iOS:\r\n注意: 此设置不适用于所有应用程序。有关详细信息,请参阅 {4}

" + "tooltip": "

选择下列选项之一来指定如何为此应用和任何连接的设备(例如可穿戴设备)显示组织帐户的通知:

\r\n

{0}: 不共享通知。

\r\n

{1}: 不在通知中共享组织数据。如果应用程序不支持,则阻止通知。

\r\n

{2}: 共享所有通知。

\r\n

仅限 Android:\r\n注意: 此设置不适用于所有应用程序。有关详细信息,请参阅{3} 

\r\n \r\n

仅限 iOS:\r\n注意: 此设置不适用于所有应用程序。有关详细信息,请参阅 {4}

" }, "OpenLinksManagedBrowser": { "label": "限制与其他应用的 Web 内容传输", - "tooltip": "

选择下列选项之一,以指定此应用可在其中打开 Web 内容的应用:

\r\n

Edge: 仅允许在 Edge 中打开 Web 内容

\r\n

非托管浏览器: 仅允许在由“非托管浏览器协议”设置定义的非托管浏览器中打开 Web 内容

\r\n

任何应用: 允许在任何应用中打开 Web 链接

" + "tooltip": "

选择下列选项之一,以指定此应用可在其中打开 Web 内容的应用:

\r\n

Microsoft Edge: 仅允许在 Edge 中打开 Web 内容 了解 Microsoft Edge 如何保护你的数据。

\r\n

非托管浏览器: 仅允许在由“非托管浏览器协议”设置定义的非托管浏览器中打开 Web 内容

\r\n

任何应用: 允许在任何应用中打开 Web 链接

" }, "OverrideBiometric": { "tooltip": "如果有相应要求,PIN 提示将覆盖生物计量提示,具体取决于超时时间(非活动状态分钟数)。如果不满足此超时值,将持续显示 生物计量提示。此超时值应大于“(非活动状态分钟数)分钟后重新检查访问要求”下指定的值。" @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "生物识别更新后使用 PIN 替代生物识别", - "tooltip": "如果设备支持类 3 生物识别(详细信息请参见here),当检测到生物识别更改时,PIN 提示将替代生物识别提示。" + "tooltip": "如果设备支持第 3 类生物特征(请访问此处以了解详细信息),则当检测到生物特征更改时,PIN 提示将替代生物特征提示。此设置仅当使用生物特征访问应用时才会生效。" }, "RestrictKeyboards": { "duplicatePackageError": "包 ID 必须是唯一的。", @@ -1515,7 +1522,7 @@ }, "SaveData": { "label": "保存组织数据的副本", - "tooltip": "选择 {0} 则阻止使用“另存为”将组织数据的副本保存到新位置而非所选的存储服务。\r\n 选择 {1} 则允许使用“另存为”将组织数据的副本保存到新位置而非所选的存储服务。
\r\n\r\n\r\n注意: 此设置并非适用于所有应用程序。有关详细信息,请参阅 {2}。\r\n" + "tooltip": "选择“{0}”可阻止使用“另存为”将组织数据的副本保存到新位置而非所选的存储服务。\r\n选择“{1}”则允许使用“另存为”将组织数据的副本保存到新位置。
\r\n\r\n\r\n注意: 此设置不适用于所有应用程序。有关详细信息,请参阅 {2}。\r\n" }, "SaveDataToSelected": { "label": "允许用户将副本保存到选定的服务", @@ -1606,7 +1613,7 @@ "pushNotification": "向最终用户发送推送通知", "remoteLock": "远程锁定不合规设备", "removeSourceAccessProfile": "删除源访问配置文件", - "retire": "停用不相容设备", + "retire": "将设备添加到停用列表", "wipe": "擦除", "emailNotification": "向最终用户发送电子邮件" }, @@ -1746,6 +1753,7 @@ "weeks1": "每 1 周" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 和更高版本" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "指定 PowerShell 脚本文件。文件必须小于 200KB。", "uploadLabel": "脚本位置" }, + "bashScriptObjectName": "Bash 脚本", "createButtonText": "添加", "createPowershellScriptFlowSectionName": "添加 PowerShell 脚本", "customAttributeObjectName": "自定义属性", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "指定的 VPN 客户端必须安装在设备上,并且它必须支持应用级别 VPN;否则,将发生错误。请注意,要安装应用,必须在托管 Google Play 商店中批准该应用,将应用同步到 Intune,然后对其进行部署。", "androidDeviceOwnerCustomPasswordDescription": "仅为专用设备创建设备密码。可以是 4-16 个字符,包含数字、字母和特殊字符。", "androidDeviceOwnerCustomPasswordName": "自定义密码", + "androidElevenAndBelowPasswordHeader": "Android 11 及更早版本", + "androidElevenAndBelowPasswordHeaderDescription": "这些设置适用于运行 Android 11 或更早版本的设备。", "androidEnterpriseAlwaysOnVpnClientName": "VPN 客户端", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "在 Google Play 商店中输入应用的包 ID。例如,如果 Play 商店中应用的 URL 是 https://play.google.com/store/details?id=com.contosovpn.android.prod,则包 ID 为 com.contosovpn.android.prod。", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "包 ID", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "从 2020 年 10 月开始,运行 Android 10 及更高版本且不是 Samsung Knox 的 Android 设备将不支持某些设置。这些设置均采用 Android 9 及更低版本或 Samsung Knox 进行标注。单击以了解详细信息。", "androidTrustedServerCertificateNamesDescription": "这是在客户端对 Wifi 访问点进行身份验证期间 Radius 服务器所提供证书中使用的 DNS 名称。如果多个 Radius 服务器的完全限定域名中具有相同的 DNS 后缀,则也可以单独使用后缀。这允许设备信任提供给它们的服务器证书。了解详细信息
", "androidTrustedServerCertificateNamesName": "Radius 服务器名称", + "androidTwelveAndAbovePasswordHeader": "Android 12 及更高版本", + "androidTwelveAndAbovePasswordHeaderDescription": "这些设置适用于运行 Android 12 或更高版本的设备。", + "androidTwelveDeprecationInfoBox": "从 2022 年 11 月开始,运行 Android 12 及更高版本的 Android 设备不再支持某些设置。这些设置将使用 Android 11 及更早版本进行标记。单击以了解详细信息。", "androidZebraMxConfigurationFileXmlName": "选择有效的 Zebra MX XML 文件", "androidZebraMxConfigurationLearnMore": "详细了解如何管理 Zebra 设备", "androidZebraMxConfigurationXmlName": ".xml 格式下的 MX 配置文件", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "例如 outlook.office365.com", "exchangeActiveSyncHostName": "电子邮件服务器", "exclusionAppListColumn": "要排除的应用", - "expeditedCheckinEnableDescription": "使设备每小时签入一次", - "expeditedCheckinEnableName": "使设备每小时签入一次", "experienceAllowBrowserSyncSettingsDescription": "指定用户能否启用浏览器设置,进而使用在用户设备间同步历史记录和收藏夹等信息的同步设置选项进行同步。要配置此设置,必须启用“在用户设备间同步浏览器设置”设置。", "experienceAllowBrowserSyncSettingsName": "用户可启用同步浏览器设置", "experienceDoNotSyncBrowserSettingsDescription": "若已阻止,则禁用默认配置(允许在设备之间同步浏览器设置),这样用户便无法在设备之间同步。选择“阻止并启用用户替代”后,用户可以替代管理员指定。", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "创建配置文件以强制所分配的设备自动安装最新的 macOS 更新。这些设置决定了何时、如何部署软件更新。此配置文件不会阻止用户手动更新 OS。更新将仅应用于通过 Apple 的自动化设备注册进行注册的设备(ABM 或 ASM)。", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "了解更多", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "了解详细信息", - "macOSSoftwareUpdatePolicySupervisedName": "创建配置文件以强制所分配的设备自动安装最新的 macOS 更新。这些设置决定了何时、如何部署软件更新。此配置文件不会阻止用户手动更新 OS。更新将仅应用于通过 Apple 的自动化设备注册进行注册的设备(ABM 或 ASM)。", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "每周计划", - "macOSSoftwareUpdateSelectScheduleTypeName": "默认情况下,如果向设备分配了 macOS 软件更新策略,Intune 会在设备签入时部署最新更新。你还可创建每周计划并指定决定设备可签入和接收更新的时间段。如果选择在计划时间外更新,则在计划时间结束之前,Intune 不会部署更新。", + "macOSSoftwareUpdateSelectScheduleTypeName": "默认情况下,如果将更新策略分配给一台设备,则 Intune 会在设备签入时部署最新的更新。可以改为创建包含自定义开始时间和结束时间的每周计划。如果选择在计划外时间更新,Intune 不会在计划时间结束前部署更新。", "macOSSoftwareUpdateSelectUpdateBehaviorName": "选择每种类型的更新的下载、安装和/或通知方式。", "macOSSystemExtensionsExtensionTypeName": "允许的系统扩展类型", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "注册非托管 Classroom 课程的学生必须获得教师的同意才能退出课程。", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "设备处于睡眠状态时,将 NAT 保持连接卸载到硬件", "nATKeepAliveOffloadEnableToolTip": "默认情况下,当设备处于休眠状态时,NAT 系统会持续进行检查以确保其连接到 VPN。使用此设置可以禁用该行为。", "nacIdCheckBoxLabel": "我同意。", - "nacIdDescCisco": "Cisco AnyConnect 需要在 VPN 配置文件中包含 Intune 设备 ID 以便启用 NAC。

我允许 Microsoft 在 VPN 配置文件中包含设备信息,以供 Cisco 及其合作伙伴使用。", - "nacIdDescCitrix": "Citrix SSO 需要在 VPN 配置文件中包含 Intune 设备 ID 以便启用 NAC。

我允许 Microsoft 在 VPN 配置文件中包含设备信息,以供 Citrix 及其合作伙伴使用。", - "nacIdDescF5": "F5 Access 需要在 VPN 配置文件中包含 Intune 设备 ID 以便启用 NAC。

允许 Microsoft 在 VPN 配置文件中包含设备信息,以供 F5 Access 及其合作伙伴使用。", + "nacIdDescCisco": "Cisco AnyConnect 要求在 VPN 配置文件中包含 Intune 设备 ID 才能启用 NAC。

我允许 Microsoft 在 VPN 配置文件中包含设备信息,以供 Cisco 及其合作伙伴使用。单击以了解详细信息,包括与服务提供商共享的数据。", + "nacIdDescCitrix": "Citrix SSO 要求在 VPN 配置文件中包含 Intune 设备 ID 才能启用 NAC。

我允许 Microsoft 在 VPN 配置文件中包含设备信息,以供 Citrix SSO 及其合作伙伴使用。单击以了解详细信息,包括与服务提供商共享的数据。", + "nacIdDescF5": "F5 Access 要求在 VPN 配置文件中包含 Intune 设备 ID 才能启用 NAC。

我允许 Microsoft 在 VPN 配置文件中包含设备信息,以供 F5 Access 及其合作伙伴使用。单击以了解详细信息,包括与服务提供商共享的数据。", "nacIdHeader": "启用网络访问控制(NAC)", "nacIdHeaderCiscoToolTip": "将对设备 ID 进行加密并将其包含在 VPN 配置文件中。用户尝试连接 VPN 时,Cisco AnyConnect 会将此值将传递到 NAC 基础结构,然后使用此值来查询 Intune,确定设备已注册并符合规定。

Cisco AnyConnect 不能直接访问设备 ID,因此为了启用 NAC,必须将此值包含在 VPN 配置文件。", "nacIdHeaderCitrixToolTip": "将对设备 ID 进行加密并将其包含在 VPN 配置文件中。用户尝试连接 VPN 时,Citrix SSO 会将此值将传递到 NAC 基础结构,然后使用此值来查询 Intune,确定设备已注册并符合规定。

Citrix SSO 不能直接访问设备 ID,因此为了启用 NAC,必须将此值包含在 VPN 配置文件。", @@ -6016,6 +6028,15 @@ "shutdown": "关闭", "signatureUpdateIntervalInHoursName": "安全智能更新间隔(小时)", "signingCertificateType": "签名证书类型", + "silentCertAccessAddApps": "添加应用", + "silentCertAccessApplicationsName": "应用程序", + "silentCertAccessMaxAppsWarn": "最多选择 50 个应用以授予无提示证书访问权限", + "silentCertAccessMinAppsWarn": "至少选择一个应用以向其授予对此项的无提示证书访问权限:", + "silentCertAccessSpecificApps": "对特定应用以无提示方式授予(需要用户对其他应用的批准)", + "silentCertAccessTabName": "应用", + "silentCertAccessTypeDescription": "选择如何向应用程序授予证书访问权限", + "silentCertAccessTypeName": "证书访问权限", + "silentCertAccessUserApproval": "要求用户对所有应用进行批准", "simpleDownloadOption": "简单下载模式,无对等方(99)", "simultaneousMultiThreadingName": "并发多线程处理", "singleAppModeAppNameDescription": "应用名称。", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 专业版", "windows10ProfessionalWorkstationNOption": "Windows 10/11 专业工作站版 N 版", "windows10ProfessionalWorkstationOption": "Windows 10/11 专业工作站版", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "选中此选项即表示你同意在将此操作系统应用到设备时,(1) 已通过批量许可购买了适用的 Windows 许可证,或 (2) 你已获授权绑定你的组织,并代表组织接受此处 {0} 的相关 Microsoft 软件许可条款。", "windowsAppNonComplianceTypeDescription": "建议要求用户接受条款的使用,告知将阻止安装某些应用。使用已阻止的应用列表指定用户不能安装的、不由 Intune 管理的 Windows Phone 应用。必须以应用商店 URL 格式将要允许的所有应用(包括公司门户和任何已部署的应用)添加到已允许的应用列表", "windowsAppUrlExample": "例如 https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "这些设置适用于公司拥有的工作配置文件设备,仅在个人使用时应用。", "workProfileRequirePasswordDescription": "需要密码才可使用工作应用。该密码可与设备密码不同。需使用 Android 7.0 及以上版本", "workProfileRequirePasswordName": "需要工作配置文件密码", + "workProfileRequiredPasswordComplexityDescription": "指定所需的密码复杂性。", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "指定所需密码类型。", "workProfileRequiredPasswordTypeName": "所需密码类型", "workspaceIDName": "工作区 ID", @@ -7601,7 +7626,7 @@ "isMamEnabled": "是否已启用 MAM?", "itemsCount": "{0} 项", "jailbrokenRootedDevices": "已越狱/获得根权限的设备", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "上次修改日期", "lastReportedDate": "上次报告日期", "lastSync": "上次同步时间", "lastSyncGmt": "上一次同步(GMT)", @@ -7613,7 +7638,7 @@ "localStorage": "本地存储", "mAMShortTitle": "Intune MAM", "mAMSummaryBladeTitle": "应用保护状态", - "macOS": "MacOS", + "macOS": "macOS", "macPlatformLabel": "Mac", "mamGSTitle": "保护 Microsoft Office 移动应用(预览)", "manage": "管理", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM 设备 ID", "mdmWipInvalidVersionSettings": "一个或多个应用具有无效的最低/最高版本定义。

“含注册的 Windows 信息保护”策略支持仅指定一个最低版本或最高版本,除非两个版本指定为相等。仅指定最低版本时,规则设置为大于或等于最低版本。同样,仅指定最高版本时,规则设置为小于或等于最高版本。", "mdmWipReport": "MDM Windows 信息保护报告", + "microsoftDefenderForEndpoint": "Microsoft Defender for Endpoint", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "最低应用版本", "minMaxValidation": "当操作相同时,最低 OS 版本必须低于最高 OS 版本。", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "最低公司门户版本", "minimumDeviceSelection": "必须选择至少 1 个设备", "mobileAppCRUDpermission": "移动应用读取、创建和分配权限", + "mobileThreatDefenseNonMicrosoft": "移动威胁防御(非 Microsoft)", "monitor": "监视器", "moreApps": "更多应用", "moreAppsTextBoxTooltip": "如果你没有权限访问完整的 Intune 门户,请在此处添加业务线应用。", - "mtdConnectorInfoBox1": "重要! 请确保已设置 Mobile Threat Defense 连接器,以便根据来自已连接的 Mobile Threat Defense 服务的威胁评估正确地保护组织的数据。", + "mtdConnectorInfoBox1": "重要! 请确保已设置移动威胁防御(MTD)连接器,以便根据来自连接的移动威胁防御服务的威胁评估正确保护组织的数据。", "mtdConnectorInfoBox2": "了解适用于未注册设备的 Mobile Threat Defense 的详细信息。", + "mtdConnectorInfoBox3": "如果租户已设置与 Microsoft Defender for Endpoint 和 MTD 服务(非 Microsoft)的连接,并且未配置主 MTD 服务或在面向用户时发生冲突,则默认为 Microsoft Defender for Endpoint。", "name": "名称", "networkBoundariesInfoBoxText": "向云资源列表添加 /*AppCompat*/,以使用通过 IP 地址直接连接到云资源的个人应用启用 TLS 连接。", "networkBoundariesInfoParagraph1": "选择受保护的应用可在何处访问网络上的企业数据。", @@ -7735,6 +7763,7 @@ "portNumber": "端口号", "portNumberDesc": "代理地址中指定的代理端口", "prefix": "前缀", + "primaryMtdService": "主 MTD 服务", "productName": "产品名称", "properties": "属性", "protected": "已保护", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "要创建的资源", "restrictWebContentNo": "任何应用", "restrictWebContentOption2": "{0}: 允许任何应用中的 Web 链接", - "rootCertificate": "Root Certificate", + "rootCertificate": "根证书", "safetyNetDeviceAttestation": "SafetyNet 设备证明", "saveAppsNotificationText": "正在保存所选的应用", "saveChangesCommandText": "保存", @@ -7813,6 +7842,7 @@ "setting": "设置", "settingName": "设置名称", "settings": "设置", + "settingsCatalog": "设置目录", "settingsSelectorLabel": "设置", "silent": "静默", "specificUserIsLicensedIntune": "已授权 {0} 使用 Microsoft Intune。", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "由策略管理", "targetediOSUserPartTitle": "iOS 用户状态", "threatCategory": "威胁类别", + "tileDeprecated": "已弃用此磁贴。请从仪表板中移除此磁贴。", "timeColumnLabel": "时间", "timebombLabel": "擦除应用数据之前的脱机间隔时间(天数)", "timebombToolTip": "设备未同步到 Intune 达到指定的天数后,Windows 将在设备上执行选择性擦除,取消注册应用的 MAM 注册,并删除加密数据和受保护的公司数据。此设置的默认值为 90 天。将此值设置为 0 将禁用该设置。", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Windows 10 及更高版本的应用保护策略", "windows10PlatformLabel": "Windows 10 和更高版本", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 和更高版本", "windowsInformationProtectionPlatformLabel": "Windows 信息保护", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "指定一列文件扩展名,以便在网络位置列表中定义的公司范围内从 SMB 共享进行复制时,对具有这些扩展名的文件进行加密。如果未指定此策略,则应用现有的自动加密行为。配置此策略时,将仅加密列表中具有这些扩展名的文件。", "wipStoreApps": "应用商店应用", "wipWeAppsListInfo": "这些应用可以访问企业数据,并且在与不允许、非企业知晓或仅限个人的应用一起使用时将以不同的方式交互。不含 MDM 的设备上仅允许使用标识性应用。", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "请通过选择“还原默认 URL”并定义用户范围,将 AAD 中的 MAM URL 设置为 Microsoft Intune,然后 Windows 10 及更高版本的策略才会生效。", "wipWebsiteLearningTitle": "Windows 信息保护的网站学习", "wipeData": "擦除数据", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 教育专业版 N", "windows10ProfessionalN": "Windows 10 专业版 N 版", "windows10ProfessionalWorkstation": "Windows 10/11 专业版工作站", - "windows10ProfessionalWorkstationN": "Windows 10/11 专业版工作站 N" + "windows10ProfessionalWorkstationN": "Windows 10/11 专业版工作站 N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "使用自定义脚本", "runAs32Bit": "在 64 位客户端上以 32 位进程形式运行脚本", "runAs32BitTooltip": "选择“是”以在 64 位客户端上的 32 位进程中运行脚本。选择“否”(默认)以在 64 位客户端上的 64 位进程中运行脚本。32 位客户端将始终在 32 位进程中运行脚本。", + "scriptContent": "Script content", "scriptFile": "脚本文件", "scriptFileNotSelectedValidation": "未选择任何脚本文件。", "scriptFileTooltip": "选择将检测应用是否存在于客户端上的 PowerShell 脚本。脚本返回值为 0 的退出代码并将字符串值写入到 STDOUT 时,即表示检测到应用。", @@ -8307,9 +8342,6 @@ "string": "字符串", "version": "版本" }, - "ScriptContent": { - "emptyMessage": "脚本内容不应为空。" - }, "duplicateName": "脚本名称 {0} 已使用。请输入其他名称。", "enforceSignatureCheck": "强制执行脚本签名检查", "enforceSignatureCheckTooltip": "选择“是”以验证脚本是否已由受信任的发行商签名,这将允许运行脚本而不显示警告或提示。脚本运行将不受阻。选择“否”(默认),在需要最终用户确认但不验证签名的情况下运行脚本。", @@ -8318,6 +8350,7 @@ "operatorTooltip": "选择用于要求比较的运算符。", "requirementMethod": "选择输出数据类型", "requirementMethodTooltip": "选择在确定检测匹配要求时使用的数据类型。", + "scriptContent": "Script content", "scriptFile": "脚本文件", "scriptFileTooltip": "选择将检测客户端上是否存在应用的 PowerShell 脚本。如果检测到应用,则要求进程将返回 0 值退出代码,并将字符串值写入 STDOUT。", "scriptName": "脚本名称", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "添加身份验证上下文", + "deleteDisallowed": "无法删除此身份验证上下文,因为条件访问策略正在引用它。", "descPlaceholder": "为身份验证上下文添加说明", "modifyTitle": "修改身份验证上下文", "namePlaceholder": "例如,“可信位置”、“受信任设备”、“强授权”", @@ -8396,15 +8430,15 @@ "description": "说明", "documentation": "文档", "getStarted": "入门", - "label": "身份验证上下文(预览)", - "menuLabel": "身份验证上下文(预览)", + "label": "身份验证上下文", + "menuLabel": "身份验证上下文", "name": "名称", "noAuthContextConfigured": "尚未配置任何身份验证上下文。", "noAuthContextSet": "没有身份验证上下文。", "noData": "没有身份验证上下文可显示", "selectionInfo": "身份验证上下文用于保护 SharePoint 和 Microsoft Cloud App Security 等应用中的应用程序数据和操作。", "step": "步骤", - "tabDescription": "管理身份验证上下文,以保护应用中的数据和操作。[了解更多][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "管理身份验证上下文以保护应用中的数据和操作。当条件访问策略引用身份验证上下文时,无法删除这些上下文。[了解详细信息][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "使用身份验证上下文来标记资源" }, "AuthenticationStrength": { @@ -8554,7 +8588,8 @@ "guestOrExternalUsersLabel": "来宾或外部用户", "internalGuestLabel": "本地来宾用户", "otherExternalUserLabel": "其他外部用户", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (预览版)", + "serviceProviderUsersLabel": "服务提供商用户" }, "NamedLocation": { "Form": { @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "配置强制实施策略所需的服务主体风险级别​", "infoBalloonContent": "配置服务主体风险,以将策略应用于所选风险级别", - "title": "服务主体风险(预览)" + "title": "服务主体风险" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "启用/禁用连续访问评估", "upsellInfo": "无法再更改此页上的设置,并应忽略此处的任何设置。将遵守你以前的设置。你可以在将来的条件访问下配置 CAE 设置。单击此处以了解详细信息。" }, + "SamlReauth": { + "Filter": { + "warning": "你正在使用动态查询将目标定为应用程序。某些应用程序可能不支持使用“每次登录频率”会话控制。{0}详细阅读建议的方案。{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "登录时使用的设备上的属性列表。" } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "未选择租户", + "selectOrganization": "选择组织", + "tenantIdWithPlaceholder": "租户 ID: {0}", + "tenantSelectionRequired": "需要租户" }, "advancedTabText": "高级", "allCloudAppsErrorBox": "选择“需要更改密码”授权时,必须选择“所有云应用”", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "示例: uri:contoso.com:level3", "appEnforceInfoBubble": "应用强制实施的限制可能要求在云应用中进行额外的管理配置。这些限制将仅对新会话生效。", "appNotSetSeletorLabel": "已选择 0 个云应用", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "此应用不支持“每次登录频率”会话控件。", "applyConditionClientAppInfoBalloonContent": "配置客户端应用以将策略应用到特定客户端应用", "applyConditionDevicePlatformInfoBalloonContent": "配置设备平台以将策略应用到特定平台", "applyConditionDeviceStateInfoBalloonContent": "配置设备状态以将策略应用到特定设备状态", @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP 范围", "downloadExampleFileName": "示例", "downloadExampleHeader": "此示例文件含可接受的数据种类的展示。以 # 开头的行将被忽视。", + "duplicate": "复制", + "duplicatePolicyName": "{0} 复制", "endDatePickerLabel": "端", "endTimePickerLabel": "结束时间", - "enterCountryText": "IP 地址和国家/地区是捆绑计算的。选择国家/地区。", - "enterIpText": "IP 地址和国家/地区是捆绑计算的。输入 IP 地址。", + "enterCountryText": "IP 地址和国家/地区是成对计算的。请选择国家/地区。", + "enterIpText": "IP 地址和国家/地区是成对计算的。请输入 IP 地址。", "enterUserText": "未选择用户。选择一个用户。", "evaluationResult": "计算结果", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync ", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "信息", "invalidCertDuration": "无效的证书持续时间", "invalidIpAddress": "值必须是有效的 IP 地址", - "invalidReAuthSignInRiskOptionSelected": "“每次登录频率”会话控制不允许在“登录风险级别”条件控制中选择“无风险”。", + "invalidReAuthSignInRiskOptionSelected": "“每次登录频率”会话控制不允许在“登录风险”条件控件中选择“无风险”。", "invalidUriErrorMsg": "请输入有效的 URI。例如 uri:contoso.com:acr", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "此视图已弃用。转到新的和改进的“已命名位置”视图。", "namedLocationsHelpDescription": "Azure AD 安全报告使用命名位置来减少误报和 Azure AD 条件访问策略。\n[了解更多][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "添加新的 IP 范围(示例: 40.77.182.32/27)", - "namedNetworkCountryNeeded": "需至少选择一个国家/地区", + "namedNetworkCountryNeeded": "必须至少选择一个国家/地区", "namedNetworkDeleteCommand": "删除", "namedNetworkDeleteDescription": "是否确实要删除“{0}”? 此操作无法撤消。", "namedNetworkDeleteTitle": "是否确定?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "位置", "policyConditionLocationDescription": "用户从其登录的位置(使用 IP 地址范围确定)", "policyConditionLocationPreview": "位置(预览)", - "policyConditionSigninRisk": "登录风险级别", + "policyConditionSigninRisk": "登录风险", "policyConditionSigninRiskDescription": "除用户本人之外的其他人登录的可能性。风险级别可为高、中或低。需要 Azure AD Premium 2 许可证。", - "policyConditionUserRisk": "用户风险级别", + "policyConditionUserRisk": "用户风险", "policyConditionUserRiskDescription": "配置强制执行策略所需的用户风险级别", "policyConditioniClientApp": "客户端应用", "policyControlAllowAccessDisplayedName": "授予访问权限", @@ -9893,7 +9936,7 @@ "whatIfEvaResultUsers": "用户和组", "whatIfIpAddress": "IP 地址", "whatIfIpAddressInfo": "用户正在从其登录的 IP 地址。", - "whatIfIpCountryInfoBoxText": "如果使用 IP 地址或国家/地区,则这两个字段将是必需字段,且应正确映射在一起。", + "whatIfIpCountryInfoBoxText": "如果使用了 IP 地址或国家/地区,则这两个字段将是必需字段,且应正确地映射在一起。", "whatIfPolicyAppliesTab": "将应用的策略", "whatIfPolicyAppliesTabWithCount": "适用策略({0})", "whatIfPolicyDoesNotApplyTab": "不应用的策略", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "工作负载标识(预览)", + "workloadIdentitiesLicenseText": "编辑此策略需要工作负载标识高级 P1 或 P2 许可证。", "workloadIdentity": "工作负载标识" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "配置设备以进行初始预配并分配给用户。", + "title": "设备准备" + }, + "EnrollmentSettings": { + "description": "配置注册设置,例如阻止注册并分配给用户。", + "title": "注册设置" + }, "coManagementAuthorityDesc": "为 Configuration Manager 集成配置共同管理设置", "coManagementAuthorityTitle": "共同管理设置", "deploymentProfiles": "Windows AutoPilot Deployment 配置文件", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "信息 URL 的最大长度为 1024 个字符", "installAsManaged": "安装为托管项", "installationSourceLabel": "应用类型", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "在公司门户中将其显示为特色应用", "isMAMEnabledToggleLabel": "是", "lastModifiedDateTime": "上次更新时间", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "设置" }, "infoBoxText": "除了适用于 Windows 10 及更高版本的现有更新通道策略之外,当前可用的唯一专用质量更新控制措施是,为落后于指定补丁级别的设备加快质量更新。将来还会提供其他控制措施。", + "licenseLearnMoreText": "详细了解先决条件和质量更新策略。", + "licenseWarningBoxText": "创建质量更新策略需要特定许可。", "warningBoxText": "加速软件更新有助于在必要时在更短时间内实现合规性,它对最终用户的工作效率有较大的影响。在工作时间重启的可能性会显著增加。" }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge 配置设置", @@ -10660,6 +10740,23 @@ "withEnrollment": "已注册", "withoutEnrollment": "未注册" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "作者", + "template": "模板名称" + } + }, + "SettingsCatalog": { + "subtitle": "从头开始,从可用设置库中选择所需设置", + "title": "设置目录" + }, + "Templates": { + "subtitle": "模板包括几组按功能进行整理的设置。如果你不想手动生成策略,或者想要将设备配置为访问公司网络(例如配置 WiFi 或 VPN),请使用模板。", + "title": "模板" + }, + "noData": "找不到策略模板" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online 桌面客户端", "visioProRetail": "Visio Online 计划 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "已注册", "withoutEnrollment": "未注册" }, + "DisplayRoleTypes": { + "builtInRole": "内置角色", + "customCloudPCRole": "自定义 Windows 365 角色", + "customIntuneRole": "自定义 Intune 角色", + "customRole": "自定义角色" + }, "InstallContextType": { "device": "设备", "deviceContext": "设备上下文", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "下次签入时更新", "duringTimeWindows": "在计划时间内更新", - "header": "默认情况下,如果将 iOS/iPadOS 软件更新策略分配给一台设备,则 Intune 会在设备签入时(大约每 8 小时)部署最新的更新。可以改为创建包含自定义开始时间和结束时间的每周计划。如果选择在计划外时间更新,Intune 不会在计划时间结束前部署更新。", + "header": "默认情况下,如果将更新策略分配给一台设备,则 Intune 会在设备签入时部署最新的更新。可以改为创建包含自定义开始时间和结束时间的每周计划。如果选择在计划外时间更新,Intune 不会在计划时间结束前部署更新。", "infoBalloon": "更新将在何时进行。需要进行其他输入才可在计划的时间之内或之外计划更新。", "label": "计划类型", "outsideActiveHours": "非活动时间的更新 (旧版)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "管理员联系人", "appPackaging": "应用包", + "businessGroups": "业务组", "devices": "设备", "feedback": "反馈", "gettingStarted": "入门", @@ -11479,6 +11583,7 @@ "cartProfiles": "匣配置文件", "certificateConnectors": "证书连接器", "chromeEnterprise": "Chrome Enterprise (预览版)", + "cloudAttachedDevices": "云附加设备(预览版)", "compliancePolicies": "符合性策略", "complianceScriptManagement": "脚本", "complianceScriptManagementPreview": "脚本(预览)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "功能更新失败(预览)", "failuresForQualityUpdates": "Windows 加急更新失败(预览版)", "featureFlighting": "功能外部测试", - "featureUpdateDeployments": "Windows 10 及更高版本的功能更新(预览版)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "外部测试", "fotaUpdate": "无线固件更新", "groupPolicy": "管理模板", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "部分用户注册", "iosUpdates": "更新 iOS/iPadOS 的策略", "legacyPcManagement": "旧式电脑管理", - "macOSSoftwareUpdate": "更新 macOS 的策略", - "macOSSoftwareUpdateAccountSummaries": "macOS 设备的安装状态", + "macOSSoftwareUpdate": "更新 macOS 的策略(预览版)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "软件更新摘要", "macOSSoftwareUpdateStateSummaries": "更新", "managedGooglePlay": "托管的 Google Play", @@ -11570,11 +11675,12 @@ "warranty": "保修供应商", "wdacSupplementalPolicies": "S 模式补充策略", "windows10DriverUpdate": "Windows 10 及更高版本的驱动程序更新(预览)", - "windows10QualityUpdate": "Windows 10 及更高版本的质量更新(预览版)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Windows 10 及更高版本的更新通道", "windows10XPolicyFailures": "Windows 10X 策略失败", "windows365Connector": "Windows 365 Citrix 连接器", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Windows 365 Citrix 连接器(预览)", + "windowsDiagnosticData": "Windows 数据", "windowsEnterpriseCertificate": "Windows Enterprise 证书", "windowsManagement": "PowerShell 脚本", "windowsSideLoadingKeys": "Windows 边载密钥", diff --git a/Documentation/Strings-zh-hant.json b/Documentation/Strings-zh-hant.json index b2eaa2d..744a1b4 100644 --- a/Documentation/Strings-zh-hant.json +++ b/Documentation/Strings-zh-hant.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "老師憑證", "emailProfile": "電子郵件", "enterpriseDataProtection": "Windows 資訊保護", - "expeditedCheckin": "行動裝置管理設定", "extensibleSingleSignOn": "單一登入應用程式延伸模組", "filevault": "FileVault", "firewall": "防火牆", @@ -508,7 +507,10 @@ "deploymentSettings": "部署設定", "groupAssignmentSettings": "指派", "scopeSettings": "範圍標籤" - } + }, + "gradualRolloutLicenseWarning": "此功能需要特定授權。", + "gradualRolloutLicenseWarningEdit": "在未選取此功能的情況下儲存原則之前,可以繼續使用並設定此功能。", + "licenseLearnMoreText": "深入了解先決條件和功能更新原則。" }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -676,7 +678,8 @@ "selectApp": "在 App Store 中搜尋要使用 Intune 部署的 iOS 市集應用程式。", "useManagedBrowser": "如有必要,當使用者開啟 Web 應用程式時,其會在受 Intune 保護的瀏覽器中開啟,例如 Microsoft Edge 或 Intune Managed Browser。此設定同時適用於 iOS 和 Android 裝置。", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "包含您應用程式的檔案,其格式可在裝置上側載。有效的套件類型: .intunewin。" + "win32AppPackageFile": "包含您應用程式的檔案,其格式可在裝置上側載。有效的套件類型: .intunewin。", + "winGetStoreSelectApp": "搜尋 Microsoft Store 存放庫,以尋找您想要使用 Intune 部署的市集應用程式。" }, "descriptionPreview": "預覽", "descriptionRequired": "需要描述。", @@ -800,10 +803,10 @@ "azureADDevice": "已建立關聯的 Azure AD 裝置", "batch": "群組標籤", "dateAssigned": "指派的日期", - "deviceAccountFriendlyName": "裝置帳戶易記名稱", "deviceAccountPwd": "裝置帳戶密碼", "deviceAccountUpn": "Device account", "deviceDisplayName": "裝置名稱", + "deviceFriendlyName": "裝置易記名稱", "deviceName": "裝置名稱", "deviceUseType": "使用裝置類型", "enrollmentState": "註冊狀態", @@ -924,10 +927,10 @@ "azureADDevice": "前往裝置詳細資料了解已建立關聯的裝置。N/A 表示未與任何裝置建立關聯。", "batch": "可用於識別裝置群組的字串屬性。Intune 的 [群組標籤] 欄位會對應到 Azure AD 裝置上的 OrderID 屬性。", "dateAssigned": "設定檔指派給裝置時的時間戳記。", - "deviceAccountFriendlyName": "Surface Hub 裝置的裝置帳戶易記名稱", - "deviceAccountPwd": "Surface Hub 裝置的裝置帳戶密碼", - "deviceAccountUpn": "Surface Hub 裝置的裝置帳戶電子郵件", + "deviceAccountPwd": "Surface Hub 裝置的裝置帳戶密碼。如果輸入,也會填寫裝置帳戶和易記名稱。", + "deviceAccountUpn": "Surface Hub 裝置的裝置帳戶電子郵件。如果輸入,也會填寫裝置帳戶密碼和易記名稱。", "deviceDisplayName": "為裝置設定唯一名稱。在加入混合式 Azure AD 的部署中會忽略此名稱。裝置名稱仍是來自混合式 Azure AD 裝置的網域加入設定檔。", + "deviceFriendlyName": "Surface Hub 裝置的裝置易記名稱。如果輸入,也會填寫裝置帳戶和裝置帳戶密碼。", "deviceName": "當有人嘗試探索及連線到裝置時的顯示名稱。", "deviceUseType": " 裝置會根據您的選項來設定。您稍後可以隨時在設定中變更。​\r\n ", "enrollmentState": "指定是否註冊裝置。", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "錯誤訊息", "customMessageToggle": "發生時間限制錯誤時,顯示自訂的訊息", "enableForAutopilotOnlyToggle": "僅顯示由全新體驗 (OOBE) 佈建的裝置頁面", + "installQualityUpdatesToggle": "安裝 Windows 品質更新 (可能會將裝置重新啟動)", "progressToggle": "顯示應用程式與設定檔的設定進度", "resetToggle": "允許使用者在發生安裝錯誤時重設裝置", "timeout": "當安裝時間超過指定的分鐘數時顯示錯誤" @@ -1367,7 +1374,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 來存取", @@ -1378,7 +1385,7 @@ "tooltip": "Android OS 使用指紋掃描來驗證 Android 裝置的使用者。此功能可在 Android 裝置上,支援原生生物特徵辨識控管。但不支援 OEM 專用的生物特徵辨識設定,例如 Samsung Pass。在允許的情況下,必須使用原生生物特徵辨識控管,來存取具備該功能裝置上的應用程式。" }, "AndroidOverrideFingerprint": { - "label": "逾時後以 PIN 取代指紋" + "label": "逾時後,以 PIN 碼 取代生物識別特徵" }, "AppPIN": { "label": "設定有裝置 PIN 時,為應用程式 PIN", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "非受控瀏覽器通訊協定", - "tooltip": "

請輸入單一瀏覽器的應用程式識別碼。來自原則受控應用程式的 Web 內容 (http/s) 可於任何支援此通訊協定的應用程式內開啟。

\r\n \r\n

注意: 請只包含通訊協定前置詞。如果瀏覽器需要如 \"mybrowser://www.microsoft.com\" 格式的連結,請輸入 \"mybrowser\"。

" + "tooltip": "

輸入單一非受控瀏覽器的通訊協定。來自原則受控應用程式的 Web 內容 (http/s) 可於支援此通訊協定的任何應用程式中開啟。

\r\n\r\n

注意: 僅包含通訊協定前置詞。如果瀏覽器需要格式 \"mybrowser://www.microsoft.com\" 的連結,請輸入 \"mybrowser\"。

" }, "CustomDialerAppDisplayName": { "label": "撥號程式應用程式名稱" @@ -1435,7 +1442,7 @@ "tooltip": "選取 {0} 會利用 Intune 應用程式層加密,進行組織資料的加密。\r\n
\r\n選取 {1} 則不會利用 Intune 應用程式層加密,進行組織資料的加密。\r\n\r\n
\r\n注意: 如需 Intune 應用程式層加密的詳細資訊,請參閱 {2}。" }, "EncryptDataAndroid": { - "tooltip": "

選擇 [需要],即可為此應用程式中的公司或學校資料啟用加密。Intune 會搭配 Android Keystore 系統使用 OpenSSL (256 位元 AES 加密配置),來安全地加密應用程式資料。檔案會在檔案 I/O 工作期間同步地加密。裝置存放空間上的內容會保持加密狀態。為與使用舊版 SDK 的內容及應用程式相容,SDK 會繼續提供 128 位元金鑰的支援。

\r\n\r\n

加密方法並非通過認證的 FIPS 140-2。

" + "tooltip": "

選擇 [需要] 以啟用此應用程式中的工作或學校資料加密。Intune 使用 wolfSSL、256 位 AES 加密配置以及 Android 金鑰存放區系統,以安全地加密應用程式資料。資料在檔案 I/O 工作期間會同步加密。裝置儲存區上的內容一律會加密。將使用 256 位元金鑰加密新檔案。現有的 128 位元加密檔案會嘗試移轉至 256 位元金鑰,但不保證該流程。使用 128 位元金鑰加密的檔案仍可讀取。

\r\n\r\n

加密方法為 FIPS 140-2 相容。

" }, "EncryptDataIos": { "tooltip1": "選擇 [需要],即可為此應用程式中的公司或學校資料啟用加密。裝置鎖定時,Intune 會實施 iOS/iPadOS 裝置加密以保護應用程式資料。應用程式可選擇使用 Intune APP SDK 加密來加密應用程式資料。Intune APP SDK 會使用 iOS/iPadOS 加密方法將 128 位元 AES 加密套用到應用程式資料。", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "組織資料通知", - "tooltip": "

請選取以下其中一個選項,來指定如何在此應用程式和任何連線式裝置 (例如穿戴式裝置) 顯示組織帳戶的通知:

\r\n

{0}: 不要共用通知。

\r\n

{1}: 不要在通知中共用組織資料。如果不受應用程式支援,則封鎖通知。

\r\n

{2}: 共用所有通知。

\r\n

僅限 Android:\r\n 注意: 這個設定並非所有應用程式均適用。如需詳細資訊,請參閱 {3} 

\r\n \r\n

僅限 iOS:\r\n注意: 這個設定並非所有應用程式均適用。如需詳細資訊,請參閱 {4}

" + "tooltip": "

選取以下其中一個選項,來指定如何針對此應用程式和任何連線的裝置 (例如穿戴式裝置) 顯示組織帳戶的通知:

\r\n

{0}: 不要共用通知。

\r\n

{1}: 不在通知中共用組織資料。如果應用程式不支援,則封鎖通知。

\r\n

{2}: 共用所有通知。

\r\n

僅限 Android:\r\n 注意: 此設定並非所有應用程式均適用。如需詳細資訊,請參閱 {3} 

\r\n\r\n

僅限 iOS:\r\n注意: 此設定並非所有應用程式均適用。如需詳細資訊,請參閱 {4}

" }, "OpenLinksManagedBrowser": { "label": "限制使用其他應用程式的 Web 內容傳輸", - "tooltip": "

請選取下列其中一個選項,來指定此應用程式可在其中開啟 Web 內容的應用程式:

\r\n

Edge: 僅允許在 Edge 中開啟 Web 內容

\r\n

非受控瀏覽器: 僅允許在由 [非受控瀏覽器通訊協定] 設定所定義的非受控瀏覽器內開啟 Web 內容

\r\n

任何應用程式: 在所有應用程式中允許 Web 連結

" + "tooltip": "

選取下列其中一個選項,以指定此應用程式可在其中開啟 Web 內容的應用程式:

\r\n

Microsoft Edge: 僅允許在 Microsoft Edge 中開啟 Web 內容。了解 Microsoft Edge 如何保護您的資料。

\r\n

非受控瀏覽器: 僅允許在由 [非受控瀏覽器通訊協定] 設定定義的非受控瀏覽器中開啟 Web 內容

\r\n

任何應用程式: 在任何應用程式中允許 Web 連結

" }, "OverrideBiometric": { "tooltip": "PIN 提示會視逾時情況 (非使用狀態分鐘數),在必要時覆寫生物特徵辨識提示。若不符合此逾時值,則會持續顯示生物特徵辨識提示。此逾時值應大於在 [重新檢查存取需求前的剩餘時間 (非使用狀態分鐘數)] 下所指定的值。" @@ -1502,7 +1509,7 @@ }, "RequirePinAfterBiometricChange": { "label": "在生物特徵辨識更新之後使用 PIN 來覆蓋生物特徵辨識", - "tooltip": "如果裝置支援類別 3 生物特徵辨識 (詳細資訊請看 這裡),偵測到生物特徵辨識變更時,PIN 提示會覆蓋生物特徵辨識提示。" + "tooltip": "如果裝置支援類別 3 生物特徵辨識,(在此)更多資訊,當偵測到生物特徵辨識變更時,PIN 提示將會覆寫生物特徵辨識提示。只有在使用生物特徵辨識存取應用程式後,此設定才會生效。" }, "RestrictKeyboards": { "duplicatePackageError": "套件識別碼必須是唯一的。", @@ -1515,7 +1522,7 @@ }, "SaveData": { "label": "儲存組織資料複本", - "tooltip": "選取 {0} 會無法使用 [另存新檔],將組織資料的複本儲存到非所選儲存體服務的新位置。\r\n 選取 {1} 則允許使用 [另存新檔],將組織資料的複本儲存到新的位置。
\r\n\r\n\r\n注意: 此設定並非所有應用程式均適用。如需詳細資訊,請參閱 {2}。\r\n" + "tooltip": "選取 {0} 以防止使用 [另存新檔] 將組織資料的複本儲存到所選取儲存體服務以外的新位置。\r\n 選取 {1} 以允許使用 [另存新檔] 將組織資料的複本儲存到新位置。
\r\n\r\n\r\n注意: 此設定並非所有應用程式均適用。如需詳細資訊,請參閱 {2}。\r\n" }, "SaveDataToSelected": { "label": "允許使用者將複本儲存到選取的服務", @@ -1606,7 +1613,7 @@ "pushNotification": "傳送推播通知給終端使用者", "remoteLock": "從遠端鎖定不符合規範的裝置", "removeSourceAccessProfile": "移除來源存取設定檔", - "retire": "淘汰不符合規範的裝置", + "retire": "新增裝置以淘汰清單", "wipe": "抹除", "emailNotification": "傳送電子郵件給使用者" }, @@ -1746,6 +1753,7 @@ "weeks1": "每 1 週" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 及更新版本" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "請指定 PowerShell 指令碼檔案。檔案必須小於 200KB。", "uploadLabel": "指令碼位置" }, + "bashScriptObjectName": "Bash 指令碼", "createButtonText": "新增", "createPowershellScriptFlowSectionName": "新增 PowerShell 指令碼", "customAttributeObjectName": "自訂屬性", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "裝置上必須安裝指定的 VPN 用戶端,且其必須支援每個應用程式的 VPN,否則將會發生錯誤。請注意,您必須在受控 Google Play Store 中核准此應用程式,並將此應用程式同步到 Intune,然後加以部署以進行安裝。", "androidDeviceOwnerCustomPasswordDescription": "建立僅用於專屬裝置的裝置密碼。可以有 4-16 個字元,並包含數字、字母及特殊字元。", "androidDeviceOwnerCustomPasswordName": "自訂密碼", + "androidElevenAndBelowPasswordHeader": "Android 11 及更早版本", + "androidElevenAndBelowPasswordHeaderDescription": "這些設定適用於執行 Android 11 或更早版本的裝置。", "androidEnterpriseAlwaysOnVpnClientName": "VPN 用戶端", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "請輸入應用程式在 Google Play Store 中的套件識別碼。例如,若應用程式在 Play Store 中的 URL 是 https://play.google.com/store/details?id=com.contosovpn.android.prod,其套件識別碼應為 com.contosovpn.android.prod。", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "套件識別碼", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "從 2020 年 10 月開始,在執行 Android 10 及更新版本且不是 Samsung Knox 的 Android 裝置上,將不會支援某些設定。這些設定已加上 Android 9 及更舊版本或 Samsung Knox 的標籤。按一下以深入了解。", "androidTrustedServerCertificateNamesDescription": "這是在用戶端驗證 Wifi 存取點期間,Radius 伺服器所出示之憑證中使用的 DNS 名稱。如果您有多個 Radius 伺服器的完整網域名稱具有相同的 DNS 尾碼,則也可能會使用尾碼。這可讓裝置信任提供給它們的伺服器憑證。深入了解.
", "androidTrustedServerCertificateNamesName": "Radius 伺服器名稱", + "androidTwelveAndAbovePasswordHeader": "Windows 12 及更新版本", + "androidTwelveAndAbovePasswordHeaderDescription": "這些設定適用於執行 Android 12 或更新版本的裝置。", + "androidTwelveDeprecationInfoBox": "從 2022 年 11 月開始,執行 Android 12 及更新版本的 Android 裝置不支援某些設定。這些設定已標示為 Android 11 及更早版本。按一下以深入了解。", "androidZebraMxConfigurationFileXmlName": "選擇有效的 Zebra MX XML 檔案", "androidZebraMxConfigurationLearnMore": "深入了解管理 Zebra 裝置", "androidZebraMxConfigurationXmlName": ".xml 格式的 MX 設定檔", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "例如 outlook.office365.com", "exchangeActiveSyncHostName": "電子郵件伺服器", "exclusionAppListColumn": "要排除的應用程式", - "expeditedCheckinEnableDescription": "讓裝置每小時簽入一次", - "expeditedCheckinEnableName": "讓裝置每小時簽入一次", "experienceAllowBrowserSyncSettingsDescription": "指定使用者是否可開啟瀏覽器設定,以使用 [同步您的設定] 選項在使用者的裝置之間同步歷程記錄及我的最愛等資訊。若要進行這項設定,您必須啟用 [在使用者的裝置之間同步瀏覽器設定] 這項設定。", "experienceAllowBrowserSyncSettingsName": "使用者可以開啟同步瀏覽器設定", "experienceDoNotSyncBrowserSettingsDescription": "若禁止,就會關閉預設設定 (允許在裝置之間同步瀏覽器設定),如此一來,使用者即無法同步裝置。若選取 [禁止並允許使用者覆寫],使用者則可以覆寫系統管理員的指定。", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "建立設定檔,以強制指派的裝置自動安裝最新 macOS 更新。這些設定決定軟體更新的部署方式及時機。此設定檔不會造成使用者無法手動更新 OS。更新只會套用到透過 ABM 或 ASM 之 Apple 自動裝置註冊進行註冊的裝置。", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "進一步了解", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "深入了解", - "macOSSoftwareUpdatePolicySupervisedName": "建立設定檔,以強制指派的裝置自動安裝最新 macOS 更新。這些設定決定軟體更新的部署方式及時機。此設定檔不會造成使用者無法手動更新 OS。更新只會套用到透過 ABM 或 ASM 之 Apple 自動裝置註冊進行註冊的裝置。", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "每週排程", - "macOSSoftwareUpdateSelectScheduleTypeName": "根據預設,當 macOS 軟體更新原則指派給裝置時,Intune 會在裝置簽入時部署最新的更新。您也可以建立每週排程,並指定當裝置可簽入及接收更新時的時間週期。如果您選擇在排程的時間外更新,在排程的時間結束前,Intune 都不會部署更新。", + "macOSSoftwareUpdateSelectScheduleTypeName": "根據預設,將更新原則指派給裝置後,Intune 便會在裝置簽入時,部署最新的更新。您也可以建立每週排程,自訂開始與結束的時間。若選擇在排程時間之外進行更新,Intune 會等到排程的時間結束之後,才部署更新。", "macOSSoftwareUpdateSelectUpdateBehaviorName": "選取各類型更新的下載、安裝及 (或) 通知的發生方式。", "macOSSystemExtensionsExtensionTypeName": "允許的系統延伸模組類型", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "註冊非受控「課堂」課程的學生必須經老師同意才能離開課程。", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "當裝置進入睡眠狀態時,將 NAT 存留卸載到硬體", "nATKeepAliveOffloadEnableToolTip": "根據預設,當裝置進入睡眠時,NAT 系統會持續檢查以確保其已連線到 VPN。此設定可讓您停用該行為。", "nacIdCheckBoxLabel": "我同意。", - "nacIdDescCisco": "Cisco AnyConnect 需要 Intune 裝置識別碼包含在 VPN 設定檔中,才能啟用 NAC。

我允許 Microsoft 將裝置資訊納入 VPN 設定檔,這可供 Cisco 和其合作夥伴使用。", - "nacIdDescCitrix": "Citrix SSO 需要 Intune 裝置識別碼包含在 VPN 設定檔中,才能啟用 NAC。

我允許 Microsoft 將裝置資訊納入 VPN 設定檔,這可供 Citrix SSO 和其合作夥伴使用。", - "nacIdDescF5": "F5 Access 需要 Intune 裝置識別碼包含在 VPN 設定檔中,才能啟用 NAC。

我允許 Microsoft 將裝置資訊納入 VPN 設定檔,這可供 F5 Access 和其合作夥伴使用。", + "nacIdDescCisco": "Cisco AnyConnect 需要 Intune 裝置識別碼包含在 VPN 設定檔中,才能啟用 NAC。

我允許 Microsoft 將裝置資訊包含在 VPN 設定檔中,其可供 Cisco 和其合作夥伴使用。按一下以深入了解,包括與服務提供者共用的資料。", + "nacIdDescCitrix": "Citrix SSO 需要 Intune 裝置識別碼包含在 VPN 設定檔中,才能啟用 NAC。

我允許 Microsoft 將裝置資訊包含在 VPN 設定檔中,其可供 Citrix 和其合作夥伴使用。按一下以深入了解,包括與服務提供者共用的資料。", + "nacIdDescF5": "F5 Access 需要 Intune 裝置識別碼包含在 VPN 設定檔中,才能啟用 NAC。

我允許 Microsoft 將裝置資訊包含在 VPN 設定檔中,其可供 F5 Access 和其合作夥伴使用。按一下以深入了解,包括與服務提供者共用的資料。", "nacIdHeader": "啟用網路存取控制 (NAC)", "nacIdHeaderCiscoToolTip": "裝置識別碼會經過加密,並包含在 VPN 設定檔中。當使用者嘗試連線到 VPN 時,Cisco AnyConnect 會將此值傳遞給您的 NAC 基礎結構,該結構再使用此值查詢 Intune,判斷裝置是否已註冊且符合規範。

Cisco AnyConnect 無法直接存取裝置識別碼,因此若要啟用 NAC,此值必須包含在 VPN 設定檔中。", "nacIdHeaderCitrixToolTip": "裝置識別碼會經過加密,並包含在 VPN 設定檔中。當使用者嘗試連線到 VPN 時,Citrix SSO 會將此值傳遞給您的 NAC 基礎結構,該結構再使用此值查詢 Intune,判斷裝置是否已註冊且符合規範。

Citrix SSO 無法直接存取裝置識別碼,因此若要啟用 NAC,此值必須包含在 VPN 設定檔中。", @@ -6016,6 +6028,15 @@ "shutdown": "關閉", "signatureUpdateIntervalInHoursName": "安全情報更新間隔 (以小時為單位)", "signingCertificateType": "簽署憑證類型", + "silentCertAccessAddApps": "新增應用程式", + "silentCertAccessApplicationsName": "應用程式", + "silentCertAccessMaxAppsWarn": "選取最多 50 個應用程式以授與無訊息憑證存取", + "silentCertAccessMinAppsWarn": "選取至少一個應用程式以授與無訊息憑證存取", + "silentCertAccessSpecificApps": "以無訊息方式授與特定應用程式 (其他應用程式需要使用者核准)", + "silentCertAccessTabName": "應用程式", + "silentCertAccessTypeDescription": "選擇授與應用程式憑證存取的方式", + "silentCertAccessTypeName": "憑證存取", + "silentCertAccessUserApproval": "所有應用程式都需要使用者核准", "simpleDownloadOption": "簡單下載模式,無對等互連 (99)", "simultaneousMultiThreadingName": "同時多執行緒", "singleAppModeAppNameDescription": "應用程式的名稱。", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 專業版", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N 版", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "選取此選項即表示您同意將此作業系統套用至裝置時,(1) 適用的 Windows 授權係透過大量授權購買,或 (2) 您已獲得授權可繫結您的組織,並代表您的組織接受列於此處 {0} 的相關 Microsoft 軟體授權條款。", "windowsAppNonComplianceTypeDescription": "建議要求您的使用者接受使用規定、確認將封鎖特定應用程式進行安裝。使用封鎖的應用程式清單來指定使用者無法安裝且 Intune 未管理的 Windows Phone 應用程式。針對允許的應用程式清單,必須使用應用程式商店 URL 格式將所有應用程式 (包含公司入口網站和任何已部署的應用程式) 新增至清單中", "windowsAppUrlExample": "例如 https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "這些設定適用於公司擁有的工作設定檔裝置,且只在個人使用期間套用。", "workProfileRequirePasswordDescription": "需要密碼才可使用工作應用程式。可以與裝置密碼不同。需要 Android 7.0+ ", "workProfileRequirePasswordName": "需要工作設定檔密碼", + "workProfileRequiredPasswordComplexityDescription": "指定所需的密碼複雜性。", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "指定所需密碼的類型。", "workProfileRequiredPasswordTypeName": "需要的密碼類型", "workspaceIDName": "工作區識別碼", @@ -7601,7 +7626,7 @@ "isMamEnabled": "是否已啟用 MAM?", "itemsCount": "{0} 個項目", "jailbrokenRootedDevices": "已越獄/Root 破解的裝置", - "lastModifiedDate": "Last Modified Date", + "lastModifiedDate": "上次修改日期", "lastReportedDate": "上次報告的日期", "lastSync": "上一次同步", "lastSyncGmt": "上次同步時間 (GMT)", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM 裝置識別碼", "mdmWipInvalidVersionSettings": "一或多個應用程式有無效的最低/最高版本定義。

使用註冊原則的 Windows 資訊保護僅支援指定最低或最高版本其中之一,除非這兩個指定的版本相等。在僅指定最低版本時,會為大於或等於最低版本設定規則。同樣地,在僅指定最高版本時,會為小於或等於最高版本設定規則。", "mdmWipReport": "MDM Windows 資訊保護報表", + "microsoftDefenderForEndpoint": "適用於端點的 Microsoft Defender 進階威脅防護", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "應用程式最低版本", "minMaxValidation": "當動作相同時,最低 OS 版本必須低於最高 OS 版本。", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "最低公司入口網站版本", "minimumDeviceSelection": "必須選取至少 1 部裝置", "mobileAppCRUDpermission": "行動應用程式讀取、建立及指派權限", + "mobileThreatDefenseNonMicrosoft": "行動威脅防禦 (非 Microsoft)", "monitor": "監視", "moreApps": "更多應用程式", "moreAppsTextBoxTooltip": "如果您沒有完整 Intune 入口網站的存取權,請在這裡新增企業營運應用程式。", - "mtdConnectorInfoBox1": "重要! 請確認您的 Mobile Threat Defense Connector 已設定完成,以根據來自所連線 Mobile Threat Defense 服務的威脅評估適當保護組織的資料。", + "mtdConnectorInfoBox1": "重要! 請確認您的行動威脅防禦 (MTD) 連接器已設定完成,以根據來自所連線行動威脅防禦服務的威脅評估適當保護組織的資料。", "mtdConnectorInfoBox2": "深入了解未註冊裝置的 Mobile Threat Defense。", + "mtdConnectorInfoBox3": "如果您的租用戶有使用適用於端點的 Microsoft Defender 和 MTD 服務 (非 Microsoft) 設定的連線,且未設定主要 MTD 服務,或鎖定使用者時發生衝突,則預設為適用於端點的 Microsoft Defender。", "name": "名稱", "networkBoundariesInfoBoxText": "請將 /*AppCompat*/ 新增到雲端資源的清單中,允許透過 IP 位址直接連線到雲端資源的個人應用程式可以使用 TLS 連線。", "networkBoundariesInfoParagraph1": "請選擇受保護的應用程式能夠從您網路上的何處存取企業資料。", @@ -7735,6 +7763,7 @@ "portNumber": "連接埠號碼", "portNumberDesc": "Proxy 位址中指定的 Proxy 連接埠", "prefix": "前置詞", + "primaryMtdService": "主要 MTD 服務", "productName": "產品名稱", "properties": "屬性", "protected": "受保護", @@ -7777,7 +7806,7 @@ "resourcesToBeCreated": "要建立的資源", "restrictWebContentNo": "任一 App", "restrictWebContentOption2": "{0}: 允許任何應用程式中的 Web 連結", - "rootCertificate": "Root Certificate", + "rootCertificate": "根憑證", "safetyNetDeviceAttestation": "SafetyNet 裝置證明", "saveAppsNotificationText": "正在儲存選取的應用程式", "saveChangesCommandText": "儲存", @@ -7813,6 +7842,7 @@ "setting": "設定", "settingName": "設定名稱", "settings": "設定", + "settingsCatalog": "設定目錄", "settingsSelectorLabel": "設定", "silent": "靜音", "specificUserIsLicensedIntune": "{0} 已獲得 Microsoft Intune 授權。", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "由原則管理", "targetediOSUserPartTitle": "iOS 使用者狀態", "threatCategory": "威脅類別", + "tileDeprecated": "此磚已淘汰。請從您的儀表板移除此磚。", "timeColumnLabel": "時間", "timebombLabel": "離線間隔幾天後抹除應用程式資料", "timebombToolTip": "若在指定天數後,裝置均未同步至 Intune,Windows 就會在裝置上執行選擇性抹除,也就是解除應用程式的 MAM 註冊,並移除加密及受保護的公司資料。這項設定的預設為 90 天。將此值設為 0 則會停用設定。", @@ -7912,7 +7943,7 @@ "windows10AppProtectionPolicy": "Windows 10 及更新版本應用程式保護原則", "windows10PlatformLabel": "Windows 10 及更新版本", "windows10x": "Windows 10X", - "windows8": "Windows 8.1 and later", + "windows8": "Windows 8.1 及更新版本", "windowsInformationProtectionPlatformLabel": "Windows 資訊保護", "windowsPhone": "Windows Phone 8.1", "windowsPlatformLabel": "Windows", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "指定副檔名清單,這樣一來,從網路位置清單中定義的公司界限內 SMB 共用複製具有這些副檔名的檔案時,就會為檔案加密。未指定此原則時,會套用現有的自動加密行為。如有設定此原則,就只會為副檔名列於清單中的檔案加密。", "wipStoreApps": "市集應用程式", "wipWeAppsListInfo": "這些應用程式可以存取您的企業資料,而且會在搭配不允許、無企業意識或僅限個人的應用程式使用時以不同方式互動。不具 MDM 的裝置上僅允許已啟用的應用程式。", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "若要使 Windows 10 及更新版本原則生效,請先選擇 [還原預設 URL] 並定義使用者範圍,以將 AAD 中的 MAM URL 設定為 Microsoft Intune。", "wipWebsiteLearningTitle": "Windows 資訊保護的網站學習", "wipeData": "抹除資料", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 專業教育版 N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "使用自訂偵測指令碼", "runAs32Bit": "在 64 位元用戶端上以 32 位元處理序的形式執行指令碼", "runAs32BitTooltip": "選取 [是] 會在 64 位元用戶端上以 32 位元處理序的形式執行指令碼。選取 [否] (預設) 會在 64 位元用戶端上以 64 位元處理序的形式執行指令碼。32 位元用戶端會以 32 位元處理序的形式執行指令碼。", + "scriptContent": "Script content", "scriptFile": "指令檔", "scriptFileNotSelectedValidation": "未選取任何指令檔。", "scriptFileTooltip": "請選取會偵測應用程式是否存在用戶端上的 PowerShell 指令碼。當指令碼同時傳回 0 值結束代碼且對 STDOUT 寫入字串值時,會偵測到應用程式。", @@ -8307,9 +8342,6 @@ "string": "字串", "version": "版本" }, - "ScriptContent": { - "emptyMessage": "指令碼內容不應為空白。" - }, "duplicateName": "指令碼名稱 {0} 已使用。請輸入其他名稱。", "enforceSignatureCheck": "強制執行指令碼簽章檢查", "enforceSignatureCheckTooltip": "選取 [是] 可驗證指令碼確實由信任的發行者所簽署,這能使指令碼執行時不顯示任何警告或提示。指令碼會在已解除封鎖的情況下執行。選取 [否] (預設) 會經終端使用者確認後執行指令碼,但不經過簽章驗證。", @@ -8318,6 +8350,7 @@ "operatorTooltip": "選取運算子以比較需求。", "requirementMethod": "選取輸出資料類型", "requirementMethodTooltip": "選取判斷偵測符合需求時所使用的資料類型。", + "scriptContent": "Script content", "scriptFile": "指令碼檔", "scriptFileTooltip": "選取將偵測應用程式是否存在於用戶端上的 PowerShell 指令碼。若偵測到應用程式,需求處理序會提供值為 0 的結束代碼,並會將字串值寫入 StdOut。", "scriptName": "指令碼名稱", @@ -8370,13 +8403,14 @@ }, "InfoBlade": { "createTitle": "新增驗證內容", + "deleteDisallowed": "當您的條件式存取原則參考此驗證內容時,您無法刪除該驗證內容。", "descPlaceholder": "新增驗證內容的描述", "modifyTitle": "修改驗證內容", "namePlaceholder": "例如,信任的位置、信任的裝置、強式授權", "publishDesc": "發佈至應用程式後,應用程式即可使用驗證內容。請在完成設定標籤的條件式存取原則後,進行發佈。[深入了解][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", "publishLabel": "發佈至應用程式", "titleDesc": "設定將會用於保護應用程式資料與動作的驗證內容。請使用應用程式系統管理員可理解的名稱與描述。[深入了解][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + "unpublishWarning": "解除發佈此驗證內容可能會導致無法存取受到驗證內容保護的資源。" }, "Notify": { "failure": "無法更新 {0}", @@ -8396,15 +8430,15 @@ "description": "描述", "documentation": "文件", "getStarted": "開始", - "label": "驗證內容 (預覽)", - "menuLabel": "驗證內容 (預覽)", + "label": "驗證內容", + "menuLabel": "驗證內容", "name": "名稱", "noAuthContextConfigured": "尚未設定任何驗證內容。", "noAuthContextSet": "沒有驗證內容", "noData": "沒有驗證內容可顯示", "selectionInfo": "驗證內容可用於保護 SharePoint 及 Microsoft Cloud App Security 應用程式中的應用程式資料及動作。", "step": "步驟", - "tabDescription": "管理驗證內容,以保護您應用程式中的資料與動作。[深入了解][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "管理驗證內容,以保護您應用程式中的資料與動作。當條件式存取原則參考驗證內容時,無法刪除這些內容。[深入了解][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "標記具有驗證內容的資源" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "來賓或外部使用者", "internalGuestLabel": "本機來賓使用者", "otherExternalUserLabel": "其他外部使用者", - "serviceProviderUsersLabel": "Service provider users" + "previewTag": "{0} (預覽)", + "serviceProviderUsersLabel": "服務提供者使用者" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "國家/地區查閱方法", + "ariaLabel": "國家/地區查詢方法", "gps": "依 GPS 座標判斷位置", "info": "若設定了條件式存取原則的位置條件,Authenticator 應用程式就會提示使用者共用其 GPS 位置。 ", "ip": "依 IP 位址判斷位置 (僅 IPv4)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "設定實施原則所需的服務主體風險層級​", "infoBalloonContent": "設定服務主體風險,以將原則套用至選取的風險層級", - "title": "服務主體風險 (預覽)" + "title": "服務主體風險" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "啟用/停用持續性存取評估", "upsellInfo": "您不再能變更此頁面上的設定,而且應該捨棄這裡的任何設定。將會遵守您先前的設定。您未來可以在 [條件式存取] 下設定 CAE 設定。按一下這裡以深入了解。" }, + "SamlReauth": { + "Filter": { + "warning": "您的目標是使用動態查詢的應用程式。某些應用程式可能不支援搭配使用 [每次的登入頻率] 工作階段控制項。{0}深入了解建議的案例。{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9198,9 +9238,10 @@ "infoBalloon": "登入期間所採用裝置上的屬性清單。" } }, - "noTenantSelected": "No tenant selected", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" + "noTenantSelected": "未選取租用戶", + "selectOrganization": "選取組織", + "tenantIdWithPlaceholder": "租用戶識別碼: {0}", + "tenantSelectionRequired": "需要租用戶" }, "advancedTabText": "進階", "allCloudAppsErrorBox": "選取 [需要密碼變更] 授與時,必須選取 [所有雲端應用程式]", @@ -9224,7 +9265,7 @@ "appContextUriPlaceholder": "範例: uri:contoso.com:level3", "appEnforceInfoBubble": "應用程式強制限制可能需要在雲端應用程式內具有額外的管理員設定。該類限制只為對新的工作階段產生效用。", "appNotSetSeletorLabel": "已選取 0 個雲端應用程式", - "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "appReauthNotSupported": "此應用程式不支援「每次的登入頻率」工作模式控制項。", "applyConditionClientAppInfoBalloonContent": "設定用戶端應用程式,將原則套用至特定用戶端應用程式", "applyConditionDevicePlatformInfoBalloonContent": "設定裝置平台,將原則套用至特定平台", "applyConditionDeviceStateInfoBalloonContent": "設定裝置狀態以將原則套用至特定裝置狀態", @@ -9483,9 +9524,11 @@ "downloadDefaultFileName": "IP 範圍", "downloadExampleFileName": "範例", "downloadExampleHeader": "此範例檔案內含可接受之資料種類的示範。將略過以 # 開始的行。", + "duplicate": "重複項", + "duplicatePolicyName": "{0} 複本", "endDatePickerLabel": "末端", "endTimePickerLabel": "結束時間", - "enterCountryText": "IP 位址與國家/地區要成對評估。請選取國家/地區。", + "enterCountryText": "IP 位址與國家/地區會成對評估。請選取國家/地區。", "enterIpText": "IP 位址與國家/地區要成對評估。請輸入 IP 位址。", "enterUserText": "未選取任何使用者。請選取一名使用者。", "evaluationResult": "評估結果", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "資訊", "invalidCertDuration": "憑證期限無效", "invalidIpAddress": "值必須是有效的 IP 位址", - "invalidReAuthSignInRiskOptionSelected": "[每次登入頻率] 工作階段控制項不允許在 [登入風險層級] 條件控制項中選取 [沒有風險]。", + "invalidReAuthSignInRiskOptionSelected": "[每次登入頻率] 工作階段控制項不允許在 [登入風險] 條件控制項中選取 [無風險]。", "invalidUriErrorMsg": "請輸入有效的 URI。例如 'uri:contoso.com:acr'", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "位置", "policyConditionLocationDescription": "使用者的登入來源位置 (使用 IP 位址範圍判定)", "policyConditionLocationPreview": "位置 (預覽)", - "policyConditionSigninRisk": "登入風險層級", + "policyConditionSigninRisk": "登入風險", "policyConditionSigninRiskDescription": "登入者為其他人而非使用者的可能性。風險等級可能是高、中或低。必須要有 Azure AD Premium 2 授權。", - "policyConditionUserRisk": "使用者風險層級", + "policyConditionUserRisk": "使用者風險", "policyConditionUserRiskDescription": "設定實施原則所需的使用者風險層級", "policyConditioniClientApp": "用戶端應用程式", "policyControlAllowAccessDisplayedName": "授與存取權", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "工作負載身分識別 (預覽)", + "workloadIdentitiesLicenseText": "需要工作負載身分識別進階 P1 或 P2 授權,才能編輯此原則。", "workloadIdentity": "工作負載身分識別" }, "AppResources": { @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "針對初始佈建設定裝置並指派給使用者。", + "title": "裝置準備" + }, + "EnrollmentSettings": { + "description": "設定註冊設定,例如封鎖註冊並指派給使用者。", + "title": "註冊設定" + }, "coManagementAuthorityDesc": "設定 Configuration Manager 整合的共同管理設定", "coManagementAuthorityTitle": "共同管理設定 ", "deploymentProfiles": "Windows AutoPilot 部署設定檔", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "資訊 URL 的長度上限為 1024 個字元", "installAsManaged": "以受控方式安裝", "installationSourceLabel": "應用程式類型", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "將此項顯示為公司入口網站中的精選應用程式", "isMAMEnabledToggleLabel": "是", "lastModifiedDateTime": "上次更新時間", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "設定" }, "infoBoxText": "除了現有的 Windows 10 及更新版本的更新通道原則外,目前所提供專用品質更新控制項能夠為低於指定修補程式等級的裝置加快品質更新。日後將推出其他控制項。", + "licenseLearnMoreText": "深入了解先決條件和品質更新原則。", + "licenseWarningBoxText": "建立品質更新原則需要特定授權。", "warningBoxText": "雖然加速軟體更新有助於在必要時,縮短達成合規性的時間,但對於終端使用者的產能,將會有較大影響。終端使用者在上班時間內執行重新啟動的機會,可能會明顯增加。" }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge 組態設定", @@ -10660,6 +10740,23 @@ "withEnrollment": "有註冊", "withoutEnrollment": "沒有註冊" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "作者", + "template": "範本名稱" + } + }, + "SettingsCatalog": { + "subtitle": "從頭開始,並從可用設定的程式庫中選取您想要的設定", + "title": "設定目錄" + }, + "Templates": { + "subtitle": "範本中包含依功能分類的設定群組。當您不想手動建置原則,或想要設定裝置以存取企業網路 (例如設定 WiFi 或 VPN) 時,就適合使用範本。", + "title": "範本" + }, + "noData": "找不到任何原則範本" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online Desktop 用戶端", "visioProRetail": "Visio Online 方案 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "有註冊", "withoutEnrollment": "沒有註冊" }, + "DisplayRoleTypes": { + "builtInRole": "內建角色", + "customCloudPCRole": "自訂 Windows 365 角色", + "customIntuneRole": "自訂 Intune 角色", + "customRole": "自訂角色" + }, "InstallContextType": { "device": "裝置", "deviceContext": "裝置內容", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "下次簽入時更新", "duringTimeWindows": "在排程時間的期間內更新", - "header": "根據預設,將 iOS/iPadOS 軟體更新原則指派給裝置後,Intune 便會在裝置簽入時,部署最新的更新 (大約每 8 小時一次)。您也可以建立每週排程,自訂開始與結束的時間。若選擇在排程時間之外進行更新,Intune 會等到排程的時間結束之後,才部署更新。", + "header": "根據預設,將更新原則指派給裝置後,Intune 便會在裝置簽入時,部署最新的更新。您也可以建立每週排程,自訂開始與結束的時間。若選擇在排程時間之外進行更新,Intune 會等到排程的時間結束之後,才部署更新。", "infoBalloon": "發生更新的時間。需要額外的輸入,才可在排程時間內或排程時間外,排程更新。", "label": "排程類型", "outsideActiveHours": "在使用中之時段以外的時間更新 (舊版)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "系統管理連絡人", "appPackaging": "應用程式封裝", + "businessGroups": "商務群組", "devices": "裝置", "feedback": "意見反應", "gettingStarted": "開始使用", @@ -11479,6 +11583,7 @@ "cartProfiles": "購物車設定檔", "certificateConnectors": "憑證連接器", "chromeEnterprise": "Chrome Enterprise (預覽)", + "cloudAttachedDevices": "連結到雲端的裝置 (預覽)", "compliancePolicies": "合規性政策", "complianceScriptManagement": "指令碼", "complianceScriptManagementPreview": "指令碼 (預覽)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "功能更新失敗 (預覽)", "failuresForQualityUpdates": "Windows 快速更新失敗 (預覽)", "featureFlighting": "功能正式發行前小眾測試", - "featureUpdateDeployments": "Windows 10 和更新版本的功能更新 (預覽)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "正式發行前小眾測試", "fotaUpdate": "韌體無線更新", "groupPolicy": "系統管理範本", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "未完成的使用者註冊", "iosUpdates": "更新 iOS/iPadOS 的原則", "legacyPcManagement": "舊版電腦管理", - "macOSSoftwareUpdate": "更新 macOS 的原則", - "macOSSoftwareUpdateAccountSummaries": "macOS 裝置的安裝狀態", + "macOSSoftwareUpdate": "更新 macOS 原則 (預覽)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "軟體更新摘要", "macOSSoftwareUpdateStateSummaries": "更新", "managedGooglePlay": "受控的 Google Play", @@ -11570,11 +11675,12 @@ "warranty": "保固廠商", "wdacSupplementalPolicies": "S 模式補充原則", "windows10DriverUpdate": "Windows 10 和更新版本的驅動程式更新 (預覽)", - "windows10QualityUpdate": "Windows 10 和更新版本的品質更新 (預覽)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Windows 10 及更新版本的更新通道", "windows10XPolicyFailures": "Windows 10X 原則失敗", "windows365Connector": "Windows 365 Citrix 連接器", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365ConnectorPublicPreview": "Windows 365 Citrix 連接器 (預覽)", + "windowsDiagnosticData": "Windows 資料", "windowsEnterpriseCertificate": "Windows Enterprise 憑證", "windowsManagement": "PowerShell 指令碼", "windowsSideLoadingKeys": "Windows 側載金鑰", diff --git a/Documentation/Strings-zh.json b/Documentation/Strings-zh.json index ec35af5..48f86c5 100644 --- a/Documentation/Strings-zh.json +++ b/Documentation/Strings-zh.json @@ -367,7 +367,6 @@ "educationTeacherCerts": "Teacher certificates", "emailProfile": "Email", "enterpriseDataProtection": "Windows Information Protection", - "expeditedCheckin": "Mobile device management configuration", "extensibleSingleSignOn": "Single sign-on app extension", "filevault": "FileVault", "firewall": "Firewall", @@ -508,7 +507,10 @@ "deploymentSettings": "Deployment settings", "groupAssignmentSettings": "Assignments", "scopeSettings": "Scope tags" - } + }, + "gradualRolloutLicenseWarning": "This capability requires specific licensing.", + "gradualRolloutLicenseWarningEdit": "This capability may continue to be used and configured until the policy is saved without this capability selected.", + "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -649,7 +651,7 @@ "androidLink": "https://play.google.com/store/apps/details?id=com.microsoft.office.outlook", "microsoftStore": "Enter the 'Link for Intune' URL for the app provided from the store. For more information, see {0}.", "microsoftStoreLink": "https://go.microsoft.com/fwlink/?linkid=2115228", - "microsoftStoreLinkText": "Add Microsoft Store apps to Microsoft Intune", + "microsoftStoreLinkText": "Add Microsoft Store apps (legacy) to Microsoft Intune", "windows": "Enter the link to the app listing in the Microsoft Store. For example:", "windowsLink": "https://www.microsoft.com/en-us/p/microsoft-to-do-lists-tasks-reminders/9nblggh5r558" }, @@ -676,7 +678,8 @@ "selectApp": "Search the App Store for iOS store apps that you want to deploy with Intune.", "useManagedBrowser": "If required, when a user opens the web app, it will open in an Intune-protected browser such as Microsoft Edge or Intune Managed Browser. This setting applies to both iOS and Android devices.", "useManagedBrowserLink": "https://docs.microsoft.com/en-us/intune/apps/app-configuration-managed-browser", - "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​" + "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​", + "winGetStoreSelectApp": "Search the Microsoft Store app (new) for store apps that you want to deploy with Intune." }, "descriptionPreview": "Preview", "descriptionRequired": "Description is required.", @@ -800,10 +803,10 @@ "azureADDevice": "Associated Azure AD device", "batch": "Group tag", "dateAssigned": "Date assigned", - "deviceAccountFriendlyName": "Device account friendly name", "deviceAccountPwd": "Device account password", "deviceAccountUpn": "Device account", "deviceDisplayName": "Device name", + "deviceFriendlyName": "Device friendly name", "deviceName": "Device name", "deviceUseType": "Device-use type", "enrollmentState": "Enrollment state", @@ -924,10 +927,10 @@ "azureADDevice": "Go to device details for associated device. N/A means that there's no associated device.", "batch": "A string attribute that can be used to identify a group of devices. Intune's group tag field maps to the OrderID attribute on Azure AD devices.", "dateAssigned": "Timestamp of when the profile was assigned to the device.", - "deviceAccountFriendlyName": "Device account friendly name for Surface Hub devices", - "deviceAccountPwd": "Device account password for Surface Hub devices", - "deviceAccountUpn": "Device account email for Surface Hub devices", + "deviceAccountPwd": "Device account password for Surface Hub devices. If entered, also fill out device account and friendly name.", + "deviceAccountUpn": "Device account email for Surface Hub devices. If entered, also fill out device account password and friendly name.", "deviceDisplayName": "Configure a unique name for a device. This name will be ignored in Hybrid Azure AD joined deployments. Device name still comes from the domain join profile for Hybrid Azure AD devices.", + "deviceFriendlyName": "Device friendly name for Surface Hub devices. If entered, also fill out device account and device account password.", "deviceName": "The name shown when someone tried to discover and connect to the device.", "deviceUseType": " Device would setup based on your choice. You can always change later in settings.​\n ", "enrollmentState": "Specifies if the device has enrolled.", @@ -1047,6 +1050,9 @@ }, "V12": { "0": "macOS Monterey 12.0" + }, + "V13": { + "0": "macOS Ventura 13.0" } }, "Windows": { @@ -1102,6 +1108,7 @@ "customMessageTextBox": "Error message", "customMessageToggle": "Show custom message when time limit or error occurs", "enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)", + "installQualityUpdatesToggle": "Install Windows quality updates (might restart the device)", "progressToggle": "Show app and profile configuration progress", "resetToggle": "Allow users to reset device if installation error occurs", "timeout": "Show an error when installation takes longer than specified number of minutes" @@ -1355,7 +1362,7 @@ "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", "windowsPhone81StoreApp": "Windows Phone 8.1 store app", "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app", + "windowsStoreApp": "Microsoft Store app (legacy)", "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", "windowsUniversalLobApp": "Windows Universal line-of-business app", "windowsWebApp": "Windows web link" @@ -1367,7 +1374,7 @@ }, "AndroidBackup": { "label": "Backup org data to Android backup services", - "tooltip": "Select {0} to prevent backup of org data to Android backup services. \nSelect {1} to permit backup of org data to Android backup services. \nPersonal or unmanaged data is not affected." + "tooltip": "Select {0} to prevent backup of org data to Android backup services.\nSelect {1} to permit backup of org data to Android backup services.\nPersonal or unmanaged data is not affected." }, "AndroidBiometricAuthentication": { "label": "Biometrics instead of PIN for access", @@ -1409,7 +1416,7 @@ }, "CustomBrowserProtocol": { "label": "Unmanaged browser protocol", - "tooltip": "

Enter the protocol for a single unmanaged browser. Web content (http/s) from policy managed applications will open in any app that supports this protocol.

\n \n

Note: Include only the protocol prefix. If your browser requires links of the form \"mybrowser://www.microsoft.com\", enter \"mybrowser\".

" + "tooltip": "

Enter the protocol for a single unmanaged browser. Web content (http/s) from policy managed applications will open in any app that supports this protocol.

\n\n

Note: Include only the protocol prefix. If your browser requires links of the form \"mybrowser://www.microsoft.com\", enter \"mybrowser\".

" }, "CustomDialerAppDisplayName": { "label": "Dialer App Name" @@ -1435,7 +1442,7 @@ "tooltip": "Select {0} to enforce encrypting org data with Intune app layer encryption.\n
\nSelect {1} to not enforce encrypting org data with Intune app layer encryption.\n\n
\nNote: For more information on Intune app layer encryption, see {2}." }, "EncryptDataAndroid": { - "tooltip": "

Choose Require to enable encryption of work or school data in this app. Intune uses an OpenSSL, 256-bit AES encryption scheme along with the Android Keystore system to securely encrypt app data. Data is encrypted synchronously during file I/O tasks. Content on the device storage is always encrypted. The SDK will continue to provide support of 128-bit keys for compatibility with content and apps that use older SDK versions.

\n\n

The encryption method is FIPS 140-2 compliant.

" + "tooltip": "

Choose Require to enable encryption of work or school data in this app. Intune uses a wolfSSL, 256-bit AES encryption scheme along with the Android Keystore system to securely encrypt app data. Data is encrypted synchronously during file I/O tasks. Content on the device storage is always encrypted. New files will be encrypted with 256-bit keys. Existing 128-bit encrypted files will undergo a migration attempt to 256-bit keys, but the process is not guaranteed. Files encrypted with 128-bit keys will remain readable.

\n\n

The encryption method is FIPS 140-2 compliant.

" }, "EncryptDataIos": { "tooltip1": "Choose Require to enable encryption of work or school data in this app. Intune enforces iOS/iPadOS device encryption to protect app data while the device is locked. Applications may optionally encrypt app data using Intune APP SDK encryption. Intune APP SDK uses iOS/iPadOS cryptography methods to apply 128-bit AES encryption to app data.", @@ -1463,11 +1470,11 @@ }, "NotificationRestriction": { "label": "Org data notifications", - "tooltip": "

Select one of the following options to specify how notifications for org accounts are shown for this app and any connected devices such as wearables:

\n

{0}: Do not share notifications.

\n

{1}: Do not share org data in notifications. If not supported by the application, notifications are blocked.

\n

{2}: Share all notifications.

\n

Android only:\n Note: This setting does not apply to all applications. For more information see {3} 

\n \n

iOS only:\nNote: This setting does not apply to all applications. For more information see {4}

" + "tooltip": "

Select one of the following options to specify how notifications for org accounts are shown for this app and any connected devices such as wearables:

\n

{0}: Do not share notifications.

\n

{1}: Do not share org data in notifications. If not supported by the application, notifications are blocked.

\n

{2}: Share all notifications.

\n

Android only:\n Note: This setting does not apply to all applications. For more information see {3} 

\n\n

iOS only:\nNote: This setting does not apply to all applications. For more information see {4}

" }, "OpenLinksManagedBrowser": { "label": "Restrict web content transfer with other apps", - "tooltip": "

Select one of the following options to specify the apps that this app can open web content in:

\n

Edge: Allow web content to open only in Edge

\n

Unmanaged browser: Allow web content to open only in the unmanaged browser defined by \"Unmanaged browser protocol\" setting

\n

Any app: Allow web links in any app

" + "tooltip": "

Select one of the following options to specify the apps that this app can open web content in:

\n

Microsoft Edge: Allow web content to open only in Microsoft Edge. Learn how Microsoft Edge protects your data.

\n

Unmanaged browser: Allow web content to open only in the unmanaged browser defined by \"Unmanaged browser protocol\" setting

\n

Any app: Allow web links in any app

" }, "OverrideBiometric": { "tooltip": "If required, depending on the timeout (minutes of inactivity), a PIN prompt will override biometric prompts. If this timeout value is not met, the biometric prompt will continue to show. This timeout value should be greater than the value specified under 'Recheck the access requirements after (minutes of inactivity)'. " @@ -1515,7 +1522,7 @@ }, "SaveData": { "label": "Save copies of org data", - "tooltip": "Select {0} to prevent saving a copy of org data to a new location, other than the selected storage services, using \"Save As\".\n Select {1} to permit saving a copy of org data to a new location using \"Save As\".
\n\n\nNote: This setting does not apply to all applications. For more information see {2}.\n" + "tooltip": "Select {0} to prevent saving a copy of org data to a new location, other than the selected storage services, using \"Save As\".\n Select {1} to permit saving a copy of org data to a new location using \"Save As\".
\n\n\nNote: This setting does not apply to all applications. For more information see {2}.\n" }, "SaveDataToSelected": { "label": "Allow user to save copies to selected services", @@ -1606,7 +1613,7 @@ "pushNotification": "Send push notification to end user", "remoteLock": "Remotely lock the noncompliant device", "removeSourceAccessProfile": "Remove source access profile", - "retire": "Retire the noncompliant device", + "retire": "Add device to retire list", "wipe": "Wipe", "emailNotification": "Send email to end user" }, @@ -1746,6 +1753,7 @@ "weeks1": "Every 1 week" }, "PolicyListToolBarOption": { + "linux": "Linux", "macOs": "macOS", "windows": "Windows 10 and later" }, @@ -1765,6 +1773,7 @@ "uploadInfoBalloonContent": "Specify the PowerShell script file. File must be less than 200KB.", "uploadLabel": "Script location" }, + "bashScriptObjectName": "Bash script", "createButtonText": "Add", "createPowershellScriptFlowSectionName": "Add PowerShell script", "customAttributeObjectName": "Custom attribute", @@ -1969,6 +1978,8 @@ "androidDeviceOwnerAlwaysOnVpnClientDescription": "The specified VPN client must be installed on the device, and it must support per-app VPN; otherwise, an error will occur. Note that you will need to approve the app in the Managed Google Play Store, sync the app to Intune, and deploy it in order for it to be installed.", "androidDeviceOwnerCustomPasswordDescription": "Create a device passcode for dedicated devices only. Can be 4-16 characters and contain numbers, letters, and special characters.", "androidDeviceOwnerCustomPasswordName": "Custom passcode", + "androidElevenAndBelowPasswordHeader": "Android 11 and earlier", + "androidElevenAndBelowPasswordHeaderDescription": "These settings work for devices running Android 11 or earlier.", "androidEnterpriseAlwaysOnVpnClientName": "VPN client", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierDescription": "Enter the package ID of the app in the Google Play store. For example, if the URL for the app in the Play store is https://play.google.com/store/details?id=com.contosovpn.android.prod, the package ID would be com.contosovpn.android.prod.", "androidEnterpriseAlwaysOnVpnClientPackageIdentifierName": "Package ID", @@ -2016,6 +2027,9 @@ "androidTenDeprecationInfoBox": "Beginning in October 2020, some settings will not be supported on Android devices that are running Android 10 and later and are not Samsung Knox. These settings are labeled with Android 9 and earlier or Samsung Knox. Click to learn more.", "androidTrustedServerCertificateNamesDescription": "This is the DNS name used in the certificate presented by the Radius Server during client authentication to the Wifi access point. If you have multiple Radius servers which have the same DNS suffix in their fully qualified domain name then the suffix alone may also be used. This allows devices to trust the server certificate presented to them. Learn more.
", "androidTrustedServerCertificateNamesName": "Radius server name", + "androidTwelveAndAbovePasswordHeader": "Android 12 and later", + "androidTwelveAndAbovePasswordHeaderDescription": "These settings work for devices running Android 12 or later.", + "androidTwelveDeprecationInfoBox": "Beginning in November 2022, some settings are not supported on Android devices that are running Android 12 and later. These settings are labeled with Android 11 and earlier. Click to learn more.", "androidZebraMxConfigurationFileXmlName": "Choose a valid Zebra MX XML file", "androidZebraMxConfigurationLearnMore": "​Learn more about managing Zebra devices", "androidZebraMxConfigurationXmlName": "MX profile in .xml format", @@ -3792,8 +3806,6 @@ "exchangeActiveSyncHostExample": "e.g. outlook.office365.com", "exchangeActiveSyncHostName": "Email server", "exclusionAppListColumn": "App to exclude", - "expeditedCheckinEnableDescription": "Make devices check in every hour", - "expeditedCheckinEnableName": "Make devices check in every hour", "experienceAllowBrowserSyncSettingsDescription": "Specifies whether user can turn on browser setting to sync using the sync your settings options to sync information such as history and favorites between user’s devices. To configure this setting you must enable “Sync browser settings between user’s devices” setting.", "experienceAllowBrowserSyncSettingsName": "User can turn on sync browser settings​", "experienceDoNotSyncBrowserSettingsDescription": "When blocked, the default configuration (allow sync browser settings between devices) is turned off so that users cannot sync between devices. When \"block and enable user override\" is selected, user can override admin designation.", @@ -4866,9 +4878,9 @@ "macOSSoftwareUpdatePolicySectionDescription": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to devices enrolled through Apple's Automated Device Enrollment (with ABM or ASM).", "macOSSoftwareUpdatePolicySectionDescriptionLearnMoreText": "Learn More", "macOSSoftwareUpdatePolicySupervisedLearnMoreText": "Learn More", - "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to devices enrolled through Apple's Automated Device Enrollment (with ABM or ASM).", + "macOSSoftwareUpdatePolicySupervisedName": "Create a profile to force assigned devices to automatically install the latest macOS updates. These settings determine how and when software updates deploy. This profile doesn't prevent users from updating the OS manually. Updates will only apply to supervised devices.", "macOSSoftwareUpdatePolicyWeeklyScheduleName": "Weekly schedule", - "macOSSoftwareUpdateSelectScheduleTypeName": "By default, when a macOS Software Updates policy is assigned to a device, Intune deploys the latest updates at device check-in. You can also create a weekly schedule and specify a period of time when devices can check-in and receive updates. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", + "macOSSoftwareUpdateSelectScheduleTypeName": "By default, when an update policy is assigned to a device, Intune deploys the latest updates at device check-in. You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", "macOSSoftwareUpdateSelectUpdateBehaviorName": "Select how downloads, installations, and/or notifications should occur for each type of update.", "macOSSystemExtensionsExtensionTypeName": "Allowed system extension types", "macRequireClassroomRequestPermissionToLeaveClassesDescription": "Students enrolled in an unmanaged Classroom course must get teacher consent to leave the course.", @@ -5143,9 +5155,9 @@ "nATKeepAliveOffloadEnableName": "Offload NAT keepalive to hardware when device is asleep", "nATKeepAliveOffloadEnableToolTip": "By default, when a device is asleep, the NAT system will continuously check to make sure it's connected to the VPN. This setting lets you disable that behavior.", "nacIdCheckBoxLabel": "I agree.", - "nacIdDescCisco": "Cisco AnyConnect requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Cisco and their partners.", - "nacIdDescCitrix": "Citrix SSO requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Citrix and their partners.", - "nacIdDescF5": "F5 Access requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by F5 Access and their partners.", + "nacIdDescCisco": "Cisco AnyConnect requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Cisco and their partners. Click to learn more, including what data is shared with the service provider.", + "nacIdDescCitrix": "Citrix SSO requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by Citrix and their partners. Click to learn more, including what data is shared with the service provider.", + "nacIdDescF5": "F5 Access requires the Intune device ID to be included in the VPN profile in order to enable NAC.

I allow Microsoft to include device information in the VPN profile, which can be used by F5 Access and their partners. Click to learn more, including what data is shared with the service provider.", "nacIdHeader": "Enable network access control (NAC)", "nacIdHeaderCiscoToolTip": "The device ID will be encrypted and included in the VPN profile. When the user attempts to connect to the VPN, Cisco AnyConnect will pass this value to your NAC infrastructure, which will then query Intune with this value to determine if the device is enrolled and compliant.

Cisco AnyConnect is unable to access the device ID directly so in order to enable NAC, this value must be included in the VPN profile.", "nacIdHeaderCitrixToolTip": "The device ID will be encrypted and included in the VPN profile. When the user attempts to connect to the VPN, Citrix SSO will pass this value to your NAC infrastructure, which will then query Intune with this value to determine if the device is enrolled and compliant.

Citrix SSO is unable to access the device ID directly so in order to enable NAC, this value must be included in the VPN profile.", @@ -6016,6 +6028,15 @@ "shutdown": "Shutdown", "signatureUpdateIntervalInHoursName": "Security intelligence update interval (in hours)", "signingCertificateType": "Signing certificate type", + "silentCertAccessAddApps": "Add apps", + "silentCertAccessApplicationsName": "Applications", + "silentCertAccessMaxAppsWarn": "Select a maximum of 50 apps to grant silent certificate access to", + "silentCertAccessMinAppsWarn": "Select at least one app to grant silent certificate access to", + "silentCertAccessSpecificApps": "Grant silently for specific apps (require user approval for other apps)", + "silentCertAccessTabName": "Apps", + "silentCertAccessTypeDescription": "Choose how certificate access is granted to applications", + "silentCertAccessTypeName": "Certificate access", + "silentCertAccessUserApproval": "Require user approval for all apps", "simpleDownloadOption": "Simple download mode with no peering (99)", "simultaneousMultiThreadingName": "Simultaneous multithreading", "singleAppModeAppNameDescription": "The name of the app.", @@ -7151,6 +7172,8 @@ "windows10ProfessionalOption": "Windows 10/11 Pro", "windows10ProfessionalWorkstationNOption": "Windows 10/11 Pro for Workstations N edition", "windows10ProfessionalWorkstationOption": "Windows 10/11 Pro for Workstations", + "windows11CloudEditionNOption": "Windows 11 SE N", + "windows11CloudEditionOption": "Windows 11 SE", "windows11EULA": "By selecting this option you are agreeing that when applying this operating system to a device either (1) the applicable Windows license was purchased though volume licensing, or (2) that you are authorized to bind your organization and are accepting on its behalf the relevant Microsoft Software License Terms to be found here {0}.", "windowsAppNonComplianceTypeDescription": "We recommend asking your users to accept a Terms of Use, to acknowledge that certain apps will be blocked from installation. Use the blocked apps list to specify the Windows Phone apps not managed by Intune that users cannot install. For the allowed apps list, all apps, including the company portal and any deployed apps must be added to the list using the app store URL format", "windowsAppUrlExample": "e.g. https://www.microsoft.com/en-us/store/apps/remote-desktop/9wzdncrfj3ps", @@ -7239,6 +7262,8 @@ "workProfilePersonalUsagAndroidEnrollmentTypesHeaderDescription": "These settings work for corporate-owned work profile devices and only apply during personal usage.", "workProfileRequirePasswordDescription": "Require a password to use work apps. This can be separate from the device password. Requires Android 7.0+ ", "workProfileRequirePasswordName": "Require Work Profile Password", + "workProfileRequiredPasswordComplexityDescription": "Specify the required password complexity.", + "workProfileRequiredPasswordComplexityName": "Work Profile Password Complexity", "workProfileRequiredPasswordTypeDescription": "Specify the type of password required.", "workProfileRequiredPasswordTypeName": "Required password type", "workspaceIDName": "Workspace ID", @@ -7633,6 +7658,7 @@ "mdmDeviceId": "MDM Device ID", "mdmWipInvalidVersionSettings": "One or more apps have invalid minimum/maximum version definitions.

Windows Information Protection With Enrollment policies support specifying only one of the minimum or maximum versions, unless both versions are specified as being equivalent. When only the minimum version is specified, the rule is set for greater than or equal to minimum version. Similarly, when only the maximum version is specified, the rule is set for lesser that equal to the maximum version.", "mdmWipReport": "MDM Windows Information Protection Report", + "microsoftDefenderForEndpoint": "Microsoft Defender For Endpoint", "microsoftEdgeOptionText": "Microsoft Edge", "minAppVersion": "Min app version", "minMaxValidation": "Minimum OS version has to be lower than the Maximum OS version, when the action is the same.", @@ -7642,11 +7668,13 @@ "minimumCompanyPortalVersion": "Min Company Portal version", "minimumDeviceSelection": "At least 1 device has to be selected", "mobileAppCRUDpermission": "Mobile apps read, create, and assign permission", + "mobileThreatDefenseNonMicrosoft": "Mobile Threat Defense (Non-Microsoft)", "monitor": "Monitor", "moreApps": "More apps", "moreAppsTextBoxTooltip": "Add line-of-business apps here if you do not have access to the full Intune portal.", - "mtdConnectorInfoBox1": "Important! Make sure your Mobile Threat Defense Connector is set up in order to properly secure your organization’s data based on threat evaluations from the connected Mobile Threat Defense services.", + "mtdConnectorInfoBox1": "Important! Make sure your Mobile Threat Defense (MTD) connector is set up in order to properly secure your organization’s data based on threat evaluations from the connected Mobile Threat Defense services.", "mtdConnectorInfoBox2": "Learn more about Mobile Threat Defense for unenrolled devices.", + "mtdConnectorInfoBox3": "If your tenant has a connection set up with both Microsoft Defender for Endpoint and a MTD service (non-Microsoft) and do not configure a primary MTD service or there is a conflict when targeting a user, the default will be Microsoft Defender for Endpoint.", "name": "Name", "networkBoundariesInfoBoxText": "Add /*AppCompat*/ to your list of cloud resources to enable TLS connections by personal apps that connect directly to a cloud resource through an IP address.", "networkBoundariesInfoParagraph1": "Choose where protected apps can access enterprise data on your network.", @@ -7735,6 +7763,7 @@ "portNumber": "Port Number", "portNumberDesc": "Port for the proxy specified in proxy address", "prefix": "Prefix", + "primaryMtdService": "Primary MTD service", "productName": "Product name", "properties": "Properties", "protected": "Protected", @@ -7813,6 +7842,7 @@ "setting": "Setting", "settingName": "Setting name", "settings": "Settings", + "settingsCatalog": "Settings catalog", "settingsSelectorLabel": "Settings", "silent": "Silent", "specificUserIsLicensedIntune": "{0} is licensed for Microsoft Intune.", @@ -7840,6 +7870,7 @@ "targetedUserPartWithPolicy": "Managed by policy", "targetediOSUserPartTitle": "User status for iOS", "threatCategory": "Threat category", + "tileDeprecated": "This tile has been deprecated. Please remove this tile from your dashboard.", "timeColumnLabel": "Time", "timebombLabel": "Offline interval before app data is wiped (days)", "timebombToolTip": "After the specified number of days without the device syncing to Intune, Windows will perform a selective wipe on the device, which will unenroll the apps for MAM enrollment and remove encrypted and protected corporate data. The default for this setting is 90 days. Setting this value to 0 will disable the setting.", @@ -7944,6 +7975,7 @@ "wipSMBStringTooltip": "Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary as defined in the network location list. When this policy is not specified, the existing auto-encryption behavior is applied. When this policy is configured, only files with the extensions in the list will be encrypted.​", "wipStoreApps": "Store apps", "wipWeAppsListInfo": "These apps are allowed to access your enterprise data and will interact differently when used with unallowed, non-enterprise aware, or personal-only apps. Only enlightened apps are allowed on devices without MDM.", + "wipWeDeprecationWarning": "Creating new WIP without enrollment policies (WIP-WE) is no longer supported. For more information, see Windows Information Protection ", "wipWeWarning": "Before Windows 10 and later policies can take effect, set the MAM URLs in AAD to Microsoft Intune by choosing “Restore default URLs” and defining the user scope.", "wipWebsiteLearningTitle": "Website learning for Windows Information Protection", "wipeData": "Wipe data", @@ -8042,7 +8074,9 @@ "windows10ProfessionalEducationN": "Windows 10/11 Professional Education N", "windows10ProfessionalN": "Windows 10 Professional N", "windows10ProfessionalWorkstation": "Windows 10/11 Professional Workstation", - "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N" + "windows10ProfessionalWorkstationN": "Windows 10/11 Professional Workstation N", + "windows11CloudEdition": "Windows 11 SE", + "windows11CloudEditionN": "Windows 11 SE N" }, "DetectionRules": { "ComparisonOperators": { @@ -8059,6 +8093,7 @@ "header": "Use a custom detection script", "runAs32Bit": "Run script as 32-bit process on 64-bit clients", "runAs32BitTooltip": "Select 'Yes' to run the script in a 32-bit process on 64-bit clients. Select 'No' (default) to run the script in a 64-bit process on 64-bit clients. 32-bit clients run the script in a 32-bit process.", + "scriptContent": "Script content", "scriptFile": "Script file", "scriptFileNotSelectedValidation": "No script file is selected.", "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. The app will be detected when the script both returns a 0 value exit code and writes a string value to STDOUT.", @@ -8307,9 +8342,6 @@ "string": "String", "version": "Version" }, - "ScriptContent": { - "emptyMessage": "Script content should not be empty." - }, "duplicateName": "Script name {0} has already been used. Please enter a different name.", "enforceSignatureCheck": "Enforce script signature check", "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", @@ -8318,6 +8350,7 @@ "operatorTooltip": "Select the operator for the requirement comparison.", "requirementMethod": "Select output data type", "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", + "scriptContent": "Script content", "scriptFile": "Script file", "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", "scriptName": "Script name", @@ -8370,6 +8403,7 @@ }, "InfoBlade": { "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", "descPlaceholder": "Add description for the authentication context", "modifyTitle": "Modify authentication context", "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", @@ -8396,15 +8430,15 @@ "description": "Description", "documentation": "Documentation", "getStarted": "Get started", - "label": "Authentication context (preview)", - "menuLabel": "Authentication context (Preview)", + "label": "Authentication context", + "menuLabel": "Authentication context", "name": "Name", "noAuthContextConfigured": "No authentication contexts have been configured.", "noAuthContextSet": "There are no authentication contexts", "noData": "No authentication contexts to display", "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", "step": "Step", - "tabDescription": "Manage authentication context to protect data and actions in your apps. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", "tagResources": "Tag resources with an authentication context" }, "AuthenticationStrength": { @@ -8554,12 +8588,13 @@ "guestOrExternalUsersLabel": "Guest or external users", "internalGuestLabel": "Local guest users", "otherExternalUserLabel": "Other external users", + "previewTag": "{0} (preview)", "serviceProviderUsersLabel": "Service provider users" }, "NamedLocation": { "Form": { "CountryLookup": { - "ariaLabel": "Country lookup method", + "ariaLabel": "Country/Region lookup method", "gps": "Determine location by GPS coordinates", "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", "ip": "Determine location by IP address (IPv4 only)" @@ -8696,7 +8731,7 @@ "ServicePrincipalRisk": { "description": "Configure service principal risk levels needed for policy to be enforced​", "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", - "title": "Service principal risk (Preview)" + "title": "Service principal risk" } } }, @@ -8985,6 +9020,11 @@ "optionsPickerTitle": "Enable/Disable Continuous access evaluation", "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}" + } + }, "SelectOrganizations": { "Blade": { "Lower": { @@ -9199,6 +9239,7 @@ } }, "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", "tenantIdWithPlaceholder": "Tenant ID: {0}", "tenantSelectionRequired": "Tenant required" }, @@ -9483,10 +9524,12 @@ "downloadDefaultFileName": "IP Ranges", "downloadExampleFileName": "Example", "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", "endDatePickerLabel": "Ends", "endTimePickerLabel": "End time", - "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", - "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterCountryText": "IP address and Country/Region are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country/Region are evaluated in a pair. Input the IP address.", "enterUserText": "No user is selected. Select a user.", "evaluationResult": "Evaluation result", "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", @@ -9528,7 +9571,7 @@ "infoCommandLabel": "Info", "invalidCertDuration": "Invalid cert duration", "invalidIpAddress": "Value must be a valid IP address", - "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk level\" condition control.", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", "iosDisplayName": "iOS", "linuxDisplayName": "Linux", @@ -9569,7 +9612,7 @@ "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/namedlocationupdate", "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", - "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkCountryNeeded": "You need to select at least one country/region", "namedNetworkDeleteCommand": "Delete", "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", "namedNetworkDeleteTitle": "Are you sure?", @@ -9653,9 +9696,9 @@ "policyConditionLocation": "Locations", "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", "policyConditionLocationPreview": "Locations (Preview)", - "policyConditionSigninRisk": "Sign-in risk level", + "policyConditionSigninRisk": "Sign-in risk", "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", - "policyConditionUserRisk": "User risk level", + "policyConditionUserRisk": "User risk", "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", "policyConditioniClientApp": "Client apps", "policyControlAllowAccessDisplayedName": "Grant access", @@ -9874,8 +9917,8 @@ "whatIfBladeTitle": "What If", "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", - "whatIfCountry": "Country", - "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfCountry": "Country/Region", + "whatIfCountryInfo": "The country/region the user is signing in from.", "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", "whatIfDeviceStateInfo": "The device state the user is signing in from", "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", @@ -9893,14 +9936,14 @@ "whatIfEvaResultUsers": "Users and groups", "whatIfIpAddress": "IP address", "whatIfIpAddressInfo": "IP address the user is signing in from.", - "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country/Region, both fields will be required and should correctly map together.", "whatIfPolicyAppliesTab": "Policies that will apply", "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", "whatIfReasons": "Reasons why this policy will not apply", "whatIfSelectClientApp": "Select a client app...", - "whatIfSelectCountry": "Select country...", + "whatIfSelectCountry": "Select country/region...", "whatIfSelectDevicePlatform": "Select device platform...", "whatIfSelectPrivateLink": "Select private link...", "whatIfSelectServicePrincipalRisk": "Select service principal risk...", @@ -9919,6 +9962,7 @@ "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", "workloadIdentities": "Workload identities (preview)", + "workloadIdentitiesLicenseText": "A workload identities premium P1 or P2 license is required to edit this policy.", "workloadIdentity": "Workload identity" }, "AppResources": { @@ -9977,7 +10021,7 @@ "teamsApp": "Teams app", "webApp": "Web link", "winGetPublicApp": "Windows Package Manager Community Repository", - "winGetStoreApp": "Microsoft Store Repository", + "winGetStoreApp": "Microsoft Store app (new)", "windowsAppXLobApp": "Windows AppX line-of-business app", "windowsClassicApp": "Windows app (Win32)", "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", @@ -9986,7 +10030,7 @@ "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", "windowsPhone81StoreApp": "Windows Phone 8.1 store app", "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app", + "windowsStoreApp": "Microsoft Store app (legacy)", "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", "windowsUniversalLobApp": "Windows Universal line-of-business app", "windowsWebApp": "Windows web link" @@ -10047,6 +10091,14 @@ } }, "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure devices for initial provisioning and assign to users.", + "title": "Device preparation" + }, + "EnrollmentSettings": { + "description": "Configure enrollment settings such as blocking enrollment and assign to users.", + "title": "Enrollment settings" + }, "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", "coManagementAuthorityTitle": "Co-management Settings ", "deploymentProfiles": "Windows Autopilot deployment profiles", @@ -10196,6 +10248,8 @@ "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", "installAsManaged": "Install as managed", "installationSourceLabel": "App type", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", "isFeatured": "Show this as a featured app in the Company Portal", "isMAMEnabledToggleLabel": "Yes", "lastModifiedDateTime": "Last updated Time", @@ -10235,7 +10289,7 @@ "searchAppLabel": "Select app", "searchAppLinkText": "Search the App Store", "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", - "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store Repository", + "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", "selectAAD": "Select an AAD attribute", "selectAppFileLabel": "Select file", "selectAppFileLinkText": "Select app package file", @@ -10408,6 +10462,8 @@ "qualityUpdateSettings": "Settings" }, "infoBoxText": "The only dedicated quality update control currently available other than the existing update rings policy for Windows 10 and later is the ability to expedite quality updates for devices that fall behind a specified patch level. Additional controls will be available in the future.", + "licenseLearnMoreText": "Learn more about pre-requisites and quality update policies.", + "licenseWarningBoxText": "Creating quality update policies requires specific licensing.", "warningBoxText": "While expediting software updates can help decrease the time to get to compliance when necessary, it has a larger impact on end-user productivity. The chances that they will experience a restart during business hours is significantly increased." }, "TermsOfUse": { @@ -10492,6 +10548,7 @@ "ptBR": "Portuguese (Brazil)", "ptPT": "Portuguese (Portugal)", "quz": "Quechua", + "removeLanguage": "Remove language", "ro": "Romanian", "ru": "Russian", "rw": "Kinyarwanda", @@ -10542,10 +10599,7 @@ }, "PolicyFile": { "Languages": { - "Empty": { - "default": "Select default language", - "nonDefault": "Select a language" - } + }, "Validations": { "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." @@ -10581,6 +10635,7 @@ "agreementNamePlaceholderText": "Example: 'All users terms of use'", "agreementRequirmentLabel": "Required Upon", "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", "agreementUploadPolicyLabel": "Terms of use", "agreementUploadPolicyPlaceholderText": "Upload required PDF", "createButtonLabel": "Create", @@ -10594,7 +10649,32 @@ "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", "policyTemplateLabel": "Policy templates", "title": "New terms of use" - } + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } }, "TACSettings": { "edgeSettings": "Edge configuration settings", @@ -10660,6 +10740,23 @@ "withEnrollment": "With enrollment", "withoutEnrollment": "Without enrollment" }, + "PolicySelection": { + "Grid": { + "Column": { + "author": "Author", + "template": "Template name" + } + }, + "SettingsCatalog": { + "subtitle": "Start from scratch and select settings you want from the library of available settings", + "title": "Settings catalog" + }, + "Templates": { + "subtitle": "Templates contain groups of settings, organized by functionality. Use a template when you don't want to build policies manually or want to configure devices to access corporate networks, such as configuring WiFi or VPN.", + "title": "Templates" + }, + "noData": "No policy templates found" + }, "OfficeApplicationAdditionalType": { "projectProRetail": "Project Online Desktop Client", "visioProRetail": "Visio Online Plan 2" @@ -10844,6 +10941,12 @@ "withEnrollment": "With enrollment", "withoutEnrollment": "Without enrollment" }, + "DisplayRoleTypes": { + "builtInRole": "Built-in Role", + "customCloudPCRole": "Custom Windows 365 role", + "customIntuneRole": "Custom Intune role", + "customRole": "Custom Role" + }, "InstallContextType": { "device": "Device", "deviceContext": "Device context", @@ -11019,7 +11122,7 @@ "Schedule": { "always": "Update at next check-in", "duringTimeWindows": "Update during scheduled time", - "header": "By default, when an iOS/iPadOS Software Updates policy is assigned to a device, Intune deploys the latest updates at device check-in (approximately every 8 hours). You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", + "header": "By default, when an update policy is assigned to a device, Intune deploys the latest updates at device check-in. You can instead create a weekly schedule with customized start and end times. If you choose to update outside of the scheduled time, Intune won't deploy updates until the scheduled time ends.", "infoBalloon": "When the updates will occur. Additional input is required to schedule updates during or outside of scheduled times.", "label": "Schedule type", "outsideActiveHours": "Update outside of active hours (legacy)", @@ -11443,6 +11546,7 @@ "ManagedDesktop": { "adminContacts": "Admin contacts", "appPackaging": "App packaging", + "businessGroups": "Business Groups", "devices": "Devices", "feedback": "Feedback", "gettingStarted": "Getting started", @@ -11479,6 +11583,7 @@ "cartProfiles": "Cart profiles", "certificateConnectors": "Certificate connectors", "chromeEnterprise": "Chrome Enterprise (preview)", + "cloudAttachedDevices": "Cloud attached devices (preview)", "compliancePolicies": "Compliance policies", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11512,7 +11617,7 @@ "failuresForFeatureUpdates": "Feature update failures (preview)", "failuresForQualityUpdates": "Windows Expedited update failures (preview)", "featureFlighting": "Feature flighting", - "featureUpdateDeployments": "Feature updates for Windows 10 and later (preview)", + "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Flighting", "fotaUpdate": "Firmware over-the-air update", "groupPolicy": "Administrative Templates", @@ -11523,8 +11628,8 @@ "incompleteUserEnrollments": "Incomplete user enrollments", "iosUpdates": "Update policies for iOS/iPadOS", "legacyPcManagement": "Legacy PC management", - "macOSSoftwareUpdate": "Update policies for macOS", - "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices", + "macOSSoftwareUpdate": "Update policies for macOS (preview)", + "macOSSoftwareUpdateAccountSummaries": "Installation status for macOS devices (preview)", "macOSSoftwareUpdateCategorySummaries": "Software updates summary", "macOSSoftwareUpdateStateSummaries": "updates", "managedGooglePlay": "Managed Google Play", @@ -11570,11 +11675,12 @@ "warranty": "Warranty vendors", "wdacSupplementalPolicies": "S mode supplemental policies", "windows10DriverUpdate": "Driver updates for Windows 10 and later (preview)", - "windows10QualityUpdate": "Quality updates for Windows 10 and later (preview)", + "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Update rings for Windows 10 and later", "windows10XPolicyFailures": "Windows 10X policy failures", "windows365Connector": "Windows 365 Citrix connector", "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windowsDiagnosticData": "Windows data", "windowsEnterpriseCertificate": "Windows enterprise certificate", "windowsManagement": "PowerShell scripts", "windowsSideLoadingKeys": "Windows side loading keys", diff --git a/Extensions/Documentation.psm1 b/Extensions/Documentation.psm1 index 68a28ed..fb9b86f 100644 --- a/Extensions/Documentation.psm1 +++ b/Extensions/Documentation.psm1 @@ -20,7 +20,7 @@ $global:documentationProviders = @() function Get-ModuleVersion { - '1.5.0' + '2.0.0' } function Invoke-InitializeModule @@ -59,6 +59,8 @@ function Invoke-InitializeModule restartSettings="AppResources.AppSettingsUx.restartGracePeriodHeader" notifications="AppResources.AppSettingsUx.assignmentToast" Settings="TableHeaders.settings" + returnCode='Win32ReturnCodes.Columns.returnCode' + type='Win32ReturnCodes.Columns.codeType' } } @@ -224,6 +226,9 @@ function Get-ObjectDocumentation $script:objectComplianceActionData = @() $script:applicabilityRules = @() $script:objectAssignments = @() + $script:objectScripts = @() + + $script:ObjectTypeFullTable = @{} # Hash table with objects that should be documented in a single table eg ScopeTags $updateFilteredObject = $true @@ -285,7 +290,7 @@ function Get-ObjectDocumentation elseif($type -eq "#microsoft.graph.deviceManagementIntent") { Invoke-TranslateIntentObject $obj $objectType | Out-Null - $properties = @("Name","Value","Category","RawValue","SettingId","Description") + $properties = @("Name","Value","Category","FullValueTable","RawValue","SettingId","Description") } #endregion #region Administrative Templates @@ -318,6 +323,9 @@ function Get-ObjectDocumentation } #endregion + + if($objectType.DocumentAll -eq $true) { return } + if($script:objectBasicInfo.Count -gt 0) { Add-ScopeTagStrings $obj @@ -341,6 +349,7 @@ function Get-ObjectDocumentation ComplianceActions = $script:objectComplianceActionData ApplicabilityRules = $script:applicabilityRules Assignments = $script:objectAssignments + Scripts = $script:objectScripts DisplayProperties = $properties DefaultDocumentationProperties = $defaultDocumentationProperties ErrorText = $status @@ -365,7 +374,6 @@ function Get-DocumentedSettings $script:objectSettingsData } - function Invoke-ObjectDocumentation { param($documentationObj) @@ -438,6 +446,25 @@ function Add-RawDataInfo } } +function Get-ObjectTypeGroupName +{ + param($objectType) + + if($objectType.Id -eq "DeviceConfiguration") + { + return (Get-LanguageString "PolicySelection.Templates.title") + } + elseif($objectType.Id -eq "ConditionalAccess") + { + return (Get-LanguageString "TermsOfUse.Details.Tab.cAPolicies") + } + else + { + return $ObjectType.Title + } + +} + function Get-ObjectTypeString { param($obj, $objectType) @@ -447,6 +474,8 @@ function Get-ObjectTypeString if($objTypeId -eq "DeviceConfiguration") { return (Get-LanguageString "SettingDetails.deviceConfigurationTitle") + #!!!return (Get-LanguageString "PolicySelection.Templates.title") + } elseif($objTypeId -eq "CompliancePolicies") { @@ -731,6 +760,44 @@ function Add-ScopeTagStrings } } +function Add-ObjectScript +{ + param($Header, + $Caption, + $Script, + [ValidateSet("Base64", "String")] + [string] + $ScriptType = "Base64") + + if($global:chkIncludeScripts.IsChecked -ne $true) { return } + + if($ScriptType -eq "Base64") + { + $scriptContent = Get-Base64ScriptContent $Script -RemoveSignature:$false + } + else + { + $scriptContent = $script + } + + $RemoveSignature = $global:chkExcludeScriptSignature.IsChecked -eq $true + if($RemoveSignature -eq $true) + { + $x = $scriptContent.IndexOf("# SIG # Begin signature block") + if($x -gt 0) + { + $scriptContent = $scriptContent.SubString(0,$x) + $scriptContent = $scriptContent + "# SIG # Begin signature block`nSignature data excluded..." + } + } + + $script:objectScripts += [PSCustomObject]@{ + Header = $Header + Caption = $Caption + ScriptContent = $scriptContent + } +} + function Get-ObjectPlatformFromType { param($obj) @@ -798,6 +865,10 @@ function Invoke-TranslateADMXObject $enabledStr = Get-LanguageString "Inputs.enabled" $disabledStr = Get-LanguageString "Inputs.disabled" + $propertyStr = Get-LanguageString "ApplicabilityRules.GridLabel.property" + $valueStr = Get-LanguageString "ApplicabilityRules.GridLabel.value" + + foreach($definitionValue in $definitionValues) { if(-not $definitionValue.definition -and $definitionValues.'definition@odata.bind') @@ -839,7 +910,7 @@ function Invoke-TranslateADMXObject if($presentationValues.Count -eq 0) { - Write-Log "Could not find definition for defenition '$($definitionValue.id)'. Values might be documented in the wrong order!" 2 + Write-Log "Could not find definition for definition id '$($definitionValue.id)'. Values might be documented in the wrong order!" 2 $presentationValues = $definitionValue.presentationValues } } @@ -856,6 +927,7 @@ function Invoke-TranslateADMXObject $rawValues = @() $values = @() $valuesWithLabel = @() + $tableValue = @() foreach($presentationValue in $presentationValues) { @@ -897,6 +969,11 @@ function Invoke-TranslateADMXObject $value = $rawValue } + $htFullValue = [ordered]@{} + $htFullValue.Add($propertyStr,$label) + $htFullValue.Add($valueStr,$value) + + $tableValue += [PSCustomObject]$htFullValue $valuesWithLabel += "$label $value" $values += $value @@ -910,6 +987,7 @@ function Invoke-TranslateADMXObject Value = $values -join $script:objectSeparator CombinedValue = ($status + $script:objectSeparator + ($values -join $script:objectSeparator)) ValueWithLabel = $valuesWithLabel -join $script:objectSeparator + FullValueTable = $tableValue CombinedValueWithLabel = ($status + $script:objectSeparator + ($valuesWithLabel -join $script:objectSeparator)) RawValue = $rawValues -join $script:propertySeparator Class = $definitionValue.definition.classType @@ -940,6 +1018,13 @@ function Invoke-TranslateSettingsObject Add-BasicDefaultValues $obj $objectType Add-BasicPropertyValue (Get-LanguageString "TableHeaders.configurationType") (Get-LanguageString "ConfigurationTypes.settingsCatalog") + if($obj.templateReference.templateId) + { + Add-BasicPropertyValue (Get-LanguageString "TableHeaders.Category") (Get-IntentCategory $obj.templateReference.templateFamily) + Add-BasicPropertyValue (Get-LanguageString "TableHeaders.policyType") $obj.templateReference.templateDisplayName + + #Add-BasicPropertyValue (Get-LanguageString "PolicyType.EndpointSecurityTemplate.default") $obj.templateReference.templateDisplayName + } Add-BasicPropertyValue (Get-LanguageString "SettingDetails.platformSupported") $platformType Add-BasicAdditionalValues $obj $objectType @@ -950,170 +1035,261 @@ function Invoke-TranslateSettingsObject $params.Add("AdditionalHeaders", @{"Accept-Language"=$script:DocumentationLanguage}) } - $cfgSettings = (Invoke-GraphRequest "/deviceManagement/configurationPolicies('$($obj.Id)')/settings?`$expand=settingDefinitions&top=1000" -ODataMetadata "minimal" @params).Value + <# + if($obj.templateReference.templateId) + { + $cfgSettings = (Invoke-GraphRequest "/deviceManagement/configurationPolicyTemplates('$($obj.templateReference.templateId)')/settingTemplates?`$expand=settingDefinitions&top=1000" -ODataMetadata "minimal" @params).Value + } + else + { + $cfgSettings = (Invoke-GraphRequest "/deviceManagement/configurationPolicies('$($obj.Id)')/settings?`$expand=settingDefinitions&top=1000" -ODataMetadata "minimal" @params).Value + } + #> + $cfgSettings = (Invoke-GraphRequest "/deviceManagement/configurationPolicies('$($obj.Id)')/settings?`$expand=settingDefinitions&top=1000" -ODataMetadata "minimal" @params).Value if(-not $global:cfgCategories) { $global:cfgCategories = (Invoke-GraphRequest "/deviceManagement/configurationCategories?`$filter=platforms has 'windows10' and technologies has 'mdm'" -ODataMetadata "minimal" @params).Value } - $categories = @{} + $script:settingCatalogasCategories = @{} foreach($cfgSetting in $cfgSettings) { $defObj = $cfgSetting.settingDefinitions | Where id -eq $cfgSetting.settingInstance.settingDefinitionId - if(-not $defObj -or $categories.ContainsKey($defObj.categoryId)) { continue } + #$defObj = $cfgSetting.settingDefinitions | Where { $_.id -eq $cfgSetting.settingInstance.settingDefinitionId -or $_.id -eq $cfgSettings.settingInstanceTemplate.settingDefinitionId } + if(-not $defObj -or $script:settingCatalogasCategories.ContainsKey($defObj.categoryId)) { continue } $catObj = $global:cfgCategories | Where Id -eq $defObj.categoryId $rootCatObj = $global:cfgCategories | Where Id -eq $catObj.rootCategoryId - $catSettings = Invoke-GraphRequest "/deviceManagement/configurationSettings?`$filter=categoryId eq '$($defObj.categoryId)' and applicability/platform has 'windows10' and applicability/technologies has 'mdm'" -ODataMetadata "minimal" @params + #$catSettings = Invoke-GraphRequest "/deviceManagement/configurationSettings?`$filter=categoryId eq '$($defObj.categoryId)' and applicability/platform has 'windows10' and applicability/technologies has 'mdm'" -ODataMetadata "minimal" @params - $categories.Add($defObj.categoryId, (New-Object PSObject -Property @{ + $script:settingCatalogasCategories.Add($defObj.categoryId, (New-Object PSObject -Property @{ Category=$catObj - Settings=$catSettings + #Settings=$catSettings RootCategory=$rootCatObj })) } - Add-SettingsSetting $obj $objectType $categories $cfgSettings + $script:curSettingsCatologPolicy = @() + + $cfgSettings | % { Add-SettingsSetting $_.settingInstance $_.settingDefinitions } | Out-Null + + #$script:objectSettingsData = $script:curSettingsCatologPolicy + + foreach($item in ($script:curSettingsCatologPolicy | Select @{l="CategoryID";e={$_.CategoryDefinition.Id}}, @{l="SubCategoryID";e={$_.SubCategoryDefinition.Id}} -Unique)) + { + $script:objectSettingsData += ($script:curSettingsCatologPolicy | Where { $_.CategoryDefinition.Id -eq $item.CategoryID -and $_.SubCategoryDefinition.Id -eq $item.SubCategoryID }) + } + + if($docProvider.PostSettingsCatalog) + { + & $docProvider.PostSettingsCatalog $obj $objectType $script:objectSettingsData + } } function Add-SettingsSetting { - param($obj, $objectType, $categories, $cfgSettings, $settigsDefs = $null) + param($settingInstance, $settingsDefs, $ItemLevel, [switch]$SkippAdd) - foreach($cfgSetting in $cfgSettings) + $defaultValue = $null + $tableValue = $null + $value = $null + $rawValue = $null + $rawJsonValue = $null + $show = $true + $children = @() + $childSettings = @() + + $settingsDef = $settingsDefs | Where id -eq $settingInstance.settingDefinitionId + $categoryDef = $global:cfgCategories | Where Id -eq $settingsDef.categoryId #$script:settingCatalogasCategories[$settingsDef.categoryId] + + if($settingsDef.categoryId -ne $categoryDef.rootCategoryId) { - $children = $null - $skipAdd = $false + $objCategory = $global:cfgCategories | Where Id -eq $categoryDef.rootCategoryId + #$objCategory = $script:settingCatalogasCategories[$categoryDef.RootCategory.Id] + $subCategory = $categoryDef + } + else + { + $subCategory = $null + $objCategory = $categoryDef + } - $cfgInstance = ?? $cfgSetting.settingInstance $cfgSetting - if($cfgSetting.settingDefinitions) + $settingInfo = [PSCustomObject]@{ + SettingId = $settingsDef.Id + SettingName = $settingsDef.Name + Name = $settingsDef.displayName + Description=$settingsDef.description + CategortyId = $objCategory.id + Category=$objCategory.displayName + CategoryDefinition=$objCategory + SubCategory=$subCategory.displayName + SubCategoryDefinition=$subCategory + Value = $null + RawValue = $null + RawJsonValue=$null + TableValue = $null + DefaultValue = $null + Level = $ItemLevel + Parent = $null + Show = $show + Type = $settingInstance.'@odata.type' + PropertyIndex = 0 + ChildSettings = @() #($childSettings | Sort DisplayName) + } + + $script:curSettingsCatologPolicy += $settingInfo + + if($settingInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationChoiceSettingInstance') + { # Drop down and select one value + + $rawValue = $settingInstance.choiceSettingValue.value + $value = ($settingsDef.Options | Where itemId -eq $rawValue).displayName + + if($settingsDef.defaultOptionId) { - $settigsDefs = $cfgSetting.settingDefinitions + $defaultValue = ($settingsDef.Options | Where itemId -eq $settingsDef.defaultOptionId).displayName } - $defaultValue = $null - $rawValue=$null - $rawJsonValue = $null - $defObj = $settigsDefs | Where id -eq $cfgInstance.settingDefinitionId - $catObj = $categories[$defObj.categoryId] - if($cfgInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationChoiceSettingInstance') + foreach($childSetting in $settingInstance.choiceSettingValue.children) { - $rawValue = $cfgInstance.choiceSettingValue.value - $itemValue = ($defObj.Options | Where itemId -eq $rawValue).displayName - if($defObj.defaultOptionId) + $tmpSetting = Add-SettingsSetting $childSetting $settingsDefs ($ItemLevel + 1) -SkippAdd #-SkippAdd:$SkippAdd + if($tmpSetting) { - $defaultValue = ($defObj.Options | Where itemId -eq $defObj.defaultOptionId).displayName + $tmpSetting.Parent = $settingInfo + $settingInfo.ChildSettings += $tmpSetting } - $children = $cfgInstance.choiceSettingValue.children - } - elseif($cfgInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationChoiceSettingCollectionInstance') - { - $itemValues = @() - $itemRawValues = @() - foreach($colObj in $cfgInstance.simpleSettingCollectionValue) - { - $tmpValue = $colObj.value - $itemValues += ($defObj.Options | Where itemId -eq $tmpValue).displayName - $itemRawValues += $tmpValue - } - - $rawValue = $itemValues -join $script:propertySeparator - $itemValue = $itemRawValues -join $script:propertySeparator - - if($defObj.defaultOptionId) - { - $defaultValue = ($defObj.Options | Where itemId -eq $defObj.defaultOptionId).displayName - } - } - elseif($cfgInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationSimpleSettingInstance') - { - $itemValue = $cfgInstance.simpleSettingValue.value - $rawValue = $itemValue - if($defObj.defaultValue.value) - { - $defaultValue = $defObj.defaultValue.value - } - } - elseif($cfgInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationSimpleSettingCollectionInstance') - { - $itemValues = @() - $rawValue = $cfgInstance.simpleSettingCollectionValue - foreach($colObj in $cfgInstance.simpleSettingCollectionValue) - { - $itemValues += $colObj.value - } - - if($defObj.defaultValue.value) - { - $defaultValue = $defObj.defaultValue.value - } - $itemValue = $itemValues -join $script:propertySeparator - } - elseif($cfgInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationGroupSettingInstance') - { - # This will skip adding the group itself as enabled... - # It will only add information about the children - Add-SettingsSetting $obj $objectType $categories $cfgInstance.groupSettingValue.children $settigsDefs - continue - } - elseif($cfgInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationGroupSettingCollectionInstance') - { - # ToDo: Fix support for other child types - # This assumes that all children are deviceManagementConfigurationSimpleSettingInstance - - $objItems = @() - foreach($childObj in $cfgInstance.groupSettingCollectionValue) - { - $objProps = @() - foreach($childId in $defObj.childIds) - { - $childSetting = $childObj.children | Where settingDefinitionId -eq $childId - if($childSetting."@odata.type" -eq "#microsoft.graph.deviceManagementConfigurationGroupSettingCollectionInstance") - { - Add-SettingsSetting $obj $objectType $categories $childSetting.groupSettingCollectionValue.children $settigsDefs - } - elseif($childSetting) - { - $objProps += $childSetting.simpleSettingValue.value - } - } - $objItems += $objProps -join $script:propertySeparator - } - $itemValue = $objItems -join $script:objectSeparator - $rawValue = $itemValue - $rawJsonValue = $cfgInstance.groupSettingCollectionValue | ConvertTo-Json -Depth 50 -Compress - } - else - { - Write-Log "Unsupported setting type: $($cfgInstance.'@odata.type')" - } - - if(!$rawJsonValue -and $rawValue) - { - $rawJsonValue = $rawValue | ConvertTo-Json -Depth 50 -Compress - } - - $script:objectSettingsData += New-Object PSObject -Property @{ - Name=$defObj.displayName - Description=$defObj.description - Category=$catObj.Category.displayName - CategoryDescription=$catObj.Category.description - Value=$itemValue - RawValue=$rawValue - RawJsonValue=$rawJsonValue - DefaultValue=$defaultValue - RootCategory=$catObj.RootCategory.displayName - CategoryObject=$catObj - SettingId=$cfgInstance.settingDefinitionId - } - - if($children) - { - Add-SettingsSetting $obj $objectType $categories $children $settigsDefs } } + elseif($settingInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationSimpleSettingInstance') + { # Simple value eg a string + $value = $settingInstance.simpleSettingValue.value + $rawValue = $value + if($settingsDef.defaultValue.value) + { + $defaultValue = $settingsDef.defaultValue.value + } + } + elseif($settingInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationChoiceSettingCollectionInstance') + { # Drop down and select one or more values + $itemValues = @() + $itemRawValues = @() + $tableValue = [ordered]@{} + + foreach($colObj in $settingInstance.choiceSettingCollectionValue) + { + $itemRawValues += $colObj.value + $itemValues += ($settingsDef.Options | Where itemId -eq $colObj.Value).displayName + } + + $value = $itemValues -join $script:propertySeparator + $rawValue = $itemRawValues -join $script:propertySeparator + $rawJsonValue = $settingInstance.choiceSettingCollectionValue | ConvertTo-Json -Depth 50 -Compress + + if($settingsDef.defaultOptionId) + { + $defaultValue = ($settingsDef.Options | Where itemId -eq $settingsDef.defaultOptionId).displayName + } + } + elseif($settingInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationGroupSettingCollectionInstance') + { # Multiple settings under one group. Group will not be displayed + + $settingInfo.Show = $false + $index=1 + foreach($groupSettingCollection in $settingInstance.groupSettingCollectionValue) + { + $childSettingsArr = @() + # Not sure if this is the best way but it looks better for tested policies + if($script:currentObject.templateReference.templateId) + { + $childIDs = $settingsDefs.id # Endpoint Security objects + } + else + { + $childIDs = $settingsDef.childIds # Setings Catalog + } + #foreach($childId in $settingsDefs.id) #$settingsDef.childIds) + foreach($childId in $childIDs) + { + $childSetting = ($groupSettingCollection.children | Where settingDefinitionId -eq $childId) + if(-not $childSetting) { continue } #Not configured + $tmpSetting = Add-SettingsSetting $childSetting $settingsDefs ($ItemLevel + 1) -SkippAdd #-SkippAdd:$SkippAdd + if($tmpSetting) + { + $tmpSetting.Parent = $childSettings + $childSettings += $tmpSetting + $childSettingsArr += $tmpSetting + if($settingsDef.childIds.Count -gt 1) + { + $tmpSetting.PropertyIndex = $childSettingsArr.Count + } + } + } + + $settingInfo.ChildSettings += [PSCustomObject]@{ + Id=$index++ + Type=$groupSettingCollection.'@odata.type' + Settings=$childSettingsArr + } + } + + $rawJsonValue = $settingInstance.groupSettingCollectionValue | ConvertTo-Json -Depth 50 -Compress + } + elseif($settingInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationSimpleSettingCollectionInstance') + { # Group of simple values + $itemValues = @() + foreach($colObj in $settingInstance.simpleSettingCollectionValue) + { + $itemValues += $colObj.value + } + + if($settingsDef.defaultValue.value) + { + $defaultValue = $settingsDef.defaultValue.value + } + + $value = $itemValues -join $script:propertySeparator + $rawValue = $itemValues -join $script:propertySeparator + $rawJsonValue = $settingInstance.simpleSettingCollectionValue | ConvertTo-Json -Depth 50 -Compress + } + elseif($settingInstance.'@odata.type' -eq '#microsoft.graph.deviceManagementConfigurationGroupSettingInstance') + { # This will skip adding the group itself as enabled... + # It will only add information about the children + + $show = $false + foreach($groupSettingValue in $settingInstance.groupSettingValue) + { + #$children += $groupSettingValue #.children + foreach($childSetting in $groupSettingValue.children) + { + $tmpSetting = Add-SettingsSetting $childSetting $settingsDefs ($ItemLevel + 1) -SkippAdd #-SkippAdd:$SkippAdd + if($tmpSetting) + { + $tmpSetting.Parent = $settingInfo + $settingInfo.ChildSettings += $tmpSetting + } + } + } + $rawJsonValue = $settingInstance.groupSettingValue | ConvertTo-Json -Depth 50 -Compress + } + else + { + Write-Log "Unhandled object type: $($settingInstance.'@odata.type')" 2 + return + } + + if(!$rawJsonValue -and $rawValue) + { + $rawJsonValue = $rawValue | ConvertTo-Json -Depth 50 -Compress + } + + $settingInfo.Value = $value + $settingInfo.RawValue = $rawValue + $settingInfo.RawJsonValue=$rawJsonValue + $settingInfo.DefaultValue = $defaultValue + + $settingInfo } #endregion @@ -1124,6 +1300,11 @@ function Get-IntentCategory { param($templateType) + if($templateType.StartsWith("endpointSecurity")) + { + $templateType = $templateType.Substring(16) + } + if($templateType -eq "accountProtection") { return (Get-LanguageString "SecurityTemplate.accountProtection") @@ -1237,9 +1418,8 @@ function Invoke-TranslateIntentObject foreach($objSetting in ($script:objectSettings | Where { $_.ParentId -eq $null -and ($_.Dependencies | measure).Count -eq 0 })) { - #if($objSetting.Dependencies) { continue } Add-IntentSettingObjectToList $objSetting - } + } } function Add-IntentSettingObjectToList @@ -1249,11 +1429,13 @@ function Add-IntentSettingObjectToList if(($script:objectSettingsData | Where Id -eq $objSetting.Id)) { return } $passConstraint = $true + $hasConstraint = $false foreach($dependencyObj in $objSetting.SettingDefinition.dependencies) { $dependencyItemObj = ($script:objectSettings | Where { $_.SettingDefinition.Id -eq $dependencyObj.definitionId }) if($dependencyObj.constraints.Count -gt 0) { + $hasConstraint = $true foreach($constraint in $dependencyObj.constraints) { if($constraint.'@odata.type' -eq "#microsoft.graph.deviceManagementSettingBooleanConstraint") @@ -1293,7 +1475,12 @@ function Add-IntentSettingObjectToList if(-not $passConstraint) { return - } + } + + if($hasConstraint) + { + $objSetting.Level = $objSetting.Level + 1 + } $script:objectSettingsData += $objSetting @@ -1319,6 +1506,7 @@ function Get-IntentSettingInfo if(-not $defObj) { return } # Should never happen! $itemValue = $null + $itemFullValue = $null if($SkipConvertValue -ne $true) { @@ -1354,9 +1542,17 @@ function Get-IntentSettingInfo if($elementDefObj.propertyDefinitionIds) { # Elements are Complex and based of one or more definitions - + $itemFullValue = @() foreach($tmpValue in $rawValue) { + $htFullPropInfo = [ordered]@{} + foreach($tmpPropDefId in $propDefObj.propertyDefinitionIds) + { + $tmpDef = $category.settingDefinitions | Where id -eq $tmpPropDefId + $tmpProp = $tmpPropDefId.Split('_')[-1] + $htFullPropInfo.Add((?? $tmpDef.displayName $tmpProp), $tmpPropValue.$tmpProp) + } + $arrValue = "" foreach($propertyDefinitionId in $elementDefObj.propertyDefinitionIds) { @@ -1373,8 +1569,25 @@ function Get-IntentSettingInfo { $propValue += Get-IntentObjectValue $propDefObj $childTmpVales } + + $htFullPropInfo.Add((?? $propDefObj.displayName $propName), $tmpValue.$propName) +<# + $propFullValue = @() + foreach($tmpPropValue in $propValue) + { + $htFullPropInfo = [ordered]@{} + foreach($tmpPropDefId in $propDefObj.propertyDefinitionIds) + { + $tmpDef = $category.settingDefinitions | Where id -eq $tmpPropDefId + $tmpProp = $tmpPropDefId.Split('_')[-1] + $htFullPropInfo.Add((?? $tmpDef.displayName $tmpProp), $tmpPropValue.$tmpProp) + } + $propFullValue += [PSCustomObject]$htFullPropInfo + } +#> $arrValue = ($arrValue + ($propValue -join $script:propertySeparator)) } + $itemFullValue += [PSCustomObject]$htFullPropInfo $valueArr += $arrValue } } @@ -1429,9 +1642,10 @@ function Get-IntentSettingInfo Description=$defObj.description Category=$category.displayName CategoryDescription=$category.description # Will not have a description - Value=$itemValue - RawValue=$rawValue CategoryObject=$category + Value=$itemValue + FullValueTable=$itemFullValue + RawValue=$rawValue SettingDefinition = $defObj Dependencies = $defObj.dependencies ValueSet = $valueSet @@ -1439,6 +1653,7 @@ function Get-IntentSettingInfo ParentId = $null SettingId = $defObj.Id # ToDo: Must have parent Id as well e.g. Firewall settings in Win10 baseline ParentSettingId = $parentDef.Id + Level = 0 } $script:objectSettings += $curObjectInfo @@ -1535,7 +1750,8 @@ function Get-IntentSettingInfo } $curObjectInfo.Value = ?: $isValueSet "Configure" (Get-LanguageString "SettingDetails.notConfigured") - $curObjectInfo.ValueSet = $isValueSet + $curObjectInfo.ValueSet = $isValueSet + $curObjectInfo.FullValueTable = $null } elseif(($valueObj.'@odata.type' -eq '#microsoft.graph.deviceManagementAbstractComplexSettingInstance' -or $defObj.'@odata.type' -eq '#microsoft.graph.deviceManagementAbstractComplexSettingDefinition') -and @@ -1823,6 +2039,15 @@ function Invoke-TranslateSection { param($obj, $sectionObject, $objInfo, $parent = $null) + if($null -eq $parent -or $script:propLevel -lt 0) + { + $script:propLevel = 0 + } + elseif($parent -ne $script:currentParent)# -and $parent.skipAddLevel -ne $true) + { + $script:propLevel++ + } + foreach($prop in $sectionObject) { $valueData = $null @@ -1858,6 +2083,7 @@ function Invoke-TranslateSection Write-LogDebug "SubCategpry ignored based on length: $tmpStr" 2 } } + $script:propLevel = -1 Invoke-ChildSections $obj $prop continue } @@ -1869,8 +2095,13 @@ function Invoke-TranslateSection # Set sub-category to nameResourceKey value if EntityKey is empty? if(-not $prop.EntityKey -and $prop.nameResourceKey) { + $script:propLevel = -1 $script:CurrentSubCategory = (Get-LanguageString (?: $prop.nameResourceKey.Contains(".") $prop.nameResourceKey "SettingDetails.$($prop.nameResourceKey)")) } + else + { + $script:propLevel-- + } foreach($tmpObj in $obj) { @@ -1884,9 +2115,10 @@ function Invoke-TranslateSection if($prop.enabled -eq $false -and $objInfo.ShowDisabled -ne $true) { continue } # Use sub property if EntityKey is specified + $script:propLevel-- $propObj = $null if($prop.entityKey) - { + { $propObj = $obj.PSObject.Properties | Where Name -eq $prop.entityKey } @@ -1898,6 +2130,7 @@ function Invoke-TranslateSection } elseif($prop.dataType -eq 9) # Label. Skip the label but add children { + $script:propLevel-- Invoke-ChildSections $obj $prop continue } @@ -1914,6 +2147,13 @@ function Invoke-TranslateSection Add-PropertyInfo $prop $value $rawValue $rawValue } } + elseif($prop.dataType -eq 107) # Static value. String in value property + { + if($prop.value) + { + Add-PropertyInfo $prop $prop.value $prop.value $prop.value + } + } elseif([String]::IsNullOrEmpty($prop.entityKey) -eq $false) { $valueSet = ($rawValue -ne $null) @@ -2198,6 +2438,11 @@ function Invoke-TranslateSection Invoke-ChildSections $obj $prop } } + + if($null -ne $parent -and $parent -ne $script:currentParent -and $script:propLevel -gt 0) + { + $script:propLevel-- + } } function Get-CutureLanguageString @@ -2215,6 +2460,10 @@ function Get-CutureLanguageString { return Get-LanguageString "Autopilot.OOBE.useOSDefaultLanguage" } + elseif($culture -eq "user-select") + { + return Get-LanguageString "Autopilot.OOBE.userSelect" + } else { if(!$script:languageStrings) { Get-LanguageString } # This will load the language strings @@ -2246,7 +2495,7 @@ function Get-CutureLanguageString function Add-PropertyInfo { - param($prop, $value, $originalValue, $jsonValue) + param($prop, $value, $originalValue, $jsonValue, $tableValue) if($prop.Category -eq "1000") { @@ -2254,7 +2503,7 @@ function Add-PropertyInfo return } - $script:objectSettingsData += Get-PropertyInfo $prop $value $originalValue $jsonValue + $script:objectSettingsData += Get-PropertyInfo $prop $value $originalValue $jsonValue $tableValue Invoke-CustomPostAddValue $prop } @@ -2265,12 +2514,17 @@ function Add-PropertyInfoObject if($propInfo -eq $null) { return } + if($prop.dataType -eq 99) + { + + } + $script:objectSettingsData += $propInfo } function Get-PropertyInfo { - param($prop,$value,$originalValue, $jsonValue) + param($prop,$value,$originalValue, $jsonValue, $tableValue) if($prop.nameResource) { @@ -2324,21 +2578,25 @@ function Get-PropertyInfo RawValue=$originalValue RawJsonValue=$jsonValue DefaultValue=$defValue + FullValueTable = $tableValue UnconfiguredValue=$prop.unconfiguredValue Enabled=$prop.Enabled EntityKey=$prop.EntityKey + Level=$script:propLevel } } function Invoke-ChildSections { param($obj, $sectionObject) - + $objTmp = Get-CustomChildObject $obj $sectionObject + $tmpLevel = $script:propLevel Invoke-TranslateSection $objTmp $sectionObject.Children $objInfo -Parent $sectionObject - Invoke-TranslateSection $objTmp $sectionObject.ChildSettings $objInfo -Parent $sectionObject + $script:propLevel = $tmpLevel + Invoke-TranslateSection $objTmp $sectionObject.ChildSettings $objInfo -Parent $sectionObject } function Get-CustomProfileValue @@ -2514,7 +2772,7 @@ function Get-ConditionalLaunchSetting { param($obj, $lngId, $prop, $actionLngId, [switch]$SkipValue) - if($obj."$($prop)" -eq $null -or ($obj."$($prop)" -is [String] -and $obj."$($prop)" -eq "notConfigured")) { return } + if($null -eq $obj."$($prop)" -or ($obj."$($prop)" -is [String] -and $obj."$($prop)" -eq "notConfigured")) { return } elseif($obj."$($prop)" -is [String] -and $obj."$($prop)".StartsWith("P")) { $ts = Get-DurationValue $obj."$($prop)" -ReturnTimeSpan @@ -2830,9 +3088,12 @@ function Invoke-TranslateTable } $items = @() + + $itemFullValue = @() foreach($item in $propValue) { $itemValues = @() + $htFullPropInfo = [ordered]@{} foreach($column in $prop.Columns) { if($column.metadata.entityKey -eq "unusedForSingleItems") @@ -2841,7 +3102,7 @@ function Invoke-TranslateTable } elseif($column.metadata.entityKey -eq $prop.entityKey -and ($prop.Columns | measure).Count -eq 1) { - # Some tables has the same EntityKey for the table and the columen. That will generate the wrong value + # Some tables has the same EntityKey for the table and the column. That will generate the wrong value $itemValues += $item } elseif(($prop.Columns | measure).Count -eq 1 -and $item."$($column.metadata.entityKey)" -eq $null -and $obj."$($column.metadata.entityKey)" -eq $null -and $item -is [String]) @@ -2851,9 +3112,33 @@ function Invoke-TranslateTable } else { - $itemValues += (?? $item."$($column.metadata.entityKey)" $obj."$($column.metadata.entityKey)") + if(($item.PSObject.Properties | Where Name -like $column.metadata.entityKey)) + { + $itemTmpVal = $item."$($column.metadata.entityKey)" + } + else + { + $itemTmpVal = $obj."$($column.metadata.entityKey)" + } + $itemValues += $itemTmpVal + if($prop.Columns.Count -gt 1) + { + if($column.metadata.nameResourceKey) + { + $htFullPropInfo.Add((?? (Get-LanguageString (?: $column.metadata.nameResourceKey.Contains(".") $column.metadata.nameResourceKey "SettingDetails.$($column.metadata.nameResourceKey)")) $column.metadata.entityKey), ($itemTmpVal -join $script:propertySeparator)) + } + else + { + Write-Log "Property $(?? $prop.nameResourceKey $prop.entityKey) does not have nameResourceKey on one of the columns" 2 + } + } } } + if($htFullPropInfo.Count -gt 0) + { + $itemFullValue += [PSCustomObject]$htFullPropInfo + } + if($prop.separator) { $items += $itemValues -join $prop.separator @@ -2866,13 +3151,19 @@ function Invoke-TranslateTable if($items.Count -gt 0) { + $params = @{} + if($itemFullValue.Count -gt 0) + { + $params.Add("tableValue", $itemFullValue) + } + if((-not $prop.nameResourceKey -or $prop.nameResourceKey -eq "Empty") -and $prop.columns[0].metadata.nameResourceKey) { - Add-PropertyInfo $prop.columns[0].metadata ($items -join $script:objectSeparator) $propValue + Add-PropertyInfo $prop.columns[0].metadata ($items -join $script:objectSeparator) $propValue @params } else { - Add-PropertyInfo $prop ($items -join $script:objectSeparator) $propValue + Add-PropertyInfo $prop ($items -join $script:objectSeparator) $propValue @params } } else @@ -3050,6 +3341,8 @@ function Invoke-TranslateAssignments { param($obj) + if($global:chkExcludeAssignments.IsChecked -eq $true) { return } + $filtersInfo = $null $included = @() @@ -3139,6 +3432,7 @@ function Invoke-TranslateAssignments $filterName = $null $filterMode = $null + $fullValueTable = $null # ToDo: Not an OK way of specifying this! if(($assignment.PSObject.Properties | Where Name -eq "intent") -and @@ -3236,16 +3530,37 @@ function Invoke-TranslateAssignments $value = Get-LanguageString "SettingDetails.licenseTypeUser" } } - elseif($settingProp -eq "restartSettings" -and $null -eq $assignment.settings.$settingProp) + elseif($settingProp -eq "restartSettings") { - $value = Get-LanguageString "SettingDetails.disabledOption" + if($null -eq $assignment.settings.$settingProp) + { + $value = Get-LanguageString "SettingDetails.disabledOption" + } + else + { + $valueArr = @() + #$valueArr += Get-LanguageString "SettingDetails.enabledOption" + $valueArr += "$((Get-LanguageString "Assignment.RestartGracePeriod.durationInMinutes"))=$($assignment.settings.restartSettings.gracePeriodInMinutes)" + $valueArr += "$((Get-LanguageString "Assignment.RestartGracePeriod.countdownDialog"))=$($assignment.settings.restartSettings.countdownDisplayBeforeRestartInMinutes)" + + if($null -eq $assignment.settings.restartSettings.restartNotificationSnoozeDurationInMinutes) + { + $valueArr += "$((Get-LanguageString "Assignment.RestartGracePeriod.allowSnooze"))=$((Get-LanguageString "SettingDetails.no"))" + } + else + { + $valueArr += "$((Get-LanguageString "Assignment.RestartGracePeriod.allowSnooze"))=$((Get-LanguageString "SettingDetails.yes"))" + $valueArr += "$((Get-LanguageString "Assignment.RestartGracePeriod.snoozeDurationInMinutes"))=$($assignment.settings.restartSettings.restartNotificationSnoozeDurationInMinutes)" + } + $value = $valueArr -join $script:objectSeparator + } } elseif($settingProp -eq "notifications") { $value = ?? (Get-LanguageString "AppResources.AssignmentToast.$($assignment.settings.$settingProp)") $assignment.settings.$settingProp } elseif($settingProp -eq "installTimeSettings") - { + { $asap = Get-LanguageString "Assignment.SoftwareInstallationTime.defaultTime" $startValue = $asap $value = $asap @@ -3278,6 +3593,10 @@ function Invoke-TranslateAssignments } $assignmentSettingProps.Add("startTimeColumnLabel", $startValue) + if($assignment.Intent -eq "available") + { + continue # No install deadline on available assignments + } } elseif($settingProp -eq "deliveryOptimizationPriority") { @@ -3455,6 +3774,25 @@ function Add-CustomSettingObject $script:objectSettingsData += $settingsObj } +function Save-DocumentationFile +{ + param($content, $fileName, [switch]$OpenFile) + + try + { + $content | Out-File -LiteralPath $fileName -Force -Encoding utf8 -ErrorAction Stop + Write-Log "$fileName saved successfully" + if($OpenFile -eq $true) + { + Invoke-Item $fileName + } + } + catch + { + Write-LogError "Failed to save file $fileName." $_.Exception + } +} + #region Initiate documentation function Show-DocumentationForm { @@ -3477,17 +3815,24 @@ function Show-DocumentationForm if($SelectedDocuments -eq $true) { $objectList += $objects + $objects | ForEach-Object { $_.IsSelected = $true } } else { - $objects | ForEach-Object { + $objects | ForEach-Object { + # This will create a new "root" object so it doesn't update properties like IsSelected ect on the original object $item = [PSCustomObject]@{ - IsSelected = $true - Title = (Get-GraphObjectName $_.Object $_.ObjectType) - Object = $_.Object - ObjectType = $_.ObjectType + Title = $null } - $objectList += $item + + foreach($prop in $_.PSObject.Properties) + { + $item | Add-Member Noteproperty -Name $prop.Name -Value $_."$($prop.Name)" -Force + } + + $item.Title = (Get-GraphObjectName $_.Object $_.ObjectType) + $item.IsSelected = $true + $objectList += $item } } $sourceType = "Objects" @@ -3545,7 +3890,10 @@ function Show-DocumentationForm if($ShowFolderSource -ne $true) { $global:grdDocumentFromFolder.Visibility = "Collapsed" - $global:spDocumentFromFolder.Visibility = "Collapsed" + $global:spDocumentFromFolder.Visibility = "Collapsed" + + $global:txtDocumentFilter.Visibility = "Collapsed" + $global:spDocumentFilter.Visibility = "Collapsed" } else { @@ -3782,6 +4130,10 @@ function local:Set-FromValues $global:chkSetUnconfiguredValue.IsChecked = ((Get-Setting "Documentation" "SetUnconfiguredValue" "true") -ne "false") $global:chkSetDefaultValue.IsChecked = ((Get-Setting "Documentation" "SetDefaultValue" "false") -ne "false") + $global:chkIncludeScripts.IsChecked = ((Get-Setting "Documentation" "IncludeScripts" "true") -ne "false") + $global:chkExcludeScriptSignature.IsChecked = ((Get-Setting "Documentation" "ExcludeScriptSignature" "false") -ne "false") + $global:chkExcludeAssignments.IsChecked = ((Get-Setting "Documentation" "ExcludeAssignments" "false") -eq "true") + $notConfiguredItems = "[ { Name: `"Not configured (Localized)`",Value: `"notConfigured`" }, { Name: `"Empty`",Value: `"empty`" }, { Name: `"Don't change`",Value: `"asis`" }]" | ConvertFrom-Json $global:cbNotConifugredText.ItemsSource = $notConfiguredItems $global:cbNotConifugredText.SelectedValue = (Get-Setting "Documentation" "NotConfiguredText" "") @@ -3824,6 +4176,9 @@ function local:Invoke-StartDocumentatiom Save-Setting "Documentation" "SetUnconfiguredValue" $global:chkSetUnconfiguredValue.IsChecked Save-Setting "Documentation" "SetDefaultValue" $global:chkSetDefaultValue.IsChecked + Save-Setting "Documentation" "IncludeScripts" $global:chkIncludeScripts.IsChecked + Save-Setting "Documentation" "ExcludeScriptSignature" $global:chkExcludeScriptSignature.IsChecked + Save-Setting "Documentation" "ExcludeAssignments" $global:chkExcludeAssignments.IsChecked Save-Setting "Documentation" "SkipNotConfigured" $global:chkSkipNotConfigured.IsChecked Save-Setting "Documentation" "SkipDefaultValues" $global:chkSkipDefaultValues.IsChecked @@ -3847,21 +4202,31 @@ function local:Invoke-StartDocumentatiom { $groupSourceList += $tmpObj $curObjectType = $tmpObj.ObjectType + if($curObjectType.GroupId -eq "EndpointSecurity") + { + $catName = Get-IntentCategory $tmpObj.Category + $tmpObj | Add-Member Noteproperty -Name "CategoryName" -Value $catName -Force + } + else + { + $tmpObj | Add-Member Noteproperty -Name "Category" -Value $tmpObj.ObjectType.Id -Force + } + + $tmpObj | Add-Member Noteproperty -Name "GroupName" -Value (Get-ObjectTypeGroupName $tmpObj.ObjectType) -Force } if($groupSourceList.Count -eq 0) { contnue } - if($curObjectType -eq "EndpointSecurity") + if($curObjectType.GroupId -eq "EndpointSecurity") { - $catName = Get-IntentCategory $tmpObj.Category - $tmpObj | Add-Member Noteproperty -Name "CategoryName" -Value $catName -Force - $sortProps = @("CategoryName","displayName") + $sortProps = @("CategoryName","Title") # "displayName") } else { - $sortProps = @((?? $objectType.NameProperty "displayName")) + #!!!###$sortProps = @({$_.ObjectType.Title},{(Get-GraphObjectName $_.Object $_.ObjectType)}) #@("Title") #@((?? $objectType.NameProperty "displayName")) + $sortProps = @({$_.GroupName},{(Get-GraphObjectName $_.Object $_.ObjectType)}) } - $sourceList += $groupSourceList | Sort-Object -Property $sortProps + $sourceList += ($groupSourceList | Sort-Object -Property $sortProps) } } elseif($global:grdDocumentObjects.Tag -eq "ObjectTypes") @@ -3889,7 +4254,7 @@ function local:Invoke-StartDocumentatiom if($fromExportFolder -eq $false) { - $graphObjects = @(Get-GraphObjects -property $objectType.ViewProperties -objectType $objectType) + [array]$graphObjects = Get-GraphObjects -property $objectType.ViewProperties -objectType $objectType } else { @@ -3916,9 +4281,15 @@ function local:Invoke-StartDocumentatiom } else { - $sortProps = @({$_.ObjectType.Title}, (?? $objectType.NameProperty "displayName")) + foreach($tmpObj in $groupSourceList) + { + $tmpObj | Add-Member Noteproperty -Name "Category" -Value $tmpObj.ObjectType.Id -Force + $tmpObj | Add-Member Noteproperty -Name "GroupName" -Value (Get-ObjectTypeGroupName $tmpObj.ObjectType) -Force + } + #!!!###$sortProps = @({$_.ObjectType.Title},{(Get-GraphObjectName $_.Object $_.ObjectType)}) + $sortProps = @({$_.GroupName},{(Get-GraphObjectName $_.Object $_.ObjectType)}) } - $sourceList += $groupSourceList | Sort-Object -Property $sortProps + $sourceList += ($groupSourceList | Sort-Object -Property $sortProps) } } else @@ -3967,209 +4338,202 @@ function local:Invoke-StartDocumentatiom $tmpCurObjectType = $null $tmpCurObjectGroup = $null $allObjectTypeObjects = @() - if($objGroup.GroupId -eq "EndpointSecurity") - { - $groupCategoryCount = ($sourceList | ForEach-Object { $_.CategoryName } | Select -Unique).Count - } - else - { - $groupCategoryCount = ($sourceList | ForEach-Object { $_.ObjectType.Id } | Select -Unique).Count - } - foreach($tmpObj in ($sourceList)) + $groupCategoryCount = 2 # Force group header. The above code is not working since it should be inside the actual group + + $filter = $global:txtDocumentFilter.Text.Trim() + + Write-Log "Filter: $filter" + + $tmpList = @() + + # Remove objects that should be excluded based on filter + # Get documentation data and remove objects not supporting documentation + foreach($curObj in $sourceList) { - if($allObjectTypeObjects.Count -gt 0 -and $tmpCurObjectGroup -ne $tmpObj.ObjectType.GroupId -and $tmpCurObjectType -ne $tmpObj.ObjectType.Id) + # Filter out objects if they return scopeTags in a list + if($curObj.ObjectType.ScopeTagsReturnedInList -ne $false -and (Confirm-GraphMatchFilter $curObj $filter) -eq $false) { - if($global:cbDocumentationType.SelectedItem.ProcessAllObjects) - { - & $global:cbDocumentationType.SelectedItem.ProcessAllObjects $allObjectTypeObjects - $allObjectTypeObjects = @() - } - else - { - Write-Log "ProcessAllObjects not defined. $tmpCurObjectType will not be documented" 3 - } + continue } - - if($tmpObj.Object."@ObjectFromFile" -eq $true) + + if($curObj.Object."@ObjectFromFile" -eq $true) { - $obj = $tmpObj + $obj = $curObj } else { - $obj = Get-GraphObject $tmpObj.Object $tmpObj.ObjectType + $obj = Get-GraphObject $curObj.Object $curObj.ObjectType + $curObj.Object = $obj.Object } - if($obj) + # Second check for object types that don't return scopeTag in list + if($curObj.ObjectType.ScopeTagsReturnedInList -eq $false -and (Confirm-GraphMatchFilter $obj $filter) -eq $false) + { + continue + } + + $documentedObj = Get-ObjectDocumentation $curObj + if($documentedObj.ErrorText) { - $documentedObj = Get-ObjectDocumentation $obj - - if($documentedObj.ErrorText) + if($txtDocumentationRawData.Text) { - if($txtDocumentationRawData.Text) - { - $txtDocumentationRawData.Text += "`n`n" - } - - $txtDocumentationRawData.Text += "#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - $txtDocumentationRawData.Text += "`n#`n# Object: $((Get-GraphObjectName $obj.Object $obj.ObjectType))" - $txtDocumentationRawData.Text += "`n# Type: $($obj.Object.'@OData.Type')" - $txtDocumentationRawData.Text += "`n#`n# Object not documented. Error:" - $txtDocumentationRawData.Text += "`n# $(($documentedObj.ErrorText -replace "`n","`n# "))" - $txtDocumentationRawData.Text += "`n#`n#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - continue + $txtDocumentationRawData.Text += "`n`n" } - if($global:cbDocumentationType.SelectedItem.CustomProcess) - { - # The provider takes care of all the processing - Write-Status "Run CustomProcess for $($global:cbDocumentationType.SelectedItem.Name)" - $ret = & $global:cbDocumentationType.SelectedItem.CustomProcess $obj $documentedObj - if($ret -is [boolean] -and $ret -eq $true) { continue } - } + $txtDocumentationRawData.Text += "#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + $txtDocumentationRawData.Text += "`n#`n# Object: $((Get-GraphObjectName $curObj.Object $curObj.ObjectType))" + $txtDocumentationRawData.Text += "`n# Type: $($curObj.Object.'@OData.Type')" + $txtDocumentationRawData.Text += "`n#`n# Object not documented. Error:" + $txtDocumentationRawData.Text += "`n# $(($documentedObj.ErrorText -replace "`n","`n# "))" + $txtDocumentationRawData.Text += "`n#`n#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + continue + } + elseif(-not $documentedObj) + { + continue + } - if($tmpCurObjectGroup -ne $obj.ObjectType.GroupId) - { - # A group matches a menu item in the protal but can contain multiple object types - # New object group e.g. Script, Tennant, Device Configuration - if($global:cbDocumentationType.SelectedItem.NewObjectGroup) - { - Write-Status "Run NewObjectGroup for $($global:cbDocumentationType.SelectedItem.Name)" - $ret = & $global:cbDocumentationType.SelectedItem.NewObjectGroup $obj $documentedObj - if($ret -is [boolean] -and $ret -eq $true) { continue } - } - $tmpCurObjectGroup = $obj.ObjectType.GroupId - } + $curObj | Add-Member Noteproperty -Name "Documentation" -Value $documentedObj -Force - if(($objGroup.GroupId -eq "EndpointSecurity" -and $tmpObj.CategoryName -ne $tmpCurObjectType) -or - ($objGroup.GroupId -ne "EndpointSecurity" -and $tmpCurObjectType -ne $obj.ObjectType.Id)) - { - # New object type e.g Administrative Template, VPN profile etc. - if($global:cbDocumentationType.SelectedItem.NewObjectType) + $tmpList += $curObj + } + $sourceList = $tmpList + + # Add each object to the documentation + foreach($curGroupId in ($sourceList.ObjectType | Select GroupID -Unique).GroupID) + { + # New object group e.g. Script, Tennant, Device Configuration + # A group matches a menu item in the protal but can contain multiple object types + if($global:cbDocumentationType.SelectedItem.NewObjectGroup) + { + Write-Status "Run NewObjectGroup for $($global:cbDocumentationType.SelectedItem.Name)" + $ret = & $global:cbDocumentationType.SelectedItem.NewObjectGroup $curGroupId + if($ret -is [boolean] -and $ret -eq $true) { continue } + } + + foreach($curCategory in ($sourceList | Where { $_.ObjectType.GroupID -eq $curGroupId } | Select Category -Unique).Category) + { + $obj = $sourceList | Where { $_.Category -eq $curCategory } | Select -First 1 + if(-not $obj) { continue } + + # New object type e.g Administrative Template, VPN profile etc. + if($global:cbDocumentationType.SelectedItem.NewObjectType) + { + if($obj.ObjectType.GroupId -eq "EndpointSecurity") { - Write-Status "Run NewObjectType for $($global:cbDocumentationType.SelectedItem.Name)" - $ret = & $global:cbDocumentationType.SelectedItem.NewObjectType $tmpObj $documentedObj $groupCategoryCount - if($ret -is [boolean] -and $ret -eq $true) { continue } - } - if($objGroup.GroupId -eq "EndpointSecurity") - { - $tmpCurObjectType = $tmpObj.CategoryName + $objectTypeString = $obj.CategoryName } else { - $tmpCurObjectType = $obj.ObjectType.Id + $objectTypeString = $obj.GroupName #!!!###$obj.ObjectType.Title } - $allObjectTypeObjects = @() - } + $objectTypeString = (?? $objectTypeString $obj.ObjectType.Title) - if($documentedObj) - { - Add-RawDataInfo $obj.Object $obj.ObjectType + Write-Status "Run NewObjectType for $($global:cbDocumentationType.SelectedItem.Name)" + $ret = & $global:cbDocumentationType.SelectedItem.NewObjectType $objectTypeString + if($ret -is [boolean] -and $ret -eq $true) { continue } + } - $updateNotConfigured = $true - $notConfiguredLoc = Get-LanguageString "BooleanActions.notConfigured" - $notConfiguredText = "" - if($global:cbNotConifugredText.SelectedValue -eq "notConfigured") - { - $notConfiguredText = $notConfiguredLoc - } - elseif($global:cbNotConifugredText.SelectedValue -eq "asis") - { - $updateNotConfigured = $false - } + #ObjectType + foreach($tmpObj in ($sourceList | Where { $_.ObjectType.GroupID -eq $curGroupId -and $_.Category -eq $curCategory})) + { + $obj = $tmpObj + $documentedObj = $obj.Documentation - if($global:cbDocumentationType.SelectedItem.Process) + if($global:cbDocumentationType.SelectedItem.CustomProcess) { - Write-Status "Process $((Get-GraphObjectName $tmpObj.Object $tmpObj.ObjectType)) ($($obj.ObjectType.Title)) - $($global:cbDocumentationType.SelectedItem.Name)" + # The provider takes care of all the processing + Write-Status "Run CustomProcess for $($global:cbDocumentationType.SelectedItem.Name)" + $ret = & $global:cbDocumentationType.SelectedItem.CustomProcess $obj $documentedObj + if($ret -is [boolean] -and $ret -eq $true) { continue } + } - $filteredSettings = @() - foreach($item in $documentedObj.Settings) + if($documentedObj) + { + Add-RawDataInfo $obj.Object $obj.ObjectType + + $updateNotConfigured = $true + $notConfiguredLoc = Get-LanguageString "BooleanActions.notConfigured" + $notConfiguredText = "" + if($global:cbNotConifugredText.SelectedValue -eq "notConfigured") { - if(-not ($item.PSObject.Properties | Where Name -eq "RawValue") -or $documentedObj.UpdateFilteredObject -eq $false) + $notConfiguredText = $notConfiguredLoc + } + elseif($global:cbNotConifugredText.SelectedValue -eq "asis") + { + $updateNotConfigured = $false + } + + if($global:cbDocumentationType.SelectedItem.Process) + { + Write-Status "Process $((Get-GraphObjectName $tmpObj.Object $tmpObj.ObjectType)) ($($obj.ObjectType.Title)) - $($global:cbDocumentationType.SelectedItem.Name)" + + $filteredSettings = @() + foreach($item in $documentedObj.Settings) { - $filteredSettings = $documentedObj.Settings - break - } - - if($global:chkSkipNotConfigured.IsChecked -and (($item.RawValue -isnot [array] -and ([String]::IsNullOrEmpty($item.RawValue) -or ("$($item.RawValue)" -eq "notConfigured"))) -or ($item.RawValue -is [array] -and ($item.RawValue | measure).Count -eq 0))) - { - # Skip unconfigured items e.g. properties with null values - # Note: This could removed configured properties if RawValue is not specified - continue - } - elseif($global:chkSkipNotConfigured.IsChecked -and $documentedObj.UnconfiguredProperties -and ($documentedObj.UnconfiguredProperties | Where EntityKey -eq $item.EntityKey)) - { - # Skip unconfigured items e.g. boolean with a value but Not Configured - continue - } - - if($global:chkSkipDefaultValues.IsChecked -and (($item.DefaultValue -and $item.RawValue -eq $item.DefaultValue) -or ($item.UnconfiguredValue -and $item.RawValue -eq $item.UnconfiguredValue))) - { - # Skip items that is using default or unconfiguered values - continue - } - - if($global:chkSkipDisabled.IsChecked -and ($item.Enabled -is [Boolean] -and ($item.Enabled -eq $false))) - { - # Skip Disabled items - continue - } - elseif($item.EntityKey -and ($item.Enabled -is [Boolean] -and ($item.Enabled -eq $false))) - { - if(($documentedObj.Settings | Where { $_.EntityKey -eq $item.EntityKey -and $_.Enabled -eq $true })) + if(-not ($item.PSObject.Properties | Where Name -eq "RawValue") -or $documentedObj.UpdateFilteredObject -eq $false) { - # Skip a disabled item if there is another item with the same property that is enabled + $filteredSettings = $documentedObj.Settings + break + } + + if($global:chkSkipNotConfigured.IsChecked -and (($item.RawValue -isnot [array] -and ([String]::IsNullOrEmpty($item.RawValue) -or ("$($item.RawValue)" -eq "notConfigured"))) -or ($item.RawValue -is [array] -and ($item.RawValue | measure).Count -eq 0))) + { + # Skip unconfigured items e.g. properties with null values + # Note: This could removed configured properties if RawValue is not specified + continue + } + elseif($global:chkSkipNotConfigured.IsChecked -and $documentedObj.UnconfiguredProperties -and ($documentedObj.UnconfiguredProperties | Where EntityKey -eq $item.EntityKey)) + { + # Skip unconfigured items e.g. boolean with a value but Not Configured + continue + } + + if($global:chkSkipDefaultValues.IsChecked -and (($item.DefaultValue -and $item.RawValue -eq $item.DefaultValue) -or ($item.UnconfiguredValue -and $item.RawValue -eq $item.UnconfiguredValue))) + { + # Skip items that is using default or unconfiguered values + continue + } + + if($global:chkSkipDisabled.IsChecked -and ($item.Enabled -is [Boolean] -and ($item.Enabled -eq $false))) + { + # Skip Disabled items continue } + elseif($item.EntityKey -and ($item.Enabled -is [Boolean] -and ($item.Enabled -eq $false))) + { + if(($documentedObj.Settings | Where { $_.EntityKey -eq $item.EntityKey -and $_.Enabled -eq $true })) + { + # Skip a disabled item if there is another item with the same property that is enabled + continue + } + } + + if($updateNotConfigured -and (($item.RawValue -isnot [array] -and ($null -eq $item.RawValue -or "$($item.RawValue)" -eq "" -or "$($item.RawValue)" -eq "notConfigured") -and [String]::IsNullOrEmpty($item.Value)) -or ($item.RawValue -is [array] -and ($item.RawValue | measure).Count -eq 0))) + { + $item.Value = $notConfiguredText + } + + if($global:chkSkipNotConfigured.IsChecked -and $item.Value -eq $notConfiguredLoc) + { + # Skip unconfigured items based on value e.g. value = Not Configured + Write-Log "Skipping property $($item.Name) based on '$($notConfiguredLoc)' string value" 2 + continue + } + + $filteredSettings += $item } - - if($updateNotConfigured -and (($item.RawValue -isnot [array] -and ($null -eq $item.RawValue -or "$($item.RawValue)" -eq "" -or "$($item.RawValue)" -eq "notConfigured") -and [String]::IsNullOrEmpty($item.Value)) -or ($item.RawValue -is [array] -and ($item.RawValue | measure).Count -eq 0))) - { - $item.Value = $notConfiguredText - } - - if($global:chkSkipNotConfigured.IsChecked -and $item.Value -eq $notConfiguredLoc) - { - # Skip unconfigured items based on value e.g. value = Not Configured - Write-Log "Skipping property $($item.Name) based on '$($notConfiguredLoc)' string value" 2 - continue - } - - $filteredSettings += $item - } - - $documentedObj | Add-Member Noteproperty -Name "FilteredSettings" -Value $filteredSettings -Force - - if($obj.ObjectType.DocumentAll -eq $true) - { - $allObjectTypeObjects += [PSCustomObject]@{ - Object = $obj - DocumentationObject = $documentedObj - } - } - else - { + + $documentedObj | Add-Member Noteproperty -Name "FilteredSettings" -Value $filteredSettings -Force + & $global:cbDocumentationType.SelectedItem.Process $obj.Object $obj.ObjectType $documentedObj } } } } } - - if($allObjectTypeObjects.Count -gt 0) - { - if($global:cbDocumentationType.SelectedItem.ProcessAllObjects) - { - & $global:cbDocumentationType.SelectedItem.ProcessAllObjects $allObjectTypeObjects - $allObjectTypeObjects = @() - } - else - { - Write-Log "ProcessAllObjects not defined. $tmpCurObjectType will not be documented" 3 - } - } - - + if($global:cbDocumentationType.SelectedItem.PostProcess) { Write-Status "Run PostProcess for $($global:cbDocumentationType.SelectedItem.Name)" @@ -4185,6 +4549,68 @@ function local:Invoke-StartDocumentatiom Write-Status "" } +function Confirm-MatchFilter +{ + param($graphObj, [string]$filter) + + if(-not $filter.Trim()) { return $true } + + $filterScope = "" + + if($filter -like "scope:*" -or $filter -like "tag:*") + { + $filterScope = $filter.Split(':')[1] + } + + $objName = Get-GraphObjectName $graphObj.Object $graphObj.ObjectType + if($filterScope) + { + if(($graphObj.Object.PSObject.Properties | Where Name -eq "roleScopeTagIds")) + { + $scopeTagProperty = "roleScopeTagIds" + } + elseif(($graphObj.Object.PSObject.Properties | Where Name -eq "roleScopeTags")) + { + $scopeTagProperty = "roleScopeTags" + } + else + { + Write-Log "$objName excluded based on Scope(Tags) not supported on $($graphObj.ObjectType.GroupId) objects" + continue + } + + if(-not $script:scopeTags -and $script:offlineDocumentation -ne $true) + { + $script:scopeTags = (Invoke-GraphRequest -Url "/deviceManagement/roleScopeTags").Value + } + + $found = $false + foreach($scopeTagId in $graphObj.Object."$scopeTagProperty") + { + $scopeTagObj = $script:scopeTags | Where Id -eq $scopeTagId + if($scopeTagObj -and $filterScope -and $scopeTagObj.displayName -match [RegEx]::Escape($filterScope)) + { + return $true + } + } + + if($found -eq $false) + { + Write-Log "$objName excluded based on no Scope(Tags) found that matches the filter" + return $false + } + } + else + { + if($objName -and $filter -and $objName -notmatch [RegEx]::Escape($filter)) + { + Write-Log "$objName excluded based on the name does not match the filter" + return $false + } + } + return $true +} + function Get-DocOfflineObjects { param($objectName) @@ -4445,4 +4871,144 @@ function Invoke-CSVProcessItem Write-LogError "Failed to save CSV file $(($folder + "\$($objName).csv"))" $_.Exception } } -#endregion \ No newline at end of file +#endregion + +#region Invoke-ScopeTags +function Get-ScopeTagsItems +{ + param($documentationObjects, $objectType) + + if((($documentationObjects | Where { $_.Object.ObjectType.Id -eq "ScopeTags" }) | measure).Count -gt 0) + { + $items = @() + + $nameLabel = Get-LanguageString "Inputs.displayNameLabel" + $descriptionLabel = Get-LanguageString "TableHeaders.description" + $assignmentsLabel = Get-LanguageString "TableHeaders.assignments" + + foreach($fullObj in ($documentationObjects | Where { $_.Object.ObjectType.Id -eq "ScopeTags" })) + { + $obj = $fullObj.Object + + $groupIDs, $groupInfo, $filterIds,$filtersInfo = Get-ObjectAssignments $obj + + $items += [PSCustomObject]@{ + $nameLabel = $obj.displayName + ID = $obj.Id + $descriptionLabel = $obj.Description + $assignmentsLabel = ($groupInfo.displayName -join $script:objectSeparator) + } + } + + $items = $items | Sort -Property $nameLabel + + $documentationInfo = [PSCustomObject]@{ + TypeName = (Get-LanguageString "SettingDetails.scopeTags") + ObjectType = $objectType + Properties = @($nameLabel,"id", $descriptionLable, $assignmentsLabel) + Items = $items + } + + return $documentationInfo + } +} +#endregion + +function Get-ObjectAssignments +{ + param($obj) + + $groupIds = @() + $groupInfo = @() + $filterIds = @() + + foreach($assignment in $obj.assignments) + { + if($assignment.target.groupId -and $assignment.target.groupId -notin $groupIds) + { + $groupIds += $assignment.target.groupId + } + + if($assignment.target.deviceAndAppManagementAssignmentFilterId -and ($assignment.target.deviceAndAppManagementAssignmentFilterId -notin $filterIds)) + { + $filterIds += $assignment.target.deviceAndAppManagementAssignmentFilterId + } + } + + $groupInfo = $null + + if($groupIds.Count -gt 0 -and $script:offlineDocumentation -ne $true) + { + $ht = @{} + $ht.Add("ids", @($groupIds | Unique)) + + $body = $ht | ConvertTo-Json + + $groupInfo = (Invoke-GraphRequest -Url "/directoryObjects/getByIds?`$select=displayName,id" -Content $body -Method "Post").Value + } + + if(($null -eq $groupInfo -or ($groupInfo | measure).Count -eq 0) -and $obj."@ObjectFromFile" -eq $true -and $script:migTable) + { + ### Get group info from mig table when documenting from file if there's no access to the environment + $groupInfo = $script:migTable.Objects | Where Type -eq "Group" + } + + if($filterIds.Count -gt 0) + { + if($script:offlineDocumentation -eq $true) + { + if($script:offlineObjects["AssignmentFilters"]) + { + $filtersInfo = $script:offlineObjects["AssignmentFilters"] | Where { $_.Id -in $filterIds } + } + else + { + Write-Log "No assignment filters loaded for Offline documentation. Check export folder" 2 + } + } + else + { + $batchInfo = @{} + $requests = @() + #{"requests":[{"id":"","method":"GET","url":"deviceManagement/assignmentFilters/?$select=displayName"}]} + foreach($filterId in $filterIds) + { + $requests += [PSCustomObject]@{ + id = $filterId + method = "GET" + "url" = "deviceManagement/assignmentFilters/$($filterId)?`$select=displayName" + } + } + $batchInfo = @{"requests"=$requests} + $jsonBody = $batchInfo | ConvertTo-Json + + $filtersInfo = (Invoke-GraphRequest -Url "/`$batch" -Content $jsonBody -Method "Post").responses.body + } + } + + @($groupIds, $groupInfo, $filterIds, $filtersInfo) +} + +function Get-TableObjects +{ + param($objectTypeId) + + if(-not $objectTypeId -or $script:ObjectTypeFullTable -isnot [HashTable]) { return } + + if($script:ObjectTypeFullTable.ContainsKey($objectTypeId)) + { + return $script:ObjectTypeFullTable[$objectTypeId] + } +} + +function Set-TableObjects +{ + param($objectInfo) + + if(-not $objectInfo.ObjectType -or $script:ObjectTypeFullTable -isnot [HashTable]) { return } + + if($script:ObjectTypeFullTable.ContainsKey($objectInfo.ObjectType.Id) -eq $false) + { + $script:ObjectTypeFullTable.Add($objectInfo.ObjectType.Id, $objectInfo) + } +} \ No newline at end of file diff --git a/Extensions/DocumentationCustom.psm1 b/Extensions/DocumentationCustom.psm1 index 558e2b1..8d63723 100644 --- a/Extensions/DocumentationCustom.psm1 +++ b/Extensions/DocumentationCustom.psm1 @@ -10,7 +10,7 @@ This module will also document some objects based on PowerShell functions function Get-ModuleVersion { - '1.4.0' + '1.5.0' } function Invoke-InitializeModule @@ -27,6 +27,7 @@ function Invoke-InitializeModule PostAddValue = { Invoke-CDDocumentCustomPostAdd @args } ObjectDocumented = { Invoke-CDDocumentCustomObjectDocumented @args } TranslateSectionFile = { Invoke-CDDocumentTranslateSectionFile @args } + PostSettingsCatalog = { Invoke-CDDocumentPostSettingsCatalog @args } }) } @@ -150,11 +151,16 @@ function Invoke-CDDocumentObject } elseif($type -eq '#microsoft.graph.deviceComplianceScript') { - Invoke-CDDocumentdeviceComplianceScript $documentationObj + Invoke-CDDocumentDeviceComplianceScript $documentationObj return [PSCustomObject]@{ Properties = @("Name","Value","Category","SubCategory") } - } + } + elseif($type -eq '#microsoft.graph.roleScopeTag') + { + Invoke-CDDocumentScopeTag $documentationObj + return $true + } } function Get-CDAllManagedApps @@ -810,7 +816,13 @@ function Add-CDDocumentCustomProfileProperty $obj.outOfBoxExperienceSettings | Add-Member Noteproperty -Name "azureADJoinType" -Value $joinType - $obj.outOfBoxExperienceSettings | Add-Member Noteproperty -Name "isLanguageSet" -Value (?: ([String]::IsNullOrEmpty($obj.language)) $false $true) + $obj.outOfBoxExperienceSettings | Add-Member Noteproperty -Name "isLanguageSet" -Value (?: ([String]::IsNullOrEmpty($obj.language)) $false $true) + + if([String]::IsNullOrEmpty($obj.language)) + { + $obj.language = "user-select" + } + $retValue = $true } elseif($obj.'@OData.Type' -eq "#microsoft.graph.officeSuiteApp") @@ -1188,7 +1200,11 @@ function Add-CDDocumentCustomProfileProperty $returnCodes = @() foreach($rc in $obj.returnCodes) { - $returnCodes += ("{0} {1}" -f @($rc.returnCode,(Get-LanguageString "Win32ReturnCodes.CodeTypes.$($rc.type)"))) + $returnCodes += [PSCustomObject]@{ + returnCode = $rc.returnCode + type = (Get-LanguageString "Win32ReturnCodes.CodeTypes.$($rc.type)") + } + #$returnCodes += ("{0} {1}" -f @($rc.returnCode,(Get-LanguageString "Win32ReturnCodes.CodeTypes.$($rc.type)"))) } $dependencyApps = @() @@ -1226,6 +1242,7 @@ function Add-CDDocumentCustomProfileProperty { $lngId = "script" $textValue = $rule.displayName + Add-ObjectScript $rule.displayName ("{0} - {1}" -f @($obj.displayName, "Requirement script")) $rule.ScriptContent } $requirementRulesSummary += ("{0} {1}" -f @((Get-LanguageString "Win32Requirements.AdditionalRequirements.RequirementTypeOptions.$lngId"),$textValue)) } @@ -1233,6 +1250,11 @@ function Add-CDDocumentCustomProfileProperty if(($obj.detectionRules | Where '@OData.Type' -eq "#microsoft.graph.win32LobAppPowerShellScriptDetection")) { $detectionRulesType = Get-LanguageString "DetectionRules.RuleConfigurationOptions.customScript" + foreach($rule in $obj.detectionRules) + { + $header = (Get-LanguageString "ProactiveRemediations.Create.Settings.DetectionScriptMultiLineTextBox.label") + Add-ObjectScript $header ("{0} - {1}" -f @($obj.displayName,$header)) $rule.ScriptContent + } } else { @@ -1257,12 +1279,13 @@ function Add-CDDocumentCustomProfileProperty $detectionRulesSummary += ("{0} {1}" -f @((Get-LanguageString "DetectionRules.Manual.RuleTypeOptions.$lngId"),$textValue)) } } + $obj | Add-Member Noteproperty -Name "requirementRulesSummary" -Value ($requirementRulesSummary -join $objSeparator) -Force $obj | Add-Member Noteproperty -Name "detectionRulesSummary" -Value ($detectionRulesSummary -join $objSeparator) -Force $obj | Add-Member Noteproperty -Name "dependencyApps" -Value ($dependencyApps -join $objSeparator) -Force $obj | Add-Member Noteproperty -Name "supersededApps" -Value ($supersededApps -join $objSeparator) -Force $obj | Add-Member Noteproperty -Name "detectionRulesType" -Value $detectionRulesType -Force - $obj | Add-Member Noteproperty -Name "returnCodes" -Value ($returnCodes -join $objSeparator) -Force + $obj | Add-Member Noteproperty -Name "returnCodes" -Value $returnCodes -Force $obj | Add-Member Noteproperty -Name "win10Release" -Value (Get-LanguageString "MinimumOperatingSystem.Windows.V10Release.release$($obj.minimumSupportedWindowsRelease)") -Force } elseif($obj.'@OData.Type' -eq "#microsoft.graph.deviceHealthScript") @@ -1274,12 +1297,29 @@ function Add-CDDocumentCustomProfileProperty if($obj.detectionScriptContent) { $obj | Add-Member Noteproperty -Name "detectionScriptContentString" -Value ([System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String(($obj.detectionScriptContent)))) + $header = Get-LanguageString "ProactiveRemediations.Create.Settings.DetectionScriptMultiLineTextBox.label" + Add-ObjectScript $header ("{1} - {0}" -f $obj.displayName,$header) $obj.detectionScriptContent } if($obj.remediationScriptContent) { $obj | Add-Member Noteproperty -Name "remediationScriptContentString" -Value ([System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String(($obj.remediationScriptContent)))) + $header = Get-LanguageString "ProactiveRemediations.Create.Settings.RemediationScriptMultiLineTextBox.label" + Add-ObjectScript $header ("{1} - {0}" -f $obj.displayName,$header) $obj.remediationScriptContent + } + } + elseif($obj.'@OData.Type' -eq "#microsoft.graph.deviceManagementScript") + { + if($obj.ScriptContent) + { + Add-ObjectScript $obj.FileName ("{1} - {0}" -f $obj.displayName,(Get-LanguageString "WindowsManagement.powerShellScriptObjectName")) $obj.ScriptContent + } + } + elseif($obj.'@OData.Type' -eq "#microsoft.graph.deviceShellScript") + { + if($obj.ScriptContent) + { + Add-ObjectScript $obj.FileName ("{1} - {0}" -f $obj.displayName,(Get-LanguageString "WindowsManagement.shellScriptObjectName")) $rule.ScriptContent } - } elseif($obj.'@OData.Type' -eq "#microsoft.graph.windows10TeamGeneralConfiguration") { @@ -1313,6 +1353,13 @@ function Add-CDDocumentCustomProfileProperty $obj | Add-Member Noteproperty -Name "hasForceRestart" -Value $true } } + elseif($obj.'@OData.Type' -like "#microsoft.graph.windowsWifiConfiguration") + { + if($obj.wifiSecurityType -eq "wpa2Personal") + { + $obj.preSharedKey = "********" + } + } if(($obj.PSObject.Properties | where Name -eq "securityRequireSafetyNetAttestationBasicIntegrity") -and ($obj.PSObject.Properties | where Name -eq "securityRequireSafetyNetAttestationCertifiedDevice")) @@ -1332,6 +1379,7 @@ function Add-CDDocumentCustomProfileProperty $retValue = $true } + if(($obj.PSObject.Properties | Where Name -eq "periodOfflineBeforeWipeIsEnforced")) { #Conditional Launch settings for AppProtection policies @@ -3851,7 +3899,7 @@ function Invoke-CDDocumentTranslateSectionFile #endregion #region -function Invoke-CDDocumentdeviceComplianceScript +function Invoke-CDDocumentDeviceComplianceScript { param($documentationObj) @@ -3914,4 +3962,70 @@ function Invoke-CDDocumentdeviceComplianceScript SubCategory = $null }) } +#endregion + +#region Settings Catalog + +function Invoke-CDDocumentPostSettingsCatalog +{ + param($obj, $objectType, $settingsData) + + if($obj.templateReference.TemplateId.StartsWith("19c8aa67-f286-4861-9aa0-f23541d31680")) + { + $reusableSettingsType = Get-GraphObjectType "ReusableSettings" + if($reusableSettingsType) + { + foreach($setting in ($settingsData | Where SettingId -eq "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_remoteaddressdynamickeywords")) + { + $reusableSettings = Invoke-GraphRequest -Url "$($reusableSettingsType.API)/$($setting.RawValue)" + if($reusableSettings.displayName) + { + $setting.Value = $reusableSettings.displayName + } + else + { + Write-Log "No Reusable Settings object found with ID $($setting.RawValue)" 2 + } + } + } + } +} +#endregion + +#region Scope Tags +function Invoke-CDDocumentScopeTag +{ + param($obj, $objectType) + + $script:objectSeparator = ?? $global:cbDocumentationObjectSeparator.SelectedValue ([System.Environment]::NewLine) + $script:propertySeparator = ?? $global:cbDocumentationPropertySeparator.SelectedValue "," + + $groupIDs, $groupInfo, $filterIds,$filtersInfo = Get-ObjectAssignments $obj.Object + + $nameLabel = Get-LanguageString "Inputs.displayNameLabel" + $descriptionLabel = Get-LanguageString "TableHeaders.description" + $assignmentsLabel = Get-LanguageString "TableHeaders.assignments" + + $scopeTagInfo = Get-TableObjects $obj.ObjectType + + if(-not $scopeTagInfo) + { + $scopeTagInfo = [PSCustomObject]@{ + TypeName = (Get-LanguageString "SettingDetails.scopeTags") + ObjectType = $obj.ObjectType + Properties = @($nameLabel, "id", $descriptionLable, $assignmentsLabel) + Items = @() + } + Set-TableObjects $scopeTagInfo + } + + $scopeTagInfo.Items += ([PSCustomObject]@{ + $nameLabel = $obj.displayName + ID = $obj.Id + $descriptionLabel = $obj.Description + $assignmentsLabel = ($groupInfo.displayName -join $script:objectSeparator) + Object = $documentationObj.Object + }) +} + #endregion \ No newline at end of file diff --git a/Extensions/DocumentationHTML.psm1 b/Extensions/DocumentationHTML.psm1 new file mode 100644 index 0000000..08f979e --- /dev/null +++ b/Extensions/DocumentationHTML.psm1 @@ -0,0 +1,657 @@ +function Get-ModuleVersion +{ + '1.0.0' +} + +function Invoke-InitializeModule +{ + Add-OutputType ([PSCustomObject]@{ + Name="HTML" + Value="html" + OutputOptions = (Add-HTMLOptionsControl) + #Activate = { Invoke-HTMLActivate @args } + PreProcess = { Invoke-HTMLPreProcessItems @args } + NewObjectGroup = { Invoke-HTMLNewObjectGroup2 @args } + NewObjectType = { Invoke-HTMLNewObjectType2 @args } + Process = { Invoke-HTMLProcessItem @args } + PostProcess = { Invoke-HTMLPostProcessItems @args } + ProcessAllObjects = { Invoke-HTMLProcessAllObjects @args } + }) +} + +function Add-HTMLOptionsControl +{ + $script:htmlForm = Get-XamlObject ($global:AppRootFolder + "\Xaml\DocumentationHTMLOptions.xaml") -AddVariables + + Set-XamlProperty $script:htmlForm "cbHTMLDocumentOutputFile" "ItemsSource" ("[ { Name: `"Single file`",Value: `"Full`" }, { Name: `"One file per object`",Value: `"Object`" }]" | ConvertFrom-Json) + Set-XamlProperty $script:htmlForm "cbHTMLDocumentOutputFile" "SelectedValue" (Get-Setting "Documentation" "HTMLDocumentFileType" "Full") + Set-XamlProperty $script:htmlForm "chkHTMLOpenDocument" "IsChecked" (Get-Setting "Documentation" "HTMLOpenFile" $true) + + Set-XamlProperty $script:htmlForm "txtHTMLDocumentName" "Text" (Get-Setting "Documentation" "HTMLDocumentName" "") + Set-XamlProperty $script:htmlForm "txtHTMLCSSFile" "Text" (Get-Setting "Documentation" "HTMLCSSFile" "") + + Add-XamlEvent $script:htmlForm "browseHTMLDocumentName" "add_click" { + $sf = [System.Windows.Forms.SaveFileDialog]::new() + $sf.DefaultExt = "*.html" + $sf.Filter = "HTML (*.html)|*.html|All files (*.*)|*.*" + if($sf.ShowDialog() -eq "OK") + { + Set-XamlProperty $script:htmlForm "txtHTMLDocumentName" "Text" $sf.FileName + Save-Setting "Documentation" "HTMLDocumentName" $sf.FileName + } + } + + Add-XamlEvent $script:htmlForm "browseHTMLCSSFile" "add_click" { + $of = [System.Windows.Forms.OpenFileDialog]::new() + $of.Multiselect = $false + $of.Filter = "CSS Files (*.css)|*.css|All files (*.*)|*.*" + if($of.ShowDialog()) + { + Set-XamlProperty $script:htmlForm "txtHTMLCSSFile" "Text" $of.FileName + Save-Setting "Documentation" "HTMLCSSFile" $of.FileName + } + } + + $script:htmlForm +} +function Invoke-HTMLPreProcessItems +{ + $script:sectionAnchors = @() + $script:totAnchors = @() + $script:htmlStrings = $null + $script:currentItemFileName = $null + + Save-Setting "Documentation" "HTMLDocumentName" (Get-XamlProperty $script:htmlForm "txtHTMLDocumentName" "Text" "") + Save-Setting "Documentation" "HTMLCSSFile" (Get-XamlProperty $script:htmlForm "txtHTMLCSSFile" "Text" "") + Save-Setting "Documentation" "HTMLOpenFile" (Get-XamlProperty $script:htmlForm "chkHTMLOpenDocument" "IsChecked") + Save-Setting "Documentation" "HTMLDocumentFileType" (Get-XamlProperty $script:htmlForm "cbHTMLDocumentOutputFile" "SelectedValue" '') + + $defaultCSSFile = $global:AppRootFolder + "\Documentation\DefaultHTMLStyle.css" + $HTMLCssFile = Get-XamlProperty $script:htmlForm "txtHTMLCSSFile" "Text" $defaultCSSFile + + if(-not $HTMLCssFile) + { + Write-Log "CSS file not specified. Using default" 2 + $HTMLCssFile = $defaultCSSFile + } + elseif([IO.File]::Exists($HTMLCssFile) -eq -$false) + { + Write-Log "CSS file $($HTMLCssFile) not found. Using default" 2 + $HTMLCssFile = $defaultCSSFile + } + + $cssStyle = "" + if([IO.File]::Exists($HTMLCssFile)) + { + Write-Log "Using CSS file $($HTMLCssFile)" + $cssStyle = ((Get-Content -Raw -Path $HTMLCssFile) + [System.Environment]::NewLine) + } + else + { + Write-Log "CSS file $($HTMLCssFile) not found. No styles applied" 2 + } + + $script:cssStyle = $cssStyle + + $fileName = Expand-FileName (Get-XamlProperty $script:htmlForm "txtHTMLDocumentName" "Text" "%MyDocuments%\%Organization%-%Date%.html") + + $script:outFile = $fileName + $script:documentPath = [io.path]::GetDirectoryName($fileName) + + $script:outputType = (Get-XamlProperty $script:htmlForm "cbHTMLDocumentOutputFile" "SelectedValue" "Full") + + if($script:outputType -eq "Object") + { + Write-Log "Document one file for each object + index file" + } + else + { + Write-Log "Document one single file for all objects" + $script:outputType = "Full" + $script:htmlStrings = [System.Text.StringBuilder]::new() + } +} + +function Invoke-HTMLPostProcessItems +{ + $userName = $global:me.displayName + if($global:me.givenName -and $global:me.surname) + { + $userName = ($global:me.givenName + " " + $global:me.surname) + } + + $script:htmlContent = [System.Text.StringBuilder]::new() + $script:htmlContent.AppendLine("") + + $script:htmlContent.AppendLine($script:cssStyle) + + $script:htmlContent.AppendLine("

$((?? $script:htmlDocTitle "Intune documentation"))

") + + $mail = "" + if($global:me.mail) + { + $mail = " ($($global:me.mail))" + } + + $script:htmlContent.AppendLine("Organization: $($global:Organization.displayName)
") + $script:htmlContent.AppendLine("Generated by: $userName$mail
") + $script:htmlContent.AppendLine("Generated: $((Get-Date).ToShortDateString()) $((Get-Date).ToLongTimeString())
") + + if($script:sectionAnchors.Count -gt 0) + { + $script:htmlContent.AppendLine("
") + $script:htmlContent.AppendLine("

Table of Contents

") + } + + $tocMaxLevel = 4 + foreach($header in $script:sectionAnchors) + { + if($tocMaxLevel -gt 0 -and $header.Level -gt $tocMaxLevel) + { + continue + } + + $script:htmlContent.AppendLine("$($header.Name)
") + } + + if($script:sectionAnchors.Count -gt 0) + { + $script:htmlContent.AppendLine("
") + } + + $htmlText = $script:htmlContent.ToString() + if($script:outputType -eq "Full") + { + $htmlText += $script:htmlStrings.ToString() + } + $htmlText += "" + + Save-DocumentationFile $htmlText $script:outFile -OpenFile:((Get-Setting "Documentation" "HTMLOpenFile" $true) -eq $true) +} + +function Invoke-HTMLNewObjectGroup +{ + param($obj, $documentedObj) + + $script:objectHeaderLevel = 2 + + $objectTypeString = Get-ObjectTypeString $obj.Object $obj.ObjectType + + Add-HTMLHeader (?? $objectTypeString $obj.ObjectType.Title) +} + + +function Invoke-HTMLNewObjectType +{ + param($obj, $documentedObj, [int]$groupCategoryCount = 0) + + $script:objectHeaderLevel = 3 + + if($obj.ObjectType.GroupId -eq "EndpointSecurity") + { + $objectTypeString = $obj.CategoryName + } + else + { + $objectTypeString = $obj.ObjectType.Title + } + + Add-HTMLHeader (?? $objectTypeString $obj.ObjectType.Title) + + $script:objectHeaderLevel = 4 +} + +function Invoke-HTMLNewObjectGroup2 +{ + param($groupId) + + $script:objectHeaderLevel = 2 + + $objectTypeString = Get-ObjectTypeString -ObjectType $groupId + + Add-HTMLHeader (?? $objectTypeString $obj.ObjectType.Title) +} + +function Invoke-HTMLNewObjectType2 +{ + param($objectTypeName) + + $script:objectHeaderLevel = 3 + + Add-HTMLHeader $objectTypeName + + $script:objectHeaderLevel = 4 +} + +function Add-HTMLHeader +{ + param ($headerText, [int]$level = $script:objectHeaderLevel, [switch]$ToT, [switch]$SkipTOC) + + if($script:htmlStrings) + { + $prefix = "" + if($ToT -eq $true) + { + $prefix = "Table $(($script:totAnchors.Count + 1)). " + } + + if($ToT -eq $true) + { + $sectionAnchor = "table-$(($script:totAnchors.Count + 1))" + } + else + { + $sectionAnchor = "section-$(($script:sectionAnchors.Count + 1))" + } + + $script:htmlStrings.AppendLine("$headerText") + + $FileName = $script:currentItemFileName + } + else + { + $sectionAnchor = $null + $FileName = $null + } + + if($ToT -eq $true) + { + $script:totAnchors += [PSCustomObject]@{ + Name = $headerText + Anchor = $sectionAnchor + Level = $level + FileName = $FileName + } + } + elseif($SkipTOC -ne $true) + { + $script:sectionAnchors += [PSCustomObject]@{ + Name = $headerText + Anchor = $sectionAnchor + Level = $level + FileName = $FileName + } + } +} + + +function Invoke-HTMLProcessItem +{ + param($obj, $objectType, $documentedObj) + + if(!$documentedObj -or !$obj -or !$objectType) { return } + + $objName = Get-GraphObjectName $obj $objectType + + if($script:outputType -eq "Object") + { + $script:totAnchors = @() + $script:htmlStrings = [System.Text.StringBuilder]::new() + $script:currentItemFileName = (Remove-InvalidFileNameChars "$($objName).html") + } + + Add-HTMLHeader $objName + + $script:htmlStrings.AppendLine("
") + + try + { + foreach($tableType in @("BasicInfo","FilteredSettings")) + { + if($tableType -eq "BasicInfo") + { + $properties = @("Name","Value") + } + elseif($global:txtHTMLDocumentationProperties.SelectedValue -eq 'extended' -and $documentedObj.DisplayProperties) + { + $properties = @("Name","Value","Description") + } + elseif($global:txtHTMLDocumentationProperties.SelectedValue -eq 'custom' -and $global:txtHTMLCustomProperties.Text) + { + $properties = @() + + foreach($prop in $global:txtHTMLCustomProperties.Text.Split(",")) + { + # This will add language support for custom columens (or replacing existing header) + $propInfo = $prop.Split('=') + if(($propInfo | measure).Count -gt 1) + { + $properties += $propInfo[0] + Set-DocColumnHeaderLanguageId $propInfo[0] $propInfo[1] + } + else + { + $properties += $prop + } + } + } + else + { + $properties = (?? $documentedObj.DefaultDocumentationProperties (@("Name","Value"))) + } + + $lngId = ?: ($tableType -eq "BasicInfo") "SettingDetails.basics" "TableHeaders.settings" -AddCategories + + Add-HTMLTableItems $obj $objectType ($documentedObj.$tableType) $properties $lngId -AddCategories -AddSubcategories + } + + if(($documentedObj.ComplianceActions | measure).Count -gt 0) + { + $properties = @("Action","Schedule","MessageTemplate","EmailCC") + + Add-HTMLTableItems $obj $objectType $documentedObj.ComplianceActions $properties "Category.complianceActionsLabel" + } + + if(($documentedObj.ApplicabilityRules | measure).Count -gt 0) + { + $properties = @("Rule","Property","Value") + + Add-HTMLTableItems $obj $objectType $documentedObj.ApplicabilityRules $properties "SettingDetails.applicabilityRules" + } + + Add-HTMLObjectSettings $obj $objectType $documentedObj + + if(($documentedObj.Assignments | measure).Count -gt 0) + { + if($documentedObj.Assignments[0].RawIntent) + { + $properties = @("GroupMode","Group","Filter","FilterMode") + + $settingsObj = $documentedObj.Assignments | Where { $_.Settings -ne $null } | Select -First 1 + + if($settingsObj) + { + foreach($objProp in $settingsObj.Settings.Keys) + { + if($objProp -in $properties) { continue } + if($objProp -in @("Category","RawIntent")) { continue } + $properties += ("Settings." + $objProp) + } + } + } + else + { + $isFilterAssignment = $false + foreach($assignment in $documentedObj.Assignments) + { + if(($assignment.target.PSObject.Properties | Where Name -eq "deviceAndAppManagementAssignmentFilterType")) + { + $isFilterAssignment = $true + break + } + } + $properties = @("Group") + if($isFilterAssignment) + { + $properties += @("Filter","FilterMode") + } + } + + Add-HTMLTableItems $obj $objectType $documentedObj.Assignments $properties "TableHeaders.assignments" -AddCategories + } + } + catch + { + Write-LogError "Failed to process object $objName" $_.Exception + } + + if($script:outputType -eq "Object") + { + $script:htmlContent = [System.Text.StringBuilder]::new() + $script:htmlContent.AppendLine("") + $script:htmlContent.AppendLine($script:cssStyle) + $htmlText = $script:htmlContent.ToString() + $htmlText += $script:htmlStrings.ToString() + $htmlText += "" + + $fileName = "$($script:documentPath)\$($script:currentItemFileName)" + Save-DocumentationFile $htmlText $fileName + $script:htmlStrings = $null + } +} + +function Add-HTMLTableItems +{ + param($obj, $objectType, $items, $properties, $lngId, [switch]$AddCategories, [switch]$AddSubcategories, $captionOverride) + + if($captionOverride) + { + $caption = $captionOverride + } + elseif($lngId) + { + $caption = "$((Get-LanguageString $lngId)) - $((Get-GraphObjectName $obj $objectType))" + } + else + { + $caption = "$((Get-GraphObjectName $obj $objectType)) ($($objectType.Title))" + } + + $tableText = [System.Text.StringBuilder]::new() + $tableText.AppendLine("") + # Add Header row + $tableText.AppendLine("") + $columnCount = 0 + foreach($prop in $properties) + { + $tableText.AppendLine("") + $columnCount++ + } + $tableText.AppendLine("") + + $curCategory = "" + $curSubCategory = "" + + $columnCategory = $null + $columnSubCategory = $null + + $row = 1 + + foreach($itemObj in $items) + { + $newCategory = $false + $newSubCategory = $false + $additionalRowClass = "" + if($itemObj.Category -and $curCategory -ne $itemObj.Category -and $AddCategories -eq $true) + { + # Add Category row + $tableText.AppendLine("") + $tableText.AppendLine("") + $tableText.AppendLine("") + + $curCategory = $itemObj.Category + $curSubCategory = "" + $row = 1 + $newCategory = $true + $curentPropertyIndex = 0 + } + + if($itemObj.SubCategory -and $curSubCategory -ne $itemObj.SubCategory -and $AddSubcategories -eq $true) + { + # Add Sub-category row + $tableText.AppendLine("") + $tableText.AppendLine("") + $tableText.AppendLine("") + + $curSubCategory = $itemObj.SubCategory + $row = 1 + $newSubCategory = $true + $curentPropertyIndex = 0 + } + + if($itemObj.PropertyIndex -is [int] -and $itemObj.PropertyIndex -gt 0 -and $itemObj.PropertyIndex -eq 1) + { + $curentPropertyIndex = $itemObj.PropertyIndex + $additionalRowClass = "row-new-property" + } + + try + { + if(($row % 2) -eq 1) + { + $rowClass = "row-odd" + } + else + { + $rowClass = "row-even" + } + + $row++ + + $tableText.AppendLine("") + + $curCol = 1 + foreach($prop in $properties) + { + try + { + $propArr = $prop.Split('.') + $tmpObj = $itemObj + $propName = $propArr[-1] + for($x = 0; $x -lt ($propArr.Count - 1);$x++) + { + $tmpObj = $tmpObj."$($propArr[$x])" + } + + if($propName -eq "Value" -and ($itemObj.FullValueTable | measure).Count -gt 0) + { + $tableText.AppendLine("") + } + else + { + $style = "" + if($curCol -eq 1 -and $itemObj.Level) + { + try + { + $level = [int]$itemObj.Level + $style = " style='padding-left:$((5 + ($level * 5)))px;'" + } + catch{} + } + $tableText.AppendLine("") + } + } + catch + { + Write-LogError "Failed to add property value for $prop" $_.Exception + } + $curCol++ + } + } + catch + { + Write-Log "Failed to process property" 2 + } + finally + { + $tableText.AppendLine("") + } + } + + $tableText.AppendLine("
$((Invoke-DocTranslateColumnHeader $prop.Split(".")[-1]))
$($itemObj.Category)
$($itemObj.SubCategory)
") + $tableText.AppendLine("") + foreach($tableObjectProp in $itemObj.FullValueTable[0].PSObject.Properties) + { + $tableText.AppendLine("") + } + $tableText.AppendLine("") + + foreach($tableValue in $itemObj.FullValueTable) + { + $tableText.AppendLine("") + foreach($tableObjectProp in $itemObj.FullValueTable[0].PSObject.Properties) + { + $tableText.AppendLine("") + } + $tableText.AppendLine("") + } + $tableText.AppendLine("
$($tableObjectProp.Name)
$($tableValue."$($tableObjectProp.Name)")
$((Set-HTMLText $tmpObj.$propName))
") + $script:htmlStrings.Append($tableText.ToString()) + Add-HTMLHeader $caption -level 6 +} + +function Invoke-HTMLProcessAllObjects +{ + param($documentationInfo) + + $scopeTagInfo = Get-TableObjects "ScopeTags" + + if($allObjectTypeObjdocumentationInfoects.ObjectType.Id -eq "ScopeTags") + { + if(($documentationInfo.Items | measure).Count -gt 0) + { + Add-HTMLHeader $documentationInfo.TypeName + + Add-HTMLTableItems $null $documentationInfo.ObjectType $documentationInfo.Items -captionOverride (Get-LanguageString "SettingDetails.scopeTags") + } + } +} + +function Set-HTMLText +{ + param([string]$text, [switch]$NoCodeBlock) + + if(-not $text) + { + return + } + + $txtSummary = "" + if($text -and $text.Length -gt 250) + { + $summaryMax = 40 + # Show the first row or the first $max characters if first row is too short or too long + $idx = $text.IndexOfAny(@("`r","`n")) + if($idx -gt 10 -and $idx -lt 50) + { + $summaryMax = $idx + } + $txtSummary = $text.SubString(0,$summaryMax) + } + + $code = $false + if($NoCodeBlock -ne $true) + { + $trimText = $text.Trim() + if($trimText.StartsWith("<") -and $trimText.EndsWith(">")) + { + $code = $true + $text = "
$($text.Replace('&', '&').Replace('<', '<').Replace('>', '>').Replace('"', '"'))
" + if($txtSummary) + { + $txtSummary = $txtSummary.Replace('&', '&').Replace('<', '<').Replace('>', '>').Replace('"', '"') + } + } + } + + if($code -eq $false) + { + $text = $text.Replace("`r`n", "
") + $text = $text.Replace("`n", "
") + $text = $text.Replace('&', '&') + } + + if($txtSummary) + { + "
$text
" + } + else + { + $text + } +} + +function Add-HTMLObjectSettings +{ + param($obj, $objectType, $documentedObj) + + foreach($objectScript in $documentedObj.Scripts) + { + if(-not $objectScript.ScriptContent -or -not $objectScript.Caption) { continue } + $script:htmlStrings.AppendLine("
")
+        $script:htmlStrings.AppendLine($objectScript.ScriptContent)
+        $script:htmlStrings.AppendLine("
") + Add-HTMLHeader $objectScript.Caption -Level 6 -SkipTOC + } +} \ No newline at end of file diff --git a/Extensions/DocumentationMD.psm1 b/Extensions/DocumentationMD.psm1 index 395eb14..8946f68 100644 --- a/Extensions/DocumentationMD.psm1 +++ b/Extensions/DocumentationMD.psm1 @@ -1,34 +1,127 @@ function Get-ModuleVersion { - '1.0.0' + '1.1.0' } function Invoke-InitializeModule { Add-OutputType ([PSCustomObject]@{ - Name="Markdown (Experimental)" + Name="Markdown" Value="md" - #OutputOptions = (Add-MDOptionsControl) + OutputOptions = (Add-MDOptionsControl) #Activate = { Invoke-MDActivate @args } PreProcess = { Invoke-MDPreProcessItems @args } - NewObjectGroup = { Invoke-MDNewObjectGroup @args } + NewObjectGroup = { Invoke-MDNewObjectGroup2 @args } + NewObjectType = { Invoke-MDNewObjectType2 @args } Process = { Invoke-MDProcessItem @args } PostProcess = { Invoke-MDPostProcessItems @args } ProcessAllObjects = { Invoke-MDProcessAllObjects @args } }) } +function Add-MDOptionsControl +{ + $script:mdForm = Get-XamlObject ($global:AppRootFolder + "\Xaml\DocumentationMDOptions.xaml") -AddVariables + + Set-XamlProperty $script:mdForm "txtMDDocumentName" "Text" (Get-Setting "Documentation" "MDDocumentName" "") + Set-XamlProperty $script:mdForm "txtMDCSSFile" "Text" (Get-Setting "Documentation" "MDCSSFile" "") + Set-XamlProperty $script:mdForm "chkMDIncludeCSS" "IsChecked" (Get-Setting "Documentation" "MDIncludeCSS" $true) + Set-XamlProperty $script:mdForm "chkMDOpenDocument" "IsChecked" (Get-Setting "Documentation" "MDOpenFile" $true) + Set-XamlProperty $script:mdForm "cbMDDocumentOutputFile" "ItemsSource" ("[ { Name: `"Single file`",Value: `"Full`" }, { Name: `"One file per object`",Value: `"Object`" }]" | ConvertFrom-Json) + Set-XamlProperty $script:mdForm "cbMDDocumentOutputFile" "SelectedValue" (Get-Setting "Documentation" "MDDocumentFileType" "Full") + Add-XamlEvent $script:mdForm "browseMDDocumentName" "add_click" { + $sf = [System.Windows.Forms.SaveFileDialog]::new() + $sf.DefaultExt = "*.md" + $sf.Filter = "MD (*.md)|*.md|All files (*.*)|*.*" + if($sf.ShowDialog() -eq "OK") + { + Set-XamlProperty $script:MDForm "txtMDDocumentName" "Text" $sf.FileName + Save-Setting "Documentation" "MDDocumentName" $sf.FileName + } + } + + Add-XamlEvent $script:mdForm "browseMDCSSFile" "add_click" { + $of = [System.Windows.Forms.OpenFileDialog]::new() + $of.Multiselect = $false + $of.Filter = "CSS Files (*.css)|*.css|All files (*.*)|*.*" + if($of.ShowDialog()) + { + Set-XamlProperty $script:mdForm "txtMDCSSFile" "Text" $of.FileName + Save-Setting "Documentation" "txtMDCSSFile" $of.FileName + } + } + + $script:mdForm +} + +function Invoke-MDProcessAllObjects +{ + param($allObjectTypeObjects, $objectType) +} function Invoke-MDPreProcessItems { - $script:mdStrings = [System.Text.StringBuilder]::new() $script:sectionAnchors = @() $script:totAnchors = @() + $script:mdStrings = $null + $script:currentItemFileName = $null + + Save-Setting "Documentation" "MDDocumentName" (Get-XamlProperty $script:mdForm "txtMDDocumentName" "Text" "") + Save-Setting "Documentation" "MDIncludeCSS" (Get-XamlProperty $script:mdForm "chkMDIncludeCSS" "IsChecked") + Save-Setting "Documentation" "MDCSSFile" (Get-XamlProperty $script:mdForm "txtMDCSSFile" "Text" "") + Save-Setting "Documentation" "MDOpenFile" (Get-XamlProperty $script:mdForm "chkMDOpenDocument" "IsChecked") + Save-Setting "Documentation" "MDDocumentFileType" (Get-XamlProperty $script:mdForm "cbMDDocumentOutputFile" "SelectedValue" '') + + $defaultCSSFile = $global:AppRootFolder + "\Documentation\DefaultMDStyle.css" + $MDCssFile = Get-XamlProperty $script:mdForm "txtMDCSSFile" "Text" $defaultCSSFile + + if(-not $MDCssFile) + { + Write-Log "CSS file not specified. Using default" 2 + $MDCssFile = $defaultCSSFile + } + elseif([IO.File]::Exists($MDCssFile) -eq -$false) + { + Write-Log "CSS file $($MDCssFile) not found. Using default" 2 + $MDCssFile = $defaultCSSFile + } + + $cssStyle = "" + if([IO.File]::Exists($MDCssFile)) + { + Write-Log "Using CSS file $($MDCssFile)" + $cssStyle = Get-Content -Raw -Path $MDCssFile + $cssStyle += [System.Environment]::NewLine + } + else + { + Write-Log "CSS file $($MDCssFile) not found. No styles applied" 2 + } + $script:cssStyle = $cssStyle + + $fileName = Expand-FileName (Get-XamlProperty $script:mdForm "txtMDDocumentName" "Text" "%MyDocuments%\%Organization%-%Date%.md") + + $script:outFile = $fileName + $script:documentPath = [io.path]::GetDirectoryName($fileName) + + $script:outputType = (Get-XamlProperty $script:mdForm "cbMDDocumentOutputFile" "SelectedValue" "Full") + + if($script:outputType -eq "Object") + { + Write-Log "Document one file for each object + index file" + } + else + { + Write-Log "Document one single file for all objects" + $script:outputType = "Full" + $script:mdStrings = [System.Text.StringBuilder]::new() + } } function Invoke-MDPostProcessItems { + $userName = $global:me.displayName if($global:me.givenName -and $global:me.surname) { @@ -59,24 +152,38 @@ function Invoke-MDPostProcessItems foreach($header in $script:sectionAnchors) { - $script:mdContent.AppendLine("[$($header.Name)](#$($header.Anchor))`n") + $indent = [String]::new(" ", (($header.Level - 1) * 2)) + $script:mdContent.AppendLine("$($indent)- [$($header.Name)]($($header.FileName)#$($header.Anchor))`n") } + $mdText = $script:cssStyle + $script:mdContent.AppendLine("") - $mdText = $script:mdContent.ToString() - $mdText += $script:mdStrings.ToString() + $mdText += $script:mdContent.ToString() + if($script:outputType -eq "Full") + { + $mdText += $script:mdStrings.ToString() + } - $fileName = Expand-FileName "%MyDocuments%\%Organization%-%Date%.md" + Save-DocumentationFile $mdText $script:outFile -OpenFile:((Get-Setting "Documentation" "MDOpenFile" $true) -eq $true) + <# + $fileName = Expand-FileName (Get-XamlProperty $script:mdForm "txtMDDocumentName" "Text" "%MyDocuments%\%Organization%-%Date%.md") try { $mdText | Out-File -FilePath $fileName -Force -Encoding utf8 -ErrorAction Stop Write-Log "Markdown document $fileName saved successfully" + + if((Get-Setting "Documentation" "MDOpenFile" $true) -eq $true) + { + Invoke-Item $fileName + } } catch { - Write-LogError "Failed to save Markdown file" $_.Exception + Write-LogError "Failed to save Markdown file: $fileName." $_.Exception } + #> } function Invoke-MDNewObjectGroup @@ -86,7 +193,39 @@ function Invoke-MDNewObjectGroup $objectTypeString = Get-ObjectTypeString $obj.Object $obj.ObjectType Add-MDHeader "$((?? $objectTypeString $obj.ObjectType.Title))" -Level 1 -USEHtml +} +function Invoke-MDNewObjectType +{ + param($obj, $documentedObj, [int]$groupCategoryCount = 0) + + if($obj.ObjectType.GroupId -eq "EndpointSecurity") + { + $objectTypeString = $obj.CategoryName + } + else + { + $objectTypeString = $obj.ObjectType.Title + } + + Add-MDHeader "$((?? $objectTypeString $obj.ObjectType.Title))" -Level 2 -USEHtml + +} + +function Invoke-MDNewObjectGroup2 +{ + param($groupId) + + $objectTypeString = Get-ObjectTypeString -ObjectType $groupId + + Add-MDHeader $objectTypeString -Level 1 -USEHtml +} + +function Invoke-MDNewObjectType2 +{ + param($objectTypeName) + + Add-MDHeader $objectTypeName -Level 2 -USEHtml } function Invoke-MDProcessItem @@ -97,7 +236,14 @@ function Invoke-MDProcessItem $objName = Get-GraphObjectName $obj $objectType - Add-MDHeader $objName -Level 2 -USEHtml + if($script:outputType -eq "Object") + { + $script:totAnchors = @() + $script:mdStrings = [System.Text.StringBuilder]::new() + $script:currentItemFileName = "./$((Remove-InvalidFileNameChars "$($objName).md").Replace(" ","_"))" + } + + Add-MDHeader $objName -Level 3 -USEHtml $script:mdStrings.AppendLine("") @@ -164,7 +310,6 @@ function Invoke-MDProcessItem if(($documentedObj.Assignments | measure).Count -gt 0) { - $params = @{} if($documentedObj.Assignments[0].RawIntent) { $properties = @("GroupMode","Group","Filter","FilterMode") @@ -197,15 +342,26 @@ function Invoke-MDProcessItem { $properties += @("Filter","FilterMode") } - $params.Add("AddCategories", $true) } - Add-MDTableItems $obj $objectType $documentedObj.Assignments $properties "TableHeaders.assignments" @params + Add-MDTableItems $obj $objectType $documentedObj.Assignments $properties "TableHeaders.assignments" -AddCategories } } catch { Write-LogError "Failed to process object $objName" $_.Exception + } + + if($script:outputType -eq "Object") + { + $script:mdContent = [System.Text.StringBuilder]::new() + $script:mdContent.AppendLine($script:cssStyle) + $mdText = $script:mdContent.ToString() + $mdText += $script:mdStrings.ToString() + + $fileName = "$($script:documentPath)\$($script:currentItemFileName)" + Save-DocumentationFile $mdText $fileName + $script:mdStrings = $null } } @@ -227,24 +383,17 @@ function Add-MDTableItems } $tableText = [System.Text.StringBuilder]::new() - $tableText.AppendLine("") - $tableText.AppendLine("") - $columnHeaders = "|" - $columnChars = "|" + $tableText.AppendLine("
") + $tableText.AppendLine("") + $columnCount = 0 foreach($prop in $properties) { - $tableText.AppendLine("") + $tableText.AppendLine("") $columnCount++ - - $columnHeaders += ((Invoke-DocTranslateColumnHeader ($prop.Split(".")[-1])) + "|") - $columnChars += "----|" } $tableText.AppendLine("") - #Add-MDText $columnHeaders - #Add-MDText $columnChars - $curCategory = "" $curSubCategory = "" @@ -253,34 +402,39 @@ function Add-MDTableItems foreach($itemObj in $items) { + $additionalRowClass = "" if($itemObj.Category -and $curCategory -ne $itemObj.Category -and $AddCategories -eq $true) { $tableText.AppendLine("") - $tableText.AppendLine("") + $tableText.AppendLine("") $tableText.AppendLine("") - #$columnCategory = "|**" + (Set-MDText $itemObj.Category) + "**|" - #Add-MDText $columnCategory $curCategory = $itemObj.Category $curSubCategory = "" + $curentPropertyIndex = 0 } if($itemObj.SubCategory -and $curSubCategory -ne $itemObj.SubCategory -and $AddSubcategories -eq $true) { $tableText.AppendLine("") - $tableText.AppendLine("") + $tableText.AppendLine("") $tableText.AppendLine("") - #$columnSubCategory = "|***" + (Set-MDText $itemObj.SubCategory) + "***|" - #Add-MDText $columnSubCategory $curSubCategory = $itemObj.SubCategory + $curentPropertyIndex = 0 + } + + if($itemObj.PropertyIndex -is [int] -and $itemObj.PropertyIndex -gt 0 -and $itemObj.PropertyIndex -eq 1) + { + $curentPropertyIndex = $itemObj.PropertyIndex + $additionalRowClass = "row-new-property" } - #$columnData = "|" try { - $tableText.AppendLine("") + $tableText.AppendLine("") + $curCol = 1 foreach($prop in $properties) { try @@ -293,7 +447,49 @@ function Add-MDTableItems { $tmpObj = $tmpObj."$($propArr[$x])" } - $tableText.AppendLine("") + + if($propName -eq "Value" -and ($itemObj.FullValueTable | measure).Count -gt 0) + { + $tableText.AppendLine("") + } + else + { + $style = "" + if($curCol -eq 1 -and $itemObj.Level) + { + try + { + $level = [int]$itemObj.Level + $style = " style='padding-left:$((5 + ($level * 5)))px !important;'" + } + catch{} + } + $params = @{} + if($curCol -gt 0) + { + $params.Add("CodeBlock", $true) + } + + $tableText.AppendLine("") + } + #$columnData += "$((Set-MDText "$($tmpObj.$propName)"))|" } catch @@ -301,6 +497,7 @@ function Add-MDTableItems #$columnData += "|" Write-LogError "Failed to add property value for $prop" $_.Exception } + $curCol++ } } @@ -337,57 +534,93 @@ function Add-MDText function Set-MDText { - param($text, [switch]$CodeBlock) + param([string]$text, [switch]$CodeBlock) + + if($null -eq $text) { return } + + $txtSummary = "" + $textOut = "" + + if($text -and $text.Length -gt 250) + { + $summaryMax = 40 + # Show the first row or the first $max characters if first row is too short or too long + $idx = $text.IndexOfAny(@("`r","`n")) + if($idx -gt 10 -and $idx -lt 50) + { + $summaryMax = $idx + } + $txtSummary = $text.SubString(0,$summaryMax) + } if($CodeBlock -eq $true) { $trimText = $text.Trim() - if($trimText.StartsWith("<") -and $trimText.EndsWith(">")) + if($trimText.StartsWith(""))) { - return ([Environment]::NewLine + [Environment]::NewLine + "``````xml" + [Environment]::NewLine + $text + [Environment]::NewLine + "``````" + [Environment]::NewLine + [Environment]::NewLine) + $textOut = ([Environment]::NewLine + [Environment]::NewLine + "``````xml" + [Environment]::NewLine + $text + [Environment]::NewLine + "``````" + [Environment]::NewLine + [Environment]::NewLine) } } + + if($CodeBlock -eq $false -or -not $textOut) + { + $text = $text.Replace("|", '`|') + $text = $text.Replace("*", '`*') + $text = $text.Replace("$", '`$') + $text = $text.Replace("`r`n", "
") + $textOut = $text.Replace("`n", "
") + } - $text = $text.Replace("|", '`|') - $text = $text.Replace("*", '`*') - $text = $text.Replace("$", '`$') - $text = $text.Replace("`r`n", "
") - $text = $text.Replace("`n", "
") - - $text + if($txtSummary) + { + "
$textOut
" + } + else + { + $textOut + } } function Add-MDHeader { param($text, [int]$level = 1, [switch]$AddParagraph, [switch]$UseHTML, [switch]$ToT, [switch]$SkipTOC) - $prefix = "" - if($ToT -eq $true) - { - $prefix = "Table $(($script:totAnchors.Count + 1)). " - } - - if($UseHTML -eq $true) + if($script:mdStrings) { + $prefix = "" if($ToT -eq $true) { - $sectionAnchor = "table-$(($script:totAnchors.Count + 1))" - } - else - { - $sectionAnchor = "section-$(($script:sectionAnchors.Count + 1))" - } - - $script:mdStrings.AppendLine("$text") - } - else - { - # Warnig: Not complete! Use HTML if not working... - $text = "$prefix$text" - $sectionAnchor = $text.ToLower().Replace(" ","-").Replace("[","").Replace("]","") + $prefix = "Table $(($script:totAnchors.Count + 1)). " + } - $mdHeader = [String]::new('#',$level) - $script:mdStrings.AppendLine("$mdHeader $text") + if($UseHTML -eq $true) + { + if($ToT -eq $true) + { + $sectionAnchor = "table-$(($script:totAnchors.Count + 1))" + } + else + { + $sectionAnchor = "section-$(($script:sectionAnchors.Count + 1))" + } + + $script:mdStrings.AppendLine("$text") + } + else + { + # Warnig: Not complete! Use HTML if not working... + $text = "$prefix$text" + $sectionAnchor = $text.ToLower().Replace(" ","-").Replace("[","").Replace("]","") + + $mdHeader = [String]::new('#',$level) + $script:mdStrings.AppendLine("$mdHeader $text") + } + $FileName = $script:currentItemFileName + } + else + { + $sectionAnchor = $null + $FileName = $null } if($ToT -eq $true) @@ -395,6 +628,8 @@ function Add-MDHeader $script:totAnchors += [PSCustomObject]@{ Name = $text Anchor = $sectionAnchor + FileName = $FileName + Level = $level } } elseif($SkipTOC -ne $true) @@ -402,6 +637,8 @@ function Add-MDHeader $script:sectionAnchors += [PSCustomObject]@{ Name = $text Anchor = $sectionAnchor + FileName = $FileName + Level = $level } } @@ -415,68 +652,14 @@ function Add-MDHeader function Add-MDObjectSettings { param($obj, $objectType, $documentedObj) - - if($obj."@OData.Type" -eq "#microsoft.graph.deviceManagementScript") + + foreach($objectScript in $documentedObj.Scripts) { - if($obj.ScriptContent) - { - $script:mdStrings.AppendLine("~~~powershell") - $script:mdStrings.AppendLine((Get-DocScriptContent $obj.ScriptContent)) - $script:mdStrings.AppendLine("~~~") - $caption = "{1} - {0}" -f $obj.fileName,(Get-LanguageString "WindowsManagement.powerShellScriptObjectName") - Add-MDHeader $caption -Level 6 -SkipTOC -AddParagraph - } - } - if($obj."@OData.Type" -eq "#microsoft.graph.deviceShellScript") - { - if($obj.ScriptContent) - { - $script:mdStrings.AppendLine("~~~shell") - $script:mdStrings.AppendLine((Get-DocScriptContent $obj.ScriptContent)) - $script:mdStrings.AppendLine("~~~") + if(-not $objectScript.ScriptContent -or -not $objectScript.Caption) { continue } - $caption = "{1} - {0}" -f $obj.fileName,(Get-LanguageString "WindowsManagement.shellScriptObjectName") - Add-MDHeader $caption -Level 6 -SkipTOC -AddParagraph - } - } - elseif($obj."@OData.Type" -eq "#microsoft.graph.deviceHealthScript") - { - if($obj.detectionScriptContent) - { - $script:mdStrings.AppendLine("~~~powershell") - $script:mdStrings.AppendLine((Get-DocScriptContent $obj.detectionScriptContent)) - $script:mdStrings.AppendLine("~~~") - $caption = Get-LanguageString "ProactiveRemediations.Create.Settings.DetectionScriptMultiLineTextBox.label" - Add-MDHeader $caption -Level 6 -SkipTOC -AddParagraph - } - - if($obj.remediationScriptContent) - { - $script:mdStrings.AppendLine("~~~powershell") - $script:mdStrings.AppendLine((Get-DocScriptContent $obj.remediationScriptContent)) - $script:mdStrings.AppendLine("~~~") - $caption = Get-LanguageString "ProactiveRemediations.Create.Settings.RemediationScriptMultiLineTextBox.label" - Add-MDHeader $caption -Level 6 -SkipTOC -AddParagraph - } - } - elseif($obj."@OData.Type" -eq "#microsoft.graph.win32LobApp") - { - foreach($rule in ($obj.requirementRules | Where { $_.'@OData.Type' -eq "#microsoft.graph.win32LobAppPowerShellScriptRequirement" } )) - { - $script:mdStrings.AppendLine("~~~powershell") - $script:mdStrings.AppendLine((Get-DocScriptContent $obj.scriptContent)) - $script:mdStrings.AppendLine("~~~") - $caption = "{0} - {1}" -f @($obj.displayName, "Requirement script") - Add-MDHeader $caption -Level 6 -SkipTOC -AddParagraph - } - - foreach($rule in ($obj.detectionRules | Where { $_.'@OData.Type' -eq "#microsoft.graph.win32LobAppPowerShellScriptDetection" } )) - { - $script:mdStrings.AppendLine("~~~powershell") - $script:mdStrings.AppendLine((Get-DocScriptContent $obj.scriptContent)) - $script:mdStrings.AppendLine("~~~") - $caption = "{0} - {1}" -f @($obj.displayName,(Get-LanguageString "ProactiveRemediations.Create.Settings.DetectionScriptMultiLineTextBox.label")) - Add-MDHeader $caption -Level 6 -SkipTOC -AddParagraph - } + $script:mdStrings.AppendLine("~~~powershell") + $script:mdStrings.AppendLine($objectScript.ScriptContent) + $script:mdStrings.AppendLine("~~~") + Add-MDHeader $objectScript.Caption -Level 6 -SkipTOC -AddParagraph } } \ No newline at end of file diff --git a/Extensions/DocumentationWord.psm1 b/Extensions/DocumentationWord.psm1 index cd8a588..cf4f2b2 100644 --- a/Extensions/DocumentationWord.psm1 +++ b/Extensions/DocumentationWord.psm1 @@ -3,7 +3,7 @@ #https://docs.microsoft.com/en-us/office/vba/api/overview/word function Get-ModuleVersion { - '1.4.0' + '1.5.0' } function Invoke-InitializeModule @@ -76,8 +76,6 @@ function Add-WordOptionsControl $global:txtWordTitleProperty.Text = Get-Setting "Documentation" "WordTitleProperty" "Intune documentation" $global:txtWordSubjectProperty.Text = Get-Setting "Documentation" "WordSubjectProperty" "Intune documentation" - $global:chkWordIncludeScripts.IsChecked = ((Get-Setting "Documentation" "WordIncludeScripts" "true") -ne "false") - $global:chkWordExcludeScriptSignature.IsChecked = ((Get-Setting "Documentation" "WordExcludeScriptSignature" "false") -ne "false") $global:chkWordAttachJsonFile.IsChecked = ((Get-Setting "Documentation" "WordAttatchJsonFile" "false") -ne "false") $global:txtWordScriptTableStyle.Text = Get-Setting "Documentation" "WordScriptTableStyle" "" @@ -142,8 +140,6 @@ function Invoke-WordPreProcessItems Save-Setting "Documentation" "WordTitleProperty" $global:txtWordTitleProperty.Text Save-Setting "Documentation" "WordSubjectProperty" $global:txtWordSubjectProperty.Text - Save-Setting "Documentation" "WordIncludeScripts" $global:chkWordIncludeScripts.IsChecked - Save-Setting "Documentation" "WordExcludeScriptSignature" $global:chkWordExcludeScriptSignature.IsChecked Save-Setting "Documentation" "WordAttatchJsonFile" $global:chkWordAttachJsonFile.IsChecked Save-Setting "Documentation" "WordScriptTableStyle" $global:txtWordScriptTableStyle.Text @@ -466,35 +462,22 @@ function Set-WordContentControlText function Invoke-WordNewObjectGroup { - param($obj, $documentedObj) + param($groupId) - $script:objectHeaderLevel = 2 + $objectTypeString = Get-ObjectTypeString -ObjectType $groupId - $objectTypeString = Get-ObjectTypeString $obj.Object $obj.ObjectType - - Add-DocText (?? $objectTypeString $obj.ObjectType.Title) $global:txtWordHeader1Style.Text + Add-DocText $objectTypeString $global:txtWordHeader1Style.Text } function Invoke-WordNewObjectType { - param($obj, $documentedObj, [int]$groupCategoryCount = 0) + param($objectTypeName) - if($groupCategoryCount -le 1 -or -not $global:txtWordHeader3Style.Text) { return } - $script:objectHeaderLevel = 2 - if($obj.ObjectType.GroupId -eq "EndpointSecurity") - { - $objectTypeString = $obj.CategoryName - } - else - { - $objectTypeString = $obj.ObjectType.Title - } + Add-DocText $objectTypeName (Get-ObjectLevelHeader) - Add-DocText (?? $objectTypeString $obj.ObjectType.Title) (Get-ObjectLevelHeader) - - $script:objectHeaderLevel = 3; + $script:objectHeaderLevel = 3 } function local:Get-ObjectLevelHeader @@ -698,7 +681,6 @@ function Set-DocTableSettingsItems $tmpObj = $tmpObj."$($propArr[$x])" } - #$script:docTable.Cell($cellRow, $secondColumn).Column.Cells($cellRow).Range.Text = "$($tmpObj.$propName)" $script:docTable.Cell($cellRow, $secondColumn).Range.Text = "$($tmpObj.$propName)" $cellRow++ @@ -735,6 +717,7 @@ function Invoke-WordProcessAllObjects $nameLabel = $obj.displayName ID = $obj.Id $descriptionLable = $obj.Description + Object = $obj } } @@ -803,10 +786,23 @@ function Add-DocTableItems $curSubCategory = "" $row = 2 + $curentPropertyIndex = 0 foreach($itemObj in $items) { try { + if(($itemObj.Category -and $curCategory -ne $itemObj.Category -and $AddCategories -eq $true) -or + ($itemObj.SubCategory -and $curSubCategory -ne $itemObj.SubCategory -and $AddSubcategories -eq $true)) + { + $curentPropertyIndex = 0 + } + + if($itemObj.PropertyIndex -is [int] -and $itemObj.PropertyIndex -gt 0 -and $itemObj.PropertyIndex -eq 1) + { + $curentPropertyIndex = $itemObj.PropertyIndex + # !!! ToDo: Set style for new property + } + $i = 1 foreach($prop in $properties) { @@ -840,9 +836,24 @@ function Add-DocTableItems } } + $levelExtra = "" + if($i -eq 1 -and $itemObj.Level) + { + try + { + $level = ([int]$itemObj.Level) # - 1 + if($level -lt 0) { $level = 0 } + if($level -gt 0) + { + $levelExtra = [String]::new(" ", ($level * 2)) #Should probably use tab stops instead + } + } + catch{} + } + if($null -ne $propValue) { - $script:docTable.Cell($row, $i).Range.Text = $propValue + $script:docTable.Cell($row, $i).Range.Text = "$levelExtra$propValue" } if($propValueFull -and $global:chkWordDocumentationLimitAttach.IsChecked -eq $true) @@ -859,7 +870,6 @@ function Add-DocTableItems $propValueFull | Out-File -LiteralPath $tmpFile -Force $fi = [IO.FileInfo]$tmpFile [void]$script:docTable.Cell($row, $i).Range.InlineShapes.AddOLEObject("",$fi.FullName,$false,$true,"$($env:WinDir)\System32\Notepad.exe",0,"Full value") - #$script:doc.Application.Selection.InlineShapes.AddOLEObject("",$fi.FullName,$false,$true,"$($env:WinDir)\System32\Notepad.exe",0,"Full value", $script:docTable.Cell($row, $i).Range) try { $fi.Delete() } catch {} } } @@ -1050,85 +1060,14 @@ function Set-DocObjectStyle $styleSet } - -function Add-DocObjectSettings +function Add-DocObjectSettings { param($obj, $objectType, $documentedObj) - if($obj."@OData.Type" -eq "#microsoft.graph.deviceManagementScript") + foreach($objectScript in $documentedObj.Scripts) { - if($obj.ScriptContent -and $global:chkWordIncludeScripts.IsChecked -eq $true) - { - $caption = "{1} - {0}" -f $obj.displayName,(Get-LanguageString "WindowsManagement.powerShellScriptObjectName") - Add-DocTableScript $caption $obj.FileName (Get-DocScriptContent $obj.ScriptContent) - } - } - if($obj."@OData.Type" -eq "#microsoft.graph.deviceShellScript") - { - if($obj.ScriptContent -and $global:chkWordIncludeScripts.IsChecked -eq $true) - { - $caption = "{1} - {0}" -f $obj.displayName,(Get-LanguageString "WindowsManagement.shellScriptObjectName") - Add-DocTableScript $caption $obj.FileName (Get-DocScriptContent $obj.ScriptContent) - } - } - elseif($obj."@OData.Type" -eq "#microsoft.graph.deviceHealthScript") - { - if($obj.detectionScriptContent) - { - $caption = Get-LanguageString "ProactiveRemediations.Create.Settings.DetectionScriptMultiLineTextBox.label" - $header = "{1} - {0}" -f $obj.displayName,$caption - Add-DocTableScript $header $caption (Get-DocScriptContent $obj.detectionScriptContent) - } + if(-not $objectScript.ScriptContent -or -not $objectScript.Caption) { continue } - if($obj.remediationScriptContent) - { - $caption = Get-LanguageString "ProactiveRemediations.Create.Settings.RemediationScriptMultiLineTextBox.label" - $header = "{1} - {0}" -f $obj.displayName,$caption - Add-DocTableScript $header $caption (Get-DocScriptContent $obj.remediationScriptContent) - } - } - elseif($obj."@OData.Type" -eq "#microsoft.graph.win32LobApp") - { - foreach($rule in ($obj.requirementRules | Where { $_.'@OData.Type' -eq "#microsoft.graph.win32LobAppPowerShellScriptRequirement" } )) - { - $caption = "{0} - {1}" -f @($obj.displayName, "Requirement script") - - Add-DocTableScript $caption $rule.displayName (Get-DocScriptContent $rule.scriptContent) - } - - foreach($rule in ($obj.detectionRules | Where { $_.'@OData.Type' -eq "#microsoft.graph.win32LobAppPowerShellScriptDetection" } )) - { - $caption = "{0} - {1}" -f @($obj.displayName,(Get-LanguageString "ProactiveRemediations.Create.Settings.DetectionScriptMultiLineTextBox.label")) - - Add-DocTableScript $caption (Get-LanguageString "ProactiveRemediations.Create.Settings.DetectionScriptMultiLineTextBox.label") (Get-DocScriptContent $rule.scriptContent) - } - } -} - -function Get-DocScriptContent -{ - param($encodeContent) - - if(-not $encodeContent) { return } - - try - { - $scriptContent = [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($encodeContent)) - - if($global:chkWordExcludeScriptSignature.IsChecked -eq $true) - { - $x = $scriptContent.IndexOf("# SIG # Begin signature block") - if($x -gt 0) - { - $scriptContent = $scriptContent.SubString(0,$x) - $scriptContent = $scriptContent + "# SIG # Begin signature block`nSignature data excluded..." - } - } - - $scriptContent - } - catch - { - - } + Add-DocTableScript $objectScript.Caption $objectScript.Header $objectScript.ScriptContent + } } \ No newline at end of file diff --git a/Extensions/EndpointManager.psm1 b/Extensions/EndpointManager.psm1 index 74ddf7f..64621c7 100644 --- a/Extensions/EndpointManager.psm1 +++ b/Extensions/EndpointManager.psm1 @@ -1,5 +1,4 @@ <# -<# .SYNOPSIS Module for managing Intune objects @@ -11,7 +10,7 @@ This module is for the Endpoint Manager/Intune View. It manages Export/Import/Co #> function Get-ModuleVersion { - '3.7.4' + '3.8.1' } function Invoke-InitializeModule @@ -121,7 +120,7 @@ function Invoke-InitializeModule ViewID = "IntuneGraphAPI" API = "/identity/conditionalAccess/policies" Permissons=@("Policy.Read.All","Policy.ReadWrite.ConditionalAccess","Application.Read.All") - Dependencies = @("NamedLocations","Applications","TermsOfUse") + Dependencies = @("NamedLocations","Applications","TermsOfUse","AuthenticationStrengths") GroupId = "ConditionalAccess" ImportExtension = { Add-ConditionalAccessImportExtensions @args } PreImportCommand = { Start-PreImportConditionalAccess @args } @@ -172,7 +171,8 @@ function Invoke-InitializeModule PostCopyCommand = { Start-PostCopyEndpointSecurity @args } PreUpdateCommand = { Start-PreUpdateEndpointSecurity @args } Permissons=@("DeviceManagementConfiguration.ReadWrite.All") - GroupId = "EndpointSecurity" + Dependencies = @("ReusableSettings") + GroupId = "EndpointSecurity" }) Add-ViewItem (New-Object PSObject -Property @{ @@ -454,6 +454,9 @@ function Invoke-InitializeModule DetailExtension = { Add-DetailExtensionApplications @args } PreImportAssignmentsCommand = { Start-PreImportAssignmentsApplications @args } PreDeleteCommand = { Start-PreDeleteApplications @args } + PostExportCommand = { Start-PostExportApplications @args } + PostListCommand = { Start-PostListApplications @args } + ExportExtension = { Add-ScriptExportExtensions @args } GroupId = "Apps" ScopeTagsReturnedInList = $false }) @@ -557,6 +560,8 @@ function Invoke-InitializeModule Icon="DeviceConfiguration" PostExportCommand = { Start-PostExportSettingsCatalog @args } PreUpdateCommand = { Start-PreUpdateSettingsCatalog @args } + PostGetCommand = { Start-PostGetSettingsCatalog @args } + Dependencies = @("ReusableSettings") GroupId = "DeviceConfiguration" }) @@ -586,6 +591,7 @@ function Invoke-InitializeModule QUERYLIST = "`$filter=isBuiltIn%20eq%20false" Permissons=@("DeviceManagementRBAC.ReadWrite.All") PostExportCommand = { Start-PostExportScopeTags @args } + PostGetCommand = { Start-PostGetScopeTags @args } ImportOrder = 10 DocumentAll = $true GroupId = "TenantAdmin" @@ -658,6 +664,8 @@ function Invoke-InitializeModule PreDeleteCommand = { Start-PreDeleteDeviceHealthScripts @args } PreImportCommand = { Start-PreImportDeviceHealthScripts @args } PreUpdateCommand = { Start-PreUpdateDeviceHealthScripts @args } + PostExportCommand = { Start-PostExportDeviceHealthScripts @args } + ExportExtension = { Add-ScriptExportExtensions @args } Permissons=@("DeviceManagementConfiguration.ReadWrite.All") GroupId = "EndpointAnalytics" Icon = "Report" @@ -696,6 +704,35 @@ function Invoke-InitializeModule ViewProperties = @("fileName","status","Id") }) #> + + Add-ViewItem (New-Object PSObject -Property @{ + Title = "Reusable Settings" + Id = "ReusableSettings" + ViewID = "IntuneGraphAPI" + API = "/deviceManagement/reusablePolicySettings" + PropertiesToRemove = @('Settings','@OData.Type') + PostGetCommand = { Start-PostGetReusableSettings @args } + ImportOrder = 70 + Permissons=@("DeviceManagementConfiguration.ReadWrite.All") + ExpandAssignmentsList = $false + SkipRemoveProperties = @("@OData.Type") + Icon = "EndpointSecurity" + GroupId = "EndpointSecurity" + }) + + Add-ViewItem (New-Object PSObject -Property @{ + Title = "Authentication Strengths" + Id = "AuthenticationStrengths" + ViewID = "IntuneGraphAPI" + API = "/identity/conditionalAccess/authenticationStrengths/policies" + PreImportCommand = { Start-PreImportCommandAuthenticationStrengths @args } + PropertiesToRemove = @() + ImportOrder = 45 + Permissons=@("Policy.ReadWrite.ConditionalAccess") + ExpandAssignmentsList = $false + Icon = "ConditionalAccess" + GroupId = "EndpointSecurity" + }) } function Invoke-EMAuthenticateToMSAL @@ -1951,7 +1988,6 @@ function Start-PreImportCommandApplication @{ "Import" = $false } } - Write-Log "### TEST ### OData.Type: $($obj.'@OData.Type')" if($obj.'@OData.Type' -eq '#microsoft.graph.officeSuiteApp') { if($obj.officeSuiteAppDefaultFileFormat -eq "notConfigured") @@ -2034,6 +2070,70 @@ function Start-PreDeleteApplications @{ "Delete" = $false } } } + +function Start-PostExportApplications +{ + param($obj, $objectType, $path) + + if($global:chkExportScript.IsChecked) + { + $fileName = Get-GraphObjectFile $obj $objectType + $fi = [IO.FileInfo]"$path\$fileName" + + try + { + foreach($rule in ($obj.detectionRules | Where '@OData.Type' -eq "#microsoft.graph.win32LobAppPowerShellScriptDetection")) + { + if($rule.ScriptContent) + { + [IO.File]::WriteAllBytes(("$path\$($fi.BaseName)_DetectionScript.ps1"), ([System.Convert]::FromBase64String($rule.ScriptContent))) + + } + } + + foreach($rule in $obj.requirementRules) + { + if($rule.'@OData.Type' -eq "#microsoft.graph.win32LobAppPowerShellScriptRequirement") + { + if($rule.ScriptContent) + { + [IO.File]::WriteAllBytes(("$path\$($fi.BaseName)_RequirementScript.ps1"), ([System.Convert]::FromBase64String($rule.ScriptContent))) + } + } + } + } + catch + { + Write-LogError "Failed to export scripts" $_.Exception + } + } +} + +function Start-PostListApplications +{ + param($objList, $objectType) + + foreach($obj in ($objList | Where { $_.Object."@OData.Type" -eq "#microsoft.graph.winGetApp"})) + { + if($obj.Object.packageIdentifier -like "9*") + { + $installerType = "UWP" + } + elseif($obj.Object.packageIdentifier -like "X*") + { + $installerType = "Win32" + } + else + { + $objName = Get-GraphObjectName $obj.Object $objectType + Write-Log "Unknown package identifier for app $($objName): $($obj.Object.packageIdentifier)" 2 + $installerType = "Unknown" + } + $obj.Object | Add-Member -MemberType NoteProperty -Name "InstallerType" -Value $installerType + } + $objList +} + #endregion #region Group Policy/Administrative Templates functions @@ -2587,6 +2687,21 @@ function Start-PreUpdateSettingsCatalog @{"Method"="PUT"} } +function Start-PostGetSettingsCatalog +{ + param($obj, $objectType) + + if(-not $obj.Object.Assignments) + { + $url = "$($objectType.API)/$($obj.id)/assignments" + $assignments = (Invoke-GraphRequest -Url $url).Value + if($assignments) + { + $obj.Object.Assignments = $assignments + } + } +} + #endregion #region Notification functions @@ -2787,6 +2902,19 @@ function Start-PostExportScopeTags Add-EMAssignmentsToExportFile $obj $objectType $path } + +function Start-PostGetScopeTags +{ + param($obj, $objectType) + + $strAPI = "$($objectType.API)/$($obj.Object.Id)/assignments" + $tmpObj = Invoke-GraphRequest -Url $strAPI + + if(($tmpObj.value | measure).count -gt 0) + { + $obj.Object.assignments = $tmpObj.value + } +} #endregion #region AutoPilot @@ -2856,6 +2984,34 @@ function Start-PreUpdateDeviceHealthScripts } } +function Start-PostExportDeviceHealthScripts +{ + param($obj, $objectType, $path) + + if($global:chkExportScript.IsChecked) + { + $fileName = Get-GraphObjectFile $obj $objectType + $fi = [IO.FileInfo]"$path\$fileName" + + try + { + if($obj.detectionScriptContent) + { + [IO.File]::WriteAllBytes(("$path\$($fi.BaseName)_DetectionScript.ps1"), ([System.Convert]::FromBase64String($obj.detectionScriptContent))) + } + + if($obj.remediationScriptContent) + { + [IO.File]::WriteAllBytes(("$path\$($fi.BaseName)_RemediationScript.ps1"), ([System.Convert]::FromBase64String($obj.remediationScriptContent))) + } + } + catch + { + Write-LogError "Failed to export scripts" $_.Exception + } + } +} + #endregion #region Generic functions @@ -2942,6 +3098,7 @@ function Add-EMAssignmentsToExportFile Write-Log "File not found: $fileName. Could not add assignments to file" 3 return } + $tmpObj = Get-GraphObjectFromFile $fileName if(-not $url) @@ -3078,6 +3235,17 @@ function Start-PreImportConditionalAccess { $obj.state = $global:cbImportCAState.SelectedValue } + + if($obj.grantControls.authenticationStrength) + { + $obj.grantControls.operator = "AND" + $tmpObj = Get-GraphObjectFromFile $file + + $authSetting = [PSCustomObject]@{ + id = $tmpObj.grantControls.authenticationStrength.id + } + $obj.grantControls.authenticationStrength = $authSetting + } } function Start-PostExportConditionalAccess @@ -3258,4 +3426,33 @@ function Start-PreDeleteADMXFiles #endregion +#region Reusable Groups +function Start-PostGetReusableSettings +{ + param($obj, $objectType) + + $strAPI = "$($objectType.API)/$($obj.Object.Id)?`$select=settinginstance,displayname,description" + $tmpObj = Invoke-GraphRequest -Url $strAPI + + if($tmpObj.settingInstance) + { + $obj.Object | Add-Member Noteproperty -Name "settingInstance" -Value $tmpObj.settingInstance -Force + } +} + +#endregon + +#region Authentication Strength +function Start-PreImportCommandAuthenticationStrengths +{ + param($obj, $objectType, $file, $assignments) + + if($obj.policyType -ne "custom") + { + Write-Log "Built-in Authentication Strength objects cannot be imported" 2 + @{ "Import" = $false } + } +} +#endregion + Export-ModuleMember -alias * -function * \ No newline at end of file diff --git a/Extensions/MSALAuthentication.psm1 b/Extensions/MSALAuthentication.psm1 index b172bee..648c38d 100644 --- a/Extensions/MSALAuthentication.psm1 +++ b/Extensions/MSALAuthentication.psm1 @@ -10,7 +10,7 @@ This module manages Authentication for the application with MSAL. It is also res #> function Get-ModuleVersion { - '3.7.4' + '3.8.1' } $global:msalAuthenticator = $null @@ -37,7 +37,7 @@ function Invoke-InitializeModule Name = "Azure AD China" Value = "china" URL = "login.partner.microsoftonline.cn" - GraphURL = "https://microsoftgraph.chinacloudapi.cn" + GraphURL = "microsoftgraph.chinacloudapi.cn" } ) @@ -209,16 +209,15 @@ function Set-MSALGraphEnvironment } } } - elseif($cuAADEnv.GraphURL) + elseif($curAADEnv.GraphURL) { - $graphEnv = $cuAADEnv.GraphURL + $graphEnv = $curAADEnv.GraphURL } Write-Log "Use Graph environment: $graphEnv" $global:MSALGraphEnvironment = $graphEnv } - function Get-MSALUserInfo { if($global:MSALToken) diff --git a/Extensions/MSGraph.psm1 b/Extensions/MSGraph.psm1 index 419eec8..98f5e34 100644 --- a/Extensions/MSGraph.psm1 +++ b/Extensions/MSGraph.psm1 @@ -10,7 +10,7 @@ This module manages Microsoft Grap fuctions like calling APIs, managing graph ob #> function Get-ModuleVersion { - '3.7.4' + '3.8.1' } $global:MSGraphGlobalApps = @( @@ -460,16 +460,26 @@ function Invoke-GraphRequest $response = $reader.ReadToEnd() | ConvertFrom-Json if($response.Error.Message) { - $message = $response.Error.Message | ConvertFrom-Json - if($message.Message) + $extMessage = $response.Error.Message + try { - $extMessage = ". Response message: $($message.Message)" + if($response.Error.Message.StartsWith("{") -and $response.Error.Message.EndsWith("}")) + { + $message = $response.Error.Message | ConvertFrom-Json + if($message.Message) + { + $extMessage = ". Response message: $($message.Message)" + } + } } + catch {} + + $extMessage = ". Response message: $($extMessage)" } } catch{} - Write-LogError "Failed to invoke MS Graph with URL $Url (Request ID: $requestId). Status code: $($_.Exception.Response.StatusCode)$extMessage" $_.Excption + Write-LogError "Failed to invoke MS Graph with URL $Url (Request ID: $requestId). Status code: $($_.Exception.Response.StatusCode)$extMessage" $_.Exception } } } while($retryRequest -eq $true) @@ -1333,6 +1343,18 @@ function Get-GraphBatchObjectTypes $silentViewObjects } +function Get-GraphObjectType +{ + param($objTypeId) + + $intuneView = $global:viewObjects | Where { $_.ViewInfo.Id -eq "IntuneGraphAPI" } + + if($intuneView) + { + ($intuneView.ViewItems | Where Id -eq $objTypeId) + } +} + function Start-GraphObjectExport { Write-Status "Export objects" -Block @@ -4165,7 +4187,14 @@ function Get-GraphObjectFromFile $json = $json -replace "%OrganizationId%",$global:Organization.Id } - $json | ConvertFrom-Json + try + { + $json | ConvertFrom-Json + } + catch + { + Write-LogError "Failed to convert json file $fileName" $_.Exception + } } function Save-GraphObjectToFile @@ -4188,3 +4217,83 @@ function Save-GraphObjectToFile Write-LogError "Failed to save file $fileName" $_.Exception } } + +function Get-GraphObjectFile +{ + param($obj, $objectType, $path) + $fileName = (Get-GraphObjectName $obj $objectType) + + if((Get-SettingValue "AddIDToExportFile") -eq $true -and $obj.Id) + { + $fileName = ($fileName + "_" + $obj.Id) + } + $fileName = "$((Remove-InvalidFileNameChars $fileName)).json" + if($path) + { + $fileName = "$path\$fileName" + } + + $fileName +} + +function Confirm-GraphMatchFilter +{ + param($graphObj, [string]$filter) + + if(-not $filter.Trim()) { return $true } + + $filterScope = "" + + if($filter -like "scope:*" -or $filter -like "tag:*") + { + $filterScope = $filter.Split(':')[1] + } + + $objName = Get-GraphObjectName $graphObj.Object $graphObj.ObjectType + if($filterScope) + { + if(($graphObj.Object.PSObject.Properties | Where Name -eq "roleScopeTagIds")) + { + $scopeTagProperty = "roleScopeTagIds" + } + elseif(($graphObj.Object.PSObject.Properties | Where Name -eq "roleScopeTags")) + { + $scopeTagProperty = "roleScopeTags" + } + else + { + Write-Log "$objName excluded based on Scope(Tags) not supported on $($graphObj.ObjectType.GroupId) objects" + continue + } + + if(-not $script:scopeTags -and $script:offlineDocumentation -ne $true) + { + $script:scopeTags = (Invoke-GraphRequest -Url "/deviceManagement/roleScopeTags").Value + } + + $found = $false + foreach($scopeTagId in $graphObj.Object."$scopeTagProperty") + { + $scopeTagObj = $script:scopeTags | Where Id -eq $scopeTagId + if($scopeTagObj -and $filterScope -and $scopeTagObj.displayName -match [RegEx]::Escape($filterScope)) + { + return $true + } + } + + if($found -eq $false) + { + Write-Log "$objName excluded based on no Scope(Tags) found that matches the filter" + return $false + } + } + else + { + if($objName -and $filter -and $objName -notmatch [RegEx]::Escape($filter)) + { + Write-Log "$objName excluded based on the name does not match the filter" + return $false + } + } + return $true +} \ No newline at end of file diff --git a/README.md b/README.md index 44ccc7c..76bbe1b 100644 --- a/README.md +++ b/README.md @@ -240,10 +240,10 @@ Start-WithJson.cmd is included as an example on how to start the script with jso **Note:** If the file can't be created, the script will revert back registry. Make sure that the script can write to the file. It is not recommended to store the file in a folder that requires UAC to get write permissions. ## Supported Intune objects -* ADMX Files +* ADMX Files [^1] * App Configurations (App and Device) * App Protection -* Applications +* Applications [^2] * Apple Enrolment Types - NOT fully tested * Autopilot profiles * Baseline Security profiles @@ -252,7 +252,7 @@ Start-WithJson.cmd is included as an example on how to start the script with jso * Conditional Access * Custom Attributes * Device Configuration (Administrative Templates, Configuration Policies, Android OEM Config, Settings Catalog) -* Endpoint Security (Account Protection, Disk Encryption, Firewall, Security Baselines etc.) +* Endpoint Security (Account Protection, Disk Encryption, Firewall, Security Baselines etc.) [^3] * Enrollment Restrictions * Enrollment Status Page profiles * Feature Updates @@ -263,6 +263,7 @@ Start-WithJson.cmd is included as an example on how to start the script with jso * Notifications * Policy Sets * Quality Updates +* Reusable Settings * Role Definitions * Scope Tags * Scripts (PowerShell and Shell scripts, supports download of script) @@ -271,6 +272,9 @@ Start-WithJson.cmd is included as an example on how to start the script with jso * Update Policies * Co-management Settings +[^1]: ADMX file must be located in the export folder or in the folder defined in Settings. Administrative Template policies based on ADMX files must be imported after the ADMX file is imported. +[^2]: Export is support but .intunewin files will not be exported. The .intunewin file must exist in the exported folder or in the folder defined in Settings -> App packages folder. +[^3]: Some Endpoint Security policies will be exported to the SettingsCatalg since they are based the Settings Catalog API. **Note:** The scripts are using the BETA version of the Graph API which might change at any time. diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 40790a5..2812ff9 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,59 @@ # Release Notes +## 3.8.1 - 2023-01-26 + +**New features** + +- **Added support for Reusable Settings objects**
+ - These are used by some of the Endpoint Security polices like Firewall rules
+ Based on private request
+ Note: No documentation support yet
+ +- **Added support for custom Authentication Strengths objects**
+ - These can be used in Conditional Access policies
+ Based on [Issue 109](https://github.com/Micke-K/IntuneManagement/issues/109)
+ Note: Not all issues in 109 are fixed yet and no documentation support yet
+ +- **Export/Import**
+ - PowerShell files for Health Scripts exported to the Export folder
+ - PowerShell files for Application Detection scripts are exported to the Export folder
+ Both scripts exports are based on [Issue 103](https://github.com/Micke-K/IntuneManagement/issues/103)
+ +- **Documentation**
+ - Documentation engine completely rewritten for Settings Catalog and had major updates for other object types
+ Please create an issue if there are any problems
+ - Added support for HTML output
+ - MD output is now official with included support for CSS and single file Output.
+ Based on [Issue 35](https://github.com/Micke-K/IntuneManagement/issues/35)
+ - Added support for indent on sub-properties so it will be visible that a property is set based on a parent
+ Based on [Discussion 90](https://github.com/Micke-K/IntuneManagement/discussions/90)
+ - Added option to skip assignments in the documentation
+ Based on [Issue 102](https://github.com/Micke-K/IntuneManagement/issues/102)
+ - Moved some Output options to generic output settings; Document scripts and Remove script signature
+ +- **Generic**
+ - Added new property on applications, InstallerType. This can be added as a new column to the View for Applications.
+ It specifies the New Microsoft Store App type; UWP or Win32
+ Based on [Issue 101](https://github.com/Micke-K/IntuneManagement/issues/101)
+ - Added response information f an API call failed. The log should now have a better description on why an API failed.
+ + +**Fixes** +- **Documentation**
+ - Lots of documentation issues fixed by the new Documentation engine
+ - Sections and policies should now be in correct alphabetic order
+ Based on [Discussion 90](https://github.com/Micke-K/IntuneManagement/discussions/90)
+ - Fixed issues with assignments for Setting Catalog issues
+ Based on [Issue 102](https://github.com/Micke-K/IntuneManagement/issues/102)
+ - Translation files re-generated
+ - Fixed error message: "Invoke-WordTranslateColumnHeader is not recognized as the name of a cmdlet" + Based on [Issue 99](https://github.com/Micke-K/IntuneManagement/issues/99)
+ + +- **Authentication**
+ - Fixed an issue when authentication to China Cloud
+ Based on [Issue 106](https://github.com/Micke-K/IntuneManagement/issues/106)
+
+ ## 3.7.4 - 2022-11-17 **Fixes** @@ -31,8 +86,11 @@ Thank you **Dominique** for all the amazing help with testing!
- Missing groups will now only generate a warning instead of Graph API error
- No error for users without a profile photo
+ +

+ ## 3.7.3 - 2022-10-24 **Fixes** diff --git a/Xaml/DocumentationForm.xaml b/Xaml/DocumentationForm.xaml index 90f2823..686ee9a 100644 --- a/Xaml/DocumentationForm.xaml +++ b/Xaml/DocumentationForm.xaml @@ -19,6 +19,8 @@ + + @@ -33,7 +35,7 @@ + DisplayMemberPath="Name" SelectedValuePath="Value" />
$($prop.Split(".")[-1]) $((Invoke-DocTranslateColumnHeader $prop.Split(".")[-1]))
`n`n**$((Set-MDText $itemObj.Category))**`n`n$((Set-MDText $itemObj.Category))
`n`n***$((Set-MDText $itemObj.SubCategory))***`n`n$((Set-MDText $itemObj.SubCategory))
$((Set-MDText "$($tmpObj.$propName)" -CodeBlock))") + $tableText.AppendLine("") + foreach($tableObjectProp in $itemObj.FullValueTable[0].PSObject.Properties) + { + $tableText.AppendLine("") + } + $tableText.AppendLine("") + + foreach($tableValue in $itemObj.FullValueTable) + { + $tableText.AppendLine("") + foreach($tableObjectProp in $itemObj.FullValueTable[0].PSObject.Properties) + { + $tableText.AppendLine("") + } + $tableText.AppendLine("") + } + $tableText.AppendLine("
$($tableObjectProp.Name)
$($tableValue."$($tableObjectProp.Name)")
$((Set-MDText $tmpObj.$propName @params))