Skip to content

Commit

Permalink
Update /start command text
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Jul 16, 2024
1 parent 0b4688c commit 55bec6c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
5 changes: 4 additions & 1 deletion lang/en/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
],

];
5 changes: 4 additions & 1 deletion lang/it/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
],

];
3 changes: 2 additions & 1 deletion lang/localization.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ about,changelog,<b>Changelog:</b> :value,<b>Changelog:</b> :value,<b>Lista zmian
about,developer,👤 Developer,👤 Developer,👤 Programista
about,email,<b>Email:</b> :value,<b>Email:</b> :value,<b>E-mail:</b> :value
about,website,<b>Website:</b> :value,<b>Website:</b> :value,<b>Strona internetowa:</b> :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.
Expand Down
5 changes: 4 additions & 1 deletion lang/pl/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
],

];
4 changes: 3 additions & 1 deletion resources/views/messages/start.blade.php
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@lang('start.description')
@lang('start.description.sticker')<br>
<br>
@lang('start.description.video')<br>

0 comments on commit 55bec6c

Please sign in to comment.