From 1ba2fd8b8efb3b5e6e3b24a793183b4d31e2ca2c Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 11 Jul 2019 13:13:45 +0100 Subject: [PATCH] New translations forms.php (Indonesian) --- resources/lang/id-ID/forms.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index 15820868..ff9df2e9 100644 --- a/resources/lang/id-ID/forms.php +++ b/resources/lang/id-ID/forms.php @@ -168,7 +168,7 @@ return [ 'analytics' => [ 'analytics_google' => 'Kode Google Analytics', 'analytics_gosquared' => 'Kode GoSquared Analytics', - 'analytics_piwik_url' => 'URL Piwik anda (tanpa http(s)://)', + 'analytics_piwik_url' => 'URL of your Piwik instance', 'analytics_piwik_siteid' => 'ID situs Piwik', ], 'localization' => [ @@ -229,6 +229,11 @@ return [ 'timezone' => 'Pilih zona waktu', ], + 'seo' => [ + 'title' => 'SEO Title', + 'description' => 'SEO Description', + ], + // Buttons 'add' => 'Tambah', 'save' => 'Simpan',