-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.json
154 lines (154 loc) · 4.37 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"appName": {
"default": "F-OH",
"browser": "F-OH Lite",
"pwa": "F-OH PWA",
"tauri": "F-OH Tauri",
"title": "App name"
},
"settings": "Settings",
"about": "About",
"aboutApp": "About app",
"appMessages": "App messages",
"developInfo": "Develop information",
"packageName": "Package name",
"viewApp": "View app",
"home": "Home",
"category": "Category",
"me": "Me",
"update": "Update",
"updateApp": "Update app",
"updateAppMessage": "There is an update to the app and it needs to be reloaded.",
"sourceCode": "Source",
"release": "Release",
"releaseDate": "Release date",
"id": "ID",
"relatedLinks": "Related links",
"details": "Details",
"announcement": "Announcement",
"announcement_withName": "{name} announcement",
"language": "Language",
"other": "Other",
"game": "Game",
"apiUrl": "API url",
"apiUrlOverrideMessage": "The current API address has been overridden to {overrideApiUrl}.",
"apiUrlTakeEffectMessage": "* The new API address will take effect after the reload.",
"moreInfo": "More info",
"moreOptions": "More options",
"notSet": "Not set",
"loading": "Loading",
"designLanguage": "Design language",
"designLanguageTakeEffectMessage": "* The new design language will take effect after reload.",
"userInterface": "User interface|User interfaces",
"pageHierarchyTransition": "Page hierarchy transition",
"metadataSourcesManager": "Metadata sources manager",
"editMetadataSource": "Edit metadata source",
"createMetadataSource": "Create metadata source",
"internal": "Internal",
"external": "External",
"errorDetails": {
"title": "Error details",
"tip": "You can open the developer tools to see the details."
},
"unknown": {
"title": "Unknown",
"version": "Unknown version",
"description": "Unknown description",
"author": "Unknown author",
"packageName": "Unknown package name"
},
"error": {
"loading": "Loading error",
"network": "Network error",
"unknown": "Unknown error"
},
"term": {
"openSourceLicenses": "Open Source Licenses"
},
"empty": {
"apps": "Empty apps"
},
"action": {
"install": "Install",
"uninstall": "Uninstall",
"download": "Download",
"share": "Share",
"copy": "Copy",
"copyLink": "Copy link",
"openNewWindow": "Open in new window",
"openLinkInBrowser": "Open link in browser",
"close": "Close",
"ok": "OK",
"cancel": "Cancel",
"maximize": "Maximize",
"minimize": "Minimize",
"refresh": "Refresh",
"back": "Back",
"donate": "Donate",
"installApp": "Install app",
"communicate": "Communicate",
"viewGuide": "View Guide",
"delete": "Delete",
"create": "Create",
"update": "Update",
"viewDetails": "View details"
},
"link": {
"title": "Link",
"foh": {
"title": "F-OH",
"description": "F-OH is an application center for FOSS (Free and Open Source Software) on the OpenHarmony platform, with support for download and installation."
},
"organization": {
"title": "OHOS Dev",
"description": "OpenHarmony Developer Community (unofficial position created for the future of OpenHarmony, Peace & Love)"
}
},
"app": {
"title": "App",
"wechat": "WeChat",
"qq": "QQ",
"qqGroup": "QQ group",
"alipay": "Alipay",
"alipay_kickback": "Alipay Kickback"
},
"version": {
"title": "Version",
"app": "App version",
"tauri": "Tauri version"
},
"developer": {
"title": "Developer",
"eddie": {
"name": "{'@'}Eddie",
"description": "PWA Application Developer"
},
"westinyang": {
"name": "{'@'}westinyang",
"description": "F-OH Founder"
},
"jesse205": {
"name": "{'@'}Jesse205"
}
},
"alert": {
"unsafeApiAndMaybeBlockedByChromeMessage": "The current API url may be insecure and your browser may be blocking the request. You can try to fix this in Chrome Experiments."
},
"field": {
"label": {
"name_required": "* Name",
"description": "Description",
"version": "Version",
"apiUrl_required": "* API url",
"originApiUrl": "API address (original)",
"homeDataPath": "Home data path",
"appsDataPath": "Apps data path"
},
"hint": {
"originApiUrl": "For direct API access scenarios such as downloading files"
},
"error": {
"required": "This field is required"
}
}
}