+ {i18n()('domainTransfer.announcementHead')}
+ {i18n()('domainTransfer.announcementDescription')}
+
+
+ {i18n()('domainTransfer.howToMigrateSettings')}
+
+
+
+ }
+ >
+ {props.children}
+
+ );
+};
+
+export default DomainTransferInfo;
diff --git a/src/locales/en.ts b/src/locales/en.ts
index 56738f9..9d2840d 100644
--- a/src/locales/en.ts
+++ b/src/locales/en.ts
@@ -188,4 +188,10 @@ export default {
signerUnavailable: 'Please install NIP-07 browser extension.',
loginWithSigner: 'Login with NIP-07 browser extension',
},
+ domainTransfer: {
+ announcementHead: 'Rabbit has moved to the new domain',
+ announcementDescription: 'Please update your bookmark and links',
+ howToMigrateSettings: 'How to migrate settings',
+ close: 'Close',
+ },
} satisfies typeof ja;
diff --git a/src/locales/ja.ts b/src/locales/ja.ts
index 18cc935..9fe55d4 100644
--- a/src/locales/ja.ts
+++ b/src/locales/ja.ts
@@ -185,4 +185,10 @@ export default {
signerUnavailable: '利用にはNIP-07に対応した拡張機能が必要です。',
loginWithSigner: 'NIP-07 拡張機能でログイン',
},
+ domainTransfer: {
+ announcementHead: 'Rabbitは新しいドメインに移りました',
+ announcementDescription: 'ブックマークやリンクの更新をお願いします',
+ howToMigrateSettings: '設定の移行方法について',
+ close: '閉じる',
+ },
};