Skip to content

Commit

Permalink
[ci skip] 24860059325
Browse files Browse the repository at this point in the history
  • Loading branch information
getfem-auto-update committed May 12, 2024
1 parent a94e48c commit 03c5e68
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 12 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/.tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -2616,7 +2616,7 @@ file_filter = source/locale/<lang>/LC_MESSAGES/whatsnew/index.po
source_file = locale/whatsnew/index.pot
type = PO
minimum_perc = 0
resource_name = whatsnew--index
replace_edited_strings = false
keep_translations = false
resource_name = whatsnew--index

Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Tetsuo Koyama <tkoyama010@gmail.com>, 2021
# Tetsuo Koyama <tkoyama010@gmail.com>, 2024
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: GetFEM 5.4.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-05-11 01:15+0000\n"
"POT-Creation-Date: 2024-05-12 01:21+0000\n"
"PO-Revision-Date: 2020-04-26 01:50+0000\n"
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2021\n"
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/tkoyama010/teams/87607/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -175,6 +175,9 @@ msgid ""
"int order[, string bcX_low[, string bcY_low[, string bcZ_low]][, string "
"bcX_high[, string bcY_high[, string bcZ_high]]]])``"
msgstr ""
"``MF = gf_mesh_fem('bspline_uniform', mesh m, int NX[, int NY[, int NZ]], "
"int order[, string bcX_low[, string bcY_low[, string bcZ_low]][, string "
"bcX_high[, string bcY_high[, string bcZ_high]]]])``"

#: ../source/matlab_octave/cmdref_gf_mesh_fem.rst:104
msgid ""
Expand All @@ -185,6 +188,11 @@ msgid ""
"with `bcX_low`, `bcY_low`, `bcZ_low`, `bcX_high`, `bcY_high`, and `bcZ_high`"
" set to 'free' (default) or 'periodic' or 'symmetry'."
msgstr ""
"メッシュ `m` にmesh_femを作成します.その基本関数は,次数 `order` の bspline 基底に対応するグローバル関数であり, `m`"
" のバウンディングボックス全体に渡る NX x NY グリッド (1D で NX または2Dで NX x NY) に配置される.オプションとして, "
"領域の端に境界条件を定義することができます. `bcX_low`, `bcY_low`, `bcZ_low`, `bcX_high`, "
"`bcY_high`, と `bcZ_high` は 'free' (default) または 'periodic', 'symmetry' "
"に設定します."

#: ../source/matlab_octave/cmdref_gf_mesh_fem.rst:113
msgid "``MF = gf_mesh_fem('partial', mesh_fem mf, ivec DOFs[, ivec RCVs])``"
Expand Down
14 changes: 11 additions & 3 deletions doc/sphinx/source/locale/ja/LC_MESSAGES/python/cmdref_MeshFem.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Tetsuo Koyama <tkoyama010@gmail.com>, 2021
# Tetsuo Koyama <tkoyama010@gmail.com>, 2024
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: GetFEM 5.4.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-05-11 01:15+0000\n"
"POT-Creation-Date: 2024-05-12 01:21+0000\n"
"PO-Revision-Date: 2018-07-16 07:17+0000\n"
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2021\n"
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/tkoyama010/teams/87607/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -172,6 +172,14 @@ msgid ""
"`bcY_low`, `bcZ_low`, `bcX_high`, `bcY_high`, and `bcZ_high` set to 'free' "
"(default) or 'periodic' or 'symmetry'."
msgstr ""
"``MF = MeshFem('bspline_uniform', Mesh m, int NX[, int NY[, int NZ]], int "
"order[, string bcX_low[, string bcY_low[, string bcZ_low]][, string "
"bcX_high[, string bcY_high[, string bcZ_high]]]])`` メッシュ `m` "
"にMeshFemを作成します.その基本関数は,次数 `order` の bspline 基底に対応するグローバル関数であり, `m` "
"のバウンディングボックス全体に渡る NX x NY グリッド (1D で NX または2Dで NX x NY) に配置される.オプションとして, "
"領域の端に境界条件を定義することができます. `bcX_low`, `bcY_low`, `bcZ_low`, `bcX_high`, "
"`bcY_high`, と `bcZ_high` は 'free' (default) または 'periodic', 'symmetry' "
"に設定します."

#: ../../../../../../venv/lib/python3.10/site-packages/getfem/getfem.pydocstring
#: of getfem.getfem.MeshFem:66
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Tetsuo Koyama <tkoyama010@gmail.com>, 2021
# Tetsuo Koyama <tkoyama010@gmail.com>, 2024
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: GetFEM 5.4.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-05-11 01:15+0000\n"
"POT-Creation-Date: 2024-05-12 01:21+0000\n"
"PO-Revision-Date: 2018-07-16 06:59+0000\n"
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2021\n"
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/tkoyama010/teams/87607/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -187,6 +187,9 @@ msgid ""
"int order[, string bcX_low[, string bcY_low[, string bcZ_low]][, string "
"bcX_high[, string bcY_high[, string bcZ_high]]]])``"
msgstr ""
"``MF = gf_mesh_fem('bspline_uniform', mesh m, int NX[, int NY[, int NZ]], "
"int order[, string bcX_low[, string bcY_low[, string bcZ_low]][, string "
"bcX_high[, string bcY_high[, string bcZ_high]]]])``"

#: ../source/scilab/cmdref_gf_mesh_fem.rst:104
msgid ""
Expand All @@ -200,6 +203,14 @@ msgid ""
"<literal>bcY_high</literal>, and <literal>bcZ_high</literal> set to 'free' "
"(default) or 'periodic' or 'symmetry'."
msgstr ""
"メッシュ <literal>m</literal> にmesh_femを作成します.その基本関数は,次数 "
"<literal>order</literal> の bspline 基底に対応するグローバル関数であり, <literal>m</literal> "
"のバウンディングボックス全体に渡る NX x NY グリッド (1D で NX または2Dで NX x NY) に配置される.オプションとして, "
"領域の端に境界条件を定義することができます. <literal>bcX_low</literal>, "
"<literal>bcY_low</literal>, <literal>bcZ_low</literal>, "
"<literal>bcX_high</literal>, <literal>bcY_high</literal>, と "
"<literal>bcZ_high</literal> は 'free' (default) または 'periodic', 'symmetry' "
"に設定します."

#: ../source/scilab/cmdref_gf_mesh_fem.rst:113
msgid "``MF = gf_mesh_fem('partial', mesh_fem mf, ivec DOFs[, ivec RCVs])``"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GetFEM 5.4.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-21 01:18+0000\n"
"POT-Creation-Date: 2024-05-12 01:21+0000\n"
"PO-Revision-Date: 2018-07-16 07:03+0000\n"
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2023\n"
"Language-Team: Japanese (https://app.transifex.com/tkoyama010/teams/87607/ja/)\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GetFEM 5.4.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-21 01:18+0000\n"
"POT-Creation-Date: 2024-05-12 01:21+0000\n"
"PO-Revision-Date: 2018-07-16 07:03+0000\n"
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/tkoyama010/teams/87607/pt_BR/)\n"
"MIME-Version: 1.0\n"
Expand Down

0 comments on commit 03c5e68

Please sign in to comment.