-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
French language translation #1394
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1394 +/- ##
==========================================
+ Coverage 71.01% 74.56% +3.55%
==========================================
Files 269 285 +16
Lines 12416 13359 +943
Branches 2199 2390 +191
==========================================
+ Hits 8817 9961 +1144
+ Misses 3461 3265 -196
+ Partials 138 133 -5
Continue to review full report at Codecov.
|
Thanks for the PR! Could you change the README and add a news entry file? (See #1152 for examples.) I will also ask on Twitter for a review since none of our team members are native French speakers. 😄 |
package.nls.fr.json
Outdated
"python.command.python.sortImports.title": "Trier les imports", | ||
"python.command.python.startREPL.title": "Démarrer REPL", | ||
"python.command.python.createTerminal.title": "Créer un Terminal", | ||
"python.command.python.buildWorkspaceSymbols.title": "Build Workspace Symbols", |
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.
Construire les symboles de l'espace de travail ?
package.nls.fr.json
Outdated
"python.command.python.execInTerminal.title": "Exécuter le script Python dans un Terminal", | ||
"python.command.python.setInterpreter.title": "Selectionner l'interpreteur", | ||
"python.command.python.updateSparkLibrary.title": "Mettre à jour les librairies de l'espace de travail pySpark", | ||
"python.command.python.refactorExtractVariable.title": "Extraire la ariable", |
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.
Typo "variable"
package.nls.fr.json
Outdated
"python.snippet.launch.flask.label": "Python: Flask (0.11.x ou supérieur)", | ||
"python.snippet.launch.flask.description": "Debugger une Application Flask", | ||
"python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x ou antérieur)", | ||
"python.snippet.launch.flaskOld.description": "Debug une application Flask de l'ancien style", |
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.
I think the French version is written "déboguer"
http://www.larousse.fr/dictionnaires/francais/d%C3%A9boguer/21835
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.
yes, and débugger is also commonly used & accepted
Ahah @brettcannon its fine, i'll custom the README file :D Thanks @browniebroke i'll fix it ASAP. And indeed, we can say déboguer in "pure" french, but tbh, everyone understand if i put "Debug" or "Debugger", but i'll fix it |
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.
LGTM besides uppercases and a choice to make on how to write "to debug")
package.nls.fr.json
Outdated
@@ -0,0 +1,49 @@ | |||
{ | |||
"python.command.python.sortImports.title": "Trier les imports", | |||
"python.command.python.startREPL.title": "Démarrer REPL", |
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.
Démarrer la console interactive
(don't put uppercase words in sentences in French)
package.nls.fr.json
Outdated
{ | ||
"python.command.python.sortImports.title": "Trier les imports", | ||
"python.command.python.startREPL.title": "Démarrer REPL", | ||
"python.command.python.createTerminal.title": "Créer un Terminal", |
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.
Créer un terminal
package.nls.fr.json
Outdated
"python.command.python.createTerminal.title": "Créer un Terminal", | ||
"python.command.python.buildWorkspaceSymbols.title": "Build Workspace Symbols", | ||
"python.command.python.runtests.title": "Exécuter tous les tests unitaires", | ||
"python.command.python.debugtests.title": "Debugger tous les tests unitaires", |
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.
Déboguer tous les tests unitaires
(notice that Débugger is also accepted)
package.nls.fr.json
Outdated
"python.command.python.buildWorkspaceSymbols.title": "Build Workspace Symbols", | ||
"python.command.python.runtests.title": "Exécuter tous les tests unitaires", | ||
"python.command.python.debugtests.title": "Debugger tous les tests unitaires", | ||
"python.command.python.execInTerminal.title": "Exécuter le script Python dans un Terminal", |
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.
s/Terminal/terminal
package.nls.fr.json
Outdated
"python.command.python.runtests.title": "Exécuter tous les tests unitaires", | ||
"python.command.python.debugtests.title": "Debugger tous les tests unitaires", | ||
"python.command.python.execInTerminal.title": "Exécuter le script Python dans un Terminal", | ||
"python.command.python.setInterpreter.title": "Selectionner l'interpreteur", |
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.
Sélectionner l'interpréteur
package.nls.fr.json
Outdated
"python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x ou antérieur)", | ||
"python.snippet.launch.flaskOld.description": "Debug une application Flask de l'ancien style", | ||
"python.snippet.launch.pyramid.label": "Python: application Pyramid", | ||
"python.snippet.launch.pyramid.description": "Debugger une application Pyramid", |
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.
Débugger or Déboguer
package.nls.fr.json
Outdated
"python.snippet.launch.pyramid.label": "Python: application Pyramid", | ||
"python.snippet.launch.pyramid.description": "Debugger une application Pyramid", | ||
"python.snippet.launch.watson.label": "Python: Application Watson", | ||
"python.snippet.launch.watson.description": "Debugger une Application Watson", |
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.
Débugger une application Watson
package.nls.fr.json
Outdated
"python.snippet.launch.watson.label": "Python: Application Watson", | ||
"python.snippet.launch.watson.description": "Debugger une Application Watson", | ||
"python.snippet.launch.attach.label": "Python: Attacher", | ||
"python.snippet.launch.attach.description": "Attacher le debugger pour un debugging distant", |
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.
débogueur or débugueur (yeah I know, the second one is weird, but it's the French adaptation of the English word - if you picked Débugger earlier, use that one)
package.nls.fr.json
Outdated
"python.snippet.launch.attach.label": "Python: Attacher", | ||
"python.snippet.launch.attach.description": "Attacher le debugger pour un debugging distant", | ||
"python.snippet.launch.scrapy.label": "Python: Scrapy", | ||
"python.snippet.launch.scrapy.description": "Scrapy avec un Terminal intégré" |
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.
terminal
package.nls.fr.json
Outdated
"python.snippet.launch.attach.description": "Attacher le debugger pour un debugging distant", | ||
"python.snippet.launch.scrapy.label": "Python: Scrapy", | ||
"python.snippet.launch.scrapy.description": "Scrapy avec un Terminal intégré" | ||
} |
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.
no new line at EOF
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.
Thats kinda better, thanks for your fix :)
@PixiBixi FYI we go into code freeze for the next release on Monday, April 30, so if we can get the required changes in by then we can include this in the April release. 😄 |
Since we aren't getting follow-up from @PixiBixi , anyone can feel free to fork this and submit a new PR with a French translation. |
Ohhh i had absolutely forget this PR @brettcannon, sorry ! I'll try to fix it in the week :) |
@PixiBixi thanks! |
@PixiBixi let me know if you need help, I can pick this up if need be. |
Hugues might be interested in reviewing.
…On Sat, Jun 9, 2018 at 3:58 PM Nathan Gaberel ***@***.***> wrote:
@PixiBixi <https://github.com/PixiBixi> let me know if you need help, I
can pick this up if need be.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1394 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAtUVBN8nAVWXzwijf2Qkdt9262Ki_8Bks5t7FMXgaJpZM4TTtH8>
.
|
@huguesv feel free to provide feedback if you want (or a |
package.nls.fr.json
Outdated
"python.snippet.launch.flask.label": "Python: Flask (0.11.x ou supérieur)", | ||
"python.snippet.launch.flask.description": "Débugger une application Flask", | ||
"python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x ou antérieur)", | ||
"python.snippet.launch.flaskOld.description": "Debug une application Flask de l'ancien style", |
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.
One last thing, I think the "Debug" here should be changed to "Débugger" to be consistent with the other wording.
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.
"de l'ancien style" is very vague, I think we should use "version" instead. Maybe something like "Débugger une application Flask (ancienne version)"?
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.
Why not follow the label description:
Débugger une application Flask (0.10.x ou antérieur)
package.nls.fr.json
Outdated
"python.snippet.launch.flask.label": "Python: Flask (0.11.x ou supérieur)", | ||
"python.snippet.launch.flask.description": "Débugger une application Flask", | ||
"python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x ou antérieur)", | ||
"python.snippet.launch.flaskOld.description": "Debug une application Flask de l'ancien style", |
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.
"de l'ancien style" is very vague, I think we should use "version" instead. Maybe something like "Débugger une application Flask (ancienne version)"?
package.nls.fr.json
Outdated
"python.command.python.runLinting.title": "Exécuter le linting", | ||
"python.snippet.launch.standard.label": "Python: Fichier actuel", | ||
"python.snippet.launch.standard.description": "Débugger un programme Python avec la sortie standard", | ||
"python.snippet.launch.pyspark.label": "Python: PySpark", |
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.
There's a space before the colon in French: "Python : PySpark". Same for all other labels below.
package.nls.fr.json
Outdated
"python.snippet.launch.watson.label": "Python: Application Watson", | ||
"python.snippet.launch.watson.description": "Débugger une Application Watson", | ||
"python.snippet.launch.attach.label": "Python: Attacher", | ||
"python.snippet.launch.attach.description": "Attacher le débugger pour un debugging distant", |
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.
The noun "débugger" (debugger) is spelt exactly the same as the verb "débugger" (to debug), is there a different spelling we could use to make it clearer?
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.
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.
I agree for consistency, if general VSCode is already doing "Déboguer/débogage/débogueurs", we should use it here as well.
I have gone ahead and merged this with the latest round of comments. If there is anything people want changed before the next release (scheduled for Monday), please send a PR. I will send out a separate PR to add the translation to the README and the news entry. Thanks to everyone who helped with this! |
Add french language to the vscode-python plugin :)