Skip to content

Commit

Permalink
Merge branch 'main' into danirabbit/battery-notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Oct 8, 2024
2 parents 9fa69c5 + 4ad60d9 commit 66e52b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions po/he.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-01 17:57+0000\n"
"PO-Revision-Date: 2024-09-12 22:16+0000\n"
"PO-Revision-Date: 2024-10-07 08:07+0000\n"
"Last-Translator: Yaron Shahrabani <[email protected]>\n"
"Language-Team: Hebrew <https://l10n.elementary.io/projects/installer/"
"installer/he/>\n"
Expand Down Expand Up @@ -558,7 +558,7 @@ msgstr "בררת מחדל (ext4)"

#: src/Widgets/PartitionMenu.vala:261
msgid "Custom value must begin with /"
msgstr ""
msgstr "ערך מותאם אישית חייב להתחיל ב־/"

#~ msgid ""
#~ "Proprietary drivers are subject to their own license terms. By "
Expand Down
4 changes: 2 additions & 2 deletions po/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-01 17:57+0000\n"
"PO-Revision-Date: 2024-09-13 00:58+0000\n"
"PO-Revision-Date: 2024-10-07 08:07+0000\n"
"Last-Translator: Kisaragi Hiu <[email protected]>\n"
"Language-Team: Chinese (Traditional) <https://l10n.elementary.io/projects/"
"installer/installer/zh_Hant/>\n"
Expand Down Expand Up @@ -545,7 +545,7 @@ msgstr "預設 (ext4)"

#: src/Widgets/PartitionMenu.vala:261
msgid "Custom value must begin with /"
msgstr ""
msgstr "自訂值必須以 / 開頭"

#~ msgid "Ignore"
#~ msgstr "忽略"
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/PartitionMenu.vala
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class Installer.PartitionMenu : Gtk.Popover {
};
use_as.append_text (_("Root (/)"));
use_as.append_text (_("Home (/home)"));
use_as.append_text (_("Boot (%s)".printf (boot_partition)));
use_as.append_text (_("Boot (%s)").printf (boot_partition));
use_as.append_text (_("Swap"));
use_as.append_text (_("Custom"));
use_as.active = 0;
Expand Down

0 comments on commit 66e52b2

Please sign in to comment.