Update Shimeji-ee 1.0.18
This commit is contained in:
parent
3497db33cf
commit
cc5ca93ca7
7 changed files with 315 additions and 128 deletions
BIN
Shimeji-ee.jar
(Stored with Git LFS)
BIN
Shimeji-ee.jar
(Stored with Git LFS)
Binary file not shown.
|
@ -7,6 +7,10 @@ WindowX = Window X
|
||||||
WindowY = Window Y
|
WindowY = Window Y
|
||||||
WindowWidth = Window Width
|
WindowWidth = Window Width
|
||||||
WindowHeight = Window Height
|
WindowHeight = Window Height
|
||||||
|
EnvironmentX = Environment X
|
||||||
|
EnvironmentY = Environment Y
|
||||||
|
EnvironmentWidth = Environment W
|
||||||
|
EnvironmentHeight = Environment H
|
||||||
Error = Error
|
Error = Error
|
||||||
FailedLoadConfigErrorMessage = Failed to load configuration files.
|
FailedLoadConfigErrorMessage = Failed to load configuration files.
|
||||||
SeeLogForDetails = See log for more details.
|
SeeLogForDetails = See log for more details.
|
||||||
|
@ -18,6 +22,7 @@ DismissAll = Dismiss All
|
||||||
ChooseShimeji = Choose Shimeji...
|
ChooseShimeji = Choose Shimeji...
|
||||||
ChooseInteractiveWindows = Choose Interactive Windows...
|
ChooseInteractiveWindows = Choose Interactive Windows...
|
||||||
BreedingCloning = Breeding/Cloning
|
BreedingCloning = Breeding/Cloning
|
||||||
|
BreedingTransient = Transients
|
||||||
ThrowingWindows = Throwing Windows
|
ThrowingWindows = Throwing Windows
|
||||||
SoundEffects = Sound Effects
|
SoundEffects = Sound Effects
|
||||||
AllowedBehaviours = Allowed Behaviours
|
AllowedBehaviours = Allowed Behaviours
|
||||||
|
@ -33,6 +38,7 @@ SevereShimejiErrorErrorMessage = Severe Shimeji error.
|
||||||
CallAnother = Call Another
|
CallAnother = Call Another
|
||||||
Dismiss = Dismiss
|
Dismiss = Dismiss
|
||||||
DismissOthers = Dismiss Others
|
DismissOthers = Dismiss Others
|
||||||
|
DismissAllOthers = Dismiss All Others
|
||||||
SetBehaviour = Set Behaviour
|
SetBehaviour = Set Behaviour
|
||||||
RevealStatistics = Reveal Statistics
|
RevealStatistics = Reveal Statistics
|
||||||
CouldNotSetBehaviourErrorMessage = Could not set behaviour.
|
CouldNotSetBehaviourErrorMessage = Could not set behaviour.
|
||||||
|
@ -138,3 +144,8 @@ ThrowIEFromRight = Throw Window from Right
|
||||||
WalkAndThrowIEFromLeft = Walk and Throw Window from Left
|
WalkAndThrowIEFromLeft = Walk and Throw Window from Left
|
||||||
WalkAndThrowIEFromRight = Walk and Throw Window from Right
|
WalkAndThrowIEFromRight = Walk and Throw Window from Right
|
||||||
Scaling = Scaling
|
Scaling = Scaling
|
||||||
|
Transformation = Transformation
|
||||||
|
Filter = hqx Filter
|
||||||
|
Multiscreen = Multiscreen
|
||||||
|
AlwaysShowShimejiChooser = Always Show Choose Shimeji
|
||||||
|
ActiveIE = Window Title
|
|
@ -7,6 +7,10 @@ WindowX = Window X
|
||||||
WindowY = Window Y
|
WindowY = Window Y
|
||||||
WindowWidth = Window Width
|
WindowWidth = Window Width
|
||||||
WindowHeight = Window Height
|
WindowHeight = Window Height
|
||||||
|
EnvironmentX = Environment X
|
||||||
|
EnvironmentY = Environment Y
|
||||||
|
EnvironmentWidth = Environment W
|
||||||
|
EnvironmentHeight = Environment H
|
||||||
Error = Error
|
Error = Error
|
||||||
FailedLoadConfigErrorMessage = Failed to load configuration files.
|
FailedLoadConfigErrorMessage = Failed to load configuration files.
|
||||||
SeeLogForDetails = See log for more details.
|
SeeLogForDetails = See log for more details.
|
||||||
|
@ -18,6 +22,7 @@ DismissAll = Dismiss All
|
||||||
ChooseShimeji = Choose Shimeji...
|
ChooseShimeji = Choose Shimeji...
|
||||||
ChooseInteractiveWindows = Choose Interactive Windows...
|
ChooseInteractiveWindows = Choose Interactive Windows...
|
||||||
BreedingCloning = Breeding/Cloning
|
BreedingCloning = Breeding/Cloning
|
||||||
|
BreedingTransient = Transients
|
||||||
ThrowingWindows = Throwing Windows
|
ThrowingWindows = Throwing Windows
|
||||||
SoundEffects = Sound Effects
|
SoundEffects = Sound Effects
|
||||||
AllowedBehaviours = Allowed Behaviours
|
AllowedBehaviours = Allowed Behaviours
|
||||||
|
@ -25,7 +30,7 @@ Settings = Settings
|
||||||
CloseMenu = Close Menu
|
CloseMenu = Close Menu
|
||||||
Shimeji = Shimeji
|
Shimeji = Shimeji
|
||||||
ShimejiEE = Shimeji-ee
|
ShimejiEE = Shimeji-ee
|
||||||
FailedDisplaySystemTrayErrorMessage = Failed to display system tray.
|
FailedDisplaySystemTrayErrorMessage = Failed to display system tray icon.
|
||||||
FailedInitialiseFirstActionErrorMessage = Failed to initialise first action.
|
FailedInitialiseFirstActionErrorMessage = Failed to initialise first action.
|
||||||
CouldNotCreateShimejiErrorMessage = Could not create
|
CouldNotCreateShimejiErrorMessage = Could not create
|
||||||
FailedSetBehaviourErrorMessage = Failed to set behaviour.
|
FailedSetBehaviourErrorMessage = Failed to set behaviour.
|
||||||
|
@ -33,6 +38,7 @@ SevereShimejiErrorErrorMessage = Severe Shimeji error.
|
||||||
CallAnother = Call Another
|
CallAnother = Call Another
|
||||||
Dismiss = Dismiss
|
Dismiss = Dismiss
|
||||||
DismissOthers = Dismiss Others
|
DismissOthers = Dismiss Others
|
||||||
|
DismissAllOthers = Dismiss All Others
|
||||||
SetBehaviour = Set Behaviour
|
SetBehaviour = Set Behaviour
|
||||||
RevealStatistics = Reveal Statistics
|
RevealStatistics = Reveal Statistics
|
||||||
CouldNotSetBehaviourErrorMessage = Could not set behaviour.
|
CouldNotSetBehaviourErrorMessage = Could not set behaviour.
|
||||||
|
@ -138,3 +144,8 @@ ThrowIEFromRight = Throw Window from Right
|
||||||
WalkAndThrowIEFromLeft = Walk and Throw Window from Left
|
WalkAndThrowIEFromLeft = Walk and Throw Window from Left
|
||||||
WalkAndThrowIEFromRight = Walk and Throw Window from Right
|
WalkAndThrowIEFromRight = Walk and Throw Window from Right
|
||||||
Scaling = Scaling
|
Scaling = Scaling
|
||||||
|
Transformation = Transformation
|
||||||
|
Filter = hqx Filter
|
||||||
|
Multiscreen = Move Between Screens
|
||||||
|
AlwaysShowShimejiChooser = Always Show Choose Shimeji
|
||||||
|
ActiveIE = Window Title
|
|
@ -1,135 +1,151 @@
|
||||||
# French language file
|
# default language file
|
||||||
# by papolux
|
# by Cassyz
|
||||||
Behaviour = Comportement
|
Behaviour = Comportement
|
||||||
|
ShimejiX = Shimeji X
|
||||||
|
ShimejiY = Shimeji Y
|
||||||
WindowX = Fenêtre X
|
WindowX = Fenêtre X
|
||||||
WindowY = Fenêtre Y
|
WindowY = Fenêtre Y
|
||||||
WindowWidth = Fenêtre G
|
WindowWidth = Largeur de la fenêtre
|
||||||
WindowHeight = Fenêtre H
|
WindowHeight = Hauteur de la fenêtre
|
||||||
|
EnvironmentX = Environnement X
|
||||||
|
EnvironmentY = Environnement Y
|
||||||
|
EnvironmentWidth = Environnement W
|
||||||
|
EnvironmentHeight = Environnement H
|
||||||
Error = Erreur
|
Error = Erreur
|
||||||
FailedLoadConfigErrorMessage = Échouement de l'initialization du fichier de configuration
|
FailedLoadConfigErrorMessage = Les fichers de configuration n'ont pu être chargés.
|
||||||
SeeLogForDetails = Voir le registre pour plus de détails
|
SeeLogForDetails = Vérifiez le journal pour plus de détails.
|
||||||
CallShimeji = Appeler Shimeji
|
CallShimeji = Appeler un Shimeji
|
||||||
FollowCursor = Suivre Curseur
|
FollowCursor = Suivre la souris
|
||||||
ReduceToOne = Réduire a un
|
ReduceToOne = Réduire à un
|
||||||
RestoreWindows = Restaurer Fenêtre
|
RestoreWindows = Restaurer la fenêtre
|
||||||
DismissAll = Renvoyer Tous
|
DismissAll = Bye bye tout le monde!
|
||||||
ChooseShimeji = Choisir Shimeji...
|
ChooseShimeji = Choisir le Shimeji...
|
||||||
ChooseInteractiveWindows = Choisir Fenêtres Interactives...
|
ChooseInteractiveWindows = Choisir les fenêtres interactives...
|
||||||
BreedingCloning = Reproduction/Clônage
|
BreedingCloning = Multiplication/Clonage
|
||||||
ThrowingWindows = Lancement de Fenêtres
|
ThrowingWindows = Lancer les fenêtres
|
||||||
SoundEffects = Effets Sonore
|
SoundEffects = Effets sonores
|
||||||
AllowedBehaviours = Comportements Permis
|
AllowedBehaviours = Comportements permis
|
||||||
Settings = Paramètres
|
Settings = Paramètres
|
||||||
CloseMenu = Fermer le menu
|
CloseMenu = Fermer le menu
|
||||||
FailedDisplaySystemTrayErrorMessage = Échec d'affichage de la barre d'état système.
|
Shimeji = Shimeji
|
||||||
FailedInitialiseFirstActionErrorMessage = Échec de l'initialzation de la première action.
|
ShimejiEE = Shimeji-ee
|
||||||
CouldNotCreateShimejiErrorMessage = Peut pas créer
|
FailedDisplaySystemTrayErrorMessage = La barre de notifications ne peut être affichée.
|
||||||
FailedSetBehaviourErrorMessage = Échec de reglage des comportements.
|
FailedInitialiseFirstActionErrorMessage = La première action n'a pu être initialisée.
|
||||||
SevereShimejiErrorErrorMessage = Erreur sévère du Shimeji.
|
CouldNotCreateShimejiErrorMessage = Impossible de créer
|
||||||
CallAnother = Appeller un Autre
|
FailedSetBehaviourErrorMessage = Le comportement n'a pu être défini.
|
||||||
Dismiss = Renvoyer
|
SevereShimejiErrorErrorMessage = Erreur sérieuse du Shimeji.
|
||||||
DismissOthers = Renvoyer Autres
|
CallAnother = En faire apparaître un autre
|
||||||
|
Dismiss = Retirer
|
||||||
|
DismissOthers = Retirer les autres
|
||||||
|
DismissAllOthers = Retirer tous les autres
|
||||||
SetBehaviour = Définir le comportement
|
SetBehaviour = Définir le comportement
|
||||||
RevealStatistics = Révéler Statistiques
|
RevealStatistics = Révéler les statistiques
|
||||||
CouldNotSetBehaviourErrorMessage = Incapable de regler ce comportment.
|
CouldNotSetBehaviourErrorMessage = Le comportement n'a pu être défini.
|
||||||
CouldNotGetNextBehaviourErrorMessage = Incapable de prendre le prochain comportment.
|
CouldNotGetNextBehaviourErrorMessage = Le prochain comportement n'a pu être récupéré.
|
||||||
FailedCreateNewShimejiErrorMessage = Échec de création d'un autre Shimeji
|
FailedCreateNewShimejiErrorMessage = Impossible de créer un nouveau Shimeji.
|
||||||
FailedInitialiseFollowingBehaviourErrorMessage = Échec d'initialization du comportment suivant.
|
FailedInitialiseFollowingBehaviourErrorMessage = Le comportement suivant n'a pu être initialisé.
|
||||||
VariableEvaluationErrorMessage = Un erreur s'est produite durant l'évaluation de la variable.
|
VariableEvaluationErrorMessage = Une erreur s'est produite lors de l'évaluation de la variable.
|
||||||
FailedDragActionInitialiseErrorMessage = Échec d'initialization de l'action "Dragged".
|
FailedDragActionInitialiseErrorMessage = L'action «Dragged» n'a pu être initialisée.
|
||||||
FailedDropActionInitialiseErrorMessage = Échec d'initialization de l'action "Thrown".
|
FailedDropActionInitialiseErrorMessage = L'action «Thrown» n'a pu être initialisée.
|
||||||
FailedFallingActionInitialiseErrorMessage = Échec d'initialization de l'action "Fall".
|
FailedFallingActionInitialiseErrorMessage = L'action «Fall» n'a pu être initialisée.
|
||||||
FailedInitialiseFollowingActionsErrorMessage = Échec d'initialization des actions suivantes.
|
FailedInitialiseFollowingActionsErrorMessage = Les actions suivantes n'ont pu être initialisées.
|
||||||
FailedClassActionInitialiseErrorMessage = Échec d'initialization de l'action de classe
|
FailedClassActionInitialiseErrorMessage = La classe de l'action n'a pu être initialisée
|
||||||
CannotAccessClassActionErrorMessage = Aucun access à la classes d'action
|
CannotAccessClassActionErrorMessage = Impossible d'accéder à la classe de l'action
|
||||||
ClassNotFoundErrorMessage = Classe non-trouvée
|
ClassNotFoundErrorMessage = Class n'a pu être trouvée
|
||||||
UnknownActionTypeErrorMessage = Action inconnue
|
UnknownActionTypeErrorMessage = Type d'Action inconnue
|
||||||
FailedCreateAnimationErrorMessage = Échec de création d'une animation
|
FailedCreateAnimationErrorMessage = Une animation n'a pu être créée
|
||||||
FailedParameterEvaluationErrorMessage = Échec d'évaluation du paramètre
|
FailedParameterEvaluationErrorMessage = Impossible d'évaluer le paramètre
|
||||||
NoBehaviourFoundErrorMessage = Aucun comportement correspondant
|
NoBehaviourFoundErrorMessage = Il n'y a aucun comportement correspondant à
|
||||||
NoActionFoundErrorMessage = Aucune action correspondant
|
NoActionFoundErrorMessage = Il n'y a aucune action correspondant à
|
||||||
FailedInitialiseCorrespondingActionErrorMessage = Échec d'initialization de l'action correspondante
|
FailedInitialiseCorrespondingActionErrorMessage = L'action suivante n'a pu être initialisée:
|
||||||
FailedConditionEvaluationErrorMessage = Échec d'évaluation de la condition
|
FailedConditionEvaluationErrorMessage = La condition suivante n'a pu être évaluée:
|
||||||
FailedLoadSoundErrorMessage = Échec de chargement du son
|
FailedLoadSoundErrorMessage = Le son suivant n'a pu être chargé:
|
||||||
FailedLoadImageErrorMessage = Échec de chargement d'image
|
FailedLoadImageErrorMessage = L'image suivante n'a pu être chargée:
|
||||||
DuplicateActionErrorMessage = Action dupliquée detectée
|
DuplicateActionErrorMessage = Une action en double a été trouvé avec
|
||||||
NoCorrespondingActionFoundErrorMessage = Action correspondante non-trouvée
|
NoCorrespondingActionFoundErrorMessage = L'action suivante n'a pu être trouvée:
|
||||||
ShimejiImageSetChooser = Sélecteur d'ensembles d'images Shimeji-ee
|
ShimejiImageSetChooser = Sélection d'ensembles d'images Shimeji-ee
|
||||||
SelectImageSetsToUse = Sélectionnez les ensembles d'images à utiliser
|
SelectImageSetsToUse = Sélectionnez les ensembles d'images à utiliser
|
||||||
UseSelected = Utiliser Sélectionnment
|
UseSelected = Utiliser sélection
|
||||||
UseAll = Utiliser tous
|
UseAll = Tout utiliser
|
||||||
Cancel = Cancellez
|
Cancel = Annuler
|
||||||
ClearAll = Effacer tous
|
ClearAll = Tout effacer
|
||||||
SelectAll = Sélectionner tous
|
SelectAll = Tout sélectionner
|
||||||
More = Plus...
|
More = Plus...
|
||||||
ScrollCountIntervalBelowZeroErrorMessage = scrollCount et interval doit être plus que 0
|
ScrollCountIntervalBelowZeroErrorMessage = scrollCount et interval doivent être plus grands que 0
|
||||||
CountsCannotBeNegativeErrorMessage = topFixedCount et bottomFixedCount ne peuvent pas être négatifs.
|
CountsCannotBeNegativeErrorMessage = topFixedCount et bottomFixedCount ne peuvent être négatifs
|
||||||
IntervalBelowZeroErrorMessage = interval doit être plus que 0
|
IntervalBelowZeroErrorMessage = interval doit être plus grand que 0
|
||||||
ScrollCountErrorMessage = scrollcount doit être plus que 0
|
ScrollCountErrorMessage = scrollCount doit être plus grand que 0
|
||||||
ScriptCompilationErrorMessage = Erreur de compilation d'un scripte
|
ScriptCompilationErrorMessage = Une erreur s'est produite lors de la compilation d'un script
|
||||||
ScriptEvaluationErrorMessage = Erreur d'évaluation d'un scripte
|
ScriptEvaluationErrorMessage = Une erreur s'est produite lors de l'évaluation d'un script
|
||||||
SetValueNotSupportedErrorMessage = setValue n'est pas supporté
|
SetValueNotSupportedErrorMessage = setValue n'est pas supporté
|
||||||
InteractiveWindows = Fenêtres interactives
|
InteractiveWindows = Fenêtres interactives
|
||||||
InteractiveWindowHintMessage = Entrez votre texte de caption. Aucun charactère / S.V.P.!
|
InteractiveWindowHintMessage = Entrez le texte de la légende. Aucun caractère / s'il vous plaît!
|
||||||
AddInteractiveWindow = Ajoutez une fenêtre interactive.
|
AddInteractiveWindow = Ajouter une fenêtre interactive
|
||||||
Add = Ajouter
|
Add = Ajouter
|
||||||
Remove = Ôtez
|
Remove = Retirer
|
||||||
Done = Fin
|
Done = Terminer
|
||||||
Language = Langage
|
Language = Langue
|
||||||
ChaseMouse = Chasse La Souris
|
ChaseMouse = Pourchasse la souris
|
||||||
SitAndFaceMouse = Assis-toi Et Fait Face À Souris
|
SitAndFaceMouse = Assois-toi et regarde la souris
|
||||||
SitAndSpinHead = Assis-toi Et Tourne Ta Tête
|
SitAndSpinHead = Assois-toi et tourne la tête
|
||||||
Fall = Tombe
|
Fall = Tombe
|
||||||
Dragged = Traine
|
Dragged = Balancer
|
||||||
Thrown = Lance
|
Thrown = Lancer
|
||||||
PullUp = Remonte
|
PullUp = Remonte
|
||||||
Divided = Divise
|
Divided = Divise-toi
|
||||||
StandUp = Debout
|
StandUp = Lève-toi
|
||||||
SitDown = Assis
|
SitDown = Assois-toi
|
||||||
SitWhileDanglingLegs = Assis En Blançant Les Jambes
|
SitWhileDanglingLegs = Assois-toi et balance tes jambes
|
||||||
LieDown = Couche-Toi
|
LieDown = Couche-toi
|
||||||
SplitIntoTwo = Divise-Toi En Deux
|
SplitIntoTwo = Divise-toi en deux
|
||||||
HoldOntoWall = Tiens Le Mur
|
HoldOntoWall = Accroche-toi au mur
|
||||||
FallFromWall = Tombe Du Mur
|
FallFromWall = Tombe du mur
|
||||||
HoldOntoCeiling = Tiens Le Plafond
|
HoldOntoCeiling = Accroche-toi au plafond
|
||||||
FallFromCeiling = Tombe Du Plafond
|
FallFromCeiling = Tombe du plafond
|
||||||
WalkAlongWorkAreaFloor = Floor Marche Autour Du Plancher De Travail
|
WalkAlongWorkAreaFloor = Marche le long de la barre des tâches
|
||||||
RunAlongWorkAreaFloor = Cours Autour Du Plancher De Travail
|
RunAlongWorkAreaFloor = Cours le long de la barre des tâches
|
||||||
CrawlAlongWorkAreaFloor = Rampe Autour Du Plancher De Travail
|
CrawlAlongWorkAreaFloor = Rampe le long de la barre des tâches
|
||||||
WalkLeftAlongFloorAndSit = Marche À Gauche Autour Du Plancher Et Assois-Toi
|
WalkLeftAlongFloorAndSit = Marche vers la gauche de la barre et assois-toi
|
||||||
WalkRightAlongFloorAndSit = Marche À Droite Autour Du Plancher Et Assois-Toi
|
WalkRightAlongFloorAndSit = Marche vers la droite de la barre et assois-toi
|
||||||
GrabWorkAreaBottomLeftWall = Accroche-Toi au Mur Bas-Gauche De L'Aire Du Travail
|
GrabWorkAreaBottomLeftWall = Agrippe le mur à gauche de la barre des tâches
|
||||||
GrabWorkAreaBottomRightWall = Accroche-Toi au Mur Bas-Droite De L'Aire Du Travail
|
GrabWorkAreaBottomRightWall = Agrippe le mur à droite de la barre des tâches
|
||||||
WalkLeftAndSit = Marche À Gauche Et Assois-Toi
|
WalkLeftAndSit = Marche vers la gauche et assis-toi
|
||||||
WalkRightAndSit = Marche À Droite Et Assois-Toi
|
WalkRightAndSit = Marche vers la droite et assis-toi
|
||||||
WalkAndGrabBottomLeftWall = Marche Et Accroche-toi Au Mur Gauche
|
WalkAndGrabBottomLeftWall = Marche et agrippe le mur à gauche
|
||||||
WalkAndGrabBottomRightWall = Marche Et Accroche-toi Au Mur Droite
|
WalkAndGrabBottomRightWall = Marche et agrippe le mur à droite
|
||||||
JumpFromBottomOfIE = Saute Du Bas De La Fenêtre
|
JumpFromBottomOfIE = Saute du bas de la fenêtre
|
||||||
PullUpShimeji = Remonte Shimeji
|
PullUpShimeji = Remonte un Shimeji
|
||||||
ClimbHalfwayAlongWall = Monte La Moîté du Mur
|
ClimbHalfwayAlongWall = Monte jusqu'au milieu du mur
|
||||||
ClimbAlongWall = Monte Le Mur
|
ClimbAlongWall = Grimpe le long du mur
|
||||||
ClimbAlongCeiling = Monte Au Plafond
|
ClimbAlongCeiling = Grimpe le long du plafond
|
||||||
WalkAlongIECeiling = Marche Sur Le Plafond De La Fenêtre
|
WalkAlongIECeiling = Marche le long du plafond de la fenêtre
|
||||||
RunAlongIECeiling = Cours Sur Le Plafond De La Fenêtre
|
RunAlongIECeiling = Cours le long du plafond de la fenêtre
|
||||||
CrawlAlongIECeiling = Rampe Sur Le Plafond De La Fenêtre
|
CrawlAlongIECeiling = Rampe le long du plafond de la fenêtre
|
||||||
SitOnTheLeftEdgeOfIE = Assis-toi Sur Le Coin Gauche De La Fenêtre
|
SitOnTheLeftEdgeOfIE = Assois-toi dans le coin gauche de la fenêtre
|
||||||
SitOnTheRightEdgeOfIE = Assis-toi Sur Le Coin Droite De La Fenêtre
|
SitOnTheRightEdgeOfIE = Assois-toi dans le coin droit de la fenêtre
|
||||||
JumpFromLeftEdgeOfIE = Saute Du Bord Gauche De La Fenêtre
|
JumpFromLeftEdgeOfIE = Saute du coin gauche de la fenêtre
|
||||||
JumpFromRightEdgeOfIE = Saute Du Bord Droite De La Fenêtre
|
JumpFromRightEdgeOfIE = Saute du coin droit de la fenêtre
|
||||||
WalkLeftAlongIEAndSit = Marche À Gauche Le Long De La Fenêtre
|
WalkLeftAlongIEAndSit = Marche vers la gauche le long de la fenêtre et assois-toi
|
||||||
WalkRightAlongIEAndSit = Marche À Droite Le Long De La Fenêtre
|
WalkRightAlongIEAndSit = Marche vers la droite le long de la fenêtre et assois-toi
|
||||||
WalkLeftAlongIEAndJump = Marche À Gauche Le Long De La Fenêtre Et Saute
|
WalkLeftAlongIEAndJump = Marche vers la gauche le long de la fenêtre et saute
|
||||||
WalkRightAlongIEAndJump = Marche À Droite Le Long De La Fenêtre Et Saute
|
WalkRightAlongIEAndJump = Marche vers la droite le long de la fenêtre et saute
|
||||||
HoldOntoIEWall = Tiens Le Côté De La Fenêtre
|
HoldOntoIEWall = Accroche-toi au mur de la fenêtre
|
||||||
ClimbIEWall = Monte Le Côté De La Fenêtre
|
ClimbIEWall = Grimpe le long du mur de la fenêtre
|
||||||
ClimbIEBottom = Monte Le Bas De La Fenêtre
|
ClimbIEBottom = Grimpe le long du bas de la fenêtre
|
||||||
GrabIEBottomLeftWall = Monte Le Bas-Gauche De La Fenêtre
|
GrabIEBottomLeftWall = Agrippe le mur en bas à gauche de la fenêtre
|
||||||
GrabIEBottomRightWall = Monte Le Bas-Droite De La Fenêtre
|
GrabIEBottomRightWall = Agrippe mur en bas à droite de la fenêtre
|
||||||
JumpFromLeftWall = Saute Du Mur Gauche
|
JumpFromLeftWall = Saute du mur gauche
|
||||||
JumpFromRightWall = Saute Du Mur Droite
|
JumpFromRightWall = Saute du mur droit
|
||||||
JumpOnIELeftWall = Saute Sur Le Mur Gauche De La Fenêtre
|
JumpOnIELeftWall = Saute sur le mur gauche de la fenêtre
|
||||||
JumpOnIERightWall = Saute Sur Le Mur Droite De La Fenêtre
|
JumpOnIERightWall = Saute sur le mur droit de la fenêtre
|
||||||
ThrowIEFromLeft = Lance La Fenêtre De La Gauche
|
ThrowIEFromLeft = Lance la fenêtre à partir de la gauche
|
||||||
ThrowIEFromRight = Lance La Fenêtre De La Droite
|
ThrowIEFromRight = Lance la fenêtre à partir de la droite
|
||||||
WalkAndThrowIEFromLeft = Marche Et Lance La Fenêtre De La Gauche
|
WalkAndThrowIEFromLeft = Marche et lance la fenêtre à partir de la gauche
|
||||||
WalkAndThrowIEFromRight = Marche Et Lance La Fenêtre De La Droite
|
WalkAndThrowIEFromRight = Marche et lance la fenêtre à partir de la droite
|
||||||
|
Scaling = Taille
|
||||||
|
Transformation = Transformation
|
||||||
|
Filter = Filtre hqx
|
||||||
|
Multiscreen = Multi-écrans
|
||||||
|
ReloadMascots= Recharger les mascottes
|
||||||
|
AlwaysShowShimejiChooser = Toujours me montrer la Sélection de Shimejis
|
||||||
|
ActiveIE = Titre de la fenêtre
|
140
conf/language_ja.properties
Normal file
140
conf/language_ja.properties
Normal file
|
@ -0,0 +1,140 @@
|
||||||
|
# Japanese language file
|
||||||
|
# by Alpha Iru
|
||||||
|
Behaviour = 行為
|
||||||
|
ShimejiX = しめじX座標
|
||||||
|
ShimejiY = しめじY座標
|
||||||
|
WindowX = ウインドウX
|
||||||
|
WindowY = ウインドウY
|
||||||
|
WindowWidth = ウインドウ幅
|
||||||
|
WindowHeight = ウインドウ高さ
|
||||||
|
Error = エラー
|
||||||
|
FailedLoadConfigErrorMessage = 設定ファイルの読み込みに失敗しました。
|
||||||
|
SeeLogForDetails = ログファイルにある詳細を御覧ください。
|
||||||
|
CallShimeji = しめじを呼ぶ
|
||||||
|
FollowCursor = カーソルを追っかける
|
||||||
|
ReduceToOne = 一つだけにする
|
||||||
|
RestoreWindows = ウインドウをもとに戻す
|
||||||
|
DismissAll = すべて消す
|
||||||
|
ChooseShimeji = しめじを選ぶ
|
||||||
|
ChooseInteractiveWindows = 操作用ウインドウを選ぶ
|
||||||
|
BreedingCloning = 繁殖・クローン
|
||||||
|
ThrowingWindows = ウインドウを投げる行為
|
||||||
|
SoundEffects = 効果音
|
||||||
|
AllowedBehaviours = 許可された行為
|
||||||
|
Settings = 設定
|
||||||
|
CloseMenu = メニューを閉じる
|
||||||
|
Shimeji = しめじ
|
||||||
|
ShimejiEE = Shimeji-EE
|
||||||
|
FailedDisplaySystemTrayErrorMessage = システムトレーでの表示に失敗しました。
|
||||||
|
FailedInitialiseFirstActionErrorMessage = 最初の行動の初期化に失敗しました。
|
||||||
|
CouldNotCreateShimejiErrorMessage = 次のしめじの作成できませんでした:
|
||||||
|
FailedSetBehaviourErrorMessage = 行為の設定に失敗しました。
|
||||||
|
SevereShimejiErrorErrorMessage = 深刻なしめじのエラーが発生しました。
|
||||||
|
CallAnother = 別のしめじを呼ぶ
|
||||||
|
Dismiss = 消す
|
||||||
|
DismissOthers = 他のを全部消す
|
||||||
|
SetBehaviour = 行為の設定
|
||||||
|
RevealStatistics = 統計を表示する
|
||||||
|
CouldNotSetBehaviourErrorMessage = 行為の設定ができませんでした。
|
||||||
|
CouldNotGetNextBehaviourErrorMessage = 次の行為に移れませんでした。
|
||||||
|
FailedCreateNewShimejiErrorMessage = 新しいしめじの作成に失敗しました。
|
||||||
|
FailedInitialiseFollowingBehaviourErrorMessage = 次の行為の初期化に失敗しました。
|
||||||
|
VariableEvaluationErrorMessage = 変数の評価でエラーが発生しました。
|
||||||
|
FailedDragActionInitialiseErrorMessage = "Dragged" の動作の初期化に失敗しました。
|
||||||
|
FailedDropActionInitialiseErrorMessage = "Thrown" の動作の初期化に失敗しました。
|
||||||
|
FailedFallingActionInitialiseErrorMessage = "Fall" の動作の初期化に失敗しました。
|
||||||
|
FailedInitialiseFollowingActionsErrorMessage = 以下の動作の初期化に失敗しました。
|
||||||
|
FailedClassActionInitialiseErrorMessage = 次の動作部類の初期化に失敗しました:
|
||||||
|
CannotAccessClassActionErrorMessage = 次の動作部類にアクセスできませんでした:
|
||||||
|
ClassNotFoundErrorMessage = 次の部類が見つかりませんでした:
|
||||||
|
UnknownActionTypeErrorMessage = 行動型の不明タイプ:
|
||||||
|
FailedCreateAnimationErrorMessage = 次のアニメーションの作成に失敗しました:
|
||||||
|
FailedParameterEvaluationErrorMessage = 次の媒介変数の評価に失敗しました:
|
||||||
|
NoBehaviourFoundErrorMessage = 次と一致する行為がありません:
|
||||||
|
NoActionFoundErrorMessage = 次と一致する行動がありません:
|
||||||
|
FailedInitialiseCorrespondingActionErrorMessage = 次のと一致する行動の初期化に失敗しました:
|
||||||
|
FailedConditionEvaluationErrorMessage = 状況の初期化に失敗しました
|
||||||
|
FailedLoadSoundErrorMessage = 音の読み込みに失敗しました
|
||||||
|
FailedLoadImageErrorMessage = 画像の読み込みに失敗しました
|
||||||
|
DuplicateActionErrorMessage = 重複した行動が見つかりました
|
||||||
|
NoCorrespondingActionFoundErrorMessage = 一致する行動が見つかりませんでした
|
||||||
|
ShimejiImageSetChooser = Shimeji-ee イメージセット選択
|
||||||
|
SelectImageSetsToUse = 使いたいイメージセットを選択してください
|
||||||
|
UseSelected = 選択した項目を使う
|
||||||
|
UseAll = 全て使う
|
||||||
|
Cancel = キャンセル
|
||||||
|
ClearAll = 全て消す
|
||||||
|
SelectAll = 全て
|
||||||
|
More = さらに表示する
|
||||||
|
ScrollCountIntervalBelowZeroErrorMessage = "scrollCount" と "interval" が0より大きくないといけません
|
||||||
|
CountsCannotBeNegativeErrorMessage = "topFixedCount" と "bottomFixedCount"は0より小さくなってはいけません
|
||||||
|
IntervalBelowZeroErrorMessage = "interval" は0より大きくないといけません
|
||||||
|
ScrollCountErrorMessage = "scrollCount" は0より大きくないといけません
|
||||||
|
ScriptCompilationErrorMessage = スクリプトを編集中にエラーが発生しました
|
||||||
|
ScriptEvaluationErrorMessage = スクリプトの評価中にエラーが発生しました
|
||||||
|
SetValueNotSupportedErrorMessage = setValueはサポートしていません
|
||||||
|
InteractiveWindows = 操作ウインドウ
|
||||||
|
InteractiveWindowHintMessage = 分かりやすい見出しをつけてください、「/」とかの特殊な文字は入れないでください。
|
||||||
|
AddInteractiveWindow = 操作ウインドウを足す
|
||||||
|
Add = 足す
|
||||||
|
Remove = 外す
|
||||||
|
Done = 終わり
|
||||||
|
Language = 言語
|
||||||
|
ChaseMouse = マウスを追っかける
|
||||||
|
SitAndFaceMouse = 座ってマウスに向く
|
||||||
|
SitAndSpinHead = 座って頭を回す
|
||||||
|
Fall = 落ちる
|
||||||
|
Dragged = 引っぱる
|
||||||
|
Thrown = 投げられる
|
||||||
|
PullUp = 引き上げる
|
||||||
|
Divided = 分かれた
|
||||||
|
StandUp = 立つ
|
||||||
|
SitDown = 座る
|
||||||
|
SitWhileDanglingLegs = 足をブラブラさせながら座る
|
||||||
|
LieDown = 横になる
|
||||||
|
SplitIntoTwo = 二つに分かれる
|
||||||
|
HoldOntoWall = 壁に捕まる
|
||||||
|
FallFromWall = 壁から落ちる
|
||||||
|
HoldOntoCeiling = 天井に捕まる
|
||||||
|
FallFromCeiling = 天井から落ちる
|
||||||
|
WalkAlongWorkAreaFloor = 作業場の床に沿って歩く
|
||||||
|
RunAlongWorkAreaFloor = 作業場の床に沿って走る
|
||||||
|
CrawlAlongWorkAreaFloor = 作業場の床に沿って腹ばっていく
|
||||||
|
WalkLeftAlongFloorAndSit = 床に沿って左に歩いて座る
|
||||||
|
WalkRightAlongFloorAndSit = 床に沿って右に歩いて座る
|
||||||
|
GrabWorkAreaBottomLeftWall = 作業場の左下壁に捕まる
|
||||||
|
GrabWorkAreaBottomRightWall = 作業場の右下壁に捕まる
|
||||||
|
WalkLeftAndSit = 左に歩いて座る
|
||||||
|
WalkRightAndSit = 右に歩いて座る
|
||||||
|
WalkAndGrabBottomLeftWall = 歩いて左下壁に捕まる
|
||||||
|
WalkAndGrabBottomRightWall = 歩いて右下壁に捕まる
|
||||||
|
JumpFromBottomOfIE = ウインドウの底からジャンプする
|
||||||
|
PullUpShimeji = しめじを引き上げる
|
||||||
|
ClimbHalfwayAlongWall = 壁の半分まで登る
|
||||||
|
ClimbAlongWall = 壁に沿って登る
|
||||||
|
ClimbAlongCeiling = 天井に沿って登る
|
||||||
|
WalkAlongIECeiling = ウインドウの天井に沿って歩く
|
||||||
|
RunAlongIECeiling = ウインドウの天井に沿って走る
|
||||||
|
CrawlAlongIECeiling = ウインドウの天井に沿って腹ばっていく
|
||||||
|
SitOnTheLeftEdgeOfIE = ウインドウの左端に座る
|
||||||
|
SitOnTheRightEdgeOfIE = ウインドウの右端に座る
|
||||||
|
JumpFromLeftEdgeOfIE = ウインドウの左端から飛ぶ
|
||||||
|
JumpFromRightEdgeOfIE = ウインドウの右端から飛ぶ
|
||||||
|
WalkLeftAlongIEAndSit = ウインドウに沿って左に歩いて座る
|
||||||
|
WalkRightAlongIEAndSit = ウインドウに沿って右に歩いて座る
|
||||||
|
WalkLeftAlongIEAndJump = ウインドウに沿って左に歩いてジャンプする
|
||||||
|
WalkRightAlongIEAndJump = ウインドウに沿って右に歩いてジャンプする
|
||||||
|
HoldOntoIEWall = 壁に捕まる
|
||||||
|
ClimbIEWall = ウインドウの壁に登る
|
||||||
|
ClimbIEBottom = ウインドウの底に捕まる
|
||||||
|
GrabIEBottomLeftWall = ウインドウ左下の壁に捕まる
|
||||||
|
GrabIEBottomRightWall = ウインドウ右下の壁に捕まる
|
||||||
|
JumpFromLeftWall = 左壁からジャンプする
|
||||||
|
JumpFromRightWall = 右壁からジャンプする
|
||||||
|
JumpOnIELeftWall = ウインドウの左壁にジャンプする
|
||||||
|
JumpOnIERightWall = ウインドウの右壁にジャンプする
|
||||||
|
ThrowIEFromLeft = ウインドウを左から投げる
|
||||||
|
ThrowIEFromRight = ウインドウを右から投げる
|
||||||
|
WalkAndThrowIEFromLeft = 歩いてウインドウを左から投げる
|
||||||
|
WalkAndThrowIEFromRight = 歩いてウインドウを右から投げる
|
||||||
|
Scaling = 規模拡張
|
|
@ -18,6 +18,8 @@ Wall=Wall
|
||||||
Floor=Floor
|
Floor=Floor
|
||||||
TargetX=TargetX
|
TargetX=TargetX
|
||||||
TargetY=TargetY
|
TargetY=TargetY
|
||||||
|
VelocityX=VelocityX
|
||||||
|
VelocityY=VelocityY
|
||||||
VelocityParam=VelocityParam
|
VelocityParam=VelocityParam
|
||||||
InitialVX=InitialVX
|
InitialVX=InitialVX
|
||||||
InitialVY=InitialVY
|
InitialVY=InitialVY
|
||||||
|
@ -33,6 +35,8 @@ BornX=BornX
|
||||||
BornY=BornY
|
BornY=BornY
|
||||||
BornBehaviour=BornBehavior
|
BornBehaviour=BornBehavior
|
||||||
BornMascot=BornMascot
|
BornMascot=BornMascot
|
||||||
|
BornInterval=BornInterval
|
||||||
|
BornTransient=BornTransient
|
||||||
TransformBehaviour=TransformBehavior
|
TransformBehaviour=TransformBehavior
|
||||||
TransformMascot=TransformMascot
|
TransformMascot=TransformMascot
|
||||||
Affordance=Affordance
|
Affordance=Affordance
|
||||||
|
@ -60,3 +64,6 @@ Fall=Fall
|
||||||
Dragged=Dragged
|
Dragged=Dragged
|
||||||
Thrown=Thrown
|
Thrown=Thrown
|
||||||
FootX=FootX
|
FootX=FootX
|
||||||
|
FootDX=FootDX
|
||||||
|
OffsetX=OffsetX
|
||||||
|
OffsetY=OffsetY
|
|
@ -60,3 +60,5 @@ Fall=落下する
|
||||||
Dragged=ドラッグされる
|
Dragged=ドラッグされる
|
||||||
Thrown=投げられる
|
Thrown=投げられる
|
||||||
FootX=footX
|
FootX=footX
|
||||||
|
OffsetX=端X
|
||||||
|
OffsetY=端Y
|
Loading…
Reference in a new issue