mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-23 11:39:25 -05:00
🎨
This commit is contained in:
parent
9b2af53025
commit
ce6eba77d9
3 changed files with 3 additions and 3 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -5368,7 +5368,7 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"accountData": string;
|
||||
/**
|
||||
* アカウントのデータをエクスポート/インポートして管理できます。
|
||||
* アカウントデータのアーカイブをエクスポート/インポートして管理できます。
|
||||
*/
|
||||
"accountDataBanner": string;
|
||||
/**
|
||||
|
|
|
@ -1339,7 +1339,7 @@ _settings:
|
|||
serviceConnection: "サービス連携"
|
||||
serviceConnectionBanner: "外部のアプリ・サービスと連携するためのアクセストークンやWebhookの管理と設定が行えます。"
|
||||
accountData: "アカウントのデータ"
|
||||
accountDataBanner: "アカウントのデータをエクスポート/インポートして管理できます。"
|
||||
accountDataBanner: "アカウントデータのアーカイブをエクスポート/インポートして管理できます。"
|
||||
muteAndBlockBanner: "非表示にするコンテンツの設定や、特定のユーザーからのアクションを制限する設定と管理を行えます。"
|
||||
accessibilityBanner: "クライアントの視覚や動作に関するパーソナライズを行い、より最適に使用できるように設定できます。"
|
||||
privacyBanner: "コンテンツの公開範囲、見つけやすさ、フォローの承認制などアカウントのプライバシーに関する設定を行えます。"
|
||||
|
|
|
@ -57,7 +57,7 @@ function showMenu(ev: MouseEvent, contextmenu?: boolean) {
|
|||
display: flex;
|
||||
|
||||
&:hover {
|
||||
&::after {
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -8px;
|
||||
|
|
Loading…
Add table
Reference in a new issue