mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 23:21:15 -03:00
l10n: don't localize PID
This simplifies our table formatting. Since none of our translations modify the string `PID`, it seems reasonable to assume that the term does not benefit from localization. Part of #12405
This commit is contained in:
committed by
Johannes Altmanninger
parent
0d79681070
commit
12bd4cf9e9
@@ -24,9 +24,6 @@ msgstr ""
|
||||
msgid "fish-section-tier1-from-rust"
|
||||
msgstr ""
|
||||
|
||||
msgid " PID Command"
|
||||
msgstr " PID Befehl"
|
||||
|
||||
msgid " a path variable"
|
||||
msgstr " eine Pfadvariable"
|
||||
|
||||
|
||||
@@ -24,9 +24,6 @@ msgstr ""
|
||||
msgid "fish-section-tier1-from-rust"
|
||||
msgstr ""
|
||||
|
||||
msgid " PID Command"
|
||||
msgstr ""
|
||||
|
||||
msgid " a path variable"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -153,9 +153,6 @@ msgstr ""
|
||||
msgid "fish-section-tier1-from-rust"
|
||||
msgstr ""
|
||||
|
||||
msgid " PID Command"
|
||||
msgstr " PID Commande"
|
||||
|
||||
msgid " a path variable"
|
||||
msgstr " une variable de chemin"
|
||||
|
||||
|
||||
@@ -20,9 +20,6 @@ msgstr ""
|
||||
msgid "fish-section-tier1-from-rust"
|
||||
msgstr ""
|
||||
|
||||
msgid " PID Command"
|
||||
msgstr ""
|
||||
|
||||
msgid " a path variable"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -25,9 +25,6 @@ msgstr ""
|
||||
msgid "fish-section-tier1-from-rust"
|
||||
msgstr ""
|
||||
|
||||
msgid " PID Command"
|
||||
msgstr ""
|
||||
|
||||
msgid " a path variable"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -21,9 +21,6 @@ msgstr ""
|
||||
msgid "fish-section-tier1-from-rust"
|
||||
msgstr ""
|
||||
|
||||
msgid " PID Command"
|
||||
msgstr ""
|
||||
|
||||
msgid " a path variable"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -45,9 +45,6 @@ msgstr ""
|
||||
msgid "fish-section-tier1-from-rust"
|
||||
msgstr ""
|
||||
|
||||
msgid " PID Command"
|
||||
msgstr " PID 命令"
|
||||
|
||||
msgid " a path variable"
|
||||
msgstr "路径变量"
|
||||
|
||||
|
||||
@@ -18,9 +18,6 @@ msgstr ""
|
||||
msgid "fish-section-tier1-from-rust"
|
||||
msgstr ""
|
||||
|
||||
msgid " PID Command"
|
||||
msgstr " PID 命令"
|
||||
|
||||
msgid " a path variable"
|
||||
msgstr "路徑變數"
|
||||
|
||||
|
||||
@@ -989,7 +989,7 @@ pub fn jobs_requiring_warning_on_exit(parser: &Parser) -> JobList {
|
||||
/// jobs_requiring_warning_on_exit().
|
||||
pub fn print_exit_warning_for_jobs(jobs: &JobList) {
|
||||
printf!("%s\n", wgettext!("There are still jobs active:"));
|
||||
printf!("\n%s\n", wgettext!(" PID Command"));
|
||||
printf!("\n PID %s\n", wgettext!("Command"));
|
||||
for j in jobs {
|
||||
// Unwrap safety: we can't have a background job that doesn't have an external process and
|
||||
// external processes always have a pid set.
|
||||
|
||||
Reference in New Issue
Block a user