From 1b1b05b584e05dfd94f76ed19eb0d4e12d5dc623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Wed, 24 Jan 2018 16:47:16 +0100 Subject: [PATCH] New localisation string. --- resources/lang/en/entry.php | 1 + resources/lang/ja/entry.php | 1 + 2 files changed, 2 insertions(+) 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 の改正",