fix: update entry action notifications and translations (#836)

This commit is contained in:
Jerry Wong 2024-10-10 11:17:48 +08:00 committed by GitHub
parent 74d801292e
commit 9230cf7175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
28 changed files with 50 additions and 27 deletions

View File

@ -355,7 +355,7 @@ export const useEntryActions = ({
onClick: () => {
if (!populatedEntry.entries.url) return
navigator.clipboard.writeText(populatedEntry.entries.url)
toast(t("entry_actions.link_copied"), {
toast(t("entry_actions.copied_notify", { which: t("words.link") }), {
duration: 1000,
})
},
@ -369,7 +369,7 @@ export const useEntryActions = ({
onClick: () => {
if (!populatedEntry.entries.title) return
navigator.clipboard.writeText(populatedEntry.entries.title)
toast(t("entry_actions.title_copied"), {
toast(t("entry_actions.copied_notify", { which: t("words.title") }), {
duration: 1000,
})
},

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "فشل في الحفظ إلى Eagle.",
"entry_actions.failed_to_save_to_instapaper": "فشل في الحفظ إلى Instapaper.",
"entry_actions.failed_to_save_to_readwise": "فشل في الحفظ إلى Readwise.",
"entry_actions.link_copied": "تم نسخ الرابط إلى الحافظة.",
"entry_actions.mark_as_read": "تحديد كمقروء",
"entry_actions.mark_as_unread": "تحديد كغير مقروء",
"entry_actions.open_in_browser": "فتح في المتصفح",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "فشل في الحفظ إلى Eagle.",
"entry_actions.failed_to_save_to_instapaper": "فشل في الحفظ إلى Instapaper.",
"entry_actions.failed_to_save_to_readwise": "فشل في الحفظ إلى Readwise.",
"entry_actions.link_copied": "تم نسخ الرابط إلى الحافظة.",
"entry_actions.mark_as_read": "تحديد كمقروء",
"entry_actions.mark_as_unread": "تحديد كغير مقروء",
"entry_actions.open_in_browser": "فتح في المتصفح",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "فشل في الحفظ إلى Eagle.",
"entry_actions.failed_to_save_to_instapaper": "فشل في الحفظ إلى Instapaper.",
"entry_actions.failed_to_save_to_readwise": "فشل في الحفظ إلى Readwise.",
"entry_actions.link_copied": "تم نسخ الرابط إلى الحافظة.",
"entry_actions.mark_as_read": "وضع علامة كمقروء",
"entry_actions.mark_as_unread": "وضع علامة كغير مقروء",
"entry_actions.open_in_browser": "فتح في المتصفح",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "فشل الحفظ إلى Eagle.",
"entry_actions.failed_to_save_to_instapaper": "فشل الحفظ إلى Instapaper.",
"entry_actions.failed_to_save_to_readwise": "فشل الحفظ إلى Readwise.",
"entry_actions.link_copied": "تم نسخ الرابط إلى الحافظة.",
"entry_actions.mark_as_read": "وضع علامة كمقروء",
"entry_actions.mark_as_unread": "وضع علامة كغير مقروء",
"entry_actions.open_in_browser": "فتح في المتصفح",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "فشل في الحفظ إلى Eagle.",
"entry_actions.failed_to_save_to_instapaper": "فشل في الحفظ إلى Instapaper.",
"entry_actions.failed_to_save_to_readwise": "فشل في الحفظ إلى Readwise.",
"entry_actions.link_copied": "تم نسخ الرابط إلى الحافظة.",
"entry_actions.mark_as_read": "تحديد كمقروء",
"entry_actions.mark_as_unread": "تحديد كغير مقروء",
"entry_actions.open_in_browser": "فتح في المتصفح",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "فشل في الحفظ إلى Eagle.",
"entry_actions.failed_to_save_to_instapaper": "فشل في الحفظ إلى Instapaper.",
"entry_actions.failed_to_save_to_readwise": "فشل في الحفظ إلى Readwise.",
"entry_actions.link_copied": "تم نسخ الرابط إلى الحافظة.",
"entry_actions.mark_as_read": "وضع علامة كمقروء",
"entry_actions.mark_as_unread": "وضع علامة كغير مقروء",
"entry_actions.open_in_browser": "فتح في المتصفح",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "Speichern in Eagle fehlgeschlagen.",
"entry_actions.failed_to_save_to_instapaper": "Speichern in Instapaper fehlgeschlagen.",
"entry_actions.failed_to_save_to_readwise": "Speichern in Readwise fehlgeschlagen.",
"entry_actions.link_copied": "Link in die Zwischenablage kopiert.",
"entry_actions.mark_as_read": "Als gelesen markieren",
"entry_actions.mark_as_unread": "Als ungelesen markieren",
"entry_actions.open_in_browser": "Im Browser öffnen",

View File

@ -51,12 +51,12 @@
"discover.target.label": "Search for",
"discover.target.lists": "Lists",
"early_access": "Early Access",
"entry_actions.copied_notify": "{{which}} copied to clipboard.",
"entry_actions.copy_link": "Copy link",
"entry_actions.copy_title": "Copy title",
"entry_actions.failed_to_save_to_eagle": "Failed to save to Eagle.",
"entry_actions.failed_to_save_to_instapaper": "Failed to save to Instapaper.",
"entry_actions.failed_to_save_to_readwise": "Failed to save to Readwise.",
"entry_actions.link_copied": "Link copied to clipboard.",
"entry_actions.mark_as_read": "Mark as read",
"entry_actions.mark_as_unread": "Mark as unread",
"entry_actions.open_in_browser": "Open in {{which}}",
@ -71,7 +71,6 @@
"entry_actions.star": "Star",
"entry_actions.starred": "Starred.",
"entry_actions.tip": "Tip",
"entry_actions.title_copied": "Title copied to clipboard.",
"entry_actions.unstar": "Unstar",
"entry_actions.unstarred": "Unstarred.",
"entry_actions.view_source_content": "View source content",
@ -234,7 +233,6 @@
"sync_indicator.disabled": "Due to security reasons, sync is disabled.",
"sync_indicator.offline": "Offline",
"sync_indicator.synced": "Synced with server",
"test": "Mark <which /> as readdddd",
"tip_modal.amount": "Amount",
"tip_modal.claim_feed": "Claim this feed",
"tip_modal.create_wallet": "Create For Free",
@ -273,6 +271,7 @@
"words.inbox": "Inbox",
"words.items": "Items",
"words.language": "Language",
"words.link": "Link",
"words.lists": "Lists",
"words.load_archived_entries": "Load archived entries",
"words.login": "Login",
@ -284,6 +283,7 @@
"words.rsshub": "RSSHub",
"words.search": "Search",
"words.starred": "Starred",
"words.title": "Title",
"words.trending": "Trending",
"words.undo": "Undo",
"words.unread": "Unread",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "Tallennus Eagleen epäonnistui.",
"entry_actions.failed_to_save_to_instapaper": "Tallennus Instapaperiin epäonnistui.",
"entry_actions.failed_to_save_to_readwise": "Tallennus Readwiseen epäonnistui.",
"entry_actions.link_copied": "Linkki kopioitu leikepöydälle.",
"entry_actions.mark_as_read": "Merkitse luetuksi",
"entry_actions.mark_as_unread": "Merkitse lukemattomaksi",
"entry_actions.open_in_browser": "Avaa selaimessa",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "Échec de l'enregistrement sur Eagle.",
"entry_actions.failed_to_save_to_instapaper": "Échec de l'enregistrement sur Instapaper.",
"entry_actions.failed_to_save_to_readwise": "Échec de l'enregistrement sur Readwise.",
"entry_actions.link_copied": "Lien copié dans le presse-papiers.",
"entry_actions.mark_as_read": "Marquer comme lu",
"entry_actions.mark_as_unread": "Marquer comme non lu",
"entry_actions.open_in_browser": "Ouvrir dans le navigateur",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "Salvataggio su Eagle non riuscito.",
"entry_actions.failed_to_save_to_instapaper": "Salvataggio su Instapaper non riuscito.",
"entry_actions.failed_to_save_to_readwise": "Salvataggio su Readwise non riuscito.",
"entry_actions.link_copied": "Link copiato negli appunti.",
"entry_actions.mark_as_read": "Segna come letto",
"entry_actions.mark_as_unread": "Segna come non letto",
"entry_actions.open_in_browser": "Apri nel browser",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "Eagle への保存に失敗しました。",
"entry_actions.failed_to_save_to_instapaper": "Instapaper への保存に失敗しました。",
"entry_actions.failed_to_save_to_readwise": "Readwise への保存に失敗しました。",
"entry_actions.link_copied": "リンクがクリップボードにコピーされました。",
"entry_actions.mark_as_read": "既読にする",
"entry_actions.mark_as_unread": "未読にする",
"entry_actions.open_in_browser": "ブラウザで開く",

View File

@ -32,7 +32,6 @@
"entry_actions.failed_to_save_to_eagle": "Eagle 에 저장하지 못했습니다.",
"entry_actions.failed_to_save_to_instapaper": "Instapaper 에 저장하지 못했습니다.",
"entry_actions.failed_to_save_to_readwise": "Readwise 에 저장하지 못했습니다.",
"entry_actions.link_copied": "링크가 클립보드에 복사되었습니다.",
"entry_actions.mark_as_read": "읽음으로 표시",
"entry_actions.mark_as_unread": "읽지 않음으로 표시",
"entry_actions.open_in_browser": "브라우저에서 열기",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "Eagle への保存に失敗しました。",
"entry_actions.failed_to_save_to_instapaper": "Instapaper への保存に失敗しました。",
"entry_actions.failed_to_save_to_readwise": "Readwise への保存に失敗しました。",
"entry_actions.link_copied": "リンクがクリップボードにコピーされました。",
"entry_actions.mark_as_read": "既読にする",
"entry_actions.mark_as_unread": "未読にする",
"entry_actions.open_in_browser": "ブラウザで開く",

View File

@ -19,7 +19,6 @@
"entry_actions.failed_to_save_to_eagle": "Не удалось сохранить в Eagle.",
"entry_actions.failed_to_save_to_instapaper": "Не удалось сохранить в Instapaper.",
"entry_actions.failed_to_save_to_readwise": "Не удалось сохранить в Readwise.",
"entry_actions.link_copied": "Ссылка скопирована в буфер обмена.",
"entry_actions.mark_as_read": "Отметить как прочитанное",
"entry_actions.mark_as_unread": "Отметить как непрочитанное",
"entry_actions.open_in_browser": "Открыть в браузере",

View File

@ -32,7 +32,6 @@
"entry_actions.failed_to_save_to_eagle": "Eagle'a kaydetme başarısız oldu.",
"entry_actions.failed_to_save_to_instapaper": "Instapaper'a kaydetme başarısız oldu.",
"entry_actions.failed_to_save_to_readwise": "Readwise'a kaydetme başarısız oldu.",
"entry_actions.link_copied": "Bağlantı panoya kopyalandı.",
"entry_actions.mark_as_read": "Okundu olarak işaretle",
"entry_actions.mark_as_unread": "Okunmadı olarak işaretle",
"entry_actions.open_in_browser": "Tarayıcıda aç",

View File

@ -51,12 +51,12 @@
"discover.target.label": "搜索",
"discover.target.lists": "列表",
"early_access": "预览版本",
"entry_actions.copied_notify": "{{which}}已复制到剪贴板",
"entry_actions.copy_link": "复制链接",
"entry_actions.copy_title": "复制标题",
"entry_actions.failed_to_save_to_eagle": "保存到 Eagle 失败",
"entry_actions.failed_to_save_to_instapaper": "保存到 Instapaper 失败",
"entry_actions.failed_to_save_to_readwise": "保存到 Readwise 失败",
"entry_actions.link_copied": "链接已复制到剪贴板",
"entry_actions.mark_as_read": "标记为已读",
"entry_actions.mark_as_unread": "标记为未读",
"entry_actions.open_in_browser": "在{{which}}打开",
@ -71,7 +71,6 @@
"entry_actions.star": "收藏",
"entry_actions.starred": "已收藏",
"entry_actions.tip": "打赏",
"entry_actions.title_copied": "标题已复制到剪贴板",
"entry_actions.unstar": "取消收藏",
"entry_actions.unstarred": "取消收藏",
"entry_actions.view_source_content": "查看原文",
@ -246,6 +245,10 @@
"tip_modal.tip_support": "⭐ 打赏表示支持!",
"tip_modal.tip_title": "打赏 Power",
"tip_modal.unclaimed_feed": "这个订阅源还没有被认证,收到的 Power 将存放在区块链直到源所有者完成认证",
"trending.entry": "热门条目",
"trending.feed": "热门订阅源",
"trending.list": "热门列表",
"trending.user": "热门用户",
"user_button.account": "账号",
"user_button.achievement": "成就",
"user_button.download_desktop_app": "下载客户端",
@ -268,6 +271,7 @@
"words.inbox": "收件箱",
"words.items": "内容",
"words.language": "语言",
"words.link": "链接",
"words.lists": "列表",
"words.load_archived_entries": "加载已归档条目",
"words.login": "登录",
@ -279,6 +283,8 @@
"words.rsshub": "RSSHub",
"words.search": "搜索",
"words.starred": "收藏",
"words.title": "标题",
"words.trending": "热门",
"words.undo": "撤销",
"words.unread": "未读",
"words.user": "用户",

View File

@ -51,11 +51,12 @@
"discover.target.label": "搜尋",
"discover.target.lists": "清單",
"early_access": "提前體驗",
"entry_actions.copied_notify": "{{which}}已複製到剪貼板",
"entry_actions.copy_link": "複製連結",
"entry_actions.copy_title": "複製標題",
"entry_actions.failed_to_save_to_eagle": "無法保存至 Eagle。",
"entry_actions.failed_to_save_to_instapaper": "無法保存至 Instapaper。",
"entry_actions.failed_to_save_to_readwise": "無法保存至 Readwise。",
"entry_actions.link_copied": "連結已複製到剪貼簿。",
"entry_actions.mark_as_read": "標記為已讀",
"entry_actions.mark_as_unread": "標記為未讀",
"entry_actions.open_in_browser": "在{{which}}中開啟",
@ -244,6 +245,10 @@
"tip_modal.tip_support": "⭐ 贊助以顯示你的支持!",
"tip_modal.tip_title": "贊助 Power",
"tip_modal.unclaimed_feed": "目前尚未有人認領此訂閱源。收到的 Power 將安全地保留在區塊鏈合約中,直到被認領為止。",
"trending.entry": "熱門條目",
"trending.feed": "熱門資訊",
"trending.list": "熱門清單",
"trending.user": "熱門用戶",
"user_button.account": "帳戶",
"user_button.achievement": "成就",
"user_button.download_desktop_app": "下載桌面應用",
@ -266,6 +271,7 @@
"words.inbox": "收件箱",
"words.items": "項目",
"words.language": "語言",
"words.link": "連結",
"words.lists": "清單",
"words.load_archived_entries": "加載已存檔的條目",
"words.login": "登入",
@ -277,6 +283,8 @@
"words.rsshub": "RSSHub",
"words.search": "搜尋",
"words.starred": "收藏",
"words.title": "標題",
"words.trending": "熱門",
"words.undo": "撤銷",
"words.unread": "未讀",
"words.user": "用戶",

View File

@ -51,11 +51,12 @@
"discover.target.label": "搜尋",
"discover.target.lists": "列表",
"early_access": "搶先體驗",
"entry_actions.copied_notify": "{{which}}已複製到剪貼簿",
"entry_actions.copy_link": "複製連結",
"entry_actions.copy_title": "複製標題",
"entry_actions.failed_to_save_to_eagle": "無法儲存到 Eagle。",
"entry_actions.failed_to_save_to_instapaper": "無法儲存到 Instapaper。",
"entry_actions.failed_to_save_to_readwise": "無法儲存到 Readwise。",
"entry_actions.link_copied": "連結已複製到剪貼簿。",
"entry_actions.mark_as_read": "標記為已讀",
"entry_actions.mark_as_unread": "標記為未讀",
"entry_actions.open_in_browser": "在{{which}}中打開",
@ -244,6 +245,10 @@
"tip_modal.tip_support": "⭐ 贊助以表示你的支持!",
"tip_modal.tip_title": "贊助 Power",
"tip_modal.unclaimed_feed": "目前尚無人認領此摘要。收到的 Power 將安全地保存在區塊鏈合約中,直到被認領為止。",
"trending.entry": "熱門條目",
"trending.feed": "熱門動態",
"trending.list": "熱門列表",
"trending.user": "熱門用戶",
"user_button.account": "帳戶",
"user_button.achievement": "成就",
"user_button.download_desktop_app": "下載桌面應用程式",
@ -266,6 +271,7 @@
"words.inbox": "收件匣",
"words.items": "內容",
"words.language": "語言",
"words.link": "連結",
"words.lists": "列表",
"words.load_archived_entries": "載入已封存項目",
"words.login": "登入",
@ -277,6 +283,8 @@
"words.rsshub": "RSSHub",
"words.search": "搜尋",
"words.starred": "收藏",
"words.title": "標題",
"words.trending": "熱門",
"words.undo": "撤銷",
"words.unread": "未讀",
"words.user": "使用者",

View File

@ -20,15 +20,15 @@
"words.entry": "條目",
"words.id": "識別碼",
"words.items_one": "項目",
"words.items_other": "多個項目",
"words.items_other": "項目",
"words.local": "本地",
"words.manage": "管理",
"words.record": "記錄",
"words.record_one": "記錄",
"words.record_other": "多筆記錄",
"words.record_other": "記錄",
"words.result": "結果",
"words.result_one": "結果",
"words.result_other": "多筆結果",
"words.result_other": "結果",
"words.submit": "提交",
"words.update": "更新",
"words.which.all": "全部"

View File

@ -26,6 +26,8 @@
"actions.action_card.from": "从",
"actions.action_card.generate_summary": "使用 AI 生成摘要",
"actions.action_card.name": "名称",
"actions.action_card.new_entry_notification": "新条目通知",
"actions.action_card.no_translation": "无翻译",
"actions.action_card.operation_options.contains": "包含",
"actions.action_card.operation_options.does_not_contain": "不包含",
"actions.action_card.operation_options.is_equal_to": "等于",
@ -35,6 +37,7 @@
"actions.action_card.operation_options.matches_regex": "匹配正则表达式",
"actions.action_card.operator": "运算符",
"actions.action_card.rewrite_rules": "重写规则",
"actions.action_card.silence": "静音",
"actions.action_card.then_do": "执行动作",
"actions.action_card.to": "到",
"actions.action_card.translate_into": "翻译成",

View File

@ -26,6 +26,8 @@
"actions.action_card.from": "從",
"actions.action_card.generate_summary": "使用 AI 生成摘要",
"actions.action_card.name": "名稱",
"actions.action_card.new_entry_notification": "新條目通知",
"actions.action_card.no_translation": "無翻譯",
"actions.action_card.operation_options.contains": "包含",
"actions.action_card.operation_options.does_not_contain": "不包含",
"actions.action_card.operation_options.is_equal_to": "等於",
@ -35,6 +37,7 @@
"actions.action_card.operation_options.matches_regex": "符合正則表達式",
"actions.action_card.operator": "運算子",
"actions.action_card.rewrite_rules": "改寫規則",
"actions.action_card.silence": "靜音",
"actions.action_card.then_do": "然後執行…",
"actions.action_card.to": "到",
"actions.action_card.translate_into": "翻譯成",

View File

@ -26,6 +26,8 @@
"actions.action_card.from": "從",
"actions.action_card.generate_summary": "使用 AI 生成摘要",
"actions.action_card.name": "名稱",
"actions.action_card.new_entry_notification": "新條目通知",
"actions.action_card.no_translation": "無翻譯",
"actions.action_card.operation_options.contains": "包含",
"actions.action_card.operation_options.does_not_contain": "不包含",
"actions.action_card.operation_options.is_equal_to": "等於",
@ -35,6 +37,7 @@
"actions.action_card.operation_options.matches_regex": "符合正規表達式",
"actions.action_card.operator": "運算子",
"actions.action_card.rewrite_rules": "重寫規則",
"actions.action_card.silence": "靜音",
"actions.action_card.then_do": "然後執行…",
"actions.action_card.to": "到",
"actions.action_card.translate_into": "翻譯成",

View File

@ -6,6 +6,7 @@
"keys.entries.refetch": "Refetch",
"keys.entries.toggleUnreadOnly": "Toggle Unread Only",
"keys.entry.copyLink": "Copy Link",
"keys.entry.copyTitle": "Copy Title",
"keys.entry.openInBrowser": "Open in Browser",
"keys.entry.openInNewTab": "Open in New Tab",
"keys.entry.scrollDown": "Scroll Down",

View File

@ -6,6 +6,7 @@
"keys.entries.refetch": "刷新",
"keys.entries.toggleUnreadOnly": "切换仅未读",
"keys.entry.copyLink": "复制链接",
"keys.entry.copyTitle": "复制标题",
"keys.entry.openInBrowser": "在浏览器打开",
"keys.entry.openInNewTab": "在新的标签页打开",
"keys.entry.scrollDown": "向下滚动",
@ -20,6 +21,7 @@
"keys.feeds.switchToView": "切换到指定类型",
"keys.layout.showShortcuts": "显示/隐藏快捷键",
"keys.layout.toggleSidebar": "显示/隐藏侧边栏",
"keys.layout.toggleWideMode": "切换宽屏模式",
"keys.type.audio": "音频",
"keys.type.entries": "条目列表",
"keys.type.entry": "条目",

View File

@ -6,6 +6,7 @@
"keys.entries.refetch": "重新抓取",
"keys.entries.toggleUnreadOnly": "切換僅顯示未讀",
"keys.entry.copyLink": "複製連結",
"keys.entry.copyTitle": "複製標題",
"keys.entry.openInBrowser": "在瀏覽器中開啟",
"keys.entry.openInNewTab": "在新分頁中開啟",
"keys.entry.scrollDown": "向下滾動",
@ -20,6 +21,7 @@
"keys.feeds.switchToView": "切換到視圖",
"keys.layout.showShortcuts": "顯示/隱藏快捷鍵",
"keys.layout.toggleSidebar": "顯示/隱藏訂閱側邊欄",
"keys.layout.toggleWideMode": "切換寬屏模式",
"keys.type.audio": "音頻",
"keys.type.entries": "條目列表",
"keys.type.entry": "條目",

View File

@ -6,6 +6,7 @@
"keys.entries.refetch": "重新獲取",
"keys.entries.toggleUnreadOnly": "切換僅顯示未讀",
"keys.entry.copyLink": "複製連結",
"keys.entry.copyTitle": "複製標題",
"keys.entry.openInBrowser": "在瀏覽器中打開",
"keys.entry.openInNewTab": "在新分頁中打開",
"keys.entry.scrollDown": "向下捲動",
@ -20,6 +21,7 @@
"keys.feeds.switchToView": "切換到視圖",
"keys.layout.showShortcuts": "顯示/隱藏快捷鍵",
"keys.layout.toggleSidebar": "顯示/隱藏摘要側邊欄",
"keys.layout.toggleWideMode": "切換寬屏模式",
"keys.type.audio": "音頻",
"keys.type.entries": "條目列表",
"keys.type.entry": "條目",