forked from WoozyMasta/codex-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.es.json
More file actions
22 lines (22 loc) · 1.67 KB
/
package.nls.es.json
File metadata and controls
22 lines (22 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"extension.displayName": "Codex Switch",
"extension.description": "Cambiar y administrar varias cuentas de Codex",
"configuration.title": "Codex Switch",
"configuration.debugLogging.description": "Habilitar registros detallados (nunca imprime tokens)",
"configuration.activeProfileScope.description": "Donde guardar la seleccion del perfil activo",
"command.login.title": "Codex Switch: Ayuda de inicio de sesion",
"command.profile.manage.title": "Codex Switch: Administrar perfiles",
"command.profile.login.title": "Codex Switch: Iniciar sesion (Codex CLI)",
"command.profile.switch.title": "Codex Switch: Cambiar perfil",
"command.profile.toggleLast.title": "Codex Switch: Recorrer perfiles",
"command.profile.addFromCodexAuthFile.title": "Codex Switch: Agregar desde auth.json actual",
"command.profile.addFromFile.title": "Codex Switch: Importar desde archivo",
"command.profile.rename.title": "Codex Switch: Renombrar perfil",
"command.profile.delete.title": "Codex Switch: Eliminar perfil",
"configuration.reloadWindowAfterProfileSwitch.description": "Recargar la ventana de VS Code despues de cambiar/importar un perfil correctamente para que la extension Codex vuelva a leer auth.json",
"configuration.statusBarClickBehavior.description": "Comportamiento al hacer clic en el elemento de perfil de la barra de estado",
"configuration.statusBarClickBehavior.cycle": "Recorrer todos los perfiles guardados",
"configuration.statusBarClickBehavior.toggleLast": "Alternar entre el perfil actual y el anterior",
"command.profile.exportSettings.title": "Codex Switch: Exportar perfiles",
"command.profile.importSettings.title": "Codex Switch: Importar perfiles"
}