diff --git a/data/screenshot-check.png b/data/screenshot-check.png new file mode 100644 index 000000000..79bfcc96b Binary files /dev/null and b/data/screenshot-check.png differ diff --git a/data/screenshot-drivers.png b/data/screenshot-drivers.png new file mode 100644 index 000000000..2388d48a1 Binary files /dev/null and b/data/screenshot-drivers.png differ diff --git a/data/screenshot-encrypt.png b/data/screenshot-encrypt.png index 8c9392915..33d5dfec7 100644 Binary files a/data/screenshot-encrypt.png and b/data/screenshot-encrypt.png differ diff --git a/data/screenshot-keyboard.png b/data/screenshot-keyboard.png index f4e6e5bb7..d3e40d322 100644 Binary files a/data/screenshot-keyboard.png and b/data/screenshot-keyboard.png differ diff --git a/data/screenshot-language.png b/data/screenshot-language.png index 5d57da998..c0d3ec66e 100644 Binary files a/data/screenshot-language.png and b/data/screenshot-language.png differ diff --git a/data/screenshot-progress.png b/data/screenshot-progress.png index cab604056..fa86d1d4f 100644 Binary files a/data/screenshot-progress.png and b/data/screenshot-progress.png differ diff --git a/data/screenshot-success.png b/data/screenshot-success.png index 37b2f2a41..5d1cf3014 100644 Binary files a/data/screenshot-success.png and b/data/screenshot-success.png differ diff --git a/data/screenshot-try-install.png b/data/screenshot-try-install.png index 98891dd62..6d2eeddf1 100644 Binary files a/data/screenshot-try-install.png and b/data/screenshot-try-install.png differ diff --git a/po/extra/ka.po b/po/extra/ka.po index 8ebfa2849..d74871feb 100644 --- a/po/extra/ka.po +++ b/po/extra/ka.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-08-24 17:42+0000\n" -"PO-Revision-Date: 2023-03-12 12:25+0000\n" +"PO-Revision-Date: 2023-12-22 19:35+0000\n" "Last-Translator: NorwayFun \n" "Language-Team: Georgian \n" @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 5.0.2\n" #: data/installer.metainfo.xml.in:9 msgid "Installer" @@ -37,7 +37,7 @@ msgstr "გაუმჯობესებები:" #: data/installer.metainfo.xml.in:61 msgid "Swipe to navigate back" -msgstr "" +msgstr "გაუსვით უკან გადასასვლელად" #: data/installer.metainfo.xml.in:62 data/installer.metainfo.xml.in:75 #: data/installer.metainfo.xml.in:91 data/installer.metainfo.xml.in:103 diff --git a/po/ja.po b/po/ja.po index ecf1953b6..cebcd9450 100644 --- a/po/ja.po +++ b/po/ja.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-08-24 17:42+0000\n" -"PO-Revision-Date: 2023-08-25 03:04+0000\n" +"PO-Revision-Date: 2024-02-10 13:11+0000\n" "Last-Translator: Ryo Nakano \n" "Language-Team: Japanese \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.17\n" +"X-Generator: Weblate 5.0.2\n" "X-Launchpad-Export-Date: 2016-09-27 06:40+0000\n" #: src/Application.vala:42 @@ -157,9 +157,9 @@ msgid "" "Proprietary drivers contain private code that can't be reviewed. Security " "and other updates are dependent on the driver vendor." msgstr "" -"プロプライエタリードライバーには、検査不能な非公開のコードが含まれます。セ" -"キュリティーアップデートやそのほかのアップデートは、ドライバーの開発元に左右" -"されます。" +"プロプライエタリードライバーには、検査不能な非公開のコードが含まれます。セキ" +"ュリティアップデートやそのほかのアップデートは、ドライバーの開発元に左右され" +"ます。" #: src/Views/DriversView.vala:54 msgid "An Internet connection is required to install NVIDIA® graphics drivers." diff --git a/src/Views/PartitioningView.vala b/src/Views/PartitioningView.vala index 90e4cee1e..0bd242430 100644 --- a/src/Views/PartitioningView.vala +++ b/src/Views/PartitioningView.vala @@ -59,7 +59,7 @@ public class Installer.PartitioningView : AbstractInstallerView { break; case Distinst.PartitionTable.GPT: // Device is in EFI mode, so we also require a boot partition - required_description = _("You must at least select a Root (/) partition and a Boot (/boot/efi) partition."); + required_description = _("You must at least select a Root (/) partition and an optional Boot (/boot/efi) partition."); break; } @@ -225,7 +225,6 @@ public class Installer.PartitioningView : AbstractInstallerView { case Distinst.PartitionTable.MSDOS: break; case Distinst.PartitionTable.GPT: - required |= Defined.EFI; break; }