diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-02 10:09:25 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-02 10:09:25 +0900 |
| commit | a5f9eba974849fa2fcbad4814d509b04c963ef23 (patch) | |
| tree | 7a6864aff85d8877c9c293e2d647219e99039607 /locales | |
| parent | Bump version to 2025.4.0-beta.0 (diff) | |
| download | sharkey-a5f9eba974849fa2fcbad4814d509b04c963ef23.tar.gz sharkey-a5f9eba974849fa2fcbad4814d509b04c963ef23.tar.bz2 sharkey-a5f9eba974849fa2fcbad4814d509b04c963ef23.zip | |
enhance(frontend): インストールしたテーマをデバイス間で同期できるように
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 2c64a6d373..177c9685a1 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5662,6 +5662,10 @@ export interface Locale extends ILocale { * オフのとき */ "ifOff": string; + /** + * デバイス間でインストールしたテーマを同期 + */ + "enableSyncThemesBetweenDevices": string; "_chat": { /** * 送信者の名前を表示 diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 322506965c..483ece655d 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1416,6 +1416,7 @@ _settings: showNavbarSubButtons: "ナビゲーションバーに副ボタンを表示" ifOn: "オンのとき" ifOff: "オフのとき" + enableSyncThemesBetweenDevices: "デバイス間でインストールしたテーマを同期" _chat: showSenderName: "送信者の名前を表示" |