fix: Update i18n locales to include Japanese
This commit is contained in:
parent
4cae576a90
commit
da725a8923
0
platform/i18n/pullTranslations.sh
Normal file → Executable file
0
platform/i18n/pullTranslations.sh
Normal file → Executable 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,
|
||||
|
||||
42
platform/i18n/src/locales/ja-JP/Buttons.json
Normal file
42
platform/i18n/src/locales/ja-JP/Buttons.json
Normal 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": "ズーム"
|
||||
}
|
||||
8
platform/i18n/src/locales/ja-JP/CineDialog.json
Normal file
8
platform/i18n/src/locales/ja-JP/CineDialog.json
Normal 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"
|
||||
}
|
||||
10
platform/i18n/src/locales/ja-JP/Common.json
Normal file
10
platform/i18n/src/locales/ja-JP/Common.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"Image": "画像",
|
||||
"Layout": "レイアウト",
|
||||
"More": "もっと",
|
||||
"Next": "次へ",
|
||||
"Play": "プレイ",
|
||||
"Previous": "前へ",
|
||||
"Reset": "リセット",
|
||||
"Stop": "ストップ"
|
||||
}
|
||||
8
platform/i18n/src/locales/ja-JP/Header.json
Normal file
8
platform/i18n/src/locales/ja-JP/Header.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"About": "につい",
|
||||
"Back to Viewer": "前のビュー",
|
||||
"INVESTIGATIONAL USE ONLY": "調査用のみ",
|
||||
"Options": "オプション",
|
||||
"Preferences": "プレファレンス",
|
||||
"Study list": "スタディリスト"
|
||||
}
|
||||
@ -0,0 +1,6 @@
|
||||
{
|
||||
"Cancel": "$t(Buttons:Cancel)",
|
||||
"Reset to Defaults": "$t(Buttons:Reset to Defaults)",
|
||||
"Save": "$t(Buttons:Save)",
|
||||
"User Preferences": "ユーザプレファレンス"
|
||||
}
|
||||
15
platform/i18n/src/locales/ja-JP/index.js
Normal file
15
platform/i18n/src/locales/ja-JP/index.js
Normal 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,
|
||||
}
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user