/
/
/
1{
2 "config_entries": {
3 "url": {
4 "label": "gPodder Service URL",
5 "description": "URL of gPodder instance."
6 },
7 "username": {
8 "label": "[%key:common::config_entries::username::label%]",
9 "description": "Username of gPodder instance."
10 },
11 "password": {
12 "label": "[%key:common::config_entries::password::label%]",
13 "description": "Password for gPodder instance."
14 },
15 "device_id": {
16 "label": "Device ID",
17 "description": "Device ID of user."
18 },
19 "url_nc": {
20 "label": "Nextcloud URL",
21 "description": "URL of Nextcloud instance."
22 },
23 "max_num_episodes": {
24 "label": "[%key:common::config_entries::max_num_episodes::label%]",
25 "description": "[%key:common::config_entries::max_num_episodes::description%]"
26 },
27 "verify_ssl": {
28 "label": "[%key:common::config_entries::verify_ssl::label%]",
29 "description": "[%key:common::config_entries::verify_ssl::description%]"
30 },
31 "method": {
32 "label": "Connection method",
33 "options": {
34 "gpodder": "gpodder / opodsync server",
35 "nextcloud": "Nextcloud (nextcloud-gpodder)"
36 }
37 }
38 },
39 "setup_flow": {
40 "user": {
41 "title": "Choose how to connect",
42 "description": "Connect to a gpodder/opodsync server, or to Nextcloud with the gPodder Sync app."
43 },
44 "gpodder": {
45 "title": "gPodder account"
46 },
47 "nextcloud": {
48 "title": "Nextcloud instance"
49 },
50 "nc_approve": {
51 "title": "Approve in Nextcloud"
52 },
53 "nc_polling": {
54 "title": "Waiting for Nextcloud approval",
55 "progress_text": "Waiting for you to grant access in Nextcloud..."
56 }
57 },
58 "manifest": {
59 "description": "Subscribe to and fetch podcasts from gPodder."
60 },
61 "errors": {
62 "not_a_nextcloud_instance": "This does not look like a Nextcloud server. Check the URL and try again.",
63 "nextcloud_login_timeout": "The Nextcloud login was not completed in time. Try again."
64 }
65}
66