Compare commits

...

4 Commits

Author SHA1 Message Date
Amirparsa Baghdadi
1a6d7214e9 Improve PWA Manifest (#6377) 2025-11-20 08:21:58 +13:00
Louis Lam
eb6ca00353 Revert "Update license year to reflect current year" (#6378) 2025-11-20 02:55:10 +08:00
Amirparsa Baghdadi
a59a6af4b3 Improvements for SMSC i18n (#6375)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2025-11-19 18:46:45 +00:00
Amirparsa Baghdadi
ae07bf23ae Update license year to reflect current year (#6376) 2025-11-20 07:35:21 +13:00
3 changed files with 73 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
{
"name": "Uptime Kuma",
"short_name": "Uptime Kuma",
"description": "An easy-to-use self-hosted monitoring tool.",
"theme_color": "#5cdd8b",
"start_url": "/",
"background_color": "#fff",
"display": "standalone",
@@ -15,5 +17,72 @@
"sizes": "512x512",
"type": "image/png"
}
],
"shortcuts": [
{
"name": "Dashboard",
"short_name": "Dashboard",
"description": "View monitoring dashboard",
"url": "/dashboard",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
},
{
"name": "Add Monitor",
"short_name": "Add Monitor",
"description": "Add a new monitor",
"url": "/add",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
},
{
"name": "Monitor List",
"short_name": "List",
"description": "View all monitors",
"url": "/list",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
},
{
"name": "Settings",
"short_name": "Settings",
"description": "Open settings",
"url": "/settings",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
},
{
"name": "Maintenance",
"short_name": "Maintenance",
"description": "Manage maintenance windows",
"url": "/maintenance",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}
]
}

View File

@@ -2,7 +2,9 @@
<div class="mb-3">
<label for="smsc-login" class="form-label">{{ $t("API Username") }}</label>
<i18n-t tag="div" class="form-text" keypath="wayToGetClickSendSMSToken">
<a href="https://smsc.kz/" target="_blank">{{ $t("here") }}</a>
<template #here>
<a href="https://smsc.kz/" target="_blank">{{ $t("here") }}</a>
</template>
</i18n-t>
<input id="smsc-login" v-model="$parent.notification.smscLogin" type="text" class="form-control" required>
<label for="smsc-key" class="form-label">{{ $t("API Key") }}</label>

View File

@@ -838,7 +838,7 @@
"pushDeerServerDescription": "Leave blank to use the official server",
"PushDeer Key": "PushDeer Key",
"SpugPush Template Code": "Template Code",
"wayToGetClickSendSMSToken": "You can get API Username and API Key from {0} .",
"wayToGetClickSendSMSToken": "You can get API Username and API Key from {here}.",
"Custom Monitor Type": "Custom Monitor Type",
"Google Analytics ID": "Google Analytics ID",
"Edit Tag": "Edit Tag",