diff options
| author | Moondragon85 <42060641+Moondragon85@users.noreply.github.com> | 2025-12-27 12:52:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-27 11:52:37 +0000 |
| commit | 93630ce88dcb07bcdf7445185fe20612a5c22b7b (patch) | |
| tree | 888cefced37ae1a136c322daf65e03d55cbc07c5 /apps/web/lib/i18n/locales/ja/translation.json | |
| parent | 267db791290f4f539d7bda113992e3d1690b0e8b (diff) | |
| download | karakeep-93630ce88dcb07bcdf7445185fe20612a5c22b7b.tar.zst | |
feat: add Matter import support (#2245)
* Matter import
* use zod
* fix date parsing
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
Diffstat (limited to 'apps/web/lib/i18n/locales/ja/translation.json')
| -rw-r--r-- | apps/web/lib/i18n/locales/ja/translation.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/ja/translation.json b/apps/web/lib/i18n/locales/ja/translation.json index b6c350e2..c1f8a1a7 100644 --- a/apps/web/lib/i18n/locales/ja/translation.json +++ b/apps/web/lib/i18n/locales/ja/translation.json @@ -217,6 +217,7 @@ "import_bookmarks_from_karakeep_export": "Karakeep エクスポートからブックマークをインポート", "imported_bookmarks": "インポートされたブックマーク", "import_bookmarks_from_pocket_export": "Pocketのエクスポートからブックマークをインポート", + "import_bookmarks_from_matter_export": "Matterのエクスポートからブックマークをインポート", "import_bookmarks_from_omnivore_export": "Omnivoreエクスポートからブックマークをインポート", "export_links_and_notes": "リンクとメモをエクスポートする", "import_export": "インポート/エクスポート", |
