SGprooo
1d9a28e9ab
feat: Tailscale ping monitor ( #3178 )
...
* Add boilerplate for tailscale ping
* tailscale initial commit draft
* Refactor TailscalePing & better error handling
Split check function into two methods and added async/await syntax for readability/modularity
Switched to promise-based error handling (takes into account different types of error such as "Execution error", "Error in output", "no matching peer", and "is local Tailscale IP") and throws them as JavaScript errors.
* Minor update
* minor update (again)
* Update server/monitor-types/tailscale-ping.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Update server/monitor-types/tailscale-ping.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Update server/monitor-types/tailscale-ping.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Update server/monitor-types/tailscale-ping.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* timeout revision
* JSDoc
* Removed long explainers
* eslint tailscale-ping.js --fix
* reran eslint
* Fix: Use hostname rather than url
* Fixed NaN on monitor interval
now interval value is correctly passed to runTailscalePing
* Add warning message
---------
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
1 year ago
Tarun Singh
50d4091ded
Merge branch 'master' of https://github.com/louislam/uptime-kuma into status-page-expiry
1 year ago
Muhammed Hussein karimi
278b88a9d9
✨ feat: added kafka producer ( #3268 )
...
* ✨ feat: added kafka producer
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: eslint warn
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: typings and auth problems
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: better variable name to trrack disconnection
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: grouping Kafka Producer special settings into one template
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* ✨ feat: add kafka producer translations into `en.json`
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: disable close-on-select on kafka broker picker
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: `en.json` invalid json (conflict resolve)
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* Nostr dm notifications (#3051 )
* Add nostr DM notification provider
* require crypto for node 18 compatibility
* remove whitespace
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* move closer to where it is used
* simplify success or failure logic
* don't clobber the non-alert msg
* Update server/notification-providers/nostr.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* polyfills required for node <= 18
* resolve linter warnings
* missing comma
---------
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Drop nostr
* Minor
* Fix a bug of clone
---------
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
1 year ago
Louis Lam
e2a87eb430
Improve the filter translate keys
1 year ago
Louis Lam
c6d0c431bd
Merge pull request #3080 from duanearnett/feature/add-channel-notification-for-slack
...
Adds configurable @channel notification for Slack integrations
1 year ago
Louis Lam
345e61abca
Merge remote-tracking branch 'origin/master' into feat/badge-generator-placeholders
...
# Conflicts:
# package-lock.json
# package.json
1 year ago
Tarun Singh
6f4af30701
Merge branch 'master' of https://github.com/louislam/uptime-kuma into status-page-expiry
1 year ago
Tarun Singh
b1f266ceb1
Added expiry changes to status page and fixes
1 year ago
Muhammed Hussein karimi
6bece8796e
✨ feat: json-query monitor added ( #3253 )
...
* ✨ feat: json-query monitor added
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: import warning error
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: br tag and remove comment
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: supporting compare string with other types
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: switch to a better lib for json query
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: better description on json query and using `v-html` in jsonQueryDescription element to fix `a` tags
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: result variable in error message
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: typos in json query description
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* 📝 docs: `HTTP(s) Json Query` added to monitor list in `README.md`
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
* 🐛 fix: needed white space in `README.md`
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Nostr dm notifications (#3051 )
* Add nostr DM notification provider
* require crypto for node 18 compatibility
* remove whitespace
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* move closer to where it is used
* simplify success or failure logic
* don't clobber the non-alert msg
* Update server/notification-providers/nostr.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* polyfills required for node <= 18
* resolve linter warnings
* missing comma
---------
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Drop nostr
* Rebuild package-lock.json
* Lint
---------
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: zappityzap <128872140+zappityzap@users.noreply.github.com>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
1 year ago
Louis Lam
e5c6783781
Merge pull request #3205 from woj-tek/master
...
Add option to use ApiKeys in Twilio in addition to main account credentials
1 year ago
Louis Lam
18d8b3a8e0
Merge remote-tracking branch 'origin/master' into feat/webhook-custom-body
1 year ago
Louis Lam
ed6b4e5ae5
Merge remote-tracking branch 'origin/master' into miles/invert-keyword
...
# Conflicts:
# server/database.js
1 year ago
Nelson Chan
af78da1dd9
Chore: Add missing translation
...
Co-authored-by: Yoswaris Lawpaiboon <22832362+kiznick@users.noreply.github.com>
1 year ago
Nelson Chan
9e041f219b
Chore: Fix translation string
...
Co-authored-by: Yoswaris Lawpaiboon <22832362+kiznick@users.noreply.github.com>
1 year ago
Louis Lam
ccc39b9516
Move all old db patch files to `db/old_migrations/`
1 year ago
Louis Lam
16a1a66e09
Merge remote-tracking branch 'origin/master' into 2.0.X
...
# Conflicts:
# docker/alpine-base.dockerfile
# docker/debian-base.dockerfile
# docker/dockerfile
# package.json
# server/database.js
# server/jobs/util-worker.js
# server/model/maintenance.js
# server/model/monitor.js
# server/routers/api-router.js
# server/server.js
# server/uptime-kuma-server.js
1 year ago
Nelson Chan
9882fc65b1
Fix: Incorrect label for badge values
1 year ago
Louis Lam
4f6035899d
Real browser monitor type ( #3308 )
1 year ago
Nelson Chan
8955c3816b
Chore: Rename select ID & add translation
1 year ago
Nelson Chan
7761e9a05e
Chore: Add translations to options text
1 year ago
Nelson Chan
97d38ee1a8
Feat: Add custom body for Webhook Notif.
1 year ago
Cyril59310
4e420ee3ff
Missing translation key ( #3281 )
...
* missing translation key
* Update src/lang/en.json
Co-authored-by: Frank Elsinga <frank@elsinga.de>
---------
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
1 year ago
Louis Lam
596402e71f
Merge pull request #3246 from chakflying/ui/monitor-group-select
...
UI: Improve no group monitor message
1 year ago
Louis Lam
c61a3d360f
Merge pull request #3254 from CommanderStorm/transaltion_home
...
Chore: Added a translation key for "Home"
1 year ago
Frank Elsinga
ba4d925374
Added a translation key for "Home"
1 year ago
Nelson Chan
de9ad0fe60
UI: Add help msg for no Group Mon.
1 year ago
Frank Elsinga
ac8ca36895
Enabled adding missing keys to the translation database
1 year ago
duane
1fa8c0f9fe
Adds help text for `Notify Channel` option
2 years ago
duane
9a8bea5761
Changes 'Mention Channel' -> 'Notify Channel'
...
- Updates variable names
- Updates any Slack mention references
2 years ago
Peace
9bd76c2795
Merge branch 'master' into group-monitors
2 years ago
duane
376d84c742
Merge branch 'master' into feature/add-channel-notification-for-slack
2 years ago
Louis Lam
4b3a2ee71b
Merge pull request #3211 from kiznick/badge-generator
...
Add i18n variable for Badge Generator #2915
2 years ago
Yoswaris Lawpaiboon
1634df5a39
Update en.json
2 years ago
Wojciech Kapcia
f3fe392ec4
Add option to use ApiKeys in Twilio in addition to main account credentials
2 years ago
Maximilian Krauß
8d05d80a5f
feat: Adds message ttl to pushover notification
2 years ago
duane
fd10897988
Adds translation for English Slack channel mention label
2 years ago
Louis Lam
a3e31b22bc
Minor
2 years ago
Miles Steele
171aff1226
add invert keyword feature
2 years ago
Josua Frank
6b078b83bd
Merge branch 'master' into ntfy-bearer-authorization
2 years ago
Louis Lam
a6acd065bb
WIP
2 years ago
Louis Lam
227cec86a8
WIP
2 years ago
Louis Lam
02291730fe
WIP
2 years ago
Josua Frank
fc4312ca1a
Merge branch 'master' into ntfy-bearer-authorization
2 years ago
Faruk Genç
b64c835cee
Add Twilio Sms Notification Provider
2 years ago
Louis Lam
097567e5f0
Merge pull request #2878 from chakflying/feat/status-page-countdown
...
Feat: Add status page countdown to refresh
2 years ago
Louis Lam
35f300c8eb
Improve and reuse language keys
2 years ago
Josua Frank
8921ed0cff
fix indentation of language json files
2 years ago
Josua Frank
35a56dd9e0
Added dropdown for authentication methods
2 years ago
Louis Lam
ba7af9b569
Uppercase and improve language keys
2 years ago
Louis Lam
6e0aa109bc
Uppercase and improve language keys
2 years ago
cyril59310
70bb69fc73
add keys for translation
2 years ago
Louis Lam
71c800b880
Merge remote-tracking branch 'origin/master' into notification-provider-pagertree
...
# Conflicts:
# src/lang/en.json
2 years ago
Louis Lam
38ab5e0f3e
Merge pull request #2558 from Computroniks/feature/1685-prometheus-api-key
...
Added #1685 : Add API keys for API authentication
2 years ago
Louis Lam
48c6f0578c
Merge manually
2 years ago
Louis Lam
4fed0c152e
Show `Copy of` in front of the cloned monitor name
2 years ago
Louis Lam
54cd7a0402
Merge manually
2 years ago
Louis Lam
ef64077980
Merge remote-tracking branch 'origin/master' into feature/1685-prometheus-api-key
...
# Conflicts:
# src/lang/en.json
2 years ago
Louis Lam
cecb0b6425
Merge pull request #2610 from bayramberkay/feature/add-xml-support-to-http-monitors
...
Add xml support to HTTP monitors
2 years ago
Louis Lam
af82ea742c
Merge manually
2 years ago
Louis Lam
10228874fa
Merge manually
2 years ago
Louis Lam
7e3734af53
Better handling
2 years ago
Louis Lam
5789112f55
Merge remote-tracking branch 'origin/master' into feat-add-message-thread-id-telegram-nonfiction
2 years ago
Louis Lam
fa7f75a930
Organize notification list
2 years ago
Louis Lam
df5da0054e
Remove more keys
2 years ago
Louis Lam
de7df46aa8
Sort the notification list by name and remove translation keys of brand names or product names
2 years ago
Faruk Genç
72106ba4c4
Merge remote-tracking branch 'remote/master' into feature/add-xml-support-to-http-monitors
2 years ago
Louis Lam
ba3c7210ab
Merge remote-tracking branch 'origin/master' into rename-consequently-to-consecutively
...
# Conflicts:
# src/lang/cs-CZ.json
# src/lang/de-DE.json
# src/lang/en.json
# src/lang/es-ES.json
# src/lang/fr-FR.json
# src/lang/id-ID.json
# src/lang/pl.json
# src/lang/pt-BR.json
# src/lang/tr-TR.json
# src/lang/zh-HK.json
2 years ago
Peace
cef0a0faf4
Merge branch 'master' into group-monitors
2 years ago
Matthew Nickson
01c71a0242
Fixed logic errors, removed dev leftovers
...
Fixed a logic error where a comma was used instead of an or, also
removed leftover console.logs from testing.
Date picker is now dissabled when don't expire is checked.
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Matthew Nickson
d553c4c4f7
Added missing translation keys
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Matthew Nickson
05443f9bb7
Added language keys
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2 years ago
Super Admin
2ef98c1b10
Translated using Weblate (English)
...
Currently translated at 100.0% (697 of 697 strings)
Co-authored-by: Super Admin <uptime@kuma.pet>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/en/
Translation: Uptime Kuma/Uptime Kuma
2 years ago
Eduard Dev
5f71515253
Translated using Weblate (Romanian)
...
Currently translated at 80.3% (560 of 697 strings)
Translated using Weblate (English)
Currently translated at 100.0% (697 of 697 strings)
Co-authored-by: Eduard Dev <legocuedy09@gmail.com>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/en/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/ro/
Translation: Uptime Kuma/Uptime Kuma
2 years ago
Louis Lam
e4183ee2b7
Database Setup Page ( #2738 )
...
* WIP
* WIP: Database setup process
* Add database setup page
2 years ago
OidaTiftla
36d160ad02
Rename "consequently" to "consecutively" as suggested by @skylarv
...
https://github.com/louislam/uptime-kuma/pull/1212#issuecomment-1423373045
2 years ago
Austin Miller
1c0174c319
ESLint and verbiage changes
2 years ago
Austin Miller
ef54d9e3b6
Add PagerTree Notification Provider
2 years ago
Faruk Genç
39c99b0ec4
Merge remote-tracking branch 'remote/master' into feature/add-xml-support-to-http-monitors
...
# Conflicts:
# server/database.js
# src/lang/en.json
2 years ago
cyril59310
5fff63cd59
add keys for translation
2 years ago
Haytham Salama
4323dee781
feat: add message thread id to lang
2 years ago
Louis Lam
10c6f3b688
Merge remote-tracking branch 'origin/master' into feature-google-analytics
2 years ago
Faruk Genç
666838f334
Merge remote-tracking branch 'remote/master' into feature/add-xml-support-to-http-monitors
2 years ago
Louis Lam
b0673ba9ce
Merge pull request #2570 from Computroniks/feature/#2365-allow-markdown-in-status-page-footer
...
Add support for markdown on status page
2 years ago
c
5a94a3fe3c
Google Analytics - Moved string to updated file.
2 years ago
Peace
e10ba9ed7e
Merge branch 'master' into group-monitors
2 years ago
Faruk Genç
603b3a7fb6
Dummy commit for build
2 years ago
Faruk Genç
b2ddb5c9eb
Dummy commit for build
2 years ago
Faruk Genç
4287f7e885
Merge remote-tracking branch 'remote/master' into feature/add-xml-support-to-http-monitors
...
# Conflicts:
# src/lang/en.json
2 years ago
Louis Lam
1a601c9377
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 97.2% (673 of 692 strings)
Translated using Weblate (English)
Currently translated at 100.0% (684 of 684 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 62.7% (429 of 684 strings)
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/en/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hant/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hant_HK/
Translation: Uptime Kuma/Uptime Kuma
2 years ago
Anonymous
15ec8db48c
Translated using Weblate (English)
...
Currently translated at 100.0% (692 of 692 strings)
Translated using Weblate (Turkish)
Currently translated at 97.9% (670 of 684 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 58.6% (401 of 684 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Ömer Faruk Genç <omer@farukgenc.com>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/en/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/tr/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hant_HK/
Translation: Uptime Kuma/Uptime Kuma
2 years ago
Louis Lam
a8f0f1d872
Merge manually and remove to devDependencies
2 years ago
Faruk Genç
35bd129d66
Merge remote-tracking branch 'remote/master' into feature/add-xml-support-to-http-monitors
2 years ago
Peace
97bd306a09
Merge branch 'louislam:master' into group-monitors
2 years ago
Peace
645fd94bba
feat: add ability to group monitors in dashboard
2 years ago
Louis Lam
e5ca67d062
HTTPS Monitor using Real Browsers + Limited plugin support ( #1787 )
2 years ago
Faruk Genç
2673b509a5
Add "Body Encoding" to en.json
2 years ago
UptimeKumaBot
dcda520d59
Translations update from Uptime Kuma Weblate ( #2670 )
...
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Translated using Weblate (Estonian)
Currently translated at 29.9% (205 of 685 strings)
Translated using Weblate (Spanish)
Currently translated at 29.7% (204 of 685 strings)
Translated using Weblate (Greek)
Currently translated at 84.6% (580 of 685 strings)
Translated using Weblate (German)
Currently translated at 94.1% (645 of 685 strings)
Translated using Weblate (German)
Currently translated at 94.2% (645 of 684 strings)
Translated using Weblate (German)
Currently translated at 94.2% (645 of 684 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 92.2% (632 of 685 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 92.3% (632 of 684 strings)
Translated using Weblate (Danish)
Currently translated at 50.6% (347 of 685 strings)
Translated using Weblate (Danish)
Currently translated at 50.7% (347 of 684 strings)
Translated using Weblate (Czech)
Currently translated at 98.8% (677 of 685 strings)
Translated using Weblate (Arabic (ar_SY))
Currently translated at 96.3% (660 of 685 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (685 of 685 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (684 of 684 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (684 of 684 strings)
Translated using Weblate (Persian)
Currently translated at 29.7% (204 of 685 strings)
Translated using Weblate (Basque)
Currently translated at 77.9% (534 of 685 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 42.0% (288 of 685 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 42.1% (288 of 684 strings)
Translated using Weblate (Polish)
Currently translated at 99.8% (684 of 685 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (684 of 684 strings)
Translated using Weblate (Dutch)
Currently translated at 76.3% (523 of 685 strings)
Translated using Weblate (Dutch)
Currently translated at 76.4% (523 of 684 strings)
Translated using Weblate (Korean)
Currently translated at 76.4% (524 of 685 strings)
Translated using Weblate (Japanese)
Currently translated at 28.6% (196 of 685 strings)
Translated using Weblate (Italian)
Currently translated at 52.5% (360 of 685 strings)
Translated using Weblate (Italian)
Currently translated at 52.6% (360 of 684 strings)
Translated using Weblate (Indonesian)
Currently translated at 84.3% (578 of 685 strings)
Translated using Weblate (Hungarian)
Currently translated at 53.8% (369 of 685 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.8% (677 of 685 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.8% (677 of 685 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 40.8% (280 of 685 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 40.9% (280 of 684 strings)
Translated using Weblate (Croatian)
Currently translated at 83.5% (572 of 685 strings)
Translated using Weblate (Hebrew (Israel))
Currently translated at 96.7% (663 of 685 strings)
Translated using Weblate (Yue)
Currently translated at 57.9% (397 of 685 strings)
Translated using Weblate (Yue)
Currently translated at 57.9% (397 of 685 strings)
Translated using Weblate (Yue)
Currently translated at 9.4% (65 of 685 strings)
Translated using Weblate (Yue)
Currently translated at 9.4% (65 of 685 strings)
Translated using Weblate (Yue)
Currently translated at 2.0% (14 of 684 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 96.9% (664 of 685 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 57.9% (397 of 685 strings)
Translated using Weblate (Vietnamese)
Currently translated at 67.4% (462 of 685 strings)
Translated using Weblate (Vietnamese)
Currently translated at 67.5% (462 of 684 strings)
Translated using Weblate (Ukrainian)
Currently translated at 74.8% (513 of 685 strings)
Translated using Weblate (Turkish)
Currently translated at 98.6% (676 of 685 strings)
Translated using Weblate (Thai)
Currently translated at 83.5% (572 of 685 strings)
Translated using Weblate (Swedish)
Currently translated at 15.7% (108 of 685 strings)
Translated using Weblate (Serbian)
Currently translated at 29.0% (199 of 685 strings)
Translated using Weblate (Serbian (latin))
Currently translated at 29.0% (199 of 685 strings)
Translated using Weblate (Serbian (latin))
Currently translated at 29.0% (199 of 685 strings)
Translated using Weblate (Slovenian)
Currently translated at 51.0% (350 of 685 strings)
Translated using Weblate (Russian)
Currently translated at 85.1% (583 of 685 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 29.0% (199 of 685 strings)
Translated using Weblate (French)
Currently translated at 98.9% (678 of 685 strings)
Co-authored-by: 401Unauthorized <yehowahliu@4o1.to>
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Cyril59310 <contact@cyril59310.fr>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
Co-authored-by: MrEddX <mreddx@chatrix.one>
Co-authored-by: Victor Monteiro <victor@bbhost.com.br>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: cetteup <cetteup@dasemail.de>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/ar_SY/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/bg/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/cs/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/da/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/de/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/de_CH/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/el/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/es/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/et/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/eu/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/fa/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/fr/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/he_IL/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/hr/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/hu/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/id/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/it/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/ja/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/ko/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/nb_NO/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/nl/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/pl/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/pt_BR/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/pt_PT/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/ru/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/sl/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/sr/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/sr_Latn/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/sv/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/th/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/tr/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/uk/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/vi/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/yue/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hans/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hant/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hant_HK/
Translation: Uptime Kuma/Uptime Kuma
* Revert autofill mistake
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: 401Unauthorized <yehowahliu@4o1.to>
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
Co-authored-by: Cyril59310 <contact@cyril59310.fr>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
Co-authored-by: MrEddX <mreddx@chatrix.one>
Co-authored-by: Victor Monteiro <victor@bbhost.com.br>
Co-authored-by: cetteup <cetteup@dasemail.de>
2 years ago
Louis Lam
e3828f09a3
Merge en.js to en.json
2 years ago
UptimeKumaBot
82f33f4445
Translations update from Uptime Kuma Weblate ( #2663 )
...
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.2% (677 of 682 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hans/
* Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 56.4% (385 of 682 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hant_HK/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (682 of 682 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hans/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (682 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hans/
* Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 56.5% (386 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hant_HK/
* Translated using Weblate (Czech)
Currently translated at 100.0% (683 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (683 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/cs/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (683 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hans/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (683 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hans/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 98.2% (671 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hant/
* Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 56.8% (388 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hant_HK/
* Translated using Weblate (Czech)
Currently translated at 100.0% (683 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/cs/
* Translated using Weblate (French)
Currently translated at 100.0% (683 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/fr/
* Translated using Weblate (Russian)
Currently translated at 86.2% (589 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/ru/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (683 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (683 of 683 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hans/
* Added translation using Weblate (Aramaic)
* Added translation using Weblate (Yue)
* Translated using Weblate (Czech)
Currently translated at 100.0% (684 of 684 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/cs/
* Translated using Weblate (French)
Currently translated at 100.0% (684 of 684 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/fr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (684 of 684 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hans/
* Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 57.6% (394 of 684 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hant_HK/
* Translated using Weblate (Yue)
Currently translated at 0.1% (1 of 684 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/yue/
* Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 58.6% (401 of 684 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hant_HK/
* Translated using Weblate (English)
Currently translated at 100.0% (684 of 684 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/en/
* Translated using Weblate (Yue)
Currently translated at 2.0% (14 of 684 strings)
Translation: Uptime Kuma/Uptime Kuma
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/yue/
Co-authored-by: 401Unauthorized <yehowahliu@4o1.to>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
Co-authored-by: test <tori@weblate2.louislam.net>
Co-authored-by: Buchtič <martin.buchta@gmail.com>
Co-authored-by: Michal <black23@gmail.com>
Co-authored-by: deluxghost <deluxghost@gmail.com>
Co-authored-by: Cyril59310 <archas.cyril@hotmail.fr>
Co-authored-by: sovushik <evgeniy@grachev.biz>
Co-authored-by: Ömer Faruk Genç <omer@farukgenc.com>
2 years ago
Louis Lam
2a86b43d69
Move notification related language keys to the bottom.
2 years ago