nls: Update

This commit is contained in:
Craig Small 2022-11-26 08:53:54 +11:00
parent c594a742a3
commit 9bfa9a3e56
11 changed files with 14124 additions and 9181 deletions

2934
po/de.po

File diff suppressed because it is too large Load Diff

2712
po/es.po

File diff suppressed because it is too large Load Diff

1498
po/fr.po

File diff suppressed because it is too large Load Diff

2671
po/ka.po

File diff suppressed because it is too large Load Diff

1327
po/pl.po

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: procps@freelists.org\n" "Report-Msgid-Bugs-To: procps@freelists.org\n"
"POT-Creation-Date: 2022-10-16 19:57+1100\n" "POT-Creation-Date: 2022-11-26 08:52+1100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -207,7 +207,7 @@ msgstr ""
msgid "invalid argument %c" msgid "invalid argument %c"
msgstr "" msgstr ""
#: src/kill.c:144 src/pgrep.c:740 src/pidof.c:243 src/pidof.c:283 #: src/kill.c:144 src/pgrep.c:743 src/pidof.c:243 src/pidof.c:283
#: src/sysctl.c:865 #: src/sysctl.c:865
msgid "internal error" msgid "internal error"
msgstr "" msgstr ""
@ -218,242 +218,242 @@ msgstr ""
msgid "failed to parse argument" msgid "failed to parse argument"
msgstr "" msgstr ""
#: src/pgrep.c:85 src/pidof.c:37 src/skill.c:70 #: src/pgrep.c:87 src/pidof.c:37 src/skill.c:70
msgid "integer overflow" msgid "integer overflow"
msgstr "" msgstr ""
#: src/pgrep.c:147 #: src/pgrep.c:149
#, c-format #, c-format
msgid " %s [options] <pattern>\n" msgid " %s [options] <pattern>\n"
msgstr "" msgstr ""
#: src/pgrep.c:151 #: src/pgrep.c:153
msgid " -d, --delimiter <string> specify output delimiter\n" msgid " -d, --delimiter <string> specify output delimiter\n"
msgstr "" msgstr ""
#: src/pgrep.c:152 #: src/pgrep.c:154
msgid " -l, --list-name list PID and process name\n" msgid " -l, --list-name list PID and process name\n"
msgstr "" msgstr ""
#: src/pgrep.c:153 #: src/pgrep.c:155
msgid " -a, --list-full list PID and full command line\n" msgid " -a, --list-full list PID and full command line\n"
msgstr "" msgstr ""
#: src/pgrep.c:154 #: src/pgrep.c:156
msgid " -v, --inverse negates the matching\n" msgid " -v, --inverse negates the matching\n"
msgstr "" msgstr ""
#: src/pgrep.c:155 #: src/pgrep.c:157
msgid " -w, --lightweight list all TID\n" msgid " -w, --lightweight list all TID\n"
msgstr "" msgstr ""
#: src/pgrep.c:158 #: src/pgrep.c:160
msgid " -<sig>, --signal <sig> signal to send (either number or name)\n" msgid " -<sig>, --signal <sig> signal to send (either number or name)\n"
msgstr "" msgstr ""
#: src/pgrep.c:159 #: src/pgrep.c:161
msgid " -q, --queue <value> integer value to be sent with the signal\n" msgid " -q, --queue <value> integer value to be sent with the signal\n"
msgstr "" msgstr ""
#: src/pgrep.c:160 #: src/pgrep.c:162
msgid " -e, --echo display what is killed\n" msgid " -e, --echo display what is killed\n"
msgstr "" msgstr ""
#: src/pgrep.c:163 #: src/pgrep.c:166
msgid " -e, --echo display PIDs before waiting\n" msgid " -e, --echo display PIDs before waiting\n"
msgstr "" msgstr ""
#: src/pgrep.c:167 #: src/pgrep.c:170
msgid " -c, --count count of matching processes\n" msgid " -c, --count count of matching processes\n"
msgstr "" msgstr ""
#: src/pgrep.c:168 #: src/pgrep.c:171
msgid " -f, --full use full process name to match\n" msgid " -f, --full use full process name to match\n"
msgstr "" msgstr ""
#: src/pgrep.c:169 #: src/pgrep.c:172
msgid " -g, --pgroup <PGID,...> match listed process group IDs\n" msgid " -g, --pgroup <PGID,...> match listed process group IDs\n"
msgstr "" msgstr ""
#: src/pgrep.c:170 #: src/pgrep.c:173
msgid " -G, --group <GID,...> match real group IDs\n" msgid " -G, --group <GID,...> match real group IDs\n"
msgstr "" msgstr ""
#: src/pgrep.c:171 #: src/pgrep.c:174
msgid " -i, --ignore-case match case insensitively\n" msgid " -i, --ignore-case match case insensitively\n"
msgstr "" msgstr ""
#: src/pgrep.c:172 #: src/pgrep.c:175
msgid " -n, --newest select most recently started\n" msgid " -n, --newest select most recently started\n"
msgstr "" msgstr ""
#: src/pgrep.c:173 #: src/pgrep.c:176
msgid " -o, --oldest select least recently started\n" msgid " -o, --oldest select least recently started\n"
msgstr "" msgstr ""
#: src/pgrep.c:174 #: src/pgrep.c:177
msgid " -O, --older <seconds> select where older than seconds\n" msgid " -O, --older <seconds> select where older than seconds\n"
msgstr "" msgstr ""
#: src/pgrep.c:175 #: src/pgrep.c:178
msgid " -P, --parent <PPID,...> match only child processes of the given parent\n" msgid " -P, --parent <PPID,...> match only child processes of the given parent\n"
msgstr "" msgstr ""
#: src/pgrep.c:176 #: src/pgrep.c:179
msgid " -s, --session <SID,...> match session IDs\n" msgid " -s, --session <SID,...> match session IDs\n"
msgstr "" msgstr ""
#: src/pgrep.c:177 #: src/pgrep.c:180
msgid " -t, --terminal <tty,...> match by controlling terminal\n" msgid " -t, --terminal <tty,...> match by controlling terminal\n"
msgstr "" msgstr ""
#: src/pgrep.c:178 #: src/pgrep.c:181
msgid " -u, --euid <ID,...> match by effective IDs\n" msgid " -u, --euid <ID,...> match by effective IDs\n"
msgstr "" msgstr ""
#: src/pgrep.c:179 #: src/pgrep.c:182
msgid " -U, --uid <ID,...> match by real IDs\n" msgid " -U, --uid <ID,...> match by real IDs\n"
msgstr "" msgstr ""
#: src/pgrep.c:180 #: src/pgrep.c:183
msgid " -x, --exact match exactly with the command name\n" msgid " -x, --exact match exactly with the command name\n"
msgstr "" msgstr ""
#: src/pgrep.c:181 #: src/pgrep.c:184
msgid " -F, --pidfile <file> read PIDs from file\n" msgid " -F, --pidfile <file> read PIDs from file\n"
msgstr "" msgstr ""
#: src/pgrep.c:182 #: src/pgrep.c:185
msgid " -L, --logpidfile fail if PID file is not locked\n" msgid " -L, --logpidfile fail if PID file is not locked\n"
msgstr "" msgstr ""
#: src/pgrep.c:183 #: src/pgrep.c:186
msgid " -r, --runstates <state> match runstates [D,S,Z,...]\n" msgid " -r, --runstates <state> match runstates [D,S,Z,...]\n"
msgstr "" msgstr ""
#: src/pgrep.c:184 #: src/pgrep.c:187
msgid " -A, --ignore-ancestors exclude our ancestors from results\n" msgid " -A, --ignore-ancestors exclude our ancestors from results\n"
msgstr "" msgstr ""
#: src/pgrep.c:185 #: src/pgrep.c:188
msgid " --cgroup <grp,...> match by cgroup v2 names\n" msgid " --cgroup <grp,...> match by cgroup v2 names\n"
msgstr "" msgstr ""
#: src/pgrep.c:186 #: src/pgrep.c:189
msgid "" msgid ""
" --ns <PID> match the processes that belong to the same\n" " --ns <PID> match the processes that belong to the same\n"
" namespace as <pid>\n" " namespace as <pid>\n"
msgstr "" msgstr ""
#: src/pgrep.c:188 #: src/pgrep.c:191
msgid "" msgid ""
" --nslist <ns,...> list which namespaces will be considered for\n" " --nslist <ns,...> list which namespaces will be considered for\n"
" the --ns option.\n" " the --ns option.\n"
" Available namespaces: ipc, mnt, net, pid, user, uts\n" " Available namespaces: ipc, mnt, net, pid, user, uts\n"
msgstr "" msgstr ""
#: src/pgrep.c:213 src/pgrep.c:650 src/w.c:405 #: src/pgrep.c:216 src/pgrep.c:653 src/w.c:405
msgid "Unable to create pid info structure" msgid "Unable to create pid info structure"
msgstr "" msgstr ""
#: src/pgrep.c:377 #: src/pgrep.c:380
#, c-format #, c-format
msgid "invalid user name: %s" msgid "invalid user name: %s"
msgstr "" msgstr ""
#: src/pgrep.c:394 #: src/pgrep.c:397
#, c-format #, c-format
msgid "invalid group name: %s" msgid "invalid group name: %s"
msgstr "" msgstr ""
#: src/pgrep.c:405 #: src/pgrep.c:408
#, c-format #, c-format
msgid "invalid process group: %s" msgid "invalid process group: %s"
msgstr "" msgstr ""
#: src/pgrep.c:417 #: src/pgrep.c:420
#, c-format #, c-format
msgid "invalid session id: %s" msgid "invalid session id: %s"
msgstr "" msgstr ""
#: src/pgrep.c:429 #: src/pgrep.c:432
#, c-format #, c-format
msgid "not a number: %s" msgid "not a number: %s"
msgstr "" msgstr ""
#: src/pgrep.c:496 src/skill.c:158 #: src/pgrep.c:499 src/skill.c:158
msgid "Unable to read process namespace information" msgid "Unable to read process namespace information"
msgstr "" msgstr ""
#: src/pgrep.c:583 #: src/pgrep.c:586
#, c-format #, c-format
msgid "regex error: %s" msgid "regex error: %s"
msgstr "" msgstr ""
#: src/pgrep.c:645 #: src/pgrep.c:648
msgid "Error reading reference namespace information\n" msgid "Error reading reference namespace information\n"
msgstr "" msgstr ""
#: src/pgrep.c:757 #: src/pgrep.c:760
#, c-format #, c-format
msgid "" msgid ""
"pattern that searches for process name longer than 15 characters will result in zero matches\n" "pattern that searches for process name longer than 15 characters will result in zero matches\n"
"Try `%s -f' option to match against the complete command line." "Try `%s -f' option to match against the complete command line."
msgstr "" msgstr ""
#: src/pgrep.c:1025 #: src/pgrep.c:1028
#, c-format #, c-format
msgid "" msgid ""
"-L without -F makes no sense\n" "-L without -F makes no sense\n"
"Try `%s --help' for more information." "Try `%s --help' for more information."
msgstr "" msgstr ""
#: src/pgrep.c:1032 #: src/pgrep.c:1035
#, c-format #, c-format
msgid "" msgid ""
"pidfile not valid\n" "pidfile not valid\n"
"Try `%s --help' for more information." "Try `%s --help' for more information."
msgstr "" msgstr ""
#: src/pgrep.c:1041 #: src/pgrep.c:1044
#, c-format #, c-format
msgid "" msgid ""
"only one pattern can be provided\n" "only one pattern can be provided\n"
"Try `%s --help' for more information." "Try `%s --help' for more information."
msgstr "" msgstr ""
#: src/pgrep.c:1045 #: src/pgrep.c:1048
#, c-format #, c-format
msgid "" msgid ""
"no matching criteria specified\n" "no matching criteria specified\n"
"Try `%s --help' for more information." "Try `%s --help' for more information."
msgstr "" msgstr ""
#: src/pgrep.c:1097 #: src/pgrep.c:1100
#, c-format #, c-format
msgid "%s killed (pid %lu)\n" msgid "%s killed (pid %lu)\n"
msgstr "" msgstr ""
#: src/pgrep.c:1104 #: src/pgrep.c:1107
#, c-format #, c-format
msgid "killing pid %ld failed" msgid "killing pid %ld failed"
msgstr "" msgstr ""
#: src/pgrep.c:1116 #: src/pgrep.c:1119
#, c-format #, c-format
msgid "waiting for %s (pid %lu)\n" msgid "waiting for %s (pid %lu)\n"
msgstr "" msgstr ""
#: src/pgrep.c:1120 #: src/pgrep.c:1123
msgid "pidfd_open() not implemented in Linux < 5.3" msgid "pidfd_open() not implemented in Linux < 5.3"
msgstr "" msgstr ""
#: src/pgrep.c:1123 #: src/pgrep.c:1126
#, c-format #, c-format
msgid "opening pid %ld failed" msgid "opening pid %ld failed"
msgstr "" msgstr ""
#: src/pgrep.c:1137 #: src/pgrep.c:1140
msgid "epoll_wait failed" msgid "epoll_wait failed"
msgstr "" msgstr ""
@ -4257,20 +4257,20 @@ msgstr ""
#: src/w.c:254 src/w.c:269 #: src/w.c:254 src/w.c:269
#, c-format #, c-format
msgid " %2ludays" msgid " %2lludays"
msgstr "" msgstr ""
#. Translation Hint: Minutes:Seconds #. Translation Hint: Minutes:Seconds
#. Translation Hint: Hours:Minutes #. Translation Hint: Hours:Minutes
#: src/w.c:263 src/w.c:273 #: src/w.c:263 src/w.c:273
#, c-format #, c-format
msgid " %2lu:%02um" msgid " %2llu:%02um"
msgstr "" msgstr ""
#. Translation Hint: Seconds:Centiseconds #. Translation Hint: Seconds:Centiseconds
#: src/w.c:281 #: src/w.c:281
#, c-format #, c-format
msgid " %2lu.%02us" msgid " %2llu.%02us"
msgstr "" msgstr ""
#: src/w.c:524 #: src/w.c:524

File diff suppressed because it is too large Load Diff

1262
po/sv.po

File diff suppressed because it is too large Load Diff

1491
po/uk.po

File diff suppressed because it is too large Load Diff

3417
po/vi.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff