1
0

Merge remote-tracking branch 'misskey/release/2024.5.0' into future

This commit is contained in:
dakkar
2024-05-31 12:26:07 +01:00
181 changed files with 4057 additions and 891 deletions
+70 -6
View File
@@ -464,6 +464,10 @@ export interface Locale extends ILocale {
* ブースト解除しました。
*/
"rmboost": string;
/**
* {name} にリノートしました。
*/
"renotedToX": ParameterizedString<"name">;
/**
* この投稿はブーストできません。
*/
@@ -484,6 +488,14 @@ export interface Locale extends ILocale {
* チャンネル内引用
*/
"inChannelQuote": string;
/**
* チャンネルにリノート
*/
"renoteToChannel": string;
/**
* 他のチャンネルにリノート
*/
"renoteToOtherChannel": string;
/**
* ピン留めされたノート
*/
@@ -945,7 +957,7 @@ export interface Locale extends ILocale {
*/
"silencedInstances": string;
/**
* サイレンスしたいインスタンスのホストを改行で区切って設定します。サイレンスされたインスタンスに所属するアカウントはすべて「サイレンス」として扱われ、フォローがすべてリクエストになり、フォロワーでないローカルアカウントにはメンションできなくなります。ブロックしたインスタンスには影響しません。
* サイレンスしたいサーバーのホストを改行で区切って設定します。サイレンスされたサーバーに所属するアカウントはすべて「サイレンス」として扱われ、フォローがすべてリクエストになります。ブロックしたインスタンスには影響しません。
*/
"silencedInstancesDescription": string;
/**
@@ -1308,6 +1320,10 @@ export interface Locale extends ILocale {
* フォルダーを選択
*/
"selectFolders": string;
/**
* ファイルが選択されていません
*/
"fileNotSelected": string;
/**
* ファイル名を変更
*/
@@ -1940,6 +1956,10 @@ export interface Locale extends ILocale {
* 引用として添付しますか?
*/
"quoteQuestion": string;
/**
* クリップボードのテキストが長いです。テキストファイルとして添付しますか?
*/
"attachAsFileQuestion": string;
/**
* まだチャットはありません
*/
@@ -4246,7 +4266,7 @@ export interface Locale extends ILocale {
*/
"thisPostIsMissingAltText": string;
/**
* 見たことのあるブーストを省略して表示
* ブーストのスマート省略
*/
"collapseRenotes": string;
/**
@@ -4257,6 +4277,10 @@ export interface Locale extends ILocale {
* 返信に会話を読み込む
*/
"autoloadConversation": string;
/**
* リアクションやリノートをしたことがあるノートをたたんで表示します。
*/
"collapseRenotesDescription": string;
/**
* サーバー内部エラー
*/
@@ -5153,6 +5177,38 @@ export interface Locale extends ILocale {
* お問い合わせ
*/
"inquiry": string;
"_delivery": {
/**
* 配信状態
*/
"status": string;
/**
* 配信停止
*/
"stop": string;
/**
* 配信再開
*/
"resume": string;
"_type": {
/**
* 配信中
*/
"none": string;
/**
* 手動停止中
*/
"manuallySuspended": string;
/**
* サーバー削除のため停止中
*/
"goneSuspended": string;
/**
* サーバー応答なしのため停止中
*/
"autoSuspendedForNotResponding": string;
};
};
"_bubbleGame": {
/**
* 遊び方
@@ -5612,6 +5668,14 @@ export interface Locale extends ILocale {
* 有効にすると、タイムラインがキャッシュされていない場合にDBへ追加で問い合わせを行うフォールバック処理を行います。無効にすると、フォールバック処理を行わないことでさらにサーバーの負荷を軽減することができますが、タイムラインが取得できる範囲に制限が生じます。
*/
"fanoutTimelineDbFallbackDescription": string;
/**
* 問い合わせ先URL
*/
"inquiryUrl": string;
/**
* サーバー運営者へのお問い合わせフォームのURLや、運営者の連絡先等が記載されたWebページのURLを指定します。
*/
"inquiryUrlDescription": string;
};
"_accountMigration": {
/**
@@ -8112,10 +8176,6 @@ export interface Locale extends ILocale {
* ユーザーのプライベートな情報を見る
*/
"read:admin:show-user": string;
/**
* ユーザーのプライベートな情報を見る
*/
"read:admin:show-users": string;
/**
* ユーザーを凍結する
*/
@@ -9352,6 +9412,10 @@ export interface Locale extends ILocale {
* カラムを追加
*/
"addColumn": string;
/**
* 新着ノート通知の設定
*/
"newNoteNotificationSettings": string;
/**
* カラムの設定
*/