diff options
| author | dakkar <dakkar@thenautilus.net> | 2025-04-14 16:05:37 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2025-04-14 16:05:37 +0100 |
| commit | fc8f06f764c8bafb5cf5002ff69cbe806e3355c3 (patch) | |
| tree | 23318787544e89fc2313fef56736bd144dccaa65 | |
| parent | move "request data export" from "other" to "accont data" (diff) | |
| download | sharkey-fc8f06f764c8bafb5cf5002ff69cbe806e3355c3.tar.gz sharkey-fc8f06f764c8bafb5cf5002ff69cbe806e3355c3.tar.bz2 sharkey-fc8f06f764c8bafb5cf5002ff69cbe806e3355c3.zip | |
regen `locales/index.d.ts`
| -rw-r--r-- | locales/index.d.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 21de920e89..d77c4137c3 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1399,7 +1399,7 @@ export interface Locale extends ILocale { */ "inputNewFileName": string; /** - * Enter new alt text + * 新しいキャプションを入力してください */ "inputNewDescription": string; /** @@ -2595,11 +2595,11 @@ export interface Locale extends ILocale { */ "description": string; /** - * Add alt text + * キャプションを付ける */ "describeFile": string; /** - * Enter alt text + * キャプションを入力 */ "enterFileDescription": string; /** @@ -4080,7 +4080,7 @@ export interface Locale extends ILocale { */ "windowRestore": string; /** - * Alt text + * キャプション */ "caption": string; /** |