Adjusted CJK and generalized some descriptions
This commit is contained in:
@@ -82,9 +82,9 @@ Profile mode plays out as follows:
|
|||||||
|
|
||||||
1. Check if the temperature is below 55C. If not, you will get a warning and cannot enter profile mode.
|
1. Check if the temperature is below 55C. If not, you will get a warning and cannot enter profile mode.
|
||||||
2. Preheat by raising the target temperature to the configured preheat temperature with the configured preheat speed.
|
2. Preheat by raising the target temperature to the configured preheat temperature with the configured preheat speed.
|
||||||
3. Wait for the iron to reach the preheat temperature.
|
3. Wait for the device to reach the preheat temperature.
|
||||||
4. Gradually move the target temperature to the configured end temperature of the first phase over the configured duration.
|
4. Gradually move the target temperature to the configured end temperature of the first phase over the configured duration.
|
||||||
5. Wait for the iron to reach the end temperature.
|
5. Wait for the device to reach the end temperature.
|
||||||
6. Repeat steps 4 and 5 for the next phases until there are no more phases configured.
|
6. Repeat steps 4 and 5 for the next phases until there are no more phases configured.
|
||||||
7. Cool down by lowering the target temperature to 0 with the configured cooldown speed.
|
7. Cool down by lowering the target temperature to 0 with the configured cooldown speed.
|
||||||
8. Once the temperature is below 55C, sound the buzzer (if available) and exit profile mode.
|
8. Once the temperature is below 55C, sound the buzzer (if available) and exit profile mode.
|
||||||
|
|||||||
@@ -61,16 +61,16 @@
|
|||||||
"message": "オフ"
|
"message": "オフ"
|
||||||
},
|
},
|
||||||
"ProfilePreheatString": {
|
"ProfilePreheatString": {
|
||||||
"message": "Preheat\n"
|
"message": "Preheat"
|
||||||
},
|
},
|
||||||
"ProfileCooldownString": {
|
"ProfileCooldownString": {
|
||||||
"message": "Cooldown\n"
|
"message": "Cooldown"
|
||||||
},
|
},
|
||||||
"DeviceFailedValidationWarning": {
|
"DeviceFailedValidationWarning": {
|
||||||
"message": "このデバイスはおそらく偽造品です"
|
"message": "このデバイスはおそらく偽造品です"
|
||||||
},
|
},
|
||||||
"TooHotToStartProfileWarning": {
|
"TooHotToStartProfileWarning": {
|
||||||
"message": "Too hot to\nstart profile"
|
"message": "Too hot to start profile"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"characters": {
|
"characters": {
|
||||||
@@ -153,59 +153,59 @@
|
|||||||
"description": "半田付けモード時に両方のボタンを長押しし、ボタンロックする <×=オフ | ブ=ブーストのみ許可 | 全=すべてをロック>"
|
"description": "半田付けモード時に両方のボタンを長押しし、ボタンロックする <×=オフ | ブ=ブーストのみ許可 | 全=すべてをロック>"
|
||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile Phases",
|
||||||
"description": "Number of phases in profile mode"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat Temp",
|
||||||
"description": "Preheat to this temperature at the start of profile mode"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat Speed",
|
||||||
"description": "Preheat at this rate (degrees per second)"
|
"description": "Preheat at this rate (degrees per second)"
|
||||||
},
|
},
|
||||||
"ProfilePhase1Temp": {
|
"ProfilePhase1Temp": {
|
||||||
"displayText": "Phase 1\nTemp",
|
"displayText": "Phase 1 Temp",
|
||||||
"description": "Target temperature for the end of this phase"
|
"description": "Target temperature for the end of this phase"
|
||||||
},
|
},
|
||||||
"ProfilePhase1Duration": {
|
"ProfilePhase1Duration": {
|
||||||
"displayText": "Phase 1\nDuration",
|
"displayText": "Phase 1 Duration",
|
||||||
"description": "Target duration of this phase (seconds)"
|
"description": "Target duration of this phase (seconds)"
|
||||||
},
|
},
|
||||||
"ProfilePhase2Temp": {
|
"ProfilePhase2Temp": {
|
||||||
"displayText": "Phase 2\nTemp",
|
"displayText": "Phase 2 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase2Duration": {
|
"ProfilePhase2Duration": {
|
||||||
"displayText": "Phase 2\nDuration",
|
"displayText": "Phase 2 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase3Temp": {
|
"ProfilePhase3Temp": {
|
||||||
"displayText": "Phase 3\nTemp",
|
"displayText": "Phase 3 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase3Duration": {
|
"ProfilePhase3Duration": {
|
||||||
"displayText": "Phase 3\nDuration",
|
"displayText": "Phase 3 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase4Temp": {
|
"ProfilePhase4Temp": {
|
||||||
"displayText": "Phase 4\nTemp",
|
"displayText": "Phase 4 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase4Duration": {
|
"ProfilePhase4Duration": {
|
||||||
"displayText": "Phase 4\nDuration",
|
"displayText": "Phase 4 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase5Temp": {
|
"ProfilePhase5Temp": {
|
||||||
"displayText": "Phase 5\nTemp",
|
"displayText": "Phase 5 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase5Duration": {
|
"ProfilePhase5Duration": {
|
||||||
"displayText": "Phase 5\nDuration",
|
"displayText": "Phase 5 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown Speed",
|
||||||
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
|
|||||||
@@ -61,16 +61,16 @@
|
|||||||
"message": "關"
|
"message": "關"
|
||||||
},
|
},
|
||||||
"ProfilePreheatString": {
|
"ProfilePreheatString": {
|
||||||
"message": "Preheat\n"
|
"message": "Preheat"
|
||||||
},
|
},
|
||||||
"ProfileCooldownString": {
|
"ProfileCooldownString": {
|
||||||
"message": "Cooldown\n"
|
"message": "Cooldown"
|
||||||
},
|
},
|
||||||
"DeviceFailedValidationWarning": {
|
"DeviceFailedValidationWarning": {
|
||||||
"message": "依支焫雞好有可能係冒牌貨!"
|
"message": "依支焫雞好有可能係冒牌貨!"
|
||||||
},
|
},
|
||||||
"TooHotToStartProfileWarning": {
|
"TooHotToStartProfileWarning": {
|
||||||
"message": "Too hot to\nstart profile"
|
"message": "Too hot to start profile"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"characters": {
|
"characters": {
|
||||||
@@ -153,59 +153,59 @@
|
|||||||
"description": "喺焊接模式時,同時長撳兩粒掣啓用撳掣鎖定 <無=停用 | 增=淨係容許增熱模式 | 全=鎖定全部>"
|
"description": "喺焊接模式時,同時長撳兩粒掣啓用撳掣鎖定 <無=停用 | 增=淨係容許增熱模式 | 全=鎖定全部>"
|
||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile Phases",
|
||||||
"description": "Number of phases in profile mode"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat Temp",
|
||||||
"description": "Preheat to this temperature at the start of profile mode"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat Speed",
|
||||||
"description": "Preheat at this rate (degrees per second)"
|
"description": "Preheat at this rate (degrees per second)"
|
||||||
},
|
},
|
||||||
"ProfilePhase1Temp": {
|
"ProfilePhase1Temp": {
|
||||||
"displayText": "Phase 1\nTemp",
|
"displayText": "Phase 1 Temp",
|
||||||
"description": "Target temperature for the end of this phase"
|
"description": "Target temperature for the end of this phase"
|
||||||
},
|
},
|
||||||
"ProfilePhase1Duration": {
|
"ProfilePhase1Duration": {
|
||||||
"displayText": "Phase 1\nDuration",
|
"displayText": "Phase 1 Duration",
|
||||||
"description": "Target duration of this phase (seconds)"
|
"description": "Target duration of this phase (seconds)"
|
||||||
},
|
},
|
||||||
"ProfilePhase2Temp": {
|
"ProfilePhase2Temp": {
|
||||||
"displayText": "Phase 2\nTemp",
|
"displayText": "Phase 2 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase2Duration": {
|
"ProfilePhase2Duration": {
|
||||||
"displayText": "Phase 2\nDuration",
|
"displayText": "Phase 2 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase3Temp": {
|
"ProfilePhase3Temp": {
|
||||||
"displayText": "Phase 3\nTemp",
|
"displayText": "Phase 3 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase3Duration": {
|
"ProfilePhase3Duration": {
|
||||||
"displayText": "Phase 3\nDuration",
|
"displayText": "Phase 3 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase4Temp": {
|
"ProfilePhase4Temp": {
|
||||||
"displayText": "Phase 4\nTemp",
|
"displayText": "Phase 4 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase4Duration": {
|
"ProfilePhase4Duration": {
|
||||||
"displayText": "Phase 4\nDuration",
|
"displayText": "Phase 4 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase5Temp": {
|
"ProfilePhase5Temp": {
|
||||||
"displayText": "Phase 5\nTemp",
|
"displayText": "Phase 5 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase5Duration": {
|
"ProfilePhase5Duration": {
|
||||||
"displayText": "Phase 5\nDuration",
|
"displayText": "Phase 5 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown Speed",
|
||||||
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
|
|||||||
@@ -61,16 +61,16 @@
|
|||||||
"message": "关"
|
"message": "关"
|
||||||
},
|
},
|
||||||
"ProfilePreheatString": {
|
"ProfilePreheatString": {
|
||||||
"message": "Preheat\n"
|
"message": "Preheat"
|
||||||
},
|
},
|
||||||
"ProfileCooldownString": {
|
"ProfileCooldownString": {
|
||||||
"message": "Cooldown\n"
|
"message": "Cooldown"
|
||||||
},
|
},
|
||||||
"DeviceFailedValidationWarning": {
|
"DeviceFailedValidationWarning": {
|
||||||
"message": "这支电烙铁很有可能是冒牌货!"
|
"message": "这支电烙铁很有可能是冒牌货!"
|
||||||
},
|
},
|
||||||
"TooHotToStartProfileWarning": {
|
"TooHotToStartProfileWarning": {
|
||||||
"message": "Too hot to\nstart profile"
|
"message": "Too hot to start profile"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"characters": {
|
"characters": {
|
||||||
@@ -153,59 +153,59 @@
|
|||||||
"description": "焊接模式时,同时长按两个按键启用按键锁定 <无=禁用 | 增=只容许增热模式 | 全=完全锁定>"
|
"description": "焊接模式时,同时长按两个按键启用按键锁定 <无=禁用 | 增=只容许增热模式 | 全=完全锁定>"
|
||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile Phases",
|
||||||
"description": "Number of phases in profile mode"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat Temp",
|
||||||
"description": "Preheat to this temperature at the start of profile mode"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat Speed",
|
||||||
"description": "Preheat at this rate (degrees per second)"
|
"description": "Preheat at this rate (degrees per second)"
|
||||||
},
|
},
|
||||||
"ProfilePhase1Temp": {
|
"ProfilePhase1Temp": {
|
||||||
"displayText": "Phase 1\nTemp",
|
"displayText": "Phase 1 Temp",
|
||||||
"description": "Target temperature for the end of this phase"
|
"description": "Target temperature for the end of this phase"
|
||||||
},
|
},
|
||||||
"ProfilePhase1Duration": {
|
"ProfilePhase1Duration": {
|
||||||
"displayText": "Phase 1\nDuration",
|
"displayText": "Phase 1 Duration",
|
||||||
"description": "Target duration of this phase (seconds)"
|
"description": "Target duration of this phase (seconds)"
|
||||||
},
|
},
|
||||||
"ProfilePhase2Temp": {
|
"ProfilePhase2Temp": {
|
||||||
"displayText": "Phase 2\nTemp",
|
"displayText": "Phase 2 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase2Duration": {
|
"ProfilePhase2Duration": {
|
||||||
"displayText": "Phase 2\nDuration",
|
"displayText": "Phase 2 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase3Temp": {
|
"ProfilePhase3Temp": {
|
||||||
"displayText": "Phase 3\nTemp",
|
"displayText": "Phase 3 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase3Duration": {
|
"ProfilePhase3Duration": {
|
||||||
"displayText": "Phase 3\nDuration",
|
"displayText": "Phase 3 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase4Temp": {
|
"ProfilePhase4Temp": {
|
||||||
"displayText": "Phase 4\nTemp",
|
"displayText": "Phase 4 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase4Duration": {
|
"ProfilePhase4Duration": {
|
||||||
"displayText": "Phase 4\nDuration",
|
"displayText": "Phase 4 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase5Temp": {
|
"ProfilePhase5Temp": {
|
||||||
"displayText": "Phase 5\nTemp",
|
"displayText": "Phase 5 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase5Duration": {
|
"ProfilePhase5Duration": {
|
||||||
"displayText": "Phase 5\nDuration",
|
"displayText": "Phase 5 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown Speed",
|
||||||
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
|
|||||||
@@ -61,16 +61,16 @@
|
|||||||
"message": "關"
|
"message": "關"
|
||||||
},
|
},
|
||||||
"ProfilePreheatString": {
|
"ProfilePreheatString": {
|
||||||
"message": "Preheat\n"
|
"message": "Preheat"
|
||||||
},
|
},
|
||||||
"ProfileCooldownString": {
|
"ProfileCooldownString": {
|
||||||
"message": "Cooldown\n"
|
"message": "Cooldown"
|
||||||
},
|
},
|
||||||
"DeviceFailedValidationWarning": {
|
"DeviceFailedValidationWarning": {
|
||||||
"message": "這支電烙鐵很有可能是冒牌貨!"
|
"message": "這支電烙鐵很有可能是冒牌貨!"
|
||||||
},
|
},
|
||||||
"TooHotToStartProfileWarning": {
|
"TooHotToStartProfileWarning": {
|
||||||
"message": "Too hot to\nstart profile"
|
"message": "Too hot to start profile"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"characters": {
|
"characters": {
|
||||||
@@ -153,59 +153,59 @@
|
|||||||
"description": "於焊接模式時,同時長按兩個按鍵啟用按鍵鎖定 <無=停用 | 增=只容許增熱模式 | 全=鎖定全部>"
|
"description": "於焊接模式時,同時長按兩個按鍵啟用按鍵鎖定 <無=停用 | 增=只容許增熱模式 | 全=鎖定全部>"
|
||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile Phases",
|
||||||
"description": "Number of phases in profile mode"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat Temp",
|
||||||
"description": "Preheat to this temperature at the start of profile mode"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat Speed",
|
||||||
"description": "Preheat at this rate (degrees per second)"
|
"description": "Preheat at this rate (degrees per second)"
|
||||||
},
|
},
|
||||||
"ProfilePhase1Temp": {
|
"ProfilePhase1Temp": {
|
||||||
"displayText": "Phase 1\nTemp",
|
"displayText": "Phase 1 Temp",
|
||||||
"description": "Target temperature for the end of this phase"
|
"description": "Target temperature for the end of this phase"
|
||||||
},
|
},
|
||||||
"ProfilePhase1Duration": {
|
"ProfilePhase1Duration": {
|
||||||
"displayText": "Phase 1\nDuration",
|
"displayText": "Phase 1 Duration",
|
||||||
"description": "Target duration of this phase (seconds)"
|
"description": "Target duration of this phase (seconds)"
|
||||||
},
|
},
|
||||||
"ProfilePhase2Temp": {
|
"ProfilePhase2Temp": {
|
||||||
"displayText": "Phase 2\nTemp",
|
"displayText": "Phase 2 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase2Duration": {
|
"ProfilePhase2Duration": {
|
||||||
"displayText": "Phase 2\nDuration",
|
"displayText": "Phase 2 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase3Temp": {
|
"ProfilePhase3Temp": {
|
||||||
"displayText": "Phase 3\nTemp",
|
"displayText": "Phase 3 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase3Duration": {
|
"ProfilePhase3Duration": {
|
||||||
"displayText": "Phase 3\nDuration",
|
"displayText": "Phase 3 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase4Temp": {
|
"ProfilePhase4Temp": {
|
||||||
"displayText": "Phase 4\nTemp",
|
"displayText": "Phase 4 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase4Duration": {
|
"ProfilePhase4Duration": {
|
||||||
"displayText": "Phase 4\nDuration",
|
"displayText": "Phase 4 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase5Temp": {
|
"ProfilePhase5Temp": {
|
||||||
"displayText": "Phase 5\nTemp",
|
"displayText": "Phase 5 Temp",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfilePhase5Duration": {
|
"ProfilePhase5Duration": {
|
||||||
"displayText": "Phase 5\nDuration",
|
"displayText": "Phase 5 Duration",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown Speed",
|
||||||
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
|
|||||||
Reference in New Issue
Block a user