uptime-kuma/src/languages
Louis Lam 5c4cf68937
Merge pull request #2260 from m-kiszka/smseagle
Added support for SMSEagle device API notifications
2022-10-31 17:03:34 +08:00
..
bg-BG.js Update bg-BG.js 2022-10-16 07:21:23 +03:00
cs-CZ.js Update cs-CZ.js 2022-09-22 19:30:43 +02:00
da-DK.js fix: only add en translation 2022-06-26 10:56:46 +01:00
de-DE.js add new german translations 2022-10-25 10:50:58 +02:00
el-GR.js Remove some double dots & fix backuprecommended 2022-10-07 17:51:45 +00:00
en.js Added support for SMSEagle device API notifications 2022-10-24 12:45:56 +02:00
es-ES.js Updated ES tramaslation 2022-07-31 11:13:36 +02:00
et-EE.js fix: only add en translation 2022-06-26 10:56:46 +01:00
eu.js fix: only add en translation 2022-06-26 10:56:46 +01:00
fa.js fix: only add en translation 2022-06-26 10:56:46 +01:00
fr-FR.js Update FR language + fixed daytime error (#2226) 2022-10-16 01:42:28 +08:00
hr-HR.js Change small details in hr-HR translation 2022-09-06 14:51:27 +02:00
hu.js fix: only add en translation 2022-06-26 10:56:46 +01:00
id-ID.js Update id-ID.js 2022-10-17 20:09:25 +07:00
it-IT.js Italian language fixes 2022-08-30 19:11:54 +02:00
ja.js fix: only add en translation 2022-06-26 10:56:46 +01:00
ko-KR.js chore: fix typo 2022-09-10 23:16:05 +09:00
nb-NO.js fix: only add en translation 2022-06-26 10:56:46 +01:00
nl-NL.js [i18n] Update NL (Dutch) 2022-06-29 23:26:41 +02:00
pl.js Merge pull request #2260 from m-kiszka/smseagle 2022-10-31 17:03:34 +08:00
pt-BR.js fix: only add en translation 2022-06-26 10:56:46 +01:00
pt-PT.js fix: small changes in semantics 2022-07-22 15:42:38 +01:00
README.md Correct order 2022-10-24 23:38:38 +02:00
ru-RU.js Update Russian locale (#2218) 2022-10-13 00:27:50 +08:00
sl-SI.js Update sl-SI.js 2022-06-29 13:58:52 +02:00
sr-latn.js fix: only add en translation 2022-06-26 10:56:46 +01:00
sr.js fix: only add en translation 2022-06-26 10:56:46 +01:00
sv-SE.js fix: only add en translation 2022-06-26 10:56:46 +01:00
th-TH.js forgot to save lol 2022-08-26 01:08:21 +07:00
tr-TR.js fix some translations 2022-10-02 21:14:00 +03:00
uk-UA.js Update ukrainian language 2022-07-18 09:00:44 +03:00
vi-VN.js fix: only add en translation 2022-06-26 10:56:46 +01:00
zh-CN.js feat: 🌐 Update zh-cn and en translation (#2167) 2022-10-08 01:45:00 +08:00
zh-HK.js [WIP] Checking maintenance time using maintenance_timeslot table 2022-09-27 20:44:44 +08:00
zh-TW.js update zh-tw translation 2022-10-28 15:50:00 +08:00

How to translate

  1. Fork this repo.
  2. Run npm install
  3. Run npm run update-language-files --language=<code> where <code> is a valid ISO language code: http://www.lingoes.net/en/translator/langcode.htm. 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. Add it into languageList constant.
  6. 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. 😏