update translation
Some checks failed
Lint / pnpm_install (pull_request) Failing after 35s
Lint / lint (backend) (pull_request) Has been skipped
Lint / lint (frontend) (pull_request) Has been skipped
Lint / lint (misskey-js) (pull_request) Has been skipped
Lint / lint (sw) (pull_request) Has been skipped
Lint / typecheck (backend) (pull_request) Has been skipped
Lint / typecheck (misskey-js) (pull_request) Has been skipped
Test (production install and build) / production (22.x) (pull_request) Successful in 1m36s
Test (frontend) / vitest (22.x) (pull_request) Successful in 2m32s
Some checks failed
Lint / pnpm_install (pull_request) Failing after 35s
Lint / lint (backend) (pull_request) Has been skipped
Lint / lint (frontend) (pull_request) Has been skipped
Lint / lint (misskey-js) (pull_request) Has been skipped
Lint / lint (sw) (pull_request) Has been skipped
Lint / typecheck (backend) (pull_request) Has been skipped
Lint / typecheck (misskey-js) (pull_request) Has been skipped
Test (production install and build) / production (22.x) (pull_request) Successful in 1m36s
Test (frontend) / vitest (22.x) (pull_request) Successful in 2m32s
This commit is contained in:
parent
a386cf7349
commit
e9cf1c9923
3 changed files with 3 additions and 3 deletions
|
|
@ -1323,7 +1323,7 @@ keepOriginalFilenameDescription: "If you turn off this setting, files names will
|
|||
noDescription: "There is not the explanation"
|
||||
alwaysConfirmFollow: "Always confirm when following"
|
||||
defaultCw: "Default CW"
|
||||
defaultCwDesc: "When making a new post this cw will be auto applied"
|
||||
defaultCwDesc: "When making a new post this cw will be auto applied. When replying to a post with a CW that CW will be used instead."
|
||||
inquiry: "Contact"
|
||||
tryAgain: "Please try again later"
|
||||
confirmWhenRevealingSensitiveMedia: "Confirm when revealing sensitive media"
|
||||
|
|
|
|||
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
|
@ -5297,7 +5297,7 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"defaultCw": string;
|
||||
/**
|
||||
* 新しい投稿をすると、このCWが自動的に適用されます。
|
||||
* 新しい投稿をするとき、このCWは自動的に適用されます。CWを持つ投稿に返信する場合、そのCWが代わりに使われます。
|
||||
*/
|
||||
"defaultCwDesc": string;
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1319,7 +1319,7 @@ keepOriginalFilenameDescription: "この設定をオフにすると、アップ
|
|||
noDescription: "説明文はありません"
|
||||
alwaysConfirmFollow: "フォローの際常に確認する"
|
||||
defaultCw: "デフォルトCW"
|
||||
defaultCwDesc: "新しい投稿をすると、このCWが自動的に適用されます。"
|
||||
defaultCwDesc: "新しい投稿をするとき、このCWは自動的に適用されます。CWを持つ投稿に返信する場合、そのCWが代わりに使われます。"
|
||||
inquiry: "お問い合わせ"
|
||||
tryAgain: "もう一度お試しください。"
|
||||
confirmWhenRevealingSensitiveMedia: "センシティブなメディアを表示するとき確認する"
|
||||
|
|
|
|||
Loading…
Reference in a new issue