From 24a85950c42faeaeb437799fe44e194c5ebb5a42 Mon Sep 17 00:00:00 2001 From: elecfreaks Date: Thu, 19 May 2022 15:56:53 +0800 Subject: [PATCH] Add Greek --- _locales/el/pxt-nezha-strings.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _locales/el/pxt-nezha-strings.json diff --git a/_locales/el/pxt-nezha-strings.json b/_locales/el/pxt-nezha-strings.json new file mode 100644 index 0000000..4b53157 --- /dev/null +++ b/_locales/el/pxt-nezha-strings.json @@ -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" +} \ No newline at end of file