Merge pull request #26 from lvpq/yami

locale-fix?
This commit is contained in:
ひたりん 2024-09-28 19:27:52 +09:00 committed by hijiki
parent 455cce801d
commit 927111fc0d
2 changed files with 7 additions and 2 deletions

6
locales/index.d.ts vendored
View File

@ -4114,6 +4114,10 @@ export interface Locale extends ILocale {
*/ */
"beta": string; "beta": string;
/** /**
*
*/
"originalFeature": string;
/**
* *
*/ */
"enableAutoSensitive": string; "enableAutoSensitive": string;
@ -5266,7 +5270,7 @@ export interface Locale extends ILocale {
*/ */
"gameRetry": string; "gameRetry": string;
/** /**
* *
*/ */
"scheduledNoteDelete": string; "scheduledNoteDelete": string;
/** /**

View File

@ -1024,6 +1024,7 @@ cannotUploadBecauseInappropriate: "不適切な内容を含む可能性がある
cannotUploadBecauseNoFreeSpace: "ドライブの空き容量が無いためアップロードできません。" cannotUploadBecauseNoFreeSpace: "ドライブの空き容量が無いためアップロードできません。"
cannotUploadBecauseExceedsFileSizeLimit: "ファイルサイズの制限を超えているためアップロードできません。" cannotUploadBecauseExceedsFileSizeLimit: "ファイルサイズの制限を超えているためアップロードできません。"
beta: "ベータ" beta: "ベータ"
originalFeature: "独自機能"
enableAutoSensitive: "自動センシティブ判定" enableAutoSensitive: "自動センシティブ判定"
enableAutoSensitiveDescription: "利用可能な場合は、機械学習を利用して自動でメディアにセンシティブフラグを設定します。この機能をオフにしても、サーバーによっては自動で設定されることがあります。" enableAutoSensitiveDescription: "利用可能な場合は、機械学習を利用して自動でメディアにセンシティブフラグを設定します。この機能をオフにしても、サーバーによっては自動で設定されることがあります。"
activeEmailValidationDescription: "ユーザーのメールアドレスのバリデーションを、捨てアドかどうかや実際に通信可能かどうかなどを判定しより積極的に行います。オフにすると単に文字列として正しいかどうかのみチェックされます。" activeEmailValidationDescription: "ユーザーのメールアドレスのバリデーションを、捨てアドかどうかや実際に通信可能かどうかなどを判定しより積極的に行います。オフにすると単に文字列として正しいかどうかのみチェックされます。"
@ -1337,7 +1338,7 @@ _delivery:
manuallySuspended: "手動停止中" manuallySuspended: "手動停止中"
goneSuspended: "サーバー削除のため停止中" goneSuspended: "サーバー削除のため停止中"
autoSuspendedForNotResponding: "サーバー応答なしのため停止中" autoSuspendedForNotResponding: "サーバー応答なしのため停止中"
scheduledNoteDelete: "すぐ消す" scheduledNoteDelete: "時限爆弾"
noteDeletationAt: "このノートは{time}に削除されます" noteDeletationAt: "このノートは{time}に削除されます"
_bubbleGame: _bubbleGame: