RFR: 7421: Update Japanese translation for pages
Alex Macdonald
aptmac at openjdk.java.net
Thu Jan 20 23:34:16 UTC 2022
On Mon, 20 Sep 2021 12:56:50 GMT, mohno007 <duke at openjdk.java.net> wrote:
> This PR updates/improves Japanese translation for pages.
>
> Update texts based on new commits to `messages.properties` made after the last update date of the `messages_ja.properties`.
>
> You can see decoded version of `messages_ja` using this script:
>
>
> native2ascii -reverse application/l10n/org.openjdk.jmc.flightrecorder.ui.ja/src/main/resources/org/openjdk/jmc/flightrecorder/ui/messages/internal/messages_ja.properties
Marked as reviewed by aptmac (Reviewer).
application/l10n/org.openjdk.jmc.flightrecorder.ui.ja/src/main/resources/org/openjdk/jmc/flightrecorder/ui/messages/internal/messages_ja.properties line 514:
> 512: ThreadsPage_EDIT_LANES=\u30B9\u30EC\u30C3\u30C9\u30FB\u30EC\u30FC\u30F3\u306E\u7DE8\u96C6
> 513: ThreadsPage_FOLD_CHART_TOOLTIP=\u30C1\u30E3\u30FC\u30C8\u3092\u6298\u308A\u305F\u305F\u3080
> 514: ThreadsPage_FOLD_TABLE_TOOLTIP=\u30C6\u30FC\u30D6\u30EB\u3092\u6298\u308A\u305F\u305F\u3080
Out of curiosity, how come this string uses "テーブル" for table instead of "表" ?
-------------
PR: https://git.openjdk.java.net/jmc/pull/310
More information about the jmc-dev
mailing list