Skip to content

Commit b95a045

Browse files
fix(frontend): run pnpm build-assets (#14077)
1 parent b269c43 commit b95a045

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

locales/index.d.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -9761,7 +9761,7 @@ export interface Locale extends ILocale {
97619761
"_dataSaver": {
97629762
"_media": {
97639763
/**
9764-
* メディアの読み込み
9764+
* メディアの読み込みを無効化
97659765
*/
97669766
"title": string;
97679767
/**
@@ -9771,7 +9771,7 @@ export interface Locale extends ILocale {
97719771
};
97729772
"_avatar": {
97739773
/**
9774-
* アイコン画像
9774+
* アイコン画像のアニメーションを無効化
97759775
*/
97769776
"title": string;
97779777
/**
@@ -9781,7 +9781,7 @@ export interface Locale extends ILocale {
97819781
};
97829782
"_urlPreview": {
97839783
/**
9784-
* URLプレビューのサムネイル
9784+
* URLプレビューのサムネイルを非表示
97859785
*/
97869786
"title": string;
97879787
/**
@@ -9791,7 +9791,7 @@ export interface Locale extends ILocale {
97919791
};
97929792
"_code": {
97939793
/**
9794-
* コードハイライト
9794+
* コードハイライトを非表示
97959795
*/
97969796
"title": string;
97979797
/**

0 commit comments

Comments
 (0)