feat: export clips (#12931)

* feat: export clips

* Update CHANGELOG.md
This commit is contained in:
Kagami Sascha Rosylight 2024-01-07 02:35:58 +01:00 committed by GitHub
parent f2dee7b25e
commit 2a9db983fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 473 additions and 2 deletions

1
locales/index.d.ts vendored
View file

@ -2256,6 +2256,7 @@ export interface Locale {
"_exportOrImport": {
"allNotes": string;
"favoritedNotes": string;
"clips": string;
"followingList": string;
"muteList": string;
"blockingList": string;

View file

@ -2159,6 +2159,7 @@ _profile:
_exportOrImport:
allNotes: "全てのノート"
favoritedNotes: "お気に入りにしたノート"
clips: "クリップ"
followingList: "フォロー"
muteList: "ミュート"
blockingList: "ブロック"