Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Getting the work done for the language switch#438

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
humitos merged 9 commits into3.8fromclaudia_lang_switch
Jun 28, 2020
Merged
Changes from1 commit
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
PrevPrevious commit
NextNext commit
removing fuzzies from library
  • Loading branch information
@clacri
clacri committedJun 28, 2020
commit9cc5f01bca78efffe3612abe922f98095ae3464c
20 changes: 9 additions & 11 deletionslibrary/functions.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -665,22 +665,20 @@ msgstr ""
"*flags* es ignorado y no se consideran las declaraciones futuras en efecto "
"durante la llamada a *compile*."

# a ver, lo del bitwise ORed together me resulta dificil de traducir, creo que está bien pero quiero llamar la atención sobre esto a los revisores
#: ../Doc/library/functions.rst:257
#, fuzzy
msgid ""
"Future statements are specified by bits which can be bitwise ORed together "
"to specify multiple statements. The bitfield required to specify a given "
"feature can be found as the :attr:`~__future__._Feature.compiler_flag` "
"attribute on the :class:`~__future__._Feature` instance in the :mod:"
"`__future__` module."
msgstr ""
"Las declaraciones futuras son especificadas por bits que pueden ser "
"sometidos a la operaciónORbit a bitpara especificar múltiples "
"declaraciones. El campo de bitrequerido para especificar una característica "
"específica puede serencontrado como el atributo :attr:`~__future__._Feature."
"compiler_flag` de lainstancia de la clase :class:`~__future__._Feature` "
"en el módulo :mod:`__future__`."
"Las declaraciones futuras son especificadas por bits que pueden, bit a bit, "
"ser unidos porOR para especificar múltiples declaraciones. El campo de bit "
"requerido para especificar una característica específica puede ser "
"encontrado como el atributo :attr:`~__future__._Feature.compiler_flag` de la"
"instancia de la clase :class:`~__future__._Feature`en el módulo :mod:"
"`__future__`."

#: ../Doc/library/functions.rst:262
msgid ""
Expand DownExpand Up@@ -764,9 +762,9 @@ msgid ""
"complex string when compiling to an AST object due to stack depth "
"limitations in Python's AST compiler."
msgstr ""
"Es posible que el intérprete de Python pare inesperadamente con una cadena "
"lo suficientemente larga o compleja al compilar a un objeto AST,debido a "
"limitaciones en el compiladorde AST de Python."
"Con una cadena lo suficientemente larga o compleja, al compilar a un objeto "
"ASTes posible que el intérprete de Python pare inesperadamentedebido a las "
"limitacionesde la profundidad de la pilaen el compiladordel AST de Python."

#: ../Doc/library/functions.rst:299
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp