Translate description editor placeholder
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
037aa4f9e5
commit
04e447a083
@ -296,7 +296,7 @@ export default class EditorComponent extends Vue {
|
|||||||
new History(),
|
new History(),
|
||||||
new Placeholder({
|
new Placeholder({
|
||||||
emptyClass: 'is-empty',
|
emptyClass: 'is-empty',
|
||||||
emptyNodeText: 'Write something …',
|
emptyNodeText: this.$t('Write something…'),
|
||||||
showOnlyWhenEditable: false,
|
showOnlyWhenEditable: false,
|
||||||
}),
|
}),
|
||||||
new Image(),
|
new Image(),
|
||||||
|
@ -293,6 +293,7 @@
|
|||||||
"Welcome to Mobilizon, {username}!": "Welcome to Mobilizon, {username}!",
|
"Welcome to Mobilizon, {username}!": "Welcome to Mobilizon, {username}!",
|
||||||
"Who can view this event and participate": "Who can view this event and participate",
|
"Who can view this event and participate": "Who can view this event and participate",
|
||||||
"World map": "World map",
|
"World map": "World map",
|
||||||
|
"Write something…": "Write something…",
|
||||||
"You and one other person are going to this event": "You're the only one going to this event | You and one other person are going to this event | You and {approved} persons are going to this event.",
|
"You and one other person are going to this event": "You're the only one going to this event | You and one other person are going to this event | You and {approved} persons are going to this event.",
|
||||||
"You are already a participant of this event.": "You are already a participant of this event.",
|
"You are already a participant of this event.": "You are already a participant of this event.",
|
||||||
"You are already logged-in.": "You are already logged-in.",
|
"You are already logged-in.": "You are already logged-in.",
|
||||||
|
@ -293,6 +293,7 @@
|
|||||||
"Welcome to Mobilizon, {username}!": "Bienvenue sur Mobilizon, {username} !",
|
"Welcome to Mobilizon, {username}!": "Bienvenue sur Mobilizon, {username} !",
|
||||||
"Who can view this event and participate": "Qui peut voir cet événement et y participer",
|
"Who can view this event and participate": "Qui peut voir cet événement et y participer",
|
||||||
"World map": "Carte mondiale",
|
"World map": "Carte mondiale",
|
||||||
|
"Write something…": "Écrivez quelque chose…",
|
||||||
"You and one other person are going to this event": "Vous êtes le ou la seule à vous rendre à cet événement | Vous et une autre personne vous rendez à cet événement | Vous et {approved} autres personnes vous rendez à cet événement.",
|
"You and one other person are going to this event": "Vous êtes le ou la seule à vous rendre à cet événement | Vous et une autre personne vous rendez à cet événement | Vous et {approved} autres personnes vous rendez à cet événement.",
|
||||||
"You are already a participant of this event.": "Vous participez déjà à cet événement.",
|
"You are already a participant of this event.": "Vous participez déjà à cet événement.",
|
||||||
"You are already logged-in.": "Vous êtes déjà connecté.",
|
"You are already logged-in.": "Vous êtes déjà connecté.",
|
||||||
|
Loading…
Reference in New Issue
Block a user