-
-
Notifications
You must be signed in to change notification settings - Fork 264
Fixed fuzzies in referece/datamodel.po, reference/executionmodel.po, reference/import.po #1452
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
Closed
Closed
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
96ac76b
Fixed fuzzies in referece/datamodel.po, reference/executionmodel.po, …
Seluj78 08042b0
Applied some suggestions from code review
Seluj78 489a689
Fixes after rebase and code review
Seluj78 1e5569a
Apply suggestions from code review
Seluj78 69ffb9f
powraped
Seluj78 d701ae5
Update reference/datamodel.po
awecx 6b50796
Update reference/datamodel.po
JulienPalard ac2ff60
Merge branch '3.9' into reference-fuzzies
JulienPalard 7aa2ed8
Merge branch '3.9' into reference-fuzzies
JulienPalard 282feb1
Merge branch '3.9' into reference-fuzzies
Seluj78 c04c7b4
Merge branch '3.9' into reference-fuzzies
JulienPalard 7dd7e4c
Merge branch '3.9' into reference-fuzzies
JulienPalard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,14 +6,14 @@ msgstr "" | |
| "Project-Id-Version: Python 3\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2020-08-24 09:01+0200\n" | ||
| "PO-Revision-Date: 2020-05-30 22:05+0900\n" | ||
| "Last-Translator: Samuel Giffard <samuel@giffard.co>\n" | ||
| "PO-Revision-Date: 2020-10-15 22:28+0200\n" | ||
| "Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n" | ||
| "Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||
| "Language: fr\n" | ||
| "MIME-Version: 1.0\n" | ||
| "Content-Type: text/plain; charset=UTF-8\n" | ||
| "Content-Transfer-Encoding: 8bit\n" | ||
| "X-Generator: Poedit 2.3.1\n" | ||
| "X-Generator: Poedit 2.4.1\n" | ||
|
|
||
| #: reference/import.rst:6 | ||
| msgid "The import system" | ||
|
|
@@ -179,7 +179,6 @@ msgstr "" | |
| "qui contient un attribut ``__path__`` est réputé être un paquet." | ||
|
|
||
| #: reference/import.rst:85 | ||
| #, fuzzy | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Le diff upstream: -package name by dots, akin to Python's standard attribute access syntax. Thus
+package name by a dot, akin to Python's standard attribute access syntax. ThusTu peux donc probablement le passer au singulier ici aussi ?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Huppe. |
||
| msgid "" | ||
| "All modules have a name. Subpackage names are separated from their parent " | ||
| "package name by a dot, akin to Python's standard attribute access syntax. " | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Attention, l'inversion de
__set__et__get__en anglais est volontaire, l'intention est de dire que, sont prioritaires, les descripteur définisant soit dunder get et dunder set, soit dunder get et dunder delete. J'ignore si inverser est suffisant pour avoir un rendu clair en français, il faut que le lecteur capte toute suite que c'est soit get set, soit get delete.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Seluj78 ping mensuel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Seluj78 ping mensuel.