1
0

Merge branch 'develop' into feature/2024.9.0

This commit is contained in:
dakkar
2024-10-11 10:10:16 +01:00
10 changed files with 102 additions and 62 deletions
+3 -1
View File
@@ -121,6 +121,7 @@ inChannelQuote: "Channel-only Quote"
renoteToChannel: "Renote to channel"
renoteToOtherChannel: "Renote to other channel"
pinnedNote: "Pinned note"
pinnedOnly: "Pinned"
pinned: "Pin to profile"
you: "You"
clickToShow: "Click to show"
@@ -1268,7 +1269,8 @@ alwaysConfirmFollow: "Always confirm when following"
inquiry: "Contact"
tryAgain: "Please try again later"
confirmWhenRevealingSensitiveMedia: "Confirm when revealing sensitive media"
sensitiveMediaRevealConfirm: "This might be a sensitive media. Are you sure to reveal?"
sensitiveMediaRevealConfirm: "This media might be sensitive. Are you sure you want to reveal it?"
warnExternalUrl: "Show warning when opening external URLs"
createdLists: "Created lists"
createdAntennas: "Created antennas"
fromX: "From {x}"
+8
View File
@@ -502,6 +502,10 @@ export interface Locale extends ILocale {
*
*/
"pinnedNote": string;
/**
* Pinned
*/
"pinnedOnly": string;
/**
*
*/
@@ -5103,6 +5107,10 @@ export interface Locale extends ILocale {
* This media might be sensitive. Are you sure you want to reveal it?
*/
"sensitiveMediaRevealConfirm": string;
/**
* URLを開く際に警告を表示する
*/
"warnExternalUrl": string;
/**
*
*/
+2
View File
@@ -121,6 +121,7 @@ inChannelQuote: "チャンネル内引用"
renoteToChannel: "チャンネルにリノート"
renoteToOtherChannel: "他のチャンネルにリノート"
pinnedNote: "ピン留めされたノート"
pinnedOnly: "Pinned"
pinned: "ピン留め"
you: "あなた"
clickToShow: "クリックして表示"
@@ -1271,6 +1272,7 @@ inquiry: "お問い合わせ"
tryAgain: "もう一度お試しください。"
confirmWhenRevealingSensitiveMedia: "センシティブなメディアを表示するとき確認する"
sensitiveMediaRevealConfirm: "センシティブなメディアです。表示しますか?"
warnExternalUrl: "外部URLを開く際に警告を表示する"
createdLists: "作成したリスト"
createdAntennas: "作成したアンテナ"
fromX: "{x}から"