enhance(frontend): いくつかの翻訳を調整

This commit is contained in:
syuilo 2025-08-01 16:18:47 +09:00
parent 62f68de800
commit 0cfc910cdc
3 changed files with 15 additions and 14 deletions

View File

@ -12,6 +12,7 @@
- 既存のサーバーで当機能を有効化した場合は、処理量が多くなるため、一時的にストレージ使用量が増加する可能性があります。
- 増加量を抑えるには、最大処理継続時間をデフォルトより短くしてください。
- サーバーの初期設定が完了するまでは連合がオンにならないようになりました
- 日本語における公開範囲名称の「ダイレクト」が「指名」に改称されました
### Client
- Fix: 一部の設定検索結果が存在しないパスになる問題を修正

14
locales/index.d.ts vendored
View File

@ -315,11 +315,11 @@ export interface Locale extends ILocale {
*/
"mention": string;
/**
*
*
*/
"mentions": string;
/**
* 稿
*
*/
"directNotes": string;
/**
@ -6337,7 +6337,7 @@ export interface Locale extends ILocale {
*/
"followers": string;
/**
* 使
*
*/
"direct": string;
/**
@ -6345,7 +6345,7 @@ export interface Locale extends ILocale {
*/
"doNotSendConfidencialOnDirect1": string;
/**
* 稿稿
* 稿
*/
"doNotSendConfidencialOnDirect2": string;
/**
@ -9625,7 +9625,7 @@ export interface Locale extends ILocale {
*/
"followersDescription": string;
/**
*
*
*/
"specified": string;
/**
@ -10514,11 +10514,11 @@ export interface Locale extends ILocale {
*/
"channel": string;
/**
*
*
*/
"mentions": string;
/**
*
*
*/
"direct": string;
/**

View File

@ -74,8 +74,8 @@ youGotNewFollower: "フォローされました"
receiveFollowRequest: "フォローリクエストされました"
followRequestAccepted: "フォローが承認されました"
mention: "メンション"
mentions: "あなた宛て"
directNotes: "ダイレクト投稿"
mentions: "メンション"
directNotes: "指名"
importAndExport: "インポートとエクスポート"
import: "インポート"
export: "エクスポート"
@ -1605,9 +1605,9 @@ _initialTutorial:
public: "すべてのユーザーに公開。"
home: "ホームタイムラインのみに公開。フォロワー・プロフィールを見に来た人・リノートから、他のユーザーも見ることができます。"
followers: "フォロワーにのみ公開。本人以外がリノートすることはできず、またフォロワー以外は閲覧できません。"
direct: "指定したユーザーにのみ公開され、また相手に通知が入ります。ダイレクトメッセージのかわりにお使いいただけます。"
direct: "指定したユーザーにのみ公開され、また相手に通知が入ります。"
doNotSendConfidencialOnDirect1: "機密情報は送信する際は注意してください。"
doNotSendConfidencialOnDirect2: "送信先のサーバーの管理者は投稿内容を見ることが可能なので、信頼できないサーバーのユーザーにダイレクト投稿を送信する場合は、機密情報の扱いに注意が必要です。"
doNotSendConfidencialOnDirect2: "送信先のサーバーの管理者は投稿内容を見ることが可能なので、信頼できないサーバーのユーザーが含まれる限定公開のノートを作成する際は、機密情報の扱いに注意が必要です。"
localOnly: "他のサーバーに投稿を連合しません。上記の公開範囲に関わらず、他のサーバーのユーザーは、この設定がついたノートを直接閲覧することができなくなります。"
_cw:
title: "内容を隠すCW"
@ -2532,7 +2532,7 @@ _visibility:
homeDescription: "ホームタイムラインのみに公開"
followers: "フォロワー"
followersDescription: "自分のフォロワーのみに公開"
specified: "ダイレクト"
specified: "指名"
specifiedDescription: "指定したユーザーのみに公開"
disableFederation: "連合なし"
disableFederationDescription: "他サーバーへの配信を行いません"
@ -2778,8 +2778,8 @@ _deck:
antenna: "アンテナ"
list: "リスト"
channel: "チャンネル"
mentions: "あなた宛て"
direct: "ダイレクト"
mentions: "メンション"
direct: "指名"
roleTimeline: "ロールタイムライン"
chat: "チャット"