(block) better wording

This commit is contained in:
Andrea Vos 2025-04-13 13:37:12 +02:00
parent c1871a002e
commit 66e5a31b42
4 changed files with 10 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const unblock = async (block: Block) => {
<Loading :value="blocks.data.value">
<ul v-if="blocks.data.value">
<li v-if="blocks.data.value.length === 0">
<T>table.empty</T>
<T>profile.blocks.empty</T>
</li>
<li v-for="block in blocks.data.value" :key="block.id">
@{{ block.to_username }}
@ -35,5 +35,8 @@ const unblock = async (block: Block) => {
</a>
</li>
</ul>
<p class="small mb-0">
<Icon v="info-circle" /> <T>profile.blocks.instruction</T>
</p>
</Loading>
</template>

View File

@ -862,6 +862,8 @@ profile:
confirm: >
Are you sure you want to unblock @%username%?
You will be able to see each other's cards or add each other to your circles.
empty: 'You currently do not have any accounts blocked.'
instruction: 'You can block a person by visiting their profile.'
sensitive:
header: 'Content warning'
info: >

View File

@ -1079,6 +1079,8 @@ profile:
confirm: >
Are you sure you want to unblock @%username%?
You will be able to see each other's cards or add each other to your circles.
empty: 'You currently do not have any accounts blocked.'
instruction: 'You can block a person by visiting their profile.'
sensitive:
header: 'Content warning'
info: >

View File

@ -1702,6 +1702,8 @@ profile:
confirm: >
Czy na pewno chcesz odblokować @%username%?
Będziecie mogły znowu widzieć swoje wizytówki oraz dodawać się nawzajem do kręgów.
empty: 'You currently do not have any accounts blocked.'
instruction: 'You can block a person by visiting their profile.'
sensitive:
header: 'Ostrzeżenie o zawartości'
info: >