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

PR: Update translations for 5.2.1 #16983

Merged
merged 2 commits into from
Dec 8, 2021
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
1,079 changes: 589 additions & 490 deletions spyder/locale/de/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,118 changes: 615 additions & 503 deletions spyder/locale/es/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

970 changes: 509 additions & 461 deletions spyder/locale/fa/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,063 changes: 578 additions & 485 deletions spyder/locale/fr/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

960 changes: 502 additions & 458 deletions spyder/locale/hr/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

990 changes: 525 additions & 465 deletions spyder/locale/hu/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,085 changes: 593 additions & 492 deletions spyder/locale/ja/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,024 changes: 549 additions & 475 deletions spyder/locale/pl/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,088 changes: 595 additions & 493 deletions spyder/locale/pt_BR/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,083 changes: 591 additions & 492 deletions spyder/locale/ru/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

834 changes: 417 additions & 417 deletions spyder/locale/spyder.pot

Large diffs are not rendered by default.

1,013 changes: 542 additions & 471 deletions spyder/locale/uk/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,068 changes: 582 additions & 486 deletions spyder/locale/zh_CN/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions spyder/plugins/ipythonconsole/widgets/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
SPYDER_KERNELS_VERSION = (
f'>={SPYDER_KERNELS_MIN_VERSION};<{SPYDER_KERNELS_MAX_VERSION}')
SPYDER_KERNELS_VERSION_MSG = _(
'>= {0} and < {1}'.format(
SPYDER_KERNELS_MIN_VERSION, SPYDER_KERNELS_MAX_VERSION))
'>= {0} and < {1}').format(
SPYDER_KERNELS_MIN_VERSION, SPYDER_KERNELS_MAX_VERSION)
SPYDER_KERNELS_CONDA = (
f'conda install spyder-kernels={SPYDER_KERNELS_MIN_VERSION[:-2]}')
SPYDER_KERNELS_PIP = (
Expand Down Expand Up @@ -1528,11 +1528,11 @@ def create_new_client(self, give_focus=True, filename='', is_cython=False,
"<br><br>"
"<tt>{1}</tt>"
"<br><br>or<br><br>"
"<tt>{2}</tt>".format(
"<tt>{2}</tt>").format(
SPYDER_KERNELS_VERSION_MSG,
SPYDER_KERNELS_CONDA,
SPYDER_KERNELS_PIP
))
)
)
return

Expand Down