Add JP localization for Show Below Avatar
This commit is contained in:
parent
cb264dae75
commit
25e90f9c07
2 changed files with 5 additions and 0 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -5125,6 +5125,10 @@ export interface Locale extends ILocale {
|
|||
* 反転
|
||||
*/
|
||||
"flip": string;
|
||||
/**
|
||||
* アイコンの後ろに表示
|
||||
*/
|
||||
"showBelowAvatar": string;
|
||||
/**
|
||||
* アイコンのデコレーションを表示
|
||||
*/
|
||||
|
|
|
@ -1277,6 +1277,7 @@ detach: "外す"
|
|||
detachAll: "全て外す"
|
||||
angle: "角度"
|
||||
flip: "反転"
|
||||
showBelowAvatar: "アイコンの後ろに表示"
|
||||
showAvatarDecorations: "アイコンのデコレーションを表示"
|
||||
releaseToRefresh: "離してリロード"
|
||||
refreshing: "リロード中"
|
||||
|
|
Loading…
Reference in a new issue