Skip to content

[ja] Word order broken #11679

@tats-u

Description

@tats-u

Describe the issue or suggestion

https://learn.microsoft.com/ja-jp/dotnet/api/system.random.nextint64?view=net-8.0

English:

A 64-bit signed integer greater than or equal to minValue and less than maxValue; that is, the range of return values includes minValue but not maxValue. If minValue equals maxValue, minValue is returned.

Offending Japanese:

以上および より小さい maxValue64 ビット符号付き整数minValue。つまり、戻り値の範囲には が含まれますが、 は含minValueまれませんmaxValue。 minValue が とmaxValueminValue等しい場合は、 が返されます。

Japanese (correct word order):

minValue 以上および maxValue より小さい 64 ビット符号付き整数。つまり、戻り値の範囲には minValue が含まれますが、maxValue は含まれません。 minValue が maxValue と等しい場合は、minValue が返されます。

Current Japanese looks like:

A maxValue64-bit signed integer minValue greater than or equal to and less than ; that is, the range of return values includes but nominValuetmaxValue. If minValue emaxValueminValuequals , is returned.

Many Japanese pages have same problems and makes it impossible for Japanese to understand what they mean.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersuntriagedNew issue has not been triaged by the area owner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions