chore(release): automatic release v1.18.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
node_modules
|
||||
**/node_modules
|
||||
npm-debug.log
|
||||
README.md
|
||||
.next
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -31,6 +31,7 @@ body:
|
||||
label: Version
|
||||
description: What version of Homarr are you running?
|
||||
options:
|
||||
- 1.18.0
|
||||
- 1.17.0
|
||||
- 1.16.0
|
||||
- 1.15.0
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"main": "./src/main.ts",
|
||||
"types": "./src/main.ts",
|
||||
"scripts": {
|
||||
"build": "esbuild src/main.ts --bundle --platform=node --loader:.scss=text --external:@opentelemetry/api --external:http-cookie-agent --outfile=tasks.cjs",
|
||||
"build": "esbuild src/main.ts --bundle --platform=node --loader:.scss=text --external:@opentelemetry/api --external:deasync --outfile=tasks.cjs",
|
||||
"clean": "rm -rf .turbo node_modules",
|
||||
"dev": "pnpm with-env tsx ./src/main.ts",
|
||||
"format": "prettier --check . --ignore-path ../../.gitignore",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"main": "./src/main.ts",
|
||||
"types": "./src/main.ts",
|
||||
"scripts": {
|
||||
"build": "esbuild src/main.ts --bundle --platform=node --outfile=wssServer.cjs --external:bcrypt --external:@opentelemetry/api --external:http-cookie-agent --external:cpu-features --loader:.html=text --loader:.scss=text --loader:.node=text",
|
||||
"build": "esbuild src/main.ts --bundle --platform=node --outfile=wssServer.cjs --external:bcrypt --external:@opentelemetry/api --external:deasync --external:cpu-features --loader:.html=text --loader:.scss=text --loader:.node=text",
|
||||
"clean": "rm -rf .turbo node_modules",
|
||||
"dev": "pnpm with-env tsx ./src/main.ts",
|
||||
"format": "prettier --check . --ignore-path ../../.gitignore",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/commit-analyzer": "^13.0.1",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"@semantic-release/github": "^11.0.1",
|
||||
"@semantic-release/github": "^11.0.2",
|
||||
"@semantic-release/npm": "^12.0.1",
|
||||
"@semantic-release/release-notes-generator": "^14.0.3",
|
||||
"@turbo/gen": "^2.5.2",
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
"drizzle-kit": "^0.31.0",
|
||||
"drizzle-orm": "^0.43.1",
|
||||
"drizzle-zod": "^0.7.1",
|
||||
"mysql2": "3.14.0"
|
||||
"mysql2": "3.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@homarr/eslint-config": "workspace:^0.2.0",
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"start": {
|
||||
"title": "Bienvenido a Homarr",
|
||||
"subtitle": "",
|
||||
"description": "",
|
||||
"description": "Para empezar, por favor, seleccione cómo desea configurar su instancia de Homarr.",
|
||||
"action": {
|
||||
"scratch": "Empezar de cero",
|
||||
"importOldmarr": "Importar de Homarr antes de 1.0"
|
||||
@@ -12,14 +12,14 @@
|
||||
},
|
||||
"import": {
|
||||
"title": "Importar datos",
|
||||
"subtitle": "",
|
||||
"subtitle": "Puede importar datos de una instancia de Homarr existente.",
|
||||
"dropzone": {
|
||||
"title": "Arrastre el archivo zip aquí o haga clic para navegar",
|
||||
"description": "El zip subido será procesado y podrás seleccionar lo que quieres importar"
|
||||
},
|
||||
"fileInfo": {
|
||||
"action": {
|
||||
"change": ""
|
||||
"change": "Modificar el archivo"
|
||||
}
|
||||
},
|
||||
"importSettings": {
|
||||
@@ -35,7 +35,7 @@
|
||||
}
|
||||
},
|
||||
"summary": {
|
||||
"title": "",
|
||||
"title": "Importar resumen",
|
||||
"description": "",
|
||||
"action": {
|
||||
"import": ""
|
||||
@@ -43,32 +43,32 @@
|
||||
"entities": {
|
||||
"apps": "Aplicaciones",
|
||||
"boards": "Tableros",
|
||||
"integrations": "",
|
||||
"credentialUsers": ""
|
||||
"integrations": "Integraciones",
|
||||
"credentialUsers": "Credenciales de usuarios"
|
||||
}
|
||||
},
|
||||
"tokenModal": {
|
||||
"title": "",
|
||||
"title": "Introducir token de importación",
|
||||
"field": {
|
||||
"token": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
"label": "Token",
|
||||
"description": "Introduzca el token de importación mostrado de su instancia anterior de homarr"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"error": {
|
||||
"title": "",
|
||||
"title": "Token invalido",
|
||||
"message": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"title": "",
|
||||
"title": "Usuario administrador",
|
||||
"subtitle": "",
|
||||
"notification": {
|
||||
"success": {
|
||||
"title": "",
|
||||
"title": "Usuario creado",
|
||||
"message": ""
|
||||
},
|
||||
"error": {
|
||||
@@ -102,7 +102,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"backToStart": ""
|
||||
"backToStart": "Volver al inicio"
|
||||
},
|
||||
"user": {
|
||||
"title": "Usuarios",
|
||||
@@ -118,14 +118,14 @@
|
||||
"description": ""
|
||||
},
|
||||
"init": {
|
||||
"title": "",
|
||||
"subtitle": ""
|
||||
"title": "Nueva instalación de Homarr",
|
||||
"subtitle": "Por favor, cree el usuario administrador principal"
|
||||
}
|
||||
},
|
||||
"field": {
|
||||
"email": {
|
||||
"label": "Correo electrónico",
|
||||
"verified": ""
|
||||
"verified": "Verificado"
|
||||
},
|
||||
"username": {
|
||||
"label": "Nombre de usuario"
|
||||
@@ -133,7 +133,7 @@
|
||||
"password": {
|
||||
"label": "Contraseña",
|
||||
"requirement": {
|
||||
"length": "",
|
||||
"length": "Incluye al menos 8 caracteres",
|
||||
"lowercase": "Incluye letra minúscula",
|
||||
"uppercase": "Incluye letra mayúscula",
|
||||
"number": "Incluye número",
|
||||
@@ -144,13 +144,13 @@
|
||||
"label": "Confirmar contraseña"
|
||||
},
|
||||
"previousPassword": {
|
||||
"label": ""
|
||||
"label": "Contraseña anterior"
|
||||
},
|
||||
"homeBoard": {
|
||||
"label": ""
|
||||
},
|
||||
"pingIconsEnabled": {
|
||||
"label": ""
|
||||
"label": "Usar iconos para pings"
|
||||
},
|
||||
"defaultSearchEngine": {
|
||||
"label": ""
|
||||
@@ -177,8 +177,8 @@
|
||||
}
|
||||
},
|
||||
"forgotPassword": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
"label": "¿Ha olvidado su contraseña?",
|
||||
"description": "Un administrador puede usar el siguiente comando para restablecer su contraseña:"
|
||||
}
|
||||
},
|
||||
"register": {
|
||||
@@ -186,20 +186,20 @@
|
||||
"notification": {
|
||||
"success": {
|
||||
"title": "Cuenta creada",
|
||||
"message": ""
|
||||
"message": "Por favor, inicia sesión para continuar"
|
||||
},
|
||||
"error": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Ocurrió un error al crear la cuenta",
|
||||
"message": "No se ha podido crear la cuenta"
|
||||
}
|
||||
}
|
||||
},
|
||||
"create": "Crear usuario",
|
||||
"changePassword": {
|
||||
"label": "",
|
||||
"label": "Cambiar contraseña",
|
||||
"notification": {
|
||||
"success": {
|
||||
"message": ""
|
||||
"message": "La contraseña ha sido cambiada correctamente"
|
||||
},
|
||||
"error": {
|
||||
"message": ""
|
||||
@@ -254,17 +254,17 @@
|
||||
"message": ""
|
||||
},
|
||||
"error": {
|
||||
"message": ""
|
||||
"message": "No se puede cambiar la imagen"
|
||||
},
|
||||
"toLarge": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "La imagen es demasiado grande",
|
||||
"message": "El tamaño máximo de la imagen es {size}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"removeImage": {
|
||||
"label": "",
|
||||
"confirm": "",
|
||||
"label": "Eliminar imágen",
|
||||
"confirm": "Por favor, confirma que deseas eliminar esta imagen",
|
||||
"notification": {
|
||||
"success": {
|
||||
"message": ""
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -1093,7 +1093,7 @@
|
||||
"label": "Entegrasyonlar"
|
||||
},
|
||||
"title": {
|
||||
"label": ""
|
||||
"label": "Başlık"
|
||||
},
|
||||
"customCssClasses": {
|
||||
"label": "Özel CSS Alanı"
|
||||
@@ -1771,8 +1771,8 @@
|
||||
"description": "Medya sunucularınızdaki mevcut akışları gösterin",
|
||||
"option": {
|
||||
"showOnlyPlaying": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
"label": "Yalnızca şu an oynatılanı göster",
|
||||
"description": "Bunu devre dışı bırakmak plex için işe yaramayacaktır"
|
||||
}
|
||||
},
|
||||
"items": {
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
@@ -3810,7 +3889,7 @@
|
||||
},
|
||||
"invalid": {
|
||||
"title": "Geçersiz sertifika",
|
||||
"description": "Sertifika ayrıştırılamadı"
|
||||
"description": "Sertifika çözümlenemedi"
|
||||
},
|
||||
"expires": "{when} süresi doluyor"
|
||||
}
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
@@ -2052,6 +2052,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"releases": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"option": {
|
||||
"newReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"staleReleaseWithin": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showOnlyHighlighted": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"showDetails": {
|
||||
"label": ""
|
||||
},
|
||||
"repositories": {
|
||||
"label": "",
|
||||
"addRRepository": {
|
||||
"label": ""
|
||||
},
|
||||
"provider": {
|
||||
"label": ""
|
||||
},
|
||||
"identifier": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"versionFilter": {
|
||||
"label": "",
|
||||
"prefix": {
|
||||
"label": ""
|
||||
},
|
||||
"precision": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"none": ""
|
||||
}
|
||||
},
|
||||
"suffix": {
|
||||
"label": ""
|
||||
},
|
||||
"regex": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"edit": {
|
||||
"label": ""
|
||||
},
|
||||
"editForm": {
|
||||
"title": "",
|
||||
"cancel": {
|
||||
"label": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"label": ""
|
||||
},
|
||||
"invalid": ""
|
||||
}
|
||||
},
|
||||
"not-found": "",
|
||||
"pre-release": "",
|
||||
"archived": "",
|
||||
"forked": "",
|
||||
"starsCount": "",
|
||||
"forksCount": "",
|
||||
"issuesCount": "",
|
||||
"openProjectPage": "",
|
||||
"openReleasePage": "",
|
||||
"releaseDescription": "",
|
||||
"created": ""
|
||||
},
|
||||
"networkControllerSummary": {
|
||||
"option": {},
|
||||
"card": {
|
||||
|
||||
182
pnpm-lock.yaml
generated
182
pnpm-lock.yaml
generated
@@ -29,8 +29,8 @@ importers:
|
||||
specifier: ^10.0.1
|
||||
version: 10.0.1(semantic-release@24.2.3(typescript@5.8.3))
|
||||
'@semantic-release/github':
|
||||
specifier: ^11.0.1
|
||||
version: 11.0.1(semantic-release@24.2.3(typescript@5.8.3))
|
||||
specifier: ^11.0.2
|
||||
version: 11.0.2(semantic-release@24.2.3(typescript@5.8.3))
|
||||
'@semantic-release/npm':
|
||||
specifier: ^12.0.1
|
||||
version: 12.0.1(semantic-release@24.2.3(typescript@5.8.3))
|
||||
@@ -1043,13 +1043,13 @@ importers:
|
||||
version: 0.31.0
|
||||
drizzle-orm:
|
||||
specifier: ^0.43.1
|
||||
version: 0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.0)
|
||||
version: 0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.1)
|
||||
drizzle-zod:
|
||||
specifier: ^0.7.1
|
||||
version: 0.7.1(drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.0))(zod@3.24.3)
|
||||
version: 0.7.1(drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.1))(zod@3.24.3)
|
||||
mysql2:
|
||||
specifier: 3.14.0
|
||||
version: 3.14.0
|
||||
specifier: 3.14.1
|
||||
version: 3.14.1
|
||||
devDependencies:
|
||||
'@homarr/eslint-config':
|
||||
specifier: workspace:^0.2.0
|
||||
@@ -1314,7 +1314,7 @@ importers:
|
||||
version: 0.20.1
|
||||
node-unifi:
|
||||
specifier: ^2.5.1
|
||||
version: 2.5.1(undici@7.8.0)
|
||||
version: 2.5.1(deasync@0.1.30)(undici@7.8.0)
|
||||
proxmox-api:
|
||||
specifier: 1.1.1
|
||||
version: 1.1.1
|
||||
@@ -3794,18 +3794,10 @@ packages:
|
||||
resolution: {integrity: sha512-d5gWJla3WdSl1yjbfMpET+hUSFCE15qM0KVSB0H1shyuJihf/RL1KqWoZMIaonHvlNojkL9XtLFp8QeLe+1iwA==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/core@6.1.2':
|
||||
resolution: {integrity: sha512-hEb7Ma4cGJGEUNOAVmyfdB/3WirWMg5hDuNFVejGEDFqupeOysLc2sG6HJxY2etBp5YQu5Wtxwi020jS9xlUwg==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/core@6.1.5':
|
||||
resolution: {integrity: sha512-vvmsN0r7rguA+FySiCsbaTTobSftpIDIpPW81trAmsv9TGxg3YCujAxRYp/Uy8xmDgYCzzgulG62H7KYUFmeIg==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/endpoint@10.1.1':
|
||||
resolution: {integrity: sha512-JYjh5rMOwXMJyUpj028cu0Gbp7qe/ihxfJMLc8VZBMMqSwLgOxDI1911gV4Enl1QSavAQNJcwmwBF9M0VvLh6Q==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/endpoint@10.1.3':
|
||||
resolution: {integrity: sha512-nBRBMpKPhQUxCsQQeW+rCJ/OPSMcj3g0nfHn01zGYZXuNDvvXudF/TYY6APj5THlurerpFN4a/dQAIAaM6BYhA==}
|
||||
engines: {node: '>= 18'}
|
||||
@@ -3814,10 +3806,6 @@ packages:
|
||||
resolution: {integrity: sha512-OlYOlZIsfEVZm5HCSR8aSg02T2lbUWOsCQoPKfTXJwDzcHQBrVBGdGXb89dv2Kw2ToZaRtudp8O3ZIYoaOjKlA==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/graphql@8.1.1':
|
||||
resolution: {integrity: sha512-ukiRmuHTi6ebQx/HFRCXKbDlOh/7xEV6QUXaE7MJEKGNAncGI/STSbOkl12qVXZrfZdpXctx5O9X1AIaebiDBg==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/graphql@8.2.2':
|
||||
resolution: {integrity: sha512-Yi8hcoqsrXGdt0yObxbebHXFOiUA+2v3n53epuOg1QUgOB6c4XzvisBNVXJSl8RYA5KrDuSL2yq9Qmqe5N0ryA==}
|
||||
engines: {node: '>= 18'}
|
||||
@@ -3853,12 +3841,6 @@ packages:
|
||||
peerDependencies:
|
||||
'@octokit/core': '>=6'
|
||||
|
||||
'@octokit/plugin-paginate-rest@11.3.6':
|
||||
resolution: {integrity: sha512-zcvqqf/+TicbTCa/Z+3w4eBJcAxCFymtc0UAIsR3dEVoNilWld4oXdscQ3laXamTszUZdusw97K8+DrbFiOwjw==}
|
||||
engines: {node: '>= 18'}
|
||||
peerDependencies:
|
||||
'@octokit/core': '>=6'
|
||||
|
||||
'@octokit/plugin-paginate-rest@12.0.0':
|
||||
resolution: {integrity: sha512-MPd6WK1VtZ52lFrgZ0R2FlaoiWllzgqFHaSZxvp72NmoDeZ0m8GeJdg4oB6ctqMTYyrnDYp592Xma21mrgiyDA==}
|
||||
engines: {node: '>= 18'}
|
||||
@@ -3871,12 +3853,6 @@ packages:
|
||||
peerDependencies:
|
||||
'@octokit/core': '>=6'
|
||||
|
||||
'@octokit/plugin-retry@7.1.2':
|
||||
resolution: {integrity: sha512-XOWnPpH2kJ5VTwozsxGurw+svB2e61aWlmk5EVIYZPwFK5F9h4cyPyj9CIKRyMXMHSwpIsI3mPOdpMmrRhe7UQ==}
|
||||
engines: {node: '>= 18'}
|
||||
peerDependencies:
|
||||
'@octokit/core': '>=6'
|
||||
|
||||
'@octokit/plugin-retry@7.2.1':
|
||||
resolution: {integrity: sha512-wUc3gv0D6vNHpGxSaR3FlqJpTXGWgqmk607N9L3LvPL4QjaxDgX/1nY2mGpT37Khn+nlIXdljczkRnNdTTV3/A==}
|
||||
engines: {node: '>= 18'}
|
||||
@@ -3889,24 +3865,10 @@ packages:
|
||||
peerDependencies:
|
||||
'@octokit/core': ^6.1.3
|
||||
|
||||
'@octokit/plugin-throttling@9.3.2':
|
||||
resolution: {integrity: sha512-FqpvcTpIWFpMMwIeSoypoJXysSAQ3R+ALJhXXSG1HTP3YZOIeLmcNcimKaXxTcws+Sh6yoRl13SJ5r8sXc1Fhw==}
|
||||
engines: {node: '>= 18'}
|
||||
peerDependencies:
|
||||
'@octokit/core': ^6.0.0
|
||||
|
||||
'@octokit/request-error@6.1.7':
|
||||
resolution: {integrity: sha512-69NIppAwaauwZv6aOzb+VVLwt+0havz9GT5YplkeJv7fG7a40qpLt/yZKyiDxAhgz0EtgNdNcb96Z0u+Zyuy2g==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/request-error@6.1.8':
|
||||
resolution: {integrity: sha512-WEi/R0Jmq+IJKydWlKDmryPcmdYSVjL3ekaiEL1L9eo1sUnqMJ+grqmC9cjk7CA7+b2/T397tO5d8YLOH3qYpQ==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/request@9.1.3':
|
||||
resolution: {integrity: sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/request@9.2.2':
|
||||
resolution: {integrity: sha512-dZl0ZHx6gOQGcffgm1/Sf6JfEpmh34v3Af2Uci02vzUYz6qEN6zepoRtmybWXIGXFIK8K9ylE3b+duCWqhArtg==}
|
||||
engines: {node: '>= 18'}
|
||||
@@ -4216,8 +4178,8 @@ packages:
|
||||
peerDependencies:
|
||||
semantic-release: '>=18.0.0'
|
||||
|
||||
'@semantic-release/github@11.0.1':
|
||||
resolution: {integrity: sha512-Z9cr0LgU/zgucbT9cksH0/pX9zmVda9hkDPcgIE0uvjMQ8w/mElDivGjx1w1pEQ+MuQJ5CBq3VCF16S6G4VH3A==}
|
||||
'@semantic-release/github@11.0.2':
|
||||
resolution: {integrity: sha512-EhHimj3/eOSPu0OflgDzwgrawoGJIn8XLOkNS6WzwuTr8ebxyX976Y4mCqJ8MlkdQpV5+8T+49sy8xXlcm6uCg==}
|
||||
engines: {node: '>=20.8.1'}
|
||||
peerDependencies:
|
||||
semantic-release: '>=24.1.0'
|
||||
@@ -5188,10 +5150,6 @@ packages:
|
||||
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
|
||||
engines: {node: '>= 6.0.0'}
|
||||
|
||||
agent-base@7.1.1:
|
||||
resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==}
|
||||
engines: {node: '>= 14'}
|
||||
|
||||
agent-base@7.1.3:
|
||||
resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==}
|
||||
engines: {node: '>= 14'}
|
||||
@@ -6039,6 +5997,10 @@ packages:
|
||||
dayjs@1.11.13:
|
||||
resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
|
||||
|
||||
deasync@0.1.30:
|
||||
resolution: {integrity: sha512-OaAjvEQuQ9tJsKG4oHO9nV1UHTwb2Qc2+fadB0VeVtD0Z9wiG1XPGLJ4W3aLhAoQSYTaLROFRbd5X20Dkzf7MQ==}
|
||||
engines: {node: '>=0.11.0'}
|
||||
|
||||
debug@3.2.7:
|
||||
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
|
||||
peerDependencies:
|
||||
@@ -7186,10 +7148,6 @@ packages:
|
||||
resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
|
||||
engines: {node: '>= 6'}
|
||||
|
||||
https-proxy-agent@7.0.5:
|
||||
resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==}
|
||||
engines: {node: '>= 14'}
|
||||
|
||||
https-proxy-agent@7.0.6:
|
||||
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
|
||||
engines: {node: '>= 14'}
|
||||
@@ -8183,8 +8141,8 @@ packages:
|
||||
engines: {node: '>=8', npm: '>=5'}
|
||||
hasBin: true
|
||||
|
||||
mysql2@3.14.0:
|
||||
resolution: {integrity: sha512-8eMhmG6gt/hRkU1G+8KlGOdQi2w+CgtNoD1ksXZq9gQfkfDsX4LHaBwTe1SY0Imx//t2iZA03DFnyYKPinxSRw==}
|
||||
mysql2@3.14.1:
|
||||
resolution: {integrity: sha512-7ytuPQJjQB8TNAYX/H2yhL+iQOnIBjAMam361R7UAL0lOVXWjtdrmoL9HYKqKoLp/8UUTRcvo1QPvK9KL7wA8w==}
|
||||
engines: {node: '>= 8.0'}
|
||||
|
||||
mz@2.7.0:
|
||||
@@ -8296,6 +8254,9 @@ packages:
|
||||
node-abort-controller@3.1.1:
|
||||
resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==}
|
||||
|
||||
node-addon-api@1.7.2:
|
||||
resolution: {integrity: sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==}
|
||||
|
||||
node-addon-api@3.2.1:
|
||||
resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==}
|
||||
|
||||
@@ -12263,16 +12224,6 @@ snapshots:
|
||||
'@octokit/request-error': 6.1.8
|
||||
'@octokit/types': 14.0.0
|
||||
|
||||
'@octokit/core@6.1.2':
|
||||
dependencies:
|
||||
'@octokit/auth-token': 5.1.1
|
||||
'@octokit/graphql': 8.1.1
|
||||
'@octokit/request': 9.1.3
|
||||
'@octokit/request-error': 6.1.7
|
||||
'@octokit/types': 13.8.0
|
||||
before-after-hook: 3.0.2
|
||||
universal-user-agent: 7.0.2
|
||||
|
||||
'@octokit/core@6.1.5':
|
||||
dependencies:
|
||||
'@octokit/auth-token': 5.1.1
|
||||
@@ -12283,11 +12234,6 @@ snapshots:
|
||||
before-after-hook: 3.0.2
|
||||
universal-user-agent: 7.0.2
|
||||
|
||||
'@octokit/endpoint@10.1.1':
|
||||
dependencies:
|
||||
'@octokit/types': 13.8.0
|
||||
universal-user-agent: 7.0.2
|
||||
|
||||
'@octokit/endpoint@10.1.3':
|
||||
dependencies:
|
||||
'@octokit/types': 13.8.0
|
||||
@@ -12298,12 +12244,6 @@ snapshots:
|
||||
'@octokit/types': 14.0.0
|
||||
universal-user-agent: 7.0.2
|
||||
|
||||
'@octokit/graphql@8.1.1':
|
||||
dependencies:
|
||||
'@octokit/request': 9.2.2
|
||||
'@octokit/types': 13.8.0
|
||||
universal-user-agent: 7.0.2
|
||||
|
||||
'@octokit/graphql@8.2.2':
|
||||
dependencies:
|
||||
'@octokit/request': 9.2.3
|
||||
@@ -12347,11 +12287,6 @@ snapshots:
|
||||
dependencies:
|
||||
'@octokit/core': 6.1.5
|
||||
|
||||
'@octokit/plugin-paginate-rest@11.3.6(@octokit/core@6.1.2)':
|
||||
dependencies:
|
||||
'@octokit/core': 6.1.2
|
||||
'@octokit/types': 13.8.0
|
||||
|
||||
'@octokit/plugin-paginate-rest@12.0.0(@octokit/core@6.1.5)':
|
||||
dependencies:
|
||||
'@octokit/core': 6.1.5
|
||||
@@ -12362,13 +12297,6 @@ snapshots:
|
||||
'@octokit/core': 6.1.5
|
||||
'@octokit/types': 14.0.0
|
||||
|
||||
'@octokit/plugin-retry@7.1.2(@octokit/core@6.1.2)':
|
||||
dependencies:
|
||||
'@octokit/core': 6.1.2
|
||||
'@octokit/request-error': 6.1.7
|
||||
'@octokit/types': 13.8.0
|
||||
bottleneck: 2.19.5
|
||||
|
||||
'@octokit/plugin-retry@7.2.1(@octokit/core@6.1.5)':
|
||||
dependencies:
|
||||
'@octokit/core': 6.1.5
|
||||
@@ -12382,27 +12310,10 @@ snapshots:
|
||||
'@octokit/types': 14.0.0
|
||||
bottleneck: 2.19.5
|
||||
|
||||
'@octokit/plugin-throttling@9.3.2(@octokit/core@6.1.2)':
|
||||
dependencies:
|
||||
'@octokit/core': 6.1.2
|
||||
'@octokit/types': 13.8.0
|
||||
bottleneck: 2.19.5
|
||||
|
||||
'@octokit/request-error@6.1.7':
|
||||
dependencies:
|
||||
'@octokit/types': 13.8.0
|
||||
|
||||
'@octokit/request-error@6.1.8':
|
||||
dependencies:
|
||||
'@octokit/types': 14.0.0
|
||||
|
||||
'@octokit/request@9.1.3':
|
||||
dependencies:
|
||||
'@octokit/endpoint': 10.1.1
|
||||
'@octokit/request-error': 6.1.7
|
||||
'@octokit/types': 13.8.0
|
||||
universal-user-agent: 7.0.2
|
||||
|
||||
'@octokit/request@9.2.2':
|
||||
dependencies:
|
||||
'@octokit/endpoint': 10.1.3
|
||||
@@ -12665,19 +12576,19 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@semantic-release/github@11.0.1(semantic-release@24.2.3(typescript@5.8.3))':
|
||||
'@semantic-release/github@11.0.2(semantic-release@24.2.3(typescript@5.8.3))':
|
||||
dependencies:
|
||||
'@octokit/core': 6.1.2
|
||||
'@octokit/plugin-paginate-rest': 11.3.6(@octokit/core@6.1.2)
|
||||
'@octokit/plugin-retry': 7.1.2(@octokit/core@6.1.2)
|
||||
'@octokit/plugin-throttling': 9.3.2(@octokit/core@6.1.2)
|
||||
'@octokit/core': 6.1.5
|
||||
'@octokit/plugin-paginate-rest': 12.0.0(@octokit/core@6.1.5)
|
||||
'@octokit/plugin-retry': 7.2.1(@octokit/core@6.1.5)
|
||||
'@octokit/plugin-throttling': 10.0.0(@octokit/core@6.1.5)
|
||||
'@semantic-release/error': 4.0.0
|
||||
aggregate-error: 5.0.0
|
||||
debug: 4.3.7
|
||||
debug: 4.4.0
|
||||
dir-glob: 3.0.1
|
||||
globby: 14.0.2
|
||||
http-proxy-agent: 7.0.2
|
||||
https-proxy-agent: 7.0.5
|
||||
https-proxy-agent: 7.0.6
|
||||
issue-parser: 7.0.1
|
||||
lodash-es: 4.17.21
|
||||
mime: 4.0.4
|
||||
@@ -14060,12 +13971,6 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
agent-base@7.1.1:
|
||||
dependencies:
|
||||
debug: 4.4.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
agent-base@7.1.3: {}
|
||||
|
||||
aggregate-error@3.1.0:
|
||||
@@ -14983,6 +14888,12 @@ snapshots:
|
||||
|
||||
dayjs@1.11.13: {}
|
||||
|
||||
deasync@0.1.30:
|
||||
dependencies:
|
||||
bindings: 1.5.0
|
||||
node-addon-api: 1.7.2
|
||||
optional: true
|
||||
|
||||
debug@3.2.7:
|
||||
dependencies:
|
||||
ms: 2.1.3
|
||||
@@ -15157,17 +15068,17 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.0):
|
||||
drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.1):
|
||||
optionalDependencies:
|
||||
'@libsql/client-wasm': 0.14.0
|
||||
'@types/better-sqlite3': 7.6.13
|
||||
better-sqlite3: 11.9.1
|
||||
gel: 2.0.0
|
||||
mysql2: 3.14.0
|
||||
mysql2: 3.14.1
|
||||
|
||||
drizzle-zod@0.7.1(drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.0))(zod@3.24.3):
|
||||
drizzle-zod@0.7.1(drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.1))(zod@3.24.3):
|
||||
dependencies:
|
||||
drizzle-orm: 0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.0)
|
||||
drizzle-orm: 0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.1)
|
||||
zod: 3.24.3
|
||||
|
||||
dunder-proto@1.0.1:
|
||||
@@ -16361,11 +16272,12 @@ snapshots:
|
||||
|
||||
html-url-attributes@3.0.1: {}
|
||||
|
||||
http-cookie-agent@5.0.4(tough-cookie@4.1.4)(undici@7.8.0):
|
||||
http-cookie-agent@5.0.4(deasync@0.1.30)(tough-cookie@4.1.4)(undici@7.8.0):
|
||||
dependencies:
|
||||
agent-base: 7.1.3
|
||||
tough-cookie: 4.1.4
|
||||
optionalDependencies:
|
||||
deasync: 0.1.30
|
||||
undici: 7.8.0
|
||||
|
||||
http-errors@2.0.0:
|
||||
@@ -16378,7 +16290,7 @@ snapshots:
|
||||
|
||||
http-proxy-agent@7.0.2:
|
||||
dependencies:
|
||||
agent-base: 7.1.1
|
||||
agent-base: 7.1.3
|
||||
debug: 4.4.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -16390,13 +16302,6 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
https-proxy-agent@7.0.5:
|
||||
dependencies:
|
||||
agent-base: 7.1.1
|
||||
debug: 4.4.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
https-proxy-agent@7.0.6:
|
||||
dependencies:
|
||||
agent-base: 7.1.3
|
||||
@@ -17504,7 +17409,7 @@ snapshots:
|
||||
'@babel/runtime': 7.25.6
|
||||
global: 4.4.0
|
||||
|
||||
mysql2@3.14.0:
|
||||
mysql2@3.14.1:
|
||||
dependencies:
|
||||
aws-ssl-profiles: 1.1.2
|
||||
denque: 2.1.0
|
||||
@@ -17635,6 +17540,9 @@ snapshots:
|
||||
|
||||
node-abort-controller@3.1.1: {}
|
||||
|
||||
node-addon-api@1.7.2:
|
||||
optional: true
|
||||
|
||||
node-addon-api@3.2.1:
|
||||
optional: true
|
||||
|
||||
@@ -17712,11 +17620,11 @@ snapshots:
|
||||
|
||||
node-releases@2.0.19: {}
|
||||
|
||||
node-unifi@2.5.1(undici@7.8.0):
|
||||
node-unifi@2.5.1(deasync@0.1.30)(undici@7.8.0):
|
||||
dependencies:
|
||||
axios: 1.6.2
|
||||
eventemitter2: 6.4.9
|
||||
http-cookie-agent: 5.0.4(tough-cookie@4.1.4)(undici@7.8.0)
|
||||
http-cookie-agent: 5.0.4(deasync@0.1.30)(tough-cookie@4.1.4)(undici@7.8.0)
|
||||
tough-cookie: 4.1.4
|
||||
url: 0.11.4
|
||||
ws: 8.18.1
|
||||
@@ -18935,7 +18843,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@semantic-release/commit-analyzer': 13.0.1(semantic-release@24.2.3(typescript@5.8.3))
|
||||
'@semantic-release/error': 4.0.0
|
||||
'@semantic-release/github': 11.0.1(semantic-release@24.2.3(typescript@5.8.3))
|
||||
'@semantic-release/github': 11.0.2(semantic-release@24.2.3(typescript@5.8.3))
|
||||
'@semantic-release/npm': 12.0.1(semantic-release@24.2.3(typescript@5.8.3))
|
||||
'@semantic-release/release-notes-generator': 14.0.3(semantic-release@24.2.3(typescript@5.8.3))
|
||||
aggregate-error: 5.0.0
|
||||
|
||||
Reference in New Issue
Block a user