grifdail

Liste terme

May 10th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 1.18 KB | None | 0 0
  1. module Idea
  2.    
  3.     FR = {
  4.         #Cible
  5.         :me => "moi",
  6.         :you => "toi",
  7.         :him => "lui/elle",
  8.         :us => "nous",
  9.         :them => "Ils/elles/eux",
  10.        
  11.         #action principal
  12.         :be => "etre",
  13.         :have => "avoire",
  14.         :give => "donner",
  15.         :want => "vouloir",
  16.        
  17.         #action
  18.         :attack => "attaquer",
  19.         :kill => "tuer",
  20.         :love => "aimer",
  21.        
  22.         #divers
  23.         :yes => "oui",
  24.         :no => "non",
  25.         :maybe => "peut etre",
  26.         :dontknow => "Ne sait pas",
  27.        
  28.         #question
  29.         :what => "quoi?",
  30.         :who => "qui?",
  31.         :when => "quand?",
  32.         :where => "Ou?",
  33.        
  34.         #chose
  35.         :food => "nouriture",
  36.         :spaceship => "vaisseau spatial",
  37.         :planet => "plannete",
  38.         :space => "espace",
  39.         :help => "aide",
  40.         :info => "information",
  41.         :water => "eau",
  42.         :animal => "animal",
  43.         :weapon => "arme",
  44.         :armor => "defense",
  45.         :sun => "soleil",
  46.         :star => "etoile",
  47.        
  48.         #concepte
  49.         :good => "bien",
  50.         :bad => "mal",
  51.         :death => "mort",
  52.         :life => "vie",
  53.         :friend => "ami",
  54.         :enemy => "enemie",
  55.         :knowledge => "connaisance",
  56.         :name => "nom",
  57.         :end => "fin",
  58.         :begining => "debut",
  59.    
  60.        
  61.         #etats
  62.         :happy => "joie",
  63.         :sad => "triste",
  64.         :fear => "peur",
  65.         :angry => "colere",
  66.         :shame => "honte"
  67.     }
  68. end
Advertisement
Add Comment
Please, Sign In to add comment