Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module Idea
- FR = {
- #Cible
- :me => "moi",
- :you => "toi",
- :him => "lui/elle",
- :us => "nous",
- :them => "Ils/elles/eux",
- #action principal
- :be => "etre",
- :have => "avoire",
- :give => "donner",
- :want => "vouloir",
- #action
- :attack => "attaquer",
- :kill => "tuer",
- :love => "aimer",
- #divers
- :yes => "oui",
- :no => "non",
- :maybe => "peut etre",
- :dontknow => "Ne sait pas",
- #question
- :what => "quoi?",
- :who => "qui?",
- :when => "quand?",
- :where => "Ou?",
- #chose
- :food => "nouriture",
- :spaceship => "vaisseau spatial",
- :planet => "plannete",
- :space => "espace",
- :help => "aide",
- :info => "information",
- :water => "eau",
- :animal => "animal",
- :weapon => "arme",
- :armor => "defense",
- :sun => "soleil",
- :star => "etoile",
- #concepte
- :good => "bien",
- :bad => "mal",
- :death => "mort",
- :life => "vie",
- :friend => "ami",
- :enemy => "enemie",
- :knowledge => "connaisance",
- :name => "nom",
- :end => "fin",
- :begining => "debut",
- #etats
- :happy => "joie",
- :sad => "triste",
- :fear => "peur",
- :angry => "colere",
- :shame => "honte"
- }
- end
Advertisement
Add Comment
Please, Sign In to add comment