Browse Source

fix(translations): add missing translations to english js file

pull/568/head
Bert Verhelst 4 years ago
parent
commit
3998436159
  1. 2
      src/languages/bg-BG.js
  2. 2
      src/languages/da-DK.js
  3. 2
      src/languages/de-DE.js
  4. 8
      src/languages/en.js
  5. 2
      src/languages/es-ES.js
  6. 3
      src/languages/et-EE.js
  7. 12
      src/languages/fa.js
  8. 2
      src/languages/fr-FR.js
  9. 2
      src/languages/hu.js
  10. 2
      src/languages/it-IT.js
  11. 2
      src/languages/ja.js
  12. 2
      src/languages/ko-KR.js
  13. 2
      src/languages/nl-NL.js
  14. 2
      src/languages/pl.js
  15. 3
      src/languages/pt-BR.js
  16. 7
      src/languages/ru-RU.js
  17. 2
      src/languages/sr-latn.js
  18. 2
      src/languages/sr.js
  19. 2
      src/languages/sv-SE.js
  20. 2
      src/languages/tr-TR.js
  21. 2
      src/languages/zh-CN.js
  22. 2
      src/languages/zh-HK.js
  23. 2
      src/pages/DashboardHome.vue
  24. 4
      src/pages/StatusPage.vue

2
src/languages/bg-BG.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/da-DK.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/de-DE.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

8
src/languages/en.js

@ -124,5 +124,11 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
ShowingFromToOfCountRecords: "Showing {from} to {to} of {count} records",
Records: "records",
OneRecord: "One record",
PoweredBy: "Powered by",
SwitchToLightTheme: "Switch to Light Theme",
SwitchToDarkTheme: "Switch to Dark Theme",
}; };

2
src/languages/es-ES.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

3
src/languages/et-EE.js

@ -1,5 +1,4 @@
export default { export default {
Status Page: "Ülevaade",
LanguageName: "eesti", LanguageName: "eesti",
CheckEverySecond: "Check every {0} seconds.", CheckEverySecond: "Check every {0} seconds.",
RetryCheckEverySecond: "Kontrolli {0} sekundilise vahega.", RetryCheckEverySecond: "Kontrolli {0} sekundilise vahega.",
@ -125,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

12
src/languages/fa.js

@ -1,13 +1,7 @@
export default { export default {
Status Page: "صفحه وضعیت",
Uptime Kuma: "آپتایم کوما",
records: "مورد",
One record: "یک مورد",
Showing {from} to {to} of {count} records: "نمایش از {from} تا {to} از {count} مورد",
First: "اولین", First: "اولین",
Last: "آخرین", Last: "آخرین",
Info: "اطلاعات", Info: "اطلاعات",
Powered By: "نیرو گرفته از",
LanguageName: "Farsi", LanguageName: "Farsi",
CheckEverySecond: "بررسی هر {0} ثانیه.", CheckEverySecond: "بررسی هر {0} ثانیه.",
RetryCheckEverySecond: "تکرار مجدد هر {0} ثانیه.", RetryCheckEverySecond: "تکرار مجدد هر {0} ثانیه.",
@ -133,5 +127,9 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
ShowingFromToOfCountRecords: "نمایش از {from} تا {to} از {count} مورد",
Records: "مورد",
OneRecord: "یک مورد",
PoweredBy: "نیرو گرفته از",
}; };

2
src/languages/fr-FR.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/hu.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/it-IT.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/ja.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/ko-KR.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/nl-NL.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/pl.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

3
src/languages/pt-BR.js

@ -1,5 +1,4 @@
export default { export default {
Status Page: "Página de Status",
LanguageName: "Português (Brasileiro)", LanguageName: "Português (Brasileiro)",
CheckEverySecond: "Verificar cada {0} segundos.", CheckEverySecond: "Verificar cada {0} segundos.",
RetryCheckEverySecond: "Tentar novamente a cada {0} segundos.", RetryCheckEverySecond: "Tentar novamente a cada {0} segundos.",
@ -125,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

7
src/languages/ru-RU.js

@ -1,9 +1,8 @@
export default { export default {
Status Page: "Статус сервисов",
Discard: "Отмена", Discard: "Отмена",
CreateIncident: "Создать инцидент", CreateIncident: "Создать инцидент",
Switch to Dark Theme: "Тёмная тема", SwitchToDarkTheme: "Тёмная тема",
Switch to Light Theme: "Светлая тема", SwitchToLightTheme: "Светлая тема",
LanguageName: "Русский", LanguageName: "Русский",
CheckEverySecond: "проверять каждые {0} секунд", CheckEverySecond: "проверять каждые {0} секунд",
RetryCheckEverySecond: "повторять каждые {0} секунд", RetryCheckEverySecond: "повторять каждые {0} секунд",
@ -129,5 +128,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/sr-latn.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/sr.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/sv-SE.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/tr-TR.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/zh-CN.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/languages/zh-HK.js

@ -124,5 +124,5 @@ export default {
Apprise: "Apprise (Support 50+ Notification services)", Apprise: "Apprise (Support 50+ Notification services)",
Pushbullet: "Pushbullet", Pushbullet: "Pushbullet",
Line: "Line Messenger", Line: "Line Messenger",
Mattermost: "Mattermost" Mattermost: "Mattermost",
}; };

2
src/pages/DashboardHome.vue

@ -84,7 +84,7 @@ export default {
heartBeatList: [], heartBeatList: [],
paginationConfig: { paginationConfig: {
texts:{ texts:{
count:`${this.$t("Showing {from} to {to} of {count} records")}|{count} ${this.$t("records")}|${this.$t("One record")}`, count:`${this.$t("ShowingFromToOfCountRecords")}|{count} ${this.$t("Records")}|${this.$t("OneRecord")}`,
first:this.$t("First"), first:this.$t("First"),
last:this.$t("Last"), last:this.$t("Last"),
nextPage:'>', nextPage:'>',

4
src/pages/StatusPage.vue

@ -70,12 +70,12 @@
<!-- Set theme --> <!-- Set theme -->
<button v-if="theme == 'dark'" class="btn btn-light me-2" @click="changeTheme('light')"> <button v-if="theme == 'dark'" class="btn btn-light me-2" @click="changeTheme('light')">
<font-awesome-icon icon="save" /> <font-awesome-icon icon="save" />
{{ $t("Switch to Light Theme") }} {{ $t("SwitchToLightTheme") }}
</button> </button>
<button v-if="theme == 'light'" class="btn btn-dark me-2" @click="changeTheme('dark')"> <button v-if="theme == 'light'" class="btn btn-dark me-2" @click="changeTheme('dark')">
<font-awesome-icon icon="save" /> <font-awesome-icon icon="save" />
{{ $t("Switch to Dark Theme") }} {{ $t("SwitchToDarkTheme") }}
</button> </button>
</div> </div>
</div> </div>

Loading…
Cancel
Save