-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
122 lines (120 loc) · 3.97 KB
/
data.json
File metadata and controls
122 lines (120 loc) · 3.97 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"info":{
"title":"Send to...!",
"version":"4.0",
"date":"08.07.2024",
"language":"iPhone shortcut",
"developer":"@Wajsar_Josef",
"github_path":"https://github.com/PepikVaio/reMarkable_Send_to...",
"description":[
"The shortcut is used to send content from safari to reMarkable (article, image, ...)",
"",
"(cs) Zkratka slouží k odeslání obsahu ze safari do reMarkable (článek, obrázek, …)"
]
},
"release":{
"title":"New Update!",
"content":[
"A new version is available, please update before continuing.",
"You will be redirected to the Github page for the download and some shortcut data will also be deleted.",
"",
"(cs) Nová aktualizace!",
"K dispozici je nová verze, před pokračováním prosím aktualizujte.",
"Budete přesměrováni na stránku Github pro stažení a také se smažou některé data zkratky."
],
"news":[
"* Added check for new updates.",
"* Moving the texts to the Github server and the ability to correct errors in the text on the fly.",
"* Saving configuration files to iCloud Drive.",
"* Changed the notification for inserting edited text.",
"",
"* (cs) Přidaná kontrola nových aktualizací.",
"* Přesun textů na Github server a možnosti opravovat chyby v textu za běhu.",
"* Ukládání konfiguračních souborů na iCloud Drive.",
"* Změna oznámení o vložení upraveného textu."
]
},
"menu":{
"info":[
"Select a PDF style (each one fits a different web pages).",
"",
"(cs) Vyberte styl PDF (každý se hodí pro jiné webové stránky)."
],
"01":{
"title":"Apple PDF"
},
"02":{
"title":"PC version / PC verze"
},
"03":{
"title":"HTML for ePub / HTML pro ePub"
},
"04":{
"title":"Just images / Pouze obrázky",
"content_01":"Select images. / (cs) Zvolte obrázky.",
"question_01": {
"title": [
"Do you want to adjust the image size?",
"",
"(cs) Chcete upravit velikost obrázku?"
],
"answer_01_content":[
"Select the width of the image",
"",
"(cs) Zvolte šířku obrázku"
]
},
"question_02": {
"title": [
"How do you wish to combine the images?",
"",
"(cs) Jak si přejete spojit obrázky?"
]
}
},
"05":{
"title":"Screenshot / Snímek obrazovky",
"question_01": {
"title": [
"Do you have a full screen shot created and copied to the clipboard?",
"",
"(cs) Máte vytvořený snímek celé obrazovky a zkopírovaný ve schránce?"
],
"answer_02_title":"Take a screenshot of the entire screen!",
"answer_02_content":[
"Copy it to the clipboard, then run the shortcut again.",
"",
"(cs) Vytvořte snímek celé obrazovky!",
"Zkopírujte jej do schránky, poté opět spusťte zkratku."
],
"answer_03_title":"YouTube video will play!",
"answer_03_content":[
"After viewing, run the shortcut again. ",
"",
"(cs) Přehraje se YouTube video!",
"Po zhlédnutí opět spusťte zkratku. "
],
"answer_03_url":[
"https://youtube.com/playlist?list=PL_EByhPygE7KMhG8dFomBlpF11fodE9en&si=mRWuF0zYBaheVh8Q"
]
}
},
"06":{
"title":"Readability"
},
"result": {
"file_Name": [
"Enter a file name.",
"",
"(cs) Zadejte název souboru"
],
"title": "Done!",
"content": [
"The PDF has been uploaded to the reMarkable tablet, check if everything is OK and choose another type of conversion if necessary.",
"",
"(cs) Hotovo!",
"PDF bylo nahráno do tabletu reMarkable, zkontrolujte, zda je vše v pořádku a v případě potřeby zvolte jiný typ převodu."
]
}
}
}