diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-31 16:40:44 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-31 16:40:44 +0900 |
| commit | 888e04ce82bbd92caebeeae76112731a4b7fb19a (patch) | |
| tree | fd3d8795015b9b4ceded13e1fc7b64e907957c3c /locales | |
| parent | Bump version to 2025.3.2-beta.19 (diff) | |
| download | sharkey-888e04ce82bbd92caebeeae76112731a4b7fb19a.tar.gz sharkey-888e04ce82bbd92caebeeae76112731a4b7fb19a.tar.bz2 sharkey-888e04ce82bbd92caebeeae76112731a4b7fb19a.zip | |
fix(frontend): tweak deck onboarding
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 2 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 3645639305..bb1b598e51 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -10142,7 +10142,7 @@ export interface Locale extends ILocale { */ "introduction": string; /** - * 画面の右にある + を押して、いつでもカラムを追加できます。 + * カラムを追加するには、画面の + をクリックします。 */ "introduction2": string; /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 0e20001d6b..4a8af14ee2 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2681,7 +2681,7 @@ _deck: newProfile: "新規プロファイル" deleteProfile: "プロファイルを削除" introduction: "カラムを組み合わせて自分だけのインターフェイスを作りましょう!" - introduction2: "画面の右にある + を押して、いつでもカラムを追加できます。" + introduction2: "カラムを追加するには、画面の + をクリックします。" widgetsIntroduction: "カラムのメニューから、「ウィジェットの編集」を選択してウィジェットを追加してください" useSimpleUiForNonRootPages: "非ルートページは簡易UIで表示" usedAsMinWidthWhenFlexible: "「幅を自動調整」が有効の場合、これが幅の最小値となります" |