- creato editor di Pagine (iniziato)

- fix: mancano i "t," su alcuni componenti...
This commit is contained in:
Surya Paolo
2025-09-02 16:22:13 +02:00
parent 4f4297ca21
commit 574f389200
324 changed files with 5838 additions and 759 deletions

View File

@@ -46,7 +46,7 @@
class="bg-red text-white"
style="text-align: center"
>
<em style="font-weight: bold">{{ $t('db.youarerefusedgroup') }}</em>
<em style="font-weight: bold">{{ t('db.youarerefusedgroup') }}</em>
<br />
</q-banner>
@@ -96,7 +96,7 @@
$q,
userStore.my.username,
mygrp.groupname,
$t('db.domanda_exit_fromgroup', {
t('db.domanda_exit_fromgroup', {
groupname: mygrp.groupname,
})
)
@@ -109,7 +109,7 @@
/>
</q-item-section>
<q-item-section>
{{ $t('groups.exit_group') }}
{{ t('groups.exit_group') }}
</q-item-section>
</q-item>
@@ -140,7 +140,7 @@
/>
</q-item-section>
<q-item-section>
{{ $t('groups.delete_group') }}
{{ t('groups.delete_group') }}
</q-item-section>
</q-item>
</q-list>
@@ -253,7 +253,7 @@
size="md"
rounded
:label="
$t('reg.website') + ' ' + tools.getMainUrl(getLinkWebSite())
t('reg.website') + ' ' + tools.getMainUrl(getLinkWebSite())
"
:href="getLinkWebSite()"
target="__blank"
@@ -275,9 +275,9 @@
</div>
<div>
<div class="title_param">
{{ $t('groups.private') }}
{{ t('groups.private') }}
</div>
{{ $t('groups.private_descr') }}
{{ t('groups.private_descr') }}
</div>
</div>
@@ -291,12 +291,12 @@
<q-icon name="fas fa-eye-slash"></q-icon>
</div>
<div>
<div class="title_param">{{ $t('groups.hidden') }}</div>
{{ $t('groups.hidden_descr') }}
<div class="title_param">{{ t('groups.hidden') }}</div>
{{ t('groups.hidden_descr') }}
</div>
</div>
<div class="members">
{{ $t('products.category') }}
{{ t('products.category') }}
<q-item>
<q-item-section>
<q-item-label class="full-width">
@@ -362,7 +362,7 @@
<div class="element">
<q-icon name="fas fa-lightbulb"></q-icon>
{{
$t('shared.createdby', {
t('shared.createdby', {
username: mygrp.createdBy,
date: tools.getstrDateYY(mygrp.date_created),
})
@@ -378,7 +378,7 @@
>
<q-icon name="fas fa-pencil-alt"></q-icon>
{{
$t('shared.lastmodify', {
t('shared.lastmodify', {
date: tools.getstrDateYY(mygrp.date_updated),
})
}}