uptime-kuma/src/languages
Uğur Erkan 78d76512ba Add http and https proxy feature
Added new proxy feature based on http and https proxy agents.
Proxy feature works like notifications, there is many proxy
could be related one proxy entry.

Supported features
- Proxies can activate and disable in bulk
- Proxies auto enabled by default for new monitors
- Proxies could be applied in bulk to current monitors
- Both authenticated and anonymous proxies supported
- Export and import support for proxies
2022-03-06 19:34:49 +03:00
..
bg-BG.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
cs-CZ.js Merge remote-tracking branch 'origin/master' into translations-de 2022-02-14 14:39:21 +01:00
da-DK.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
de-DE.js Merge branch 'MikMuellerDev_master' 2022-03-02 17:17:15 +08:00
en.js Add http and https proxy feature 2022-03-06 19:34:49 +03:00
es-ES.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
et-EE.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
fa.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
fr-FR.js Merge branch 'master' into alerta 2022-03-04 14:09:01 +08:00
hr-HR.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
hu.js Merge pull request #1187 from pfandie/translations-de 2022-03-02 13:39:19 +08:00
id-ID.js resolve conflict after update state 2022-02-05 11:48:48 +01:00
it-IT.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
ja.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
ko-KR.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
nb-NO.js resolve conflict after update state 2022-02-05 11:48:48 +01:00
nl-NL.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
pl.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
pt-BR.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
README.md Update README.md 2021-12-02 11:18:30 +01:00
ru-RU.js Merge pull request #1187 from pfandie/translations-de 2022-03-02 13:39:19 +08:00
sl-SI.js resolve conflict after update state 2022-02-05 11:48:48 +01:00
sr-latn.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
sr.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
sv-SE.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
tr-TR.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
vi-VN.js Merge remote-tracking branch 'origin/master' into translations-de 2022-02-14 14:39:21 +01:00
zh-CN.js Update zh-CN.js 2022-03-02 23:12:30 +08:00
zh-HK.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00
zh-TW.js Updates some DE translations, fix typo in resolverserverDescription, removes some duplicates in languages 2022-01-14 19:06:21 +01:00

How to translate

  1. Fork this repo.
  2. Create a language file (e.g. zh-TW.js). The filename must be ISO language code: http://www.lingoes.net/en/translator/langcode.htm
  3. Run npm run update-language-files. You can also use this command to check if there are new strings to translate for your language.
  4. Your language file should be filled in. You can translate now.
  5. Translate src/components/settings/Security.vue (search for a Confirm component with rel="confirmDisableAuth").
  6. Add it into languageList constant.
  7. Make a pull request when you have done.

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