Add Serbian Latin locale

This commit is contained in:
Dušan Simić
2021-09-03 02:20:01 +02:00
parent 3831dfe0b9
commit 79fda8f442
3 changed files with 120 additions and 0 deletions

View File

@@ -189,6 +189,12 @@
<p>Es ist für <strong>jemanden der eine externe Authentifizierung</strong> vor Uptime Kuma geschaltet hat, wie z.B. Cloudflare Access.</p>
<p>Bitte mit Vorsicht nutzen.</p>
</template>
<template v-if="$i18n.locale === 'sr-latn' ">
<p>Da li ste sigurni da želite da <strong>isključite autentifikaciju</strong>?</p>
<p>To je za <strong>one koji imaju dodatu autentifikaciju</strong> ispred Uptime Kuma kao na primer Cloudflare Access.</p>
<p>Molim Vas koristite ovo sa pažnjom.</p>
</template>
</Confirm>
</div>
</transition>