Merge tag '2024.5.0' into future-2024-05-31

This commit is contained in:
dakkar 2024-05-31 19:34:56 +01:00
commit 3f76cfe9a6
5 changed files with 16 additions and 11 deletions

4
locales/index.d.ts vendored
View file

@ -3436,6 +3436,10 @@ export interface Locale extends ILocale {
*
*/
"noMaintainerInformationWarning": string;
/**
* URLが設定されていません
*/
"noInquiryUrlWarning": string;
/**
* Botプロテクションが設定されていません
*/

View file

@ -855,6 +855,7 @@ administration: "管理"
accounts: "アカウント"
switch: "切り替え"
noMaintainerInformationWarning: "管理者情報が設定されていません。"
noInquiryUrlWarning: "問い合わせ先URLが設定されていません。"
noBotProtectionWarning: "Botプロテクションが設定されていません。"
configure: "設定する"
postToGallery: "ギャラリーへ投稿"