You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- topgrade-rs#869: Replace waydroid panic with graceful SkipStep error
- topgrade-rs#491: Remove deny_unknown_fields from ConfigFile to tolerate unknown keys
- topgrade-rs#1016: Trim whitespace from remote_topgrades entries
- topgrade-rs#1210: DragonFly audit only treats exit 1 as non-error (not all failures)
- topgrade-rs#595: Reset terminal title after remote SSH execution
- topgrade-rs#577: Check /var/run/reboot-required after apt upgrade and notify
- topgrade-rs#861: Prefer systemctl reboot on systemd-based systems
- topgrade-rs#1647: Set NO_COLOR=1 for flatpak update commands
- topgrade-rs#1228: Improve UnsupportedSudo error with actionable guidance
- topgrade-rs#876: Forward --disable flags to WSL topgrade invocation
- topgrade-rs#987: Add Homebrew paths for antidote detection
- topgrade-rs#993: Check for needrestart pacman hook file before running needrestart
- topgrade-rs#1239: Fall back to restarting clamav-freshclam.service if freshclam fails
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: locales/app.yml
+30-8Lines changed: 30 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1258,14 +1258,14 @@ _version: 2
1258
1258
zh_CN: "检测到 Windows Sudo,但其正在使用“新窗口”模式"
1259
1259
zh_TW: "偵測到 Windows Sudo,但它正在使用「新視窗」模式"
1260
1260
de: "Windows Sudo gefunden, aber es verwendet den Modus „In einem neuen Fenster“"
1261
-
"{sudo_kind} does not support the {option} option":
1262
-
en: "%{sudo_kind} does not support the %{option} option"
1263
-
lt: "%{sudo_kind} nepalaiko parinkties %{option}"
1264
-
es: "%{sudo_kind} no admite la opción %{option}"
1265
-
fr: "%{sudo_kind} ne prend pas en charge l’option %{option}"
1266
-
zh_CN: "%{sudo_kind} 不支持 %{option} 选项"
1267
-
zh_TW: "%{sudo_kind} 不支援 %{option} 選項"
1268
-
de: "%{sudo_kind} unterstützt die Option %{option} nicht"
1261
+
"{sudo_kind} does not support the ‘{option}’ option. Consider using a different sudo provider (e.g., sudo, doas, gsudo) that supports this feature.":
1262
+
en: "%{sudo_kind} does not support the ‘%{option}’ option. Consider using a different sudo provider (e.g., sudo, doas, gsudo) that supports this feature."
1263
+
lt: "%{sudo_kind} nepalaiko parinkties ‘%{option}’. Apsvarstykite galimybę naudoti kitą sudo teikėją (pvz., sudo, doas, gsudo), kuris palaiko šią funkciją."
1264
+
es: "%{sudo_kind} no admite la opción ‘%{option}’. Considere usar un proveedor sudo diferente (p. ej., sudo, doas, gsudo) que admita esta función."
1265
+
fr: "%{sudo_kind} ne prend pas en charge l’option ‘%{option}’. Envisagez d’utiliser un autre fournisseur sudo (par exemple, sudo, doas, gsudo) qui prend en charge cette fonctionnalité."
de: "%{sudo_kind} unterstützt die Option ‘%{option}’ nicht. Erwägen Sie die Verwendung eines anderen sudo-Anbieters (z.B. sudo, doas, gsudo), der diese Funktion unterstützt."
1269
1269
"sudo as user '{user}'":
1270
1270
en: "sudo as user '%{user}'"
1271
1271
lt: "sudo kaip vartotojas '%{user}'"
@@ -1834,3 +1834,25 @@ _version: 2
1834
1834
zh_CN: "现在安装所选驱动程序吗?将首先创建一个还原点。(y/N)"
1835
1835
zh_TW: "現在要安裝所選的驅動程式嗎?將先建立還原點。(y/N)"
1836
1836
de: "Ausgewählte Treiber jetzt installieren? Zuerst wird ein Wiederherstellungspunkt erstellt. (y/N)"
1837
+
"Could not parse waydroid status output (no Session line found)":
1838
+
en: "Could not parse waydroid status output (no Session line found)"
1839
+
"A reboot is required to complete the system update.":
1840
+
en: "A reboot is required to complete the system update."
1841
+
"Restarted clamav-freshclam.service to trigger database update":
1842
+
en: "Restarted clamav-freshclam.service to trigger database update"
0 commit comments