修改词条,同意词条
This commit is contained in:
parent
7f170db27c
commit
4d90d0c1c6
|
@ -46,21 +46,20 @@ _STRINGS_ERROR = {
|
|||
PRIORITY_UPGRADE_SUCCCESSED: _("Update Manager upgrade is complete, please restart the control panel before performing the system update"),
|
||||
|
||||
#update
|
||||
ERROR_UPDATE_DEFAULT_FAILED: _("Check for update exceptions,please check your network connection."),
|
||||
ERROR_UPDATE_SOURCE_FAILED: _("Check for update exceptions,please check your network connection."),
|
||||
ERROR_NETWORK_FAILED: _("Check for update exceptions,please check your network connection."),
|
||||
ERROR_UPDATE_KEY_SIGNATURES: _("Check for update exceptions,please check your network connection."),
|
||||
ERROR_READ_IMPORTANTLIST_FAILED: _("Check for update exceptions,please check your network connection."),
|
||||
ERROR_SOFTWARE_INDEX_RROKEN: _("Check for update exceptions,please check your network connection."),
|
||||
ERROR_NOT_INIT_PACKAGESINFIO: _("Check for update exceptions,please check your network connection."),
|
||||
|
||||
#优先升级
|
||||
ERROR_UPDATE_DEFAULT_FAILED: _("Check for update exceptions!"),
|
||||
ERROR_UPDATE_SOURCE_FAILED: _("Check for update exceptions!"),
|
||||
ERROR_NETWORK_FAILED: _("Network anomaly, can't check for updates!"),
|
||||
ERROR_UPDATE_KEY_SIGNATURES: _("Check for update exceptions!"),
|
||||
ERROR_READ_IMPORTANTLIST_FAILED: _("Check for update exceptions!"),
|
||||
ERROR_SOFTWARE_INDEX_RROKEN: _("Check for update exceptions!"),
|
||||
ERROR_NOT_INIT_PACKAGESINFIO: _("Check for update exceptions!"),
|
||||
ERROR_NOT_FIX_SYSTEM: _("Check for update exceptions!"),
|
||||
|
||||
#优先升级
|
||||
ERROR_NOT_GROUPS_CONFIG: _("Upgrade configuration acquisition exception."),
|
||||
ERROR_NOT_CONFIGPKG_DEPENDENCIES: _("Upgrade configuration acquisition exception."),
|
||||
ERROR_NOT_SELFPKG_DEPENDENCIES: _("Priority upgrade status exception."),
|
||||
|
||||
ERROR_NOT_FIX_SYSTEM: _("Check for update exceptions,fix system APT environment error."),
|
||||
|
||||
#install
|
||||
ERROR_RESOLVER_FAILED: _("Could not calculate the upgrade"),
|
||||
ERROR_NOT_UPGRADE_PACKAGES: _("There is an exception in the update package."),
|
||||
|
|
|
@ -2629,8 +2629,11 @@ msgstr "依赖关系不满足"
|
|||
msgid "Disk space is insufficient, please clean the disk and then upgrade"
|
||||
msgstr "磁盘空间不足,请清理磁盘后进行升级更新"
|
||||
|
||||
msgid "Check for update exceptions,please check your network connection."
|
||||
msgstr "检查更新异常,请检查您的网络连接。"
|
||||
msgid "Network anomaly, can't check for updates!"
|
||||
msgstr "网络异常,无法检查更新!"
|
||||
|
||||
msgid "Check for update exceptions!"
|
||||
msgstr "检查更新异常!"
|
||||
|
||||
msgid "Check for update exceptions,fix system APT environment error."
|
||||
msgstr "检查更新异常,修复系统APT环境出现错误。"
|
||||
|
|
Loading…
Reference in New Issue