Add backend structure with Docker support and initial configuration files
Java CI / build (push) Successful in 1m56s
Java CI / build (push) Successful in 1m56s
Signed-off-by: Dmitrii <computer@yawaflua.tech> Took 4 hours 25 minutes
This commit is contained in:
@@ -14,6 +14,22 @@
|
||||
"message.spmega.qr.error": "Failed to scan QR from screen",
|
||||
"message.spmega.qr.hover_tip": "Click to open link",
|
||||
"message.spmega.qr.found_link": "Found link: %s",
|
||||
"message.spmega.qr.failed_open": "Failed to open link"
|
||||
"message.spmega.qr.failed_open": "Failed to open link",
|
||||
"key.spmega.toggle_gps": "Toggle Nether GPS",
|
||||
"title.spmega.config": "SPMega Settings",
|
||||
"category.spmega.general": "General Settings",
|
||||
"option.spmega.api_domain": "API Domain",
|
||||
"option.spmega.api_token": "API Token",
|
||||
"option.spmega.allow_backend": "Allow saving data, transactions and other sensitive information to the backend",
|
||||
"option.spmega.sign_quick_pay": "Quick Pay by Signs",
|
||||
"option.spmega.gps_position": "Nether GPS position",
|
||||
"option.spmega.gps_position.top_left": "Top-Left",
|
||||
"option.spmega.gps_position.top_right": "Top-Right",
|
||||
"option.spmega.gps_position.bottom_left": "Bottom-Left",
|
||||
"option.spmega.gps_position.bottom_right": "Bottom-Right",
|
||||
"option.spmega.gps_position.bottom_center": "Bottom-center",
|
||||
"option.spmega.gps_position.top_center": "Top-center"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"category.spmega": "SPMega",
|
||||
"key.spmega.open_menu": "Открыть меню SPMega",
|
||||
"key.spmega.scan_qr": "Сканировать QR-код с экрана",
|
||||
"key.spmega.toggle_gps": "Вкл/Выкл GPS Ада",
|
||||
"button.spmega.scan_qr": "Сканировать QR",
|
||||
"button.spmega.qr.cancel": "Отмена",
|
||||
"button.spmega.qr.open_link": "Открыть ссылку",
|
||||
"screen.spmega.qr.confirm_title": "Подтверждение ссылки",
|
||||
"screen.spmega.qr.accept_link": "Открыть эту ссылку?",
|
||||
"message.spmega.qr.capture_failed": "Не удалось сделать снимок экрана Minecraft",
|
||||
"message.spmega.qr.not_found": "QR-код на экране не найден",
|
||||
"message.spmega.qr.invalid_url": "QR-код не содержит валидный http/https URL",
|
||||
"message.spmega.qr.opened": "Открыто: %s",
|
||||
"message.spmega.qr.error": "Не удалось отсканировать QR-код с экрана",
|
||||
"message.spmega.qr.hover_tip": "Нажмите, чтобы открыть ссылку",
|
||||
"message.spmega.qr.found_link": "Найдена ссылка: %s",
|
||||
"message.spmega.qr.failed_open": "Не удалось открыть ссылку",
|
||||
"title.spmega.config": "Настройки SPMega",
|
||||
"category.spmega.general": "Основные настройки",
|
||||
"option.spmega.api_domain": "Домен API",
|
||||
"option.spmega.api_token": "Токен API",
|
||||
"option.spmega.allow_backend": "Разрешить сохранение данных, транзакций и другой получаемой информации на сервере",
|
||||
"option.spmega.sign_quick_pay": "Быстрая оплата по табличкам",
|
||||
"option.spmega.gps_position": "Положение GPS Ада",
|
||||
"option.spmega.gps_position.top_left": "Слева вверху",
|
||||
"option.spmega.gps_position.top_right": "Справа вверху",
|
||||
"option.spmega.gps_position.bottom_left": "Слева внизу",
|
||||
"option.spmega.gps_position.bottom_center": "Снизу по-центру",
|
||||
"option.spmega.gps_position.top_center": "Сверху по-центру",
|
||||
"option.spmega.gps_position.bottom_right": "Снизу справа"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user