diff --git a/i18n/es/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md b/i18n/es/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
index 5b5812a3901a64..42c036a5336c5e 100644
--- a/i18n/es/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
+++ b/i18n/es/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
@@ -31,14 +31,11 @@ Cuando se crea una lista utilizando una acción estándar (`listStyleType` o `li
When the list is created using [the WP SET ATTRIBUTE command](../commands-legacy/4d-write-pro-attributes.md#lists), no specific margin is managed, by default the marker is added at the left boundary of the paragraph. El desarrollador puede añadir un margen personalizado si es necesario.
-añada una parte sobre el hecho de que usted define dónde empieza su lista ordenada.
-
:::tip Entrada de blog relacionada
[4D Write Pro – Adding a margin automatically when bullets are set using standard actions](https://blog.4d.com/4d-write-pro-adding-a-margin-automatically-when-bullets-are-set-using-standard-actions)
:::
-y el nivel se gestionan con (acciones estándar)
### Listas de múltiples niveles
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md b/i18n/fr/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
index 8fba9f29677991..7d5552502f6e8e 100644
--- a/i18n/fr/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
@@ -31,14 +31,11 @@ Lorsqu'une liste est créée à l'aide d'une action standard (`listStyleType` ou
Lorsque la liste est créée à l'aide de la commande WP SET ATTRIBUTE(../commands-legacy/4d-write-pro-attributes.md#lists), aucune marge spécifique n'est gérée ; par défaut, le marqueur est ajouté à la limite gauche du paragraphe. Le développeur peut ajouter une marge personnalisée si nécessaire.
-add a part about the fact that you define where your ordered list start.
-
:::tip Article(s) de blog sur le sujet
[4D Write Pro - Ajout automatique d'une marge lorsque des puces sont définies à l'aide d'actions standard](https://blog.4d.com/4d-write-pro-adding-a-margin-automatically-when-bullets-are-set-using-standard-actions)
:::
-and the level are managed with (standard actions)
### Multi-level lists
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/API/MethodClass.md b/i18n/ja/docusaurus-plugin-content-docs/current/API/MethodClass.md
index 82126431346141..327b78c31d5962 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/API/MethodClass.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/API/MethodClass.md
@@ -124,18 +124,18 @@ End if
:::tip
-Giving a *name* to your method is recommended if you want to:
+以下のような場合には、 *name* 引数を使用してメソッドに名前をつけることが推奨されます:
-- use persistent method name in the [Custom watch pane of the Debugger](../Debugging/debugger#custom-watch-pane) (anonymous methods are not persistent in the debugger).
-- handle the volatile method using commands such as [`Method get path`](../commands/method-get-path) and [`Method resolve path`](../commands/method-resolve-path) (anonymous methods don't have paths).
+- [デバッガのカスタムウォッチエリア](../Debugging/debugger#カスタムウォッチエリア) 内で一貫したメソッド名を使用する(anonymous なメソッドはデバッガでは永続的ではありません)。
+- [`Method get path`](../commands/method-get-path) や [`Method resolve path`](../commands/method-resolve-path) などのコマンドを使用して揮発性のメソッドを管理する(anonymous なメソッドはパスを持ちません)。
:::
-The resulting 4D.Method object can be checked using [`checkSyntax()`](#checksyntax) and executed using `()`, [`.apply()`](#apply) or [`.call()`](#call).
+返される4D.Method オブジェクトは、[`checkSyntax()`](#checksyntax) を使用してチェックできる他、 `()`、 [`.apply()`](#apply) あるいは [`.call()`](#call) を使用して実行可能です。
:::note
-Named volatile method objects are not project methods, they are not stored in disk files and cannot be called by commands such as [`EXECUTE METHOD`](../commands/execute-method). On the other hand, since they inherit from the [`4D.Function`](./FunctionClass.md) class, they can be used wherever a `4D.Function` object is expected.
+命名された揮発性のメソッドオブジェクトはプロジェクトメソッドではありません。これらはディスクファイル内に保存はされず、[`EXECUTE METHOD`](../commands/execute-method) などのコマンドで呼び出すことはできません。 その一方で、これらは[`4D.Function`](./FunctionClass.md) クラスを継承するため、 `4D.Function` オブジェクトが想定されているところであればどこでも使用可能です。
:::
@@ -190,26 +190,26 @@ var $result:=$m.call(Null; 10; 5) //50
-| 引数 | 型 | | 説明 |
-| --- | ------ | --------------------------- | -------------------------- |
-| 戻り値 | Object | <- | Syntax check result object |
+| 引数 | 型 | | 説明 |
+| --- | ------ | --------------------------- | ------------------- |
+| 戻り値 | Object | <- | シンタックスチェックの結果オブジェクト |
#### 説明
-The `.checkSyntax()` function checks the syntax of the source code of the `4D.Method` object and returns a result object.
+`.checkSyntax()` 関数は `4D.Method` オブジェクトのソースコードに対してシンタックスをチェックし、その結果のオブジェクトを返します。
-The Result object contains the following properties:
+結果オブジェクトには、以下のプロパティが格納されています:
-| プロパティ | | 型 | 説明 |
-| ------- | --------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------- |
-| success | | Boolean | True if no syntax error was detected, false otherwise |
-| errors | | Object の Collection | **以下はerror または warningの場合にのみ返されます**。 Collection of objects describing errors or warnings |
-| | [].isError | Boolean | エラーならTrue、それ以外の場合は警告 |
-| | [].message | Text | Error or warning message |
-| | [].lineNumber | Integer | Line number of error in the code |
+| プロパティ | | 型 | 説明 |
+| ------- | --------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------ |
+| success | | Boolean | シンタックスエラーが何も検出されなかった場合にはTrue、それ以外の場合にはFalse |
+| errors | | Object の Collection | **以下はerror または warningの場合にのみ返されます**。 エラーまたは警告の詳細を格納したオブジェクトのコレクション |
+| | [].isError | Boolean | エラーならTrue、それ以外の場合は警告 |
+| | [].message | Text | エラーならTrue、それ以外の場合は警告 |
+| | [].lineNumber | Integer | コード内でのエラーが発生した行番号 |
#### 例題
@@ -237,7 +237,7 @@ End if
#### 説明
-The `.name` property contains the name of the `4D.Method` object, if it was declared in the *name* parameter of the `new()` constructor. Otherwise, the property is not returned.
+`.name` プロパティには、`new()` コンストラクターの *name* 引数内で宣言されていれば、`4D.Method` オブジェクトの名前が格納されています。 それ以外の場合、プロパティは返されません。
このプロパティは **読み取り専用** です。
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/API/SessionClass.md b/i18n/ja/docusaurus-plugin-content-docs/current/API/SessionClass.md
index 95021205c9d453..b7be5a17df24f1 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/API/SessionClass.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/API/SessionClass.md
@@ -3,7 +3,7 @@ id: SessionClass
title: Session
---
-Session オブジェクトは [`Session`](../commands/session) コマンドによって返されます。 These objects provide the developer with an interface allowing to manage the current session and execute actions such as store contextual data, share information between session processes, launch session-related preemptive processes, or (web context only) manage [privileges](../ORDA/privileges.md).
+Session オブジェクトは [`Session`](../commands/session) コマンドによって返されます。 このオブジェクトは、カレントセッションを管理するためのインターフェースをデベロッパーに対して提供し、コンテキストデータの保存、プロセス間の情報共有、セッションに関連したプリエンプティブプロセスの開始などのアクションの実行や、[アクセス権](../ORDA/privileges.md) の管理(web コンテキストのみ)を可能にします。
:::tip 関連したblog 記事
@@ -19,7 +19,7 @@ Session オブジェクトは [`Session`](../commands/session) コマンドに
このクラスは以下の種類のセッションをサポートしています:
- [**Webユーザーセッション**](WebServer/sessions.md): [プロジェクトにおいてスケーラブルセッションが有効化されている](WebServer/sessions.md#webセッションの有効化) 場合、Webユーザーセッションが利用可能です。 これらは(REST アクセスを含めた)Web 接続に使用され、割り当てられた[権限](../ORDA/privileges.md) によって管理されます。
-- [**Remote user sessions**](../Desktop/sessions.md#remote-user-sessions): In client/server applications, remote users have their own sessions, managed from the client and from the server.
+- [**リモートユーザー セッション**](../Desktop/sessions.md#リモートユーザーセッション): クライアント/サーバーアプリケーションでは、リモートユーザーは、クライアントおよびサーバーから管理される独自のセッションを持ちます。
- [**ストアドプロシージャーセッション**](../Desktop/sessions.md#ストアドプロシージャーセッション): サーバー上で実行される全てのストアドプロシージャーセッションの仮想ユーザーセッション。
- [**スタンドアロンセッション**](../Desktop/sessions.md#standalone-sessions): シングルユーザーアプリケーションで返されるローカルのセッションオブジェクト(クライアント/サーバーアプリケーションの開発およびテストフェーズにおいて有用です)。
@@ -83,7 +83,7 @@ Session オブジェクトは [`Session`](../commands/session) コマンドに
- 権限は、この関数が実行された[セッションの種類](#セッションの種類) に関わらず、Web アクセスを通して実行されたコードにのみ適用されるという点に注意してください。
- この関数は [roles.json](../ORDA/privileges.md#rolesjsonファイル) ファイルで追加されたものであれ [`promote()`](#promote) 関数で追加されたものであれ、Web プロセスから**昇格された権限** を削除しません。
-- For security reasons, this function cannot be called from the client side of a remote user session (an error is returned).
+- セキュリティ上の理由から、この関数はリモートユーザーセッションのクライアント側から呼び出すことはできません(エラーが返されます)。
:::
@@ -131,12 +131,12 @@ $isOK:=Session.clearPrivileges()
*lifespan* に秒単位の値を渡すことで、カスタムのタイムアウト時間を設定することができます。 *lifespan* 引数が省略された場合はデフォルトで:
-- for web sessions, the token is created with the same lifespan as the [`.idleTimeOut`](#idletimeout) of the session.
-- for remote user sessions, the token is created with a 10 seconds lifespan.
+- Web セッションの場合、トークンはセッションの[`.idleTimeOut`](#idletimeout) と同じ有効期限を持って作成されます。
+- リモートユーザーセッションの場合、トークンは10秒の有効期限を持って作成されます。
-In web sessions, the returned token can be used in exchanges with third-party applications or websites to securely identify the session. 例えば、セッションOTP トークンは支払いアプリケーションなどにおいて使用することができます。
+Web セッションにおいては、返されたトークンは、サードパーティアプリケーションや他のWebサイトとのやり取りで使用することでセッションを安全に特定することができます。 例えば、セッションOTP トークンは支払いアプリケーションなどにおいて使用することができます。
-In remote user sessions (and standalone sessions for test purposes), the returned token can be used by 4D to identify requests coming from the web that [share the session](../Desktop/sessions.md#sharing-a-remote-session-for-web-accesses).
+リモートユーザーセッション(あるいはテスト目的でのスタンドアロンセッション)においては、返されたトークンを使用することで、4D が[セッションを共有した](../Desktop/sessions.md#sharing-a-remote-session-for-web-accesses) Web からのリクエストを特定することができます。
OTP トークンについてのより詳細な情報については、[こちらの章](../WebServer/sessions.md#セッショントークンotp)を参照して下さい。
@@ -187,7 +187,7 @@ Web プロセスに複数の権限が追加されていた場合、 `demote()`
:::note 注記
- 権限は、この関数が実行された[セッションの種類](#セッションの種類) に関わらず、Web アクセスを通して実行されたコードにのみ適用されるという点に注意してください。
-- This function cannot be called from the client side of a remote user session (an error is returned).
+- この関数は、リモートユーザーセッションのクライアント側から呼び出すことはできません(エラーが返されます)。
:::
@@ -435,7 +435,7 @@ End if
`.id` プロパティは、ユーザーセッションの固有のID を格納しています。
-4D Server ではこの一意の文字列は、サーバーによって各セッションに対して自動的に割り当てられ、そのプロセスを識別することを可能にします。 It is available in both the `Session` on the server side and on the client side.
+4D Server ではこの一意の文字列は、サーバーによって各セッションに対して自動的に割り当てられ、そのプロセスを識別することを可能にします。 サーバー側とクライアント側の、両方の `Session` から利用可能です。
:::tip
@@ -508,26 +508,26 @@ End if
#### 説明
-The `.info` property describes the session.
+`.info` プロパティは、セッションの情報を格納します。
-- **Remote user sessions** and **Stored procedure sessions**: The `.info` object is the same object as the one returned in the "session" property by the [`Process activity`](../commands/process-activity) command.
+- **リモートユーザーセッション** および **ストアドプロシージャーセッション**の場合: `.info` オブジェクトは[`Process activity`](../commands/process-activity) コマンドの "session" プロパティに返されるオブジェクトと同じです。
- **スタンドアロンセッションの場合**: `.info` オブジェクトは、[`Session info`](../commands/session-info) コマンドで返されるものと同じオブジェクトです。
- **Web ユーザーセッション**: `.info` オブジェクトにはWeb ユーザーセッションにおいて利用可能なプロパティが格納されています。
`.info` オブジェクトには、次のプロパティが格納されています:
-| プロパティ | 型 | 説明 |
-| ---------------- | -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| type | Text | セッションのタイプ: "remote"、"storedProcedure"、"standalone"、"rest"、"web" |
-| userName | Text | 4Dユーザー名 ([`.userName`](#username) と同じ値) |
-| machineName | Text | - Remote sessions: name of the remote machine.
- Client sessions: name of the local machine.
- Stored procedures session: name of the server machine.
- Standalone session: name of the machine
|
-| systemUserName | Text | - Remote sessions: name of the system session opened on the remote machine.
- Client sessions: name of the local system session
|
-| IPAddress | Text | - Remote sessions: IP address of the remote machine.
- Client sessions: IP address of the local machine.
- Standalone session: "localhost"
|
-| hostType | Text | Host type: "windows", "mac", or "browser" |
-| creationDateTime | 日付 (ISO 8601) | Date and time of session creation (standalone session: date and time of application startup) |
-| state | Text | セッションの状態: "active", "postponed", "sleeping" |
-| ID | Text | セッションUUID ([`.id`](#id) と同じ値)) |
-| persistentID | Text | Remote/client sessions: Session's persistent ID |
+| プロパティ | 型 | 説明 |
+| ---------------- | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
+| type | Text | セッションのタイプ: "remote"、"storedProcedure"、"standalone"、"rest"、"web" |
+| userName | Text | 4Dユーザー名 ([`.userName`](#username) と同じ値) |
+| machineName | Text | - リモートセッション: リモートマシンの名前。
- クライアントセッション: ローカルマシンの名前。
- ストアドプロシージャーセッション: サーバーマシンの名前。
- スタンドアロンセッション: マシンの名前
|
+| systemUserName | Text | - リモートセッション: リモートマシン上で開かれたシステムセッションの名前
- クライアントセッション: ローカルシステムセッションの名前
|
+| IPAddress | Text | - リモートセッション: リモートマシンのIP アドレス。
- クライアントセッション: ローカルマシンのIP アドレス。
- スタンドアロンセッション: "localhost"
|
+| hostType | Text | ホストのタイプ: "windows"、"mac"、あるいは "browser" |
+| creationDateTime | 日付 (ISO 8601) | セッション作成の日時(スタンドアロンセッション: アプリケーションのスタートアップの日時) |
+| state | Text | セッションの状態: "active", "postponed", "sleeping" |
+| ID | Text | セッションUUID ([`.id`](#id) と同じ値)) |
+| persistentID | Text | リモート/クライアントセッション: セッションの永続的なID |
:::note
@@ -566,7 +566,7 @@ The `.info` property describes the sessio
:::note
-This function always returns **False** with non-web sessions.
+この関数はWeb ではないセッションに対しては常に **False** を返します。
:::
@@ -636,7 +636,7 @@ End if
:::note 注記
- 権限は、この関数が実行された[セッションの種類](#セッションの種類) に関わらず、Web アクセスを通して実行されたコードにのみ適用されるという点に注意してください。
-- This function cannot be called from the client side of a remote user session (an error is returned).
+- この関数は、リモートユーザーセッションのクライアント側から呼び出すことはできません(エラーが返されます)。
:::
@@ -717,7 +717,7 @@ End if
:::note 注記
- 権限は、この関数が実行された[セッションの種類](#セッションの種類) に関わらず、Web アクセスを通して実行されたコードにのみ適用されるという点に注意してください。
-- This function cannot be called from the client side of a remote user session (an error is returned).
+- この関数は、リモートユーザーセッションのクライアント側から呼び出すことはできません(エラーが返されます)。
:::
@@ -797,7 +797,7 @@ Function callback($request : 4D.IncomingMessage) : 4D.OutgoingMessage
:::note 注記
- 権限は、この関数が実行された[セッションの種類](#セッションの種類) に関わらず、Web アクセスを通して実行されたコードにのみ適用されるという点に注意してください。
-- This function cannot be called from the client side of a remote user session (an error is returned).
+- この関数は、リモートユーザーセッションのクライアント側から呼び出すことはできません(エラーが返されます)。
:::
@@ -848,14 +848,14 @@ End if
:::note 注記
-- Since it is a shared object, this property will be available in the `Storage` object of the machine (server or client).
-- Like the `Storage` object of the machine, the `.storage` property is always "single": adding a shared object or a shared collection to `.storage` does not create a shared group.
+- これは共有オブジェクトのため、このプロパティはマシン(サーバーまたはクライアント)の `Storage` オブジェクトにおいて利用可能です。
+- マシンの `Storage` オブジェクトと同様に、`.storage` プロパティは常に "single" で存在します。 共有オブジェクトや共有コレクションを `.storage` に追加しても、共有グループは作成されません。
:::
-In client/server, the `.storage` object of the remote user session is **not** the same on the server and on the client.
+クライアント/サーバーでは、リモートユーザーセッションの `.storage` オブジェクトは、サーバーまたはクライアントのものとは**同じではありません**。
-When a remote user session and a web session are [shared using an OTP](../Desktop/sessions.md#sharing-a-desktop-session-for-web-accesses), they also share the same `.storage` object on the server, even if the OTP was [created](#createotp) from the session on the client side.
+リモートユーザーセッションとWeb セッションが[OTP を使用して共有されていた](../Desktop/sessions.md#sharing-a-desktop-session-for-web-accesses) 場合、これらはたとえOTP がクライアント側のセッションから[作成](#createotp) されていた場合でも、同じ`.storage` オブジェクトをサーバー上で共有します。
:::tip
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/API/SystemWorkerClass.md b/i18n/ja/docusaurus-plugin-content-docs/current/API/SystemWorkerClass.md
index ff883a6987f2b4..3e8628fd09af86 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/API/SystemWorkerClass.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/API/SystemWorkerClass.md
@@ -328,7 +328,7 @@ $output:=$worker.response
#### 説明
-The `.commandLine` property contains the command line passed as parameter to the [`new()`](#4dsystemworkernew) function.
+`.commandLine` プロパティは、[`new()`](#4dsystemworkernew) 関数に引数として渡したコマンドラインを格納します。
このプロパティは **読み取り専用** です。
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/classes.md b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/classes.md
index 207464f2c6df8d..a5fe0fe1787124 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/classes.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/classes.md
@@ -37,7 +37,7 @@ $person:=cs.Person.new("John";"Doe")
$hello:=$person.sayHello() // "Hello John Doe"
```
-Class files are managed through the 4D Explorer (see [Creating classes](../Project/code-overview.md#creating-classes)).
+クラスファイルは、4D エクスプローラーを通して管理されます([クラスの作成](../Project/code-overview.md#クラスの作成)を参照してください)。
## クラスストア
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/dt_date.md b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/dt_date.md
index e45105c87d3678..0ee3dd99ad24a6 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/dt_date.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/dt_date.md
@@ -48,32 +48,32 @@ C_DATE によって宣言された日付は 32767年までの範囲に対応し
| 以下 | Date <= Date | Boolean | !2017-01-20! <= !2017-01-20! | true |
| | | | !2017-01-20! <= !2017-01-01! | false |
-## Conversion of dates from JavaScript
+## JavaScriptからの日付の変換
-Since dates in JavaScript are objects, they are sent to 4D as text containing their JSON form like any other object. This principle is implemented in particular when using [JSON commands](../commands/theme/JSON) or [Web Areas](../FormObjects/webArea_overview.md).
+JavaScript 内での日付はオブジェクトであるため、他のオブジェクト同様、4D に対して日付のJSON 形式を格納したテキストとして送信されます。 この原則は、特に[JSON コマンド](../commands/theme/JSON) あるいは [Web エリア](../FormObjects/webArea_overview.md) を使用した場合に実装されます。
-The JSON form of JavaScript Date objects follows the ISO 8601 standard, for example "2013-08-23T00:00:00Z". It is your responsibility to convert this text into a 4D date. Two solutions are available:
+JavaScript 日付オブジェクトのJSON 形式は、ISO 8601 標準に準拠しています。例: "2013-08-23T00:00:00Z"。 このテキストを4D 日付に変換するのはデベロッパーの責任です。 これには2つの解決策が利用可能です:
-Using the [`JSON Parse`](../commands/json-parse) command:
+[`JSON Parse`](../commands/json-parse) コマンドを使用する:
```4d
- var $dateIso : Text // reception of a date in ISO format
+ var $dateIso : Text // ISO フォーマットの日付を受け取る
var $date4D : Date
$date4D:=JSON Parse("\""+$dateIso+"\"";Is date))
```
-Using the [`Date`](../commands/date) command:
+[`Date`](../commands/date) コマンドを使用する:
```4d
- var $dateIso : Text // reception of a date in ISO format
+ var $dateIso : Text // ISO フォーマットの日付を受け取る
var $date4D : Date
$date4D:=Date($dateIso)
```
-Note the difference between these two solutions: [`JSON Parse`](../commands/json-parse) respects the [conversion mode set using the `SET DATABASE PARAMETER`](../commands/set-database-parameter#dates-inside-objects-85) (if any), while [`Date`](../commands/date) is not subject to this. Conversion using the [`Date`](../commands/date) command always takes the local time zone into account.
+これら2つの解決策の違いに注意してください: [`JSON Parse`](../commands/json-parse) は[`SET DATABASE PARAMETER` を使用して設定された変換モード](../commands/set-database-parameter#dates-inside-objects-85) に準拠する(あれば)一方で、[`Date`](../commands/date) コマンドはこれの影響を受けません。 [`Date`](../commands/date) コマンドを使用した変換は常にローカルのタイムゾーンを考慮します。
:::note
-When the current date storage setting is [`date type`](../commands/set-database-parameter#dates-inside-objects-85) (default), JSON date strings in "YYYY-MM-DD" format are automatically handled as date values by the [`JSON Parse`](../commands/json-parse) and [`Date`](../commands/date) commands.
+カレントの日付保存設定が[`date type`](../commands/set-database-parameter#dates-inside-objects-85) (デフォルト)だった場合、"YYYY-MM-DD" フォーマットのJSON 日付文字列は[`JSON Parse`](../commands/json-parse) および [`Date`](../commands/date) コマンドの両方において自動的に日付値として管理されます。
:::
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/dt_number.md b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/dt_number.md
index 9b54126c778bf5..b0b6062e232424 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/dt_number.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/dt_number.md
@@ -5,7 +5,7 @@ title: 数値(実数、整数)
数値とは、以下を示す総称です:
-- 実数のフィールド、変数、または式。 The range for the Real data type is ±1.7e±308 (following the [IEEE 754 standard for double-precision binary floating-point format](https://en.wikipedia.org/wiki/Double-precision_floating-point_format)).
+- 実数のフィールド、変数、または式。 実数型の範囲は ±1.7e±308 です([倍精度浮動小数点数 のIEEE 754 標準](https://ja.wikipedia.org/wiki/%E5%80%8D%E7%B2%BE%E5%BA%A6%E6%B5%AE%E5%8B%95%E5%B0%8F%E6%95%B0%E7%82%B9%E6%95%B0) に準拠します)。
- 整数の変数または式。 整数データタイプの範囲は -2^31..(2^31)-1 です(4-バイト整数、別名*Long* または *Longint*)。
:::info 互換性
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/error-handling.md b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/error-handling.md
index 68d609da8b893e..2923f5cb028e36 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/error-handling.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/error-handling.md
@@ -240,7 +240,7 @@ End try
:::info
-For more information on *deferred* and *non-deferred* errors, please refer to the [`throw`](../commands/throw) command description.
+*遅延* および *非遅延* エラーについての詳細は、[`throw`](../commands/throw) コマンドの説明を参照ください。
:::
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/methods.md b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/methods.md
index 37bf34233fb671..f30114d7c7e71c 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/methods.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/methods.md
@@ -13,13 +13,13 @@ title: メソッド
4D ランゲージにおいて、数種類のメソッドが存在します。 その呼び出し方によって、メソッドは区別されます:
-| 型 | 自動呼び出しのコンテキスト | 引数の受け取り | 説明 |
-| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| **プロジェクトメソッド** | 呼び出しに応じて ([プロジェクトメソッドの呼び出し](#calling-project-methods) 参照) | ◯ | 任意のアクションを実行するためのコードです。 作成されたプロジェクトメソッドは、そのプロジェクトのランゲージの一部となります。 |
-| **オブジェクト (ウィジェット) メソッド** | メソッドが設定されたフォームオブジェクトに関連したイベント発生時に | × | フォームオブジェクト (ウィジェットとも呼びます) のプロパティです。 |
-| **フォームメソッド** | メソッドが設定されたフォームに関連したイベント発生時に | × | フォームのプロパティです。 フォームメソッドを使用してデータとオブジェクトを管理することができます。ただし、これら目的には、オブジェクトメソッドを使用する方が通常は簡単であり、より効果的です。 |
-| **トリガー** (別名 *テーブルメソッド*) | テーブルのレコード操作 (追加・削除・修正) の度に | × | テーブルのプロパティです。 トリガーは、データベースのレコードに対して「不正な」操作がおこなわれることを防ぎます。 |
-| **データベースメソッド** | 作業セッションのイベント発生時に | ○ (既定) | 4D には 16のデータベースメソッドがあります。 |
-| **クラス** | Automatically called when an object of the class is instanciated or when a function of the class is executed on an object instance in any other methods or in a [database field](../Develop/field-properties.md#class). | yes (class functions) | A **Class** is used to declare and configure the class [constructor](./classes.md#class-constructor), [properties](./classes.md#property*), and [functions](./classes.md#function) of objects. [**クラス**](classes.md) 参照。 |
+| 型 | 自動呼び出しのコンテキスト | 引数の受け取り | 説明 |
+| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **プロジェクトメソッド** | 呼び出しに応じて ([プロジェクトメソッドの呼び出し](#calling-project-methods) 参照) | ◯ | 任意のアクションを実行するためのコードです。 作成されたプロジェクトメソッドは、そのプロジェクトのランゲージの一部となります。 |
+| **オブジェクト (ウィジェット) メソッド** | メソッドが設定されたフォームオブジェクトに関連したイベント発生時に | × | フォームオブジェクト (ウィジェットとも呼びます) のプロパティです。 |
+| **フォームメソッド** | メソッドが設定されたフォームに関連したイベント発生時に | × | フォームのプロパティです。 フォームメソッドを使用してデータとオブジェクトを管理することができます。ただし、これら目的には、オブジェクトメソッドを使用する方が通常は簡単であり、より効果的です。 |
+| **トリガー** (別名 *テーブルメソッド*) | テーブルのレコード操作 (追加・削除・修正) の度に | × | テーブルのプロパティです。 トリガーは、データベースのレコードに対して「不正な」操作がおこなわれることを防ぎます。 |
+| **データベースメソッド** | 作業セッションのイベント発生時に | ○ (既定) | 4D には 16のデータベースメソッドがあります。 |
+| **クラス** | クラスのオブジェクトがインスタンスかされたとき、あるいは他のメソッドや[データベースフィールド](../Develop/field-properties.md#class) 内においてオブジェクトインスタンス上でクラスの関数が実行されたときに自動的に呼び出されます。 | ◯(クラス関数) | オブジェクトのクラスの[constructor](./classes.md#class-constructor), [properties](./classes.md#property*) と[関数](./classes.md#function) を宣言および設定するためには、**Class** が使用されます。 [**クラス**](classes.md) 参照。 |
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/ordering.md b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/ordering.md
index 8b50a6cbee7578..155e901be807d7 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/ordering.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/Concepts/ordering.md
@@ -1,40 +1,40 @@
---
id: ordering
-title: Ordering collections and objects
+title: コレクションとオブジェクトの並び替え
---
-To sort a series of data, 4D compares each value against the others by applying comparison criteria defined according to the data type (see [sorting rules](#sorting-rules)). This process relies on a sorting algorithm that establishes a total order across all elements. When all data belongs to the same [data type](./data-types.md), the comparison rules are straightforward and well-defined.
+一連のデータをソートするために、4D はデータの型に応じて定義された比較条件を適用することで、それぞれの値を他の値と比較します([並べ替えルール](#並べ替えルール) を参照してください)。 このプロセスは全ての要素に渡って総合的な並べ替えを確立するためのソートアルゴリズムに依存しています。 全てのデータが同じ [データ型](./data-types.md) に所属している場合、比較ルールは単純で正確に定義されています。
-However, [collections](./dt_collection.md) and [objects](./dt_object.md), including [entity selections](../ORDA/dsMapping.md#entity-selection), can contain elements and attributes of heterogeneous types: scalar types (text, numbers, booleans, dates) or complex types (objects, blobs, collections). When ordering a collection or object containing heterogeneous values, 4D applies a stratified sorting scheme that first partitions elements by type, then applies comparison rules within each type partition.
+しかしながら、[コレクション](./dt_collection.md) および [entity selections](../ORDA/dsMapping.md#エンティティセレクション) も含めた [オブジェクト](./dt_object.md) は異種の型の要素や属性を格納することが可能です: これにはスカラー型(テキスト、数値、ブール、日付、) あるいは複雑型(オブジェクト、Blob、コレクション) が含まれます。 異なる種類の値を格納しているコレクションやオブジェクトの並べ替えをする場合、4D は戦略的な並べ替えスキームを適用します。まず最初に要素を型ごとに並べ替えし、その次に各型ごとの中で比較ルールを適用します。
-## Ordering functions
+## 並べ替え機能
-The 4D language provides several mechanisms that rely on sorting collection elements, object attributes, or orchestrate sorting to produce an ordered result:
+4D ランゲージには、コレクション要素、オブジェクト属性をソートしたり、あるいは順序づけされた結果のためのソートを作成することに依存する複数の機構を提供します:
-- **Collection sorting functions**: [`collection.multiSort()`](../API/CollectionClass.md#multisort) (multi-criteria sorting with explicit key and order specification), [`collection.orderBy()`](../API/CollectionClass.md#orderby) (sorting by evaluating an expression on each element), [`collection.sort()`](../API/CollectionClass.md#sort) (in-place sorting according to the natural ordering relation),
-- **Entity selection sorting functions**: [`entitySelection.orderBy()`](../API/EntitySelectionClass.md#orderby), which applies the same sorting rules as collections,
-- **Query functions with ordering**: [`entitySelection.query()`](../API/EntitySelectionClass.md#query), [`dataClass.query()`](../API/DataClassClass.md#query) with the `order by attributePath` keyword, which return results in deterministic order,
-- **Order-dependent statistical functions**: [`collection.max()`](../API/CollectionClass.md#max), [`collection.min()`](../API/CollectionClass.md#min), [`entitySelection.max()`](../API/EntitySelectionClass.md#max), [`entitySelection.min()`](../API/EntitySelectionClass.md#min), which rely on the ordering relation to identify extrema,
-- [**`ORDER BY ATTRIBUTE`**](../commands/order-by-attribute) command to order a database table based upon an object field.
+- **コレクションの並べ替え用関数**: [`collection.multiSort()`](../API/CollectionClass.md#multisort) (明示的なキーと並べ替え指定を使用した複数条件並べ替え)、[`collection.orderBy()`](../API/CollectionClass.md#orderby) (各要素に対して式を評価することによる並べ替え)、 [`collection.sort()`](../API/CollectionClass.md#sort) (自然な並べかリレーションによるインプレースなソート)
+- **エンティティセレクションの並べ替え用関数**: [`entitySelection.orderBy()`](../API/EntitySelectionClass.md#orderby)、コレクションと同じ並べ替えルールを適用します。
+- **並べ替え付きのクエリ関数**: [`entitySelection.query()`](../API/EntitySelectionClass.md#query)、 [`dataClass.query()`](../API/DataClassClass.md#query) に対して `order by attributePath` キーワードを使用すると決定的な順序で結果を返します。
+- **順序依存の統計関数**: [`collection.max()`](../API/CollectionClass.md#max)、 [`collection.min()`](../API/CollectionClass.md#min)、 [`entitySelection.max()`](../API/EntitySelectionClass.md#max)、 [`entitySelection.min()`](../API/EntitySelectionClass.md#min)、 これらは極値を識別するために順序関係に依存します。
+- [**`ORDER BY ATTRIBUTE`**](../commands/order-by-attribute) コマンドを使用すると、オブジェクトフィールドに基づいてデータベースのテーブルを並べ替えることができます。
-## Sorting rules
+## 並べ替えルール
-When a collection or entity selection containing elements of different types is sorted, a **type-based stratification** is applied according to the following algorithm:
+異なる型の要素を格納しているコレクションやエンティティセレクションをソートする場合、以下のアルゴリズムに従って、**型ベースの階層化** が適用されます:
-1. **Partitioning phase**: Elements are grouped into equivalence classes based on their base type. This phase establishes a partition of the entire element set.
-2. **Intra-class ordering phase**: Within each class, elements are sorted according to type-specific comparison rules. The default order is **ascending**.
+1. **分割フェーズ**: 要素はそれらのベースの型に基づいて同じクラスへとグループ分けされます。 このフェーズは要素の集合全体の型ごとの分割を確立します。
+2. **クラス内の並べ替えフェーズ**: 各クラスの中で、それぞれの要素は型特有の比較ルールに基づいてソートされます。 デフォルトの順序は**昇順**です。
-Types are ordered according to the following sequence, with their respective comparison relations in ascending order:
+型は以下の順序に従って並び、それぞれの比較関係は昇順になります:
-| Rank | 型 | Also includes | Comparison rule |
-| ---- | -------------- | ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
-| 1 | **null** | pointers (null pointers only for collections) | no comparison criteria applicable |
-| 2 | **boolean** | | logical ordering: false *before* true |
-| 3 | **string** | | lexicographical order (e.g., "a" *before* "ab" *before* "b") |
-| 4 | **number** | time (converted to milliseconds or seconds depending on the `Time inside objects` database setting) | standard algebraic order (numeric comparison) |
-| 5 | **オブジェクト** | blobs, pictures, non-null pointers (collections) | internal order (consistent for collection functions, see below) |
-| 6 | **collection** | | internal order (consistent for collection functions, see below) |
-| 7 | **日付** | | chronological order (older dates *before* newer dates, e.g., !1990-01-01! *before* !2000-01-01!) |
+| ランク | 型 | 以下のものも含まれます | 比較ルール |
+| --- | -------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
+| 1 | **null** | ポインター (ヌルポインターはコレクションのみ) | 適用できる比較条件はありません |
+| 2 | **boolean** | | 論理順: false がtrue の**前**になります |
+| 3 | **string** | | 辞書式順序 (例: "a" *の次に* "ab"、 *その次に* "b") |
+| 4 | **number** | 時間 (`Time inside objects` データベース設定に応じて、ミリ秒または秒に変換されます) | 標準的な代数的順序 (数値比較) |
+| 5 | **オブジェクト** | Blob、ピクチャー、ヌルでないポインター(コレクション) | 内部的な順序(コレクション関数と同じ、以下参照) |
+| 6 | **collection** | | 内部的な順序(コレクション関数と同じ、以下参照) |
+| 7 | **日付** | | 時系列順(古い日付が新しい日付の *前* になります。例: !1990-01-01! *の次に* !2000-01-01!) |
### Special numeric values
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md b/i18n/ja/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
index 4b451713820351..30c29fc5fd58f3 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
@@ -31,14 +31,11 @@ When a list is created using a standard action (`listStyleType` or `listStyleIma
When the list is created using [the WP SET ATTRIBUTE command](../commands-legacy/4d-write-pro-attributes.md#lists), no specific margin is managed, by default the marker is added at the left boundary of the paragraph. The developer can add a custom margin if necessary.
-add a part about the fact that you define where your ordered list start.
-
:::tip 関連したblog 記事
[4D Write Pro – Adding a margin automatically when bullets are set using standard actions](https://blog.4d.com/4d-write-pro-adding-a-margin-automatically-when-bullets-are-set-using-standard-actions)
:::
-and the level are managed with (standard actions)
### Multi-level lists
diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/API/SystemWorkerClass.md b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/API/SystemWorkerClass.md
index 9ff2b8a43d893b..878bcced450fe5 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/API/SystemWorkerClass.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/API/SystemWorkerClass.md
@@ -324,7 +324,7 @@ $output:=$worker.response
#### 説明
-The `.commandLine` property contains the command line passed as parameter to the [`new()`](#4dsystemworkernew) function.
+`.commandLine` プロパティは、[`new()`](#4dsystemworkernew) 関数に引数として渡したコマンドラインを格納します。
このプロパティは **読み取り専用** です。
diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/Concepts/dt_date.md b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/Concepts/dt_date.md
index 4208dbace0a404..a7675c5875ff02 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/Concepts/dt_date.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/Concepts/dt_date.md
@@ -48,16 +48,16 @@ C_DATE によって宣言された日付は 32767年までの範囲に対応し
| 以下 | Date <= Date | Boolean | !2017-01-20! <= !2017-01-20! | true |
| | | | !2017-01-20! <= !2017-01-01! | false |
-## Conversion of dates from JavaScript
+## JavaScriptからの日付の変換
-Since dates in JavaScript are objects, they are sent to 4D as text containing their JSON form like any other object. This principle is implemented in particular when using [JSON commands](../commands/theme/JSON.md) or [Web Areas](../FormObjects/webArea_overview.md).
+JavaScript 内での日付はオブジェクトであるため、他のオブジェクト同様、4D に対して日付のJSON 形式を格納したテキストとして送信されます。 This principle is implemented in particular when using [JSON commands](../commands/theme/JSON.md) or [Web Areas](../FormObjects/webArea_overview.md).
-The JSON form of JavaScript Date objects follows the ISO 8601 standard, for example "2013-08-23T00:00:00Z". It is your responsibility to convert this text into a 4D date. Two solutions are available:
+JavaScript 日付オブジェクトのJSON 形式は、ISO 8601 標準に準拠しています。例: "2013-08-23T00:00:00Z"。 このテキストを4D 日付に変換するのはデベロッパーの責任です。 これには2つの解決策が利用可能です:
Using the [`JSON Parse`](../commands-legacy/json-parse.md) command:
```4d
- var $dateIso : Text // reception of a date in ISO format
+ var $dateIso : Text // ISO フォーマットの日付を受け取る
var $date4D : Date
$date4D:=JSON Parse("\""+$dateIso+"\"";Is date))
```
@@ -65,7 +65,7 @@ Using the [`JSON Parse`](../commands-legacy/json-parse.md) command:
Using the [`Date`](../commands-legacy/date.md) command:
```4d
- var $dateIso : Text // reception of a date in ISO format
+ var $dateIso : Text // ISO フォーマットの日付を受け取る
var $date4D : Date
$date4D:=Date($dateIso)
```
diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/Concepts/dt_number.md b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/Concepts/dt_number.md
index d91fff2797978a..f885dee42e9a86 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/Concepts/dt_number.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/Concepts/dt_number.md
@@ -5,7 +5,7 @@ title: 数値(実数、整数)
数値とは、以下を示す総称です:
-- 実数のフィールド、変数、または式。 The range for the Real data type is ±1.7e±308 (following the [IEEE 754 standard for double-precision binary floating-point format](https://en.wikipedia.org/wiki/Double-precision_floating-point_format)).
+- 実数のフィールド、変数、または式。 実数型の範囲は ±1.7e±308 です([倍精度浮動小数点数 のIEEE 754 標準](https://ja.wikipedia.org/wiki/%E5%80%8D%E7%B2%BE%E5%BA%A6%E6%B5%AE%E5%8B%95%E5%B0%8F%E6%95%B0%E7%82%B9%E6%95%B0) に準拠します)。
- 整数の変数または式。 整数データタイプの範囲は -2^31..(2^31)-1 です(4-バイト整数、別名*Long* または *Longint*)。
:::info 互換性
diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21/API/SessionClass.md b/i18n/ja/docusaurus-plugin-content-docs/version-21/API/SessionClass.md
index d3c8c80dd14219..c03a80c177b8bd 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/version-21/API/SessionClass.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/version-21/API/SessionClass.md
@@ -3,7 +3,7 @@ id: SessionClass
title: Session
---
-Session オブジェクトは [`Session`](../commands/session.md) コマンドによって返されます。 These objects provide the developer with an interface allowing to manage the current session and execute actions such as store contextual data, share information between session processes, launch session-related preemptive processes, or (web context only) manage [privileges](../ORDA/privileges.md).
+Session オブジェクトは [`Session`](../commands/session.md) コマンドによって返されます。 このオブジェクトは、カレントセッションを管理するためのインターフェースをデベロッパーに対して提供し、コンテキストデータの保存、プロセス間の情報共有、セッションに関連したプリエンプティブプロセスの開始などのアクションの実行や、[アクセス権](../ORDA/privileges.md) の管理(web コンテキストのみ)を可能にします。
:::tip 関連したblog 記事
diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21/API/SystemWorkerClass.md b/i18n/ja/docusaurus-plugin-content-docs/version-21/API/SystemWorkerClass.md
index c71cd3c450bac1..08940b9d191c4d 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/version-21/API/SystemWorkerClass.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/version-21/API/SystemWorkerClass.md
@@ -324,7 +324,7 @@ $output:=$worker.response
#### 説明
-The `.commandLine` property contains the command line passed as parameter to the [`new()`](#4dsystemworkernew) function.
+`.commandLine` プロパティは、[`new()`](#4dsystemworkernew) 関数に引数として渡したコマンドラインを格納します。
このプロパティは **読み取り専用** です。
diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21/Concepts/dt_date.md b/i18n/ja/docusaurus-plugin-content-docs/version-21/Concepts/dt_date.md
index 4208dbace0a404..a7675c5875ff02 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/version-21/Concepts/dt_date.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/version-21/Concepts/dt_date.md
@@ -48,16 +48,16 @@ C_DATE によって宣言された日付は 32767年までの範囲に対応し
| 以下 | Date <= Date | Boolean | !2017-01-20! <= !2017-01-20! | true |
| | | | !2017-01-20! <= !2017-01-01! | false |
-## Conversion of dates from JavaScript
+## JavaScriptからの日付の変換
-Since dates in JavaScript are objects, they are sent to 4D as text containing their JSON form like any other object. This principle is implemented in particular when using [JSON commands](../commands/theme/JSON.md) or [Web Areas](../FormObjects/webArea_overview.md).
+JavaScript 内での日付はオブジェクトであるため、他のオブジェクト同様、4D に対して日付のJSON 形式を格納したテキストとして送信されます。 This principle is implemented in particular when using [JSON commands](../commands/theme/JSON.md) or [Web Areas](../FormObjects/webArea_overview.md).
-The JSON form of JavaScript Date objects follows the ISO 8601 standard, for example "2013-08-23T00:00:00Z". It is your responsibility to convert this text into a 4D date. Two solutions are available:
+JavaScript 日付オブジェクトのJSON 形式は、ISO 8601 標準に準拠しています。例: "2013-08-23T00:00:00Z"。 このテキストを4D 日付に変換するのはデベロッパーの責任です。 これには2つの解決策が利用可能です:
Using the [`JSON Parse`](../commands-legacy/json-parse.md) command:
```4d
- var $dateIso : Text // reception of a date in ISO format
+ var $dateIso : Text // ISO フォーマットの日付を受け取る
var $date4D : Date
$date4D:=JSON Parse("\""+$dateIso+"\"";Is date))
```
@@ -65,7 +65,7 @@ Using the [`JSON Parse`](../commands-legacy/json-parse.md) command:
Using the [`Date`](../commands-legacy/date.md) command:
```4d
- var $dateIso : Text // reception of a date in ISO format
+ var $dateIso : Text // ISO フォーマットの日付を受け取る
var $date4D : Date
$date4D:=Date($dateIso)
```
diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21/Concepts/dt_number.md b/i18n/ja/docusaurus-plugin-content-docs/version-21/Concepts/dt_number.md
index 7c634889e5d6f9..b180f72116682e 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/version-21/Concepts/dt_number.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/version-21/Concepts/dt_number.md
@@ -5,7 +5,7 @@ title: 数値(実数、整数)
数値とは、以下を示す総称です:
-- 実数のフィールド、変数、または式。 The range for the Real data type is ±1.7e±308 (following the [IEEE 754 standard for double-precision binary floating-point format](https://en.wikipedia.org/wiki/Double-precision_floating-point_format)).
+- 実数のフィールド、変数、または式。 実数型の範囲は ±1.7e±308 です([倍精度浮動小数点数 のIEEE 754 標準](https://ja.wikipedia.org/wiki/%E5%80%8D%E7%B2%BE%E5%BA%A6%E6%B5%AE%E5%8B%95%E5%B0%8F%E6%95%B0%E7%82%B9%E6%95%B0) に準拠します)。
- 整数の変数または式。 整数データタイプの範囲は -2^31..(2^31)-1 です(4-バイト整数、別名*Long* または *Longint*)。
:::info 互換性
diff --git a/i18n/pt/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md b/i18n/pt/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
index 43864f2750a571..820345ebc7be5b 100644
--- a/i18n/pt/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
+++ b/i18n/pt/docusaurus-plugin-content-docs/current/WritePro/user/user-new.md
@@ -31,14 +31,11 @@ When a list is created using a standard action (`listStyleType` or `listStyleIma
When the list is created using [the WP SET ATTRIBUTE command](../commands-legacy/4d-write-pro-attributes.md#lists), no specific margin is managed, by default the marker is added at the left boundary of the paragraph. The developer can add a custom margin if necessary.
-add a part about the fact that you define where your ordered list start.
-
:::tip Related blog post
[4D Write Pro – Adding a margin automatically when bullets are set using standard actions](https://blog.4d.com/4d-write-pro-adding-a-margin-automatically-when-bullets-are-set-using-standard-actions)
:::
-and the level are managed with (standard actions)
### Multi-level lists