Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 25 additions & 6 deletions src/main/resources/com/unibot/block/unibot.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
unibot.file.suffix=unibot Program File(*.abp)
unibot.file.suffix=unibot Program File(*.abp)
unibot.libraryloader.suffix=C++ Header File(*.h)
unibot.translator.exception.multipleLoopFound=multiple loop block found!
unibot.translator.exception.noLoopFound=No loop found!
unibot.translator.exception.socketNull=socket null
unibot.translator.exception.noSetupFound=initialisation manquante!
unibot.translator.exception.subroutineNameDuplicated=tow or more subroutines have the same name!
unibot.translator.exception.subroutineNotDeclared=subroutine not declared
unibot.translator.exception.socketNull=element manquant!
unibot.ui.add_comment=Add Comment
unibot.ui.clone=Clone
unibot.ui.create_refer=create reference
Expand All @@ -19,6 +20,7 @@ bc.base=base
bc.condition=condition
bc.device_address=device address
bc.do=do
bc.delay=ms
bc.else=else
bc.exponent=exponent
bc.frequency=frequency
Expand All @@ -31,6 +33,7 @@ bc.number=number
bc.pin_number=pin#
bc.register_address=register address
bc.status=status
bc.string=text
bc.test=test
bc.then=then
bc.times=times
Expand All @@ -41,17 +44,18 @@ bc.type_int=int
bc.type_string=string
bc.value=value
bc.variable=variable
bc.while=while
bd.control=Control
bd.dfrobot=DFRobot
bd.number=Number/Constants
bd.operators=Operators
bd.pins=Pins
bd.planetLoopAndFunction=boucles et methodes
bd.planetLoopAndFunction=loop et methods
bd.planetOperations=operations
bd.planetrobotMaker=actionneurs du robot
bd.planetRobotSensor=capteurs du robot
bd.planetTests=tests
bd.planetVariables=variables
bd.planetrobotMaker=robot actuators
bd.planetRobotSensor=robot sensors
bd.planetTests=tests and circumstances
bd.planetVariables=variables and objects
bd.time=time
bd.utilities=Utilities
bg.abs=abs
Expand All @@ -66,6 +70,8 @@ bg.declare_variable_number_int=declare number variable
bg.declare_variable_string=declare new string
bg.declareData=declare data
bg.delay_microseconds=delayMicroseconds
bg.delay=
bg.image=
bg.pause=delay
bg.digital-high=HIGH
bg.digital-low=LOW
Expand Down Expand Up @@ -96,11 +102,23 @@ bg.no_tone=noTone
bg.not_equal=!=
bg.not=not
bg.number=1
bg.number_to_string=123 -> "123"
bg.number-float=1.0
bg.number-int=1
bg.object=object
bg.or=or
bg.pin-read-analog=spindle analog input value
bg.pin-read-analog2=yoyo yoyo
bg.pin-read-digital=spindle digital input value
bg.pin-write-analog=fix the analog output at the value of \:
bg.pin-write-digital=fix the digital output at level
bg.pow=puissance
bg.random=random
bg.repeat_times=repeat
bg.repeat_delay=repeat during N ms
bg.serial_println=display
bg.serial_println_number=display
bg.servo=Servomotor
bg.setter_variable_digital=set digital var
bg.setter_variable_number=set value to variable
bg.setter_variable_string=set string
Expand All @@ -116,6 +134,7 @@ bg.template_command=template
bg.template_constructor=template
bg.template_data=template
bg.true=TRUE
bg.ultrasonic=Ultrasound sensor
bg.unmber_to_string=123 -> "123"
bg.variable_digital=digital var name
bg.variable_number=number var name
Expand Down
20 changes: 17 additions & 3 deletions src/main/resources/com/unibot/block/unibot_fr.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
unibot.file.suffix=Fichier unibot (*.abp)
unibot.libraryloader.suffix=C++ Header File(*.h)
unibot.translator.exception.multipleLoopFound=trop de boucles principales!
unibot.translator.exception.noLoopFound=boucle principale manquante!
unibot.translator.exception.noSetupFound=initialisation manquante!

unibot.translator.exception.socketNull=element manquant!
unibot.translator.exception.subroutineNameDuplicated=au moins deux fonctions ont le meme nom!
unibot.translator.exception.subroutineNotDeclared=fonction non d�clar�e
unibot.translator.exception.title=erreur d'agencement de blocs
unibot.ui.add_comment=ajouter un commentaire
unibot.ui.clone=cloner
unibot.ui.create_refer=cr\u00e9er une r\u00e9f\u00e9rence
unibot.ui.delete_comment=supprimer un commentaire
unibot.ui.load=ouvrir
unibot.ui.organize_blocks=organiser tous les blocs
Expand All @@ -17,6 +18,7 @@ unibot.ui.upload=transf\u00e9rer
bc.angle=angle
bc.base=base
bc.condition=si
bc.device_address=adresse du mat\u00e9riel
bc.do=faire
bc.delay=ms
bc.else=sinon
Expand All @@ -29,6 +31,7 @@ bc.microseconds=us
bc.milliseconds=ms
bc.number=nombre
bc.pin_number=broche\#
bc.register_address=adresse enregistr\u00e9e
bc.status=statut
bc.string=texte
bc.test=si
Expand All @@ -43,12 +46,14 @@ bc.value==
bc.variable=nom
bc.while=tant que
bd.control=M\u00e9thodes
bd.dfrobot=DFRobot
bd.number=variables/Constantes
bd.operators=operateurs Math
bd.pins=broches
bd.planetLoopAndFunction=boucles et methodes
bd.planetOperations=operations

bd.planetrobotMaker=actionneurs du robot
bd.planetRobotSensor=capteurs du robot
bd.planetTests=tests et conditions
bd.planetVariables=variables et objets
bd.time=temps
Expand All @@ -67,19 +72,21 @@ bg.declare_variable_string=nouveau texte
bg.delay_microseconds=
bg.delay=
bg.image=
bg.pause=delay
bg.digital-high=HAUT
bg.digital-low=BAS
bg.digital-off=Eteint
bg.digital-on=Allum\u00e9
bg.division=\u00f7
bg.equal\=\==\=\=
bg.equal=\==\=\=
bg.false=FAUX
bg.glue_sb=coller
bg.glue_sn=coller
bg.greater_equal=>\=
bg.greater=>
bg.if=
bg.ifelse=
bg.initData=initialisation des donn\u00e9es
bg.less_equal=<\=
bg.less=<
bg.loop=boucle principale
Expand All @@ -91,11 +98,14 @@ bg.millis=temps depuis le d\u00e9marrage de la carte (millis)
bg.min=min
bg.modulo=%
bg.multiplication=x
bg.no_tone=aucun signal
bg.not_equal=\!\=
bg.not=NON
bg.number=1
bg.number_to_string=123 -> "123"
bg.number-float=1.0
bg.number-int=1
bg.object=object
bg.or=OU
bg.pin-read-analog=valeur de la broche Entree Analogique
bg.pin-read-analog2=yoyo yoyo
Expand All @@ -120,8 +130,12 @@ bg.subroutine=cr
bg.subroutine-ref=appeler le bloc
bg.subtraction=-
bg.tan=tan
bg.template_command=template
bg.template_constructor=template
bg.template_data=template
bg.true=VRAI
bg.ultrasonic=Capteur Ultrason
bg.unmber_to_string=123 -> "123"
bg.variable_digital=nom
bg.variable_number=nom
bg.variable_string=nom
Expand Down