fix: Update i18n locales to include Japanese

This commit is contained in:
Erik Ziegler 2019-08-14 16:37:50 +02:00
parent 4cae576a90
commit da725a8923
8 changed files with 91 additions and 0 deletions

0
platform/i18n/pullTranslations.sh Normal file → Executable file
View File

View File

@ -1,5 +1,6 @@
import en_US from './en-US/';
import es from './es/';
import ja_JP from './ja-JP/';
import nl from './nl/';
import pt_BR from './pt-BR/';
import vi from './vi/';
@ -8,6 +9,7 @@ import zh from './zh/';
export default {
...en_US,
...es,
...ja_JP,
...nl,
...pt_BR,
...vi,

View File

@ -0,0 +1,42 @@
{
"Acquired": "取得済",
"Angle": "分度器",
"Axial": "アキシャル",
"Bidirectional": "両方向",
"Brush": "ブラシ",
"CINE": "シネ",
"Cancel": "キャンセル",
"Circle": "サークル",
"Clear": "クリア",
"Coronal": "コロナル",
"Crosshairs": "クロスヘアー",
"Ellipse": "楕円",
"Elliptical": "楕円",
"Flip H": "左右反転",
"Flip V": "上下反転",
"Freehand": "フリーハンド",
"Invert": "反転",
"Layout": "$t(Common:Layout)",
"Length": "長さ",
"Levels": "レベル",
"Magnify": "拡大",
"Manual": "マニュアル",
"Measurements": "測定",
"More": "$t(Common:More)",
"Next": "$t(Common:Next)",
"Pan": "パン",
"Play": "$t(Common:Play)",
"Previous": "$t(Common:Previous)",
"Probe": "プローブ",
"ROI Window": "ROIウィンドウ",
"Rectangle": "長方形",
"Reset": "$t(Common:Reset)",
"Reset to Defaults": "デフォルトへ$t(Common:Reset)",
"Rotate Right": "右に回転",
"Sagittal": "サジタル",
"Save": "保存",
"Stack Scroll": "スタックスクロール",
"Stop": "$t(Common:Stop)",
"Themes": "テーマ",
"Zoom": "ズーム"
}

View File

@ -0,0 +1,8 @@
{
"Next image": "$t(Common:Play) $t(Common:Image)",
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
"Previous image": "$t(Common:Previous) $t(Common:Image)",
"Skip to first image": "$t(Common:Image)最初にスキップ",
"Skip to last image": "$t(Common:Image)最後にスキップ",
"fps": "fps"
}

View File

@ -0,0 +1,10 @@
{
"Image": "画像",
"Layout": "レイアウト",
"More": "もっと",
"Next": "次へ",
"Play": "プレイ",
"Previous": "前へ",
"Reset": "リセット",
"Stop": "ストップ"
}

View File

@ -0,0 +1,8 @@
{
"About": "につい",
"Back to Viewer": "前のビュー",
"INVESTIGATIONAL USE ONLY": "調査用のみ",
"Options": "オプション",
"Preferences": "プレファレンス",
"Study list": "スタディリスト"
}

View File

@ -0,0 +1,6 @@
{
"Cancel": "$t(Buttons:Cancel)",
"Reset to Defaults": "$t(Buttons:Reset to Defaults)",
"Save": "$t(Buttons:Save)",
"User Preferences": "ユーザプレファレンス"
}

View File

@ -0,0 +1,15 @@
import Buttons from "./Buttons.json";
import CineDialog from "./CineDialog.json";
import Common from "./Common.json";
import Header from "./Header.json";
import UserPreferencesModal from "./UserPreferencesModal.json";
export default {
'ja-JP': {
Buttons,
CineDialog,
Common,
Header,
UserPreferencesModal,
}
};