@@ -4,7 +4,7 @@ export default {
4
4
page_404 : 'Oops. Nothing here...' ,
5
5
no_data : 'No data.' ,
6
6
home_welcome : 'Welcome to DevBox' ,
7
- home_desc : 'An easy way to develop in Terminus ' ,
7
+ home_desc : 'An easy way to develop in Olares ' ,
8
8
home_start : 'Start' ,
9
9
home_create : 'Create a new application' ,
10
10
home_update : 'Upload a chart package' ,
@@ -13,15 +13,15 @@ export default {
13
13
home_recent_resc_2 : ' will appear here' ,
14
14
home_documents : 'Documents' ,
15
15
home_doc_1 : 'DevBox tutorials' ,
16
- home_doc_2 : 'Basic concepts of Terminus applications' ,
17
- home_doc_3 : 'Understand Terminus Application Chart' ,
18
- home_doc_4 : 'TerminusManifest configuration guide ' ,
19
- home_doc_5 : 'Terminus Market Protocol overview' ,
16
+ home_doc_2 : 'Basic concepts of Olares applications' ,
17
+ home_doc_3 : 'Understand Olares Application Chart' ,
18
+ home_doc_4 : 'OlaresManifest configuration guide ' ,
19
+ home_doc_5 : 'Olares Market Protocol overview' ,
20
20
home_doc_6 : 'How to submit an application' ,
21
21
home_visit_1 : 'Visit' ,
22
22
home_visit_2 : 'for more information.' ,
23
23
home_appname : 'App name' ,
24
- home_appname_hint : 'App namespace in Terminus ' ,
24
+ home_appname_hint : 'App namespace in Olares ' ,
25
25
home_appname_rules_1 : 'Enter the app name' ,
26
26
home_appname_rules_2 : 'Must start with an alphabetic character' ,
27
27
home_appname_rules_3 : 'Only allows lowercase letters (a-z) and numbers (0-9)' ,
@@ -111,21 +111,21 @@ export default {
111
111
config_name : 'App configuration' ,
112
112
config_metadata_icon : 'Icon' ,
113
113
config_metadata_icon_hint :
114
- 'Your app icon in the Terminus Market. Use a PNG or WEBP file, up to 512 KB, sized at 256x256 pixels.' ,
114
+ 'Your app icon in the Olares Market. Use a PNG or WEBP file, up to 512 KB, sized at 256x256 pixels.' ,
115
115
config_metadata_apptitle : 'App title' ,
116
- config_metadata_apptitle_hint : 'Your app title in Terminus Market' ,
116
+ config_metadata_apptitle_hint : 'Your app title in Olares Market' ,
117
117
config_metadata_apptitle_rules : 'Enter the app title' ,
118
118
config_metadata_versionname : 'Version' ,
119
119
config_metadata_versionname_hint :
120
120
'The version of your app. Format it in the SemVer 2.0.0 format.' ,
121
121
config_metadata_versionname_rules : 'Enter the version' ,
122
122
config_metadata_categories : 'Categories' ,
123
123
config_metadata_categories_hint :
124
- 'List the categories under which your app will appear in the Terminus Market' ,
124
+ 'List the categories under which your app will appear in the Olares Market' ,
125
125
config_metadata_categories_rules : 'Enter categories for your app' ,
126
126
config_metadata_shortdesc : 'Short description' ,
127
127
config_metadata_shortdesc_hint :
128
- 'A short description that will appear below the app title in the Terminus Market' ,
128
+ 'A short description that will appear below the app title in the Olares Market' ,
129
129
config_metadata_shortdesc_rules : 'Enter the short description' ,
130
130
config_metadata_fulldesc : 'Full description' ,
131
131
config_metadata_fulldesc_hint : 'A comprehensive description of your app' ,
@@ -213,7 +213,7 @@ export default {
213
213
config_space_middleware_Databases : 'Databases' ,
214
214
config_option_cluster : 'Cluster scoped' ,
215
215
config_option_cluster_desc :
216
- 'Whether this app is installed for all users in a Terminus cluster' ,
216
+ 'Whether this app is installed for all users in a Olares cluster' ,
217
217
config_option_Reference_name_rules : 'Enter the name' ,
218
218
config_option_Reference_name_rules2 :
219
219
'Must start with an alphabetic character' ,
@@ -230,13 +230,13 @@ export default {
230
230
config_space_url : 'URL' ,
231
231
config_space_visible : 'Visible' ,
232
232
config_space_visible_hint :
233
- 'Show entrance icon and title on the Terminus desktop' ,
233
+ 'Show entrance icon and title on the Olares desktop' ,
234
234
config_space_authlevel : 'Auth level' ,
235
235
config_space_authlevel_desc :
236
236
'A private entrance that requires activating Tailscale for access' ,
237
237
config_space_openmethod : 'Open method' ,
238
238
config_space_openmethod_desc :
239
- 'Show entrance icon and title on the Terminus desktop' ,
239
+ 'Show entrance icon and title on the Olares desktop' ,
240
240
config_space_policy : 'Policy scope' ,
241
241
config_space_policy_hint :
242
242
'Set affected URLs of the policy. Regular expressions are supported.' ,
0 commit comments