Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/ts_webui/web/js/lang/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ if (typeof i18n !== 'undefined') i18n.registerLanguage('en-US', {
partitionRunning: 'Running',
partitionBootable: 'Bootable',
partitionIdle: 'Idle',
markValid: 'Mark Valid',
disableRollbackDesc: 'Disable auto rollback protection',
rollbackToThis: 'Rollback to this version',
loadAfterReboot: 'Load this partition after reboot',
Expand Down
1 change: 1 addition & 0 deletions components/ts_webui/web/js/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ if (typeof i18n !== 'undefined') i18n.registerLanguage('zh-CN', {
partitionRunning: '运行中',
partitionBootable: '可启动',
partitionIdle: '空闲',
markValid: '标记有效',
disableRollbackDesc: '取消自动回滚保护',
rollbackToThis: '回滚到此版本',
loadAfterReboot: '重启后加载此分区',
Expand Down