From 55bec6c47759a8ac37127643e58eb02d0b1ecab6 Mon Sep 17 00:00:00 2001 From: Luca Patera Date: Tue, 16 Jul 2024 22:41:43 +0200 Subject: [PATCH] Update /start command text --- lang/en/start.php | 5 ++++- lang/it/start.php | 5 ++++- lang/localization.csv | 3 ++- lang/pl/start.php | 5 ++++- resources/views/messages/start.blade.php | 4 +++- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/lang/en/start.php b/lang/en/start.php index 351c6e5..abad9f9 100644 --- a/lang/en/start.php +++ b/lang/en/start.php @@ -2,6 +2,9 @@ return [ - 'description' => 'Just send me an image or sticker, and I will convert it to a png file and optimized it to make its size smaller than or equal to 512Kb, so that you will be able to add it to a sticker pack using the @stickers bot.', + 'description' => [ + 'sticker' => 'Just send me an image or sticker, and I will convert it to a png file and optimized it to make its size smaller than or equal to 512Kb, so that you will be able to add it to a sticker pack using the @stickers bot.', + 'video' => 'For videos or GIFs, I can optimize them to a WEBM file smaller than or equal to 256KB, allowing you to add them to a video sticker pack.', + ], ]; diff --git a/lang/it/start.php b/lang/it/start.php index a6403ab..cb6b069 100644 --- a/lang/it/start.php +++ b/lang/it/start.php @@ -2,6 +2,9 @@ return [ - 'description' => 'Inviami una foto o uno sticker e io lo convertir貌 in un file png ottimizzato per renderlo minore o uguale a 512Kb cos矛 che sia pronto per aggiungerlo ad uno sticker pack utilizzando il bot @stickers.', + 'description' => [ + 'sticker' => 'Inviami una foto o uno sticker e io lo convertir貌 in un file png ottimizzato per renderlo minore o uguale a 512Kb cos矛 che sia pronto per aggiungerlo ad uno sticker pack utilizzando il bot @stickers.', + 'video' => 'Per i video o le GIF, posso ottimizzarli in un file WEBM di dimensioni pari o inferiori a 256KB, consentendovi di aggiungerli a un pacchetto di adesivi video.', + ], ]; diff --git a/lang/localization.csv b/lang/localization.csv index f8fbaa6..2db6467 100644 --- a/lang/localization.csv +++ b/lang/localization.csv @@ -8,7 +8,8 @@ about,changelog,Changelog: :value,Changelog: :value,Lista zmian about,developer,馃懁 Developer,馃懁 Developer,馃懁 Programista about,email,Email: :value,Email: :value,E-mail: :value about,website,Website: :value,Website: :value,Strona internetowa: :value -start,description,"Just send me an image or sticker, and I will convert it to a png file and optimized it to make its size smaller than or equal to 512Kb, so that you will be able to add it to a sticker pack using the @stickers bot.",Inviami una foto o uno sticker e io lo convertir貌 in un file png ottimizzato per renderlo minore o uguale a 512Kb cos矛 che sia pronto per aggiungerlo ad uno sticker pack utilizzando il bot @stickers.,"Wystarczy wys艂a膰 mi obrazek lub naklejk臋 a ja przekonwertuj臋 go do pliku png i zoptymalizuj臋, aby jego rozmiar by艂 mniejszy lub r贸wny 512Kb, aby by艂o mo偶liwe doda膰 go do pakietu naklejek za pomoc膮 bota @stickers." +start,description.sticker,"Just send me an image or sticker, and I will convert it to a png file and optimized it to make its size smaller than or equal to 512Kb, so that you will be able to add it to a sticker pack using the @stickers bot.",Inviami una foto o uno sticker e io lo convertir貌 in un file png ottimizzato per renderlo minore o uguale a 512Kb cos矛 che sia pronto per aggiungerlo ad uno sticker pack utilizzando il bot @stickers.,"Wystarczy wys艂a膰 mi obrazek lub naklejk臋 a ja przekonwertuj臋 go do pliku png i zoptymalizuj臋, aby jego rozmiar by艂 mniejszy lub r贸wny 512Kb, aby by艂o mo偶liwe doda膰 go do pakietu naklejek za pomoc膮 bota @stickers." +start,description.video,"For videos or GIFs, I can optimize them to a WEBM file smaller than or equal to 256KB, allowing you to add them to a video sticker pack.","Per i video o le GIF, posso ottimizzarli in un file WEBM di dimensioni pari o inferiori a 256KB, consentendovi di aggiungerli a un pacchetto di adesivi video.","W przypadku film贸w lub GIF-贸w mog臋 zoptymalizowa膰 je do pliku WEBM o rozmiarze mniejszym lub r贸wnym 256 KB, umo偶liwiaj膮c dodanie ich do pakietu naklejek wideo." maintenance,title,Bot currently in maintenance mode.,Bot in manutenzione.,Bot jest obecnie w trybie konserwacji. maintenance,back,It will be back soon!,Torner脿 presto online!,Wkr贸tce wr贸ci! maintenance,offline,Bot currently offline.,Bot offline.,Bot jest obecnie offline. diff --git a/lang/pl/start.php b/lang/pl/start.php index 369eca6..dd3a5ad 100644 --- a/lang/pl/start.php +++ b/lang/pl/start.php @@ -2,6 +2,9 @@ return [ - 'description' => 'Wystarczy wys艂a膰 mi obrazek lub naklejk臋 a ja przekonwertuj臋 go do pliku png i zoptymalizuj臋, aby jego rozmiar by艂 mniejszy lub r贸wny 512Kb, aby by艂o mo偶liwe doda膰 go do pakietu naklejek za pomoc膮 bota @stickers.', + 'description' => [ + 'sticker' => 'Wystarczy wys艂a膰 mi obrazek lub naklejk臋 a ja przekonwertuj臋 go do pliku png i zoptymalizuj臋, aby jego rozmiar by艂 mniejszy lub r贸wny 512Kb, aby by艂o mo偶liwe doda膰 go do pakietu naklejek za pomoc膮 bota @stickers.', + 'video' => 'W przypadku film贸w lub GIF-贸w mog臋 zoptymalizowa膰 je do pliku WEBM o rozmiarze mniejszym lub r贸wnym 256 KB, umo偶liwiaj膮c dodanie ich do pakietu naklejek wideo.', + ], ]; diff --git a/resources/views/messages/start.blade.php b/resources/views/messages/start.blade.php index 80ffdb2..3b9615a 100644 --- a/resources/views/messages/start.blade.php +++ b/resources/views/messages/start.blade.php @@ -1 +1,3 @@ -@lang('start.description') +@lang('start.description.sticker')
+
+@lang('start.description.video')