Translations by AlephAlpha

AlephAlpha has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

150 of 169 results
2.
root@linuxmint.com
2016-04-08
root@linuxmint.com
3.
There are different types of updates
2017-04-04
有不同类型的更新
4.
The different types of updates
2017-04-04
不同类型的更新
9.
Security is very important but also very technical. Vulnerabilities don't always affect your computer and can be quite difficult to understand. Most people don't understand them at all and their personal computers are rarely at risk. That said, a security breach can have dire consequences, so it is always recommended to take them seriously.
2017-04-04
安全非常重要,但对技术的要求很高。漏洞不一定会影响到您的电脑,而且并不容易理解。大部分人完全不理解这些漏洞,他们的个人电脑也很少处于危险当中。虽说如此,安全漏洞还是有可能导致严重的后果,因此建议您认真对待它们。
12.
When faced with a serious regression, restore the latest system snapshot.
2018-06-05
当遇到严重的倒退时,请恢复最新的系统快照。
13.
System snapshots
2018-04-12
系统快照
14.
Timeshift, the system snapshot utility, is available in all versions of Linux Mint.
2018-06-05
Linux Mint 的所有版本都提供了系统快照工具 Timeshift。
2018-06-05
Linux Mint 的所有版本都提供了 Timeshift,系统快照工具。
15.
It can be used to create snapshots manually but also to automate system snapshots.
2018-06-05
它可以用于手动创建快照,也可以用于自动化系统快照。
16.
Linux Mint recommends the automation of daily and boot snapshots.
2018-06-05
Linux Mint 推荐自动创建每日快照和启动快照。
2018-06-05
Linux Mint 推荐自动创建每日和启动快照。
17.
If an update, a mistake, a bug or a malicious program breaks something on your computer, you can restore the operating system from any snapshot, thus cancelling the problem as if it never happened.
2018-06-05
如果更新、错误或恶意程序对计算机造成了破坏,您可以从任何快照恢复操作系统,从而取消问题,就好像它从未发生过一样。
19.
When an update breaks something, it's called a "regression".
2017-04-04
当更新造成了某些损坏时,我们称它为一个“回退”。
20.
Software regressions
2017-04-04
软件回退
21.
Updates keep your computer safe, eliminate bugs and even sometimes add new features to your operating system.
2017-04-04
更新能让您的计算机保持安全,消除错误,有时还会给您的操作系统带来新的特性。
22.
Unfortunately they also sometimes introduce new issues called 'regressions'.
2017-04-04
不幸的是,它们有时会带来一种称为“回退”的新问题。
23.
Regressions are very common in the software industry. They're inherent to software development. Code changes can cause regressions. No matter how skilled developers are, they can't always predict every possible situation or test on every possible hardware specification.
2017-04-04
回退在软件产业中十分常见。它们在软件开发中是不可避免的。任何代码的改动都有可能造成回退。再熟练的开发者也无法准确预测到每次每种可能出现的情况,也无法在每种可能遇到的硬件配置上进行测试。
24.
When a regression happens, it breaks something which worked well before.
2017-04-04
当回退发生时,它会损坏一些原先良好工作的东西。
25.
Sometimes it doesn't really matter, but sometimes it matters a lot.
2017-04-04
有时它无关紧要,有时则会引起严重的问题。
26.
It depends on what part of the operating system is affected and whether or not you're able to work around it or to fix it.
2017-04-09
这取决于它影响到操作系统的哪一部分,以及您是否能够解决或修复它。
2017-04-04
这取决于它影响到操作系统的哪一部分,以及您是否能够解决它或修复它。
27.
Say, the PDF reader is no longer able to print. Well, it's annoying... but it's not as problematic as if your network connection stopped working or if you were suddenly unable to boot the computer or to login.
2017-04-13
比如说,如果您的 PDF 阅读器无法打印了,这确实是个麻烦。但和网络无法连接、计算机无法启动或无法登录比起来,这只是一个小问题。
2017-04-04
比如说,如果您的 PDF 阅读器无法打印了。这确实是个麻烦。但和网络无法连接、计算机无法启动或无法登录比起来,这只是一个小问题。
28.
In the latter case, it can be very problematic if you're not experienced with Linux and you don't know how to troubleshoot.
2017-04-04
在后一种情况下,如果您对 Linux 并不熟悉,而且不知道如何检测故障,它就是一个非常严重的问题。
29.
Updating from the command line
2017-04-04
从命令行更新
30.
Using mintupdate-cli
2018-06-05
使用 mintupdate-cli
32.
If you are experienced with Linux, you can use this tool in your scripts or your cron jobs to automate the installation of software updates.
2017-04-04
如果您熟悉 Linux,您可以在您的脚本或者 cron 任务中使用这一工具来自动安装软件更新。
33.
Listing updates
2017-04-04
列出更新
34.
You can use the "list" command to list updates:
2017-04-04
您可以用 list 命令来列出更新:
35.
mintupdate-cli list
2018-04-27
mintupdate-cli list
36.
You can use -s to only show the security updates.
2018-06-05
您可以用 -s 来仅显示安全更新。
39.
mintupdate-cli list -s
2018-04-27
mintupdate-cli list -s
40.
Applying updates
2017-04-04
应用更新
41.
You can use the "upgrade" command to apply updates, using the same options.
2017-04-04
您可以用“upgrade”命令来应用更新。它的选项与“list”相同。
43.
sudo mintupdate-cli upgrade -r -k
2018-04-27
sudo mintupdate-cli upgrade -r -k
44.
Note the -r argument, which was added to refresh the cache.
2017-04-04
注意这里添加了 -r 参数,用来刷新缓存。
45.
For more information on mintupdate-cli and a complete list of arguments, type:
2018-06-05
关于 mintupdate-cli 的更多信息和完整的参数列表,请输入:
2018-06-05
关于 mintupdate-cli 的更多信息和完整的参数列表,请键入:
46.
mintupdate-cli -h
2018-04-27
mintupdate-cli -h
47.
Kernels and kernel updates
2017-04-05
内核与内核更新
48.
Kernel updates
2017-04-05
内核更新
49.
The kernel is the central part of the operating system. Among other things, it is responsible for hardware support.
2017-04-26
内核是操作系统的核心部分。它负责硬件支持以及别的事项。
2017-04-25
内核是操作系统的核心不分。它负责硬件支持,以及别的事项。
50.
From a security point of view, it is important to apply kernel updates.
2017-04-25
从安全的角度来说,应用内核更新十分重要。
60.
uname -a
2017-04-05
uname -a
62.
You can install and remove kernels from the Update Manager.
2017-04-11
您可以在更新管理器当中安装和移除内核。
63.
Select "View" -> "Linux Kernels" in the menu.
2017-04-11
在菜单中选择 “查看” -> “Linux 内核”。
64.
You cannot remove the kernel you are currently using. To remove it, you need to reboot and select a different kernel to boot with.
2017-04-25
您不能移除您正在使用的内核。要移除它,您需要重启计算机,并在启动时选择一个不同的内核。
65.
Selecting a kernel
2017-04-11
选择一个内核
66.
You can have multiple kernels installed, but you can only run one kernel at a time.
2017-04-28
您可以同时装有多个内核,但一次只能运行其中的一个。