Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Oct 12, 2024
1 parent 4515341 commit d967646
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5171,7 +5171,7 @@ export interface Locale extends ILocale {
*/
"testCaptchaWarning": string;
/**
* 禁止するユーザー名に含まれる文字列
* 禁止ワード(ユーザー名)
*/
"prohibitedPartialScreenNames": string;
/**
Expand All @@ -5183,7 +5183,7 @@ export interface Locale extends ILocale {
*/
"screenNameContainsProhibitedWords": string;
/**
* 名前に禁止されている文字列が含まれています。本名である等の理由でこの名前を使用したい場合は、サーバー管理者にお問い合わせください。
* 名前に禁止されている文字列が含まれています。この名前を使用したい場合は、サーバー管理者にお問い合わせください。
*/
"screenNameContainsProhibitedWordsDescription": string;
"_abuseUserReport": {
Expand Down
4 changes: 2 additions & 2 deletions locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1288,10 +1288,10 @@ passkeyVerificationSucceededButPasswordlessLoginDisabled: "パスキーの検証
messageToFollower: "フォロワーへのメッセージ"
target: "対象"
testCaptchaWarning: "CAPTCHAのテストを目的とした機能です。<strong>本番環境で使用しないでください。</strong>"
prohibitedPartialScreenNames: "禁止するユーザー名に含まれる文字列"
prohibitedPartialScreenNames: "禁止ワード(ユーザー名)"
prohibitedPartialScreenNamesDescription: "ユーザー名に含まれる文字列がこのリストに含まれる場合、そのユーザー名は使用できません。"
screenNameContainsProhibitedWords: "変更しようとした名前に禁止された文字列が含まれています"
screenNameContainsProhibitedWordsDescription: "名前に禁止されている文字列が含まれています。本名である等の理由でこの名前を使用したい場合は、サーバー管理者にお問い合わせください。"
screenNameContainsProhibitedWordsDescription: "名前に禁止されている文字列が含まれています。この名前を使用したい場合は、サーバー管理者にお問い合わせください。"

_abuseUserReport:
forward: "転送"
Expand Down

0 comments on commit d967646

Please sign in to comment.