enhance(frontend): make deck profiles syncable
This commit is contained in:
parent
a06b9eefaa
commit
4a73feb041
4 changed files with 41 additions and 11 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -9848,6 +9848,10 @@ export interface Locale extends ILocale {
|
|||
* 幅を自動調整
|
||||
*/
|
||||
"flexible": string;
|
||||
/**
|
||||
* プロファイル情報のデバイス間同期を有効にする
|
||||
*/
|
||||
"enableSyncBetweenDevicesForProfiles": string;
|
||||
"_columns": {
|
||||
/**
|
||||
* メイン
|
||||
|
|
|
|||
|
|
@ -2603,6 +2603,7 @@ _deck:
|
|||
useSimpleUiForNonRootPages: "非ルートページは簡易UIで表示"
|
||||
usedAsMinWidthWhenFlexible: "「幅を自動調整」が有効の場合、これが幅の最小値となります"
|
||||
flexible: "幅を自動調整"
|
||||
enableSyncBetweenDevicesForProfiles: "プロファイル情報のデバイス間同期を有効にする"
|
||||
|
||||
_columns:
|
||||
main: "メイン"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue