-
- A social platform to enjoy and share music
-
+ A social platform to enjoy and share music
-
- Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.
-
+ Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.
-
- Sign up now to keep a track of your favorites, create playlists, discover new content and much more!
-
+ Sign up now to keep a track of your favorites, create playlists, discover new content and much more!
-
- Users on this pod also get %{ quota } of free storage to upload their own content!
-
+ Users on this pod also get %{ quota } of free storage to upload their own content!
{
/>
-
+
Registrations are closed on this pod. You can signup on another pod using the link below.
@@ -121,7 +108,7 @@ const headerStyle = computed(() => {
rel="noopener"
href="https://funkwhale.audio/#get-started"
>
- Find another pod
+ Find another pod
- Use Funkwhale on other devices with our apps.
+ Use Funkwhale on other devices with our apps.
@@ -287,9 +250,7 @@ const headerStyle = computed(() => {
to="/about/pod"
class="ui right floated basic secondary button"
>
-
- About this pod
-
+ About this pod
diff --git a/front/src/components/AboutPod.vue b/front/src/components/AboutPod.vue
index ae8dd780b..0c99e4c16 100644
--- a/front/src/components/AboutPod.vue
+++ b/front/src/components/AboutPod.vue
@@ -99,42 +99,32 @@ const headerStyle = computed(() => {
to="/about/pod"
class="item"
>
-
- About this pod
-
+ About this pod
-
- Rules
-
+ Rules
-
- Terms and privacy policy
-
+ Terms and privacy policy
-
- Features
-
+ Features
-
- Statistics
-
+ Statistics
@@ -144,63 +134,49 @@ const headerStyle = computed(() => {
id="description about-this-pod"
class="ui header"
>
-
- About this pod
-
+ About this pod
-
- No description available.
-
+ No description available.
-
- Rules
-
+ Rules
-
- No rules available.
-
+ No rules available.
-
- Terms and privacy policy
-
+ Terms and privacy policy
-
- Sign up now to keep track of your favorites, create playlists, discover new content and much more!
-
+ Sign up now to keep track of your favorites, create playlists, discover new content and much more!
-
- Users on this pod also get %{ quota } of free storage to upload their own content!
-
+ {{ $t('Users on this pod also get %{ quota } of free storage to upload their own content!', { quota: humanSize(defaultUploadQuota * 1000 * 1000) }) }}
store.state.auth.authenticated, () => {
/>
-
+
Registrations are closed on this pod. You can signup on another pod using the link below.
-
- Error while fetching object
-
+ Error while fetching object
props.initialId, () => {
{{ labels.fieldLabel }}
-
- Use this form to subscribe to an RSS feed from its URL.
-
+ Use this form to subscribe to an RSS feed from its URL.
-
- Use this form to subscribe to a channel hosted somewhere else on the Fediverse.
-
+ Use this form to subscribe to a channel hosted somewhere else on the Fediverse.
-
- It is not possible to connect to the given URL
-
+ It is not possible to connect to the given URL
-
- The server might be down
-
+ The server might be down
-
- The given address is not a Funkwhale server
-
+ The given address is not a Funkwhale server
@@ -107,7 +99,6 @@ const checkAndSwitch = async (url: string) => {
v-if="$store.state.instance.instanceUrl"
v-translate="{url: $store.state.instance.instanceUrl, hostname: $store.getters['instance/domain'] }"
class="description"
-
>
You are currently connected to {
>%{ hostname } . If you continue, you will be disconnected from your current instance and all your local data will be deleted.
-
- To continue, please select the Funkwhale instance you want to connect to. Enter the address directly, or select one of the suggested choices.
-
+ To continue, please select the Funkwhale instance you want to connect to. Enter the address directly, or select one of the suggested choices.