<?php

$vocabulary = array(
	'дом' => 'うち',
	'голос' => 'こえ',
);
 
var_dump($vocabulary);