parent
d586d1e6f8
commit
2f99c7e9dc
27 changed files with 387 additions and 4 deletions
|
@ -1598,6 +1598,7 @@ _role:
|
|||
high: "High"
|
||||
_options:
|
||||
gtlAvailable: "Can view the global timeline"
|
||||
btlAvailable: "Can view the bubble timeline"
|
||||
ltlAvailable: "Can view the local timeline"
|
||||
canPublicNote: "Can send public notes"
|
||||
canImportNotes: "Can import notes"
|
||||
|
|
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
@ -1698,6 +1698,7 @@ export interface Locale {
|
|||
};
|
||||
"_options": {
|
||||
"gtlAvailable": string;
|
||||
"btlAvailable": string;
|
||||
"ltlAvailable": string;
|
||||
"canPublicNote": string;
|
||||
"canImportNotes": string;
|
||||
|
|
|
@ -1607,6 +1607,7 @@ _role:
|
|||
high: "高"
|
||||
_options:
|
||||
gtlAvailable: "グローバルタイムラインの閲覧"
|
||||
btlAvailable: "バブルのタイムラインを見ることができる"
|
||||
ltlAvailable: "ローカルタイムラインの閲覧"
|
||||
canPublicNote: "パブリック投稿の許可"
|
||||
canImportNotes: "ノートのインポートが可能"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue