Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add the missing french translation on the "AUR helper not found" warning #239

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions po/arch-update.pot
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,39 @@ msgstr ""
msgid "${update_number} updates available"
msgstr ""

#: src/lib/common.sh:19
#, sh-format
msgid ""
"The ${aur_helper} AUR helper set for AUR packages support in the arch-update."
"conf configuration file is not found\\n"
msgstr ""

#: src/lib/common.sh:76
#: src/lib/common.sh:52
#, sh-format
msgid "WARNING"
msgstr ""

#: src/lib/common.sh:82
#: src/lib/common.sh:58
#, sh-format
msgid "ERROR"
msgstr ""

#: src/lib/common.sh:87
#: src/lib/common.sh:63
#, sh-format
msgid "Press \"enter\" to continue "
msgstr ""

#: src/lib/common.sh:93
#: src/lib/common.sh:69
#, sh-format
msgid "Press \"enter\" to quit "
msgstr ""

#: src/lib/common.sh:106
#: src/lib/common.sh:85
#, sh-format
msgid ""
"The ${aur_helper} AUR helper set for AUR packages support in the arch-update."
"conf configuration file is not found\\n"
msgstr ""

#: src/lib/common.sh:107
#, sh-format
msgid "A privilege elevation command is required (sudo, doas or run0)\\n"
msgstr ""

#: src/lib/common.sh:111
#: src/lib/common.sh:112
#, sh-format
msgid ""
"The ${su_cmd} command set for privilege escalation in the arch-update.conf "
Expand Down
30 changes: 15 additions & 15 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,41 +26,41 @@ msgstr "${update_number} mise à jour disponible"
msgid "${update_number} updates available"
msgstr "${update_number} mises à jour disponibles"

#: src/lib/common.sh:19
#, sh-format
msgid ""
"The ${aur_helper} AUR helper set for AUR packages support in the arch-update."
"conf configuration file is not found\\n"
msgstr ""
"Le AUR helper ${aur_helper} définie pour le support des paquets AUR dans le fichier de configuration "
"arch-update.conf n'est pas disponible\\n"

#: src/lib/common.sh:76
#: src/lib/common.sh:52
#, sh-format
msgid "WARNING"
msgstr "AVERTISSEMENT"

#: src/lib/common.sh:82
#: src/lib/common.sh:58
#, sh-format
msgid "ERROR"
msgstr "ERREUR"

#: src/lib/common.sh:87
#: src/lib/common.sh:63
#, sh-format
msgid "Press \"enter\" to continue "
msgstr "Appuyez sur \"entrée\" pour continuer "

#: src/lib/common.sh:93
#: src/lib/common.sh:69
#, sh-format
msgid "Press \"enter\" to quit "
msgstr "Appuyez sur \"entrée\" pour quitter "

#: src/lib/common.sh:106
#: src/lib/common.sh:85
#, sh-format
msgid ""
"The ${aur_helper} AUR helper set for AUR packages support in the arch-update."
"conf configuration file is not found\\n"
msgstr ""
"Le AUR helper ${aur_helper} défini pour le support des paquets AUR dans le fichier de configuration "
"arch-update.conf n'est pas disponible\\n"

#: src/lib/common.sh:107
#, sh-format
msgid "A privilege elevation command is required (sudo, doas or run0)\\n"
msgstr "Une commande d'élévation de privilège est requise (sudo, doas ou run0)\\n"

#: src/lib/common.sh:111
#: src/lib/common.sh:112
#, sh-format
msgid ""
"The ${su_cmd} command set for privilege escalation in the arch-update.conf "
Expand Down