1
0
This commit is contained in:
CenTdemeern1
2024-10-21 19:42:53 +02:00
parent 9668d6187c
commit d7244b3c71
4 changed files with 60 additions and 8 deletions
+9
View File
@@ -156,6 +156,15 @@ allowClickingNotifications: "Allow clicking on pop-up notifications"
pinnedOnly: "Pinned"
blockingYou: "Blocking you"
warnExternalUrl: "Show warning when opening external URLs"
_flash:
contentHidden: "Flash Content Hidden"
poweredByRuffle: "Powered by Ruffle."
arbitraryCodeExecutionWarning: "Always be wary of arbitrary code execution!"
failedToLoad: "Flash Content Failed To Load:"
isLoading: "Flash Content Is Loading"
loadingRufflePlayer: "Loading Ruffle player"
loadingFlashFile: "Loading Flash file"
cspError: "raw.esm.sh could not be accessed, meaning this instance's Content Security Policy is likely out of date. Please contact your instance administrators."
_delivery:
stop: "Suspend delivery"
resume: "Resume delivery"
+9
View File
@@ -142,6 +142,15 @@ sensitiveMediaRevealConfirm: "センシティブなメディアです。表示
severAllFollowRelations: "以下の関係をすべて断ち切る"
severAllFollowRelationsConfirm: "すべての人間関係を壊す?これは不可逆です!これは{instanceName}の{followingCount}フォローと{followersCount}フォロワーの関係を壊す!"
severAllFollowRelationsQueued: "キューに入れられた{host}とのすべてのフォロー関係を切断する。"
_flash:
contentHidden: "Flashコンテンツ非表示"
poweredByRuffle: "Powered by Ruffle." # Doesn't need a translation, apparently.
arbitraryCodeExecutionWarning: "任意コード実行にご注意!"
failedToLoad: "Flashコンテンツ読込に失敗"
isLoading: "Flashコンテンツ読込中"
loadingRufflePlayer: "Ruffleプレイヤー読込中"
loadingFlashFile: "Flashファイル読込中"
cspError: "raw.esm.shにアクセスできませんでした。このサーバーのコンテンツセキュリティポリシー(CSP) が廃止されている可能性があり、サーバー管理者に連絡してください。"
_delivery:
stop: "配信停止"
resume: "配信再開"