2021-12-07 17:31:23 +00:00
{
2021-12-13 21:50:04 +00:00
"appName" : "AppFlowy" ,
2021-12-07 17:31:23 +00:00
"defaultUsername" : "Me" ,
"welcomeText" : "Welcome to @:appName" ,
"githubStarText" : "Star on GitHub" ,
"subscribeNewsletterText" : "Subscribe to Newsletter" ,
2022-12-20 12:33:41 +00:00
"letsGoButtonText" : "Quick Start" ,
2021-12-07 17:31:23 +00:00
"title" : "Title" ,
2023-06-06 09:19:53 +00:00
"youCanAlso" : "You can also" ,
"and" : "and" ,
2023-07-13 10:33:16 +00:00
"blockActions" : {
"addBelowTooltip" : "Click to add below" ,
"addAboveCmd" : "Alt+click" ,
"addAboveMacCmd" : "Option+click" ,
2023-07-19 09:59:32 +00:00
"addAboveTooltip" : "to add above" ,
2023-07-26 08:49:50 +00:00
"dragTooltip" : "Drag to move" ,
"openMenuTooltip" : "Click to open menu"
2023-07-13 10:33:16 +00:00
} ,
2021-12-07 17:31:23 +00:00
"signUp" : {
"buttonText" : "Sign Up" ,
"title" : "Sign Up to @:appName" ,
"getStartedText" : "Get Started" ,
"emptyPasswordError" : "Password can't be empty" ,
"repeatPasswordEmptyError" : "Repeat password can't be empty" ,
"unmatchedPasswordError" : "Repeat password is not the same as password" ,
"alreadyHaveAnAccount" : "Already have an account?" ,
"emailHint" : "Email" ,
"passwordHint" : "Password" ,
2023-08-07 14:24:04 +00:00
"repeatPasswordHint" : "Repeat password" ,
"signUpWith" : "Sign up with:"
2021-12-07 17:31:23 +00:00
} ,
"signIn" : {
"loginTitle" : "Login to @:appName" ,
"loginButtonText" : "Login" ,
2023-09-12 02:32:26 +00:00
"loginStartWithAnonymous" : "Start with an anonymous session" ,
"continueAnonymousUser" : "Continue with an anonymous session" ,
2021-12-07 17:31:23 +00:00
"buttonText" : "Sign In" ,
"forgotPassword" : "Forgot Password?" ,
"emailHint" : "Email" ,
"passwordHint" : "Password" ,
"dontHaveAnAccount" : "Don't have an account?" ,
"repeatPasswordEmptyError" : "Repeat password can't be empty" ,
2023-08-07 14:24:04 +00:00
"unmatchedPasswordError" : "Repeat password is not the same as password" ,
2023-08-28 05:28:24 +00:00
"syncPromptMessage" : "Syncing the data might take a while. Please don't close this page" ,
2023-09-12 02:32:26 +00:00
"or" : "OR" ,
"LogInWithGoogle" : "Log in with Google" ,
"LogInWithGithub" : "Log in with Github" ,
"LogInWithDiscord" : "Log in with Discord" ,
2023-08-07 14:24:04 +00:00
"signInWith" : "Sign in with:"
2021-12-07 17:31:23 +00:00
} ,
"workspace" : {
2023-09-12 02:32:26 +00:00
"chooseWorkspace" : "Choose your workspace" ,
2021-12-07 17:31:23 +00:00
"create" : "Create workspace" ,
2023-08-21 16:19:15 +00:00
"reset" : "Reset workspace" ,
"resetWorkspacePrompt" : "Resetting the workspace will delete all pages and data within it. Are you sure you want to reset the workspace? Alternatively, you can contact the support team to restore the workspace" ,
2021-12-07 17:31:23 +00:00
"hint" : "workspace" ,
"notFoundError" : "Workspace not found"
} ,
"shareAction" : {
"buttonText" : "Share" ,
2022-01-29 14:22:34 +00:00
"workInProgress" : "Coming soon" ,
2021-12-07 17:31:23 +00:00
"markdown" : "Markdown" ,
2023-08-28 15:20:56 +00:00
"csv" : "CSV" ,
2021-12-07 17:31:23 +00:00
"copyLink" : "Copy Link"
} ,
2022-11-28 02:37:37 +00:00
"moreAction" : {
"small" : "small" ,
"medium" : "medium" ,
"large" : "large" ,
2023-02-13 01:51:24 +00:00
"fontSize" : "Font Size" ,
2023-05-21 07:08:50 +00:00
"import" : "Import" ,
"moreOptions" : "More options"
2022-11-28 02:37:37 +00:00
} ,
2023-06-12 06:36:55 +00:00
"importPanel" : {
"textAndMarkdown" : "Text & Markdown" ,
"documentFromV010" : "Document from v0.1.0" ,
"databaseFromV010" : "Database from v0.1.0" ,
2023-06-15 14:43:07 +00:00
"csv" : "CSV" ,
"database" : "Database"
2023-06-12 06:36:55 +00:00
} ,
2021-12-07 17:31:23 +00:00
"disclosureAction" : {
"rename" : "Rename" ,
"delete" : "Delete" ,
2023-07-12 11:13:18 +00:00
"duplicate" : "Duplicate" ,
2023-08-02 13:20:51 +00:00
"unfavorite" : "Remove from favorites" ,
"favorite" : "Add to favorites" ,
2023-07-31 12:06:01 +00:00
"openNewTab" : "Open in a new tab" ,
"moveTo" : "Move to" ,
"addToFavorites" : "Add to Favorites" ,
"copyLink" : "Copy Link"
2021-12-07 17:31:23 +00:00
} ,
"blankPageTitle" : "Blank page" ,
"newPageText" : "New page" ,
2023-08-30 14:16:12 +00:00
"newDocumentText" : "New document" ,
"newGridText" : "New grid" ,
"newCalendarText" : "New calendar" ,
"newBoardText" : "New board" ,
2021-12-07 17:31:23 +00:00
"trash" : {
"text" : "Trash" ,
"restoreAll" : "Restore All" ,
"deleteAll" : "Delete All" ,
"pageHeader" : {
"fileName" : "File name" ,
"lastModified" : "Last Modified" ,
"created" : "Created"
2023-07-14 12:33:22 +00:00
} ,
"confirmDeleteAll" : {
"title" : "Are you sure to delete all pages in Trash?" ,
"caption" : "This action cannot be undone."
} ,
"confirmRestoreAll" : {
2023-07-18 11:59:35 +00:00
"title" : "Are you sure to restore all pages in Trash?" ,
"caption" : "This action cannot be undone."
2021-12-07 17:31:23 +00:00
}
} ,
"deletePagePrompt" : {
"text" : "This page is in Trash" ,
"restore" : "Restore page" ,
"deletePermanent" : "Delete permanently"
} ,
"dialogCreatePageNameHint" : "Page name" ,
"questionBubble" : {
2023-02-28 02:38:57 +00:00
"shortcuts" : "Shortcuts" ,
2021-12-07 17:31:23 +00:00
"whatsNew" : "What's new?" ,
2021-12-25 00:10:09 +00:00
"help" : "Help & Support" ,
2023-04-24 01:53:00 +00:00
"markdown" : "Markdown" ,
2021-12-25 00:10:09 +00:00
"debug" : {
"name" : "Debug Info" ,
"success" : "Copied debug info to clipboard!" ,
"fail" : "Unable to copy debug info to clipboard"
2023-06-27 01:53:38 +00:00
} ,
"feedback" : "Feedback"
2021-12-07 17:31:23 +00:00
} ,
"menuAppHeader" : {
2023-07-31 12:06:01 +00:00
"moreButtonToolTip" : "Remove, rename, and more..." ,
2021-12-07 17:31:23 +00:00
"addPageTooltip" : "Quickly add a page inside" ,
2021-12-13 21:50:04 +00:00
"defaultNewPageName" : "Untitled" ,
2022-05-17 19:26:57 +00:00
"renameDialog" : "Rename"
2021-12-07 17:31:23 +00:00
} ,
"toolbar" : {
"undo" : "Undo" ,
"redo" : "Redo" ,
"bold" : "Bold" ,
"italic" : "Italic" ,
"underline" : "Underline" ,
"strike" : "Strikethrough" ,
"numList" : "Numbered List" ,
"bulletList" : "Bulleted List" ,
"checkList" : "Check List" ,
"inlineCode" : "Inline Code" ,
2022-01-29 02:44:35 +00:00
"quote" : "Quote Block" ,
"header" : "Header" ,
2022-12-23 11:57:17 +00:00
"highlight" : "Highlight" ,
2023-07-12 03:54:50 +00:00
"color" : "Color" ,
"addLink" : "Add Link" ,
"link" : "Link"
2021-12-07 17:31:23 +00:00
} ,
2022-01-20 03:07:47 +00:00
"tooltip" : {
2022-01-02 17:54:49 +00:00
"lightMode" : "Switch to Light mode" ,
2022-08-07 14:31:43 +00:00
"darkMode" : "Switch to Dark mode" ,
2022-08-29 06:24:59 +00:00
"openAsPage" : "Open as a Page" ,
"addNewRow" : "Add a new row" ,
2023-02-06 07:12:01 +00:00
"openMenu" : "Click to open menu" ,
2023-05-21 07:08:50 +00:00
"dragRow" : "Long press to reorder the row" ,
2023-02-06 07:12:01 +00:00
"viewDataBase" : "View database" ,
2023-07-12 03:54:50 +00:00
"referencePage" : "This {name} is referenced" ,
"addBlockBelow" : "Add a block below"
2022-01-02 17:54:49 +00:00
} ,
2022-08-29 06:53:06 +00:00
"sideBar" : {
"closeSidebar" : "Close side bar" ,
2023-07-31 12:06:01 +00:00
"openSidebar" : "Open side bar" ,
"personal" : "Personal" ,
"favorites" : "Favorites" ,
"clickToHidePersonal" : "Click to hide personal section" ,
2023-08-02 13:20:51 +00:00
"clickToHideFavorites" : "Click to hide favorite section" ,
2023-07-31 12:06:01 +00:00
"addAPage" : "Add a page"
2022-08-29 06:53:06 +00:00
} ,
2022-05-31 09:41:55 +00:00
"notifications" : {
"export" : {
"markdown" : "Exported Note To Markdown" ,
"path" : "Documents/flowy"
}
} ,
2021-12-07 17:31:23 +00:00
"contactsPage" : {
"title" : "Contacts" ,
"whatsHappening" : "What's happening this week?" ,
"addContact" : "Add Contact" ,
"editContact" : "Edit Contact"
} ,
"button" : {
"OK" : "OK" ,
2023-04-19 22:56:02 +00:00
"Done" : "Done" ,
2021-12-07 17:31:23 +00:00
"Cancel" : "Cancel" ,
"signIn" : "Sign In" ,
"signOut" : "Sign Out" ,
"complete" : "Complete" ,
2023-02-16 02:17:08 +00:00
"save" : "Save" ,
"generate" : "Generate" ,
"esc" : "ESC" ,
"keep" : "Keep" ,
"tryAgain" : "Try again" ,
2023-02-28 06:34:13 +00:00
"discard" : "Discard" ,
2023-03-22 06:49:15 +00:00
"replace" : "Replace" ,
2023-07-12 03:54:50 +00:00
"insertBelow" : "Insert Below" ,
"upload" : "Upload" ,
"edit" : "Edit" ,
"delete" : "Delete" ,
"duplicate" : "Duplicate" ,
2023-07-14 12:33:22 +00:00
"done" : "Done" ,
"putback" : "Put Back"
2021-12-07 17:31:23 +00:00
} ,
"label" : {
"welcome" : "Welcome!" ,
"firstName" : "First Name" ,
"middleName" : "Middle Name" ,
"lastName" : "Last Name" ,
"stepX" : "Step {X}"
} ,
"oAuth" : {
"err" : {
"failedTitle" : "Unable to connect to your account." ,
"failedMsg" : "Please make sure you've completed the sign-in process in your browser."
} ,
"google" : {
"title" : "GOOGLE SIGN-IN" ,
"instruction1" : "In order to import your Google Contacts, you'll need to authorize this application using your web browser." ,
"instruction2" : "Copy this code to your clipboard by clicking the icon or selecting the text:" ,
"instruction3" : "Navigate to the following link in your web browser, and enter the above code:" ,
"instruction4" : "Press the button below when you've completed signup:"
}
2022-01-20 03:07:47 +00:00
} ,
"settings" : {
"title" : "Settings" ,
"menu" : {
"appearance" : "Appearance" ,
2022-01-29 02:44:35 +00:00
"language" : "Language" ,
2022-07-09 14:00:17 +00:00
"user" : "User" ,
2022-12-20 03:14:42 +00:00
"files" : "Files" ,
2023-07-14 05:37:13 +00:00
"open" : "Open Settings" ,
2023-07-29 01:46:24 +00:00
"logout" : "Logout" ,
"logoutPrompt" : "Are you sure to logout?" ,
2023-08-17 15:46:39 +00:00
"selfEncryptionLogoutPrompt" : "Are you sure you want to log out? Please ensure you have copied the encryption secret" ,
2023-08-07 14:24:04 +00:00
"syncSetting" : "Sync Setting" ,
"enableSync" : "Enable sync" ,
2023-08-17 15:46:39 +00:00
"enableEncrypt" : "Encrypt data" ,
"enableEncryptPrompt" : "Activate encryption to secure your data with this secret. Store it safely; once enabled, it can't be turned off. If lost, your data becomes irretrievable. Click to copy" ,
"inputEncryptPrompt" : "Please enter your encryption secret for" ,
"clickToCopySecret" : "Click to copy secret" ,
"inputTextFieldHint" : "Your secret" ,
2023-08-09 02:13:49 +00:00
"historicalUserList" : "User login history" ,
"historicalUserListTooltip" : "This list displays your anonymous accounts. You can click on an account to view its details. Anonymous accounts are created by clicking the 'Get Started' button" ,
"openHistoricalUser" : "Click to open the anonymous account"
2022-01-20 03:07:47 +00:00
} ,
"appearance" : {
2023-08-16 04:28:58 +00:00
"resetSetting" : "Reset this setting" ,
2023-07-04 21:30:38 +00:00
"fontFamily" : {
"label" : "Font Family" ,
"search" : "Search"
} ,
2022-12-08 06:21:11 +00:00
"themeMode" : {
"label" : "Theme Mode" ,
"light" : "Light Mode" ,
"dark" : "Dark Mode" ,
"system" : "Adapt to System"
2022-12-30 03:44:17 +00:00
} ,
2023-09-12 11:11:13 +00:00
"layoutDirection" : {
"label" : "Layout Direction" ,
2023-09-21 01:12:25 +00:00
"hint" : "Control the flow of content on your screen, from left to right or right to left." ,
2023-09-12 11:11:13 +00:00
"ltr" : "LTR" ,
"rtl" : "RTL"
} ,
"textDirection" : {
"label" : "Default text direction" ,
2023-09-21 01:12:25 +00:00
"hint" : "Specify whether text should start from left or right as the default." ,
2023-09-12 11:11:13 +00:00
"ltr" : "LTR" ,
"rtl" : "RTL" ,
"auto" : "AUTO" ,
"fallback" : "Same as layout direction"
} ,
2023-07-03 14:07:11 +00:00
"themeUpload" : {
"button" : "Upload" ,
2023-09-28 06:18:40 +00:00
"uploadTheme" : "Upload theme" ,
2023-07-03 14:07:11 +00:00
"description" : "Upload your own AppFlowy theme using the button below." ,
"failure" : "The theme that was uploaded had an invalid format." ,
"loading" : "Please wait while we validate and upload your theme..." ,
"uploadSuccess" : "Your theme was uploaded successfully" ,
"deletionFailure" : "Failed to delete the theme. Try to delete it manually." ,
"filePickerDialogTitle" : "Choose a .flowy_plugin file" ,
"urlUploadFailure" : "Failed to open url: {}"
} ,
"theme" : "Theme" ,
"builtInsLabel" : "Built-in Themes" ,
2023-09-15 09:51:29 +00:00
"pluginsLabel" : "Plugins" ,
"showNamingDialogWhenCreatingPage" : "Show naming dialog when creating a page"
2022-12-20 03:14:42 +00:00
} ,
"files" : {
2023-05-21 10:53:59 +00:00
"copy" : "Copy" ,
"defaultLocation" : "Read files and data storage location" ,
2023-06-01 12:18:40 +00:00
"exportData" : "Export your data" ,
2022-12-20 03:14:42 +00:00
"doubleTapToCopy" : "Double tap to copy the path" ,
2022-12-20 12:33:41 +00:00
"restoreLocation" : "Restore to AppFlowy default path" ,
"customizeLocation" : "Open another folder" ,
2022-12-20 03:14:42 +00:00
"restartApp" : "Please restart app for the changes to take effect." ,
2022-12-30 03:44:17 +00:00
"exportDatabase" : "Export database" ,
2022-12-20 03:14:42 +00:00
"selectFiles" : "Select the files that need to be export" ,
2023-06-08 07:46:33 +00:00
"selectAll" : "Select all" ,
"deselectAll" : "Deselect all" ,
2022-12-20 03:14:42 +00:00
"createNewFolder" : "Create a new folder" ,
2023-04-03 02:57:59 +00:00
"createNewFolderDesc" : "Tell us where you want to store your data" ,
2023-06-06 09:19:53 +00:00
"defineWhereYourDataIsStored" : "Define where your data is stored" ,
2022-12-20 03:14:42 +00:00
"open" : "Open" ,
2022-12-20 12:33:41 +00:00
"openFolder" : "Open an existing folder" ,
2023-04-03 02:57:59 +00:00
"openFolderDesc" : "Read and write it to your existing AppFlowy folder" ,
2022-12-20 03:14:42 +00:00
"folderHintText" : "folder name" ,
2022-12-20 12:33:41 +00:00
"location" : "Creating a new folder" ,
"locationDesc" : "Pick a name for your AppFlowy data folder" ,
"browser" : "Browse" ,
"create" : "Create" ,
2023-06-06 09:19:53 +00:00
"set" : "Set" ,
2022-12-20 12:33:41 +00:00
"folderPath" : "Path to store your folder" ,
2023-03-28 05:46:49 +00:00
"locationCannotBeEmpty" : "Path cannot be empty" ,
2023-05-21 10:53:59 +00:00
"pathCopiedSnackbar" : "File storage path copied to clipboard!" ,
2023-06-08 07:46:33 +00:00
"changeLocationTooltips" : "Change the data directory" ,
2023-05-21 10:53:59 +00:00
"change" : "Change" ,
2023-06-08 07:46:33 +00:00
"openLocationTooltips" : "Open another data directory" ,
2023-06-21 04:15:32 +00:00
"openCurrentDataFolder" : "Open current data directory" ,
2023-06-08 07:46:33 +00:00
"recoverLocationTooltips" : "Reset to AppFlowy's default data directory" ,
2023-06-01 12:18:40 +00:00
"exportFileSuccess" : "Export file successfully!" ,
2023-06-08 07:46:33 +00:00
"exportFileFail" : "Export file failed!" ,
"export" : "Export"
2023-02-14 02:04:36 +00:00
} ,
"user" : {
"name" : "Name" ,
2023-08-28 13:00:55 +00:00
"email" : "Email" ,
2023-09-22 13:20:07 +00:00
"tooltipSelectIcon" : "Select icon" ,
2023-02-14 02:04:36 +00:00
"selectAnIcon" : "Select an icon" ,
2023-08-08 02:58:14 +00:00
"pleaseInputYourOpenAIKey" : "please input your OpenAI key" ,
"clickToLogout" : "Click to logout the current user"
2023-07-20 08:11:00 +00:00
} ,
"shortcuts" : {
"shortcutsLabel" : "Shortcuts" ,
"command" : "Command" ,
"keyBinding" : "Keybinding" ,
"addNewCommand" : "Add New Command" ,
"updateShortcutStep" : "Press desired key combination and press ENTER" ,
"shortcutIsAlreadyUsed" : "This shortcut is already used for: {conflict}" ,
"resetToDefault" : "Reset to default keybindings" ,
"couldNotLoadErrorMsg" : "Could not load shortcuts, Try again" ,
"couldNotSaveErrorMsg" : "Could not save shortcuts, Try again"
2022-01-20 03:07:47 +00:00
}
2022-03-22 12:51:15 +00:00
} ,
"grid" : {
2023-06-20 15:48:34 +00:00
"deleteView" : "Are you sure you want to delete this view?" ,
2023-06-21 11:47:30 +00:00
"createView" : "New" ,
2023-09-27 07:13:25 +00:00
"title" : {
"placeholder" : "Untitled"
} ,
2022-04-03 02:53:24 +00:00
"settings" : {
"filter" : "Filter" ,
2023-01-11 09:48:53 +00:00
"sort" : "Sort" ,
2022-04-03 02:53:24 +00:00
"sortBy" : "Sort by" ,
2023-07-18 02:47:42 +00:00
"properties" : "Properties" ,
"reorderPropertiesTooltip" : "Drag to reorder properties" ,
2022-11-26 13:28:08 +00:00
"group" : "Group" ,
"addFilter" : "Add Filter" ,
"deleteFilter" : "Delete filter" ,
"filterBy" : "Filter by..." ,
2023-06-05 05:10:14 +00:00
"typeAValue" : "Type a value..." ,
2023-06-01 12:23:27 +00:00
"layout" : "Layout" ,
"databaseLayout" : "Layout"
2022-11-26 13:28:08 +00:00
} ,
"textFilter" : {
"contains" : "Contains" ,
"doesNotContain" : "Does not contain" ,
"endsWith" : "Ends with" ,
"startWith" : "Starts with" ,
"is" : "Is" ,
"isNot" : "Is not" ,
"isEmpty" : "Is empty" ,
2022-11-27 06:47:11 +00:00
"isNotEmpty" : "Is not empty" ,
"choicechipPrefix" : {
"isNot" : "Not" ,
"startWith" : "Starts with" ,
"endWith" : "Ends with" ,
"isEmpty" : "is empty" ,
"isNotEmpty" : "is not empty"
}
2022-04-03 02:53:24 +00:00
} ,
2022-11-27 15:44:23 +00:00
"checkboxFilter" : {
"isChecked" : "Checked" ,
"isUnchecked" : "Unchecked" ,
"choicechipPrefix" : {
"is" : "is"
}
} ,
2022-11-30 08:43:57 +00:00
"checklistFilter" : {
"isComplete" : "is complete" ,
"isIncomplted" : "is incomplete"
} ,
2022-11-28 11:41:57 +00:00
"singleSelectOptionFilter" : {
"is" : "Is" ,
"isNot" : "Is not" ,
"isEmpty" : "Is empty" ,
"isNotEmpty" : "Is not empty"
} ,
"multiSelectOptionFilter" : {
"contains" : "Contains" ,
"doesNotContain" : "Does not contain" ,
"isEmpty" : "Is empty" ,
"isNotEmpty" : "Is not empty"
} ,
2022-03-22 12:51:15 +00:00
"field" : {
"hide" : "Hide" ,
"insertLeft" : "Insert Left" ,
"insertRight" : "Insert Right" ,
"duplicate" : "Duplicate" ,
2022-03-24 09:09:05 +00:00
"delete" : "Delete" ,
"textFieldName" : "Text" ,
2022-03-24 15:52:06 +00:00
"checkboxFieldName" : "Checkbox" ,
2022-03-24 09:09:05 +00:00
"dateFieldName" : "Date" ,
2023-05-31 09:34:41 +00:00
"updatedAtFieldName" : "Last modified time" ,
"createdAtFieldName" : "Created time" ,
2022-03-27 14:38:50 +00:00
"numberFieldName" : "Numbers" ,
2022-03-24 09:09:05 +00:00
"singleSelectFieldName" : "Select" ,
2022-03-27 14:38:50 +00:00
"multiSelectFieldName" : "Multiselect" ,
2022-05-27 11:03:48 +00:00
"urlFieldName" : "URL" ,
2022-11-29 06:17:43 +00:00
"checklistFieldName" : "Checklist" ,
2022-12-24 15:01:55 +00:00
"numberFormat" : "Number format" ,
"dateFormat" : "Date format" ,
"includeTime" : "Include time" ,
2023-09-19 01:58:15 +00:00
"isRange" : "End date" ,
2023-05-03 08:27:56 +00:00
"dateFormatFriendly" : "Month Day, Year" ,
2022-03-28 14:47:30 +00:00
"dateFormatISO" : "Year-Month-Day" ,
2022-09-25 02:57:40 +00:00
"dateFormatLocal" : "Month/Day/Year" ,
2022-07-20 10:58:51 +00:00
"dateFormatUS" : "Year/Month/Day" ,
2023-04-10 10:46:07 +00:00
"dateFormatDayMonthYear" : "Day/Month/Year" ,
2022-12-24 15:01:55 +00:00
"timeFormat" : "Time format" ,
2022-05-22 05:08:23 +00:00
"invalidTimeFormat" : "Invalid format" ,
2022-03-28 14:47:30 +00:00
"timeFormatTwelveHour" : "12 hour" ,
2022-03-29 03:29:21 +00:00
"timeFormatTwentyFourHour" : "24 hour" ,
2023-07-31 02:23:20 +00:00
"clearDate" : "Clear date" ,
2022-03-29 03:29:21 +00:00
"addSelectOption" : "Add an option" ,
"optionTitle" : "Options" ,
2022-03-31 14:51:46 +00:00
"addOption" : "Add option" ,
2022-08-31 12:21:06 +00:00
"editProperty" : "Edit property" ,
2023-04-11 02:18:36 +00:00
"newProperty" : "New property" ,
2023-08-14 09:06:27 +00:00
"deleteFieldPromptMessage" : "Are you sure? This property will be deleted" ,
"newColumn" : "New Column"
2022-03-29 14:58:38 +00:00
} ,
2023-01-11 09:48:53 +00:00
"sort" : {
"ascending" : "Ascending" ,
"descending" : "Descending" ,
2023-08-15 14:28:55 +00:00
"deleteAllSorts" : "Delete all sorts" ,
2023-01-11 09:48:53 +00:00
"addSort" : "Add sort"
} ,
2022-04-09 14:07:48 +00:00
"row" : {
"duplicate" : "Duplicate" ,
2022-04-21 07:59:56 +00:00
"delete" : "Delete" ,
2023-08-22 14:30:41 +00:00
"titlePlaceholder" : "Untitled" ,
2022-06-01 07:22:18 +00:00
"textPlaceholder" : "Empty" ,
2022-09-08 03:17:37 +00:00
"copyProperty" : "Copied property to clipboard" ,
2022-10-01 09:50:19 +00:00
"count" : "Count" ,
2023-04-30 12:50:24 +00:00
"newRow" : "New row" ,
2023-09-27 07:13:25 +00:00
"action" : "Action" ,
"add" : "Click add to below" ,
"drag" : "Drag to move"
2022-04-09 14:07:48 +00:00
} ,
2022-03-29 14:58:38 +00:00
"selectOption" : {
2022-05-06 13:07:34 +00:00
"create" : "Create" ,
2022-03-29 14:58:38 +00:00
"purpleColor" : "Purple" ,
"pinkColor" : "Pink" ,
"lightPinkColor" : "Light Pink" ,
"orangeColor" : "Orange" ,
"yellowColor" : "Yellow" ,
"limeColor" : "Lime" ,
"greenColor" : "Green" ,
"aquaColor" : "Aqua" ,
2022-03-30 14:51:52 +00:00
"blueColor" : "Blue" ,
"deleteTag" : "Delete tag" ,
2022-09-19 07:49:27 +00:00
"colorPanelTitle" : "Colors" ,
"panelTitle" : "Select an option or create one" ,
2023-09-11 02:27:56 +00:00
"searchOption" : "Search for an option" ,
"searchOrCreateOption" : "Search or create an option..." ,
"createNew" : "Create an new" ,
"orSelectOne" : "Or select an option"
2022-05-17 18:25:35 +00:00
} ,
2022-11-29 14:40:49 +00:00
"checklist" : {
2023-09-13 12:44:04 +00:00
"taskHint" : "Task description" ,
"addNew" : "Add a new task" ,
"submitNewTask" : "Create"
2022-11-29 14:40:49 +00:00
} ,
2023-04-04 04:50:22 +00:00
"menuName" : "Grid" ,
"referencedGridPrefix" : "View of"
2022-05-17 18:25:35 +00:00
} ,
2022-06-10 23:41:46 +00:00
"document" : {
2022-11-15 03:45:23 +00:00
"menuName" : "Document" ,
2022-06-02 07:06:15 +00:00
"date" : {
2022-09-17 09:40:21 +00:00
"timeHintTextInTwelveHour" : "01:00 PM" ,
"timeHintTextInTwentyFourHour" : "13:00"
2023-01-30 05:22:13 +00:00
} ,
"slashMenu" : {
"board" : {
2023-03-21 01:29:17 +00:00
"selectABoardToLinkTo" : "Select a Board to link to" ,
"createANewBoard" : "Create a new Board"
2023-02-01 07:37:45 +00:00
} ,
"grid" : {
2023-03-22 01:55:20 +00:00
"selectAGridToLinkTo" : "Select a Grid to link to" ,
"createANewGrid" : "Create a new Grid"
2023-06-11 00:49:10 +00:00
} ,
"calendar" : {
"selectACalendarToLinkTo" : "Select a Calendar to link to" ,
"createANewCalendar" : "Create a new Calendar"
2023-01-30 05:22:13 +00:00
}
2023-02-06 07:12:01 +00:00
} ,
2023-06-29 12:28:30 +00:00
"selectionMenu" : {
2023-08-30 01:58:56 +00:00
"outline" : "Outline" ,
"codeBlock" : "Code Block"
2023-06-29 12:28:30 +00:00
} ,
2023-02-06 07:12:01 +00:00
"plugins" : {
"referencedBoard" : "Referenced Board" ,
2023-02-16 02:17:08 +00:00
"referencedGrid" : "Referenced Grid" ,
2023-06-11 00:49:10 +00:00
"referencedCalendar" : "Referenced Calendar" ,
2023-03-22 06:49:15 +00:00
"autoGeneratorMenuItemName" : "OpenAI Writer" ,
2023-03-13 17:06:08 +00:00
"autoGeneratorTitleName" : "OpenAI: Ask AI to write anything..." ,
2023-02-16 02:17:08 +00:00
"autoGeneratorLearnMore" : "Learn more" ,
"autoGeneratorGenerate" : "Generate" ,
2023-03-22 06:49:15 +00:00
"autoGeneratorHintText" : "Ask OpenAI ..." ,
2023-02-28 06:34:13 +00:00
"autoGeneratorCantGetOpenAIKey" : "Can't get OpenAI key" ,
2023-05-21 07:08:50 +00:00
"autoGeneratorRewrite" : "Rewrite" ,
2023-03-22 06:49:15 +00:00
"smartEdit" : "AI Assistants" ,
"openAI" : "OpenAI" ,
2023-02-28 06:34:13 +00:00
"smartEditFixSpelling" : "Fix spelling" ,
2023-03-22 06:49:15 +00:00
"warning" : "⚠️ AI responses can be inaccurate or misleading." ,
2023-02-28 06:34:13 +00:00
"smartEditSummarize" : "Summarize" ,
2023-05-21 07:08:50 +00:00
"smartEditImproveWriting" : "Improve writing" ,
"smartEditMakeLonger" : "Make longer" ,
2023-02-28 06:34:13 +00:00
"smartEditCouldNotFetchResult" : "Could not fetch result from OpenAI" ,
2023-03-02 11:34:22 +00:00
"smartEditCouldNotFetchKey" : "Could not fetch OpenAI key" ,
2023-03-13 17:06:08 +00:00
"smartEditDisabled" : "Connect OpenAI in Settings" ,
2023-03-22 06:49:15 +00:00
"discardResponse" : "Do you want to discard the AI responses?" ,
2023-07-09 03:03:22 +00:00
"createInlineMathEquation" : "Create equation" ,
2023-07-18 07:59:41 +00:00
"toggleList" : "Toggle List" ,
2023-03-02 11:34:22 +00:00
"cover" : {
"changeCover" : "Change Cover" ,
"colors" : "Colors" ,
"images" : "Images" ,
2023-04-03 03:12:24 +00:00
"clearAll" : "Clear All" ,
2023-03-02 11:34:22 +00:00
"abstract" : "Abstract" ,
"addCover" : "Add Cover" ,
2023-03-15 05:22:48 +00:00
"addLocalImage" : "Add local image" ,
"invalidImageUrl" : "Invalid image URL" ,
"failedToAddImageToGallery" : "Failed to add image to gallery" ,
"enterImageUrl" : "Enter image URL" ,
"add" : "Add" ,
"back" : "Back" ,
"saveToGallery" : "Save to gallery" ,
"removeIcon" : "Remove Icon" ,
"pasteImageUrl" : "Paste image URL" ,
"or" : "OR" ,
"pickFromFiles" : "Pick from files" ,
"couldNotFetchImage" : "Could not fetch image" ,
"imageSavingFailed" : "Image Saving Failed" ,
2023-04-13 12:21:15 +00:00
"addIcon" : "Add Icon" ,
2023-04-17 01:56:15 +00:00
"coverRemoveAlert" : "It will be removed from cover after it is deleted." ,
"alertDialogConfirmation" : "Are you sure, you want to continue?"
2023-04-19 22:56:02 +00:00
} ,
"mathEquation" : {
"addMathEquation" : "Add Math Equation" ,
"editMathEquation" : "Edit Math Equation"
2023-05-17 03:02:55 +00:00
} ,
"optionAction" : {
"click" : "Click" ,
2023-06-05 05:10:14 +00:00
"toOpenMenu" : " to open menu" ,
"delete" : "Delete" ,
"duplicate" : "Duplicate" ,
"turnInto" : "Turn into" ,
"moveUp" : "Move up" ,
"moveDown" : "Move down" ,
2023-06-06 09:19:53 +00:00
"color" : "Color" ,
"align" : "Align" ,
"left" : "Left" ,
"center" : "Center" ,
"right" : "Right" ,
"defaultColor" : "Default"
2023-07-02 03:46:45 +00:00
} ,
"image" : {
"copiedToPasteBoard" : "The image link has been copied to the clipboard"
} ,
"outline" : {
"addHeadingToCreateOutline" : "Add headings to create a table of contents."
2023-08-24 11:25:05 +00:00
} ,
2023-09-01 06:45:21 +00:00
"table" : {
"addAfter" : "Add after" ,
"addBefore" : "Add before" ,
"delete" : "Delete" ,
"clear" : "Clear content" ,
"duplicate" : "Duplicate" ,
"bgColor" : "Background color"
} ,
2023-08-24 11:25:05 +00:00
"contextMenu" : {
"copy" : "Copy" ,
"cut" : "Cut" ,
"paste" : "Paste"
2023-03-02 11:34:22 +00:00
}
2023-07-12 03:54:50 +00:00
} ,
"textBlock" : {
"placeholder" : "Type '/' for commands"
} ,
"title" : {
"placeholder" : "Untitled"
} ,
"imageBlock" : {
"placeholder" : "Click to add image" ,
"upload" : {
"label" : "Upload" ,
"placeholder" : "Click to upload image"
} ,
"url" : {
"label" : "Image URL" ,
"placeholder" : "Enter image URL"
} ,
"support" : "Image size limit is 5MB. Supported formats: JPEG, PNG, GIF, SVG" ,
"error" : {
"invalidImage" : "Invalid image" ,
"invalidImageSize" : "Image size must be less than 5MB" ,
"invalidImageFormat" : "Image format is not supported. Supported formats: JPEG, PNG, GIF, SVG" ,
"invalidImageUrl" : "Invalid image URL"
}
} ,
"codeBlock" : {
"language" : {
"label" : "Language" ,
"placeholder" : "Select language"
}
} ,
"inlineLink" : {
"placeholder" : "Paste or type a link" ,
2023-08-04 11:27:14 +00:00
"openInNewTab" : "Open in new tab" ,
"copyLink" : "Copy link" ,
"removeLink" : "Remove link" ,
2023-07-12 03:54:50 +00:00
"url" : {
"label" : "Link URL" ,
"placeholder" : "Enter link URL"
} ,
"title" : {
"label" : "Link Title" ,
"placeholder" : "Enter link title"
}
2023-08-08 02:07:59 +00:00
} ,
"mention" : {
"placeholder" : "Mention a person or a page or date..." ,
"page" : {
"label" : "Link to page" ,
"tooltip" : "Click to open page"
}
2023-09-22 07:49:11 +00:00
} ,
"toolbar" : {
"resetToDefaultFont" : "Reset to default"
2022-03-22 12:51:15 +00:00
}
2022-08-30 07:26:15 +00:00
} ,
"board" : {
"column" : {
"create_new_card" : "New"
2023-01-30 05:22:13 +00:00
} ,
2023-04-04 04:50:22 +00:00
"menuName" : "Board" ,
"referencedBoardPrefix" : "View of"
2023-01-08 12:51:19 +00:00
} ,
"calendar" : {
2023-01-13 13:35:20 +00:00
"menuName" : "Calendar" ,
2023-03-08 13:19:44 +00:00
"defaultNewCalendarTitle" : "Untitled" ,
2023-09-23 01:47:48 +00:00
"newEventButtonTooltip" : "Add a new event" ,
2023-01-13 13:35:20 +00:00
"navigation" : {
"today" : "Today" ,
"jumpToday" : "Jump to Today" ,
"previousMonth" : "Previous Month" ,
"nextMonth" : "Next Month"
2023-03-20 13:16:37 +00:00
} ,
"settings" : {
"showWeekNumbers" : "Show week numbers" ,
"showWeekends" : "Show weekends" ,
2023-05-04 02:04:24 +00:00
"firstDayOfWeek" : "Start week on" ,
2023-05-15 03:18:08 +00:00
"layoutDateField" : "Layout calendar by" ,
"noDateTitle" : "No Date" ,
2023-06-01 12:23:27 +00:00
"noDateHint" : "Unscheduled events will show up here" ,
2023-06-10 05:23:29 +00:00
"clickToAdd" : "Click to add to the calendar" ,
"name" : "Calendar layout"
2023-06-11 00:49:10 +00:00
} ,
"referencedCalendarPrefix" : "View of"
2023-06-21 02:03:39 +00:00
} ,
"errorDialog" : {
"title" : "AppFlowy Error" ,
"howToFixFallback" : "We're sorry for the inconvenience! Submit an issue on our GitHub page that describes your error." ,
"github" : "View on GitHub"
2023-07-12 03:54:50 +00:00
} ,
"search" : {
"label" : "Search" ,
"placeholder" : {
"actions" : "Search actions..."
}
} ,
"message" : {
"copy" : {
"success" : "Copied!" ,
"fail" : "Unable to copy"
}
} ,
2023-07-14 12:33:22 +00:00
"unSupportBlock" : "The current version does not support this Block." ,
"views" : {
"deleteContentTitle" : "Are you sure want to delete the {pageType}?" ,
"deleteContentCaption" : "if you delete this {pageType}, you can restore it from the trash."
2023-07-27 12:40:18 +00:00
} ,
"colors" : {
"custom" : "Custom" ,
"default" : "Default" ,
"red" : "Red" ,
"orange" : "Orange" ,
"yellow" : "Yellow" ,
"green" : "Green" ,
"blue" : "Blue" ,
"purple" : "Purple" ,
"pink" : "Pink" ,
"brown" : "Brown" ,
"gray" : "Gray"
2023-07-31 03:39:44 +00:00
} ,
"emoji" : {
"filter" : "Filter" ,
"random" : "Random" ,
"selectSkinTone" : "Select skin tone" ,
"remove" : "Remove emoji" ,
"categories" : {
"smileys" : "Smileys & Emotion" ,
"people" : "People & Body" ,
"animals" : "Animals & Nature" ,
"food" : "Food & Drink" ,
"activities" : "Activities" ,
"places" : "Travel & Places" ,
"objects" : "Objects" ,
"symbols" : "Symbols" ,
"flags" : "Flags" ,
2023-08-04 11:27:14 +00:00
"nature" : "Nature" ,
"frequentlyUsed" : "Frequently Used"
2023-07-31 03:39:44 +00:00
}
2023-07-14 12:33:22 +00:00
}
2023-08-08 16:18:46 +00:00
}