diff --git a/front/src/components/About.vue b/front/src/components/About.vue index f877959fd..cee705f60 100644 --- a/front/src/components/About.vue +++ b/front/src/components/About.vue @@ -13,7 +13,7 @@ const nodeinfo = computed(() => store.state.instance.nodeinfo) const { t } = useI18n() const labels = computed(() => ({ - title: t('About') + title: t('components.About.title') })) const podName = computed(() => get(nodeinfo.value, 'metadata.nodeName') ?? 'Funkwhale') @@ -67,10 +67,10 @@ const headerStyle = computed(() => {
- Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network. + {{ $t('components.About.funkwhaleDescription') }}
@@ -84,14 +84,14 @@ const headerStyle = computed(() => { class="signup-form content" >- Sign up now to keep a track of your favorites, create playlists, discover new content and much more! + {{ $t('components.About.signupDescription') }}
- Users on this pod also get %{ quota } of free storage to upload their own content! + {{ $t('components.About.quotaDescription', {quota: defaultUploadQuota}) }}
- Registrations are closed on this pod. You can signup on another pod using the link below. + {{ $t('components.About.registrationsClosedHelp') }}
{ rel="noopener" href="https://funkwhale.audio/#get-started" > - Find another pod + {{ $t('components.About.findOtherPod') }}- No description available. + {{ $t('components.About.noDescription') }}
@@ -164,14 +164,14 @@ const headerStyle = computed(() => { {{ stats.users.toLocaleString($store.state.ui.momentLocale) }}- Listen to public albums and playlists shared on this pod. + {{ $t('components.About.publicContentDescription') }}
@@ -218,11 +218,11 @@ const headerStyle = computed(() => { id="description" class="ui header" > - Find another pod + {{ $t('components.About.findOtherPod') }}- Listen to public albums and playlists shared on this pod. + {{ $t('components.About.publicContentDescription') }}
@@ -236,11 +236,11 @@ const headerStyle = computed(() => { id="description" class="ui header" > - Find an app + {{ $t('components.About.findAppHeader') }}- Use Funkwhale on other devices with our apps. + {{ $t('components.About.findAppDescription') }}
@@ -250,7 +250,7 @@ const headerStyle = computed(() => { to="/about/pod" class="ui right floated basic secondary button" > - About this pod + {{ $t('components.About.aboutPodHeader') }} diff --git a/front/src/components/AboutPod.vue b/front/src/components/AboutPod.vue index 0c99e4c16..e3e0309da 100644 --- a/front/src/components/AboutPod.vue +++ b/front/src/components/AboutPod.vue @@ -21,7 +21,7 @@ fetchData() const { t } = useI18n() const labels = computed(() => ({ - title: t('About') + title: t('components.AboutPod.title') })) const podName = computed(() => get(nodeinfo.value, 'metadata.nodeName') || 'Funkwhale') @@ -99,32 +99,32 @@ const headerStyle = computed(() => { to="/about/pod" class="item" > - About this pod + {{ $t('components.AboutPod.aboutPod') }}- No description available. + {{ $t('components.AboutPod.noDescription') }}
- No rules available. + {{ $t('components.AboutPod.noRules') }}
- No terms available. + {{ $t('components.AboutPod.noTerms') }}
- No description available. + {{ $t('components.Home.noDescription') }}
- {{ $t('%{ users } active user | %{ users } active users', stats, stats.users) }} + {{ $t('components.Home.activeUsers', {users: stats.users}) }}
- {{ $t('%{ hours } hour of music | %{ hours } hours of music', stats, stats.hours) }} + {{ $t('components.Home.hoursOfMusic', {hours: stats.hours}) }}
- This pod runs Funkwhale, a community-driven project that lets you listen and share music and audio within a decentralized, open network. + {{ $t('components.Home.funkwhaleDescription') }}
- Funkwhale is free and developed by a friendly community of volunteers. + {{ $t('components.Home.funkwhaleAddendum') }}
store.state.auth.authenticated, () => { href="https://funkwhale.audio" > - Visit funkwhale.audio + {{ $t('components.Home.websiteLink') }}- Sign up now to keep track of your favorites, create playlists, discover new content and much more! + {{ $t('components.Home.signupDescription') }}
- {{ $t('Users on this pod also get %{ quota } of free storage to upload their own content!', { quota: humanSize(defaultUploadQuota * 1000 * 1000) }) }} + {{ $t('components.Home.uploadQuota', { quota: humanSize(defaultUploadQuota * 1000 * 1000) }) }}
- Registrations are closed on this pod. You can signup on another pod using the link below. + {{ $t('components.Home.registrationsClosed') }}
store.state.auth.authenticated, () => { href="https://funkwhale.audio/#get-started" > - Find another pod + {{ $t('components.Home.findOtherPod') }}- Sorry, the page you asked for does not exist: + {{ $t('components.PageNotFound.pageNotFoundMessage') }}
{{ path }} @@ -32,7 +32,7 @@ const labels = computed(() => ({ class="ui icon labeled right button" to="/" > - Go to home page + {{ $t('components.PageNotFound.homeLink') }}- The next track will play automatically in a few seconds… + {{ $t('components.Queue.automaticPlay') }}
- You may have a connectivity issue. + {{ $t('components.Queue.connectivityWarning') }}