mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
rebase
This commit is contained in:
parent
11e36609f5
commit
130abaf9cd
|
@ -32,11 +32,11 @@
|
|||
<button class="btn btn-outline-info me-2" @click="shrinkDatabase">
|
||||
{{ $t("Shrink Database") }} ({{ databaseSizeDisplay }})
|
||||
</button>
|
||||
<i18n-t tag="div" keypath="shrinkDatabaseDescriptionNew" class="form-text mt-2 mb-4 ms-2">
|
||||
<template v-slot:command1>
|
||||
<i18n-t tag="div" keypath="shrinkDatabaseDescriptionSqlite" class="form-text mt-2 mb-4 ms-2">
|
||||
<template #vacuum>
|
||||
<code>VACUUM</code>
|
||||
</template>
|
||||
<template v-slot:command2>
|
||||
<template #auto_vacuum>
|
||||
<code>AUTO_VACUUM</code>
|
||||
</template>
|
||||
</i18n-t>
|
||||
|
|
|
@ -263,7 +263,7 @@
|
|||
"Security": "Security",
|
||||
"Steam API Key": "Steam API Key",
|
||||
"Shrink Database": "Shrink Database",
|
||||
"shrinkDatabaseDescriptionSqlite": "Trigger database {command1} for SQLite. {command2} is already enabled but this does not defragment the database nor repack individual database pages the way that the {command1} command does.",
|
||||
"shrinkDatabaseDescriptionSqlite": "Trigger database {vacuum} for SQLite. {auto_vacuum} is already enabled but this does not defragment the database nor repack individual database pages the way that the {vacuum} command does.",
|
||||
"Pick a RR-Type...": "Pick a RR-Type…",
|
||||
"Pick Accepted Status Codes...": "Pick Accepted Status Codes…",
|
||||
"Default": "Default",
|
||||
|
|
|
@ -397,7 +397,6 @@
|
|||
"steamApiKeyDescription": "Chun monatóireacht a dhéanamh ar Fhreastalaí Cluiche Gaile is gá duit eochair Steam Web-API. Is féidir leat d’eochair API a chlárú anseo: ",
|
||||
"Shrink Database": "Laghdaigh Bunachar Sonraí",
|
||||
"No monitors available.": "Níl monatóirí ar fáil.",
|
||||
"shrinkDatabaseDescription": "Truicear bunachar sonraí Folamh do SQLite. Má chruthaítear do bhunachar sonraí tar éis 1.10.0, tá AUTO_VACUUM cumasaithe cheana féin agus níl an gníomh seo de dhíth.",
|
||||
"deleteStatusPageMsg": "An bhfuil tú cinnte gur mhaith leat an leathanach stádais seo a scriosadh?",
|
||||
"deleteProxyMsg": "An bhfuil tú cinnte gur mhaith leat an seachfhreastalaí seo a scriosadh do gach monatóir?",
|
||||
"enableProxyDescription": "Ní bheidh éifeacht ag an seachfhreastalaí seo ar iarratais ar mhonatóir go dtí go ngníomhófar é. Is féidir leat an seachfhreastalaí a dhíchumasú go sealadach ó gach monatóir de réir stádas gníomhachtaithe.",
|
||||
|
|
|
@ -145,7 +145,6 @@
|
|||
"clearDataOlderThan": "Behåll övervakarhistoriksdata i {0} dagar.",
|
||||
"steamApiKeyDescription": "För att övervaka en Steam Game Server behöver man en Steam Web-API nyckel. Du kan registrera din API nyckel här: ",
|
||||
"No Monitors": "Inga övervakare",
|
||||
"shrinkDatabaseDescription": "Utlös databasdammsugning för SQLite. Om din databas skapades efter 1.10.0, AUTO_VACUUM är redan aktiverat och detta behövs inte.",
|
||||
"proxyDescription": "Proxyservrar måste tilldelas en övervakare för att fungera.",
|
||||
"setAsDefaultProxyDescription": "Denna proxyserver kommer att aktiveras som standard för nya övervakare. Du kan fortfarande inaktivera proxyserven var för sig övervakare.",
|
||||
"Content Type": "Innehållstyp",
|
||||
|
|
|
@ -303,7 +303,6 @@
|
|||
"Discard": "విస్మరించండి",
|
||||
"Cancel": "రద్దు చేయండి",
|
||||
"Check/Uncheck": "చెక్/చెక్చేయవద్దు",
|
||||
"shrinkDatabaseDescription": "SQLite కోసం డేటాబేస్ VACUUMని ట్రిగ్గర్ చేయండి. మీ డేటాబేస్ 1.10.0 తర్వాత సృష్టించబడితే, AUTO_VACUUM ఇప్పటికే ప్రారంభించబడింది మరియు ఈ చర్య అవసరం లేదు.",
|
||||
"setAsDefault": "డిఫాల్ట్ సెట్ చేయబడింది",
|
||||
"deleteProxyMsg": "మీరు ఖచ్చితంగా అన్ని మానిటర్ల కోసం ఈ ప్రాక్సీని తొలగించాలనుకుంటున్నారా?",
|
||||
"proxyDescription": "పనిచేయడానికి ప్రాక్సీలు తప్పనిసరిగా మానిటర్కు కేటాయించబడాలి.",
|
||||
|
|
Loading…
Reference in a new issue