-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b6d9cd
commit 24a8595
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"neZha.MotorList.M1|block": "M1", | ||
"neZha.MotorList.M2|block": "M2", | ||
"neZha.MotorList.M3|block": "M3", | ||
"neZha.MotorList.M4|block": "M4", | ||
"neZha.ServoList.S1|block": "S1", | ||
"neZha.ServoList.S2|block": "S2", | ||
"neZha.ServoList.S3|block": "S3", | ||
"neZha.ServoList.S4|block": "S4", | ||
"neZha.ServoTypeList._180|block": "180°", | ||
"neZha.ServoTypeList._270|block": "270°", | ||
"neZha.ServoTypeList._360|block": "360°", | ||
"neZha.setMotorSpeed|block": "Θέσε Κινητήρα %motor σε ταχύτητα %speed\\%", | ||
"neZha.setServoAngel|block": "Θέσε Σερβοκινητήρα %servoType %servo σε %angle°", | ||
"neZha.setServoSpeed|block": "Θέσε Βηματικό κινητήρα %servo με ταχύτητα %speed\\%", | ||
"neZha.stopAllMotor|block": "Σταμάτησε όλους τους κινητήρες", | ||
"neZha.stopMotor|block": "Σταμάτησε κινητήρα %motor", | ||
"neZha|block": "NeZha", | ||
"{id:category}NeZha": "NeZha" | ||
} |