Matt Visnovsky fdc145bffd Added Robustness
There are a lot of changes here:
-Fixed a lot of issues encountered during my testing
-JSON path is evaluated BEFORE making comparisons (this was the true intended behavior by @chakflying)
-Variable name changes (cosmetic)
-Added != operator
-Changed jsonQueryDescription (again)
2024-06-06 18:52:33 -06:00
..
2024-01-18 03:32:38 +08:00
2024-01-17 19:01:36 +00:00
2024-01-17 19:01:35 +00:00
2024-01-17 19:01:35 +00:00
2024-01-17 19:01:35 +00:00
2024-06-06 18:52:33 -06:00
2024-01-17 19:01:36 +00:00
2024-01-18 03:32:38 +08:00
2024-01-17 19:01:36 +00:00
2023-06-26 04:52:40 +00:00
2024-01-17 19:01:36 +00:00
2024-01-17 19:01:35 +00:00
2024-01-18 03:28:33 +08:00
2024-01-17 19:01:36 +00:00
2023-03-20 09:57:49 +00:00
2024-01-17 19:01:36 +00:00
2023-03-03 08:50:55 +00:00
2023-10-11 11:28:16 +00:00
2024-01-17 19:01:36 +00:00
2023-12-15 10:18:32 +00:00
2023-12-15 10:18:32 +00:00
2024-01-17 19:01:36 +00:00
2023-12-15 10:18:32 +00:00
2024-01-18 03:32:38 +08:00
2024-01-18 03:28:33 +08:00
2023-02-14 19:08:52 +00:00
2024-01-17 19:01:35 +00:00
2024-01-17 19:01:35 +00:00
2023-12-15 10:18:32 +00:00
2024-01-18 03:28:33 +08:00

Translations

How to translate

(2023-01-24 Updated)

  1. Go to https://weblate.kuma.pet
  2. Register an account on Weblate
  3. Make sure your GitHub email is matched with Weblate's account, so that it could show you as a contributor on GitHub
  4. Choose your language on Weblate and start translating.

How to add a new language in the dropdown

  1. Add your language at https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/
  2. Find the language code (You can find it at the end of the URL)
  3. Go to https://github.com/louislam/uptime-kuma/blob/master/src/i18n.js and click Edit icon
  4. Add your language at the end of languageList, format: "zh-TW": "繁體中文 (台灣)",
  5. Commit and make a pull request for me to approve

If you do not have programming skills, let me know in the issues section. I will assist you. 😏