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 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
- ![Logo](admin/telegram-menu.png)
2
-
3
- # ioBroker.telegram-menu
4
-
5
- [![NPM version](https://img.shields.io/npm/v/iobroker.telegram-menu.svg)](https://www.npmjs.com/package/iobroker.telegram-menu)
6
- [![Downloads](https://img.shields.io/npm/dm/iobroker.telegram-menu.svg)](https://www.npmjs.com/package/iobroker.telegram-menu)
7
- ![Number of Installations](https://iobroker.live/badges/telegram-menu-installed.svg)
8
- ![Current version in stable repository](https://iobroker.live/badges/telegram-menu-stable.svg)
9
-
10
- [![NPM](https://nodei.co/npm/iobroker.telegram-menu.png?downloads=true)](https://nodei.co/npm/iobroker.telegram-menu/)
11
-
12
- **Tests:** ![Test and Release](https://github.com/MiRo1310/ioBroker.telegram-menu/workflows/Test%20and%20Release/badge.svg)
13
-
14
- ## telegram-menu adapter for ioBroker
15
-
16
- Easily create Telegram Menus
17
-
18
- ## Discrition
19
-
20
- ## Changelog
21
-
22
- <!--
23
- Placeholder for the next version (at the beginning of the line):
24
- ### **WORK IN PROGRESS**
25
- -->
26
-
27
- ### 0.0.2 (2023-04-16)
28
-
29
- - (MiRo1310) initial release
30
-
31
- ## License
32
-
33
- MIT License
34
-
35
- Copyright (c) 2023 MiRo1310 <michael.roling@gmx.de>
36
-
37
- Permission is hereby granted, free of charge, to any person obtaining a copy
38
- of this software and associated documentation files (the "Software"), to deal
39
- in the Software without restriction, including without limitation the rights
40
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
41
- copies of the Software, and to permit persons to whom the Software is
42
- furnished to do so, subject to the following conditions:
43
-
44
- The above copyright notice and this permission notice shall be included in all
45
- copies or substantial portions of the Software.
46
-
47
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
48
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
49
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
50
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
51
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
52
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
53
- SOFTWARE.
1
+ ![Logo](admin/telegram-menu.png)
2
+
3
+ # ioBroker.telegram-menu
4
+
5
+ [![NPM version](https://img.shields.io/npm/v/iobroker.telegram-menu.svg)](https://www.npmjs.com/package/iobroker.telegram-menu)
6
+ [![Downloads](https://img.shields.io/npm/dm/iobroker.telegram-menu.svg)](https://www.npmjs.com/package/iobroker.telegram-menu)
7
+ ![Number of Installations](https://iobroker.live/badges/telegram-menu-installed.svg)
8
+ ![Current version in stable repository](https://iobroker.live/badges/telegram-menu-stable.svg)
9
+
10
+ [![NPM](https://nodei.co/npm/iobroker.telegram-menu.png?downloads=true)](https://nodei.co/npm/iobroker.telegram-menu/)
11
+
12
+ **Tests:** ![Test and Release](https://github.com/MiRo1310/ioBroker.telegram-menu/workflows/Test%20and%20Release/badge.svg)
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 new Navigation": "Neue Navigation hinzufügen",
5
- "Add new Username": "Neuen Benutzernamen hinzufügen",
6
- "All User from Telegram, seperate with": "Alle Benutzer von Telegram, getrennt mit",
7
- "Call": "Forderung",
8
- "Cancel": "Stornieren",
9
- "Close": "Schließen",
10
- "Global User activ": "Globaler Benutzer aktiv",
11
- "Instanze": "Instanz",
12
- "Navigation": "Navigation",
13
- "Save": "Speichern",
14
- "Select": "Wählen",
15
- "Settings": "Einstellungen",
16
- "Startside": "Startseite",
17
- "telegram-menu adapter settings": "Adaptereinstellungen für Telegram-Menü"
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 new Navigation": "Add new Navigation",
5
- "Add new Username": "Add new Username",
6
- "All User from Telegram, seperate with": "All User from Telegram, seperate with",
7
- "Call": "Call",
8
- "Cancel": "Cancel",
9
- "Close": "Close",
10
- "Global User activ": "Global user activ",
11
- "Instanze": "Instanze",
12
- "Navigation": "Navigation",
13
- "Save": "Save",
14
- "Select": "Select",
15
- "Settings": "Settings",
16
- "Startside": "Startside",
17
- "telegram-menu adapter settings": "Adapter settings for telegram-menu"
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 new Navigation": "Agregar nueva navegación",
5
- "Add new Username": "Agregar nuevo nombre de usuario",
6
- "All User from Telegram, seperate with": "Todos los usuarios de Telegram, separados con",
7
- "Call": "Llamar",
8
- "Cancel": "Cancelar",
9
- "Close": "Cerca",
10
- "Global User activ": "Actividad de usuario global",
11
- "Instanze": "Instancia",
12
- "Navigation": "Navegación",
13
- "Save": "Ahorrar",
14
- "Select": "Seleccionar",
15
- "Settings": "Ajustes",
16
- "Startside": "Lado de salida",
17
- "telegram-menu adapter settings": "Configuración del adaptador para el menú de telegramas"
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 new Navigation": "Ajouter une nouvelle navigation",
5
- "Add new Username": "Ajouter un nouveau nom d'utilisateur",
6
- "All User from Telegram, seperate with": "Tous les utilisateurs de Telegram, séparés par",
7
- "Call": "Appel",
8
- "Cancel": "Annuler",
9
- "Close": "Fermer",
10
- "Global User activ": "Activation globale de l'utilisateur",
11
- "Instanze": "Instantané",
12
- "Navigation": "La navigation",
13
- "Save": "Sauvegarder",
14
- "Select": "Sélectionner",
15
- "Settings": "Paramètres",
16
- "Startside": "Côté départ",
17
- "telegram-menu adapter settings": "Paramètres de l'adaptateur pour le menu télégramme"
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 new Navigation": "Aggiungi nuova navigazione",
5
- "Add new Username": "Aggiungi nuovo nome utente",
6
- "All User from Telegram, seperate with": "Tutti gli utenti di Telegram, separati da",
7
- "Call": "Chiamata",
8
- "Cancel": "Annulla",
9
- "Close": "Vicino",
10
- "Global User activ": "Utente globale attivo",
11
- "Instanze": "Istanza",
12
- "Navigation": "Navigazione",
13
- "Save": "Salva",
14
- "Select": "Selezionare",
15
- "Settings": "Impostazioni",
16
- "Startside": "Lato iniziale",
17
- "telegram-menu adapter settings": "Impostazioni dell'adattatore per il menu del telegramma"
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 new Navigation": "Nieuwe navigatie toevoegen",
5
- "Add new Username": "Nieuwe gebruikersnaam toevoegen",
6
- "All User from Telegram, seperate with": "Alle gebruikers van Telegram, gescheiden met",
7
- "Call": "Telefoongesprek",
8
- "Cancel": "Annuleren",
9
- "Close": "Dichtbij",
10
- "Global User activ": "Globale gebruiker actief",
11
- "Instanze": "Instanze",
12
- "Navigation": "Navigatie",
13
- "Save": "Redden",
14
- "Select": "Selecteer",
15
- "Settings": "Instellingen",
16
- "Startside": "Startzijde",
17
- "telegram-menu adapter settings": "Adapterinstellingen voor telegrammenu"
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 new Navigation": "Dodaj nową Nawigację",
5
- "Add new Username": "Dodaj nową nazwę użytkownika",
6
- "All User from Telegram, seperate with": "Wszyscy użytkownicy z Telegramu, oddzielni od",
7
- "Call": "Dzwonić",
8
- "Cancel": "Anulować",
9
- "Close": "Zamknąć",
10
- "Global User activ": "Globalna aktywność użytkowników",
11
- "Instanze": "Instancja",
12
- "Navigation": "Nawigacja",
13
- "Save": "Ratować",
14
- "Select": "Wybierać",
15
- "Settings": "Ustawienia",
16
- "Startside": "Strona startowa",
17
- "telegram-menu adapter settings": "Ustawienia adaptera dla menu telegramu"
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 new Navigation": "Adicionar nova navegação",
5
- "Add new Username": "Adicionar novo nome de usuário",
6
- "All User from Telegram, seperate with": "Todos os usuários do Telegram, separados por",
7
- "Call": "Chamar",
8
- "Cancel": "Cancelar",
9
- "Close": "Fechar",
10
- "Global User activ": "Atividade global do usuário",
11
- "Instanze": "instância",
12
- "Navigation": "Navegação",
13
- "Save": "Salvar",
14
- "Select": "Selecione",
15
- "Settings": "Configurações",
16
- "Startside": "Startside",
17
- "telegram-menu adapter settings": "Configurações do adaptador para menu de telegrama"
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 new Navigation": "Добавить новую навигацию",
5
- "Add new Username": "Добавить новое имя пользователя",
6
- "All User from Telegram, seperate with": "Все пользователи из Telegram, отдельно от",
7
- "Call": "Вызов",
8
- "Cancel": "Отмена",
9
- "Close": "Закрывать",
10
- "Global User activ": "Активность глобального пользователя",
11
- "Instanze": "Инстанц",
12
- "Navigation": "Навигация",
13
- "Save": "Сохранять",
14
- "Select": "Выбирать",
15
- "Settings": "Настройки",
16
- "Startside": "Стартовая сторона",
17
- "telegram-menu adapter settings": "Настройки адаптера для телеграм-меню"
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 new Navigation": "Додати нову навігацію",
5
- "Add new Username": "Додайте нове ім'я користувача",
6
- "All User from Telegram, seperate with": "Всі користувачі з Telegram, окремо від",
7
- "Call": "Телефонуйте",
8
- "Cancel": "Скасувати",
9
- "Close": "Закрити",
10
- "Global User activ": "Глобальна активність користувачів",
11
- "Instanze": "Instanze",
12
- "Navigation": "Навігація",
13
- "Save": "зберегти",
14
- "Select": "Виберіть",
15
- "Settings": "Налаштування",
16
- "Startside": "Стартова сторона",
17
- "telegram-menu adapter settings": "Налаштування адаптера для telegram-меню"
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
+ }