feat: isIndexable
This commit is contained in:
parent
53f2089116
commit
9cd2759769
15 changed files with 48 additions and 4 deletions
|
@ -745,6 +745,8 @@ thisIsExperimentalFeature: "This is an experimental feature. Its functionality i
|
|||
developer: "Developer"
|
||||
makeExplorable: "Make account visible in \"Explore\""
|
||||
makeExplorableDescription: "If you turn this off, your account will not show up in the \"Explore\" section."
|
||||
makeIndexable: "Make public notes indexable"
|
||||
makeIndexableDescription: "Allow note search to index your public notes."
|
||||
showGapBetweenNotesInTimeline: "Show a gap between posts on the timeline"
|
||||
duplicate: "Duplicate"
|
||||
left: "Left"
|
||||
|
|
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -748,6 +748,8 @@ export interface Locale {
|
|||
"developer": string;
|
||||
"makeExplorable": string;
|
||||
"makeExplorableDescription": string;
|
||||
"makeIndexable": string;
|
||||
"makeIndexableDescription": string;
|
||||
"showGapBetweenNotesInTimeline": string;
|
||||
"duplicate": string;
|
||||
"left": string;
|
||||
|
|
|
@ -745,6 +745,8 @@ thisIsExperimentalFeature: "これは実験的な機能です。仕様が変更
|
|||
developer: "開発者"
|
||||
makeExplorable: "アカウントを見つけやすくする"
|
||||
makeExplorableDescription: "オフにすると、「みつける」にアカウントが載らなくなります。"
|
||||
makeIndexable: "公開ノートをインデックス化"
|
||||
makeIndexableDescription: "ノート検索で公開ノートにインデックスを付けられるようにする。"
|
||||
showGapBetweenNotesInTimeline: "タイムラインのノートを離して表示"
|
||||
duplicate: "複製"
|
||||
left: "左"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue