mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
commit
824c16a07c
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ My long story here: https://www.reddit.com/r/UptimeKuma/comments/t1t6or/comment/
|
||||||
|
|
||||||
### Recommended Pull Request Guideline
|
### Recommended Pull Request Guideline
|
||||||
|
|
||||||
Before deep into coding, disscussion first is preferred. Creating an empty pull request for disscussion would be recommended.
|
Before deep into coding, discussion first is preferred. Creating an empty pull request for discussion would be recommended.
|
||||||
|
|
||||||
1. Fork the project
|
1. Fork the project
|
||||||
1. Clone your fork repo to local
|
1. Clone your fork repo to local
|
||||||
|
|
|
@ -162,7 +162,7 @@ https://www.reddit.com/r/UptimeKuma/
|
||||||
Check out the latest beta release here: https://github.com/louislam/uptime-kuma/releases
|
Check out the latest beta release here: https://github.com/louislam/uptime-kuma/releases
|
||||||
|
|
||||||
### Bug Reports / Feature Requests
|
### Bug Reports / Feature Requests
|
||||||
If you want to report a bug or request a new feature. Free feel to open a [new issue](https://github.com/louislam/uptime-kuma/issues).
|
If you want to report a bug or request a new feature, feel free to open a [new issue](https://github.com/louislam/uptime-kuma/issues).
|
||||||
|
|
||||||
### Translations
|
### Translations
|
||||||
If you want to translate Uptime Kuma into your language, please read: https://github.com/louislam/uptime-kuma/tree/master/src/languages
|
If you want to translate Uptime Kuma into your language, please read: https://github.com/louislam/uptime-kuma/tree/master/src/languages
|
||||||
|
|
|
@ -381,7 +381,7 @@ export default {
|
||||||
smtpDkimPrivateKey: "Приватный ключ",
|
smtpDkimPrivateKey: "Приватный ключ",
|
||||||
smtpDkimHashAlgo: "Алгоритм хэша (опционально)",
|
smtpDkimHashAlgo: "Алгоритм хэша (опционально)",
|
||||||
smtpDkimheaderFieldNames: "Заголовок ключей для подписи (опционально)",
|
smtpDkimheaderFieldNames: "Заголовок ключей для подписи (опционально)",
|
||||||
smtpDkimskipFields: "Заколовок ключей не для подписи (опционально)",
|
smtpDkimskipFields: "Заголовок ключей не для подписи (опционально)",
|
||||||
gorush: "Gorush",
|
gorush: "Gorush",
|
||||||
alerta: "Alerta",
|
alerta: "Alerta",
|
||||||
alertaApiEndpoint: "Конечная точка API",
|
alertaApiEndpoint: "Конечная точка API",
|
||||||
|
|
Loading…
Reference in a new issue