fix: i18n: Apply Trans component to publish library dialogue (#6564)
This commit is contained in:
+8
-26
@@ -264,16 +264,11 @@
|
||||
"canvasTooBigTip": "提示:可嘗試將最遠的元素移動至較集中的位置"
|
||||
},
|
||||
"errorSplash": {
|
||||
"headingMain_pre": "發生錯誤,嘗試",
|
||||
"headingMain_button": "重新載入頁面。",
|
||||
"clearCanvasMessage": "若重新載入仍無法解決問題,嘗試",
|
||||
"clearCanvasMessage_button": "清除 canvas。",
|
||||
"headingMain": "發生錯誤,嘗試<button>重新載入頁面。</button>",
|
||||
"clearCanvasMessage": "若重新載入仍無法解決問題,嘗試<button>清除 canvas。</button>",
|
||||
"clearCanvasCaveat": "此動作將造成目前的作品被移除。",
|
||||
"trackedToSentry_pre": "此錯誤與其識別碼",
|
||||
"trackedToSentry_post": "將由系統記錄。",
|
||||
"openIssueMessage_pre": "我們將謹慎處理,你的作品內容不會被包含在錯誤報告中。若你的作品不需保持私密,請考慮使用我們的",
|
||||
"openIssueMessage_button": "bug tracker。",
|
||||
"openIssueMessage_post": "請將下列資訊複製貼上至 GitHub issue 中。",
|
||||
"trackedToSentry": "此錯誤與其識別碼{{eventId}}將由系統記錄。",
|
||||
"openIssueMessage": "我們將謹慎處理,你的作品內容不會被包含在錯誤報告中。若你的作品不需保持私密,請考慮使用我們的<button>bug tracker。</button>請將下列資訊複製貼上至 GitHub issue 中。",
|
||||
"sceneContent": "作品內容:"
|
||||
},
|
||||
"roomDialog": {
|
||||
@@ -353,29 +348,16 @@
|
||||
"required": "必填",
|
||||
"website": "請輸入有效的 URL"
|
||||
},
|
||||
"noteDescription": {
|
||||
"pre": "送出您的資料庫後將被包含於",
|
||||
"link": "公開資料庫 repository",
|
||||
"post": "以利他人在其繪圖中使用。"
|
||||
},
|
||||
"noteGuidelines": {
|
||||
"pre": "資料庫需先經人工審查。請閱讀",
|
||||
"link": "說明文件",
|
||||
"post": "再送出。若需溝通與修改時要透過 GitHub 帳號來進行,但並非強制需求。"
|
||||
},
|
||||
"noteLicense": {
|
||||
"pre": "送出即代表您同意此資料庫將發布時使用 ",
|
||||
"link": "MIT 授權,",
|
||||
"post": "簡單來說是指任何人都能不受限制的使用。"
|
||||
},
|
||||
"noteDescription": "送出您的資料庫後將被包含於<link>公開資料庫 repository</link>以利他人在其繪圖中使用。",
|
||||
"noteGuidelines": "資料庫需先經人工審查。請閱讀<link>說明文件</link>再送出。若需溝通與修改時要透過 GitHub 帳號來進行,但並非強制需求。",
|
||||
"noteLicense": "送出即代表您同意此資料庫將發布時使用 <link>MIT 授權,</link>簡單來說是指任何人都能不受限制的使用。",
|
||||
"noteItems": "每個資料庫項目都有獨立的名稱故可篩選。會包含下列資料庫項目:",
|
||||
"atleastOneLibItem": "請選擇至少一項資料庫項目",
|
||||
"republishWarning": "注意:部分選取中的物件先前已發布/送出過。建議僅在要更新現存資料庫或已送出的物件時才重新送出這些物件。"
|
||||
},
|
||||
"publishSuccessDialog": {
|
||||
"title": "資料庫已送出",
|
||||
"content": "感謝 {{authorName}} 。您的資料庫已送出待審查。您可查看目前狀態",
|
||||
"link": "在此"
|
||||
"content": "感謝 {{authorName}} 。您的資料庫已送出待審查。您可查看目前狀態<link>在此</link>"
|
||||
},
|
||||
"confirmDialog": {
|
||||
"resetLibrary": "重設資料庫",
|
||||
|
||||
Reference in New Issue
Block a user