Add JP localization for Show Below Avatar
(cherry picked from commit 25e90f9c071fc6de07fb50f4adce96f7de1f354f)
This commit is contained in:
parent
0f08b74835
commit
f3d83c48f7
|
@ -4918,6 +4918,10 @@ export interface Locale extends ILocale {
|
|||
* 反転
|
||||
*/
|
||||
"flip": string;
|
||||
/**
|
||||
* アイコンの後ろに表示
|
||||
*/
|
||||
"showBelowAvatar": string;
|
||||
/**
|
||||
* アイコンのデコレーションを表示
|
||||
*/
|
||||
|
|
|
@ -1225,6 +1225,7 @@ detach: "外す"
|
|||
detachAll: "全て外す"
|
||||
angle: "角度"
|
||||
flip: "反転"
|
||||
showBelowAvatar: "アイコンの後ろに表示"
|
||||
showAvatarDecorations: "アイコンのデコレーションを表示"
|
||||
releaseToRefresh: "離してリロード"
|
||||
refreshing: "リロード中"
|
||||
|
|
Loading…
Reference in New Issue