From ae32ad99dd9df643b58a37a8a423070ac1f6e5c3 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Tue, 21 May 2024 19:50:55 +0700 Subject: [PATCH] fix: update translations for tool --- lang/de/tools/start.php | 2 +- lang/en/tools/start.php | 2 +- lang/ja/tools/start.php | 2 +- lang/vi/tools/start.php | 2 +- resources/views/tools/start.blade.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/de/tools/start.php b/lang/de/tools/start.php index e563178..9804474 100644 --- a/lang/de/tools/start.php +++ b/lang/de/tools/start.php @@ -1,7 +1,7 @@ '🙋🏻 :appName 🤓', + 'title' => ':appName', 'firstName' => 'Hey :firstName,', 'notification' => 'I can send you notifications from your 🦑GitHub or 🦊GitLab Repository instantly to your Telegram. Use /menu for more options.', diff --git a/lang/en/tools/start.php b/lang/en/tools/start.php index e563178..9804474 100644 --- a/lang/en/tools/start.php +++ b/lang/en/tools/start.php @@ -1,7 +1,7 @@ '🙋🏻 :appName 🤓', + 'title' => ':appName', 'firstName' => 'Hey :firstName,', 'notification' => 'I can send you notifications from your 🦑GitHub or 🦊GitLab Repository instantly to your Telegram. Use /menu for more options.', diff --git a/lang/ja/tools/start.php b/lang/ja/tools/start.php index e563178..9804474 100644 --- a/lang/ja/tools/start.php +++ b/lang/ja/tools/start.php @@ -1,7 +1,7 @@ '🙋🏻 :appName 🤓', + 'title' => ':appName', 'firstName' => 'Hey :firstName,', 'notification' => 'I can send you notifications from your 🦑GitHub or 🦊GitLab Repository instantly to your Telegram. Use /menu for more options.', diff --git a/lang/vi/tools/start.php b/lang/vi/tools/start.php index e563178..9804474 100644 --- a/lang/vi/tools/start.php +++ b/lang/vi/tools/start.php @@ -1,7 +1,7 @@ '🙋🏻 :appName 🤓', + 'title' => ':appName', 'firstName' => 'Hey :firstName,', 'notification' => 'I can send you notifications from your 🦑GitHub or 🦊GitLab Repository instantly to your Telegram. Use /menu for more options.', diff --git a/resources/views/tools/start.blade.php b/resources/views/tools/start.blade.php index c533357..c77478f 100644 --- a/resources/views/tools/start.blade.php +++ b/resources/views/tools/start.blade.php @@ -4,7 +4,7 @@ */ ?> -{!! __('tg-notifier::tools/start.title', ['appName' => config('telegram-git-notifier.app.name')]) !!} +🙋🏻 {!! __('tg-notifier::tools/start.title', ['appName' => config('telegram-git-notifier.app.name')]) !!} 🤓 {!! __('tg-notifier::tools/start.firstName', ['firstName' => $first_name]) !!}