en.php 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. <?php
  2. $lang->system->dashboard = 'Monitoring';
  3. $lang->system->systemInfo = 'System information';
  4. $lang->system->dbManagement = 'Database management';
  5. $lang->system->ldapManagement = 'LDAP';
  6. $lang->system->dbList = 'Databases';
  7. $lang->system->configDomain = 'Domain Management';
  8. $lang->system->ossView = 'Object Storage';
  9. $lang->system->dbName = 'Name';
  10. $lang->system->dbStatus = 'Status';
  11. $lang->system->dbType = 'Type';
  12. $lang->system->action = 'Actions';
  13. $lang->system->management = 'Manage';
  14. $lang->system->visit = 'Access';
  15. $lang->system->close = 'Close';
  16. $lang->system->installLDAP = 'Install LDAP';
  17. $lang->system->editLDAP = 'Edit';
  18. $lang->system->LDAPInfo = 'LDAP information';
  19. $lang->system->accountInfo = 'Account information';
  20. $lang->system->advance = 'Advanced';
  21. $lang->system->verify = 'Verify';
  22. $lang->system->copy = 'Copy';
  23. $lang->system->copySuccess = 'Copied to clipboard';
  24. $lang->system->cneStatus = 'Platform status';
  25. $lang->system->cneStatistic = 'Resource statistics';
  26. $lang->system->latestDynamic = 'Latest Updates';
  27. $lang->system->nodeQuantity = 'Nodes';
  28. $lang->system->serviceQuantity = 'Services';
  29. $lang->system->cpuUsage = 'CPU (Cores)';
  30. $lang->system->memUsage = 'Memory (GB)';
  31. $lang->system->name = ucfirst($lang->product->system) . ' name';
  32. $lang->system->integrated = 'Integrated ' . $lang->product->system;
  33. $lang->system->latestRelease = 'Latest version';
  34. $lang->system->children = 'Included ' . $lang->product->system . 's';
  35. $lang->system->latestRelease = 'Latest version';
  36. $lang->system->status = 'Status';
  37. $lang->system->desc = 'Description';
  38. $lang->system->browse = ucfirst($lang->product->system) . ' list';
  39. $lang->system->create = 'Create ' . ucfirst($lang->product->system);
  40. $lang->system->edit = 'Edit ' . ucfirst($lang->product->system);
  41. $lang->system->delete = 'Delete ' . ucfirst($lang->product->system);
  42. $lang->system->active = 'Publish ' . $lang->product->system;
  43. $lang->system->inactive = 'Unpublish ' . $lang->product->system;
  44. $lang->system->integratedLabel = 'Integration';
  45. $lang->system->backupView = 'Backup details';
  46. $lang->system->integratedList = array();
  47. $lang->system->integratedList[0] = 'No';
  48. $lang->system->integratedList[1] = 'Yes';
  49. $lang->system->statusList = array();
  50. $lang->system->statusList['active'] = 'Published';
  51. $lang->system->statusList['inactive'] = 'Unpublished';
  52. $lang->system->confirmDelete = 'Are you sure you want to delete this ' . $lang->product->system . '?';
  53. $lang->system->confirmActive = 'Are you sure you want to publish this ' . $lang->product->system . '?';
  54. $lang->system->confirmInactive = 'Are you sure you want to unpublish this ' . $lang->product->system . '?';
  55. $lang->system->releaseExist = 'The ' . $lang->product->system . ' associated with a release cannot be deleted.';
  56. $lang->system->buildExist = 'The ' . $lang->product->system . ' associated with a build cannot be deleted.';
  57. /* LDAP */
  58. $lang->system->LDAP = new stdclass;
  59. $lang->system->LDAP->info = 'LDAP information';
  60. $lang->system->LDAP->ldapEnabled = 'Enable LDAP';
  61. $lang->system->LDAP->ldapQucheng = 'Built-in Qucheng';
  62. $lang->system->LDAP->ldapSource = 'Source';
  63. $lang->system->LDAP->ldapInstall = 'Install and Enable';
  64. $lang->system->LDAP->ldapUpdate = 'Update';
  65. $lang->system->LDAP->accountInfo = 'Account Information';
  66. $lang->system->LDAP->account = 'Account';
  67. $lang->system->LDAP->password = 'Password';
  68. $lang->system->LDAP->ldapUsername = 'Username';
  69. $lang->system->LDAP->ldapName = 'Name';
  70. $lang->system->LDAP->host = 'Host';
  71. $lang->system->LDAP->port = 'Port';
  72. $lang->system->LDAP->account = 'Account';
  73. $lang->system->LDAP->password = 'Password';
  74. $lang->system->LDAP->ldapRoot = 'Root node';
  75. $lang->system->LDAP->filterUser = 'User Filter';
  76. $lang->system->LDAP->email = 'Email Field';
  77. $lang->system->LDAP->extraAccount = 'Username Field';
  78. $lang->system->LDAP->ldapAdvance = 'Advanced Settings';
  79. $lang->system->LDAP->updateLDAP = 'Update LDAP';
  80. $lang->system->LDAP->updateInstance = 'Update services associated with LDAP';
  81. $lang->system->LDAP->updatingProgress = 'Updating... %s services remaining.';
  82. $lang->system->ldapTypeList = array();
  83. $lang->system->ldapTypeList['qucheng'] = 'Built-in Qucheng';
  84. $lang->system->ldapTypeList['extra'] = 'External mapping';
  85. /* OSS */
  86. $lang->system->oss = new stdclass;
  87. $lang->system->oss->common = 'Object Storage';
  88. $lang->system->oss->appURL = 'App URL';
  89. $lang->system->oss->user = 'Username';
  90. $lang->system->oss->password = 'Password';
  91. $lang->system->oss->manage = 'Manage';
  92. $lang->system->oss->apiURL = 'API URL';
  93. $lang->system->oss->accessKey = 'Access Key';
  94. $lang->system->oss->secretKey = 'Secret Key';
  95. /* SMTP */
  96. $lang->system->SMTP = new stdclass;
  97. $lang->system->SMTP->common = 'Email Configuration';
  98. $lang->system->SMTP->enabled = 'Enable SMTP';
  99. $lang->system->SMTP->install = 'Install';
  100. $lang->system->SMTP->update = 'Update';
  101. $lang->system->SMTP->edit = 'Edit';
  102. $lang->system->SMTP->editSMTP = 'Edit SMTP';
  103. $lang->system->SMTP->account = 'Sender Email';
  104. $lang->system->SMTP->password = 'Password';
  105. $lang->system->SMTP->host = 'SMTP Server';
  106. $lang->system->SMTP->port = 'SMTP Port';
  107. $lang->system->SMTP->save = 'Save';
  108. /* Domain */
  109. $lang->system->customDomain = 'New domain name';
  110. $lang->system->certPem = 'Public Key Certificate';
  111. $lang->system->certKey = 'Private Key';
  112. $lang->system->domain = new stdclass;
  113. $lang->system->domain->common = 'Domain management';
  114. $lang->system->domain->editDomain = 'Edit Domain Settings';
  115. $lang->system->domain->config = 'Configure Domain and Certificate';
  116. $lang->system->domain->currentDomain = 'Current Domain';
  117. $lang->system->domain->oldDomain = 'Previous Domain';
  118. $lang->system->domain->newDomain = 'New Domain';
  119. $lang->system->domain->expiredDate = 'Certificate Expiration Date';
  120. $lang->system->domain->uploadCert = 'Upload Certificate (Wildcard certificates only)';
  121. $lang->system->domain->notReuseOldDomain = 'Cannot revert to the default domain after using a custom domain.';
  122. $lang->system->domain->setDNS = 'Please configure DNS resolution before modifying the domain.';
  123. $lang->system->domain->dnsHelperLink = 'View Help Documentation';
  124. $lang->system->domain->updateInstancesDomain = 'Update Domain for Installed Services';
  125. $lang->system->domain->totalOldDomain = 'Total: %s.';
  126. $lang->system->domain->updatingProgress = 'Updating... %s remaining.';
  127. $lang->system->domain->updating = 'Updating...';
  128. $lang->system->SLB = new stdclass;
  129. $lang->system->SLB->common = 'Load Balancing';
  130. $lang->system->SLB->config = 'Configure load balancing';
  131. $lang->system->SLB->edit = 'Edit Load Balancing';
  132. $lang->system->SLB->ipPool = 'IP Range';
  133. $lang->system->SLB->ipPoolExample = 'Example: 192.168.10.0/24 or 192.168.10.0-192.168.10.100';
  134. $lang->system->SLB->installing = 'Configuring Load Balancing...';
  135. $lang->system->SLB->leftSeconds = 'Estimated Time Remaining';
  136. $lang->system->SLB->second = 'Seconds';
  137. $lang->system->notices = new stdclass;
  138. $lang->system->notices->success = 'Success';
  139. $lang->system->notices->fail = 'Failed';
  140. $lang->system->notices->attention = 'Note';
  141. $lang->system->notices->noLDAP = 'LDAP configuration data not found.';
  142. $lang->system->notices->ldapUsed = '%s services are associated with LDAP.';
  143. $lang->system->notices->ldapInstallSuccess = 'LDAP installed successfully.';
  144. $lang->system->notices->ldapUpdateSuccess = 'LDAP updated successfully.';
  145. $lang->system->notices->confirmUpdateLDAP = 'Modifying LDAP will automatically update and restart associated services. Are you sure you want to proceed?';
  146. $lang->system->notices->verifyLDAPSuccess = 'LDAP verification successful!';
  147. $lang->system->notices->fillAllRequiredFields = 'Please fill in all required fields.';
  148. $lang->system->notices->smtpInstallSuccess = 'SMTP installed successfully.';
  149. $lang->system->notices->smtpUpdateSuccess = 'SMTP updated successfully.';
  150. $lang->system->notices->smtpWhiteList = "To prevent emails from being blocked, please add the sender's email to your server's whitelist.";
  151. $lang->system->notices->smtpAuthCode = 'Some email providers require an app-specific password. Please check your provider\'s settings.';
  152. $lang->system->notices->smtpUsed = '%s services are associated with SMTP.';
  153. $lang->system->notices->verifySMTPSuccess = 'Verification successful!';
  154. $lang->system->notices->pleaseCheckSMTPInfo = 'Verification failed! Please check your username and password.';
  155. $lang->system->notices->confirmUpdateDomain = 'Modifying the domain will automatically update it for all installed services. Are you sure you want to proceed?';
  156. $lang->system->notices->updateDomainSuccess = 'Domain updated successfully.';
  157. $lang->system->notices->configSLBSuccess = 'Load balancing configured successfully.';
  158. $lang->system->notices->validCert = 'Verification successful.';
  159. $lang->system->errors = new stdclass;
  160. $lang->system->errors->notFoundDB = 'Database not found.';
  161. $lang->system->errors->notFoundLDAP = 'LDAP data not found.';
  162. $lang->system->errors->dbNameIsEmpty = 'Database name cannot be empty.';
  163. $lang->system->errors->notSupportedLDAP = 'This LDAP type is currently not supported.';
  164. $lang->system->errors->failToInstallLDAP = 'Failed to install built-in LDAP.';
  165. $lang->system->errors->failToInstallExtraLDAP = 'Failed to connect to external LDAP.';
  166. $lang->system->errors->failToUpdateExtraLDAP = 'Failed to update external LDAP.';
  167. $lang->system->errors->failToUninstallQuChengLDAP = 'Failed to uninstall built-in Qucheng LDAP.';
  168. $lang->system->errors->failToUninstallExtraLDAP = 'Failed to uninstall external LDAP.';
  169. $lang->system->errors->failToDeleteLDAPSnippet = 'Failed to delete LDAP snippet.';
  170. $lang->system->errors->verifyLDAPFailed = 'LDAP verification failed.';
  171. $lang->system->errors->LDAPLinked = 'A service is already associated with LDAP.';
  172. $lang->system->errors->SMTPLinked = 'A service is already associated with SMTP.';
  173. $lang->system->errors->failGetOssAccount = 'Failed to retrieve Object Storage account.';
  174. $lang->system->errors->failToInstallSMTP = 'Failed to install SMTP.';
  175. $lang->system->errors->failToUninstallSMTP = 'Failed to uninstall SMTP.';
  176. $lang->system->errors->failToUpdateSMTP = 'Failed to update SMTP.';
  177. $lang->system->errors->verifySMTPFailed = 'SMTP verification failed.';
  178. $lang->system->errors->notFoundSMTPApp = 'SMTP proxy application not found.';
  179. $lang->system->errors->notFoundSMTPService = 'SMTP proxy service not found.';
  180. $lang->system->errors->domainIsRequired = 'Domain is required.';
  181. $lang->system->errors->invalidDomain = 'Invalid domain format. Only lowercase letters, numbers, dots (.), and hyphens (-) are allowed.';
  182. $lang->system->errors->failToUpdateDomain = 'Failed to update domain.';
  183. $lang->system->errors->forbiddenOriginalDomain = 'Cannot be changed to the platform\'s default domain.';
  184. $lang->system->errors->newDomainIsSameWithOld = 'The new domain cannot be the same as the current one.';
  185. $lang->system->errors->failedToConfigSLB = 'Failed to configure load balancing.';
  186. $lang->system->errors->wrongIPRange = 'Invalid IP range format. Please refer to the example: ' . $lang->system->SLB->ipPoolExample;
  187. $lang->system->errors->ippoolRequired = 'IP range is required.';
  188. $lang->system->errors->failedToInstallSLBComponent = 'Failed to install the load balancing component.';
  189. $lang->system->errors->tryReinstallSLB = 'Load balancing component installation timed out. Please try again.';
  190. $lang->system->backup = new stdclass();
  191. $lang->system->backup->common = 'System backup';
  192. $lang->system->backup->shortCommon = 'Backup';
  193. $lang->system->backup->systemInfo = 'System Information';
  194. $lang->system->backup->index = 'Backup Overview';
  195. $lang->system->backup->history = 'Backup History';
  196. $lang->system->backup->delete = 'Delete backup';
  197. $lang->system->backup->backup = 'Backup';
  198. $lang->system->backup->change = 'Retention Period';
  199. $lang->system->backup->changeAB = 'Edit';
  200. $lang->system->backup->rmPHPHeader = 'Remove security settings';
  201. $lang->system->backup->setting = 'Settings';
  202. $lang->system->backup->creator = 'Creator';
  203. $lang->system->backup->type = 'Backup type';
  204. $lang->system->backup->settingAction = 'Backup Settings';
  205. $lang->system->backup->name = 'Name';
  206. $lang->system->backup->currentVersion = 'Current version';
  207. $lang->system->backup->latestVersion = 'Latest Version';
  208. $lang->system->backup->files = 'Backup files';
  209. $lang->system->backup->allCount = 'Total Files';
  210. $lang->system->backup->count = 'Backup File Count';
  211. $lang->system->backup->size = 'size';
  212. $lang->system->backup->status = 'Status';
  213. $lang->system->backup->running = 'Running';
  214. $lang->system->backup->done = 'Completed';
  215. $lang->system->backup->backupName = 'Backup name:';
  216. $lang->system->backup->backupSql = 'Backup database:';
  217. $lang->system->backup->backupFile = 'Backup Attachments:';
  218. $lang->system->backup->restoreImage = 'Rollback platform image:';
  219. $lang->system->backup->restoreSQL = 'Rollback database:';
  220. $lang->system->backup->restoreFile = 'Rollback Attachments:';
  221. $lang->system->backup->checkService = 'Check Services:';
  222. $lang->system->backup->upgrade = 'Upgrade';
  223. $lang->system->backup->rollback = 'Rollback';
  224. $lang->system->backup->restart = 'Restart';
  225. $lang->system->backup->delete = 'Delete';
  226. $lang->system->backup->statusList['pending'] = 'Pending';
  227. $lang->system->backup->statusList['inprogress'] = 'In progress';
  228. $lang->system->backup->statusList['completed'] = 'Completed';
  229. $lang->system->backup->statusList['failed'] = 'Failed';
  230. $lang->system->backup->statusList['deleting'] = 'Deleting';
  231. $lang->system->backup->statusList['executeFailed'] = 'Execution Failed';
  232. $lang->system->backup->restoreProgress['doing'] = 'In Progress';
  233. $lang->system->backup->restoreProgress['done'] = 'Completed';
  234. $lang->system->backup->typeList['manual'] = 'Manual backup';
  235. $lang->system->backup->typeList['upgrade'] = 'Automatic backup before upgrade';
  236. $lang->system->backup->typeList['restore'] = 'Automatic Backup Before Restore';
  237. $lang->system->backup->waiting = 'Backup is in progress. Please wait...';
  238. $lang->system->backup->waitingStore = 'Restoring app data. Please wait...';
  239. $lang->system->backup->progress = 'Backing up... Progress: %d/%d';
  240. $lang->system->backup->progressStore = 'Restoring... Progress: %d/%d';
  241. $lang->system->backup->progressSQL = 'Backing up... %s backed up.';
  242. $lang->system->backup->progressAttach = 'Backing up... %s of %s files backed up.';
  243. $lang->system->backup->progressCode = 'Backing up code... %s of %s files backed up.';
  244. $lang->system->backup->confirmDelete = 'Are you sure you want to delete this backup?';
  245. $lang->system->backup->confirmRestore = 'The platform will restart during the restore process, interrupting all current operations. Are you sure you want to proceed?';
  246. $lang->system->backup->holdDays = 'Backups are retained for the last %s days.';
  247. $lang->system->backup->copiedFail = 'Files that failed to copy:';
  248. $lang->system->backup->restoreTip = 'Note: The restore function only applies to the database.';
  249. $lang->system->backup->versionInfo = 'View New Version Details';
  250. $lang->system->backup->confirmUpgrade = 'ZenTao will be unavailable during the upgrade. Are you sure you want to proceed?';
  251. $lang->system->backup->confirmBackup = 'ZenTao will be unavailable to regular users during the backup. Are you sure you want to start the backup?';
  252. $lang->system->backup->upgrading = 'Upgrading...';
  253. $lang->system->backup->backupTitle = 'Backing up Qucheng Platform...';
  254. $lang->system->backup->restoreTitle = 'Rolling back Qucheng Platform...';
  255. $lang->system->backup->backingUp = 'In progress';
  256. $lang->system->backup->restoring = 'In progress';
  257. $lang->system->backup->backupSucceed = 'Backup completed successfully.';
  258. $lang->system->backup->restoreSucceed = 'Restore completed successfully.';
  259. $lang->system->backup->success = new stdclass();
  260. $lang->system->backup->success->upgrade = 'Upgrade completed successfully!';
  261. $lang->system->backup->success->degrade = 'Downgrade completed successfully!';
  262. $lang->system->backup->error = new stdclass();
  263. $lang->system->backup->error->backupFail = "Backup failed.";
  264. $lang->system->backup->error->restoreFail = "Restore failed.";
  265. $lang->system->backup->error->upgradeFail = "Upgrade failed.";
  266. $lang->system->backup->error->upgradeOvertime = "Upgrade timed out.";
  267. $lang->system->backup->error->degradeFail = "Downgrade failed.";
  268. $lang->system->backup->error->beenLatestVersion = "You are already on the latest version. No upgrade is needed.";
  269. $lang->system->backup->error->requireVersion = "Version number is required.";
  270. $lang->system->backup->error->backupFailNotice = "Backup failed. Reason: %s";
  271. $lang->system->backup->backupTypeList = array();
  272. $lang->system->backup->backupTypeList['db'] = 'Database';
  273. $lang->system->backup->backupTypeList['volume'] = 'Data Volume';
  274. $lang->system->maintenance = new stdclass();
  275. $lang->system->maintenance->reason['backup'] = 'The platform is currently backing up. Please check back later.';
  276. $lang->system->maintenance->reason['restore'] = 'The platform is currently being restored. Please check back later.';
  277. $lang->system->maintenance->reason['upgrade'] = 'The platform is currently upgrading. Please check back later.';
  278. $lang->system->platform = new stdclass();
  279. $lang->system->platform->navs['dblist'] = 'Databases';
  280. $lang->system->platform->navs['domainView'] = 'Domains';
  281. $lang->system->platform->navs['ossview'] = 'Object Storage';
  282. $lang->system->runningStatus['normal'] = 'Normal';
  283. $lang->system->runningStatus['error'] = 'Error';
  284. $lang->system->serviceNotice = 'Only services installed from the Marketplace are included in the statistics. Manually configured services are excluded.';
  285. $lang->system->nodeNotice = 'Node (%s) Error Reason: %s';