diff --git a/debian/changelog b/debian/changelog index 21f1142..85e77b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +partman-auto (159) unstable; urgency=medium + + * Team upload + + [ Chris Hofstaedtler ] + * Remove experimental dmraid support. + + [ Updated translations ] + * Vietnamese (vi.po) by Trần Ngọc Quân + + -- Holger Wansing Thu, 04 Aug 2022 17:58:13 +0200 + partman-auto (158) unstable; urgency=medium * Team upload diff --git a/debian/po/vi.po b/debian/po/vi.po index bf06fcb..e48b442 100644 --- a/debian/po/vi.po +++ b/debian/po/vi.po @@ -12,14 +12,14 @@ # Nguyễn Hùng Vũ , 2001. # Clytie Siddall , 2005-2010 # Hai-Nam Nguyen , 2012 -# Trần Ngọc Quân , 2018, 2019. +# Trần Ngọc Quân , 2018, 2019, 2022. # msgid "" msgstr "" "Project-Id-Version: debian-installer sublevel1\n" "Report-Msgid-Bugs-To: partman-auto@packages.debian.org\n" "POT-Creation-Date: 2020-03-10 20:01+0000\n" -"PO-Revision-Date: 2019-02-27 14:34+0700\n" +"PO-Revision-Date: 2022-07-16 14:23+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" "Language: vi\n" @@ -33,7 +33,7 @@ #. :sl1: #: ../partman-auto.templates:1001 msgid "Please wait..." -msgstr "Hãy chờ…" +msgstr "Vui lòng chờ…" #. Type: text #. Description @@ -140,7 +140,7 @@ "are unsure, choose the first one." msgstr "" "Đĩa này có thể được phân vùng bằng một của vài lược đồ khác. Nếu chưa chắc, " -"bạn hãy chọn điều thứ nhất." +"bạn hãy chọn cái thứ nhất." #. Type: error #. Description @@ -199,8 +199,8 @@ "Note that all data on the disk you select will be erased, but not before you " "have confirmed that you really want to make the changes." msgstr "" -"Ghi chú rằng mọi dữ liệu nằm trong đĩa đã chọn sẽ bị xóa hoàn toàn, nhưng " -"chỉ sau khi bạn đã xác nhận bạn thực sư muốn làm các thay đổi đó." +"Cần chú ý là mọi dữ liệu nằm trong đĩa đã được chọn sẽ bị tẩy sạch hoàn " +"toàn, nhưng chỉ sau khi bạn đã xác nhận bạn thực sự muốn làm việc đó." #. Type: text #. Description @@ -209,7 +209,7 @@ #. This is a method for partioning - as in guided (automatic) versus manual #: ../partman-auto.templates:18001 msgid "Manual" -msgstr "Bằng tay" +msgstr "Thủ công" #. Type: text #. Description diff --git a/lib/auto-shared.sh b/lib/auto-shared.sh index 8cee3f8..30a3c79 100644 --- a/lib/auto-shared.sh +++ b/lib/auto-shared.sh @@ -270,10 +270,9 @@ $(mount | grep -qF "$device on /cdrom ") && continue # Skip device mapper devices (/dev/mapper/), - # except for dmraid or multipath devices + # except for multipath devices if echo $device | grep -q "^/dev/mapper/"; then - if [ ! -f "$dev/sataraid" ] && \ - ! is_multipath_dev $device; then + if ! is_multipath_dev $device; then continue fi fi