diff --git a/resources/lang/en/entry.php b/resources/lang/en/entry.php new file mode 100644 index 0000000..e5ed929 --- /dev/null +++ b/resources/lang/en/entry.php @@ -0,0 +1,18 @@ + ":name by :user", + 'screenshots' => "Screenshots", + 'download' => "Download", + 'update' => "Update", + 'remove' => "Remove", + 'approve' => "Approve", + 'disaprove' => "Disapprove", + 'report' => "Report", + 'views' => "Views: :count", + 'downloads' => "Downloads: :count", + 'submitted' => "Submitted :datetime", + 'filesize' => "Filesize: :size", + 'description' => "Descripion", + 'changelog' => "Changes in :version", +]; \ No newline at end of file diff --git a/resources/lang/en/upload.php b/resources/lang/en/upload.php new file mode 100644 index 0000000..91e10c9 --- /dev/null +++ b/resources/lang/en/upload.php @@ -0,0 +1,5 @@ + "Upload", +]; \ No newline at end of file diff --git a/resources/lang/ja/entry.php b/resources/lang/ja/entry.php new file mode 100644 index 0000000..620b197 --- /dev/null +++ b/resources/lang/ja/entry.php @@ -0,0 +1,18 @@ + ":user の :name", + 'screenshots' => "スクリーンショット", + 'download' => "ダウンロード", + 'update' => "アップデート", + 'remove' => "削除", + 'approve' => "認可", + 'disaprove' => "不認可", + 'report' => "報告", + 'views' => "現職回数: :count 回", + 'downloads' => "ダウンロード: :count 回", + 'submitted' => ":datetime に公開", + 'filesize' => "ファイルの大きさ: :size", + 'description' => "説明", + 'changelog' => ":version の改正", +]; \ No newline at end of file diff --git a/resources/lang/ja/upload.php b/resources/lang/ja/upload.php new file mode 100644 index 0000000..2ffaa73 --- /dev/null +++ b/resources/lang/ja/upload.php @@ -0,0 +1,5 @@ + "アップロード", +]; \ No newline at end of file