Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 2b6d91f

Browse files
committed
Fix translation errors and formatting inconsistencies in docs
1 parent 39925e3 commit 2b6d91f

File tree

13 files changed

+75
-74
lines changed

13 files changed

+75
-74
lines changed

docs/codegen.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ These files include:
581581
- SQL files
582582

583583
To create custom templates, copy the default files, modify their contents without changing the filenames,
584-
and place them in the directory specified by the `templateDir` option.
584+
and place them in the directory specified by the ``templateDir`` option.
585585

586586
.. tabs::
587587

docs/locale/ja/LC_MESSAGES/annotation-processing.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ msgstr "アノテーション処理中にデバッグログを出力するかど
6969

7070
#: ../../annotation-processing.rst:47
7171
msgid "doma.domain.converters"
72-
msgstr ""
72+
msgstr "doma.domain.converters"
7373

7474
#: ../../annotation-processing.rst:49
7575
msgid "The fully qualified names of classes annotated with ``@DomainConverters``. Multiple names should be provided as a comma-separated list. This option is used to locate external domain classes."

docs/locale/ja/LC_MESSAGES/codegen.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: doma-docs\n"
44
"Report-Msgid-Bugs-To: \n"
5-
"POT-Creation-Date: 2025-05-03 18:54+0900\n"
5+
"POT-Creation-Date: 2025-05-05 09:03+0900\n"
66
"Last-Translator: \n"
77
"Language-Team: Japanese\n"
88
"MIME-Version: 1.0\n"
@@ -711,7 +711,7 @@ msgstr ""
711711

712712
#: ../../codegen.rst:572
713713
msgid "DAO source files"
714-
msgstr "DAO のソースファイル"
714+
msgstr "DAOのソースファイル"
715715

716716
#: ../../codegen.rst:573
717717
msgid "sqlTest.ftl"
@@ -744,8 +744,8 @@ msgid "selectByIdAndVersion.sql.ftl"
744744
msgstr ""
745745

746746
#: ../../codegen.rst:583
747-
msgid "To create custom templates, copy the default files, modify their contents without changing the filenames, and place them in the directory specified by the `templateDir` option."
748-
msgstr "カスタムテンプレートを作成するには、デフォルトファイルをコピーし、ファイル名を変更せずにその内容を変更し、`templateDir`オプションで指定されたディレクトリに配置します。"
747+
msgid "To create custom templates, copy the default files, modify their contents without changing the filenames, and place them in the directory specified by the ``templateDir`` option."
748+
msgstr "カスタムテンプレートを作成するには、既定のファイルをコピーし、ファイル名を変更せずに内容を変更します。 そして ``templateDir`` オプションで指定したディレクトリに配置します。"
749749

750750
#: ../../codegen.rst:629
751751
msgid "The Doma CodeGen Plugin uses `Apache FreeMarker <https://freemarker.apache.org/>`_ to process the template files."

docs/locale/ja/LC_MESSAGES/criteria-api.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ msgstr "また、offset 式では、OFFSET 句を構築するために null 以
704704

705705
#: ../../criteria-api.rst:1041
706706
msgid "For Update expression (Entityql, NativeSql)"
707-
msgstr " For update 式 (Entityql、NativeSql)"
707+
msgstr "For update 式 (Entityql、NativeSql)"
708708

709709
#: ../../criteria-api.rst:1060
710710
msgid "Union expression (NativeSql)"

docs/locale/ja/LC_MESSAGES/domain.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ msgstr "コンテンツ"
2525

2626
#: ../../domain.rst:8
2727
msgid "A domain class represents a table column and allows you to handle column values as Java objects. In the Doma framework, a **domain** refers to all the values that a data type may contain. In essence, a domain class is a user-defined class that can be mapped to a database column. Using domain classes is optional but recommended for type safety."
28-
msgstr "ドメインクラスはデータベースのカラムを表し、カラムの値をJavaオブジェクトとして処理できるようにします。Domaフレームワークでは、\"ドメイン\"はデータ型に含まれる可能性のあるすべての値を意味します。つまり、ドメインクラスは、カラムにマップできるユーザー定義のクラスです。ドメインクラスの使用はオプションですが、型の安全性のために推奨されます。"
28+
msgstr "ドメインクラスはデータベースのカラムを表し、カラムの値をJavaオブジェクトとして処理できるようにします。Domaフレームワークでは、 **ドメイン** はデータ型に含まれる可能性のあるすべての値を意味します。つまり、ドメインクラスは、カラムにマップできるユーザー定義のクラスです。ドメインクラスの使用はオプションですが、型の安全性のために推奨されます。"
2929

3030
#: ../../domain.rst:13
3131
msgid "Every domain class is either an internal domain class or an external domain class."

docs/locale/ja/LC_MESSAGES/embeddable.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ msgstr "埋め込み可能クラスの定義"
3333

3434
#: ../../embeddable.rst:13
3535
msgid "Here is an example of how to define an embeddable class:"
36-
msgstr "埋め込み可能クラスを定義する方法の例を示します:"
36+
msgstr "埋め込み可能クラスを定義する方法を示します:"
3737

3838
#: ../../embeddable.rst:34
3939
msgid "You can apply the ``@Embeddable`` annotation to both classes and records:"

0 commit comments

Comments
 (0)