3.10.1
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
RootModule = 'CloudAPIPowerShellManagement.psm1'
|
RootModule = 'CloudAPIPowerShellManagement.psm1'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '3.9.8'
|
ModuleVersion = '3.10.1'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ function Initialize-CloudAPIManagement
|
|||||||
$global:ClientSecret = $secret
|
$global:ClientSecret = $secret
|
||||||
$global:ClientCert = $certificate
|
$global:ClientCert = $certificate
|
||||||
$global:UseGraphEnvironment = $GraphEnvironment
|
$global:UseGraphEnvironment = $GraphEnvironment
|
||||||
$global:GCCType = $GCCType
|
$global:UseGCCType = $GCCType
|
||||||
|
|
||||||
if($global:AzureAppId)
|
if($global:AzureAppId)
|
||||||
{
|
{
|
||||||
@@ -144,9 +144,9 @@ function Initialize-CloudAPIManagement
|
|||||||
Write-Host "Using Azure Graph Environment: $($global:UseGraphEnvironment)"
|
Write-Host "Using Azure Graph Environment: $($global:UseGraphEnvironment)"
|
||||||
}
|
}
|
||||||
|
|
||||||
if($global:GCCType)
|
if($global:UseGCCType)
|
||||||
{
|
{
|
||||||
Write-Host "Using Graph Environment type: $($global:GCCType)"
|
Write-Host "Using Graph Environment type: $($global:UseGCCType)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"dataType": 16,
|
"dataType": 16,
|
||||||
"category": 42,
|
"category": 42,
|
||||||
"nameResourceKey": "requiredPasswordTypeName",
|
"nameResourceKey": "requiredPasswordTypeName",
|
||||||
"descriptionResourceKey": "androidEnterpriseRequiredPasswordTypeDescription",
|
"descriptionResourceKey": "androidEnterpriseConfigurationRequiredPasswordTypeDescription",
|
||||||
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
|
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
|
||||||
"childSettings": [
|
"childSettings": [
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"dataType": 16,
|
"dataType": 16,
|
||||||
"category": 42,
|
"category": 42,
|
||||||
"nameResourceKey": "requiredPasswordTypeName",
|
"nameResourceKey": "requiredPasswordTypeName",
|
||||||
"descriptionResourceKey": "androidEnterpriseRequiredPasswordTypeDescription",
|
"descriptionResourceKey": "aospConfigurationRequiredPasswordTypeDescription",
|
||||||
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
|
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
|
||||||
"childSettings": [
|
"childSettings": [
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"dataType": 16,
|
"dataType": 16,
|
||||||
"category": 113,
|
"category": 113,
|
||||||
"nameResourceKey": "requiredPasswordTypeName",
|
"nameResourceKey": "requiredPasswordTypeName",
|
||||||
"descriptionResourceKey": "androidEnterpriseRequiredPasswordTypeDescription",
|
"descriptionResourceKey": "androidEnterpriseComplianceRequiredPasswordTypeDescription",
|
||||||
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
|
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
|
||||||
"childSettings": [
|
"childSettings": [
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
"dataType": 16,
|
"dataType": 16,
|
||||||
"category": 113,
|
"category": 113,
|
||||||
"nameResourceKey": "requiredPasswordTypeName",
|
"nameResourceKey": "requiredPasswordTypeName",
|
||||||
"descriptionResourceKey": "androidEnterpriseRequiredPasswordTypeDescription",
|
"descriptionResourceKey": "aospComplianceRequiredPasswordTypeDescription",
|
||||||
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
|
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
|
||||||
"childSettings": [
|
"childSettings": [
|
||||||
|
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Chybová zpráva",
|
"customMessageTextBox": "Chybová zpráva",
|
||||||
"customMessageToggle": "Zobrazit vlastní zprávu, když dojde k časovému limitu nebo chybě",
|
"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)",
|
"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) (Preview)",
|
"installQualityUpdatesToggle": "Nainstalovat aktualizace Windows (zařízení se může restartovat) (Preview)",
|
||||||
"progressToggle": "Zobrazit průběh konfigurace aplikací a profilů",
|
"progressToggle": "Zobrazit průběh konfigurace aplikací a profilů",
|
||||||
"resetToggle": "Povolit uživatelům resetovat zařízení, když dojde k chybě instalace",
|
"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"
|
"timeout": "Zobrazit chybu, pokud instalace trvá déle než zadaný počet minut"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Konec aktivní doby",
|
"activeHoursEndName": "Konec aktivní doby",
|
||||||
"activeHoursStartName": "Začátek aktivní doby",
|
"activeHoursStartName": "Začátek aktivní doby",
|
||||||
"addItem": "Zadejte položku.",
|
"addItem": "Zadejte položku.",
|
||||||
"addUserDisabledDescription": "Zablokuje uživatelům možnost přidávat na zařízení osobní účty a přihlašovat se k nim.",
|
"addUserDisabledDescription": "Zabrání koncovým uživatelům v přidávání nových profilů uživatelů do zařízení.",
|
||||||
"addUserDisabledName": "Přidat nové uživatele",
|
"addUserDisabledName": "Přidat nové uživatele",
|
||||||
"addWindows32AppTitle": "Přidat aplikaci Win32 zadáním místní cesty",
|
"addWindows32AppTitle": "Přidat aplikaci Win32 zadáním místní cesty",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Možnost Ano zabrání uživatelům přidávat do Game Center přátele. K dispozici pro zařízení s verzemi macOSu 10.13 nebo novějšími.",
|
"addingGameCenterFriendsBlockedMacDescription": "Možnost Ano zabrání uživatelům přidávat do Game Center přátele. K dispozici pro zařízení s verzemi macOSu 10.13 nebo novějšími.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Mobilní služby",
|
"cellularExceptionName": "Mobilní služby",
|
||||||
"cellularExceptionToolTip": "Zvolte, co se stane s provozem mobilních služeb, když je povolené trvalé připojení sítě VPN. Výchozí hodnota pro toto nastavení je ta nejbezpečnější možnost.",
|
"cellularExceptionToolTip": "Zvolte, co se stane s provozem mobilních služeb, když je povolené trvalé připojení sítě VPN. Výchozí hodnota pro toto nastavení je ta nejbezpečnější možnost.",
|
||||||
"cellularName": "Mobilní",
|
"cellularName": "Mobilní",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Zablokuje uživatelům možnost provádět změny přihlašovacích údajů přidružených k certifikátům, které jsou k nim přiřazené.",
|
"certificateCredentialConfigurationDisabledDescription": "Blokuje uživatelům možnost provádět jakékoli změny přihlašovacích údajů přidružených k certifikátům, které jsou jim přiřazeny.",
|
||||||
"certificateCredentialConfigurationDisabledName": "Uživatel může konfigurovat přihlašovací údaje (úroveň pracovního profilu)",
|
"certificateCredentialConfigurationDisabledName": "Uživatel může konfigurovat přihlašovací údaje (úroveň pracovního profilu)",
|
||||||
"certificateInstallDescription": "Aplikace, které tady uvedete, můžou měnit certifikáty vytvořené službou Intune a spravovat certifikáty doručované mimo Intune.",
|
"certificateInstallDescription": "Aplikace, které tady uvedete, můžou měnit certifikáty vytvořené službou Intune a spravovat certifikáty doručované mimo Intune.",
|
||||||
"certificateInstallTitle": "Povolit ostatním aplikacím instalovat a spravovat certifikáty",
|
"certificateInstallTitle": "Povolit ostatním aplikacím instalovat a spravovat certifikáty",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "Zapnuto",
|
"on": "Zapnuto",
|
||||||
"onlineButUnableToCheckin": "Zakázaný účet",
|
"onlineButUnableToCheckin": "Zakázaný účet",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Oprávnění organizace číst, aktualizovat ",
|
"orgPermission": "Oprávnění organizace číst, aktualizovat ",
|
||||||
"override": "Přepsat",
|
"override": "Přepsat",
|
||||||
"overview": "Přehled",
|
"overview": "Přehled",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Fehlermeldung",
|
"customMessageTextBox": "Fehlermeldung",
|
||||||
"customMessageToggle": "Bei einem Zeitlimit oder Fehler benutzerdefinierte Meldung anzeigen",
|
"customMessageToggle": "Bei einem Zeitlimit oder Fehler benutzerdefinierte Meldung anzeigen",
|
||||||
"enableForAutopilotOnlyToggle": "Seite nur für Geräte anzeigen, die über die Willkommensseite bereitgestellt wurden",
|
"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) (Vorschau)",
|
"installQualityUpdatesToggle": "Installieren von Windows-Updates (kann das Gerät neu starten) (Vorschau)",
|
||||||
"progressToggle": "Konfigurationsfortschritt für Apps und Profile anzeigen",
|
"progressToggle": "Konfigurationsfortschritt für Apps und Profile anzeigen",
|
||||||
"resetToggle": "Benutzern bei Installationsfehlern das Zurücksetzen des Geräts erlauben",
|
"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"
|
"timeout": "Fehler anzeigen, wenn die Installation länger als die angegebene Anzahl von Minuten dauert"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Ende der Nutzungszeit",
|
"activeHoursEndName": "Ende der Nutzungszeit",
|
||||||
"activeHoursStartName": "Beginn der Nutzungszeit",
|
"activeHoursStartName": "Beginn der Nutzungszeit",
|
||||||
"addItem": "Element eingeben",
|
"addItem": "Element eingeben",
|
||||||
"addUserDisabledDescription": "Hiermit verhindern Sie, dass Benutzer dem Gerät persönliche Konten hinzufügen und sich bei ihnen anmelden.",
|
"addUserDisabledDescription": "Verhindert, dass Endbenutzende dem Gerät neue Benutzerprofile hinzufügen.",
|
||||||
"addUserDisabledName": "Neue Benutzer hinzufügen",
|
"addUserDisabledName": "Neue Benutzer hinzufügen",
|
||||||
"addWindows32AppTitle": "Win32-App durch Angeben eines lokalen Pfads hinzufügen",
|
"addWindows32AppTitle": "Win32-App durch Angeben eines lokalen Pfads hinzufügen",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Ja verhindert, dass Benutzer Freunde zum Game Center hinzufügen. Verfügbar für Geräte, auf denen macOS-Versionen 10.13 oder höher ausgeführt werden.",
|
"addingGameCenterFriendsBlockedMacDescription": "Ja verhindert, dass Benutzer Freunde zum Game Center hinzufügen. Verfügbar für Geräte, auf denen macOS-Versionen 10.13 oder höher ausgeführt werden.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Mobilfunkdienste",
|
"cellularExceptionName": "Mobilfunkdienste",
|
||||||
"cellularExceptionToolTip": "Wählen Sie aus, was beim Datenverkehr mit Mobilfunkdiensten geschieht, wenn Always-On-VPN aktiviert ist. Der Standardwert für diese Einstellung ist die sicherste Option.",
|
"cellularExceptionToolTip": "Wählen Sie aus, was beim Datenverkehr mit Mobilfunkdiensten geschieht, wenn Always-On-VPN aktiviert ist. Der Standardwert für diese Einstellung ist die sicherste Option.",
|
||||||
"cellularName": "Mobilfunk",
|
"cellularName": "Mobilfunk",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Hiermit werden Benutzer daran gehindert, Änderungen an Anmeldeinformationen für Zertifikate durchzuführen, die ihnen zugeordnet sind.",
|
"certificateCredentialConfigurationDisabledDescription": "Verhindert, dass Benutzende Änderungen an Anmeldeinformationen vornehmen, die ihnen zugewiesenen Zertifikaten zugeordnet sind.",
|
||||||
"certificateCredentialConfigurationDisabledName": "Der Benutzer kann Anmeldeinformationen konfigurieren (Arbeitsprofilebene)",
|
"certificateCredentialConfigurationDisabledName": "Der Benutzer kann Anmeldeinformationen konfigurieren (Arbeitsprofilebene)",
|
||||||
"certificateInstallDescription": "Apps, die Sie hier auflisten, können von Intune erstellte Zertifikate ändern und Zertifikate verwalten, die außerhalb von Intune übermittelt werden.",
|
"certificateInstallDescription": "Apps, die Sie hier auflisten, können von Intune erstellte Zertifikate ändern und Zertifikate verwalten, die außerhalb von Intune übermittelt werden.",
|
||||||
"certificateInstallTitle": "Anderen Apps das Installieren und Verwalten von Zertifikaten gestatten",
|
"certificateInstallTitle": "Anderen Apps das Installieren und Verwalten von Zertifikaten gestatten",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "Ein",
|
"on": "Ein",
|
||||||
"onlineButUnableToCheckin": "Deaktiviertes Konto",
|
"onlineButUnableToCheckin": "Deaktiviertes Konto",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Organisationsberechtigungen: Lesen, Aktualisieren",
|
"orgPermission": "Organisationsberechtigungen: Lesen, Aktualisieren",
|
||||||
"override": "Überschreibung",
|
"override": "Überschreibung",
|
||||||
"overview": "Übersicht",
|
"overview": "Übersicht",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Error message",
|
"customMessageTextBox": "Error message",
|
||||||
"customMessageToggle": "Show custom message when time limit or error occurs",
|
"customMessageToggle": "Show custom message when time limit or error occurs",
|
||||||
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
|
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
|
||||||
"installQualityUpdatesToggle": "Install Windows updates (might restart the device) (preview)",
|
"installQualityUpdatesToggle": "Install Windows updates (might restart the device)",
|
||||||
"progressToggle": "Show app and profile configuration progress",
|
"progressToggle": "Show app and profile configuration progress",
|
||||||
"resetToggle": "Allow users to reset device if installation error occurs",
|
"resetToggle": "Allow users to reset device if installation error occurs",
|
||||||
"timeout": "Show an error when installation takes longer than specified number of minutes"
|
"timeout": "Show an error when installation takes longer than specified number of minutes"
|
||||||
@@ -4539,7 +4539,7 @@
|
|||||||
"WindowsQualityUpdateProfile": {
|
"WindowsQualityUpdateProfile": {
|
||||||
"Details": {
|
"Details": {
|
||||||
"DaysUntilForcedReboot": {
|
"DaysUntilForcedReboot": {
|
||||||
"label": "Number of days to wait before restart is enforced"
|
"label": "If a reboot is required, select the number of days before it's enforced"
|
||||||
},
|
},
|
||||||
"Description": {
|
"Description": {
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
@@ -4548,7 +4548,7 @@
|
|||||||
"label": "Name"
|
"label": "Name"
|
||||||
},
|
},
|
||||||
"QualityUpdateRelease": {
|
"QualityUpdateRelease": {
|
||||||
"label": "Expedite installation of quality updates if device OS version less than:"
|
"label": "Select the quality update you would like to Expedite"
|
||||||
},
|
},
|
||||||
"bladeTitle": "Quality updates Windows 10 and later (preview)",
|
"bladeTitle": "Quality updates Windows 10 and later (preview)",
|
||||||
"loadError": "Loading failed!"
|
"loadError": "Loading failed!"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Active hours end",
|
"activeHoursEndName": "Active hours end",
|
||||||
"activeHoursStartName": "Active hours start",
|
"activeHoursStartName": "Active hours start",
|
||||||
"addItem": "Enter item",
|
"addItem": "Enter item",
|
||||||
"addUserDisabledDescription": "Blocks users from adding and signing in to personal accounts while on the device.",
|
"addUserDisabledDescription": "Prevents end users from adding new user profiles to the device.",
|
||||||
"addUserDisabledName": "Add new users",
|
"addUserDisabledName": "Add new users",
|
||||||
"addWindows32AppTitle": "Add Win32 app by specifying local path",
|
"addWindows32AppTitle": "Add Win32 app by specifying local path",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
|
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Cellular services",
|
"cellularExceptionName": "Cellular services",
|
||||||
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
|
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
|
||||||
"cellularName": "Cellular",
|
"cellularName": "Cellular",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.",
|
"certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates assigned to them.",
|
||||||
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
|
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
|
||||||
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
|
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
|
||||||
"certificateInstallTitle": "Allow other apps to install and manage certificates",
|
"certificateInstallTitle": "Allow other apps to install and manage certificates",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "On",
|
"on": "On",
|
||||||
"onlineButUnableToCheckin": "Disabled account",
|
"onlineButUnableToCheckin": "Disabled account",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Organization read, update permission",
|
"orgPermission": "Organization read, update permission",
|
||||||
"override": "Override",
|
"override": "Override",
|
||||||
"overview": "Overview",
|
"overview": "Overview",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Mensaje de error",
|
"customMessageTextBox": "Mensaje de error",
|
||||||
"customMessageToggle": "Mostrar un mensaje personalizado cuando se produce un límite de tiempo o un 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)",
|
"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) (versión preliminar)",
|
"installQualityUpdatesToggle": "Instalar actualizaciones de Windows (puede reiniciar el dispositivo) (versión preliminar)",
|
||||||
"progressToggle": "Mostrar el progreso de la configuración de la aplicación y el perfil",
|
"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",
|
"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"
|
"timeout": "Mostrar un error cuando el tiempo de instalación supera el número de minutos especificado"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Fin de horas activas",
|
"activeHoursEndName": "Fin de horas activas",
|
||||||
"activeHoursStartName": "Inicio de horas activas",
|
"activeHoursStartName": "Inicio de horas activas",
|
||||||
"addItem": "Insertar elemento",
|
"addItem": "Insertar elemento",
|
||||||
"addUserDisabledDescription": "Impide a los usuarios agregar e iniciar sesión en las cuentas personales mientras se encuentran en el dispositivo.",
|
"addUserDisabledDescription": "Evita que los usuarios finales añadan nuevos perfiles de usuario al dispositivo.",
|
||||||
"addUserDisabledName": "Agregar usuarios nuevos",
|
"addUserDisabledName": "Agregar usuarios nuevos",
|
||||||
"addWindows32AppTitle": "Agregar aplicación Win32 por la ruta de acceso local",
|
"addWindows32AppTitle": "Agregar aplicación Win32 por la ruta de acceso local",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Sí impide que los usuarios agreguen a amigos a Game Center. Está disponible para dispositivos que ejecutan macOS 10.13 o versiones posteriores.",
|
"addingGameCenterFriendsBlockedMacDescription": "Sí impide que los usuarios agreguen a amigos a Game Center. Está disponible para dispositivos que ejecutan macOS 10.13 o versiones posteriores.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Servicios móviles",
|
"cellularExceptionName": "Servicios móviles",
|
||||||
"cellularExceptionToolTip": "Elija qué sucede con el tráfico de los servicios móviles cuando está habilitada la VPN siempre activa. El valor predeterminado de esta configuración es la opción más segura.",
|
"cellularExceptionToolTip": "Elija qué sucede con el tráfico de los servicios móviles cuando está habilitada la VPN siempre activa. El valor predeterminado de esta configuración es la opción más segura.",
|
||||||
"cellularName": "Red de telefonía móvil",
|
"cellularName": "Red de telefonía móvil",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Impide que los usuarios realicen cambios en las credenciales asociadas a los certificados que tienen asignados.",
|
"certificateCredentialConfigurationDisabledDescription": "Impide que los usuarios realicen cambios en las credenciales asociadas a los certificados asignados.",
|
||||||
"certificateCredentialConfigurationDisabledName": "El usuario puede configurar credenciales (nivel de perfil de trabajo).",
|
"certificateCredentialConfigurationDisabledName": "El usuario puede configurar credenciales (nivel de perfil de trabajo).",
|
||||||
"certificateInstallDescription": "Las aplicaciones que se enumeran aquí pueden alterar los certificados creados por Intune y pueden administrar certificados entregados fuera de Intune.",
|
"certificateInstallDescription": "Las aplicaciones que se enumeran aquí pueden alterar los certificados creados por Intune y pueden administrar certificados entregados fuera de Intune.",
|
||||||
"certificateInstallTitle": "Permitir que otras aplicaciones instalen y administren certificados",
|
"certificateInstallTitle": "Permitir que otras aplicaciones instalen y administren certificados",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "Activado",
|
"on": "Activado",
|
||||||
"onlineButUnableToCheckin": "Cuenta deshabilitada",
|
"onlineButUnableToCheckin": "Cuenta deshabilitada",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Permiso de lectura o actualización de la organización",
|
"orgPermission": "Permiso de lectura o actualización de la organización",
|
||||||
"override": "Invalidar",
|
"override": "Invalidar",
|
||||||
"overview": "Información general",
|
"overview": "Información general",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Message d'erreur",
|
"customMessageTextBox": "Message d'erreur",
|
||||||
"customMessageToggle": "Afficher un message personnalisé lorsque la limite de temps ou l'erreur se produit",
|
"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)",
|
"enableForAutopilotOnlyToggle": "Afficher uniquement la page sur les appareils approvisionnés par OOBE (out-of-box experience)",
|
||||||
"installQualityUpdatesToggle": "Installer les mises à jour de qualité Windows (pourrait redémarrer l'appareil) (aperçu)",
|
"installQualityUpdatesToggle": "Installer les mises à jour Windows (l’appareil pourra redémarrer) (préversion)",
|
||||||
"progressToggle": "Afficher la progression de la configuration des applications et des profils",
|
"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",
|
"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é"
|
"timeout": "Afficher une erreur quand la durée de l'installation est supérieure au nombre de minutes spécifié"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Fin des heures actives",
|
"activeHoursEndName": "Fin des heures actives",
|
||||||
"activeHoursStartName": "Début des heures actives",
|
"activeHoursStartName": "Début des heures actives",
|
||||||
"addItem": "Entrer l'élément",
|
"addItem": "Entrer l'élément",
|
||||||
"addUserDisabledDescription": "Empêche les utilisateurs d'ajouter et de connecter des comptes personnels sur l'appareil.",
|
"addUserDisabledDescription": "Empêche les utilisateurs finaux d’ajouter de nouveaux profils utilisateur à l’appareil.",
|
||||||
"addUserDisabledName": "Ajouter de nouveaux utilisateurs",
|
"addUserDisabledName": "Ajouter de nouveaux utilisateurs",
|
||||||
"addWindows32AppTitle": "Ajouter une application Win32 en spécifiant le chemin local",
|
"addWindows32AppTitle": "Ajouter une application Win32 en spécifiant le chemin local",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Oui empêche les utilisateurs d'ajouter des amis à Game Center. Disponible pour les appareils exécutant macOS versions 10.13 ou une version ultérieure.",
|
"addingGameCenterFriendsBlockedMacDescription": "Oui empêche les utilisateurs d'ajouter des amis à Game Center. Disponible pour les appareils exécutant macOS versions 10.13 ou une version ultérieure.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Services mobiles",
|
"cellularExceptionName": "Services mobiles",
|
||||||
"cellularExceptionToolTip": "Choisissez ce qui se passe avec le trafic des services mobiles quand le VPN Always-on est activé. La valeur par défaut de ce paramètre est l’option la plus sécurisée.",
|
"cellularExceptionToolTip": "Choisissez ce qui se passe avec le trafic des services mobiles quand le VPN Always-on est activé. La valeur par défaut de ce paramètre est l’option la plus sécurisée.",
|
||||||
"cellularName": "Cellulaire",
|
"cellularName": "Cellulaire",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Empêche les utilisateurs d’apporter des modifications aux informations d’identification associées aux certificats associés à des certificats qui leur sont affectés. ",
|
"certificateCredentialConfigurationDisabledDescription": "Interdit aux utilisateurs d’apporter des modifications aux informations d’identification associées aux certificats qui leur ont été attribués.",
|
||||||
"certificateCredentialConfigurationDisabledName": "L’utilisateur peut configurer les informations d’identification (niveau profil professionnel)",
|
"certificateCredentialConfigurationDisabledName": "L’utilisateur peut configurer les informations d’identification (niveau profil professionnel)",
|
||||||
"certificateInstallDescription": "Les applications que vous répertoriez ici peuvent modifier les certificats créés par Intune et gérer les certificats délivrés en dehors d'Intune.",
|
"certificateInstallDescription": "Les applications que vous répertoriez ici peuvent modifier les certificats créés par Intune et gérer les certificats délivrés en dehors d'Intune.",
|
||||||
"certificateInstallTitle": "Autoriser d'autres applications à installer et à gérer des certificats",
|
"certificateInstallTitle": "Autoriser d'autres applications à installer et à gérer des certificats",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "Actif",
|
"on": "Actif",
|
||||||
"onlineButUnableToCheckin": "Compte désactivé",
|
"onlineButUnableToCheckin": "Compte désactivé",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Autorisation de lecture et de mise à jour de l’organisation",
|
"orgPermission": "Autorisation de lecture et de mise à jour de l’organisation",
|
||||||
"override": "Remplacer",
|
"override": "Remplacer",
|
||||||
"overview": "Vue d'ensemble",
|
"overview": "Vue d'ensemble",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Hibaüzenet",
|
"customMessageTextBox": "Hibaüzenet",
|
||||||
"customMessageToggle": "Egyéni üzenet megjelenítése időkorlát vagy hiba esetén",
|
"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",
|
"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) (előzetes verzió)",
|
"installQualityUpdatesToggle": "A Windows frissítéseinek telepítése (újraindíthatja az eszközt) (előzetes verzió)",
|
||||||
"progressToggle": "Alkalmazás és profil konfigurációs folyamatának megjelenítése",
|
"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",
|
"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"
|
"timeout": "Hiba megjelenítése, ha a telepítés a (percekben) megadott időtartamnál több időt vesz igénybe"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Aktív órák vége",
|
"activeHoursEndName": "Aktív órák vége",
|
||||||
"activeHoursStartName": "Aktív órák kezdete",
|
"activeHoursStartName": "Aktív órák kezdete",
|
||||||
"addItem": "Adja meg az elemet",
|
"addItem": "Adja meg az elemet",
|
||||||
"addUserDisabledDescription": "Letiltja a felhasználók számára a személyes fiókok hozzáadását, illetve az azokba való bejelentkezést az eszközön.",
|
"addUserDisabledDescription": "Megakadályozza, hogy a végfelhasználók új felhasználói profilokat adjanak hozzá az eszközhöz.",
|
||||||
"addUserDisabledName": "Új felhasználók hozzáadása",
|
"addUserDisabledName": "Új felhasználók hozzáadása",
|
||||||
"addWindows32AppTitle": "Win32-alkalmazás hozzáadása helyi elérési út megadásával",
|
"addWindows32AppTitle": "Win32-alkalmazás hozzáadása helyi elérési út megadásával",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Az Igen lehetőség választásával megakadályozza, hogy a felhasználók barátokat adjanak hozzá a Game Centerhez. A beállítás a macOS 10.13 vagy újabb verzióit futtató eszközökhöz érhető el.",
|
"addingGameCenterFriendsBlockedMacDescription": "Az Igen lehetőség választásával megakadályozza, hogy a felhasználók barátokat adjanak hozzá a Game Centerhez. A beállítás a macOS 10.13 vagy újabb verzióit futtató eszközökhöz érhető el.",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "Bekapcsolva",
|
"on": "Bekapcsolva",
|
||||||
"onlineButUnableToCheckin": "Letiltott fiók",
|
"onlineButUnableToCheckin": "Letiltott fiók",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Szervezet olvasási, frissítési engedélye",
|
"orgPermission": "Szervezet olvasási, frissítési engedélye",
|
||||||
"override": "Felülbírálás",
|
"override": "Felülbírálás",
|
||||||
"overview": "Áttekintés",
|
"overview": "Áttekintés",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Messaggio di errore",
|
"customMessageTextBox": "Messaggio di errore",
|
||||||
"customMessageToggle": "Mostrare un messaggio personalizzato in caso di raggiungimento del limite di tempo o se si verifica un 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",
|
"enableForAutopilotOnlyToggle": "Mostra la pagina solo ai dispositivi sottoposti a provisioning dalla Configurazione guidata",
|
||||||
"installQualityUpdatesToggle": "Installare gli aggiornamenti di qualità di Windows (potrebbe riavviare il dispositivo) (anteprima)",
|
"installQualityUpdatesToggle": "Installare gli aggiornamenti di Windows (il dispositivo potrebbe riavviarsi) (anteprima)",
|
||||||
"progressToggle": "Mostra lo stato della configurazione di app e profili",
|
"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",
|
"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"
|
"timeout": "Mostra un errore se l'installazione richiede più tempo rispetto al numero di minuti specificato"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Fine dell'orario di attività",
|
"activeHoursEndName": "Fine dell'orario di attività",
|
||||||
"activeHoursStartName": "Inizio dell'orario di attività",
|
"activeHoursStartName": "Inizio dell'orario di attività",
|
||||||
"addItem": "Immettere un elemento",
|
"addItem": "Immettere un elemento",
|
||||||
"addUserDisabledDescription": "Impedisce agli utenti di aggiungere e accedere ad account personali durante l'uso del dispositivo.",
|
"addUserDisabledDescription": "Impedisce agli utenti finali di aggiungere nuovi profili utente al dispositivo.",
|
||||||
"addUserDisabledName": "Aggiungi nuovi utenti",
|
"addUserDisabledName": "Aggiungi nuovi utenti",
|
||||||
"addWindows32AppTitle": "Aggiungi un'app Win32 specificando il percorso locale",
|
"addWindows32AppTitle": "Aggiungi un'app Win32 specificando il percorso locale",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Se selezionato, impedisce agli utenti di aggiungere amici a Game Center. Disponibile per i dispositivi che eseguono macOS versione 10.13 o versioni successive.",
|
"addingGameCenterFriendsBlockedMacDescription": "Se selezionato, impedisce agli utenti di aggiungere amici a Game Center. Disponibile per i dispositivi che eseguono macOS versione 10.13 o versioni successive.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Servizi per rete dati",
|
"cellularExceptionName": "Servizi per rete dati",
|
||||||
"cellularExceptionToolTip": "Scegliere l'operazione da eseguire per il traffico dei servizi per rete dati quando è abilitata la VPN sempre attiva. Il valore predefinito per questa impostazione è l'opzione più sicura.",
|
"cellularExceptionToolTip": "Scegliere l'operazione da eseguire per il traffico dei servizi per rete dati quando è abilitata la VPN sempre attiva. Il valore predefinito per questa impostazione è l'opzione più sicura.",
|
||||||
"cellularName": "Rete cellulare",
|
"cellularName": "Rete cellulare",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Impedisce agli utenti di apportare modifiche alle credenziali associate ai certificati associati ai certificati assegnati agli utenti.",
|
"certificateCredentialConfigurationDisabledDescription": "Impedisce agli utenti di apportare modifiche alle credenziali associate ai certificati a loro assegnati.",
|
||||||
"certificateCredentialConfigurationDisabledName": "L'utente può configurare le credenziali (livello profilo di lavoro)",
|
"certificateCredentialConfigurationDisabledName": "L'utente può configurare le credenziali (livello profilo di lavoro)",
|
||||||
"certificateInstallDescription": "Le app elencate qui possono modificare i certificati creati da Intune e gestire i certificati recapitati all'esterno di Intune.",
|
"certificateInstallDescription": "Le app elencate qui possono modificare i certificati creati da Intune e gestire i certificati recapitati all'esterno di Intune.",
|
||||||
"certificateInstallTitle": "Consentire ad altre app di installare e gestire i certificati",
|
"certificateInstallTitle": "Consentire ad altre app di installare e gestire i certificati",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "Sì",
|
"on": "Sì",
|
||||||
"onlineButUnableToCheckin": "Account disabilitato",
|
"onlineButUnableToCheckin": "Account disabilitato",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Autorizzazione di lettura e aggiornamento dell'organizzazione",
|
"orgPermission": "Autorizzazione di lettura e aggiornamento dell'organizzazione",
|
||||||
"override": "Sostituzione",
|
"override": "Sostituzione",
|
||||||
"overview": "Panoramica",
|
"overview": "Panoramica",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "エラー メッセージ",
|
"customMessageTextBox": "エラー メッセージ",
|
||||||
"customMessageToggle": "時間制限またはエラーの発生時にカスタム メッセージを表示する",
|
"customMessageToggle": "時間制限またはエラーの発生時にカスタム メッセージを表示する",
|
||||||
"enableForAutopilotOnlyToggle": "out-of-box experience (OOBE) でプロビジョニングされたデバイスにのみページを表示する",
|
"enableForAutopilotOnlyToggle": "out-of-box experience (OOBE) でプロビジョニングされたデバイスにのみページを表示する",
|
||||||
"installQualityUpdatesToggle": "Windows 品質更新プログラムのインストール (デバイスの再起動を伴う可能性があります) (プレビュー)",
|
"installQualityUpdatesToggle": "Windows 更新プログラムのインストール (デバイスの再起動を伴う可能性があります) (プレビュー)",
|
||||||
"progressToggle": "アプリとプロファイルの構成の進行状況を表示します",
|
"progressToggle": "アプリとプロファイルの構成の進行状況を表示します",
|
||||||
"resetToggle": "インストール エラーが発生した場合にデバイスのリセットをユーザーに許可する",
|
"resetToggle": "インストール エラーが発生した場合にデバイスのリセットをユーザーに許可する",
|
||||||
"timeout": "インストールに要する時間が指定された分数を超えたらエラーを表示します"
|
"timeout": "インストールに要する時間が指定された分数を超えたらエラーを表示します"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "アクティブ時間の終了",
|
"activeHoursEndName": "アクティブ時間の終了",
|
||||||
"activeHoursStartName": "アクティブ時間の開始",
|
"activeHoursStartName": "アクティブ時間の開始",
|
||||||
"addItem": "項目を入力します",
|
"addItem": "項目を入力します",
|
||||||
"addUserDisabledDescription": "デバイス上でユーザーが個人用アカウントを追加したりサインインしたりできないようにします。",
|
"addUserDisabledDescription": "エンド ユーザーが新しいユーザー プロファイルをデバイスに追加できないようにします。",
|
||||||
"addUserDisabledName": "新規ユーザーを追加する",
|
"addUserDisabledName": "新規ユーザーを追加する",
|
||||||
"addWindows32AppTitle": "ローカル パスを指定して Win32 アプリを追加する",
|
"addWindows32AppTitle": "ローカル パスを指定して Win32 アプリを追加する",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "「はい」を選択すると、ユーザーが Game Center にフレンドを追加できなくなります。MacOS バージョン10.13 以降を実行しているデバイスで利用できます。",
|
"addingGameCenterFriendsBlockedMacDescription": "「はい」を選択すると、ユーザーが Game Center にフレンドを追加できなくなります。MacOS バージョン10.13 以降を実行しているデバイスで利用できます。",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "携帯ネットワーク サービス",
|
"cellularExceptionName": "携帯ネットワーク サービス",
|
||||||
"cellularExceptionToolTip": "Always On VPN が有効になっているときに、携帯ネットワーク サービスのトラフィックが受ける影響を選択します。この設定の既定値は、最も安全なオプションです。",
|
"cellularExceptionToolTip": "Always On VPN が有効になっているときに、携帯ネットワーク サービスのトラフィックが受ける影響を選択します。この設定の既定値は、最も安全なオプションです。",
|
||||||
"cellularName": "携帯ネットワーク",
|
"cellularName": "携帯ネットワーク",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "ユーザーが、割り当てられた証明書に関連付けられている資格情報への変更を加えることができないようにします。",
|
"certificateCredentialConfigurationDisabledDescription": "ユーザーが、自身に割り当てられた証明書に関連付けられている資格情報への変更を加えることができないようにします。",
|
||||||
"certificateCredentialConfigurationDisabledName": "ユーザーは資格情報を構成できます (作業プロファイル レベル)",
|
"certificateCredentialConfigurationDisabledName": "ユーザーは資格情報を構成できます (作業プロファイル レベル)",
|
||||||
"certificateInstallDescription": "ここに一覧表示するアプリは、Intune によって作成された証明書を変更したり、Intune 以外で配信された証明書を管理したりできます。",
|
"certificateInstallDescription": "ここに一覧表示するアプリは、Intune によって作成された証明書を変更したり、Intune 以外で配信された証明書を管理したりできます。",
|
||||||
"certificateInstallTitle": "他のアプリに証明書のインストールと管理を許可する",
|
"certificateInstallTitle": "他のアプリに証明書のインストールと管理を許可する",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "オン",
|
"on": "オン",
|
||||||
"onlineButUnableToCheckin": "無効なアカウント",
|
"onlineButUnableToCheckin": "無効なアカウント",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "組織の読み取り、更新のアクセス許可",
|
"orgPermission": "組織の読み取り、更新のアクセス許可",
|
||||||
"override": "オーバーライド",
|
"override": "オーバーライド",
|
||||||
"overview": "概要",
|
"overview": "概要",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "오류 메시지",
|
"customMessageTextBox": "오류 메시지",
|
||||||
"customMessageToggle": "시간 제한 또는 오류 발생 시 사용자 지정 메시지 표시",
|
"customMessageToggle": "시간 제한 또는 오류 발생 시 사용자 지정 메시지 표시",
|
||||||
"enableForAutopilotOnlyToggle": "OOBE(첫 실행 경험)로 프로비저닝된 디바이스에만 페이지를 표시합니다.",
|
"enableForAutopilotOnlyToggle": "OOBE(첫 실행 경험)로 프로비저닝된 디바이스에만 페이지를 표시합니다.",
|
||||||
"installQualityUpdatesToggle": "Windows 품질 업데이트 설치(디바이스를 다시 시작할 수 있음)(미리 보기)",
|
"installQualityUpdatesToggle": "Windows 업데이트 설치(디바이스를 다시 시작할 수 있습니다)(미리 보기)",
|
||||||
"progressToggle": "앱 및 프로필 구성 진행률 표시",
|
"progressToggle": "앱 및 프로필 구성 진행률 표시",
|
||||||
"resetToggle": "설치 오류가 발생하는 경우 사용자가 디바이스를 초기화할 수 있도록 허용",
|
"resetToggle": "설치 오류가 발생하는 경우 사용자가 디바이스를 초기화할 수 있도록 허용",
|
||||||
"timeout": "설치 작업이 지정된 시간(분)보다 오래 걸리는 경우 오류 표시"
|
"timeout": "설치 작업이 지정된 시간(분)보다 오래 걸리는 경우 오류 표시"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "활성 시간 끝",
|
"activeHoursEndName": "활성 시간 끝",
|
||||||
"activeHoursStartName": "활성 시간 시작",
|
"activeHoursStartName": "활성 시간 시작",
|
||||||
"addItem": "항목 입력",
|
"addItem": "항목 입력",
|
||||||
"addUserDisabledDescription": "디바이스를 사용하는 동안 사용자가 개인 계정을 추가하고 개인 계정에 로그인하지 못하도록 합니다.",
|
"addUserDisabledDescription": "최종 사용자가 디바이스에 새 사용자 프로필을 추가하지 못하도록 합니다.",
|
||||||
"addUserDisabledName": "새 사용자 추가",
|
"addUserDisabledName": "새 사용자 추가",
|
||||||
"addWindows32AppTitle": "로컬 경로를 지정하여 Win32 앱 추가",
|
"addWindows32AppTitle": "로컬 경로를 지정하여 Win32 앱 추가",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "예 사용자가 Game Center에 친구를 추가하지 못하게 합니다. macOS 버전 10.13 이상을 실행하는 디바이스에서 사용할 수 있습니다.",
|
"addingGameCenterFriendsBlockedMacDescription": "예 사용자가 Game Center에 친구를 추가하지 못하게 합니다. macOS 버전 10.13 이상을 실행하는 디바이스에서 사용할 수 있습니다.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "셀룰러 서비스",
|
"cellularExceptionName": "셀룰러 서비스",
|
||||||
"cellularExceptionToolTip": "Always-On VPN이 사용하도록 설정된 경우 셀룰러 서비스를 통해 수행할 작업을 선택합니다. 이 설정의 기본값은 가장 안전한 옵션입니다.",
|
"cellularExceptionToolTip": "Always-On VPN이 사용하도록 설정된 경우 셀룰러 서비스를 통해 수행할 작업을 선택합니다. 이 설정의 기본값은 가장 안전한 옵션입니다.",
|
||||||
"cellularName": "셀룰러",
|
"cellularName": "셀룰러",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "사용자가 할당된 인증서와 연결된 인증서와 관련이 있는 자격 증명을 변경하지 못하도록 차단합니다.",
|
"certificateCredentialConfigurationDisabledDescription": "사용자가 할당된 인증서와 연결된 자격 증명을 변경하지 못하도록 차단합니다.",
|
||||||
"certificateCredentialConfigurationDisabledName": "사용자는 자격 증명을 구성할 수 있습니다(회사 프로필 수준).",
|
"certificateCredentialConfigurationDisabledName": "사용자는 자격 증명을 구성할 수 있습니다(회사 프로필 수준).",
|
||||||
"certificateInstallDescription": "여기에 나열하는 앱은 Intune에서 만든 인증서를 변경할 수 있으며 Intune 외부에서 전송된 인증서를 관리할 수 있습니다.",
|
"certificateInstallDescription": "여기에 나열하는 앱은 Intune에서 만든 인증서를 변경할 수 있으며 Intune 외부에서 전송된 인증서를 관리할 수 있습니다.",
|
||||||
"certificateInstallTitle": "다른 앱에서 인증서를 설치하고 관리하도록 허용",
|
"certificateInstallTitle": "다른 앱에서 인증서를 설치하고 관리하도록 허용",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "확인",
|
"ok": "확인",
|
||||||
"on": "설정",
|
"on": "설정",
|
||||||
"onlineButUnableToCheckin": "사용하지 않는 계정",
|
"onlineButUnableToCheckin": "사용하지 않는 계정",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "조직 읽기, 업데이트 권한",
|
"orgPermission": "조직 읽기, 업데이트 권한",
|
||||||
"override": "재정의",
|
"override": "재정의",
|
||||||
"overview": "개요",
|
"overview": "개요",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Foutbericht",
|
"customMessageTextBox": "Foutbericht",
|
||||||
"customMessageToggle": "Aangepast bericht weergeven als de tijdslimiet bereikt wordt of er zich een fout voordoet",
|
"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)",
|
"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) (preview)",
|
"installQualityUpdatesToggle": "Windows-updates installeren (het apparaat wordt mogelijk opnieuw opgestart) (preview)",
|
||||||
"progressToggle": "De voortgang van de app- en profielconfiguratie weergeven",
|
"progressToggle": "De voortgang van de app- en profielconfiguratie weergeven",
|
||||||
"resetToggle": "Toestaan dat gebruikers het apparaat opnieuw instellen als er een installatiefout optreedt",
|
"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"
|
"timeout": "Een foutbericht weergeven als de installatie langer duurt dan het opgegeven aantal minuten"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Einde gebruikstijd",
|
"activeHoursEndName": "Einde gebruikstijd",
|
||||||
"activeHoursStartName": "Start gebruikstijd",
|
"activeHoursStartName": "Start gebruikstijd",
|
||||||
"addItem": "Item invoeren",
|
"addItem": "Item invoeren",
|
||||||
"addUserDisabledDescription": "Hiermee wordt voorkomen dat gebruikers persoonlijke accounts toevoegen en zich erbij aanmelden op het apparaat.",
|
"addUserDisabledDescription": "Voorkomt dat eindgebruikers nieuwe gebruikersprofielen aan het apparaat toevoegen.",
|
||||||
"addUserDisabledName": "Nieuwe gebruikers toevoegen",
|
"addUserDisabledName": "Nieuwe gebruikers toevoegen",
|
||||||
"addWindows32AppTitle": "Win32-app toevoegen door lokaal pad op te geven",
|
"addWindows32AppTitle": "Win32-app toevoegen door lokaal pad op te geven",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Met Ja voorkomt u dat gebruikers vrienden toevoegen aan Game Center. Beschikbaar voor apparaten met macOS-versies 10.13 of hoger.",
|
"addingGameCenterFriendsBlockedMacDescription": "Met Ja voorkomt u dat gebruikers vrienden toevoegen aan Game Center. Beschikbaar voor apparaten met macOS-versies 10.13 of hoger.",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "Aan",
|
"on": "Aan",
|
||||||
"onlineButUnableToCheckin": "Uitgeschakeld account",
|
"onlineButUnableToCheckin": "Uitgeschakeld account",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Lees- en updatemachtigingen voor organisatie",
|
"orgPermission": "Lees- en updatemachtigingen voor organisatie",
|
||||||
"override": "Overschrijven",
|
"override": "Overschrijven",
|
||||||
"overview": "Overzicht",
|
"overview": "Overzicht",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Komunikat o błędzie",
|
"customMessageTextBox": "Komunikat o błędzie",
|
||||||
"customMessageToggle": "Pokaż niestandardowy komunikat, gdy wystąpi limit czasu lub błąd",
|
"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)",
|
"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) (wersja zapoznawcza)",
|
"installQualityUpdatesToggle": "Instalowanie aktualizacji systemu Windows (może to spowodować ponowne uruchomienie urządzenia) (wersja zapoznawcza)",
|
||||||
"progressToggle": "Pokaż postęp konfiguracji aplikacji i profilu",
|
"progressToggle": "Pokaż postęp konfiguracji aplikacji i profilu",
|
||||||
"resetToggle": "Zezwalaj użytkownikom na resetowanie urządzenia, jeśli wystąpi błąd instalacji",
|
"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"
|
"timeout": "Pokaż błąd, jeśli instalacja trwa dłużej niż określona liczba minut"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Koniec godzin aktywnego użytkowania",
|
"activeHoursEndName": "Koniec godzin aktywnego użytkowania",
|
||||||
"activeHoursStartName": "Początek godzin aktywnego użytkowania",
|
"activeHoursStartName": "Początek godzin aktywnego użytkowania",
|
||||||
"addItem": "Wprowadź element",
|
"addItem": "Wprowadź element",
|
||||||
"addUserDisabledDescription": "Uniemożliwia użytkownikom dodawanie kont osobistych i logowanie się do nich na urządzeniu.",
|
"addUserDisabledDescription": "Uniemożliwia użytkownikom końcowym dodawanie nowych profilów użytkowników do urządzenia.",
|
||||||
"addUserDisabledName": "Dodaj nowych użytkowników",
|
"addUserDisabledName": "Dodaj nowych użytkowników",
|
||||||
"addWindows32AppTitle": "Dodaj aplikację systemu Win32, określając ścieżkę lokalną",
|
"addWindows32AppTitle": "Dodaj aplikację systemu Win32, określając ścieżkę lokalną",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Tak, uniemożliwia użytkownikom dodawanie znajomych do Game Center. Dostępne dla urządzeń z systemem macOS w wersji 10.13 lub nowszej.",
|
"addingGameCenterFriendsBlockedMacDescription": "Tak, uniemożliwia użytkownikom dodawanie znajomych do Game Center. Dostępne dla urządzeń z systemem macOS w wersji 10.13 lub nowszej.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Usługi komórkowe",
|
"cellularExceptionName": "Usługi komórkowe",
|
||||||
"cellularExceptionToolTip": "Wybierz, co się dzieje z ruchem usług komórkowych, gdy jest aktywowana zawsze włączona sieć VPN. Wartość domyślna tego ustawienia to najbezpieczniejsza opcja.",
|
"cellularExceptionToolTip": "Wybierz, co się dzieje z ruchem usług komórkowych, gdy jest aktywowana zawsze włączona sieć VPN. Wartość domyślna tego ustawienia to najbezpieczniejsza opcja.",
|
||||||
"cellularName": "Sieć komórkowa",
|
"cellularName": "Sieć komórkowa",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Blokuje użytkownikom możliwość wprowadzania zmian w poświadczeniach skojarzonych z certyfikatami, które mają przypisane.",
|
"certificateCredentialConfigurationDisabledDescription": "Uniemożliwia użytkownikom wprowadzanie jakichkolwiek zmian w poświadczeniach skojarzonych z przypisanymi do nich certyfikatami.",
|
||||||
"certificateCredentialConfigurationDisabledName": "Użytkownik może skonfigurować poświadczenia (poziom profilu służbowego)",
|
"certificateCredentialConfigurationDisabledName": "Użytkownik może skonfigurować poświadczenia (poziom profilu służbowego)",
|
||||||
"certificateInstallDescription": "Aplikacje wymienione tutaj mogą zmieniać certyfikaty utworzone przez usługę Intune i zarządzać certyfikatami dostarczanymi poza usługę Intune.",
|
"certificateInstallDescription": "Aplikacje wymienione tutaj mogą zmieniać certyfikaty utworzone przez usługę Intune i zarządzać certyfikatami dostarczanymi poza usługę Intune.",
|
||||||
"certificateInstallTitle": "Zezwalaj innym aplikacjom na instalowanie certyfikatów i zarządzanie nimi",
|
"certificateInstallTitle": "Zezwalaj innym aplikacjom na instalowanie certyfikatów i zarządzanie nimi",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "Włączone",
|
"on": "Włączone",
|
||||||
"onlineButUnableToCheckin": "Wyłączone konto",
|
"onlineButUnableToCheckin": "Wyłączone konto",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Uprawnienie do odczytu i aktualizacji organizacji",
|
"orgPermission": "Uprawnienie do odczytu i aktualizacji organizacji",
|
||||||
"override": "Przesłoń",
|
"override": "Przesłoń",
|
||||||
"overview": "Omówienie",
|
"overview": "Omówienie",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Error message",
|
"customMessageTextBox": "Error message",
|
||||||
"customMessageToggle": "Show custom message when time limit or error occurs",
|
"customMessageToggle": "Show custom message when time limit or error occurs",
|
||||||
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
|
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
|
||||||
"installQualityUpdatesToggle": "Install Windows updates (might restart the device) (preview)",
|
"installQualityUpdatesToggle": "Install Windows updates (might restart the device)",
|
||||||
"progressToggle": "Show app and profile configuration progress",
|
"progressToggle": "Show app and profile configuration progress",
|
||||||
"resetToggle": "Allow users to reset device if installation error occurs",
|
"resetToggle": "Allow users to reset device if installation error occurs",
|
||||||
"timeout": "Show an error when installation takes longer than specified number of minutes"
|
"timeout": "Show an error when installation takes longer than specified number of minutes"
|
||||||
@@ -4539,7 +4539,7 @@
|
|||||||
"WindowsQualityUpdateProfile": {
|
"WindowsQualityUpdateProfile": {
|
||||||
"Details": {
|
"Details": {
|
||||||
"DaysUntilForcedReboot": {
|
"DaysUntilForcedReboot": {
|
||||||
"label": "Number of days to wait before restart is enforced"
|
"label": "If a reboot is required, select the number of days before it's enforced"
|
||||||
},
|
},
|
||||||
"Description": {
|
"Description": {
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
@@ -4548,7 +4548,7 @@
|
|||||||
"label": "Name"
|
"label": "Name"
|
||||||
},
|
},
|
||||||
"QualityUpdateRelease": {
|
"QualityUpdateRelease": {
|
||||||
"label": "Expedite installation of quality updates if device OS version less than:"
|
"label": "Select the quality update you would like to Expedite"
|
||||||
},
|
},
|
||||||
"bladeTitle": "Quality updates Windows 10 and later (preview)",
|
"bladeTitle": "Quality updates Windows 10 and later (preview)",
|
||||||
"loadError": "Loading failed!"
|
"loadError": "Loading failed!"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Active hours end",
|
"activeHoursEndName": "Active hours end",
|
||||||
"activeHoursStartName": "Active hours start",
|
"activeHoursStartName": "Active hours start",
|
||||||
"addItem": "Enter item",
|
"addItem": "Enter item",
|
||||||
"addUserDisabledDescription": "Blocks users from adding and signing in to personal accounts while on the device.",
|
"addUserDisabledDescription": "Prevents end users from adding new user profiles to the device.",
|
||||||
"addUserDisabledName": "Add new users",
|
"addUserDisabledName": "Add new users",
|
||||||
"addWindows32AppTitle": "Add Win32 app by specifying local path",
|
"addWindows32AppTitle": "Add Win32 app by specifying local path",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
|
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Cellular services",
|
"cellularExceptionName": "Cellular services",
|
||||||
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
|
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
|
||||||
"cellularName": "Cellular",
|
"cellularName": "Cellular",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.",
|
"certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates assigned to them.",
|
||||||
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
|
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
|
||||||
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
|
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
|
||||||
"certificateInstallTitle": "Allow other apps to install and manage certificates",
|
"certificateInstallTitle": "Allow other apps to install and manage certificates",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "On",
|
"on": "On",
|
||||||
"onlineButUnableToCheckin": "Disabled account",
|
"onlineButUnableToCheckin": "Disabled account",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Organization read, update permission",
|
"orgPermission": "Organization read, update permission",
|
||||||
"override": "Override",
|
"override": "Override",
|
||||||
"overview": "Overview",
|
"overview": "Overview",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Сообщение об ошибке",
|
"customMessageTextBox": "Сообщение об ошибке",
|
||||||
"customMessageToggle": "Показывать пользовательское сообщение при достижении ограничения по времени или возникновении ошибки",
|
"customMessageToggle": "Показывать пользовательское сообщение при достижении ограничения по времени или возникновении ошибки",
|
||||||
"enableForAutopilotOnlyToggle": "Показывать только страницы для устройств, подготовленных при запуске во время первого включения компьютера",
|
"enableForAutopilotOnlyToggle": "Показывать только страницы для устройств, подготовленных при запуске во время первого включения компьютера",
|
||||||
"installQualityUpdatesToggle": "Установите обновления качества Windows (может перезагрузить устройство) (предварительная версия)",
|
"installQualityUpdatesToggle": "Установить обновления Windows (может перезапустить устройство) (предварительная версия)",
|
||||||
"progressToggle": "Отобразить ход настройки приложений и профилей",
|
"progressToggle": "Отобразить ход настройки приложений и профилей",
|
||||||
"resetToggle": "Разрешить пользователям сбросить параметры устройства при ошибке установки",
|
"resetToggle": "Разрешить пользователям сбросить параметры устройства при ошибке установки",
|
||||||
"timeout": "Отобразить ошибку, если установка занимает больше указанного времени в минутах"
|
"timeout": "Отобразить ошибку, если установка занимает больше указанного времени в минутах"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Конец периода активности",
|
"activeHoursEndName": "Конец периода активности",
|
||||||
"activeHoursStartName": "Начало периода активности",
|
"activeHoursStartName": "Начало периода активности",
|
||||||
"addItem": "Введите элемент",
|
"addItem": "Введите элемент",
|
||||||
"addUserDisabledDescription": "Запрещает пользователям добавлять личные учетные записи и входить в них, когда они используют устройство.",
|
"addUserDisabledDescription": "Запрещает конечным пользователям добавлять новые профили пользователей на устройство.",
|
||||||
"addUserDisabledName": "Добавить новых пользователей",
|
"addUserDisabledName": "Добавить новых пользователей",
|
||||||
"addWindows32AppTitle": "Добавление приложения Win32 по локальному пути",
|
"addWindows32AppTitle": "Добавление приложения Win32 по локальному пути",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Вариант \"Да\" запрещает пользователям добавлять друзей в Game Center. Доступно для устройств с macOS 10.13 или более поздних версий.",
|
"addingGameCenterFriendsBlockedMacDescription": "Вариант \"Да\" запрещает пользователям добавлять друзей в Game Center. Доступно для устройств с macOS 10.13 или более поздних версий.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Мобильные службы",
|
"cellularExceptionName": "Мобильные службы",
|
||||||
"cellularExceptionToolTip": "Выберите способ обработки трафика мобильных служб при использовании постоянного VPN-подключения. Значение по умолчанию для этого параметра является наиболее безопасным.",
|
"cellularExceptionToolTip": "Выберите способ обработки трафика мобильных служб при использовании постоянного VPN-подключения. Значение по умолчанию для этого параметра является наиболее безопасным.",
|
||||||
"cellularName": "Сотовая связь",
|
"cellularName": "Сотовая связь",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Запрещает пользователям вносить изменения в учетные данные, связанные с назначенными им сертификатами.",
|
"certificateCredentialConfigurationDisabledDescription": "Запрещает пользователям вносить какие бы то ни было изменения в учетные данные, связанные с назначенными им сертификатами.",
|
||||||
"certificateCredentialConfigurationDisabledName": "Пользователь может настраивать учетные данные (уровень рабочего профиля)",
|
"certificateCredentialConfigurationDisabledName": "Пользователь может настраивать учетные данные (уровень рабочего профиля)",
|
||||||
"certificateInstallDescription": "Перечисленные здесь приложения могут изменять сертификаты, созданные в Intune, и могут управлять сертификатами, доставленными вне Intune.",
|
"certificateInstallDescription": "Перечисленные здесь приложения могут изменять сертификаты, созданные в Intune, и могут управлять сертификатами, доставленными вне Intune.",
|
||||||
"certificateInstallTitle": "Разрешить другим приложениям устанавливать сертификаты и управлять ими",
|
"certificateInstallTitle": "Разрешить другим приложениям устанавливать сертификаты и управлять ими",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "ОК",
|
"ok": "ОК",
|
||||||
"on": "Вкл.",
|
"on": "Вкл.",
|
||||||
"onlineButUnableToCheckin": "Отключенная учетная запись",
|
"onlineButUnableToCheckin": "Отключенная учетная запись",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Разрешение на чтение и обновление организации",
|
"orgPermission": "Разрешение на чтение и обновление организации",
|
||||||
"override": "Переопределяющая",
|
"override": "Переопределяющая",
|
||||||
"overview": "Обзор",
|
"overview": "Обзор",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Felmeddelande",
|
"customMessageTextBox": "Felmeddelande",
|
||||||
"customMessageToggle": "Visa anpassat meddelande vid tidsgräns eller fel",
|
"customMessageToggle": "Visa anpassat meddelande vid tidsgräns eller fel",
|
||||||
"enableForAutopilotOnlyToggle": "Visa bara sidan för enheter som har etablerats via välkomstprogrammet",
|
"enableForAutopilotOnlyToggle": "Visa bara sidan för enheter som har etablerats via välkomstprogrammet",
|
||||||
"installQualityUpdatesToggle": "Installera Windows-kvalitetsuppdateringar (kan starta om enheten) (förhandsversion)",
|
"installQualityUpdatesToggle": "Installera Windows-uppdateringar (kan starta om enheten) (förhandsversion)",
|
||||||
"progressToggle": "Visa inställningsförlopp för appar och profiler",
|
"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",
|
"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"
|
"timeout": "Visa ett fel när installationen tar länge tid än angivet antal minuter"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Sluttid för aktiva timmar",
|
"activeHoursEndName": "Sluttid för aktiva timmar",
|
||||||
"activeHoursStartName": "Starttid för aktiva timmar",
|
"activeHoursStartName": "Starttid för aktiva timmar",
|
||||||
"addItem": "Ange objekt",
|
"addItem": "Ange objekt",
|
||||||
"addUserDisabledDescription": "Blockerar användare från att lägga till och logga in på privata konton på enheten.",
|
"addUserDisabledDescription": "Hindrar slutanvändare från att lägga till nya användarprofiler på enheten.",
|
||||||
"addUserDisabledName": "Lägg till nya användare",
|
"addUserDisabledName": "Lägg till nya användare",
|
||||||
"addWindows32AppTitle": "Lägg till Win32-app genom att ange lokal sökväg",
|
"addWindows32AppTitle": "Lägg till Win32-app genom att ange lokal sökväg",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Ja förhindrar att användare lägger till vänner i Game Center. Tillgängligt för enheter som kör macOS version 10.13 eller senare.",
|
"addingGameCenterFriendsBlockedMacDescription": "Ja förhindrar att användare lägger till vänner i Game Center. Tillgängligt för enheter som kör macOS version 10.13 eller senare.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Mobiltjänster",
|
"cellularExceptionName": "Mobiltjänster",
|
||||||
"cellularExceptionToolTip": "Välj vad som ska hända med mobiltjänsttrafiken när alltid på-VPN är aktiverat. Standardvärdet för den här inställningen är det säkraste alternativet.",
|
"cellularExceptionToolTip": "Välj vad som ska hända med mobiltjänsttrafiken när alltid på-VPN är aktiverat. Standardvärdet för den här inställningen är det säkraste alternativet.",
|
||||||
"cellularName": "Mobilnät",
|
"cellularName": "Mobilnät",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Blockera användare från att göra ändringar av autentiseringsuppgifter kopplade till certifikat som har tilldelats dem.",
|
"certificateCredentialConfigurationDisabledDescription": "Blockerar användare från att göra ändringar i autentiseringsuppgifter som är associerade med certifikat som tilldelats dem.",
|
||||||
"certificateCredentialConfigurationDisabledName": "Användaren kan konfigurera autentiseringsuppgifter (arbetsprofilnivå)",
|
"certificateCredentialConfigurationDisabledName": "Användaren kan konfigurera autentiseringsuppgifter (arbetsprofilnivå)",
|
||||||
"certificateInstallDescription": "Appar som du listar här kan ändra certifikat som skapats av Intune och kan hantera certifikat som levereras utanför Intune.",
|
"certificateInstallDescription": "Appar som du listar här kan ändra certifikat som skapats av Intune och kan hantera certifikat som levereras utanför Intune.",
|
||||||
"certificateInstallTitle": "Tillåt att andra appar installerar och hanterar certifikat",
|
"certificateInstallTitle": "Tillåt att andra appar installerar och hanterar certifikat",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "På",
|
"on": "På",
|
||||||
"onlineButUnableToCheckin": "Inaktiverat konto",
|
"onlineButUnableToCheckin": "Inaktiverat konto",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Organisationsbehörighet: läsa, uppdatera",
|
"orgPermission": "Organisationsbehörighet: läsa, uppdatera",
|
||||||
"override": "Åsidosätt",
|
"override": "Åsidosätt",
|
||||||
"overview": "Översikt",
|
"overview": "Översikt",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Hata iletisi",
|
"customMessageTextBox": "Hata iletisi",
|
||||||
"customMessageToggle": "Zaman sınırı veya hatası oluştuğunda özel ileti göster",
|
"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",
|
"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) (önizleme)",
|
"installQualityUpdatesToggle": "Windows güncelleştirmelerini yükleyin (cihazı yeniden başlatabilir) (önizleme)",
|
||||||
"progressToggle": "Uygulama ve profil yapılandırma ilerlemesini göster",
|
"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",
|
"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"
|
"timeout": "Yükleme belirtilen dakikadan uzun sürerse hata göster"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Etkin saatlerin sonu",
|
"activeHoursEndName": "Etkin saatlerin sonu",
|
||||||
"activeHoursStartName": "Etkin saatlerin başlangıcı",
|
"activeHoursStartName": "Etkin saatlerin başlangıcı",
|
||||||
"addItem": "Öğe girin",
|
"addItem": "Öğe girin",
|
||||||
"addUserDisabledDescription": "Kullanıcıların cihazdayken kişisel hesap eklemelerini ve kişisel hesaplarda oturum açmalarını engeller.",
|
"addUserDisabledDescription": "Son kullanıcıların cihaza yeni kullanıcı profilleri eklemesini engeller.",
|
||||||
"addUserDisabledName": "Yeni kullanıcı ekle",
|
"addUserDisabledName": "Yeni kullanıcı ekle",
|
||||||
"addWindows32AppTitle": "Yerel yol belirterek Win32 uygulaması ekle",
|
"addWindows32AppTitle": "Yerel yol belirterek Win32 uygulaması ekle",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Evet, kullanıcıların Game Center'a arkadaş eklemesini engeller. MacOS 10.13 veya sonraki sürümleri çalıştıran cihazlar için mevcuttur.",
|
"addingGameCenterFriendsBlockedMacDescription": "Evet, kullanıcıların Game Center'a arkadaş eklemesini engeller. MacOS 10.13 veya sonraki sürümleri çalıştıran cihazlar için mevcuttur.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Hücresel hizmetler",
|
"cellularExceptionName": "Hücresel hizmetler",
|
||||||
"cellularExceptionToolTip": "Her zaman açık VPN etkinleştirildiğinde, hücresel hizmetler trafiğine ne olacağını seçin. Bu ayar için varsayılan değer en güvenli seçenektir.",
|
"cellularExceptionToolTip": "Her zaman açık VPN etkinleştirildiğinde, hücresel hizmetler trafiğine ne olacağını seçin. Bu ayar için varsayılan değer en güvenli seçenektir.",
|
||||||
"cellularName": "Hücresel",
|
"cellularName": "Hücresel",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Kullanıcıların, kendilerine atanmış sertifikalarla ilişkilendirilen sertifikalarla ilişkili kimlik bilgilerinde herhangi bir değişiklik yapmasını engeller.",
|
"certificateCredentialConfigurationDisabledDescription": "Kullanıcıların, kendilerine atanmış sertifikalarla ilişkili kimlik bilgilerinde herhangi bir değişiklik yapmasını engeller.",
|
||||||
"certificateCredentialConfigurationDisabledName": "Kullanıcı, kimlik bilgilerini yapılandırabilir (iş profili düzeyi)",
|
"certificateCredentialConfigurationDisabledName": "Kullanıcı, kimlik bilgilerini yapılandırabilir (iş profili düzeyi)",
|
||||||
"certificateInstallDescription": "Burada listelediğiniz uygulamalar, Intune tarafından yapılan sertifikaları değiştirebilir ve Intune dışında teslim edilen sertifikaları yönetebilir.",
|
"certificateInstallDescription": "Burada listelediğiniz uygulamalar, Intune tarafından yapılan sertifikaları değiştirebilir ve Intune dışında teslim edilen sertifikaları yönetebilir.",
|
||||||
"certificateInstallTitle": "Diğer uygulamaların sertifikaları yüklemesine ve yönetmesine izin verin",
|
"certificateInstallTitle": "Diğer uygulamaların sertifikaları yüklemesine ve yönetmesine izin verin",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "Tamam",
|
"ok": "Tamam",
|
||||||
"on": "Açık",
|
"on": "Açık",
|
||||||
"onlineButUnableToCheckin": "Hesap devre dışı",
|
"onlineButUnableToCheckin": "Hesap devre dışı",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Kuruluş okuma, güncelleştirme izni",
|
"orgPermission": "Kuruluş okuma, güncelleştirme izni",
|
||||||
"override": "Geçersiz kıl",
|
"override": "Geçersiz kıl",
|
||||||
"overview": "Genel Bakış",
|
"overview": "Genel Bakış",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Error message",
|
"customMessageTextBox": "Error message",
|
||||||
"customMessageToggle": "Show custom message when time limit or error occurs",
|
"customMessageToggle": "Show custom message when time limit or error occurs",
|
||||||
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
|
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
|
||||||
"installQualityUpdatesToggle": "Install Windows updates (might restart the device) (preview)",
|
"installQualityUpdatesToggle": "Install Windows updates (might restart the device)",
|
||||||
"progressToggle": "Show app and profile configuration progress",
|
"progressToggle": "Show app and profile configuration progress",
|
||||||
"resetToggle": "Allow users to reset device if installation error occurs",
|
"resetToggle": "Allow users to reset device if installation error occurs",
|
||||||
"timeout": "Show an error when installation takes longer than specified number of minutes"
|
"timeout": "Show an error when installation takes longer than specified number of minutes"
|
||||||
@@ -4539,7 +4539,7 @@
|
|||||||
"WindowsQualityUpdateProfile": {
|
"WindowsQualityUpdateProfile": {
|
||||||
"Details": {
|
"Details": {
|
||||||
"DaysUntilForcedReboot": {
|
"DaysUntilForcedReboot": {
|
||||||
"label": "Number of days to wait before restart is enforced"
|
"label": "If a reboot is required, select the number of days before it's enforced"
|
||||||
},
|
},
|
||||||
"Description": {
|
"Description": {
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
@@ -4548,7 +4548,7 @@
|
|||||||
"label": "Name"
|
"label": "Name"
|
||||||
},
|
},
|
||||||
"QualityUpdateRelease": {
|
"QualityUpdateRelease": {
|
||||||
"label": "Expedite installation of quality updates if device OS version less than:"
|
"label": "Select the quality update you would like to Expedite"
|
||||||
},
|
},
|
||||||
"bladeTitle": "Quality updates Windows 10 and later (preview)",
|
"bladeTitle": "Quality updates Windows 10 and later (preview)",
|
||||||
"loadError": "Loading failed!"
|
"loadError": "Loading failed!"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Active hours end",
|
"activeHoursEndName": "Active hours end",
|
||||||
"activeHoursStartName": "Active hours start",
|
"activeHoursStartName": "Active hours start",
|
||||||
"addItem": "Enter item",
|
"addItem": "Enter item",
|
||||||
"addUserDisabledDescription": "Blocks users from adding and signing in to personal accounts while on the device.",
|
"addUserDisabledDescription": "Prevents end users from adding new user profiles to the device.",
|
||||||
"addUserDisabledName": "Add new users",
|
"addUserDisabledName": "Add new users",
|
||||||
"addWindows32AppTitle": "Add Win32 app by specifying local path",
|
"addWindows32AppTitle": "Add Win32 app by specifying local path",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
|
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Cellular services",
|
"cellularExceptionName": "Cellular services",
|
||||||
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
|
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
|
||||||
"cellularName": "Cellular",
|
"cellularName": "Cellular",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.",
|
"certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates assigned to them.",
|
||||||
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
|
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
|
||||||
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
|
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
|
||||||
"certificateInstallTitle": "Allow other apps to install and manage certificates",
|
"certificateInstallTitle": "Allow other apps to install and manage certificates",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "On",
|
"on": "On",
|
||||||
"onlineButUnableToCheckin": "Disabled account",
|
"onlineButUnableToCheckin": "Disabled account",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Organization read, update permission",
|
"orgPermission": "Organization read, update permission",
|
||||||
"override": "Override",
|
"override": "Override",
|
||||||
"overview": "Overview",
|
"overview": "Overview",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Error message",
|
"customMessageTextBox": "Error message",
|
||||||
"customMessageToggle": "Show custom message when time limit or error occurs",
|
"customMessageToggle": "Show custom message when time limit or error occurs",
|
||||||
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
|
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
|
||||||
"installQualityUpdatesToggle": "Install Windows updates (might restart the device) (preview)",
|
"installQualityUpdatesToggle": "Install Windows updates (might restart the device)",
|
||||||
"progressToggle": "Show app and profile configuration progress",
|
"progressToggle": "Show app and profile configuration progress",
|
||||||
"resetToggle": "Allow users to reset device if installation error occurs",
|
"resetToggle": "Allow users to reset device if installation error occurs",
|
||||||
"timeout": "Show an error when installation takes longer than specified number of minutes"
|
"timeout": "Show an error when installation takes longer than specified number of minutes"
|
||||||
@@ -4539,7 +4539,7 @@
|
|||||||
"WindowsQualityUpdateProfile": {
|
"WindowsQualityUpdateProfile": {
|
||||||
"Details": {
|
"Details": {
|
||||||
"DaysUntilForcedReboot": {
|
"DaysUntilForcedReboot": {
|
||||||
"label": "Number of days to wait before restart is enforced"
|
"label": "If a reboot is required, select the number of days before it's enforced"
|
||||||
},
|
},
|
||||||
"Description": {
|
"Description": {
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
@@ -4548,7 +4548,7 @@
|
|||||||
"label": "Name"
|
"label": "Name"
|
||||||
},
|
},
|
||||||
"QualityUpdateRelease": {
|
"QualityUpdateRelease": {
|
||||||
"label": "Expedite installation of quality updates if device OS version less than:"
|
"label": "Select the quality update you would like to Expedite"
|
||||||
},
|
},
|
||||||
"bladeTitle": "Quality updates Windows 10 and later (preview)",
|
"bladeTitle": "Quality updates Windows 10 and later (preview)",
|
||||||
"loadError": "Loading failed!"
|
"loadError": "Loading failed!"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Active hours end",
|
"activeHoursEndName": "Active hours end",
|
||||||
"activeHoursStartName": "Active hours start",
|
"activeHoursStartName": "Active hours start",
|
||||||
"addItem": "Enter item",
|
"addItem": "Enter item",
|
||||||
"addUserDisabledDescription": "Blocks users from adding and signing in to personal accounts while on the device.",
|
"addUserDisabledDescription": "Prevents end users from adding new user profiles to the device.",
|
||||||
"addUserDisabledName": "Add new users",
|
"addUserDisabledName": "Add new users",
|
||||||
"addWindows32AppTitle": "Add Win32 app by specifying local path",
|
"addWindows32AppTitle": "Add Win32 app by specifying local path",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
|
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Cellular services",
|
"cellularExceptionName": "Cellular services",
|
||||||
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
|
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
|
||||||
"cellularName": "Cellular",
|
"cellularName": "Cellular",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.",
|
"certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates assigned to them.",
|
||||||
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
|
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
|
||||||
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
|
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
|
||||||
"certificateInstallTitle": "Allow other apps to install and manage certificates",
|
"certificateInstallTitle": "Allow other apps to install and manage certificates",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "On",
|
"on": "On",
|
||||||
"onlineButUnableToCheckin": "Disabled account",
|
"onlineButUnableToCheckin": "Disabled account",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Organization read, update permission",
|
"orgPermission": "Organization read, update permission",
|
||||||
"override": "Override",
|
"override": "Override",
|
||||||
"overview": "Overview",
|
"overview": "Overview",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "错误消息",
|
"customMessageTextBox": "错误消息",
|
||||||
"customMessageToggle": "发生时间限制或出错时显示自定义消息",
|
"customMessageToggle": "发生时间限制或出错时显示自定义消息",
|
||||||
"enableForAutopilotOnlyToggle": "仅向通过全新安装体验(OOBE)预配的设备显示页面",
|
"enableForAutopilotOnlyToggle": "仅向通过全新安装体验(OOBE)预配的设备显示页面",
|
||||||
"installQualityUpdatesToggle": "安装 Windows 质量更新(可能会重启设备)(预览版)",
|
"installQualityUpdatesToggle": "安装 Windows 更新(可能会重启设备) (预览)",
|
||||||
"progressToggle": "显示应用和配置文件安装进度",
|
"progressToggle": "显示应用和配置文件安装进度",
|
||||||
"resetToggle": "如果发生安装错误,允许用户重置设备",
|
"resetToggle": "如果发生安装错误,允许用户重置设备",
|
||||||
"timeout": "在安装时间超过指定的分钟数时显示错误信息"
|
"timeout": "在安装时间超过指定的分钟数时显示错误信息"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "活动时间结束",
|
"activeHoursEndName": "活动时间结束",
|
||||||
"activeHoursStartName": "活动时间开始",
|
"activeHoursStartName": "活动时间开始",
|
||||||
"addItem": "输入项",
|
"addItem": "输入项",
|
||||||
"addUserDisabledDescription": "在使用此设备时阻止用户添加和登录到个人帐户。",
|
"addUserDisabledDescription": "阻止最终用户向设备添加新的用户个人资料。",
|
||||||
"addUserDisabledName": "添加新用户",
|
"addUserDisabledName": "添加新用户",
|
||||||
"addWindows32AppTitle": "通过指定本地路径添加 Win32 应用",
|
"addWindows32AppTitle": "通过指定本地路径添加 Win32 应用",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "选择“是”选项将阻止用户将朋友添加到 Game Center。运行 macOS 版本 10.13 或更高版本的设备可以执行此操作。",
|
"addingGameCenterFriendsBlockedMacDescription": "选择“是”选项将阻止用户将朋友添加到 Game Center。运行 macOS 版本 10.13 或更高版本的设备可以执行此操作。",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "手机网络服务",
|
"cellularExceptionName": "手机网络服务",
|
||||||
"cellularExceptionToolTip": "选择启用 始终可用 VPN 后手机网络服务流量会发生什么。此设置的默认值是最安全的选项。",
|
"cellularExceptionToolTip": "选择启用 始终可用 VPN 后手机网络服务流量会发生什么。此设置的默认值是最安全的选项。",
|
||||||
"cellularName": "手机网络",
|
"cellularName": "手机网络",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "阻止用户对与分配给其的证书关联的凭据做更改。",
|
"certificateCredentialConfigurationDisabledDescription": "阻止用户对其分配到的证书关联的凭据做出任何更改。",
|
||||||
"certificateCredentialConfigurationDisabledName": "用户可以配置凭据(工作配置文件级)",
|
"certificateCredentialConfigurationDisabledName": "用户可以配置凭据(工作配置文件级)",
|
||||||
"certificateInstallDescription": "此处列出的应用可以更改 Intune 生成的证书,并可以管理在 Intune 外部传递的证书。",
|
"certificateInstallDescription": "此处列出的应用可以更改 Intune 生成的证书,并可以管理在 Intune 外部传递的证书。",
|
||||||
"certificateInstallTitle": "允许其他应用安装和管理证书",
|
"certificateInstallTitle": "允许其他应用安装和管理证书",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "确定",
|
"ok": "确定",
|
||||||
"on": "开",
|
"on": "开",
|
||||||
"onlineButUnableToCheckin": "禁用的帐户",
|
"onlineButUnableToCheckin": "禁用的帐户",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "组织读取、更新权限",
|
"orgPermission": "组织读取、更新权限",
|
||||||
"override": "覆盖",
|
"override": "覆盖",
|
||||||
"overview": "概述",
|
"overview": "概述",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "錯誤訊息",
|
"customMessageTextBox": "錯誤訊息",
|
||||||
"customMessageToggle": "發生時間限制錯誤時,顯示自訂的訊息",
|
"customMessageToggle": "發生時間限制錯誤時,顯示自訂的訊息",
|
||||||
"enableForAutopilotOnlyToggle": "僅顯示由全新體驗 (OOBE) 佈建的裝置頁面",
|
"enableForAutopilotOnlyToggle": "僅顯示由全新體驗 (OOBE) 佈建的裝置頁面",
|
||||||
"installQualityUpdatesToggle": "安裝 Windows 品質更新 (可能會將裝置重新啟動) (預覽)",
|
"installQualityUpdatesToggle": "安裝 Windows 更新 (可能會將裝置重新啟動) (預覽)",
|
||||||
"progressToggle": "顯示應用程式與設定檔的設定進度",
|
"progressToggle": "顯示應用程式與設定檔的設定進度",
|
||||||
"resetToggle": "允許使用者在發生安裝錯誤時重設裝置",
|
"resetToggle": "允許使用者在發生安裝錯誤時重設裝置",
|
||||||
"timeout": "當安裝時間超過指定的分鐘數時顯示錯誤"
|
"timeout": "當安裝時間超過指定的分鐘數時顯示錯誤"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "使用中時數結束",
|
"activeHoursEndName": "使用中時數結束",
|
||||||
"activeHoursStartName": "使用中時數開始",
|
"activeHoursStartName": "使用中時數開始",
|
||||||
"addItem": "輸入項目",
|
"addItem": "輸入項目",
|
||||||
"addUserDisabledDescription": "封鎖使用者無法在該裝置上新增或登入個人帳戶。",
|
"addUserDisabledDescription": "防止終端使用者在裝置上新增使用者設定檔。",
|
||||||
"addUserDisabledName": "新增使用者",
|
"addUserDisabledName": "新增使用者",
|
||||||
"addWindows32AppTitle": "利用指定本機路徑的方式新增 Win32 應用程式",
|
"addWindows32AppTitle": "利用指定本機路徑的方式新增 Win32 應用程式",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "是,禁止使用者將朋友加入 Game Center。適用於執行 macOS 版本 10.13 或更新版本的裝置。",
|
"addingGameCenterFriendsBlockedMacDescription": "是,禁止使用者將朋友加入 Game Center。適用於執行 macOS 版本 10.13 或更新版本的裝置。",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "確定",
|
"ok": "確定",
|
||||||
"on": "開啟",
|
"on": "開啟",
|
||||||
"onlineButUnableToCheckin": "已停用的帳戶",
|
"onlineButUnableToCheckin": "已停用的帳戶",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "組織讀取、更新權限",
|
"orgPermission": "組織讀取、更新權限",
|
||||||
"override": "覆寫",
|
"override": "覆寫",
|
||||||
"overview": "概觀",
|
"overview": "概觀",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -1879,7 +1879,7 @@
|
|||||||
"customMessageTextBox": "Error message",
|
"customMessageTextBox": "Error message",
|
||||||
"customMessageToggle": "Show custom message when time limit or error occurs",
|
"customMessageToggle": "Show custom message when time limit or error occurs",
|
||||||
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
|
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
|
||||||
"installQualityUpdatesToggle": "Install Windows updates (might restart the device) (preview)",
|
"installQualityUpdatesToggle": "Install Windows updates (might restart the device)",
|
||||||
"progressToggle": "Show app and profile configuration progress",
|
"progressToggle": "Show app and profile configuration progress",
|
||||||
"resetToggle": "Allow users to reset device if installation error occurs",
|
"resetToggle": "Allow users to reset device if installation error occurs",
|
||||||
"timeout": "Show an error when installation takes longer than specified number of minutes"
|
"timeout": "Show an error when installation takes longer than specified number of minutes"
|
||||||
@@ -4539,7 +4539,7 @@
|
|||||||
"WindowsQualityUpdateProfile": {
|
"WindowsQualityUpdateProfile": {
|
||||||
"Details": {
|
"Details": {
|
||||||
"DaysUntilForcedReboot": {
|
"DaysUntilForcedReboot": {
|
||||||
"label": "Number of days to wait before restart is enforced"
|
"label": "If a reboot is required, select the number of days before it's enforced"
|
||||||
},
|
},
|
||||||
"Description": {
|
"Description": {
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
@@ -4548,7 +4548,7 @@
|
|||||||
"label": "Name"
|
"label": "Name"
|
||||||
},
|
},
|
||||||
"QualityUpdateRelease": {
|
"QualityUpdateRelease": {
|
||||||
"label": "Expedite installation of quality updates if device OS version less than:"
|
"label": "Select the quality update you would like to Expedite"
|
||||||
},
|
},
|
||||||
"bladeTitle": "Quality updates Windows 10 and later (preview)",
|
"bladeTitle": "Quality updates Windows 10 and later (preview)",
|
||||||
"loadError": "Loading failed!"
|
"loadError": "Loading failed!"
|
||||||
@@ -5088,7 +5088,7 @@
|
|||||||
"activeHoursEndName": "Active hours end",
|
"activeHoursEndName": "Active hours end",
|
||||||
"activeHoursStartName": "Active hours start",
|
"activeHoursStartName": "Active hours start",
|
||||||
"addItem": "Enter item",
|
"addItem": "Enter item",
|
||||||
"addUserDisabledDescription": "Blocks users from adding and signing in to personal accounts while on the device.",
|
"addUserDisabledDescription": "Prevents end users from adding new user profiles to the device.",
|
||||||
"addUserDisabledName": "Add new users",
|
"addUserDisabledName": "Add new users",
|
||||||
"addWindows32AppTitle": "Add Win32 app by specifying local path",
|
"addWindows32AppTitle": "Add Win32 app by specifying local path",
|
||||||
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
|
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
|
||||||
@@ -6015,7 +6015,7 @@
|
|||||||
"cellularExceptionName": "Cellular services",
|
"cellularExceptionName": "Cellular services",
|
||||||
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
|
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
|
||||||
"cellularName": "Cellular",
|
"cellularName": "Cellular",
|
||||||
"certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.",
|
"certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates assigned to them.",
|
||||||
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
|
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
|
||||||
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
|
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
|
||||||
"certificateInstallTitle": "Allow other apps to install and manage certificates",
|
"certificateInstallTitle": "Allow other apps to install and manage certificates",
|
||||||
@@ -11023,6 +11023,8 @@
|
|||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "On",
|
"on": "On",
|
||||||
"onlineButUnableToCheckin": "Disabled account",
|
"onlineButUnableToCheckin": "Disabled account",
|
||||||
|
"orgDestinationAnySourceOptionText": "Org data destinations and any source",
|
||||||
|
"orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
|
||||||
"orgPermission": "Organization read, update permission",
|
"orgPermission": "Organization read, update permission",
|
||||||
"override": "Override",
|
"override": "Override",
|
||||||
"overview": "Overview",
|
"overview": "Overview",
|
||||||
@@ -12719,6 +12721,7 @@
|
|||||||
"conditionLabelMulti": "{0} conditions selected",
|
"conditionLabelMulti": "{0} conditions selected",
|
||||||
"conditionLabelOne": "1 condition selected",
|
"conditionLabelOne": "1 condition selected",
|
||||||
"conditionalAccessBladeTitle": "Conditional Access",
|
"conditionalAccessBladeTitle": "Conditional Access",
|
||||||
|
"conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
|
||||||
"conditionsNotSelectedLabel": "Not configured",
|
"conditionsNotSelectedLabel": "Not configured",
|
||||||
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
|
||||||
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
|
||||||
@@ -12795,6 +12798,7 @@
|
|||||||
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
"excludeAllTrustedLocationSelectorText": "all trusted locations",
|
||||||
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
|
||||||
"friday": "Friday",
|
"friday": "Friday",
|
||||||
|
"grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
|
||||||
"grantControls": "Grant controls",
|
"grantControls": "Grant controls",
|
||||||
"gridNetworkTrusted": "Trusted",
|
"gridNetworkTrusted": "Trusted",
|
||||||
"gridPolicyEnabled": "Enabled",
|
"gridPolicyEnabled": "Enabled",
|
||||||
@@ -12907,6 +12911,7 @@
|
|||||||
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
|
||||||
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
|
||||||
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
|
||||||
|
"networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
|
||||||
"newCertName": "new cert",
|
"newCertName": "new cert",
|
||||||
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
|
||||||
"noPolicyRowMessage": "No policies",
|
"noPolicyRowMessage": "No policies",
|
||||||
@@ -13070,6 +13075,7 @@
|
|||||||
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
|
||||||
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
|
||||||
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
|
||||||
|
"sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
|
||||||
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
|
||||||
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
"sessionControlsCasLabel": "Use Conditional Access App Control",
|
||||||
"sessionControlsSecureSignInLabel": "Require token protection",
|
"sessionControlsSecureSignInLabel": "Require token protection",
|
||||||
@@ -13088,6 +13094,7 @@
|
|||||||
"startTimePickerLabel": "Start time",
|
"startTimePickerLabel": "Start time",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
|
||||||
|
"targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
|
||||||
"targetRegions": "Target regions",
|
"targetRegions": "Target regions",
|
||||||
"targetSelect": "Select target type",
|
"targetSelect": "Select target type",
|
||||||
"testButton": "What If",
|
"testButton": "What If",
|
||||||
@@ -13138,6 +13145,7 @@
|
|||||||
"userSelectorGroupSingular": "1 group",
|
"userSelectorGroupSingular": "1 group",
|
||||||
"userSelectorIncluded": "{0} included",
|
"userSelectorIncluded": "{0} included",
|
||||||
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
|
||||||
|
"userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
|
||||||
"userSelectorSelected": "{0} selected",
|
"userSelectorSelected": "{0} selected",
|
||||||
"userSelectorTitle": "User",
|
"userSelectorTitle": "User",
|
||||||
"userSelectorUserAndGroup": "{0}, {1}",
|
"userSelectorUserAndGroup": "{0}, {1}",
|
||||||
|
|||||||
@@ -237,7 +237,7 @@ function Invoke-InitializeModule
|
|||||||
ViewID = "IntuneGraphAPI"
|
ViewID = "IntuneGraphAPI"
|
||||||
API = "/deviceManagement/deviceComplianceScripts"
|
API = "/deviceManagement/deviceComplianceScripts"
|
||||||
PostImportCommand = { Start-PostImportComplianceScripts @args }
|
PostImportCommand = { Start-PostImportComplianceScripts @args }
|
||||||
Permissons=@("DeviceManagementConfiguration.ReadWrite.All")
|
Permissons=@("DeviceManagementScripts.ReadWrite.All")
|
||||||
GroupId = "CompliancePolicies"
|
GroupId = "CompliancePolicies"
|
||||||
Icon = "Scripts"
|
Icon = "Scripts"
|
||||||
ImportOrder = 80
|
ImportOrder = 80
|
||||||
@@ -378,7 +378,7 @@ function Invoke-InitializeModule
|
|||||||
DetailExtension = { Add-ScriptExtensions @args }
|
DetailExtension = { Add-ScriptExtensions @args }
|
||||||
ExportExtension = { Add-ScriptExportExtensions @args }
|
ExportExtension = { Add-ScriptExportExtensions @args }
|
||||||
PostExportCommand = { Start-PostExportScripts @args }
|
PostExportCommand = { Start-PostExportScripts @args }
|
||||||
Permissons=@("DeviceManagementManagedDevices.ReadWrite.All") # !!! DeviceManagementScripts.ReadWrite.All
|
Permissons=@("DeviceManagementScripts.ReadWrite.All")
|
||||||
AssignmentsType = "deviceManagementScriptAssignments"
|
AssignmentsType = "deviceManagementScriptAssignments"
|
||||||
Icon="Scripts"
|
Icon="Scripts"
|
||||||
GroupId = "Scripts"
|
GroupId = "Scripts"
|
||||||
@@ -392,7 +392,7 @@ function Invoke-InitializeModule
|
|||||||
DetailExtension = { Add-ScriptExtensions @args }
|
DetailExtension = { Add-ScriptExtensions @args }
|
||||||
ExportExtension = { Add-ScriptExportExtensions @args }
|
ExportExtension = { Add-ScriptExportExtensions @args }
|
||||||
PostExportCommand = { Start-PostExportScripts @args }
|
PostExportCommand = { Start-PostExportScripts @args }
|
||||||
Permissons=@("DeviceManagementManagedDevices.ReadWrite.All")
|
Permissons=@("DeviceManagementScripts.ReadWrite.All")
|
||||||
AssignmentsType = "deviceManagementScriptAssignments"
|
AssignmentsType = "deviceManagementScriptAssignments"
|
||||||
Icon="Scripts"
|
Icon="Scripts"
|
||||||
GroupId = "Scripts"
|
GroupId = "Scripts"
|
||||||
@@ -403,7 +403,7 @@ function Invoke-InitializeModule
|
|||||||
Id = "MacCustomAttributes"
|
Id = "MacCustomAttributes"
|
||||||
API = "/deviceManagement/deviceCustomAttributeShellScripts"
|
API = "/deviceManagement/deviceCustomAttributeShellScripts"
|
||||||
ViewID = "IntuneGraphAPI"
|
ViewID = "IntuneGraphAPI"
|
||||||
Permissons=@("DeviceManagementManagedDevices.ReadWrite.All")
|
Permissons=@("DeviceManagementScripts.ReadWrite.All")
|
||||||
AssignmentsType = "deviceManagementScriptAssignments"
|
AssignmentsType = "deviceManagementScriptAssignments"
|
||||||
Icon="CustomAttributes"
|
Icon="CustomAttributes"
|
||||||
GroupId = "CustomAttributes" # MacOS Settings
|
GroupId = "CustomAttributes" # MacOS Settings
|
||||||
@@ -750,7 +750,7 @@ function Invoke-InitializeModule
|
|||||||
PreUpdateCommand = { Start-PreUpdateDeviceHealthScripts @args }
|
PreUpdateCommand = { Start-PreUpdateDeviceHealthScripts @args }
|
||||||
PostExportCommand = { Start-PostExportDeviceHealthScripts @args }
|
PostExportCommand = { Start-PostExportDeviceHealthScripts @args }
|
||||||
ExportExtension = { Add-ScriptExportExtensions @args }
|
ExportExtension = { Add-ScriptExportExtensions @args }
|
||||||
Permissons=@("DeviceManagementConfiguration.ReadWrite.All")
|
Permissons=@("DeviceManagementScripts.ReadWrite.All")
|
||||||
GroupId = "EndpointAnalytics"
|
GroupId = "EndpointAnalytics"
|
||||||
Icon = "Report"
|
Icon = "Report"
|
||||||
AssignmentsType = "deviceHealthScriptAssignments"
|
AssignmentsType = "deviceHealthScriptAssignments"
|
||||||
@@ -4135,13 +4135,15 @@ function Add-ConditionalAccessImportExtensions
|
|||||||
$CAStates += [PSCustomObject]@{
|
$CAStates += [PSCustomObject]@{
|
||||||
Name = "Off"
|
Name = "Off"
|
||||||
Value = "disabled"
|
Value = "disabled"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$defaultCAState = Get-SettingValue "ConditionalAccessState"
|
||||||
|
|
||||||
$global:cbImportCAState = [System.Windows.Controls.ComboBox]::new()
|
$global:cbImportCAState = [System.Windows.Controls.ComboBox]::new()
|
||||||
$global:cbImportCAState.DisplayMemberPath = "Name"
|
$global:cbImportCAState.DisplayMemberPath = "Name"
|
||||||
$global:cbImportCAState.SelectedValuePath = "Value"
|
$global:cbImportCAState.SelectedValuePath = "Value"
|
||||||
$global:cbImportCAState.ItemsSource = $CAStates
|
$global:cbImportCAState.ItemsSource = $CAStates
|
||||||
$global:cbImportCAState.SelectedValue = "disabled"
|
$global:cbImportCAState.SelectedValue = $defaultCAState
|
||||||
$global:cbImportCAState.Margin="0,5,0,0"
|
$global:cbImportCAState.Margin="0,5,0,0"
|
||||||
$global:cbImportCAState.HorizontalAlignment="Left"
|
$global:cbImportCAState.HorizontalAlignment="Left"
|
||||||
$global:cbImportCAState.Width=250
|
$global:cbImportCAState.Width=250
|
||||||
|
|||||||
@@ -704,7 +704,10 @@ function Invoke-LoadADMXSettings
|
|||||||
$tvItem | Add-Member -MemberType NoteProperty -Name "AllPolicies" -Value $true
|
$tvItem | Add-Member -MemberType NoteProperty -Name "AllPolicies" -Value $true
|
||||||
}
|
}
|
||||||
|
|
||||||
$global:tvADMXCategories.Items[1].Items.Add($tvItem) | Out-Null
|
try {
|
||||||
|
$global:tvADMXCategories.Items[1].Items.Add($tvItem) | Out-Null
|
||||||
|
}
|
||||||
|
catch{}
|
||||||
}
|
}
|
||||||
|
|
||||||
function Set-ADMXSettingStatusText
|
function Set-ADMXSettingStatusText
|
||||||
@@ -854,6 +857,7 @@ function Get-ADMXCategoryNamePath
|
|||||||
}
|
}
|
||||||
|
|
||||||
$catObj = $script:admxXML.policyDefinitions.categories.selectSingleNode("$($script:xmlNSPrefix)category[@name='$($categoryId)']",$script:xmlNS)
|
$catObj = $script:admxXML.policyDefinitions.categories.selectSingleNode("$($script:xmlNSPrefix)category[@name='$($categoryId)']",$script:xmlNS)
|
||||||
|
#$catObj = $script:admxXML.policyDefinitions.categories.category | Where Name -eq "$categoryId"
|
||||||
|
|
||||||
$categories = @()
|
$categories = @()
|
||||||
while($catObj)
|
while($catObj)
|
||||||
@@ -862,6 +866,7 @@ function Get-ADMXCategoryNamePath
|
|||||||
if($catObj.parentCategory.ref)
|
if($catObj.parentCategory.ref)
|
||||||
{
|
{
|
||||||
$catObj = $script:admxXML.policyDefinitions.categories.selectSingleNode("$($script:xmlNSPrefix)category[@name='$($catObj.parentCategory.ref)']", $script:xmlNS)
|
$catObj = $script:admxXML.policyDefinitions.categories.selectSingleNode("$($script:xmlNSPrefix)category[@name='$($catObj.parentCategory.ref)']", $script:xmlNS)
|
||||||
|
#$catObj = $script:admxXML.policyDefinitions.categories.category | where name -eq $catObj.parentCategory.ref
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -53,6 +53,25 @@ function Invoke-InitializeModule
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
$script:lstConditionalAccessState = @(
|
||||||
|
[PSCustomObject]@{
|
||||||
|
Name = "As Exported - Change On to Report-only"
|
||||||
|
Value = "AsExportedReportOnly"
|
||||||
|
},
|
||||||
|
[PSCustomObject]@{
|
||||||
|
Name = "As Exported"
|
||||||
|
Value = "AsExported"
|
||||||
|
},
|
||||||
|
[PSCustomObject]@{
|
||||||
|
Name = "Report-only"
|
||||||
|
Value = "enabledForReportingButNotEnforced"
|
||||||
|
},
|
||||||
|
[PSCustomObject]@{
|
||||||
|
Name = "Off"
|
||||||
|
Value = "disabled"
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
$script:lstGraphPageSize = @(
|
$script:lstGraphPageSize = @(
|
||||||
[PSCustomObject]@{
|
[PSCustomObject]@{
|
||||||
Name = "Graph API Default"
|
Name = "Graph API Default"
|
||||||
@@ -274,6 +293,15 @@ function Invoke-InitializeModule
|
|||||||
DefaultValue = "20"
|
DefaultValue = "20"
|
||||||
Description = "How many items load at a time"
|
Description = "How many items load at a time"
|
||||||
}) "GraphGeneral"
|
}) "GraphGeneral"
|
||||||
|
|
||||||
|
Add-SettingsObject (New-Object PSObject -Property @{
|
||||||
|
Title = "Default Conditional Access Policy State"
|
||||||
|
Key = "ConditionalAccessState"
|
||||||
|
Type = "List"
|
||||||
|
ItemsSource = $script:lstConditionalAccessState
|
||||||
|
DefaultValue = "disabled"
|
||||||
|
Description = "Define the default option of the Conditional Access policy state. It is recommended to have this to disabled to avoid accidental tenant lock out"
|
||||||
|
}) "ImportExport"
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-GraphAppInfo
|
function Get-GraphAppInfo
|
||||||
|
|||||||
54
MSALInfo.md
54
MSALInfo.md
@@ -10,7 +10,6 @@ See GitHub repository [MSAL for .Net](https://github.com/AzureAD/microsoft-authe
|
|||||||
|
|
||||||
MSAL uses OAuth2 to authenticate to an Application in Azure. This script has two applications pre-defined in Settings:
|
MSAL uses OAuth2 to authenticate to an Application in Azure. This script has two applications pre-defined in Settings:
|
||||||
|
|
||||||
- Microsoft Intune PowerShell (d1ddf0e4-d672-4dae-b554-9d5bdfd93547)
|
|
||||||
- Microsoft Graph PowerShell (14d82eec-204b-4c2f-b7e8-296a70dab67e)
|
- Microsoft Graph PowerShell (14d82eec-204b-4c2f-b7e8-296a70dab67e)
|
||||||
|
|
||||||
Microsoft Intune PowerShell is the same application as the Intune PowerShell module uses and this is the default application for the script.
|
Microsoft Intune PowerShell is the same application as the Intune PowerShell module uses and this is the default application for the script.
|
||||||
@@ -21,6 +20,59 @@ The script will detect if the selected app is missing permissions and prompt for
|
|||||||
|
|
||||||
A Custom application can be specified in Settings. This could theoretically be a custom created app in Azure. However, if an App is registered in Azure, it will be single tenant only. This can be used to backup an existing environment but the Azure App cannot be used to import data in another tenant. Use Enterprise Apps and Common/Organizations authority to allow access to multiple tenants.
|
A Custom application can be specified in Settings. This could theoretically be a custom created app in Azure. However, if an App is registered in Azure, it will be single tenant only. This can be used to backup an existing environment but the Azure App cannot be used to import data in another tenant. Use Enterprise Apps and Common/Organizations authority to allow access to multiple tenants.
|
||||||
|
|
||||||
|
## Create Custom Application ##
|
||||||
|
|
||||||
|
Documentation by Microsoft: [Quickstart: Register an application with the Microsoft identity platform](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app)
|
||||||
|
|
||||||
|
Steps:
|
||||||
|
* Go to the Entra Portal
|
||||||
|
|
||||||
|
* Register a new App registration in Entra
|
||||||
|
Note Application Id
|
||||||
|
|
||||||
|
* Add Delegated permissions
|
||||||
|
|
||||||
|
* Microsoft Graph
|
||||||
|
For full support of the app requires:<br />
|
||||||
|
Application.Read.All<br />
|
||||||
|
Agreement.ReadWrite.All<br />
|
||||||
|
CloudPC.ReadWrite.All<br />
|
||||||
|
DeviceManagementApps.ReadWrite.All<br />
|
||||||
|
DeviceManagementConfiguration.ReadWrite.All<br />
|
||||||
|
DeviceManagementManagedDevices.ReadWrite.All<br />
|
||||||
|
DeviceManagementRBAC.ReadWrite.All<br />
|
||||||
|
DeviceManagementScripts.ReadWrite.All<br />
|
||||||
|
DeviceManagementServiceConfig.ReadWrite.All<br />
|
||||||
|
Organization.ReadWrite.All<br />
|
||||||
|
Policy.ReadWrite.ConditionalAccess<br /><br />
|
||||||
|
|
||||||
|
It will also need User.ReadWrite.All,Group.ReadWrite.All but you could set these to read only unless you will let the app create Groups.<br /><br />
|
||||||
|
|
||||||
|
**Note:** Change all **ReadWrite** to **Read** in the permissions above to create an Entra App with Read Only access.
|
||||||
|
|
||||||
|
* Grant permissions for the environment
|
||||||
|
|
||||||
|
* Go to Authentication
|
||||||
|
* Click **+ Add platform**
|
||||||
|
* Click on **Mobile and desktop applications**
|
||||||
|
* Check **https://login.microsoftonline.com/common/oauth2/nativeclient**<br />
|
||||||
|
msal value can also be used
|
||||||
|
|
||||||
|
* Start the Tool
|
||||||
|
|
||||||
|
* Go to Settings
|
||||||
|
|
||||||
|
* Change Application in Endpoint Manager/Intune section
|
||||||
|
|
||||||
|
* Set drop down to Empty. It will only use custom app if drop down is empty
|
||||||
|
* Specify App Id from the Entra App created earlier
|
||||||
|
* Specify Redirect URL to https://login.microsoftonline.com/common/oauth2/nativeclient<br />
|
||||||
|
This must match the setting in the Entra App.
|
||||||
|
|
||||||
|
* Save Settings
|
||||||
|
|
||||||
|
* Restart app
|
||||||
|
|
||||||
## Token
|
## Token
|
||||||
|
|
||||||
The MSAL authentication will create a token that is used when calling APIs in Microsoft Graph. This token is cached in an encrypted **msalcahce.bin3** file in the **%LOCALAPPDATA%\CloudAPIPowerShellManagement** folder. The file can only be decrypted by the same user. Caching the token can be disabled in Settings.
|
The MSAL authentication will create a token that is used when calling APIs in Microsoft Graph. This token is cached in an encrypted **msalcahce.bin3** file in the **%LOCALAPPDATA%\CloudAPIPowerShellManagement** folder. The file can only be decrypted by the same user. Caching the token can be disabled in Settings.
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ This will replace the default columns and add new columns with specific header.
|
|||||||
See [Change Log](ReleaseNotes.md) for more information
|
See [Change Log](ReleaseNotes.md) for more information
|
||||||
|
|
||||||
## Authentication
|
## Authentication
|
||||||
See [MSAL Info](MSALInfo.md) for more information about authentication
|
See [MSAL Info](MSALInfo.md) for more information about authentication and how to create a custom application in Entra.
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
|
|
||||||
@@ -250,6 +250,7 @@ Start-WithJson.cmd is included as an example on how to start the script with jso
|
|||||||
* Apple Enrolment Types - NOT fully tested
|
* Apple Enrolment Types - NOT fully tested
|
||||||
* Autopilot profiles
|
* Autopilot profiles
|
||||||
* Baseline Security profiles
|
* Baseline Security profiles
|
||||||
|
* BIOS Configuration
|
||||||
* Compliance policies
|
* Compliance policies
|
||||||
* Compliance policies v2
|
* Compliance policies v2
|
||||||
* Compliance scripts
|
* Compliance scripts
|
||||||
|
|||||||
@@ -1,4 +1,72 @@
|
|||||||
# Release Notes
|
# Release Notes
|
||||||
|
## 3.10.1 - 2025-09-14
|
||||||
|
|
||||||
|
<br />
|
||||||
|
A huge thank you to:<br />
|
||||||
|
- @befra for fixing uploads with PowerShell 7.5<br />
|
||||||
|
- @MrR0bert for fixing issues with Organization name with spaces<br />
|
||||||
|
<br />
|
||||||
|
|
||||||
|
**BREAKING CHANGE**<br />
|
||||||
|
Permission requirements has changed on script policies. **DeviceManagementScripts.ReadWrite.All** is now required and Consent Request might be required to add the permissions<br />
|
||||||
|
|
||||||
|
**New features**
|
||||||
|
|
||||||
|
- **Official PowerShell 7 Support**<br />
|
||||||
|
- PowerShell 7 is now supported<br />
|
||||||
|
This is now the recommended way of using the tool.<br />
|
||||||
|
PowerShell 7 has full support for WAM authentication which is required for strong authentication like FIDO2 etc.<br />
|
||||||
|
|
||||||
|
- **Authentication**<br />
|
||||||
|
- Added documentation on how to create a custom Entra app in [MSAL Info](MSALInfo.md)
|
||||||
|
- Changed permission requiremnt to **DeviceManagementScripts.ReadWrite.All** for
|
||||||
|
- Compliance Scripts
|
||||||
|
- Custom Attributes
|
||||||
|
- Health Scripts
|
||||||
|
- Scripts (PowerShell)
|
||||||
|
- Scripts (Shell)
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
- **Generic**<br />
|
||||||
|
- Cannot rename Settings Catalog<br />
|
||||||
|
Based on [Issue 344](https://github.com/Micke-K/IntuneManagement/issues/344)<br />
|
||||||
|
|
||||||
|
- **Compare**<br />
|
||||||
|
- Compare added letter N to the string output<br />
|
||||||
|
Based on [Issue 320](https://github.com/Micke-K/IntuneManagement/issues/320)<br />
|
||||||
|
- Wrong Category when comparing Settings Catalog objects<br />
|
||||||
|
Based on [Issue 317](https://github.com/Micke-K/IntuneManagement/issues/317)<br />
|
||||||
|
|
||||||
|
- **Import/Export**<br />
|
||||||
|
- Basline Security Policy not imported<br />
|
||||||
|
Based on [Issue 241](https://github.com/Micke-K/IntuneManagement/issues/241)<br />
|
||||||
|
- Fixed import of old exported Compliance Policies<br />
|
||||||
|
DeviceSettings property support removed and cause import failure<br />
|
||||||
|
- Custom Compliance Scripts were not imported befor the Compliance Policy<br />
|
||||||
|
Based on [Issue 353](https://github.com/Micke-K/IntuneManagement/issues/353)<br />
|
||||||
|
- Added support for BIOS Configurations<br />
|
||||||
|
Based on [Issue 350](https://github.com/Micke-K/IntuneManagement/issues/350)<br />
|
||||||
|
- Set default Conditional Access state in Settings<br />
|
||||||
|
Based on [Issue 298](https://github.com/Micke-K/IntuneManagement/issues/298)<br />
|
||||||
|
|
||||||
|
- **Documentation**<br />
|
||||||
|
- "Not configured" valued added when Uncofigured settings was selected<br />
|
||||||
|
Based on [Issue 342](https://github.com/Micke-K/IntuneManagement/issues/342)<br />
|
||||||
|
- Add file content to documentation e.g. Custom Configuration profiles for MacOS<br />
|
||||||
|
Based on [Issue 329](https://github.com/Micke-K/IntuneManagement/issues/329)<br />
|
||||||
|
- Output type for Word export - PDF is now supported<br />
|
||||||
|
Based on [Discussion 329](https://github.com/Micke-K/IntuneManagement/discussions/331)<br />
|
||||||
|
- Skip date in documentation output<br />
|
||||||
|
Based on [Issue 336](https://github.com/Micke-K/IntuneManagement/issues/336)<br />
|
||||||
|
- Added support for Compliance Policies for Linux<br />
|
||||||
|
- Language files re-generated<br />
|
||||||
|
- AppTypes file re-generated<br />
|
||||||
|
|
||||||
|
- **ADMX Tool**<br />
|
||||||
|
- Failed to import settings for some ADMX files<br />
|
||||||
|
Based on [Issue 338](https://github.com/Micke-K/IntuneManagement/issues/338)<br />
|
||||||
|
|
||||||
## 3.10.0 - 2025-02-22 - Beta 1 (Development branch)
|
## 3.10.0 - 2025-02-22 - Beta 1 (Development branch)
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user