From d0bd69a706508617c75e027b9b928bde431dff56 Mon Sep 17 00:00:00 2001 From: williamlehman <33132438+williamlehman@users.noreply.github.com> Date: Fri, 27 Oct 2017 00:25:30 -0400 Subject: [PATCH] Add Japanese Translation (#504) * Create jp.json * Update jp.json * Update jp.json Correcting 'states' to more accurate translation --- translations/jp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 translations/jp.json diff --git a/translations/jp.json b/translations/jp.json new file mode 100644 index 0000000000..33b8d7196c --- /dev/null +++ b/translations/jp.json @@ -0,0 +1,12 @@ +{ + "language": { + "jp": "日本語" + }, + "panel": { + "states": "状態", + "map": "地図", + "logbook": "ログブック", + "history": "履歴", + "log_out": "ログアウト" + } +}