iobroker.telegram-menu 0.0.2 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +69 -53
- package/admin/i18n/de/translations.json +22 -18
- package/admin/i18n/en/translations.json +22 -18
- package/admin/i18n/es/translations.json +22 -18
- package/admin/i18n/fr/translations.json +22 -18
- package/admin/i18n/it/translations.json +22 -18
- package/admin/i18n/nl/translations.json +22 -18
- package/admin/i18n/pl/translations.json +22 -18
- package/admin/i18n/pt/translations.json +22 -18
- package/admin/i18n/ru/translations.json +22 -18
- package/admin/i18n/uk/translations.json +22 -18
- package/admin/i18n/zh-cn/translations.json +22 -18
- package/admin/index_m.html +612 -608
- package/admin/js/component.js +174 -174
- package/admin/js/main.js +334 -335
- package/admin/style.css +99 -99
- package/admin/words.js +270 -220
- package/io-package.json +16 -2
- package/lib/js/action.js +151 -150
- package/lib/js/telegram.js +55 -55
- package/main.js +378 -366
- package/package.json +78 -78
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2023 MiRo1310 <michael.roling@gmx.de>
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 MiRo1310 <michael.roling@gmx.de>
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,53 +1,69 @@
|
|
|
1
|
-

|
|
2
|
-
|
|
3
|
-
# ioBroker.telegram-menu
|
|
4
|
-
|
|
5
|
-
[](https://www.npmjs.com/package/iobroker.telegram-menu)
|
|
6
|
-
[](https://www.npmjs.com/package/iobroker.telegram-menu)
|
|
7
|
-

|
|
8
|
-

|
|
9
|
-
|
|
10
|
-
[](https://nodei.co/npm/iobroker.telegram-menu/)
|
|
11
|
-
|
|
12
|
-
**Tests:** 
|
|
13
|
-
|
|
14
|
-
## telegram-menu adapter for ioBroker
|
|
15
|
-
|
|
16
|
-
Easily create Telegram Menus
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# ioBroker.telegram-menu
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/iobroker.telegram-menu)
|
|
6
|
+
[](https://www.npmjs.com/package/iobroker.telegram-menu)
|
|
7
|
+

|
|
8
|
+

|
|
9
|
+
|
|
10
|
+
[](https://nodei.co/npm/iobroker.telegram-menu/)
|
|
11
|
+
|
|
12
|
+
**Tests:** 
|
|
13
|
+
|
|
14
|
+
## telegram-menu adapter for ioBroker
|
|
15
|
+
|
|
16
|
+
Easily create Telegram Menus
|
|
17
|
+
|
|
18
|
+
You can create a separate menu for each user, or you can use the global user to generate the same menu for all users.
|
|
19
|
+
|
|
20
|
+
### Navigation
|
|
21
|
+
|
|
22
|
+
- The call text is called by the button, both must have the same name
|
|
23
|
+
- Buttons should be seperate by , and rows by &&
|
|
24
|
+
- All users must be spelled exactly as they are created in telegram
|
|
25
|
+
|
|
26
|
+
### SetState
|
|
27
|
+
|
|
28
|
+
### GetState
|
|
29
|
+
|
|
30
|
+
- You can place the Value in the Text with the Placeholder of &&
|
|
31
|
+
|
|
32
|
+
## Changelog
|
|
33
|
+
|
|
34
|
+
<!--
|
|
35
|
+
Placeholder for the next version (at the beginning of the line):
|
|
36
|
+
### **WORK IN PROGRESS**
|
|
37
|
+
-->
|
|
38
|
+
### 0.0.6 (2023-04-18)
|
|
39
|
+
|
|
40
|
+
- Fixed SetState and GetState
|
|
41
|
+
- Translate
|
|
42
|
+
|
|
43
|
+
### 0.0.2 (2023-04-16)
|
|
44
|
+
|
|
45
|
+
- (MiRo1310) initial release
|
|
46
|
+
|
|
47
|
+
## License
|
|
48
|
+
|
|
49
|
+
MIT License
|
|
50
|
+
|
|
51
|
+
Copyright (c) 2023 MiRo1310 <michael.roling@gmx.de>
|
|
52
|
+
|
|
53
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
54
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
55
|
+
in the Software without restriction, including without limitation the rights
|
|
56
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
57
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
58
|
+
furnished to do so, subject to the following conditions:
|
|
59
|
+
|
|
60
|
+
The above copyright notice and this permission notice shall be included in all
|
|
61
|
+
copies or substantial portions of the Software.
|
|
62
|
+
|
|
63
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
64
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
65
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
66
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
67
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
68
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
69
|
+
SOFTWARE.
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Action": "Aktion",
|
|
3
|
-
"Add": "hinzufügen",
|
|
4
|
-
"Add
|
|
5
|
-
"Add new
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
1
|
+
{
|
|
2
|
+
"Action": "Aktion",
|
|
3
|
+
"Add": "hinzufügen",
|
|
4
|
+
"Add Global User": "Globalen Benutzer hinzufügen",
|
|
5
|
+
"Add new Action": "Neue Aktion hinzufügen",
|
|
6
|
+
"Add new Navigation": "Neue Navigation hinzufügen",
|
|
7
|
+
"Add new User": "Neuen Benutzer hinzufügen",
|
|
8
|
+
"Add new Username": "Neuen Benutzernamen hinzufügen",
|
|
9
|
+
"All User from Telegram, seperate with": "Alle Benutzer von Telegram, getrennt mit",
|
|
10
|
+
"Call": "Forderung",
|
|
11
|
+
"Cancel": "Stornieren",
|
|
12
|
+
"Close": "Schließen",
|
|
13
|
+
"Delete User": "Benutzer löschen",
|
|
14
|
+
"Global User activ": "Globaler Benutzer aktiv",
|
|
15
|
+
"Instanze": "Instanz",
|
|
16
|
+
"Navigation": "Navigation",
|
|
17
|
+
"Save": "Speichern",
|
|
18
|
+
"Select": "Wählen",
|
|
19
|
+
"Settings": "Einstellungen",
|
|
20
|
+
"Startside": "Startseite",
|
|
21
|
+
"telegram-menu adapter settings": "Adaptereinstellungen für Telegram-Menü"
|
|
22
|
+
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Action": "Action",
|
|
3
|
-
"Add": "add",
|
|
4
|
-
"Add
|
|
5
|
-
"Add new
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
1
|
+
{
|
|
2
|
+
"Action": "Action",
|
|
3
|
+
"Add": "add",
|
|
4
|
+
"Add Global User": "Add Global User",
|
|
5
|
+
"Add new Action": "Add new Action",
|
|
6
|
+
"Add new Navigation": "Add new Navigation",
|
|
7
|
+
"Add new User": "Add new User",
|
|
8
|
+
"Add new Username": "Add new Username",
|
|
9
|
+
"All User from Telegram, seperate with": "All User from Telegram, seperate with",
|
|
10
|
+
"Call": "Call",
|
|
11
|
+
"Cancel": "Cancel",
|
|
12
|
+
"Close": "Close",
|
|
13
|
+
"Delete User": "Delete User",
|
|
14
|
+
"Global User activ": "Global user activ",
|
|
15
|
+
"Instanze": "Instanze",
|
|
16
|
+
"Navigation": "Navigation",
|
|
17
|
+
"Save": "Save",
|
|
18
|
+
"Select": "Select",
|
|
19
|
+
"Settings": "Settings",
|
|
20
|
+
"Startside": "Startside",
|
|
21
|
+
"telegram-menu adapter settings": "Adapter settings for telegram-menu"
|
|
22
|
+
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Action": "Acción",
|
|
3
|
-
"Add": "agregar",
|
|
4
|
-
"Add
|
|
5
|
-
"Add new
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
1
|
+
{
|
|
2
|
+
"Action": "Acción",
|
|
3
|
+
"Add": "agregar",
|
|
4
|
+
"Add Global User": "Agregar usuario global",
|
|
5
|
+
"Add new Action": "Agregar nueva acción",
|
|
6
|
+
"Add new Navigation": "Agregar nueva navegación",
|
|
7
|
+
"Add new User": "Añadir nuevo usuario",
|
|
8
|
+
"Add new Username": "Agregar nuevo nombre de usuario",
|
|
9
|
+
"All User from Telegram, seperate with": "Todos los usuarios de Telegram, separados con",
|
|
10
|
+
"Call": "Llamar",
|
|
11
|
+
"Cancel": "Cancelar",
|
|
12
|
+
"Close": "Cerca",
|
|
13
|
+
"Delete User": "Borrar usuario",
|
|
14
|
+
"Global User activ": "Actividad de usuario global",
|
|
15
|
+
"Instanze": "Instancia",
|
|
16
|
+
"Navigation": "Navegación",
|
|
17
|
+
"Save": "Ahorrar",
|
|
18
|
+
"Select": "Seleccionar",
|
|
19
|
+
"Settings": "Ajustes",
|
|
20
|
+
"Startside": "Lado de salida",
|
|
21
|
+
"telegram-menu adapter settings": "Configuración del adaptador para el menú de telegramas"
|
|
22
|
+
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Action": "Action",
|
|
3
|
-
"Add": "ajouter",
|
|
4
|
-
"Add
|
|
5
|
-
"Add new
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
1
|
+
{
|
|
2
|
+
"Action": "Action",
|
|
3
|
+
"Add": "ajouter",
|
|
4
|
+
"Add Global User": "Ajouter un utilisateur global",
|
|
5
|
+
"Add new Action": "Ajouter une nouvelle action",
|
|
6
|
+
"Add new Navigation": "Ajouter une nouvelle navigation",
|
|
7
|
+
"Add new User": "Ajouter un nouvel utilisateur",
|
|
8
|
+
"Add new Username": "Ajouter un nouveau nom d'utilisateur",
|
|
9
|
+
"All User from Telegram, seperate with": "Tous les utilisateurs de Telegram, séparés par",
|
|
10
|
+
"Call": "Appel",
|
|
11
|
+
"Cancel": "Annuler",
|
|
12
|
+
"Close": "Fermer",
|
|
13
|
+
"Delete User": "Supprimer l'utilisateur",
|
|
14
|
+
"Global User activ": "Activation globale de l'utilisateur",
|
|
15
|
+
"Instanze": "Instantané",
|
|
16
|
+
"Navigation": "La navigation",
|
|
17
|
+
"Save": "Sauvegarder",
|
|
18
|
+
"Select": "Sélectionner",
|
|
19
|
+
"Settings": "Paramètres",
|
|
20
|
+
"Startside": "Côté départ",
|
|
21
|
+
"telegram-menu adapter settings": "Paramètres de l'adaptateur pour le menu télégramme"
|
|
22
|
+
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Action": "Azione",
|
|
3
|
-
"Add": "aggiungere",
|
|
4
|
-
"Add
|
|
5
|
-
"Add new
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
1
|
+
{
|
|
2
|
+
"Action": "Azione",
|
|
3
|
+
"Add": "aggiungere",
|
|
4
|
+
"Add Global User": "Aggiungi utente globale",
|
|
5
|
+
"Add new Action": "Aggiungi nuova azione",
|
|
6
|
+
"Add new Navigation": "Aggiungi nuova navigazione",
|
|
7
|
+
"Add new User": "Aggiungi nuovo utente",
|
|
8
|
+
"Add new Username": "Aggiungi nuovo nome utente",
|
|
9
|
+
"All User from Telegram, seperate with": "Tutti gli utenti di Telegram, separati da",
|
|
10
|
+
"Call": "Chiamata",
|
|
11
|
+
"Cancel": "Annulla",
|
|
12
|
+
"Close": "Vicino",
|
|
13
|
+
"Delete User": "Elimina utente",
|
|
14
|
+
"Global User activ": "Utente globale attivo",
|
|
15
|
+
"Instanze": "Istanza",
|
|
16
|
+
"Navigation": "Navigazione",
|
|
17
|
+
"Save": "Salva",
|
|
18
|
+
"Select": "Selezionare",
|
|
19
|
+
"Settings": "Impostazioni",
|
|
20
|
+
"Startside": "Lato iniziale",
|
|
21
|
+
"telegram-menu adapter settings": "Impostazioni dell'adattatore per il menu del telegramma"
|
|
22
|
+
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Action": "Actie",
|
|
3
|
-
"Add": "toevoegen",
|
|
4
|
-
"Add
|
|
5
|
-
"Add new
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
1
|
+
{
|
|
2
|
+
"Action": "Actie",
|
|
3
|
+
"Add": "toevoegen",
|
|
4
|
+
"Add Global User": "Globale gebruiker toevoegen",
|
|
5
|
+
"Add new Action": "Nieuwe actie toevoegen",
|
|
6
|
+
"Add new Navigation": "Nieuwe navigatie toevoegen",
|
|
7
|
+
"Add new User": "Voeg een nieuwe gebruiker toe",
|
|
8
|
+
"Add new Username": "Nieuwe gebruikersnaam toevoegen",
|
|
9
|
+
"All User from Telegram, seperate with": "Alle gebruikers van Telegram, gescheiden met",
|
|
10
|
+
"Call": "Telefoongesprek",
|
|
11
|
+
"Cancel": "Annuleren",
|
|
12
|
+
"Close": "Dichtbij",
|
|
13
|
+
"Delete User": "Verwijder gebruiker",
|
|
14
|
+
"Global User activ": "Globale gebruiker actief",
|
|
15
|
+
"Instanze": "Instanze",
|
|
16
|
+
"Navigation": "Navigatie",
|
|
17
|
+
"Save": "Redden",
|
|
18
|
+
"Select": "Selecteer",
|
|
19
|
+
"Settings": "Instellingen",
|
|
20
|
+
"Startside": "Startzijde",
|
|
21
|
+
"telegram-menu adapter settings": "Adapterinstellingen voor telegrammenu"
|
|
22
|
+
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Action": "Działanie",
|
|
3
|
-
"Add": "dodać",
|
|
4
|
-
"Add
|
|
5
|
-
"Add new
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
1
|
+
{
|
|
2
|
+
"Action": "Działanie",
|
|
3
|
+
"Add": "dodać",
|
|
4
|
+
"Add Global User": "Dodaj użytkownika globalnego",
|
|
5
|
+
"Add new Action": "Dodaj nową akcję",
|
|
6
|
+
"Add new Navigation": "Dodaj nową Nawigację",
|
|
7
|
+
"Add new User": "Dodaj nowego użytkownika",
|
|
8
|
+
"Add new Username": "Dodaj nową nazwę użytkownika",
|
|
9
|
+
"All User from Telegram, seperate with": "Wszyscy użytkownicy z Telegramu, oddzielni od",
|
|
10
|
+
"Call": "Dzwonić",
|
|
11
|
+
"Cancel": "Anulować",
|
|
12
|
+
"Close": "Zamknąć",
|
|
13
|
+
"Delete User": "Usuń użytkownika",
|
|
14
|
+
"Global User activ": "Globalna aktywność użytkowników",
|
|
15
|
+
"Instanze": "Instancja",
|
|
16
|
+
"Navigation": "Nawigacja",
|
|
17
|
+
"Save": "Ratować",
|
|
18
|
+
"Select": "Wybierać",
|
|
19
|
+
"Settings": "Ustawienia",
|
|
20
|
+
"Startside": "Strona startowa",
|
|
21
|
+
"telegram-menu adapter settings": "Ustawienia adaptera dla menu telegramu"
|
|
22
|
+
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Action": "Ação",
|
|
3
|
-
"Add": "adicionar",
|
|
4
|
-
"Add
|
|
5
|
-
"Add new
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
1
|
+
{
|
|
2
|
+
"Action": "Ação",
|
|
3
|
+
"Add": "adicionar",
|
|
4
|
+
"Add Global User": "Adicionar usuário global",
|
|
5
|
+
"Add new Action": "Adicionar nova ação",
|
|
6
|
+
"Add new Navigation": "Adicionar nova navegação",
|
|
7
|
+
"Add new User": "Adicionar novo usuário",
|
|
8
|
+
"Add new Username": "Adicionar novo nome de usuário",
|
|
9
|
+
"All User from Telegram, seperate with": "Todos os usuários do Telegram, separados por",
|
|
10
|
+
"Call": "Chamar",
|
|
11
|
+
"Cancel": "Cancelar",
|
|
12
|
+
"Close": "Fechar",
|
|
13
|
+
"Delete User": "Deletar usuário",
|
|
14
|
+
"Global User activ": "Atividade global do usuário",
|
|
15
|
+
"Instanze": "instância",
|
|
16
|
+
"Navigation": "Navegação",
|
|
17
|
+
"Save": "Salvar",
|
|
18
|
+
"Select": "Selecione",
|
|
19
|
+
"Settings": "Configurações",
|
|
20
|
+
"Startside": "Startside",
|
|
21
|
+
"telegram-menu adapter settings": "Configurações do adaptador para menu de telegrama"
|
|
22
|
+
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Action": "Действие",
|
|
3
|
-
"Add": "добавлять",
|
|
4
|
-
"Add
|
|
5
|
-
"Add new
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
1
|
+
{
|
|
2
|
+
"Action": "Действие",
|
|
3
|
+
"Add": "добавлять",
|
|
4
|
+
"Add Global User": "Добавить глобального пользователя",
|
|
5
|
+
"Add new Action": "Добавить новое действие",
|
|
6
|
+
"Add new Navigation": "Добавить новую навигацию",
|
|
7
|
+
"Add new User": "Добавить нового пользователя",
|
|
8
|
+
"Add new Username": "Добавить новое имя пользователя",
|
|
9
|
+
"All User from Telegram, seperate with": "Все пользователи из Telegram, отдельно от",
|
|
10
|
+
"Call": "Вызов",
|
|
11
|
+
"Cancel": "Отмена",
|
|
12
|
+
"Close": "Закрывать",
|
|
13
|
+
"Delete User": "Удалить пользователя",
|
|
14
|
+
"Global User activ": "Активность глобального пользователя",
|
|
15
|
+
"Instanze": "Инстанц",
|
|
16
|
+
"Navigation": "Навигация",
|
|
17
|
+
"Save": "Сохранять",
|
|
18
|
+
"Select": "Выбирать",
|
|
19
|
+
"Settings": "Настройки",
|
|
20
|
+
"Startside": "Стартовая сторона",
|
|
21
|
+
"telegram-menu adapter settings": "Настройки адаптера для телеграм-меню"
|
|
22
|
+
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Action": "Дія",
|
|
3
|
-
"Add": "додати",
|
|
4
|
-
"Add
|
|
5
|
-
"Add new
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
1
|
+
{
|
|
2
|
+
"Action": "Дія",
|
|
3
|
+
"Add": "додати",
|
|
4
|
+
"Add Global User": "Додати глобального користувача",
|
|
5
|
+
"Add new Action": "Додати нову дію",
|
|
6
|
+
"Add new Navigation": "Додати нову навігацію",
|
|
7
|
+
"Add new User": "Додати нового користувача",
|
|
8
|
+
"Add new Username": "Додайте нове ім'я користувача",
|
|
9
|
+
"All User from Telegram, seperate with": "Всі користувачі з Telegram, окремо від",
|
|
10
|
+
"Call": "Телефонуйте",
|
|
11
|
+
"Cancel": "Скасувати",
|
|
12
|
+
"Close": "Закрити",
|
|
13
|
+
"Delete User": "Видалити користувача",
|
|
14
|
+
"Global User activ": "Глобальна активність користувачів",
|
|
15
|
+
"Instanze": "Instanze",
|
|
16
|
+
"Navigation": "Навігація",
|
|
17
|
+
"Save": "зберегти",
|
|
18
|
+
"Select": "Виберіть",
|
|
19
|
+
"Settings": "Налаштування",
|
|
20
|
+
"Startside": "Стартова сторона",
|
|
21
|
+
"telegram-menu adapter settings": "Налаштування адаптера для telegram-меню"
|
|
22
|
+
}
|