Initial commit from prod-batam
This commit is contained in:
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:Next) $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,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user