From 2ed56b45fd284b9ab75b3a0fded5d9d4c2d2f9f7 Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Mon, 18 Dec 2017 19:27:54 -0800 Subject: [PATCH] Add translations for new labels --- lang/en/changes.php | 2 ++ lang/pt_BR/changes.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lang/en/changes.php b/lang/en/changes.php index 91deae9c..b43f3a9c 100644 --- a/lang/en/changes.php +++ b/lang/en/changes.php @@ -17,6 +17,8 @@ 'actions.created' => 'created', 'actions.deleted' => 'deleted', 'actions.updated' => 'updated', + 'actions.published' => 'published', + 'actions.unpublished' => 'unpublished', 'admin_title' => ':admin :action the :model ":model_title" about :date', 'human_date' => 'M j, Y \a\t g:i A', diff --git a/lang/pt_BR/changes.php b/lang/pt_BR/changes.php index 83841dca..586dd7e9 100644 --- a/lang/pt_BR/changes.php +++ b/lang/pt_BR/changes.php @@ -17,6 +17,8 @@ 'actions.created' => 'criou', 'actions.deleted' => 'deletou', 'actions.updated' => 'atualizou', + 'actions.published' => 'publicados', + 'actions.unpublished' => 'inédito', 'admin_title' => ':admin :action o :model ":model_title" aproximadamente :date', 'human_date' => 'd \d\e F \d\e Y \à\s h\hi',