Skip to content

Commit c67ed4b

Browse files
authored
Update Polish translation, fix typo (#4579)
* Update Polish translation * Fix typo
1 parent 0f16801 commit c67ed4b

4 files changed

Lines changed: 791 additions & 1894 deletions

File tree

archinstall/lib/models/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def summary(self) -> list[str] | None:
4040
out.append(self.profile.name)
4141

4242
if self.gfx_driver:
43-
out.append(tr('{} grphics driver').format(self.gfx_driver.value))
43+
out.append(tr('{} graphics driver').format(self.gfx_driver.value))
4444

4545
if self.greeter:
4646
out.append(tr('{} greeter').format(self.greeter.value))

archinstall/locales/base.pot

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,6 @@ msgstr ""
257257
msgid "Configuration preview"
258258
msgstr ""
259259

260-
msgid ""
261-
"Warning: no network configuration selected. Network will need to be set up "
262-
"manually on the installed system."
263-
msgstr ""
264-
265260
msgid "No configuration"
266261
msgstr ""
267262

@@ -642,16 +637,23 @@ msgstr ""
642637
msgid "Kernel"
643638
msgstr ""
644639

645-
msgid "Missing configurations:\n"
640+
msgid ""
641+
"No network configuration selected. Network will need to be set up manually "
642+
"on the installed system."
646643
msgstr ""
647644

648-
#, python-brace-format
649-
msgid "Invalid configuration: {}"
645+
msgid "Missing configurations:"
646+
msgstr ""
647+
648+
msgid "Invalid configuration:"
650649
msgstr ""
651650

652651
msgid "Ready to install"
653652
msgstr ""
654653

654+
msgid "Warnings:"
655+
msgstr ""
656+
655657
msgid "Profiles"
656658
msgstr ""
657659

@@ -987,7 +989,7 @@ msgid "Color enabled"
987989
msgstr ""
988990

989991
#, python-brace-format
990-
msgid "{} grphics driver"
992+
msgid "{} graphics driver"
991993
msgstr ""
992994

993995
#, python-brace-format
@@ -1053,13 +1055,13 @@ msgstr ""
10531055
msgid "No wifi interface found"
10541056
msgstr ""
10551057

1056-
msgid "Select wifi network to connect to"
1058+
msgid "No wifi networks found"
10571059
msgstr ""
10581060

1059-
msgid "Scanning wifi networks..."
1061+
msgid "Select wifi network to connect to"
10601062
msgstr ""
10611063

1062-
msgid "No wifi networks found"
1064+
msgid "Scanning wifi networks..."
10631065
msgstr ""
10641066

10651067
msgid "Failed setting up wifi"
@@ -1208,17 +1210,3 @@ msgstr ""
12081210

12091211
msgid " (default)"
12101212
msgstr ""
1211-
1212-
msgid "Invalid configuration:"
1213-
msgstr ""
1214-
1215-
msgid "Missing configurations:"
1216-
msgstr ""
1217-
1218-
msgid "Warnings:"
1219-
msgstr ""
1220-
1221-
msgid ""
1222-
"No network configuration selected. Network will need to be set up manually "
1223-
"on the installed system."
1224-
msgstr ""
-34.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)