enhance(frontend): リファクタリングなど
This commit is contained in:
parent
3784b39a5f
commit
3ff229af6f
13 changed files with 64 additions and 23 deletions
12
locales/index.d.ts
vendored
12
locales/index.d.ts
vendored
|
|
@ -4824,6 +4824,9 @@ export interface Locale extends ILocale {
|
|||
* タイトルへ
|
||||
*/
|
||||
"backToTitle": string;
|
||||
/**
|
||||
* お住まいの地域
|
||||
*/
|
||||
"hemisphere": string;
|
||||
/**
|
||||
* センシティブなファイルを含むノートを表示
|
||||
|
|
@ -9422,8 +9425,17 @@ export interface Locale extends ILocale {
|
|||
};
|
||||
};
|
||||
"_hemisphere": {
|
||||
/**
|
||||
* 北半球
|
||||
*/
|
||||
"N": string;
|
||||
/**
|
||||
* 南半球
|
||||
*/
|
||||
"S": string;
|
||||
/**
|
||||
* 一部のクライアント設定で、季節を判定するために使用します。
|
||||
*/
|
||||
"caption": string;
|
||||
};
|
||||
"_reversi": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue