Update localization files + references (#4556)
* Initial plan * Add localization support to NameChangeModal component Co-authored-by: gabek <414923+gabek@users.noreply.github.com> * Add NameChangeModal translations to English language file Co-authored-by: gabek <414923+gabek@users.noreply.github.com> * fix(i18n): fix localization keys * chore(test): add i18n test * chore(i18n): update translation script * chore(i18n): reorgnize translation keys and update components * chore: fix linting warnings * chore(i18n): update all the language files * feat(i18n): add last live ago i18n key --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gabek <414923+gabek@users.noreply.github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
co-authored by
gabek
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Gabe Kangas
parent
401b5897e2
commit
1cf923a5af
+150
-178
@@ -1,179 +1,151 @@
|
||||
{
|
||||
"Add your Owncast instance to the Fediverse": "Add your Owncast instance to the Fediverse",
|
||||
"Admin": {
|
||||
"EditInstanceDetails": {
|
||||
"directoryDescription": "透過出現在<a href=\"https://owncast.directory\" target=\"_blank\" rel=\"noreferrer\"><strong>Owncast 目錄</strong></a>來增加您的觀眾。這是由 Owncast 專案運營的外部服務。<a href=\"https://owncast.online/docs/directory/?source=admin\" target=\"_blank\" rel=\"noopener noreferrer\">了解更多</a>。",
|
||||
"offlineMessageDescription": "當您不在串流時,離線訊息會顯示給您的頁面訪客。支援 Markdown。",
|
||||
"serverUrlRequiredForDirectory": "您必須在上方設定<strong>伺服器 URL</strong>,才能啟用目錄。"
|
||||
},
|
||||
"emojiPageDescription": "<strong><em>缺少翻譯 Admin.emojiPageDescription:請報告</em></strong>",
|
||||
"emojiUploadBulkGuide": "<strong><em>缺少翻譯 Admin.emojiUploadBulkGuide:請報告</em></strong>",
|
||||
"emojis": "<strong><em>缺少翻譯 Admin.emojis:請報告</em></strong>",
|
||||
"uploadNewEmoji": "<strong><em>缺少翻譯 Admin.uploadNewEmoji:請報告</em></strong>"
|
||||
},
|
||||
"Banned Users": "被遮蔽的用戶",
|
||||
"Bring in moderators to help keep your chat in order": "邀請版主幫忙維持聊天秩序。",
|
||||
"CPU": "中央處理器",
|
||||
"Chat Messages": "聊天訊息",
|
||||
"Chat is disabled": "聊天已禁用。",
|
||||
"Chat is offline": "聊天室已離線。",
|
||||
"Chat will be available when the stream is live": "Chat will be available when the stream is live.",
|
||||
"Chat will continue to be disabled until you begin a live stream": "Chat will continue to be disabled until you begin a live stream.",
|
||||
"Click and never miss future streams!": "Click and never miss future streams!",
|
||||
"Common": {
|
||||
"poweredByOwncastVersion": "Powered by<a href='https://owncast.online'>Owncast v{{versionNumber}}</a>"
|
||||
},
|
||||
"Common tasks": "Common tasks",
|
||||
"Connected": "已連接",
|
||||
"Contribute": "Contribute",
|
||||
"Current stream": "Current stream",
|
||||
"Current viewers": "目前收看人數",
|
||||
"Disk": "磁碟",
|
||||
"Documentation": "文件",
|
||||
"Embed your video onto other sites": "Embed your video onto other sites",
|
||||
"Enable Owncast social features": "Enable Owncast social features",
|
||||
"Error": "錯誤",
|
||||
"FAQ": "常見問題",
|
||||
"Find an audience on the Owncast Directory": "Find an audience on the Owncast Directory",
|
||||
"Fix your problems": "Fix your problems",
|
||||
"Frontend": {
|
||||
"BrowserNotifyModal": {
|
||||
"allowButton": "允許",
|
||||
"blockButton": "阻止",
|
||||
"deniedDescription": "要啟用來自{{hostname}}的推送通知,請訪問您對此網站的瀏覽器許可權並開啟通知。然後重新載入此頁面以應用您在此網站上的更新設置。<a href='https://owncast.online/docs/notifications'>了解更多。</a>",
|
||||
"deniedTitle": "您的設備已阻止通知",
|
||||
"enabledDescription": "要禁用來自{{hostname}}的推送通知,請訪問您對此網站的瀏覽器許可權並關閉通知。<a href='https://owncast.online/docs/notifications'>了解更多。</a>",
|
||||
"enabledTitle": "通知已啟用",
|
||||
"errorTitle": "瀏覽器通知錯誤",
|
||||
"iosAddButton": "新增",
|
||||
"iosAddToHomeScreen": "加入主畫面",
|
||||
"iosAllowPrompt": "允許",
|
||||
"iosComeBack": "回到這個畫面並啟用通知。",
|
||||
"iosDescription": "需要額外幾個步驟,以確保您能夠在您喜愛的直播節目上線時接收到通知。",
|
||||
"iosNameAndTap": "給這個連結命名,然後輕觸主畫面上的新圖標",
|
||||
"iosShareButton": "分享",
|
||||
"iosTitle": "在iOS上接收通知",
|
||||
"learnMore": "了解更多",
|
||||
"mainDescription": "每次這個直播節目上線時,您可以在瀏覽器中立即接收到通知。",
|
||||
"permissionWantsTo": "{{hostname}} 想要",
|
||||
"showNotifications": "顯示通知",
|
||||
"unsupported": "您的瀏覽器不支援瀏覽器通知。",
|
||||
"unsupportedLocal": "您的瀏覽器不支援本地伺服器的瀏覽器通知。"
|
||||
},
|
||||
"chatOffline": "<strong><em>缺少翻譯 Frontend.chatOffline:請報告</em></strong>",
|
||||
"componentError": "錯誤: {{message}}",
|
||||
"helloWorld": "<strong><em>缺少翻譯 Frontend.helloWorld:請報告</em></strong>",
|
||||
"notificationMessage": "<strong><em>缺少翻譯 Frontend.notificationMessage:請報告</em></strong>",
|
||||
"offlineBasic": "此串流已離線。請稍後再回來查看!",
|
||||
"offlineFediverseOnly": "此串流已離線。請在 Fediverse<span class='follow-link'>上追</span>蹤 {{fediverseAccount}} ,以查看 {{streamer}} 的下次直播時間。",
|
||||
"offlineNotifyAndFediverse": "此串流已離線。您可以在 {{streamer}} 上線時<span class='notify-link'>收到通知,</span>或在 Fediverse<span class='follow-link'>上追蹤</span> {{fediverseAccount}}。",
|
||||
"offlineNotifyOnly": "此串流已離線。下次 {{streamer}} 上線時,您<span class='notify-link'>將會收到通知</span>。"
|
||||
},
|
||||
"Hardware Info": "硬體資訊",
|
||||
"Healthy Stream": "Healthy Stream",
|
||||
"Help configuring my broadcasting software": "Help configuring my broadcasting software",
|
||||
"Hidden messages": "Hidden messages",
|
||||
"Hide": "隱藏",
|
||||
"How can we help you?": "我們該怎樣幫助你?",
|
||||
"I found a bug": "报告 Bug",
|
||||
"I have a general question": "我有一個一般性問題",
|
||||
"I want to build add-ons for Owncast": "I want to build add-ons for Owncast",
|
||||
"I want to configure my owncast instance": "I want to configure my owncast instance",
|
||||
"I want to customize my website": "I want to customize my website",
|
||||
"I want to embed my stream into another site": "I want to embed my stream into another site",
|
||||
"I want to tweak my video output": "I want to tweak my video output",
|
||||
"I want to use an external storage provider": "I want to use an external storage provider",
|
||||
"IP Bans": "IP 封鎖",
|
||||
"If you found a bug, then please": "如果您發現 Bug,請",
|
||||
"Inbound Audio Stream": "Inbound Audio Stream",
|
||||
"Inbound Stream Details": "Inbound Stream Details",
|
||||
"Inbound Video Stream": "Inbound Video Stream",
|
||||
"Info": "資訊",
|
||||
"Input": "Input",
|
||||
"Last 12 hours": "Last 12 hours",
|
||||
"Last 24 hours": "Last 24 hours",
|
||||
"Last 3 months": "Last 3 months",
|
||||
"Last 30 days": "Last 30 days",
|
||||
"Last 6 months": "Last 6 months",
|
||||
"Last 7 days": "Last 7 days",
|
||||
"Last live ago": "上次實況時間:{{timeAgo}}前",
|
||||
"Learn how to point your existing software to your new server and start streaming your content": "Learn how to point your existing software to your new server and start streaming your content.",
|
||||
"Learn how you can add your Owncast stream to other sites you control": "Learn how you can add your Owncast stream to other sites you control.",
|
||||
"Learn more": "了解更多",
|
||||
"Learn more about chat moderation here": "在此瞭解更多關於聊天管理的資訊。",
|
||||
"Level": "水平",
|
||||
"Link": "Link",
|
||||
"List yourself in the Owncast Directory and show off your stream": {
|
||||
" Enable it in": "List yourself in the Owncast Directory and show off your stream. Enable it in"
|
||||
},
|
||||
"Logs": "紀錄",
|
||||
"Manage the messages from viewers that show up on your stream": "Manage the messages from viewers that show up on your stream.",
|
||||
"Max viewers last stream": "Max viewers last stream",
|
||||
"Max viewers this stream": "Max viewers this stream",
|
||||
"Memory": "記憶體",
|
||||
"Message": "訊息",
|
||||
"Moderators": "版主",
|
||||
"Most general questions are answered in our": "Most general questions are answered in our",
|
||||
"News & Updates from Owncast": "News & Updates from Owncast",
|
||||
"No": "否",
|
||||
"No hardware details have been collected yet": "No hardware details have been collected yet.",
|
||||
"No news": "沒有新聞。",
|
||||
"No stream is active": "No stream is active",
|
||||
"No viewer data has been collected yet": "No viewer data has been collected yet.",
|
||||
"Notify": "通知",
|
||||
"Other": "其他",
|
||||
"Outbound Audio Stream": "Outbound Audio Stream",
|
||||
"Outbound Stream Details": "Outbound Stream Details",
|
||||
"Outbound Video Stream": "Outbound Video Stream",
|
||||
"Overridden via command line": "Overridden via command line.",
|
||||
"Peak viewer count": "Peak viewer count",
|
||||
"Playback Health": "Playback Health",
|
||||
"Please wait": "請稍後",
|
||||
"Read the Docs": "閱讀文件",
|
||||
"Show": "顯示",
|
||||
"Skip to footer": "跳到至頁腳",
|
||||
"Skip to offline message": "跳到至離線訊息",
|
||||
"Skip to page content": "Skip to page content",
|
||||
"Skip to player": "Skip to player",
|
||||
"Source": "源導",
|
||||
"Stay updated!": "Stay updated!",
|
||||
"Stream health represents": "Stream health represents",
|
||||
"Stream started": "實況已開始",
|
||||
"TROUBLESHOOT": "排除故障",
|
||||
"Testing": {
|
||||
"itemCount": "<strong><em>遺失翻譯 Testing.itemCount:請報告</em></strong>",
|
||||
"messageCount": "<strong><em>遺失翻譯 Testing.messageCount:請報告</em></strong>",
|
||||
"noPluralKey": "<strong><em>遺失翻譯 Testing.noPluralKey:請報告</em></strong>",
|
||||
"simpleKey": "<strong><em>遺失翻譯 Testing.simpleKey:請報告</em></strong>"
|
||||
},
|
||||
"Time": "時間",
|
||||
"Timestamp": "時間戳記",
|
||||
"Troubleshooting": "疑難排解",
|
||||
"Use your broadcasting software": "Use your broadcasting software",
|
||||
"User": "用戶",
|
||||
"View": "查看",
|
||||
"Viewer Info": "觀看人訊息",
|
||||
"Viewers": "瀏覽者",
|
||||
"Visible messages": "Visible messages",
|
||||
"Visit the": "Visit the",
|
||||
"Warning": "警告",
|
||||
"When a stream is active and chat is enabled, connected chat clients will be displayed here": "When a stream is active and chat is enabled, connected chat clients will be displayed here.",
|
||||
"Yes": "是",
|
||||
"You can build your own bots, overlays, tools and add-ons with our": "You can build your own bots, overlays, tools and add-ons with our",
|
||||
"You should start one": "You should start one.",
|
||||
"developer APIs": "developer APIs.",
|
||||
"discussions": "discussions",
|
||||
"documentation": "documentation",
|
||||
"let us know": "告知我們",
|
||||
"max viewers": "max viewers",
|
||||
"of all known players": {
|
||||
" Other player status is unknown": "of all known players. Other player status is unknown."
|
||||
},
|
||||
"offline": "已離線",
|
||||
"offline_basic": "此串流已離線。請稍後再回來查看!",
|
||||
"or exist in our": "or exist in our",
|
||||
"settings": "settings.",
|
||||
"to configure additional details about your viewers": "to configure additional details about your viewers.",
|
||||
"to have your instance join the Fediverse, allowing people to follow, share and engage with your live stream": "to have your instance join the Fediverse, allowing people to follow, share and engage with your live stream.",
|
||||
"used": "使用情況"
|
||||
}
|
||||
"Admin": {
|
||||
"EditInstanceDetails": {
|
||||
"directoryDescription": "透過出現在<a href=\"https://owncast.directory\" target=\"_blank\" rel=\"noreferrer\"><strong>Owncast 目錄</strong></a>來增加您的觀眾。這是由 Owncast 專案運營的外部服務。<a href=\"https://owncast.online/docs/directory/?source=admin\" target=\"_blank\" rel=\"noopener noreferrer\">了解更多</a>。",
|
||||
"offlineMessageDescription": "當您不在串流時,離線訊息會顯示給您的頁面訪客。支援 Markdown。",
|
||||
"serverUrlRequiredForDirectory": "您必須在上方設定<strong>伺服器 URL</strong>,才能啟用目錄。"
|
||||
},
|
||||
"HardwareInfo": {
|
||||
"cpu": "中央處理器",
|
||||
"disk": "磁碟",
|
||||
"memory": "記憶體",
|
||||
"noDetails": "No hardware details have been collected yet.",
|
||||
"pleaseWait": "請稍後",
|
||||
"title": "硬體資訊",
|
||||
"used": "使用情況"
|
||||
},
|
||||
"Help": {
|
||||
"bugPlease": "如果您發現 Bug,請",
|
||||
"buildAddons": "I want to build add-ons for Owncast",
|
||||
"buildTools": "You can build your own bots, overlays, tools and add-ons with our",
|
||||
"commonTasks": "Common tasks",
|
||||
"configureBroadcasting": "Help configuring my broadcasting software",
|
||||
"configureInstance": "I want to configure my owncast instance",
|
||||
"customizeWebsite": "I want to customize my website",
|
||||
"developerApis": "developer APIs.",
|
||||
"discussions": "discussions",
|
||||
"documentation": "文件",
|
||||
"embedStream": "I want to embed my stream into another site",
|
||||
"faq": "常見問題",
|
||||
"fixProblems": "Fix your problems",
|
||||
"foundBug": "报告 Bug",
|
||||
"generalAnswered": "Most general questions are answered in our",
|
||||
"generalQuestion": "我有一個一般性問題",
|
||||
"learnMore": "了解更多",
|
||||
"letUsKnow": "告知我們",
|
||||
"orExist": "or exist in our",
|
||||
"other": "其他",
|
||||
"readDocs": "閱讀文件",
|
||||
"title": "我們該怎樣幫助你?",
|
||||
"troubleshooting": "疑難排解",
|
||||
"tweakVideo": "I want to tweak my video output",
|
||||
"useStorage": "I want to use an external storage provider"
|
||||
},
|
||||
"LogTable": {
|
||||
"error": "錯誤",
|
||||
"info": "資訊",
|
||||
"level": "水平",
|
||||
"logs": "紀錄",
|
||||
"message": "訊息",
|
||||
"timestamp": "時間戳記",
|
||||
"warning": "警告"
|
||||
},
|
||||
"NewsFeed": {
|
||||
"link": "Link",
|
||||
"noNews": "No news.",
|
||||
"title": "News & Updates from Owncast"
|
||||
},
|
||||
"VideoVariantForm": {
|
||||
"bitrateDisabledPassthrough": "Bitrate selection is disabled when Video Passthrough is enabled.",
|
||||
"bitrateGoodForHigh": "Good for high speed & high bitrate viewers.",
|
||||
"bitrateGoodForMost": "Good for most viewers, bandwidths and resolutions.",
|
||||
"bitrateGoodForSlow": "Good for slow, mobile and low bitrate viewers.",
|
||||
"bitrateValueKbps": "{{bitrate}} kbps"
|
||||
},
|
||||
"ViewerInfo": {
|
||||
"currentStream": "Current stream",
|
||||
"currentViewers": "目前收看人數",
|
||||
"last12Hours": "Last 12 hours",
|
||||
"last24Hours": "Last 24 hours",
|
||||
"last30Days": "Last 30 days",
|
||||
"last3Months": "Last 3 months",
|
||||
"last6Months": "Last 6 months",
|
||||
"last7Days": "Last 7 days",
|
||||
"maxViewers": "max viewers",
|
||||
"maxViewersLastStream": "Max viewers last stream",
|
||||
"maxViewersThisStream": "Max viewers this stream",
|
||||
"noData": "No viewer data has been collected yet.",
|
||||
"pleaseWait": "請稍後",
|
||||
"title": "觀看人訊息",
|
||||
"viewers": "瀏覽者"
|
||||
},
|
||||
"deleteEmoji": "Delete emoji",
|
||||
"emojiPageDescription": "<strong><em>缺少翻譯 Admin.emojiPageDescription:請報告</em></strong>",
|
||||
"emojiUploadBulkGuide": "<strong><em>缺少翻譯 Admin.emojiUploadBulkGuide:請報告</em></strong>",
|
||||
"emojis": "<strong><em>缺少翻譯 Admin.emojis:請報告</em></strong>",
|
||||
"uploadNewEmoji": "<strong><em>缺少翻譯 Admin.uploadNewEmoji:請報告</em></strong>"
|
||||
},
|
||||
"Common": {
|
||||
"poweredByOwncastVersion": "Powered by<a href='https://owncast.online'>Owncast v{{versionNumber}}</a>"
|
||||
},
|
||||
"Frontend": {
|
||||
"BrowserNotifyModal": {
|
||||
"allowButton": "允許",
|
||||
"blockButton": "阻止",
|
||||
"deniedDescription": "要啟用來自{{hostname}}的推送通知,請訪問您對此網站的瀏覽器許可權並開啟通知。然後重新載入此頁面以應用您在此網站上的更新設置。<a href='https://owncast.online/docs/notifications'>了解更多。</a>",
|
||||
"deniedTitle": "您的設備已阻止通知",
|
||||
"enabledDescription": "要禁用來自{{hostname}}的推送通知,請訪問您對此網站的瀏覽器許可權並關閉通知。<a href='https://owncast.online/docs/notifications'>了解更多。</a>",
|
||||
"enabledTitle": "通知已啟用",
|
||||
"errorMessage": "Error registering for live notifications: {{message}}. Make sure you're not inside a private browser environment or have previously disabled notifications for this stream.",
|
||||
"errorTitle": "瀏覽器通知錯誤",
|
||||
"iosAddButton": "新增",
|
||||
"iosAddToHomeScreen": "加入主畫面",
|
||||
"iosAllowPrompt": "允許",
|
||||
"iosComeBack": "回到這個畫面並啟用通知。",
|
||||
"iosDescription": "需要額外幾個步驟,以確保您能夠在您喜愛的直播節目上線時接收到通知。",
|
||||
"iosNameAndTap": "給這個連結命名,然後輕觸主畫面上的新圖標",
|
||||
"iosShareButton": "分享",
|
||||
"iosTitle": "在iOS上接收通知",
|
||||
"learnMore": "了解更多",
|
||||
"mainDescription": "每次這個直播節目上線時,您可以在瀏覽器中立即接收到通知。",
|
||||
"permissionWantsTo": "{{hostname}} 想要",
|
||||
"showNotifications": "顯示通知",
|
||||
"unsupported": "您的瀏覽器不支援瀏覽器通知。",
|
||||
"unsupportedLocal": "您的瀏覽器不支援本地伺服器的瀏覽器通知。"
|
||||
},
|
||||
"Footer": {
|
||||
"contribute": "Contribute",
|
||||
"documentation": "文件",
|
||||
"source": "源導"
|
||||
},
|
||||
"Header": {
|
||||
"chatOffline": "聊天室已離線。",
|
||||
"chatWillBeAvailable": "Chat will be available when the stream is live.",
|
||||
"skipToContent": "Skip to page content",
|
||||
"skipToFooter": "跳到至頁腳",
|
||||
"skipToOfflineMessage": "跳到至離線訊息",
|
||||
"skipToPlayer": "Skip to player"
|
||||
},
|
||||
"NameChangeModal": {
|
||||
"authInfo": "You can also authenticate an IndieAuth or Fediverse account via the \"Authenticate\" menu.",
|
||||
"buttonText": "Change name",
|
||||
"colorLabel": "Your Color",
|
||||
"description": "Your chat display name is what people see when you send chat messages.",
|
||||
"overLimit": "Over limit",
|
||||
"placeholder": "Your chat display name"
|
||||
},
|
||||
"chatOffline": "<strong><em>缺少翻譯 Frontend.chatOffline:請報告</em></strong>",
|
||||
"componentError": "錯誤: {{message}}",
|
||||
"helloWorld": "<strong><em>缺少翻譯 Frontend.helloWorld:請報告</em></strong>",
|
||||
"offlineBasic": "此串流已離線。請稍後再回來查看!",
|
||||
"offlineFediverseOnly": "此串流已離線。請在 Fediverse<span class='follow-link'>上追</span>蹤 {{fediverseAccount}} ,以查看 {{streamer}} 的下次直播時間。",
|
||||
"offlineNotifyAndFediverse": "此串流已離線。您可以在 {{streamer}} 上線時<span class='notify-link'>收到通知,</span>或在 Fediverse<span class='follow-link'>上追蹤</span> {{fediverseAccount}}。",
|
||||
"offlineNotifyOnly": "此串流已離線。下次 {{streamer}} 上線時,您<span class='notify-link'>將會收到通知</span>。"
|
||||
},
|
||||
"Testing": {
|
||||
"itemCount": "<strong><em>遺失翻譯 Testing.itemCount:請報告</em></strong>",
|
||||
"messageCount": "<strong><em>遺失翻譯 Testing.messageCount:請報告</em></strong>",
|
||||
"noPluralKey": "<strong><em>遺失翻譯 Testing.noPluralKey:請報告</em></strong>",
|
||||
"simpleKey": "<strong><em>遺失翻譯 Testing.simpleKey:請報告</em></strong>"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user