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;
|
"flip": string;
|
||||||
|
/**
|
||||||
|
* アイコンの後ろに表示
|
||||||
|
*/
|
||||||
|
"showBelowAvatar": string;
|
||||||
/**
|
/**
|
||||||
* アイコンのデコレーションを表示
|
* アイコンのデコレーションを表示
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1277,6 +1277,7 @@ detach: "外す"
|
|||||||
detachAll: "全て外す"
|
detachAll: "全て外す"
|
||||||
angle: "角度"
|
angle: "角度"
|
||||||
flip: "反転"
|
flip: "反転"
|
||||||
|
showBelowAvatar: "アイコンの後ろに表示"
|
||||||
showAvatarDecorations: "アイコンのデコレーションを表示"
|
showAvatarDecorations: "アイコンのデコレーションを表示"
|
||||||
releaseToRefresh: "離してリロード"
|
releaseToRefresh: "離してリロード"
|
||||||
refreshing: "リロード中"
|
refreshing: "リロード中"
|
||||||
|
|||||||
Reference in New Issue
Block a user