mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 02:35:39 +03:00
Rename "Local instance" to "Local"
Co-authored-by: Lim Chee Aun <cheeaun@gmail.com>
This commit is contained in:
parent
9a72975aaf
commit
1aff56a6bd
3 changed files with 14 additions and 17 deletions
|
@ -1171,7 +1171,7 @@ function Compose({
|
|||
</option>
|
||||
{supports('@pleroma/local-visibility-post') &&
|
||||
<option value="local">
|
||||
<Trans>Local instance</Trans>
|
||||
<Trans>Local</Trans>
|
||||
</option>
|
||||
}
|
||||
<option value="unlisted">
|
||||
|
|
|
@ -91,10 +91,10 @@ const memFetchAccount = pmem(throttle(fetchAccount));
|
|||
|
||||
const visibilityText = {
|
||||
public: msg`Public`,
|
||||
local: msg`Local`,
|
||||
unlisted: msg`Unlisted`,
|
||||
private: msg`Followers only`,
|
||||
direct: msg`Private mention`,
|
||||
local: msg`Local instance`,
|
||||
};
|
||||
|
||||
const isIOS =
|
||||
|
|
|
@ -615,29 +615,31 @@ msgstr ""
|
|||
msgid "Public"
|
||||
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
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1178
|
||||
#: src/components/status.jsx:95
|
||||
#: src/pages/settings.jsx:300
|
||||
msgid "Unlisted"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1176
|
||||
#: src/components/status.jsx:95
|
||||
#: src/components/compose.jsx:1181
|
||||
#: src/components/status.jsx:96
|
||||
#: src/pages/settings.jsx:303
|
||||
msgid "Followers only"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1179
|
||||
#: src/components/status.jsx:96
|
||||
#: src/components/compose.jsx:1184
|
||||
#: src/components/status.jsx:97
|
||||
#: src/components/status.jsx:1840
|
||||
msgid "Private mention"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1183
|
||||
#: src/components/status.jsx:97
|
||||
msgid "Local instance"
|
||||
msgstr "Local instance"
|
||||
|
||||
#: src/components/compose.jsx:1193
|
||||
msgid "Post your reply"
|
||||
msgstr ""
|
||||
|
@ -1355,11 +1357,6 @@ msgstr ""
|
|||
msgid "Trending"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/nav-menu.jsx:386
|
||||
#: src/components/shortcuts-settings.jsx:162
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/nav-menu.jsx:392
|
||||
#: src/components/shortcuts-settings.jsx:162
|
||||
msgid "Federated"
|
||||
|
|
Loading…
Reference in a new issue