1
0
mirror of https://github.com/systemd/systemd synced 2026-03-22 14:54:52 +01:00

Compare commits

..

No commits in common. "f5530c10b87c465db44dc1d562872bd31fa5f212" and "f76f0f99354b0485e3e13c2608bc26f969312687" have entirely different histories.

3 changed files with 4 additions and 26 deletions

View File

@ -132,13 +132,6 @@ evdev:input:b0003v05ACp025B*
EVDEV_ABS_35=::94 EVDEV_ABS_35=::94
EVDEV_ABS_36=::92 EVDEV_ABS_36=::92
# MacbookPro12,1 (unibody, Early 2015)
evdev:input:b0003v05ACp0273*
EVDEV_ABS_00=::97
EVDEV_ABS_01=::92
EVDEV_ABS_35=::97
EVDEV_ABS_36=::92
# MacBook8,1 (2015), MacBook9,1 (2016), MacBook10,1 (2017) # MacBook8,1 (2015), MacBook9,1 (2016), MacBook10,1 (2017)
evdev:name:Apple SPI Touchpad:dmi:*:svnAppleInc.:pnMacBook8,1:* evdev:name:Apple SPI Touchpad:dmi:*:svnAppleInc.:pnMacBook8,1:*
evdev:name:Apple SPI Touchpad:dmi:*:svnAppleInc.:pnMacBook9,1:* evdev:name:Apple SPI Touchpad:dmi:*:svnAppleInc.:pnMacBook9,1:*
@ -704,13 +697,6 @@ evdev:name:AlpsPS/2 ALPS GlidePoint:dmi:*svnLENOVO:*pvrLenovoideapadY700-14ISK:*
EVDEV_ABS_35=::27 EVDEV_ABS_35=::27
EVDEV_ABS_36=::29 EVDEV_ABS_36=::29
#Lenovo Y50-70
evdev:name:AlpsPS/2 ALPS GlidePoint:dmi:*svnLENOVO:*pvrLenovoY50-70**
EVDEV_ABS_00=164:3918:37
EVDEV_ABS_01=120:1935:26
EVDEV_ABS_35=164:3918:37
EVDEV_ABS_36=120:1935:26
# Lenovo Ideapad 310S-14ISK # Lenovo Ideapad 310S-14ISK
evdev:name:AlpsPS/2 ALPS GlidePoint:dmi:*svnLENOVO:*pvrLenovoideapad310S-14ISK:* evdev:name:AlpsPS/2 ALPS GlidePoint:dmi:*svnLENOVO:*pvrLenovoideapad310S-14ISK:*
EVDEV_ABS_00=113:3960:37 EVDEV_ABS_00=113:3960:37

View File

@ -11,13 +11,12 @@
# z z <3397542367@qq.com>, 2025. # z z <3397542367@qq.com>, 2025.
# Hang Li <dabao1955@163.com>, 2025. # Hang Li <dabao1955@163.com>, 2025.
# Jesse Guo <jesseguotech@outlook.com>, 2025. # Jesse Guo <jesseguotech@outlook.com>, 2025.
# Zongyuan He <lovenemesis@gmail.com>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-26 01:17+0000\n" "POT-Creation-Date: 2025-11-26 01:17+0000\n"
"PO-Revision-Date: 2025-12-31 07:58+0000\n" "PO-Revision-Date: 2025-11-26 09:52+0000\n"
"Last-Translator: Zongyuan He <lovenemesis@gmail.com>\n" "Last-Translator: lumingzh <lumingzh@qq.com>\n"
"Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/" "Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/"
"projects/systemd/main/zh_CN/>\n" "projects/systemd/main/zh_CN/>\n"
"Language: zh_CN\n" "Language: zh_CN\n"
@ -25,7 +24,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.15.1\n" "X-Generator: Weblate 5.14.3\n"
#: src/core/org.freedesktop.systemd1.policy.in:22 #: src/core/org.freedesktop.systemd1.policy.in:22
msgid "Send passphrase back to system" msgid "Send passphrase back to system"
@ -102,7 +101,7 @@ msgstr "核验家区域的凭证"
#: src/home/org.freedesktop.home1.policy:34 #: src/home/org.freedesktop.home1.policy:34
msgid "" msgid ""
"Authentication is required to check credentials against a user's home area." "Authentication is required to check credentials against a user's home area."
msgstr "需要身份验证方可将凭证与用户的主目录区域进行比对。" msgstr "针对用户的家区域核验凭证需要身份认证。"
#: src/home/org.freedesktop.home1.policy:43 #: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area" msgid "Update a home area"

View File

@ -65,13 +65,6 @@ _journalctl() {
return 0 return 0
fi fi
# If the previous word looks like a short options group,
# handle it as if it were just the last short option.
# e.g. "-aefu" -> "-u"
if [[ "$prev" =~ ^-[a-zA-Z]{2,}$ ]]; then
prev="-${prev:(-1)}"
fi
if __contains_word "$prev" ${OPTS[ARG]} ${OPTS[ARGUNKNOWN]}; then if __contains_word "$prev" ${OPTS[ARG]} ${OPTS[ARGUNKNOWN]}; then
case $prev in case $prev in
--boot|-b) --boot|-b)