Multilingual support, custom paths
This commit is contained in:
@@ -11,5 +11,52 @@
|
||||
"not_linked_text": "You need to `/link` your account to AutoZoom application first.",
|
||||
"unlinked": "Account successfully unlinked",
|
||||
"unlinked_text": "You can now `/link` it to another AutoZoom application if you want."
|
||||
},
|
||||
"cmd": {
|
||||
"link": {
|
||||
"name": "link",
|
||||
"description": "Connect to your AutoZoom",
|
||||
"options": {
|
||||
"code": {
|
||||
"name": "code",
|
||||
"description": "Code you got in AutoZoom app"
|
||||
}
|
||||
}
|
||||
},
|
||||
"unlink": {
|
||||
"name": "unlink",
|
||||
"description": "Disconnect from your AutoZoom",
|
||||
"options": {}
|
||||
},
|
||||
"meeting": {
|
||||
"name": "meeting",
|
||||
"description": "Add new Zoom meeting",
|
||||
"options": {
|
||||
"title": {
|
||||
"name": "title",
|
||||
"description": "Meeting title"
|
||||
},
|
||||
"day": {
|
||||
"name": "day",
|
||||
"description": "Day formatted as dd.mm.yyyy"
|
||||
},
|
||||
"time": {
|
||||
"name": "time",
|
||||
"description": "Time formatted as hh:mm"
|
||||
},
|
||||
"link": {
|
||||
"name": "link",
|
||||
"description": "Direct meeting link"
|
||||
},
|
||||
"repeat": {
|
||||
"name": "repeat",
|
||||
"description": "Repeat meeting this weekday"
|
||||
},
|
||||
"record": {
|
||||
"name": "record",
|
||||
"description": "Record meeting using app"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
62
locale/uk.json
Normal file
62
locale/uk.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"btn": {},
|
||||
"msg": {
|
||||
"key_correct": "Обліковий запис успішно прив’язано",
|
||||
"key_correct_text": "Тепер ви отримуватимете сповіщення про всі зустрічі. Ви також можете додавати нові зустрічі до програми AutoZoom за допомогою команди `/meeting`.",
|
||||
"key_wrong": "Особистий ключ неправильний",
|
||||
"key_wrong_text": "Отримайте ключ зв’язування за допомогою програми AutoZoom і повторіть спробу за допомогою команди бота `/link`.\n\n**Потрібна допомога?**\nДізнайтеся, як працює зв’язування, на нашому веб-сайті (https://www.end-play.xyz/autozoom/bot) або зверніться до нашої служби підтримки (https://support.end-play.xyz), якщо сторінка посібника вам не допомогла.",
|
||||
"already_linked": "Обліковий запис уже прив’язано",
|
||||
"already_linked_text": "Якщо ви хочете змінити свій особистий ключ, вам потрібно спочатку `/unlink` свій обліковий запис і спробувати `/link` його ще раз.",
|
||||
"not_linked": "Обліковий запис не прив'язано",
|
||||
"not_linked_text": "Спершу вам потрібно `/link` свій обліковий запис із програмою AutoZoom.",
|
||||
"unlinked": "Обліковий запис успішно прив’язано",
|
||||
"unlinked_text": "Тепер ви можете `/link` його з іншим AutoZoom, якщо хочете."
|
||||
},
|
||||
"cmd": {
|
||||
"link": {
|
||||
"name": "link",
|
||||
"description": "Прив’язати до AutoZoom",
|
||||
"options": {
|
||||
"code": {
|
||||
"name": "код",
|
||||
"description": "Код отриманий в додатку AutoZoom"
|
||||
}
|
||||
}
|
||||
},
|
||||
"unlink": {
|
||||
"name": "unlink",
|
||||
"description": "Відв’язати від AutoZoom",
|
||||
"options": {}
|
||||
},
|
||||
"meeting": {
|
||||
"name": "meeting",
|
||||
"description": "Додати нову конференцію",
|
||||
"options": {
|
||||
"title": {
|
||||
"name": "назва",
|
||||
"description": "Назва конференції"
|
||||
},
|
||||
"day": {
|
||||
"name": "дата",
|
||||
"description": "Дата у форматі дд.мм.рррр"
|
||||
},
|
||||
"time": {
|
||||
"name": "час",
|
||||
"description": "Час у форматі гг:хх"
|
||||
},
|
||||
"link": {
|
||||
"name": "посилання",
|
||||
"description": "Пряме посилання на конференцію"
|
||||
},
|
||||
"repeat": {
|
||||
"name": "повторювати",
|
||||
"description": "Повторювати конференцію в цей день тижня"
|
||||
},
|
||||
"record": {
|
||||
"name": "записувати",
|
||||
"description": "Записувати конференцію"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user