| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596 |
- {
- "appName": "AppFlowy",
- "defaultUsername": "我",
- "welcomeText": "歡迎使用 @:appName",
- "githubStarText": "在 GitHub 點星",
- "subscribeNewsletterText": "訂閱電子報",
- "letsGoButtonText": "開始使用",
- "title": "標題",
- "signUp": {
- "buttonText": "註冊",
- "title": "註冊 @:appName",
- "getStartedText": "開始使用",
- "emptyPasswordError": "密碼不能為空",
- "repeatPasswordEmptyError": "確認密碼不能為空",
- "unmatchedPasswordError": "確認密碼與密碼不符",
- "alreadyHaveAnAccount": "已經有帳號了嗎?",
- "emailHint": "電子郵件",
- "passwordHint": "密碼",
- "repeatPasswordHint": "確認密碼"
- },
- "signIn": {
- "loginTitle": "登入 @:appName",
- "loginButtonText": "登入",
- "buttonText": "登入",
- "forgotPassword": "忘記密碼?",
- "emailHint": "電子郵件",
- "passwordHint": "密碼",
- "dontHaveAnAccount": "沒有帳號?",
- "repeatPasswordEmptyError": "確認密碼不能為空",
- "unmatchedPasswordError": "確認密碼與密碼不符"
- },
- "workspace": {
- "create": "建立工作區",
- "hint": "工作區",
- "notFoundError": "找不到工作區"
- },
- "shareAction": {
- "buttonText": "分享",
- "workInProgress": "即將推出",
- "markdown": "Markdown",
- "copyLink": "複製連結"
- },
- "moreAction": {
- "small": "小",
- "medium": "中",
- "large": "大",
- "fontSize": "字體大小",
- "import": "匯入"
- },
- "disclosureAction": {
- "rename": "重新命名",
- "delete": "刪除",
- "duplicate": "複製"
- },
- "blankPageTitle": "空白頁面",
- "newPageText": "新增頁面",
- "trash": {
- "text": "垃圾筒",
- "restoreAll": "全部復原",
- "deleteAll": "全部刪除",
- "pageHeader": {
- "fileName": "檔案名稱",
- "lastModified": "最後修改時間",
- "created": "建立時間"
- }
- },
- "deletePagePrompt": {
- "text": "此頁面在垃圾筒中",
- "restore": "復原頁面",
- "deletePermanent": "永久刪除"
- },
- "dialogCreatePageNameHint": "頁面名稱",
- "questionBubble": {
- "shortcuts": "快捷鍵",
- "whatsNew": "新功能",
- "help": "幫助 & 支援",
- "debug": {
- "name": "除錯資訊",
- "success": "已將除錯資訊複製至剪貼簿!",
- "fail": "無法將除錯資訊複製至剪貼簿"
- }
- },
- "menuAppHeader": {
- "addPageTooltip": "快速在此新增頁面",
- "defaultNewPageName": "未命名",
- "renameDialog": "重新命名"
- },
- "toolbar": {
- "undo": "復原",
- "redo": "取消復原",
- "bold": "粗體",
- "italic": "斜體",
- "underline": "底線",
- "strike": "刪除線",
- "numList": "編號清單",
- "bulletList": "項目符號清單",
- "checkList": "核取清單",
- "inlineCode": "程式碼",
- "quote": "區塊引言",
- "header": "標題",
- "highlight": "反白",
- "color": "顏色"
- },
- "tooltip": {
- "lightMode": "切換至亮色模式",
- "darkMode": "切換至暗色模式",
- "openAsPage": "以頁面開啓",
- "addNewRow": "新增列",
- "openMenu": "點擊以開啟選單",
- "viewDataBase": "查看資料庫",
- "referencePage": "這個 {name} 已被引用"
- },
- "sideBar": {
- "closeSidebar": "關閉側欄",
- "openSidebar": "開啟側欄"
- },
- "notifications": {
- "export": {
- "markdown": "已將筆記匯出成 Markdown",
- "path": "Documents/flowy"
- }
- },
- "contactsPage": {
- "title": "聯絡人",
- "whatsHappening": "這週有什麼新鮮事?",
- "addContact": "新增聯絡人",
- "editContact": "編輯聯絡人"
- },
- "button": {
- "OK": "OK",
- "Cancel": "取消",
- "signIn": "登入",
- "signOut": "登出",
- "complete": "完成",
- "save": "儲存",
- "generate": "生成",
- "esc": "ESC",
- "keep": "保存",
- "tryAgain": "再試一次",
- "discard": "放棄變更",
- "replace": "取代",
- "insertBelow": "在下方插入"
- },
- "label": {
- "welcome": "歡迎!",
- "firstName": "名",
- "middleName": "中間名",
- "lastName": "姓",
- "stepX": "第 {X} 步"
- },
- "oAuth": {
- "err": {
- "failedTitle": "無法連接至您的帳號。",
- "failedMsg": "請確認您已在瀏覽器中完成登入程序。"
- },
- "google": {
- "title": "GOOGLE 登入",
- "instruction1": "若要匯入您的 Google 聯絡人,您必須透過瀏覽器授權此應用程式。",
- "instruction2": "點擊圖標或選取文字以複製代碼:",
- "instruction3": "前往下列網址,並輸入上述代碼:",
- "instruction4": "完成註冊後,請點擊下方按鈕:"
- }
- },
- "settings": {
- "title": "設定",
- "menu": {
- "appearance": "外觀",
- "language": "語言",
- "user": "使用者",
- "files": "檔案",
- "open": "開啟設定"
- },
- "appearance": {
- "themeMode": {
- "label": "主題模式",
- "light": "亮色模式",
- "dark": "暗色模式",
- "system": "系統設定"
- },
- "theme": "主題"
- },
- "files": {
- "defaultLocation": "AppFlowy 資料儲存位置",
- "doubleTapToCopy": "雙擊以複製路徑",
- "restoreLocation": "恢復為 AppFlowy 預設路徑",
- "customizeLocation": "開啟其他資料夾",
- "restartApp": "請重新啟動應用程式以使更動生效。",
- "exportDatabase": "匯出資料庫",
- "selectFiles": "選擇需要匯出的檔案",
- "createNewFolder": "建立新資料夾",
- "createNewFolderDesc": "選擇您想儲存資料的位置",
- "open": "開啟",
- "openFolder": "開啟一個已經存在的資料夾",
- "openFolderDesc": "讀寫至已存在的 AppFlowy 資料夾",
- "folderHintText": "資料夾名稱",
- "location": "建立新資料夾",
- "locationDesc": "命名 AppFlowy 資料夾",
- "browser": "瀏覽",
- "create": "建立",
- "folderPath": "儲存資料夾的路徑",
- "locationCannotBeEmpty": "路徑不能爲空",
- "pathCopiedSnackbar": "儲存檔案的路徑已被複製到剪貼簿!"
- },
- "user": {
- "name": "名稱",
- "icon": "圖標",
- "selectAnIcon": "選擇圖標",
- "pleaseInputYourOpenAIKey": "請輸入你的 OpenAI 密鑰"
- }
- },
- "grid": {
- "settings": {
- "filter": "篩選",
- "sort": "排序",
- "sortBy": "排序方式",
- "Properties": "屬性",
- "group": "群組",
- "addFilter": "新增篩選器",
- "deleteFilter": "刪除篩選器",
- "filterBy": "以……篩選",
- "typeAValue": "輸入一個值……",
- "layout": "佈局"
- },
- "textFilter": {
- "contains": "包含",
- "doesNotContain": "不包含",
- "endsWith": "以……結尾",
- "startWith": "以……開頭",
- "is": "是",
- "isNot": "不是",
- "isEmpty": "為空",
- "isNotEmpty": "不為空",
- "choicechipPrefix": {
- "isNot": "不是",
- "startWith": "以……開頭",
- "endWith": "以……結尾",
- "isEmpty": "為空",
- "isNotEmpty": "不為空"
- }
- },
- "checkboxFilter": {
- "isChecked": "已勾選",
- "isUnchecked": "未勾選",
- "choicechipPrefix": {
- "is": "是"
- }
- },
- "checklistFilter": {
- "isComplete": "已完成",
- "isIncomplted": "未完成"
- },
- "singleSelectOptionFilter": {
- "is": "是",
- "isNot": "不是",
- "isEmpty": "為空",
- "isNotEmpty": "不為空"
- },
- "multiSelectOptionFilter": {
- "contains": "包含",
- "doesNotContain": "不包含",
- "isEmpty": "為空",
- "isNotEmpty": "不為空"
- },
- "field": {
- "hide": "隱藏",
- "insertLeft": "插入左方欄",
- "insertRight": "插入右方欄",
- "duplicate": "複製",
- "delete": "刪除",
- "textFieldName": "文字",
- "checkboxFieldName": "核取方塊",
- "dateFieldName": "日期",
- "numberFieldName": "數字",
- "singleSelectFieldName": "單選",
- "multiSelectFieldName": "多選",
- "urlFieldName": "網址",
- "checklistFieldName": "核取清單",
- "numberFormat": "數字格式",
- "dateFormat": "日期格式",
- "includeTime": "包含時間",
- "dateFormatFriendly": "月 日, 年",
- "dateFormatISO": "年-月-日",
- "dateFormatLocal": "月/日/年",
- "dateFormatUS": "年/月/日",
- "timeFormat": "時間格式",
- "invalidTimeFormat": "格式無效",
- "timeFormatTwelveHour": "12 小時制",
- "timeFormatTwentyFourHour": "24 小時制",
- "addSelectOption": "新增選項",
- "optionTitle": "選項",
- "addOption": "新增選項",
- "editProperty": "編輯屬性",
- "newProperty": "新屬性",
- "deleteFieldPromptMessage": "您確定嗎?這個屬性將被刪除"
- },
- "sort": {
- "ascending": "升冪排序",
- "descending": "降冪排序",
- "deleteSort": "刪除排序",
- "addSort": "新增排序"
- },
- "row": {
- "duplicate": "複製",
- "delete": "刪除",
- "textPlaceholder": "空",
- "copyProperty": "已將屬性複製到剪貼簿",
- "count": "列數",
- "newRow": "新增列"
- },
- "selectOption": {
- "create": "建立",
- "purpleColor": "紫色",
- "pinkColor": "粉紅色",
- "lightPinkColor": "淡粉色",
- "orangeColor": "橘色",
- "yellowColor": "黃色",
- "limeColor": "萊姆色",
- "greenColor": "綠色",
- "aquaColor": "水藍色",
- "blueColor": "藍色",
- "deleteTag": "刪除標籤",
- "colorPanelTitle": "顏色",
- "panelTitle": "選擇或建立選項",
- "searchOption": "搜尋選項"
- },
- "checklist": {
- "panelTitle": "新增物件"
- },
- "menuName": "網格"
- },
- "document": {
- "menuName": "檔案",
- "date": {
- "timeHintTextInTwelveHour": "01:00 PM",
- "timeHintTextInTwentyFourHour": "13:00"
- },
- "slashMenu": {
- "board": {
- "selectABoardToLinkTo": "選擇要連結的看板",
- "createANewBoard": "建立新的看板"
- },
- "grid": {
- "selectAGridToLinkTo": "選擇要連結的網格",
- "createANewGrid": "建立新網格"
- }
- },
- "plugins": {
- "referencedBoard": "已連結的看板",
- "referencedGrid": "已連結的網格",
- "autoGeneratorMenuItemName": "OpenAI 寫手",
- "autoGeneratorTitleName": "OpenAI:讓 AI 寫任何東西……",
- "autoGeneratorLearnMore": "瞭解更多",
- "autoGeneratorGenerate": "生成",
- "autoGeneratorHintText": "問 OpenAI……",
- "autoGeneratorCantGetOpenAIKey": "無法取得 OpenAI 密鑰",
- "smartEdit": "AI 助理",
- "openAI": "OpenAI",
- "smartEditFixSpelling": "修正拼寫",
- "warning": "⚠️ AI 的回覆可能不準確或具有誤導性。",
- "smartEditSummarize": "總結",
- "smartEditCouldNotFetchResult": "無法取得 OpenAI 的結果",
- "smartEditCouldNotFetchKey": "無法取得 OpenAI 密鑰",
- "smartEditDisabled": "在設定連結 OpenAI ",
- "discardResponse": "確定捨棄 AI 的回覆?",
- "cover": {
- "changeCover": "更換封面",
- "colors": "顏色",
- "images": "圖片",
- "abstract": "摘要",
- "addCover": "新增封面",
- "addLocalImage": "新增本機圖片",
- "invalidImageUrl": "無效的圖片網址",
- "failedToAddImageToGallery": "無法新增圖片到圖庫",
- "enterImageUrl": "輸入圖片網址",
- "add": "新增",
- "back": "返回",
- "saveToGallery": "儲存到圖庫",
- "removeIcon": "移除圖標",
- "pasteImageUrl": "貼上圖片網址",
- "or": "或",
- "pickFromFiles": "從檔案中挑選",
- "couldNotFetchImage": "無法抓取圖片",
- "imageSavingFailed": "圖片儲存失敗",
- "addIcon": "新增圖標"
- }
- }
- },
- "board": {
- "column": {
- "create_new_card": "建立"
- },
- "menuName": "看板"
- },
- "calendar": {
- "menuName": "月曆",
- "defaultNewCalendarTitle": "未命名",
- "navigation": {
- "today": "今天",
- "jumpToday": "跳到今天",
- "previousMonth": "上個月",
- "nextMonth": "下個月"
- },
- "settings": {
- "showWeekNumbers": "顯示星期數",
- "showWeekends": "顯示週末",
- "firstDayOfWeek": "一週的第一天",
- "layoutDateField": "排列方式"
- }
- },
- "youCanAlso": "你也可以",
- "and": "和",
- "blockActions.addBelowTooltip": "點擊以在下方新增",
- "blockActions.addAboveCmd": "Alt+點擊",
- "blockActions.addAboveMacCmd": "Option+點擊",
- "blockActions.addAboveTooltip": "在上方新增",
- "signIn.loginAsGuestButtonText": "開始使用",
- "moreAction.moreOptions": "更多選項",
- "importPanel.textAndMarkdown": "文字與 Markdown",
- "importPanel.documentFromV010": "v0.1.0 的文檔",
- "importPanel.databaseFromV010": "v0.1.0 的資料庫",
- "importPanel.csv": "CSV",
- "importPanel.database": "資料庫",
- "disclosureAction.openNewTab": "在新分頁中打開",
- "trash.confirmDeleteAll.title": "您確定要刪除垃圾筒中的所有頁面嗎?",
- "trash.confirmDeleteAll.caption": "此操作無法復原。",
- "trash.confirmRestoreAll.title": "您確定要恢復垃圾筒中的所有頁面嗎?",
- "trash.confirmRestoreAll.caption": "此操作無法復原。",
- "questionBubble.markdown": "Markdown",
- "questionBubble.feedback": "回饋",
- "toolbar.addLink": "新增連結",
- "toolbar.link": "連結",
- "tooltip.dragRow": "長按以重新排序",
- "tooltip.addBlockBelow": "在下面添加一個區塊",
- "button.Done": "完畢",
- "button.upload": "上傳",
- "button.edit": "編輯",
- "button.delete": "刪除",
- "button.duplicate": "複製",
- "button.done": "完成",
- "button.putback": "放回去",
- "settings.menu.supabaseSetting": "Supabase 設定",
- "settings.appearance.fontFamily.label": "字體",
- "settings.appearance.fontFamily.search": "搜尋",
- "settings.appearance.themeUpload.button": "上傳",
- "settings.appearance.themeUpload.description": "使用下方的按鈕上傳您自己的 AppFlowy 主題。",
- "settings.appearance.themeUpload.failure": "上傳的主題格式無效。",
- "settings.appearance.themeUpload.loading": "我們正在驗證並上傳您的主題,請稍候……",
- "settings.appearance.themeUpload.uploadSuccess": "您的主題已成功上傳",
- "settings.appearance.themeUpload.deletionFailure": "刪除主題失敗。請嘗試手動刪除它。",
- "settings.appearance.themeUpload.filePickerDialogTitle": "選擇 .flowy_plugin 檔案",
- "settings.appearance.themeUpload.urlUploadFailure": "無法打開網址:{}",
- "settings.appearance.builtInsLabel": "內建主題",
- "settings.appearance.pluginsLabel": "外掛程式",
- "settings.files.copy": "複製",
- "settings.files.exportData": "匯出您的資料",
- "settings.files.selectAll": "全選",
- "settings.files.deselectAll": "取消全選",
- "settings.files.defineWhereYourDataIsStored": "您資料的儲存位置",
- "settings.files.set": "設定",
- "settings.files.changeLocationTooltips": "更改儲存路徑",
- "settings.files.change": "更改",
- "settings.files.openLocationTooltips": "開啟另一個資料夾",
- "settings.files.openCurrentDataFolder": "開啟目前的儲存位置",
- "settings.files.recoverLocationTooltips": "重置為 AppFlowy 的預設路徑",
- "settings.files.exportFileSuccess": "成功匯出文件!",
- "settings.files.exportFileFail": "匯出文件失敗!",
- "settings.files.export": "匯出",
- "grid.deleteView": "您確定要刪除此視圖嗎?",
- "grid.createView": "新增",
- "grid.settings.properties": "屬性",
- "grid.settings.reorderPropertiesTooltip": "拖曳以重新排序屬性",
- "grid.settings.databaseLayout": "佈局",
- "grid.field.updatedAtFieldName": "最後修改時間",
- "grid.field.createdAtFieldName": "創建時間",
- "grid.field.dateFormatDayMonthYear": "日/月/年",
- "grid.row.action": "行動",
- "grid.referencedGridPrefix": "視圖",
- "document.slashMenu.calendar.selectACalendarToLinkTo": "選擇要連接的月曆",
- "document.slashMenu.calendar.createANewCalendar": "創建新月曆",
- "document.selectionMenu.outline": "大綱",
- "document.plugins.referencedCalendar": "連結的月曆",
- "document.plugins.autoGeneratorRewrite": "改寫",
- "document.plugins.smartEditImproveWriting": "提高寫作水準",
- "document.plugins.smartEditMakeLonger": "寫得更長",
- "document.plugins.createInlineMathEquation": "創建方程式",
- "document.plugins.toggleList": "切換列表",
- "document.plugins.cover.clearAll": "全部清除",
- "document.plugins.cover.coverRemoveAlert": "刪除後將移除封面。",
- "document.plugins.cover.alertDialogConfirmation": "您確定要繼續嗎?",
- "document.plugins.mathEquation.addMathEquation": "添加數學方程式",
- "document.plugins.mathEquation.editMathEquation": "編輯數學方程式",
- "document.plugins.optionAction.click": "點擊",
- "document.plugins.optionAction.toOpenMenu": " 打開選單",
- "document.plugins.optionAction.delete": "刪除",
- "document.plugins.optionAction.duplicate": "複製",
- "document.plugins.optionAction.turnInto": "轉換為",
- "document.plugins.optionAction.moveUp": "上移",
- "document.plugins.optionAction.moveDown": "下移",
- "document.plugins.optionAction.color": "顏色",
- "document.plugins.optionAction.align": "對齊",
- "document.plugins.optionAction.left": "左",
- "document.plugins.optionAction.center": "中",
- "document.plugins.optionAction.right": "右",
- "document.plugins.optionAction.defaultColor": "預設",
- "document.plugins.image.copiedToPasteBoard": "圖片連結已被複製到剪貼簿",
- "document.plugins.outline.addHeadingToCreateOutline": "添加標題以創建目錄。",
- "document.textBlock.placeholder": "輸入「/」以使用指令",
- "document.title.placeholder": "無標題",
- "document.imageBlock.placeholder": "點擊以添加圖片",
- "document.imageBlock.upload.label": "上傳",
- "document.imageBlock.upload.placeholder": "點擊以上傳圖片",
- "document.imageBlock.url.label": "圖片網址",
- "document.imageBlock.url.placeholder": "輸入圖片網址",
- "document.imageBlock.support": "圖片大小限制為 5MB。支援的格式:JPEG、PNG、GIF、SVG",
- "document.imageBlock.error.invalidImage": "無效的圖片",
- "document.imageBlock.error.invalidImageSize": "圖片大小必須小於 5MB",
- "document.imageBlock.error.invalidImageFormat": "不支援的圖像格式。支援的格式:JPEG、PNG、GIF、SVG",
- "document.imageBlock.error.invalidImageUrl": "圖片網址無效",
- "document.codeBlock.language.label": "語言",
- "document.codeBlock.language.placeholder": "選擇語言",
- "document.inlineLink.placeholder": "貼上或輸入連結",
- "document.inlineLink.url.label": "連結網址",
- "document.inlineLink.url.placeholder": "輸入連結網址",
- "document.inlineLink.title.label": "連結標題",
- "document.inlineLink.title.placeholder": "輸入連結標題",
- "board.referencedBoardPrefix": "視圖",
- "calendar.settings.noDateTitle": "未註明日期",
- "calendar.settings.noDateHint": "未排程的事件將顯示在這裡",
- "calendar.settings.clickToAdd": "點擊以添加到月曆",
- "calendar.settings.name": "月曆佈局",
- "calendar.referencedCalendarPrefix": "視圖",
- "errorDialog.title": "AppFlowy 錯誤",
- "errorDialog.howToFixFallback": "對於給您帶來的不便,我們深表歉意!請在我們的 GitHub 頁面上提交 issue 描述您遇到的錯誤問題。",
- "errorDialog.github": "在 GitHub 上查看",
- "search.label": "搜尋",
- "search.placeholder.actions": "搜尋 actions……",
- "message.copy.success": "已複製!",
- "message.copy.fail": "無法複製",
- "unSupportBlock": "目前版本不支持此區塊。",
- "views.deleteContentTitle": "您確定要刪除 {pageType} 嗎?",
- "views.deleteContentCaption": "如果您刪除此{pageType},您可以從垃圾筒將其恢復。",
- "settings.shortcuts.shortcutsLabel": "快捷鍵",
- "settings.shortcuts.addNewCommand": "新增指令",
- "settings.shortcuts.updateShortcutStep": "按下想要的組合鍵後按 ENTER",
- "settings.shortcuts.shortcutIsAlreadyUsed": "這個快捷鍵已被用於:{conflict}",
- "blockActions.dragTooltip": "拖曳以移動",
- "blockActions.openMenuTooltip": "點擊以打開選單",
- "disclosureAction.unfavorite": "移出我的最愛",
- "disclosureAction.favorite": "加到我的最愛",
- "disclosureAction.moveTo": "移動到",
- "disclosureAction.addToFavorites": "加到我的最愛",
- "disclosureAction.copyLink": "複製連結",
- "menuAppHeader.moreButtonToolTip": "刪除、重新命名等等……",
- "sideBar.personal": "個人",
- "sideBar.favorites": "我的最愛",
- "sideBar.clickToHideFavorites": "點擊以隱藏我的最愛",
- "sideBar.clickToHidePersonal": "點擊以隱藏個人區塊",
- "sideBar.addAPage": "新增頁面",
- "settings.menu.logout": "登出",
- "settings.menu.logoutPrompt": "您確定要登出嗎?",
- "settings.shortcuts.command": "指令",
- "settings.shortcuts.resetToDefault": "重置為預設按鍵",
- "settings.shortcuts.keyBinding": "按鍵",
- "settings.shortcuts.couldNotLoadErrorMsg": "無法載入快捷鍵,請再試一次",
- "settings.shortcuts.couldNotSaveErrorMsg": "無法儲存快捷鍵,請再試一次",
- "document.inlineLink.openInNewTab": "在新分頁中打開",
- "grid.field.clearDate": "清除日期",
- "document.inlineLink.copyLink": "複製連結",
- "document.inlineLink.removeLink": "移除連結",
- "colors.custom": "自訂",
- "colors.default": "預設",
- "colors.red": "紅色",
- "colors.orange": "橘色",
- "colors.yellow": "黃色",
- "colors.green": "綠色",
- "colors.blue": "藍色",
- "colors.purple": "紫色",
- "colors.pink": "粉紅色",
- "colors.brown": "棕色",
- "colors.gray": "灰色",
- "emoji.filter": "篩選",
- "emoji.random": "隨機",
- "emoji.selectSkinTone": "選擇膚色",
- "emoji.remove": "刪除表情符號",
- "emoji.categories.smileys": "笑臉與情感",
- "emoji.categories.people": "人與身體",
- "emoji.categories.animals": "動物與自然",
- "emoji.categories.food": "食物和飲料",
- "emoji.categories.activities": "活動",
- "emoji.categories.places": "旅行與地點",
- "emoji.categories.objects": "物品",
- "emoji.categories.symbols": "符號",
- "emoji.categories.flags": "旗幟",
- "emoji.categories.nature": "自然",
- "emoji.categories.frequentlyUsed": "常用"
- }
|