Skip to content

Commit f48da7f

Browse files
youshenfanawvwgk
authored andcommitted
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 62.8% (3722 of 5921 strings) Translation: Fortran programming language/Fortran webpage Translate-URL: https://hosted.weblate.org/projects/fortran-lang/webpage/zh_Hans/
1 parent e130da0 commit f48da7f

File tree

1 file changed

+41
-27
lines changed

1 file changed

+41
-27
lines changed

locale/zh_CN/LC_MESSAGES/index.po

Lines changed: 41 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ msgstr ""
99
"Project-Id-Version: Fortran-lang.org website\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-09-29 16:02+0200\n"
12-
"PO-Revision-Date: 2024-07-09 14:09+0000\n"
13-
"Last-Translator: 左志华 <zuo.zhihua@qq.com>\n"
14-
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
15-
"fortran-lang/webpage/zh_Hans/>\n"
12+
"PO-Revision-Date: 2025-04-27 03:14+0000\n"
13+
"Last-Translator: Wenki <1140318731@qq.com>\n"
14+
"Language-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/"
15+
"projects/fortran-lang/webpage/zh_Hans/>\n"
1616
"Language: zh_CN\n"
1717
"MIME-Version: 1.0\n"
1818
"Content-Type: text/plain; charset=utf-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=1; plural=0;\n"
21-
"X-Generator: Weblate 5.7-dev\n"
21+
"X-Generator: Weblate 5.12-dev\n"
2222
"Generated-By: Babel 2.10.3\n"
2323

2424
#: ../../source/community.md:10
@@ -802,7 +802,7 @@ msgstr "迷你书有两种格式类型:"
802802
msgid ""
803803
"**Single-page:** all content is written within a single markdown file and "
804804
"displayed on a single webpage;"
805-
msgstr "**单页:** 所有内容都写在一个 markdown 文件中,并显示在单个网页上"
805+
msgstr "**单页:** 所有内容都写在一个 markdown 文件中,并显示在单个网页上;"
806806

807807
#: ../../source/community/minibooks.md:17
808808
msgid ""
@@ -4542,18 +4542,19 @@ msgstr "编译器支持的选项也不同,但总的来说:"
45424542
msgid ""
45434543
"Options for optimising the code — resulting in faster programs or smaller "
45444544
"memory footprints;"
4545-
msgstr "优化代码的选项——导致更快的程序或更小的内存占用;"
4545+
msgstr "优化代码的选项——实现更快的程序或更小的内存占用;"
45464546

45474547
#: ../../source/learn/building_programs/compiling_source.md:99
45484548
msgid ""
45494549
"Options for checking the source code — checks that a variable is not used "
45504550
"before it has been given a value, for instance or checks if some extension to"
45514551
" the language is used;"
4552-
msgstr "检查源代码的选项——例如检查变量在被赋予值之前是否未被使用,或者检查是否使用了语言的某些扩展;"
4552+
msgstr "检查源代码的选项——例如检查变量在被赋予值之前是否未被使用,或者检查是否使用了"
4553+
"语言的某些扩展;"
45534554

45544555
#: ../../source/learn/building_programs/compiling_source.md:102
45554556
msgid "Options for the location of include or module files, see below;"
4556-
msgstr "包含或模块文件位置的选项,见下文"
4557+
msgstr "包含或模块文件位置的选项,见下文;"
45574558

45584559
#: ../../source/learn/building_programs/compiling_source.md:103
45594560
msgid "Options for debugging."
@@ -21720,19 +21721,19 @@ msgid ""
2172021721
"lang.org/learn/quickstart/derived_types) tutorial with a comprehensive "
2172121722
"overview of derived types;"
2172221723
msgstr ""
21723-
"[#98](https://github.com/fortran-lang/fortran-lang.org/pull/"
21724-
"98):更新了[快速入门迷你书](https://fortran-lang.org/learn/quickstart/"
21725-
"derived_types) 教程,全面概述派生类型"
21724+
"[#98](https://github.com/fortran-lang/fortran-lang.org/pull/98):更新了"
21725+
"[快速入门迷你书](https://fortran-lang.org/learn/quickstart/derived_types) "
21726+
"教程,全面概述派生类型;"
2172621727

2172721728
#: ../../source/news/2020/07-01-Fortran-Newsletter-July-2020.md:19
2172821729
msgid ""
2172921730
"[#99](https://github.com/fortran-lang/fortran-lang.org/pull/99): added a "
2173021731
"second mini-book tutorial to the [Learn](https://fortran-lang.org/learn) page"
2173121732
" on building compiled programs and libraries;"
2173221733
msgstr ""
21733-
"[#99](https://github.com/fortran-lang/fortran-lang.org/pull/99):在 "
21734-
"[Learn](https://fortran-lang.org/learn) "
21735-
"中添加了第二本迷你书教程,关于构建编译程序和库"
21734+
"[#99](https://github.com/fortran-lang/fortran-lang.org/pull/99): 在 [Learn]"
21735+
"(https://fortran-lang.org/learn) "
21736+
"中添加了第二本迷你书教程,关于构建编译程序和库;"
2173621737

2173721738
#: ../../source/news/2020/07-01-Fortran-Newsletter-July-2020.md:21
2173821739
msgid ""
@@ -26339,13 +26340,15 @@ msgstr ""
2633926340

2634026341
#: ../../source/news/2021/04-01-Fortran-Newsletter-April-2021.md:190
2634126342
msgid "[PR#1010 LLVM 12 upgrade](https://github.com/flang-compiler/flang/pull/1010)"
26342-
msgstr ""
26343+
msgstr "[PR#1010 LLVM 12 升级](https://github.com/flang-compiler/flang/pull/1010)"
2634326344

2634426345
#: ../../source/news/2021/04-01-Fortran-Newsletter-April-2021.md:191
2634526346
msgid ""
2634626347
"[PR#1012 Remove release_90 from Github Actions](https://github.com/flang-"
2634726348
"compiler/flang/pull/1012)"
2634826349
msgstr ""
26350+
"[PR#1012 移除 release_90从Github Actions](https://github.com/flang-compiler/"
26351+
"flang/pull/1012)"
2634926352

2635026353
#: ../../source/news/2021/04-01-Fortran-Newsletter-April-2021.md:197
2635126354
msgid "New Driver:"
@@ -26623,7 +26626,7 @@ msgstr ""
2662326626
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:386
2662426627
#: ../../source/news/2022/06-09-Fortran-Newsletter-June-2022.md:496
2662526628
msgid "[fortran-lang/fpm-haskell](https://github.com/fortran-lang/fpm-haskell)"
26626-
msgstr ""
26629+
msgstr "[fortran-lang/fpm-haskell](https://github.com/fortran-lang/fpm-haskell)"
2662726630

2662826631
#: ../../source/news/2021/04-01-Fortran-Newsletter-April-2021.md:300
2662926632
#: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:236
@@ -26640,10 +26643,13 @@ msgstr ""
2664026643
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:269
2664126644
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:389
2664226645
#: ../../source/news/2022/06-09-Fortran-Newsletter-June-2022.md:499
26646+
#, fuzzy
2664326647
msgid ""
2664426648
"[fortran-lang/fortran-forum-article-template](https://github.com/fortran-lang"
2664526649
"/fortran-forum-article-template)"
2664626650
msgstr ""
26651+
"[fortran-lang/fortran-forum-article-template](https://github.com/"
26652+
"fortran-lang/fortran-forum-article-template)"
2664726653

2664826654
#: ../../source/news/2021/04-20-First-Year.md:7
2664926655
msgid "First year of the Fortran website"
@@ -26682,7 +26688,7 @@ msgstr "以下这些是您能够参与的方式:"
2668226688

2668326689
#: ../../source/news/2021/04-20-First-Year.md:23
2668426690
msgid "[Fortran Discourse](https://fortran-lang.discourse.group/) discussion forum"
26685-
msgstr ""
26691+
msgstr "[Fortran Discourse](https://fortran-lang.discourse.group/) 讨论区"
2668626692

2668726693
#: ../../source/news/2021/04-20-First-Year.md:24
2668826694
msgid ""
@@ -26732,29 +26738,37 @@ msgid ""
2673226738
"[#244](https://github.com/fortran-lang/fortran-lang.org/pull/244): Add a "
2673326739
"first year announcement"
2673426740
msgstr ""
26741+
"[#244](https://github.com/fortran-lang/fortran-lang.org/pull/244): "
26742+
"增加首年预告"
2673526743

2673626744
#: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:19
2673726745
msgid ""
2673826746
"[#236](https://github.com/fortran-lang/fortran-lang.org/pull/236): Add "
2673926747
"dl_poly_4 to package index"
2674026748
msgstr ""
26749+
"[#236](https://github.com/fortran-lang/fortran-lang.org/pull/236): "
26750+
"增加dl_poly_4到index包"
2674126751

2674226752
#: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:21
2674326753
msgid ""
2674426754
"[#220](https://github.com/fortran-lang/fortran-lang.org/pull/220): Include "
2674526755
"learn resources to online courses"
2674626756
msgstr ""
26757+
"[#220](https://github.com/fortran-lang/fortran-lang.org/pull/220): "
26758+
"将学习资源包含到在线课程上"
2674726759

2674826760
#: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:28
2674926761
#: ../../source/news/2021/06-01-Fortran-Newsletter-June-2021.md:30
2675026762
msgid ""
2675126763
"[#246](https://github.com/fortran-lang/fortran-lang.org/pull/246) (WIP): "
2675226764
"Transferring fortran90.org “Fortran Best Practise” into a mini-book"
2675326765
msgstr ""
26766+
"[#246](https://github.com/fortran-lang/fortran-lang.org/pull/246) (WIP): "
26767+
"将fortran90.org的“Fortran Best Practise”转成迷你书"
2675426768

2675526769
#: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:38
2675626770
msgid "[#391](https://github.com/fortran-lang/stdlib/pull/391): Add issue templates"
26757-
msgstr ""
26771+
msgstr "[#391](https://github.com/fortran-lang/stdlib/pull/391): 增加issue模板"
2675826772

2675926773
#: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:40
2676026774
msgid ""
@@ -36597,7 +36611,7 @@ msgstr ""
3659736611
msgid ""
3659836612
"Easy examples of scientific computing with modern, powerful, easy Fortran "
3659936613
"2018 standard"
36600-
msgstr ""
36614+
msgstr "使用现代、强大、简单的Fortran 2018标准进行科学计算的简单示例"
3660136615

3660236616
#: ../../source/packages/examples.md:49
3660336617
msgid ""
@@ -36608,19 +36622,19 @@ msgstr ""
3660836622

3660936623
#: ../../source/packages/examples.md:59
3661036624
msgid "Fortran patterns"
36611-
msgstr "Fortran patterns"
36625+
msgstr "Fortran模式"
3661236626

3661336627
#: ../../source/packages/examples.md:67
3661436628
msgid "Popular design patterns implemented in Fortran"
36615-
msgstr ""
36629+
msgstr "以Fortran完成的流行设计模式"
3661636630

3661736631
#: ../../source/packages/examples.md:77 ../../source/packages/numerical.md:611
3661836632
msgid "Numerical methods in fortran"
36619-
msgstr ""
36633+
msgstr "fortran中的数值方法"
3662036634

3662136635
#: ../../source/packages/examples.md:85 ../../source/packages/numerical.md:619
3662236636
msgid "Solving linear, nonlinear equations, ordinary differential equations"
36623-
msgstr ""
36637+
msgstr "求解线性、非线性方程、常微分方程"
3662436638

3662536639
#: ../../source/packages/examples.md:88 ../../source/packages/numerical.md:622
3662636640
msgid ""
@@ -36638,19 +36652,19 @@ msgstr ""
3663836652

3663936653
#: ../../source/packages/examples.md:116
3664036654
msgid "Tsunami"
36641-
msgstr ""
36655+
msgstr "海啸"
3664236656

3664336657
#: ../../source/packages/examples.md:124
3664436658
msgid "A parallel shallow water equations solver"
36645-
msgstr ""
36659+
msgstr "并行浅水方程求解器"
3664636660

3664736661
#: ../../source/packages/graphics.md:16 ../../source/packages/interfaces.md:93
3664836662
msgid "f03gl"
3664936663
msgstr ""
3665036664

3665136665
#: ../../source/packages/graphics.md:19 ../../source/packages/interfaces.md:96
3665236666
msgid "Fortran 2003 interface to OpenGL"
36653-
msgstr ""
36667+
msgstr "Fortran 2003接口到OpenGL"
3665436668

3665536669
#: ../../source/packages/graphics.md:22 ../../source/packages/interfaces.md:99
3665636670
msgid "Tags: {bdg-light}`graphics` {bdg-light}`interface` {bdg-light}`opengl`"

0 commit comments

Comments
 (0)