mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Add back deleted translations
- mistakenly deleted when working through merge conflict
This commit is contained in:
parent
589fb16c51
commit
3c3db87c1b
@ -25,7 +25,16 @@
|
||||
"shouted": "Empfohlen",
|
||||
"commented": "Kommentiert",
|
||||
"userAnonym": "Anonymus",
|
||||
"socialMedia": "Wo sonst finde ich"
|
||||
"socialMedia": "Wo sonst finde ich",
|
||||
"network": {
|
||||
"title": "Netzwerk",
|
||||
"following": "folgt:",
|
||||
"followingNobody": "folgt niemandem.",
|
||||
"followedBy": "wird gefolgt von:",
|
||||
"followedByNobody": "wird von niemandem gefolgt.",
|
||||
"and": "und",
|
||||
"more": "weitere"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"menu": {
|
||||
|
||||
@ -25,7 +25,16 @@
|
||||
"shouted": "Shouted",
|
||||
"commented": "Commented",
|
||||
"userAnonym": "Anonymous",
|
||||
"socialMedia": "Where else can I find"
|
||||
"socialMedia": "Where else can I find",
|
||||
"network": {
|
||||
"title": "Network",
|
||||
"following": "is following:",
|
||||
"followingNobody": "follows nobody.",
|
||||
"followedBy": "is followed by:",
|
||||
"followedByNobody": "is not followed by anyone.",
|
||||
"and": "and",
|
||||
"more": "more"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"menu": {
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
</ds-card>
|
||||
<ds-space />
|
||||
<ds-heading tag="h3" soft style="text-align: center; margin-bottom: 10px;">
|
||||
Netzwerk
|
||||
{{ $t('profile.network.title') }}
|
||||
</ds-heading>
|
||||
<ds-card style="position: relative; height: auto;">
|
||||
<ds-space v-if="user.following && user.following.length" margin="x-small">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user