enFullToJaFull constant

Map<String, String> const enFullToJaFull

Implementation

static const Map<String, String> enFullToJaFull = {
  'Alanine': 'アラニン',
  'Arginine': 'アルギニン',
  'Asparagine': 'アスパラギン',
  'Aspartic acid': 'アスパラギン酸',
  'Cysteine': 'システイン',
  'Glutamine': 'グルタミン',
  'Glutamic acid': 'グルタミン酸',
  'Glycine': 'グリシン',
  'Histidine': 'ヒスチジン',
  'Isoleucine': 'イソロイシン',
  'Leucine': 'ロイシン',
  'Lysine': 'リジン',
  'Methionine': 'メチオニン',
  'Phenylalanine': 'フェニルアラニン',
  'Proline': 'プロリン',
  'Pyrrolysine': 'ピロリシン',
  'Serine': 'セリン',
  'Selenocysteine': 'セレノシステイン',
  'Threonine': 'スレオニン',
  'Tryptophan': 'トリプトファン',
  'Tyrosine': 'チロシン',
  'Valine': 'バリン',
  'Aspartic acid or Asparagine': 'アスパラギン酸またはアスパラギン',
  'Glutamic acid or Glutamine': 'グルタミン酸またはグルタミン',
  'Any amino acid': '任意のアミノ酸',
  'Leucine or Isoleucine': 'ロイシンまたはイソロイシン',
  // 終止コドン
  'termination codon': '終止コドン'
};