Rename "Local instance" to "Local"

Co-authored-by: Lim Chee Aun <cheeaun@gmail.com>
This commit is contained in:
Stefano Pigozzi 2024-09-07 03:12:16 +02:00
parent 9a72975aaf
commit 1aff56a6bd
No known key found for this signature in database
GPG key ID: 5ADA3868646C3FC0
3 changed files with 14 additions and 17 deletions

View file

@ -1171,7 +1171,7 @@ function Compose({
</option> </option>
{supports('@pleroma/local-visibility-post') && {supports('@pleroma/local-visibility-post') &&
<option value="local"> <option value="local">
<Trans>Local instance</Trans> <Trans>Local</Trans>
</option> </option>
} }
<option value="unlisted"> <option value="unlisted">

View file

@ -91,10 +91,10 @@ const memFetchAccount = pmem(throttle(fetchAccount));
const visibilityText = { const visibilityText = {
public: msg`Public`, public: msg`Public`,
local: msg`Local`,
unlisted: msg`Unlisted`, unlisted: msg`Unlisted`,
private: msg`Followers only`, private: msg`Followers only`,
direct: msg`Private mention`, direct: msg`Private mention`,
local: msg`Local instance`,
}; };
const isIOS = const isIOS =

View file

@ -615,29 +615,31 @@ msgstr ""
msgid "Public" msgid "Public"
msgstr "" msgstr ""
#: src/components/compose.jsx:1173 #: src/components/compose.jsx:1174
#: src/components/nav-menu.jsx:386
#: src/components/shortcuts-settings.jsx:162
#: src/components/status.jsx:94 #: src/components/status.jsx:94
msgid "Local"
msgstr ""
#: src/components/compose.jsx:1178
#: src/components/status.jsx:95
#: src/pages/settings.jsx:300 #: src/pages/settings.jsx:300
msgid "Unlisted" msgid "Unlisted"
msgstr "" msgstr ""
#: src/components/compose.jsx:1176 #: src/components/compose.jsx:1181
#: src/components/status.jsx:95 #: src/components/status.jsx:96
#: src/pages/settings.jsx:303 #: src/pages/settings.jsx:303
msgid "Followers only" msgid "Followers only"
msgstr "" msgstr ""
#: src/components/compose.jsx:1179 #: src/components/compose.jsx:1184
#: src/components/status.jsx:96 #: src/components/status.jsx:97
#: src/components/status.jsx:1840 #: src/components/status.jsx:1840
msgid "Private mention" msgid "Private mention"
msgstr "" msgstr ""
#: src/components/compose.jsx:1183
#: src/components/status.jsx:97
msgid "Local instance"
msgstr "Local instance"
#: src/components/compose.jsx:1193 #: src/components/compose.jsx:1193
msgid "Post your reply" msgid "Post your reply"
msgstr "" msgstr ""
@ -1355,11 +1357,6 @@ msgstr ""
msgid "Trending" msgid "Trending"
msgstr "" msgstr ""
#: src/components/nav-menu.jsx:386
#: src/components/shortcuts-settings.jsx:162
msgid "Local"
msgstr ""
#: src/components/nav-menu.jsx:392 #: src/components/nav-menu.jsx:392
#: src/components/shortcuts-settings.jsx:162 #: src/components/shortcuts-settings.jsx:162
msgid "Federated" msgid "Federated"