@@ -4,7 +4,7 @@ export default {
44 page_404 : 'Oops. Nothing here...' ,
55 no_data : 'No data.' ,
66 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 ' ,
88 home_start : 'Start' ,
99 home_create : 'Create a new application' ,
1010 home_update : 'Upload a chart package' ,
@@ -13,15 +13,15 @@ export default {
1313 home_recent_resc_2 : ' will appear here' ,
1414 home_documents : 'Documents' ,
1515 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' ,
2020 home_doc_6 : 'How to submit an application' ,
2121 home_visit_1 : 'Visit' ,
2222 home_visit_2 : 'for more information.' ,
2323 home_appname : 'App name' ,
24- home_appname_hint : 'App namespace in Terminus ' ,
24+ home_appname_hint : 'App namespace in Olares ' ,
2525 home_appname_rules_1 : 'Enter the app name' ,
2626 home_appname_rules_2 : 'Must start with an alphabetic character' ,
2727 home_appname_rules_3 : 'Only allows lowercase letters (a-z) and numbers (0-9)' ,
@@ -111,21 +111,21 @@ export default {
111111 config_name : 'App configuration' ,
112112 config_metadata_icon : 'Icon' ,
113113 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.' ,
115115 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' ,
117117 config_metadata_apptitle_rules : 'Enter the app title' ,
118118 config_metadata_versionname : 'Version' ,
119119 config_metadata_versionname_hint :
120120 'The version of your app. Format it in the SemVer 2.0.0 format.' ,
121121 config_metadata_versionname_rules : 'Enter the version' ,
122122 config_metadata_categories : 'Categories' ,
123123 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' ,
125125 config_metadata_categories_rules : 'Enter categories for your app' ,
126126 config_metadata_shortdesc : 'Short description' ,
127127 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' ,
129129 config_metadata_shortdesc_rules : 'Enter the short description' ,
130130 config_metadata_fulldesc : 'Full description' ,
131131 config_metadata_fulldesc_hint : 'A comprehensive description of your app' ,
@@ -213,7 +213,7 @@ export default {
213213 config_space_middleware_Databases : 'Databases' ,
214214 config_option_cluster : 'Cluster scoped' ,
215215 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' ,
217217 config_option_Reference_name_rules : 'Enter the name' ,
218218 config_option_Reference_name_rules2 :
219219 'Must start with an alphabetic character' ,
@@ -230,13 +230,13 @@ export default {
230230 config_space_url : 'URL' ,
231231 config_space_visible : 'Visible' ,
232232 config_space_visible_hint :
233- 'Show entrance icon and title on the Terminus desktop' ,
233+ 'Show entrance icon and title on the Olares desktop' ,
234234 config_space_authlevel : 'Auth level' ,
235235 config_space_authlevel_desc :
236236 'A private entrance that requires activating Tailscale for access' ,
237237 config_space_openmethod : 'Open method' ,
238238 config_space_openmethod_desc :
239- 'Show entrance icon and title on the Terminus desktop' ,
239+ 'Show entrance icon and title on the Olares desktop' ,
240240 config_space_policy : 'Policy scope' ,
241241 config_space_policy_hint :
242242 'Set affected URLs of the policy. Regular expressions are supported.' ,
0 commit comments