-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
metadata_es_ES.json
39 lines (39 loc) · 1.06 KB
/
metadata_es_ES.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"bugtracker": "https://github.com/Pext/pext_module_pass",
"bugtracker_type": "github",
"description": "Permite a Pext hacer gesti\u00f3n de contrase\u00f1as a trav\u00e9s de pass",
"developer": "Sylvia van Os",
"git_branch_stable": "stable",
"git_urls": [
"https://github.com/Pext/pext_module_pass"
],
"homepage": "https://pext.io/",
"id": "pext.module.pass",
"license": "GPL-3.0+",
"name": "Almac\u00e9n de contrase\u00f1as",
"platforms": [
"Linux",
"Darwin"
],
"settings": [
{
"default": "~/.password-store/",
"description": "Directorio del Almac\u00e9n de contrase\u00f1as",
"name": "directory"
},
{
"default": "S\u00ed",
"description": "Incorporar y enviar cambios autom\u00e1ticamente desde/hacia Git",
"name": "use_git",
"options": [
"S\u00ed",
"No"
]
},
{
"default": "",
"description": "Contrase\u00f1a de la clave SSH, si se ha cifrado, para incorporar/enviar. Se almacena como texto sencillo.",
"name": "ssh_password"
}
]
}