mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
#212 Enhanced /about-iceshrimp
This commit is contained in:
parent
9b36a544d8
commit
5cfc5783fb
@ -1234,6 +1234,10 @@ _aboutIceshrimp:
|
|||||||
allContributors: "All contributors"
|
allContributors: "All contributors"
|
||||||
source: "Source code"
|
source: "Source code"
|
||||||
translation: "Translate Iceshrimp"
|
translation: "Translate Iceshrimp"
|
||||||
|
chatroom: "Chat room"
|
||||||
|
documentation: "Documentation"
|
||||||
|
roadmap: "Roadmap"
|
||||||
|
changelog: "Changelog"
|
||||||
donate: "Donate to Iceshrimp"
|
donate: "Donate to Iceshrimp"
|
||||||
donateTitle: "Enjoying Iceshrimp?"
|
donateTitle: "Enjoying Iceshrimp?"
|
||||||
pleaseDonateToIceshrimp: "Please consider donating to Iceshrimp to support its development."
|
pleaseDonateToIceshrimp: "Please consider donating to Iceshrimp to support its development."
|
||||||
|
@ -998,6 +998,10 @@ _aboutIceshrimp:
|
|||||||
allContributors: "Tous les contributeurs"
|
allContributors: "Tous les contributeurs"
|
||||||
source: "Code source"
|
source: "Code source"
|
||||||
translation: "Traduire Iceshrimp"
|
translation: "Traduire Iceshrimp"
|
||||||
|
chatroom: "Salon de discussion"
|
||||||
|
documentation: "Documentation"
|
||||||
|
roadmap: "Roadmap"
|
||||||
|
changelog: "Changelog"
|
||||||
donate: "Soutenir Iceshrimp"
|
donate: "Soutenir Iceshrimp"
|
||||||
donateTitle: Iceshrimp vous plaît ?
|
donateTitle: Iceshrimp vous plaît ?
|
||||||
pleaseDonateToIceshrimp: Merci de considérer de faire un don pour soutenir le développement
|
pleaseDonateToIceshrimp: Merci de considérer de faire un don pour soutenir le développement
|
||||||
|
@ -52,17 +52,7 @@
|
|||||||
/></span>
|
/></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="_formBlock" style="text-align: center">
|
<div class="_formBlock" style="text-align: center">
|
||||||
{{ i18n.ts._aboutIceshrimp.about }}<br /><a
|
{{ i18n.ts._aboutIceshrimp.about }}
|
||||||
href="https://iceshrimp.dev/"
|
|
||||||
target="_blank"
|
|
||||||
class="_link"
|
|
||||||
>{{ i18n.ts.learnMore }}</a
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
<div class="_formBlock" style="text-align: center">
|
|
||||||
<MkButton primary rounded inline @click="iLoveMisskey"
|
|
||||||
>I <Mfm text="$[jelly ❤]" /> #Iceshrimp</MkButton
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<div class="_formLinks">
|
<div class="_formLinks">
|
||||||
@ -75,7 +65,67 @@
|
|||||||
></template>
|
></template>
|
||||||
{{ i18n.ts._aboutIceshrimp.source }}
|
{{ i18n.ts._aboutIceshrimp.source }}
|
||||||
<template #suffix
|
<template #suffix
|
||||||
>Iceshrimp development</template
|
>Git Forgejo</template
|
||||||
|
>
|
||||||
|
</FormLink>
|
||||||
|
<FormLink
|
||||||
|
to="https://translate.iceshrimp.dev/"
|
||||||
|
external
|
||||||
|
>
|
||||||
|
<template #icon
|
||||||
|
><i class="ph-translate ph-bold ph-lg"></i
|
||||||
|
></template>
|
||||||
|
{{ i18n.ts._aboutIceshrimp.translation }}
|
||||||
|
<template #suffix
|
||||||
|
>Weblate</template
|
||||||
|
>
|
||||||
|
</FormLink>
|
||||||
|
<FormLink
|
||||||
|
to="https://matrix.to/#/%23iceshrimp-dev:161.rocks"
|
||||||
|
external
|
||||||
|
>
|
||||||
|
<template #icon
|
||||||
|
><i class="ph-chats-circle ph-bold ph-lg"></i
|
||||||
|
></template>
|
||||||
|
{{ i18n.ts._aboutIceshrimp.chatroom }}
|
||||||
|
<template #suffix
|
||||||
|
>Matrix</template
|
||||||
|
>
|
||||||
|
</FormLink>
|
||||||
|
<!-- <FormLink
|
||||||
|
to="#"
|
||||||
|
external
|
||||||
|
>
|
||||||
|
<template #icon
|
||||||
|
><i class="ph-book-bookmark ph-bold ph-lg"></i
|
||||||
|
></template>
|
||||||
|
{{ i18n.ts._aboutIceshrimp.documentation }}
|
||||||
|
<template #suffix
|
||||||
|
>MkDocs</template
|
||||||
|
>
|
||||||
|
</FormLink> -->
|
||||||
|
<!-- <FormLink
|
||||||
|
to="#"
|
||||||
|
external
|
||||||
|
>
|
||||||
|
<template #icon
|
||||||
|
><i class="ph-road-horizon ph-bold ph-lg"></i
|
||||||
|
></template>
|
||||||
|
{{ i18n.ts._aboutIceshrimp.roadmap }}
|
||||||
|
<template #suffix
|
||||||
|
>Markdown</template
|
||||||
|
>
|
||||||
|
</FormLink> -->
|
||||||
|
<FormLink
|
||||||
|
to="https://iceshrimp.dev/iceshrimp/iceshrimp/src/branch/dev/CHANGELOG.md"
|
||||||
|
external
|
||||||
|
>
|
||||||
|
<template #icon
|
||||||
|
><i class="ph-newspaper ph-bold ph-lg"></i
|
||||||
|
></template>
|
||||||
|
{{ i18n.ts._aboutIceshrimp.changelog }}
|
||||||
|
<template #suffix
|
||||||
|
>Markdown</template
|
||||||
>
|
>
|
||||||
</FormLink>
|
</FormLink>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user