mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
Merge pull request #1910 from Human-Connection/add-missing-translations-contribution-form
Add missing translations for Title placeholder
This commit is contained in:
commit
0792e06a24
@ -12,7 +12,13 @@
|
|||||||
<ds-space />
|
<ds-space />
|
||||||
<hc-user :user="currentUser" :trunc="35" />
|
<hc-user :user="currentUser" :trunc="35" />
|
||||||
<ds-space />
|
<ds-space />
|
||||||
<ds-input model="title" class="post-title" placeholder="Title" name="title" autofocus />
|
<ds-input
|
||||||
|
model="title"
|
||||||
|
class="post-title"
|
||||||
|
:placeholder="$t('contribution.title')"
|
||||||
|
name="title"
|
||||||
|
autofocus
|
||||||
|
/>
|
||||||
<small class="smallTag">{{ form.title.length }}/{{ formSchema.title.max }}</small>
|
<small class="smallTag">{{ form.title.length }}/{{ formSchema.title.max }}</small>
|
||||||
<client-only>
|
<client-only>
|
||||||
<hc-editor
|
<hc-editor
|
||||||
|
|||||||
@ -555,6 +555,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"contribution": {
|
"contribution": {
|
||||||
|
"title": "Titel",
|
||||||
"newPost": "Erstelle einen neuen Beitrag",
|
"newPost": "Erstelle einen neuen Beitrag",
|
||||||
"filterFollow": "Beiträge filtern von Usern denen ich folge",
|
"filterFollow": "Beiträge filtern von Usern denen ich folge",
|
||||||
"filterALL": "Alle Beiträge anzeigen",
|
"filterALL": "Alle Beiträge anzeigen",
|
||||||
|
|||||||
@ -556,6 +556,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"contribution": {
|
"contribution": {
|
||||||
|
"title": "Title",
|
||||||
"newPost": "Create a new Post",
|
"newPost": "Create a new Post",
|
||||||
"filterFollow": "Filter contributions from users I follow",
|
"filterFollow": "Filter contributions from users I follow",
|
||||||
"filterALL": "View all contributions",
|
"filterALL": "View all contributions",
|
||||||
|
|||||||
@ -202,6 +202,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"contribution": {
|
"contribution": {
|
||||||
|
"title": "Título",
|
||||||
"edit": "Editar Contribuição",
|
"edit": "Editar Contribuição",
|
||||||
"delete": "Apagar Contribuição",
|
"delete": "Apagar Contribuição",
|
||||||
"teaserImage": {
|
"teaserImage": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user