Skip to content

Commit

Permalink
chore(locale): update es.po and fr.po (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bundy01 authored Dec 18, 2024
1 parent fd456a5 commit 49dc6e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr "prohibido con el argumento %s"
#: pikaur/argparse_extras.py:119
#, python-format
msgid "ambiguous option: %(option)s could match %(matches)s"
msgstr ""
msgstr "opción ambigua: %(option)s podría concordar con %(matches)s"

#: pikaur/argparse_extras.py:168 pikaur/argparse_extras.py:213
#, python-format
Expand All @@ -21,13 +21,13 @@ msgstr "argumento explícito ignorado %r"
#: pikaur/argparse_extras.py:243
#, python-format
msgid "option '%(option)s' is deprecated"
msgstr ""
msgstr "la opción '%(option)s' está obsoleta"

#. type: ignore[attr-defined] # pylint: disable=no-member
#: pikaur/argparse_extras.py:289
#, python-format
msgid "argument '%(argument_name)s' is deprecated"
msgstr ""
msgstr "el argumento '%(argument_name)s' está obsoleto"

#: pikaur/argparse_extras.py:385
#, python-format
Expand Down
6 changes: 3 additions & 3 deletions locale/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr "interdit avec l'argument %s"
#: pikaur/argparse_extras.py:119
#, python-format
msgid "ambiguous option: %(option)s could match %(matches)s"
msgstr ""
msgstr "option ambiguë : %(option)s pourrait correspondre à %(matches)s"

#: pikaur/argparse_extras.py:168 pikaur/argparse_extras.py:213
#, python-format
Expand All @@ -21,13 +21,13 @@ msgstr "argument explicite ignoré %r"
#: pikaur/argparse_extras.py:243
#, python-format
msgid "option '%(option)s' is deprecated"
msgstr ""
msgstr "l'option '%(option)s' est obsolète"

#. type: ignore[attr-defined] # pylint: disable=no-member
#: pikaur/argparse_extras.py:289
#, python-format
msgid "argument '%(argument_name)s' is deprecated"
msgstr ""
msgstr "l'argument '%(argument_name)s' est obsolète"

#: pikaur/argparse_extras.py:385
#, python-format
Expand Down

0 comments on commit 49dc6e4

Please sign in to comment.