mirror of https://github.com/Jackett/Jackett
assorted *g yml: code tidy
This commit is contained in:
parent
256935af3b
commit
9e1be7f70b
|
@ -204,12 +204,12 @@ settings:
|
||||||
label: Replace MULTI by this language
|
label: Replace MULTI by this language
|
||||||
default: FRENCH
|
default: FRENCH
|
||||||
options:
|
options:
|
||||||
FRENCH: "FRENCH"
|
FRENCH: FRENCH
|
||||||
MULTI.FRENCH: "MULTI.FRENCH"
|
MULTI.FRENCH: MULTI.FRENCH
|
||||||
ENGLISH: "ENGLISH"
|
ENGLISH: ENGLISH
|
||||||
MULTI.ENGLISH: "MULTI.ENGLISH"
|
MULTI.ENGLISH: MULTI.ENGLISH
|
||||||
VOSTFR: "VOSTFR"
|
VOSTFR: VOSTFR
|
||||||
MULTI.VOSTFR: "MULTI.VOSTFR"
|
MULTI.VOSTFR: MULTI.VOSTFR
|
||||||
- name: vostfr
|
- name: vostfr
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Replace VOSTFR with ENGLISH
|
label: Replace VOSTFR with ENGLISH
|
||||||
|
@ -217,33 +217,33 @@ settings:
|
||||||
- name: torrentlanguage
|
- name: torrentlanguage
|
||||||
type: select
|
type: select
|
||||||
label: Torrent Language
|
label: Torrent Language
|
||||||
default: "0"
|
default: 0
|
||||||
options:
|
options:
|
||||||
"0": "Toutes Les Langues"
|
0: "Toutes Les Langues"
|
||||||
"1": "Allemand"
|
1: Allemand
|
||||||
"2": "Anglais(UK)"
|
2: Anglais(UK)
|
||||||
"3": "Anglais(US)"
|
3: Anglais(US)
|
||||||
"4": "Arabe"
|
4: Arabe
|
||||||
"5": "Bengali"
|
5: Bengali
|
||||||
"6": "Cantonais"
|
6: Cantonais
|
||||||
"7": " Coréen"
|
7: Coréen
|
||||||
"8": "Danois"
|
8: Danois
|
||||||
"9": "Espagnol"
|
9: Espagnol
|
||||||
"10": "Flamand"
|
10: Flamand
|
||||||
"11": " Français"
|
11: Français
|
||||||
"12": " Hébreu"
|
12: Hébreu
|
||||||
"13": "Hindi"
|
13: Hindi
|
||||||
"14": "Italien"
|
14: Italien
|
||||||
"15": "Japonais"
|
15: Japonais
|
||||||
"16": "Mandarin"
|
16: Mandarin
|
||||||
"17": "Multi"
|
17: Multi
|
||||||
"24": "Multi Truefrench"
|
24: "Multi Truefrench"
|
||||||
"18": "Perse"
|
18: Perse
|
||||||
"19": "Portuguais"
|
19: Portuguais
|
||||||
"20": " Québécois"
|
20: Québécois
|
||||||
"21": "Russe"
|
21: Russe
|
||||||
"22": " Suédois"
|
22: Suédois
|
||||||
"23": "Ukrainien"
|
23: Ukrainien
|
||||||
|
|
||||||
login:
|
login:
|
||||||
method: cookie
|
method: cookie
|
||||||
|
|
|
@ -13,15 +13,15 @@ legacylinks:
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categories:
|
categories:
|
||||||
"juegos-pc": PC/Games
|
juegos-pc: PC/Games
|
||||||
"juegos-psp": Console/PSP
|
juegos-psp: Console/PSP
|
||||||
"juegos-ps3": Console/PS3
|
juegos-ps3: Console/PS3
|
||||||
"juegos-ps4": Console/PS4
|
juegos-ps4: Console/PS4
|
||||||
"juegos-ps2": Console/PS Vita
|
juegos-ps2: Console/PS Vita
|
||||||
"juegos-mac": PC/Mac
|
juegos-mac: PC/Mac
|
||||||
"juegos-xbox360": Console/Xbox 360
|
juegos-xbox360: Console/Xbox 360
|
||||||
"juegos-wii": Console/Wii
|
juegos-wii: Console/Wii
|
||||||
"juegos-nds": Console/NDS
|
juegos-nds: Console/NDS
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
|
|
|
@ -144,28 +144,28 @@ settings:
|
||||||
label: Replace MULTI by this language
|
label: Replace MULTI by this language
|
||||||
default: VOSTFR
|
default: VOSTFR
|
||||||
options:
|
options:
|
||||||
FRENCH: "FRENCH"
|
FRENCH: FRENCH
|
||||||
"MULTI FRENCH": "MULTI FRENCH"
|
"MULTI FRENCH": "MULTI FRENCH"
|
||||||
ENGLISH: "ENGLISH"
|
ENGLISH: ENGLISH
|
||||||
"MULTI ENGLISH": "MULTI ENGLISH"
|
"MULTI ENGLISH": "MULTI ENGLISH"
|
||||||
VOSTFR: "VOSTFR"
|
VOSTFR: VOSTFR
|
||||||
"MULTI VOSTFR": "MULTI VOSTFR"
|
"MULTI VOSTFR": "MULTI VOSTFR"
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
default: "id"
|
default: id
|
||||||
options:
|
options:
|
||||||
"id": "created"
|
id: created
|
||||||
"seeders": "seeders"
|
seeders: seeders
|
||||||
"size": "size"
|
size: size
|
||||||
"name": "title"
|
name: title
|
||||||
- name: type
|
- name: type
|
||||||
type: select
|
type: select
|
||||||
label: Order requested from site
|
label: Order requested from site
|
||||||
default: "desc"
|
default: desc
|
||||||
options:
|
options:
|
||||||
"desc": "desc"
|
desc: desc
|
||||||
"asc": "asc"
|
asc: asc
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: account-login.php
|
path: account-login.php
|
||||||
|
|
|
@ -62,19 +62,19 @@ settings:
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
default: "3"
|
default: 3
|
||||||
options:
|
options:
|
||||||
"3": "created"
|
3: created
|
||||||
"5": "seeders"
|
5: seeders
|
||||||
"4": "size"
|
4: size
|
||||||
"2": "title"
|
2: title
|
||||||
- name: type
|
- name: type
|
||||||
type: select
|
type: select
|
||||||
label: Order requested from site
|
label: Order requested from site
|
||||||
default: "2"
|
default: 2
|
||||||
options:
|
options:
|
||||||
"2": "desc"
|
2: desc
|
||||||
"1": "asc"
|
1: asc
|
||||||
- name: info
|
- name: info
|
||||||
type: info
|
type: info
|
||||||
label: Results Per Page
|
label: Results Per Page
|
||||||
|
|
|
@ -96,19 +96,19 @@ settings:
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
default: "3"
|
default: 3
|
||||||
options:
|
options:
|
||||||
"3": "created"
|
3: created
|
||||||
"5": "seeders"
|
5: seeders
|
||||||
"4": "size"
|
4: size
|
||||||
"2": "title"
|
2: title
|
||||||
- name: type
|
- name: type
|
||||||
type: select
|
type: select
|
||||||
label: Order requested from site
|
label: Order requested from site
|
||||||
default: "2"
|
default: 2
|
||||||
options:
|
options:
|
||||||
"2": "desc"
|
2: desc
|
||||||
"1": "asc"
|
1: asc
|
||||||
- name: info_tpp
|
- name: info_tpp
|
||||||
type: info
|
type: info
|
||||||
label: Results Per Page
|
label: Results Per Page
|
||||||
|
|
|
@ -65,12 +65,12 @@ settings:
|
||||||
label: Replace MULTI by this language
|
label: Replace MULTI by this language
|
||||||
default: FRENCH
|
default: FRENCH
|
||||||
options:
|
options:
|
||||||
FRENCH: "FRENCH"
|
FRENCH: FRENCH
|
||||||
MULTI.FRENCH: "MULTI.FRENCH"
|
MULTI.FRENCH: MULTI.FRENCH
|
||||||
ENGLISH: "ENGLISH"
|
ENGLISH: ENGLISH
|
||||||
MULTI.ENGLISH: "MULTI.ENGLISH"
|
MULTI.ENGLISH: MULTI.ENGLISH
|
||||||
VOSTFR: "VOSTFR"
|
VOSTFR: VOSTFR
|
||||||
MULTI.VOSTFR: "MULTI.VOSTFR"
|
MULTI.VOSTFR: MULTI.VOSTFR
|
||||||
- name: vostfr
|
- name: vostfr
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Replace VOSTFR with ENGLISH
|
label: Replace VOSTFR with ENGLISH
|
||||||
|
|
|
@ -64,19 +64,19 @@ settings:
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
default: "id"
|
default: id
|
||||||
options:
|
options:
|
||||||
"id": "created"
|
id: created
|
||||||
"seeders": "seeders"
|
seeders: seeders
|
||||||
"size": "size"
|
size: size
|
||||||
"name": "title"
|
name: title
|
||||||
- name: type
|
- name: type
|
||||||
type: select
|
type: select
|
||||||
label: Order requested from site
|
label: Order requested from site
|
||||||
default: "desc"
|
default: desc
|
||||||
options:
|
options:
|
||||||
"desc": "desc"
|
desc: desc
|
||||||
"asc": "asc"
|
asc: asc
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
@ -72,19 +72,19 @@ settings:
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
default: "3"
|
default: 3
|
||||||
options:
|
options:
|
||||||
"3": "created"
|
3: created
|
||||||
"5": "seeders"
|
5: seeders
|
||||||
"4": "size"
|
4: size
|
||||||
"2": "title"
|
2: title
|
||||||
- name: type
|
- name: type
|
||||||
type: select
|
type: select
|
||||||
label: Order requested from site
|
label: Order requested from site
|
||||||
default: "2"
|
default: 2
|
||||||
options:
|
options:
|
||||||
"2": "desc"
|
2: desc
|
||||||
"1": "asc"
|
1: asc
|
||||||
- name: info
|
- name: info
|
||||||
type: info
|
type: info
|
||||||
label: Results Per Page
|
label: Results Per Page
|
||||||
|
|
Loading…
Reference in New Issue