Skip to content

Commit ffb45ba

Browse files
committed
feat: update multiple lang
1 parent d672665 commit ffb45ba

36 files changed

+313
-0
lines changed

lang/de/globals/access_denied.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
return [
4+
'title' => '🔒 <b>Access Denied to Bot</b> 🚫',
5+
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ',
6+
'message' => 'Please contact the administrator for further information, Thank You..',
7+
];

lang/de/tools/about.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
return [
4+
'title' => 'Thanks for using our bot.',
5+
'description' => 'The bot is designed to send notifications based on GitHub and GitLab events from your repo instantly to your Telegram account.',
6+
];

lang/de/tools/custom_event.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'title' => 'Go to check the :link for more information about events.',
5+
'instruction' => '<b>Click and configure child events if the option has the ⚙ icon.</b>',
6+
'eventSelection' => 'And select an event to enable or disable notifications:',
7+
'documentation' => 'documentation',
8+
];
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
return [
4+
'title' => 'Setting actions for the <b>:event</b> event :platformIcon.',
5+
'actionPrompt' => 'Please select an action of this event to enable or disable notifications:',
6+
];

lang/de/tools/id.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
return [
4+
'title' => 'Your id is <code>:chat_id</code>',
5+
];

lang/de/tools/menu.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
return [
4+
'title' => 'BOT MENU',
5+
6+
'start' => 'Welcome to the bot',
7+
'menu' => 'Show menu of the bot',
8+
'token' => 'Show token of the bot',
9+
'id' => 'Show the ID of the current chat',
10+
'usage' => 'Show step by step usage',
11+
'server' => 'To get Server Information',
12+
'settings' => 'Go to settings of the bot',
13+
'back' => 'Back',
14+
15+
'discussion' => '🗨 Discussion',
16+
'source_code' => '💠 Source Code',
17+
];

lang/de/tools/server.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'address' => 'Server Address : :link',
5+
'name' => 'Server Name : :link',
6+
'port' => 'Server Port : :link',
7+
'software' => 'Server Software : :link',
8+
];

lang/de/tools/set_menu_cmd.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
return [
4+
'title' => '✅ Menu button set successfully!',
5+
'restartMessage' => 'Please restart the bot to apply the changes.',
6+
];

lang/de/tools/settings.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
return [
4+
'title' => '<b>Settings for your bot</b> 🤖',
5+
];

lang/de/tools/start.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'title' => '<b>🙋🏻 :appName 🤓</b>',
5+
'firstName' => 'Hey <b>:firstName</b>,',
6+
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram.
7+
Use /menu for more options.',
8+
];

0 commit comments

Comments
 (0)