Fix string template symbol in translation

Some translations transformed "%" to "$" making the template ineffective.
This commit is contained in:
Noe Gaumont 2019-12-07 16:29:28 +01:00
parent 2d9c235890
commit a63420eecc
1 changed files with 4 additions and 4 deletions

View File

@ -3710,12 +3710,12 @@ msgstr "Remplacer la file d'attente actuelle"
#: front/src/components/mixins/Report.vue:6 src/components/mixins/Report.vue:7 #: front/src/components/mixins/Report.vue:6 src/components/mixins/Report.vue:7
msgctxt "*/Moderation/*/Verb" msgctxt "*/Moderation/*/Verb"
msgid "Report @%{ username }…" msgid "Report @%{ username }…"
msgstr "Signaler @${ username }…" msgstr "Signaler @%{ username }…"
#: front/src/components/manage/moderation/ReportCard.vue:5 #: front/src/components/manage/moderation/ReportCard.vue:5
msgctxt "Content/Moderation/Card/Short" msgctxt "Content/Moderation/Card/Short"
msgid "Report %{ id }" msgid "Report %{ id }"
msgstr "Signaler ${ id }" msgstr "Signaler %{ id }"
#: front/src/components/moderation/ReportModal.vue:139 #: front/src/components/moderation/ReportModal.vue:139
msgctxt "*/Moderation/Message" msgctxt "*/Moderation/Message"
@ -5410,7 +5410,7 @@ msgstr ""
#: front/src/components/SetInstanceModal.vue:98 #: front/src/components/SetInstanceModal.vue:98
msgctxt "*/Instance/Message" msgctxt "*/Instance/Message"
msgid "You are now using the Funkwhale instance at %{ url }" msgid "You are now using the Funkwhale instance at %{ url }"
msgstr "Vous utilisez maintenant linstance Funkwhale sur ${ url }" msgstr "Vous utilisez maintenant linstance Funkwhale sur %{ url }"
#: front/src/views/content/Home.vue:17 #: front/src/views/content/Home.vue:17
msgctxt "Content/Library/Paragraph" msgctxt "Content/Library/Paragraph"
@ -5492,7 +5492,7 @@ msgstr "Vous allez être déconnecté⋅e de cette session et vous devrez vous c
#: front/src/components/auth/Authorize.vue:51 #: front/src/components/auth/Authorize.vue:51
msgctxt "Content/Auth/Paragraph" msgctxt "Content/Auth/Paragraph"
msgid "You will be redirected to <strong>%{ url }</strong>" msgid "You will be redirected to <strong>%{ url }</strong>"
msgstr "Vous allez être redirigé·e vers <strong>${ url }</strong>" msgstr "Vous allez être redirigé·e vers <strong>%{ url }</strong>"
#: front/src/components/auth/Authorize.vue:49 #: front/src/components/auth/Authorize.vue:49
msgctxt "Content/Auth/Paragraph" msgctxt "Content/Auth/Paragraph"