Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Fix typo and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawleenc committed Mar 11, 2022
1 parent f0e6a2f commit 0199656
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .idea/archlinux-install.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion archlinux_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def manual_partitioning(bios: str):
print_sub_step(_("Partitioned drives so far : %s") % " ".join(partitioned_disks))
os.system('fdisk -l')
target_disk = prompt(
"Which drive do you want to partition ? (partition_type the entire name, for example '/dev/sda') : ")
_("Which drive do you want to partition ? (type the entire name, for example '/dev/sda') : "))
if not os.path.exists(target_disk):
print_error(_("The chosen target drive doesn't exist."))
continue
Expand Down
46 changes: 27 additions & 19 deletions locales/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2021-11-22 20:48+0100\n"
"PO-Revision-Date: 2021-11-22 20:48+0100\n"
"POT-Creation-Date: 2022-03-11 19:35+0100\n"
"PO-Revision-Date: 2022-03-11 19:38+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n"
"X-Generator: Poedit 3.0\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Generated-By: pygettext.py 1.5\n"
"X-Generator: Poedit 3.0.1\n"

#: archlinux_install.py:219
msgid "Press any key to continue..."
Expand All @@ -37,6 +37,14 @@ msgstr "Partitionnement manuel :"
msgid "Partitioned drives so far : %s"
msgstr "Disques partitionnés jusqu'à présent : %s"

#: archlinux_install.py:304
msgid ""
"Which drive do you want to partition ? (type the entire name, for example '/"
"dev/sda') : "
msgstr ""
"Quel disque souhaitez-vous partitionner ? (tapez le nom complet, par exemple "
"'/dev/sda') : "

#: archlinux_install.py:306
msgid "The chosen target drive doesn't exist."
msgstr "Le disque cible choisi n'existe pas."
Expand Down Expand Up @@ -223,7 +231,7 @@ msgstr "Saisissez à nouveau le mot de passe de %s pour confirmer : "
msgid "Passwords entered don't match."
msgstr "Les mots de passe saisis ne correspondent pas."

#: archlinux_install.py:681 archlinux_install.py:695 archlinux_install.py:973
#: archlinux_install.py:681 archlinux_install.py:695 archlinux_install.py:976
msgid "none"
msgstr "aucun"

Expand Down Expand Up @@ -398,59 +406,59 @@ msgstr "Mise à jour des miroirs..."
msgid "Installation of the base..."
msgstr "Installation de la base..."

#: archlinux_install.py:919
#: archlinux_install.py:921
msgid "System configuration..."
msgstr "Configuration du système..."

#: archlinux_install.py:947
#: archlinux_install.py:950
msgid "Locales configuration..."
msgstr "Configuration des locales..."

#: archlinux_install.py:950
#: archlinux_install.py:953
msgid "Network configuration..."
msgstr "Configuration du réseau..."

#: archlinux_install.py:953
#: archlinux_install.py:956
msgid "Installation and configuration of the grub..."
msgstr "Installation et configuration du grub..."

#: archlinux_install.py:961
#: archlinux_install.py:964
msgid "Extra packages configuration if needed..."
msgstr "Configuration de paquets supplémentaires si nécessaire..."

#: archlinux_install.py:982
#: archlinux_install.py:985
msgid "Users configuration..."
msgstr "Configuration des utilisateurs..."

#: archlinux_install.py:983
#: archlinux_install.py:986
msgid "root account configuration..."
msgstr "Configuration du compte root..."

#: archlinux_install.py:989
#: archlinux_install.py:992
msgid "%s account configuration..."
msgstr "Configuration du compte %s..."

#: archlinux_install.py:1006
#: archlinux_install.py:1009
msgid "Installation complete ! You can reboot your system."
msgstr "L'installation est terminée ! Vous pouvez redémarrer votre système."

#: archlinux_install.py:1014
#: archlinux_install.py:1017
msgid "Running pre-launch steps : "
msgstr "Exécution des étapes de pré-lancement : "

#: archlinux_install.py:1015
#: archlinux_install.py:1020
msgid "Synchronising repositories..."
msgstr "Synchronisation des dépôts..."

#: archlinux_install.py:1017
#: archlinux_install.py:1022
msgid "Downloading and formatting translations..."
msgstr "Téléchargement et formatage des traductions..."

#: archlinux_install.py:1022
#: archlinux_install.py:1027
msgid "Querying IP geolocation informations..."
msgstr "Interrogation des informations de géolocalisation IP..."

#: archlinux_install.py:1044
#: archlinux_install.py:1049
msgid "Script execution interrupted by the user !"
msgstr "Exécution du script interrompue par l'utilisateur !"

Expand Down

0 comments on commit 0199656

Please sign in to comment.