Add JP localization for Show Below Avatar
This commit is contained in:
Vendored
+4
@@ -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: "リロード中"
|
||||
|
||||
Reference in New Issue
Block a user