diff options
author | discip <[email protected]> | 2024-01-15 20:54:08 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-16 06:54:08 +1100 |
commit | 813722367d11c27ed534857fc0f1e774ff79bb58 (patch) | |
tree | 3d664ea0feb4d82cecdf124267d57f6f10263102 /Translations/translation_JA_JP.json | |
parent | 2b31d4eafa585ec89e531705d91a3125456d939c (diff) | |
download | IronOS-813722367d11c27ed534857fc0f1e774ff79bb58.tar.gz IronOS-813722367d11c27ed534857fc0f1e774ff79bb58.zip |
Off=>icon (#1678)
replacing Off by an Icon
Diffstat (limited to 'Translations/translation_JA_JP.json')
-rw-r--r-- | Translations/translation_JA_JP.json | 76 |
1 files changed, 66 insertions, 10 deletions
diff --git a/Translations/translation_JA_JP.json b/Translations/translation_JA_JP.json index ab55fac3..cbe4b43c 100644 --- a/Translations/translation_JA_JP.json +++ b/Translations/translation_JA_JP.json @@ -60,8 +60,11 @@ "SleepingTipAdvancedString": { "message": "Tip: " }, - "OffString": { - "message": "オフ" + "ProfilePreheatString": { + "message": "Preheat" + }, + "ProfileCooldownString": { + "message": "Cooldown" }, "ProfilePreheatString": { "message": "Preheat" @@ -80,15 +83,12 @@ "SettingRightChar": "右", "SettingLeftChar": "左", "SettingAutoChar": "自", - "SettingOffChar": "×", "SettingSlowChar": "遅", "SettingMediumChar": "中", "SettingFastChar": "速", - "SettingStartNoneChar": "×", "SettingStartSolderingChar": "熱", "SettingStartSleepChar": "待", "SettingStartSleepOffChar": "室", - "SettingLockDisableChar": "×", "SettingLockBoostChar": "ブ", "SettingLockFullChar": "全" }, @@ -141,7 +141,7 @@ }, "AutoStart": { "displayText": "自動加熱", - "description": "電源投入時に自動的に加熱する <×=オフ | 熱=半田付けモード | 待=スタンバイモード | 室=室温スタンバイモード>" + "description": "電源投入時に自動的に加熱する <熱=半田付けモード | 待=スタンバイモード | 室=室温スタンバイモード>" }, "TempChangeShortStep": { "displayText": "温度変化 短", @@ -153,7 +153,63 @@ }, "LockingMode": { "displayText": "ボタンロック", - "description": "半田付けモード時に両方のボタンを長押しし、ボタンロックする <×=オフ | ブ=ブーストのみ許可 | 全=すべてをロック>" + "description": "半田付けモード時に両方のボタンを長押しし、ボタンロックする <ブ=ブーストのみ許可 | 全=すべてをロック>" + }, + "ProfilePhases": { + "displayText": "Profile Phases", + "description": "Number of phases in profile mode" + }, + "ProfilePreheatTemp": { + "displayText": "Preheat Temp", + "description": "Preheat to this temperature at the start of profile mode" + }, + "ProfilePreheatSpeed": { + "displayText": "Preheat Speed", + "description": "Preheat at this rate (degrees per second)" + }, + "ProfilePhase1Temp": { + "displayText": "Phase 1 Temp", + "description": "Target temperature for the end of this phase" + }, + "ProfilePhase1Duration": { + "displayText": "Phase 1 Duration", + "description": "Target duration of this phase (seconds)" + }, + "ProfilePhase2Temp": { + "displayText": "Phase 2 Temp", + "description": "" + }, + "ProfilePhase2Duration": { + "displayText": "Phase 2 Duration", + "description": "" + }, + "ProfilePhase3Temp": { + "displayText": "Phase 3 Temp", + "description": "" + }, + "ProfilePhase3Duration": { + "displayText": "Phase 3 Duration", + "description": "" + }, + "ProfilePhase4Temp": { + "displayText": "Phase 4 Temp", + "description": "" + }, + "ProfilePhase4Duration": { + "displayText": "Phase 4 Duration", + "description": "" + }, + "ProfilePhase5Temp": { + "displayText": "Phase 5 Temp", + "description": "" + }, + "ProfilePhase5Duration": { + "displayText": "Phase 5 Duration", + "description": "" + }, + "ProfileCooldownSpeed": { + "displayText": "Cooldown Speed", + "description": "Cooldown at this rate at the end of profile mode (degrees per second)" }, "ProfilePhases": { "displayText": "Profile Phases", @@ -213,7 +269,7 @@ }, "MotionSensitivity": { "displayText": "動きの感度", - "description": "0=オフ | 1=最低感度 | ... | 9=最高感度" + "description": "1=最低感度 | ... | 9=最高感度" }, "SleepTemperature": { "displayText": "待機温度", @@ -229,7 +285,7 @@ }, "HallEffSensitivity": { "displayText": "磁界感度", - "description": "スタンバイモードに入るのに使用される磁場センサーの感度 <0=オフ | 1=最低感度 | ... | 9=最高感度>" + "description": "スタンバイモードに入るのに使用される磁場センサーの感度 <1=最低感度 | ... | 9=最高感度>" }, "TemperatureUnit": { "displayText": "温度単位", @@ -253,7 +309,7 @@ }, "AnimSpeed": { "displayText": "動画の速度", - "description": "メニューアイコンのアニメーションの速さ <×=再生しない | 遅=低速 | 中=中速 | 速=高速>" + "description": "メニューアイコンのアニメーションの速さ <遅=低速 | 中=中速 | 速=高速>" }, "AnimLoop": { "displayText": "動画をループ", |