forked from FoundKeyGang/FoundKey
Update visibility text (#3299)
This commit is contained in:
parent
35db61f1b4
commit
e401ba9e25
2 changed files with 9 additions and 7 deletions
|
@ -96,9 +96,9 @@ common:
|
||||||
specified: "ダイレクト"
|
specified: "ダイレクト"
|
||||||
specified-desc: "指定したユーザーにのみ公開"
|
specified-desc: "指定したユーザーにのみ公開"
|
||||||
private: "非公開"
|
private: "非公開"
|
||||||
local-public: "公開(ローカルのみ)"
|
local-public: "公開 (ローカルのみ)"
|
||||||
local-home: "ホーム(ローカルのみ)"
|
local-home: "ホーム (ローカルのみ)"
|
||||||
local-followers: "フォロワー(ローカルのみ)"
|
local-followers: "フォロワー (ローカルのみ)"
|
||||||
|
|
||||||
note-placeholders:
|
note-placeholders:
|
||||||
a: "今どうしてる?"
|
a: "今どうしてる?"
|
||||||
|
@ -474,9 +474,10 @@ common/views/components/visibility-chooser.vue:
|
||||||
specified: "ダイレクト"
|
specified: "ダイレクト"
|
||||||
specified-desc: "指定したユーザーにのみ公開"
|
specified-desc: "指定したユーザーにのみ公開"
|
||||||
private: "非公開"
|
private: "非公開"
|
||||||
local-public: "公開(ローカルのみ)"
|
local-public: "公開 (ローカルのみ)"
|
||||||
local-home: "ホーム(ローカルのみ)"
|
local-public-desc: "リモートへは公開しない"
|
||||||
local-followers: "フォロワー(ローカルのみ)"
|
local-home: "ホーム (ローカルのみ)"
|
||||||
|
local-followers: "フォロワー (ローカルのみ)"
|
||||||
|
|
||||||
common/views/components/trends.vue:
|
common/views/components/trends.vue:
|
||||||
count: "{}人が投稿"
|
count: "{}人が投稿"
|
||||||
|
@ -788,7 +789,7 @@ desktop/views/components/renote-form.vue:
|
||||||
quote: "引用する..."
|
quote: "引用する..."
|
||||||
cancel: "キャンセル"
|
cancel: "キャンセル"
|
||||||
renote: "Renote"
|
renote: "Renote"
|
||||||
renote-home: "Renote (ホーム)"
|
renote-home: "Renote (Home)"
|
||||||
reposting: "しています..."
|
reposting: "しています..."
|
||||||
success: "Renoteしました!"
|
success: "Renoteしました!"
|
||||||
failure: "Renoteに失敗しました"
|
failure: "Renoteに失敗しました"
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
<div><fa icon="globe"/></div>
|
<div><fa icon="globe"/></div>
|
||||||
<div>
|
<div>
|
||||||
<span>{{ $t('local-public') }}</span>
|
<span>{{ $t('local-public') }}</span>
|
||||||
|
<span>{{ $t('local-public-desc') }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div @click="choose('local-home')" :class="{ active: v == 'local-home' }">
|
<div @click="choose('local-home')" :class="{ active: v == 'local-home' }">
|
||||||
|
|
Loading…
Reference in a new issue