mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 18:48:31 +01:00
ギャラリー(ノート)の名称変更
This commit is contained in:
parent
def3130e91
commit
af45c2bded
2 changed files with 2 additions and 2 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -3471,7 +3471,7 @@ export interface Locale extends ILocale {
|
||||||
*/
|
*/
|
||||||
"gallery": string;
|
"gallery": string;
|
||||||
/**
|
/**
|
||||||
* ギャラリー(ノート)
|
* メディア
|
||||||
*/
|
*/
|
||||||
"galleryFromPosts": string;
|
"galleryFromPosts": string;
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -863,7 +863,7 @@ configure: "設定する"
|
||||||
postToGallery: "ギャラリーへ投稿"
|
postToGallery: "ギャラリーへ投稿"
|
||||||
postToHashtag: "このハッシュタグで投稿"
|
postToHashtag: "このハッシュタグで投稿"
|
||||||
gallery: "ギャラリー"
|
gallery: "ギャラリー"
|
||||||
galleryFromPosts: "ギャラリー(ノート)"
|
galleryFromPosts: "メディア"
|
||||||
recentPosts: "最近の投稿"
|
recentPosts: "最近の投稿"
|
||||||
popularPosts: "人気の投稿"
|
popularPosts: "人気の投稿"
|
||||||
shareWithNote: "ノートで共有"
|
shareWithNote: "ノートで共有"
|
||||||
|
|
Loading…
Reference in a new issue