You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProjectWebsite = - Please refer to the AsBuiltReport.Microsoft.AD github website for more detailed information about this project.
13
13
CommunityProject = - AsBuiltReport is a community-maintained open source project. It has no sponsorship, endorsement, or affiliation with any technology vendors, their employees, or affiliates.
14
-
DISCLAIMER = The information in this report has been gathered through automation and direct observation. The recommendations and conclusions are based on industry best practices, technical expertise, and empirical data. While comprehensive, this assessment may not cover all possible scenarios or configurations. Implementation of these recommendations should be carried out by qualified personnel with the appropriate knowledge and experience. The author(s) assume no responsibility for any damages, including but not limited to loss of business profits, business interruption, loss of data, or other financial losses resulting from the use of or reliance on this report.
14
+
DISCLAIMER = This report combines automated data analysis with professional observations. While these findings offer expert insight, this assessment is not exhaustive. All recommendations should be reviewed and implemented by qualified personnel. The author(s) assume no liability for any damages-including lost profits, business interruptions, or financial losses-arising from the use of this report or its recommendations.
15
15
'@
16
16
17
17
# Get-AbrADForest
@@ -39,5 +39,110 @@
39
39
AnonymousAccess = Anonymous Access (dsHeuristics)
40
40
AnonymousAccessEnabled = Enabled
41
41
AnonymousAccessDisabled = Disabled
42
+
'@
43
+
NewADDiagram=ConvertFrom-StringData@'
44
+
genMain = Please wait while the {0} diagram is being generated
osType = {0} is required to run the Diagrammer.Microsoft.AD. Run 'Install-WindowsFeature -Name '{0}'' to install the required modules. https://github.com/rebelinux/Diagrammer.Microsoft.AD
50
+
outputfolderpatherror = OutputFolderPath {0} is not a valid folder path.
51
+
runasadmin = The requested operation requires elevation: Run PowerShell console as administrator
52
+
signaturerequirements = New-AbrADDiagram: AuthorName and CompanyName must be defined if the Signature option is specified
53
+
psSessionClear = Clearing PowerShell Session {0}
54
+
psSessionSetup = Setting PowerShell Session for {0}
55
+
unableToConnect = Unable to connect to {0} Domain Controller Server.
56
+
InfoProject = - Please refer to the Diagrammer.Microsoft.AD github website for more detailed information about this project.
Copy file name to clipboardExpand all lines: Language/es-ES/MicrosoftAD.psd1
+108-1Lines changed: 108 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
ReportModuleInfo6 = - Obteniendo información de dependencias:
12
12
ProjectWebsite = - Por favor consulte el sitio web de github de AsBuiltReport.Microsoft.AD para obtener información más detallada sobre este proyecto.
13
13
CommunityProject = - AsBuiltReport es un proyecto de código abierto mantenido por la comunidad. No tiene patrocinio, respaldo o afiliación con ningún proveedor de tecnología, sus empleados o afiliados.
14
-
DISCLAIMER = La información en este informe ha sido recopilada mediante automatización y observación directa. Las recomendaciones y conclusiones se basan en las mejores prácticas de la industria, experiencia técnica y datos empíricos. Aunque es exhaustivo, esta evaluación puede no cubrir todos los posibles escenarios o configuraciones. La implementación de estas recomendaciones debe ser realizada por personal calificado con el conocimiento y la experiencia adecuados. El(los) autor(es) no asumen ninguna responsabilidad por daños, incluidos, entre otros, la pérdida de beneficios comerciales, interrupción del negocio, pérdida de datos u otras pérdidas financieras derivadas del uso o la confianza en este informe.
14
+
DISCLAIMER = Este informe combina el análisis automatizado de datos con observaciones profesionales. Si bien estos hallazgos ofrecen una perspectiva experta, esta evaluación no es exhaustiva. Todas las recomendaciones deben ser revisadas e implementadas por personal cualificado. El/los autor(es) no asumen ninguna responsabilidad por daños, incluyendo lucro cesante, interrupciones del negocio o pérdidas financieras derivadas del uso de este informe o sus recomendaciones.
15
15
'@
16
16
17
17
# Get-AbrADForest
@@ -39,5 +39,112 @@
39
39
AnonymousAccess = Acceso Anónimo (dsHeuristics)
40
40
AnonymousAccessEnabled = Habilitado
41
41
AnonymousAccessDisabled = Deshabilitado
42
+
'@
43
+
NewADDiagram=ConvertFrom-StringData@'
44
+
genMain = Por favor espere mientras se genera el diagrama: {0}
45
+
gereratingDiag= Generando diagrama de {0}
46
+
diagramSignature = No se ha especificado la firma del diagrama
47
+
genDiagramSignature = Generando Subgráfica de la firma
48
+
genDiagramMain = Generando Subgráfica Principal
49
+
osType = {0} es requerido para ejecutar Diagrammer.Microsoft.AD. Ejecute 'Install-WindowsFeature -Name '{0}'' para instalar los módulos requeridos. https://github.com/rebelinux/Diagrammer.Microsoft.AD
50
+
outputfolderpatherror = OutputFolderPath {0} no es una ruta de carpeta válida.
51
+
runasadmin = La operación solicitada requiere elevación: Ejecute la consola de PowerShell como administrador
52
+
signaturerequirements = New-AbrADDiagram: AuthorName y CompanyName deben estar definidos si se especifica la opción de firma
53
+
psSessionClear = Limpiando la sesión de PowerShell {0}
54
+
psSessionSetup = Configurando la sesión de PowerShell para {0}
55
+
unableToConnect = No se puede conectar al servidor de controlador de dominio {0}.
56
+
InfoProject = - Informacion: Consulte el sitio web de Diagrammer.Microsoft.AD en GitHub para obtener información más detallada sobre este proyecto.
0 commit comments