Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ DSL style
=========

In the DSL style, you work with examples in the ``boilerplate.java17.repository.EmployeeRepository``
and the :doc:`criteria-api` for operations.
and the :doc:`query-dsl` for operations.

SELECT
------
Expand Down
6 changes: 3 additions & 3 deletions docs/locale/ja/LC_MESSAGES/getting-started.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: doma-docs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-04 12:21+0900\n"
"POT-Creation-Date: 2024-11-04 12:36+0900\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -116,8 +116,8 @@ msgid "DSL style"
msgstr "DSL スタイル"

#: ../../getting-started.rst:85
msgid "In the DSL style, you work with examples in the ``boilerplate.java17.repository.EmployeeRepository`` and the :doc:`criteria-api` for operations."
msgstr "DSL スタイルでは、 ``boilerplate.java17.repository.EmployeeRepository`` と :doc:`criteria-api` の例を使用します。"
msgid "In the DSL style, you work with examples in the ``boilerplate.java17.repository.EmployeeRepository`` and the :doc:`query-dsl` for operations."
msgstr "DSL スタイルでは、``boilerplate.java17.repository.EmployeeRepository`` と :doc:`query-dsl` を使った例を使用します。"

#: ../../getting-started.rst:89
msgid "SELECT"
Expand Down