-
Notifications
You must be signed in to change notification settings - Fork 2
/
en.json
114 lines (114 loc) · 3.36 KB
/
en.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
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
{
"meta": {
"lang": {
"native": "English",
"english": "English"
}
},
"common": {
"settings": "Settings",
"back": "Back",
"forward": "Forward",
"exit": "Exit"
},
"start": {
"camera": "Take Photo",
"photo_lib": "Photo Library",
"files": "Browse Files",
"clipboard": "Clipboard",
"latest": "Use Latest Photo"
},
"main": {
"manga": "Manga",
"anime": "Anime",
"hentai": "Hentai",
"h_anime": "Hentai Anime",
"artworks": "Anime Artworks",
"cgs": "CGs",
"general": "General",
"sep": ", ",
"back_choose": "Back to Choose Image",
"choose_new": "Choose New Image",
"unsupported": [
"Unsupported Input",
"Unable to get any URL or Image from input ({{input_types}}).\nIt must be URL, Text that contains URL, Image, or Photo media."
],
"baidu_err": [
"Search Error",
"Baidu returned status {{status}}:"
],
"baidu_404": [
"Invalid Response",
"Baidu returned an invalid response.\nThe URL appears to be blocked in China."
]
},
"settings": {
"about": [
"About"
],
"feedback": [
"Feedback",
"Open the RoutineHub page."
],
"update": [
"Check for Updates",
"Requires network connection."
],
"customize": [
"Customize",
"Show/Hide the search engines."
],
"lang": [
"Language",
"Change the language."
],
"advanced": [
"Advanced Options"
]
},
"about": {
"desc": "“{{what}}” makes it easy to find the sources of your images.",
"made_by": "Made by {{who}}",
"wt_made_by": "{{what}} made by {{who}}",
"wt_creat_by": "{{what}} created by {{who}}",
"thank_you": "Thank you!"
},
"update": {
"install": "Install Now",
"whats_new": "What’s New in {{version}}",
"changelog": "All Release Notes History",
"up_to_date": "Your version is up to date.",
"available": "An update is available.",
"network": "Unable to check for updates.\nPlease check your network connection and try again.",
"server": "Failed to check for updates.\nPlease try again later.\n\nIf the same error occurs repeatedly, please send me feedback.\nYou can check the server response at {{settings}} → {{advanced}} → {{debug}} → {{latest_response}}."
},
"advanced": {
"enabled": "Enabled",
"disabled": "Disabled",
"delete_imgur": [
"Delete Imgur Images on Exit"
],
"browser": [
"Browser"
],
"debug": [
"Debug"
]
},
"browser": {
"in_app": "In-App Safari",
"default": "System Default",
"safari": "Safari",
"chrome": "Google Chrome",
"firefox": "Firefox",
"firefox_focus": "Firefox Focus",
"brave": "Brave",
"edge": "Microsoft Edge",
"opera": "Opera Touch",
"dolphin": "Dolphin",
"custom": [
"Custom URL Template",
"Enter a URL template for the browser.\n\nMacros: {{macros}}"
]
}
}