diff --git a/resources/lang/en/entry.php b/resources/lang/en/entry.php index e5ed929..e581a23 100644 --- a/resources/lang/en/entry.php +++ b/resources/lang/en/entry.php @@ -12,6 +12,7 @@ return [ 'views' => "Views: :count", 'downloads' => "Downloads: :count", 'submitted' => "Submitted :datetime", + 'updated' => "Updated :datetime", 'filesize' => "Filesize: :size", 'description' => "Descripion", 'changelog' => "Changes in :version", diff --git a/resources/lang/ja/entry.php b/resources/lang/ja/entry.php index 620b197..bade298 100644 --- a/resources/lang/ja/entry.php +++ b/resources/lang/ja/entry.php @@ -12,6 +12,7 @@ return [ 'views' => "現職回数: :count 回", 'downloads' => "ダウンロード: :count 回", 'submitted' => ":datetime に公開", + 'updated' => ":datetime に編集", 'filesize' => "ファイルの大きさ: :size", 'description' => "説明", 'changelog' => ":version の改正",