Skip to content

Instantly share code, notes, and snippets.

@cgsmith
Created January 19, 2016 00:13
Show Gist options
  • Save cgsmith/70857e0834f1100cb510 to your computer and use it in GitHub Desktop.
Save cgsmith/70857e0834f1100cb510 to your computer and use it in GitHub Desktop.
<?php
// English -> Japanese examples from Google Translate
return array(
'SD Card Program List' => 'SDカードのプログラムリスト',
'Name' => '名前',
'Created' => '作成',
'Modified' => '変更されました',
'No programs listed yet' => 'なしのプログラムがまだ表示されません',
'Create program' => 'プログラムを作成します',
// ... etc
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment