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

Commit f9fd5e0

Browse files
committed
Update po files
1 parent 8b1258d commit f9fd5e0

File tree

3 files changed

+34
-37
lines changed

3 files changed

+34
-37
lines changed

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

Lines changed: 16 additions & 16 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: 2024-05-15 23:36+0900\n"
5+
"POT-Creation-Date: 2024-05-18 21:56+0900\n"
66
"Last-Translator: \n"
77
"Language-Team: Japanese\n"
88
"MIME-Version: 1.0\n"
@@ -178,7 +178,7 @@ msgid "Setting options in Eclipse"
178178
msgstr "Eclipse でのオプションの設定"
179179

180180
#: ../../annotation-processing.rst:154
181-
#: ../../annotation-processing.rst:207
181+
#: ../../annotation-processing.rst:209
182182
msgid "Gradle"
183183
msgstr ""
184184

@@ -187,43 +187,43 @@ msgid "Use the Gradle plugin `com.diffplug.eclipse.apt <https://plugins.gradle.o
187187
msgstr "Gradle プラグイン `com.diffplug.eclipse.apt <https://plugins.gradle.org/plugin/com.diffplug.eclipse.apt>`_ と ``processorArgs`` プロパティを使用します。"
188188

189189
#: ../../annotation-processing.rst:196
190-
msgid "When you run ``gradle eclipse``, eclipse setting files are generated."
191-
msgstr "``gradle eclipse`` を実行するとeclipseの設定ファイルが生成されます。"
190+
msgid "Right-click on the project in Eclipse and select Gradle > Refresh Gradle Project. This will reflect the Gradle annotation processing options in Eclipse."
191+
msgstr "Eclipse でプロジェクトを右クリックし、Gradle > Refresh Gradle Project を選択します。これにより Gradle に指定したアノテーションプロセッサのオプションが Eclipse へ反映されます。"
192192

193-
#: ../../annotation-processing.rst:199
194-
#: ../../annotation-processing.rst:213
193+
#: ../../annotation-processing.rst:200
194+
#: ../../annotation-processing.rst:215
195195
msgid "Maven"
196196
msgstr ""
197197

198-
#: ../../annotation-processing.rst:201
199-
msgid "See :ref:`build-with-eclipse`."
200-
msgstr ":ref:`build-with-eclipse` を参照してください。"
198+
#: ../../annotation-processing.rst:202
199+
msgid "Right-click on the project in Eclipse and select Maven > Update Project.... This will reflect the Maven annotation processing options in Eclipse."
200+
msgstr "Eclipse でプロジェクトを右クリックし、Maven > Update Project... を選択します。これにより Maven のアノテーションプロセッサのオプションが Eclipse へ反映されます。"
201201

202-
#: ../../annotation-processing.rst:204
202+
#: ../../annotation-processing.rst:206
203203
msgid "Setting options in IntelliJ IDEA"
204204
msgstr "IntelliJ IDEA でのオプションの設定"
205205

206-
#: ../../annotation-processing.rst:209
206+
#: ../../annotation-processing.rst:211
207207
msgid "Import your project as a Gradle project. In the case, the options written in build.gradle(.kts) are used."
208208
msgstr "Gradle プロジェクトとしてプロジェクトをインポートします。この場合、build.gradle(.kts)に書かれたオプションが使用されます。"
209209

210-
#: ../../annotation-processing.rst:215
210+
#: ../../annotation-processing.rst:217
211211
msgid "Import your project as a Maven project. In the case, the options written in pom.xml are used."
212212
msgstr "プロジェクトを Maven プロジェクトとしてインポートします。この場合、pom.xml に書かれたオプションが使用されます。"
213213

214-
#: ../../annotation-processing.rst:219
214+
#: ../../annotation-processing.rst:221
215215
msgid "Setting options with configuration file"
216216
msgstr "設定ファイルによるオプションの設定"
217217

218-
#: ../../annotation-processing.rst:221
218+
#: ../../annotation-processing.rst:223
219219
msgid "The options specified in the ``doma.compile.config`` file are available in all build tools such as Eclipse, IDEA, Gradle and so on."
220220
msgstr "``doma.compile.config`` ファイルで指定されたオプションは、Eclipse、IDEA、Gradle などのすべてのビルド ツールで使用できます。"
221221

222-
#: ../../annotation-processing.rst:224
222+
#: ../../annotation-processing.rst:226
223223
msgid "The ``doma.compile.config`` file must follow the properties file format and be placed in the root directory such as ``src/main/resources``."
224224
msgstr "``doma.compile.config`` ファイルはプロパティファイル形式に従い、``src/main/resources`` などのルート ディレクトリに配置する必要があります。"
225225

226-
#: ../../annotation-processing.rst:228
226+
#: ../../annotation-processing.rst:230
227227
msgid "The options specified in the ``doma.compile.config`` file are overridden by the ones specific to the build tools."
228228
msgstr "``doma.compile.config`` ファイルで指定されたオプションは、ビルドツールに固有のオプションによって上書きされます。"
229229

docs/locale/ja/LC_MESSAGES/build.po

Lines changed: 15 additions & 18 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: 2024-05-15 23:36+0900\n"
5+
"POT-Creation-Date: 2024-05-18 21:56+0900\n"
66
"Last-Translator: \n"
77
"Language-Team: Japanese\n"
88
"MIME-Version: 1.0\n"
@@ -81,7 +81,7 @@ msgid "To simplify your build.script(.kts), we recommend that you use the `org.s
8181
msgstr "build.script(.kts) を簡素化するには、`org.seasar.doma.compile`_ プラグインを使用することをお勧めします。"
8282

8383
#: ../../build.rst:62
84-
#: ../../build.rst:124
84+
#: ../../build.rst:122
8585
msgid "See build.gradle.kts in the `getting-started`_ repository as an example."
8686
msgstr "例として、`getting-started`_ リポジトリの build.gradle.kts を参照してください。"
8787

@@ -98,40 +98,37 @@ msgid "Build with Eclipse"
9898
msgstr "Eclipse でビルドする"
9999

100100
#: ../../build.rst:117
101-
#: ../../build.rst:147
101+
#: ../../build.rst:146
102102
msgid "Gradle"
103103
msgstr ""
104104

105105
#: ../../build.rst:119
106-
msgid "Generate eclipse setting files with Gradle, and then import your project into Eclipse. To generate the setting files, run ``gradle cleanEclipse eclipse``."
107-
msgstr "Gradle で Eclipse 設定ファイルを生成し、プロジェクトを Eclipse にインポートします。設定ファイルを生成するには、 ``gradle cleanEclipse eclipse`` を実行します。"
108-
109-
#: ../../build.rst:122
110-
msgid "To simplify your build.script(.kts), we recommend that you use the `com.diffplug.eclipse.apt`_ plugin."
111-
msgstr "build.script(.kts) を簡素化するには、`com.diffplug.eclipse.apt`_ プラグインを使用することをお勧めします。"
106+
msgid "Import your project as a Gradle project. To reflect Gradle settings in Eclipse, right-click on your project and select Gradle > Refresh Gradle Project."
107+
msgstr "プロジェクトを Gradle プロジェクトとしてインポートしてください。 Eclipse 内で Gradle \n"
108+
" の設定を反映するには、プロジェクトを右クリックし、Gradle > Refresh Gradle Project を選択します。"
112109

113-
#: ../../build.rst:127
114-
#: ../../build.rst:153
110+
#: ../../build.rst:125
111+
#: ../../build.rst:152
115112
msgid "Maven"
116113
msgstr ""
117114

118-
#: ../../build.rst:129
119-
msgid "Import your project as a Maven project."
120-
msgstr "プロジェクトを Maven プロジェクトとしてインポートします。"
115+
#: ../../build.rst:127
116+
msgid "Import your project as a Maven project. To reflect Maven settings in Eclipse, you can right-click on your project then select Maven > Update Project..."
117+
msgstr "プロジェクトを Maven プロジェクトとしてインポートしてください。 Eclipse で Maven の設定を反映するには、プロジェクトを右クリックし、Maven > Update Project...を選択します。"
121118

122-
#: ../../build.rst:133
119+
#: ../../build.rst:132
123120
msgid "You need to add the following argument to the Maven compiler plugin configuration in your pom.xml:"
124121
msgstr "pom.xml の Maven コンパイラプラグイン構成に次の引数を追加する必要があります。"
125122

126-
#: ../../build.rst:144
123+
#: ../../build.rst:143
127124
msgid "Build with IntelliJ IDEA"
128125
msgstr "IntelliJ IDEA でビルドする"
129126

130-
#: ../../build.rst:149
127+
#: ../../build.rst:148
131128
msgid "Import your project as a Gradle project. Build and run using Gradle."
132129
msgstr "プロジェクトを Gradle プロジェクトとしてインポートし、Gradle を使用してビルドします。"
133130

134-
#: ../../build.rst:155
131+
#: ../../build.rst:154
135132
msgid "Import your project as a Maven project. Build and run using Maven."
136133
msgstr "プロジェクトを Maven プロジェクトとしてインポートし、 Maven を使用してビルドします。"
137134

docs/locale/ja/LC_MESSAGES/getting-started.po

Lines changed: 3 additions & 3 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: 2024-03-17 13:53+0000\n"
5+
"POT-Creation-Date: 2024-05-18 21:56+0900\n"
66
"Last-Translator: \n"
77
"Language-Team: Japanese\n"
88
"MIME-Version: 1.0\n"
@@ -80,8 +80,8 @@ msgid "Eclipse"
8080
msgstr ""
8181

8282
#: ../../getting-started.rst:59
83-
msgid "Tested on Eclipse 4.23.0. Generate Eclipse project files using ``./gradlew eclipse`` before importing the java-8 and java-17 projects into your workspace."
84-
msgstr "Eclipse 4.23.0でテストされています。``./gradlew eclipse`` を使用してEclipseプロジェクトファイルを生成し、java-8およびjava-17プロジェクトをワークスペースにインポートしてください。なお、その際、Gradleのプロジェクトとしてインポートするのではなく通常のプロジェクトとしてインポートしてください。"
83+
msgid "Tested on Eclipse 4.23.0. Import the getting-started project as a Gradle project."
84+
msgstr "Eclipse 4.23.0でテスト済みです。getting-started プロジェクトを Gradle プロジェクトとしてインポートしてください。"
8585

8686
#: ../../getting-started.rst:64
8787
msgid "If you want to store SQL statements in files, `Doma Tools <https://github.com/domaframework/doma-tools>`_ can help you."

0 commit comments

Comments
 (0)