kopia lustrzana https://github.com/cheeaun/phanpy
Add missing translations
rodzic
7bf5fe6e96
commit
01bfb8084f
|
@ -1397,8 +1397,8 @@ function RelatedActions({
|
||||||
>
|
>
|
||||||
<Icon icon="endorsement" />
|
<Icon icon="endorsement" />
|
||||||
{endorsed
|
{endorsed
|
||||||
? "Don't feature on profile"
|
? t`Don't feature on profile`
|
||||||
: 'Feature on profile'}
|
: t`Feature on profile`}
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
)}
|
)}
|
||||||
{showEndorsements &&
|
{showEndorsements &&
|
||||||
|
|
|
@ -309,6 +309,15 @@ msgstr "Unable to unfeature @{username} on your profile."
|
||||||
msgid "Unable to feature @{username} on your profile."
|
msgid "Unable to feature @{username} on your profile."
|
||||||
msgstr "Unable to feature @{username} on your profile."
|
msgstr "Unable to feature @{username} on your profile."
|
||||||
|
|
||||||
|
#: src/components/account-info.jsx:1400
|
||||||
|
msgid "Don't feature on profile"
|
||||||
|
msgstr "Don't feature on profile"
|
||||||
|
|
||||||
|
#: src/components/account-info.jsx:1401
|
||||||
|
#: src/pages/hashtag.jsx:331
|
||||||
|
msgid "Feature on profile"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/account-info.jsx:1410
|
#: src/components/account-info.jsx:1410
|
||||||
msgid "Show featured profiles"
|
msgid "Show featured profiles"
|
||||||
msgstr "Show featured profiles"
|
msgstr "Show featured profiles"
|
||||||
|
@ -3188,10 +3197,6 @@ msgstr ""
|
||||||
msgid "Featured on profile"
|
msgid "Featured on profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/pages/hashtag.jsx:331
|
|
||||||
msgid "Feature on profile"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/pages/hashtag.jsx:396
|
#: src/pages/hashtag.jsx:396
|
||||||
msgid "{TOTAL_TAGS_LIMIT, plural, other {Max # tags}}"
|
msgid "{TOTAL_TAGS_LIMIT, plural, other {Max # tags}}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Ładowanie…
Reference in New Issue