feat: favorite relays (#250)

This commit is contained in:
Cody Tseng
2025-04-05 15:31:34 +08:00
committed by GitHub
parent fab9ff88b5
commit c739d9d28c
63 changed files with 1081 additions and 982 deletions

View File

@@ -75,7 +75,6 @@ export default {
Search: '検索',
'The relays you are connected to do not support search':
'接続しているリレイは検索をサポートしていません',
'supports search': '検索対応',
'Show more...': 'さらに表示...',
'All users': '全ユーザー',
'Display replies': '返信を表示',
@@ -117,14 +116,6 @@ export default {
'R & W': '読&書',
Read: '読む',
Write: '書く',
'Push to relays': 'リレイへプッシュ',
'Push Successful': 'プッシュ成功',
'Successfully pushed relay sets to relays': 'リレイセットをリレイへ正常にプッシュしました',
'Pull from relays': 'リレイからプル',
'Select the relay sets you want to pull': 'プルするリレイセットを選択',
'No relay sets found': 'リレイセットが見つかりません',
'Pull n relay sets': '{{n}} 個のリレイセットをプル',
Pull: 'プル',
'Select all': 'すべて選択',
'Relay Sets': 'リレイセット',
'Read & Write Relays': '読み&書きリレイ',
@@ -211,6 +202,8 @@ export default {
'Seen on': '見た',
'Temporarily display this reply': 'この返信を一時的に表示',
'Not found the note': 'ノートが見つかりません',
'no more replies': 'これ以上の返信はありません'
'no more replies': 'これ以上の返信はありません',
'Relay sets': 'リレイセット',
'Favorite Relays': 'お気に入りのリレイ'
}
}