inform users about sharkey specific localization
This commit is contained in:
parent
6c1f2c6d11
commit
672c4f746c
|
@ -14,6 +14,13 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<MkLink url="https://crowdin.com/project/misskey">Crowdin</MkLink>
|
<MkLink url="https://crowdin.com/project/misskey">Crowdin</MkLink>
|
||||||
</template>
|
</template>
|
||||||
</I18n>
|
</I18n>
|
||||||
|
<br />
|
||||||
|
<I18n :src="i18n.ts.i18nInfoSharkey" tag="span">
|
||||||
|
<template #link>
|
||||||
|
<!-- TODO: ADD LINK TO OUR I18N SERVICE -->
|
||||||
|
<MkLink url="https://crowdin.com/project/misskey">INSERT THINGY</MkLink>
|
||||||
|
</template>
|
||||||
|
</I18n>
|
||||||
</template>
|
</template>
|
||||||
</MkSelect>
|
</MkSelect>
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@ reportAbuseRenote: "Report boost"
|
||||||
forwardReport: "Forward report to remote instance"
|
forwardReport: "Forward report to remote instance"
|
||||||
forwardReportIsAnonymous: "Instead of your account, an anonymous system account will be displayed as reporter at the remote instance."
|
forwardReportIsAnonymous: "Instead of your account, an anonymous system account will be displayed as reporter at the remote instance."
|
||||||
abuseMarkAsResolved: "Mark report as resolved"
|
abuseMarkAsResolved: "Mark report as resolved"
|
||||||
i18nInfo: "Sharkey is being translated into various languages by volunteers. You can help at {link}."
|
i18nInfoSharkey: "Sharkey specific changes are translated in its own {link}."
|
||||||
renotesCount: "Number of boosts sent"
|
renotesCount: "Number of boosts sent"
|
||||||
renotedCount: "Number of boosts received"
|
renotedCount: "Number of boosts received"
|
||||||
showTickerOnReplies: "Show instance ticker on replies"
|
showTickerOnReplies: "Show instance ticker on replies"
|
||||||
|
|
Loading…
Reference in New Issue