123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349 |
- {
- "appName": "AppFlowy",
- "defaultUsername": "Me",
- "welcomeText": "Welcome to @:appName",
- "githubStarText": "Star on GitHub",
- "subscribeNewsletterText": "Subscribe to Newsletter",
- "letsGoButtonText": "Quick Start",
- "title": "Title",
- "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",
- "repeatPasswordHint": "Repeat password"
- },
- "signIn": {
- "loginTitle": "Login to @:appName",
- "loginButtonText": "Login",
- "buttonText": "Sign In",
- "forgotPassword": "Forgot Password?",
- "emailHint": "Email",
- "passwordHint": "Password",
- "dontHaveAnAccount": "Don't have an account?",
- "repeatPasswordEmptyError": "Repeat password can't be empty",
- "unmatchedPasswordError": "Repeat password is not the same as password"
- },
- "workspace": {
- "create": "Create workspace",
- "hint": "workspace",
- "notFoundError": "Workspace not found"
- },
- "shareAction": {
- "buttonText": "Share",
- "workInProgress": "Coming soon",
- "markdown": "Markdown",
- "copyLink": "Copy Link"
- },
- "moreAction": {
- "small": "small",
- "medium": "medium",
- "large": "large",
- "fontSize": "Font Size",
- "import": "Import"
- },
- "disclosureAction": {
- "rename": "Rename",
- "delete": "Delete",
- "duplicate": "Duplicate"
- },
- "blankPageTitle": "Blank page",
- "newPageText": "New page",
- "trash": {
- "text": "Trash",
- "restoreAll": "Restore All",
- "deleteAll": "Delete All",
- "pageHeader": {
- "fileName": "File name",
- "lastModified": "Last Modified",
- "created": "Created"
- }
- },
- "deletePagePrompt": {
- "text": "This page is in Trash",
- "restore": "Restore page",
- "deletePermanent": "Delete permanently"
- },
- "dialogCreatePageNameHint": "Page name",
- "questionBubble": {
- "whatsNew": "What's new?",
- "help": "Help & Support",
- "debug": {
- "name": "Debug Info",
- "success": "Copied debug info to clipboard!",
- "fail": "Unable to copy debug info to clipboard"
- }
- },
- "menuAppHeader": {
- "addPageTooltip": "Quickly add a page inside",
- "defaultNewPageName": "Untitled",
- "renameDialog": "Rename"
- },
- "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",
- "quote": "Quote Block",
- "header": "Header",
- "highlight": "Highlight",
- "color": "Color"
- },
- "tooltip": {
- "lightMode": "Switch to Light mode",
- "darkMode": "Switch to Dark mode",
- "openAsPage": "Open as a Page",
- "addNewRow": "Add a new row",
- "openMenu": "Click to open menu",
- "viewDataBase": "View database",
- "referencePage": "This {name} is referenced"
- },
- "sideBar": {
- "closeSidebar": "Close side bar",
- "openSidebar": "Open side bar"
- },
- "notifications": {
- "export": {
- "markdown": "Exported Note To Markdown",
- "path": "Documents/flowy"
- }
- },
- "contactsPage": {
- "title": "Contacts",
- "whatsHappening": "What's happening this week?",
- "addContact": "Add Contact",
- "editContact": "Edit Contact"
- },
- "button": {
- "OK": "OK",
- "Cancel": "Cancel",
- "signIn": "Sign In",
- "signOut": "Sign Out",
- "complete": "Complete",
- "save": "Save"
- },
- "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:"
- }
- },
- "settings": {
- "title": "Settings",
- "menu": {
- "appearance": "Appearance",
- "language": "Language",
- "user": "User",
- "files": "Files",
- "open": "Open Settings"
- },
- "appearance": {
- "themeMode": {
- "label": "Theme Mode",
- "light": "Light Mode",
- "dark": "Dark Mode",
- "system": "Adapt to System"
- },
- "theme": "Theme"
- },
- "files": {
- "defaultLocation": "Where your data is stored now",
- "doubleTapToCopy": "Double tap to copy the path",
- "restoreLocation": "Restore to AppFlowy default path",
- "customizeLocation": "Open another folder",
- "restartApp": "Please restart app for the changes to take effect.",
- "exportDatabase": "Export database",
- "selectFiles": "Select the files that need to be export",
- "createNewFolder": "Create a new folder",
- "createNewFolderDesc": "Tell us where you want to store your data ...",
- "open": "Open",
- "openFolder": "Open an existing folder",
- "openFolderDesc": "Read and write it to your existing AppFlowy folder ...",
- "folderHintText": "folder name",
- "location": "Creating a new folder",
- "locationDesc": "Pick a name for your AppFlowy data folder",
- "browser": "Browse",
- "create": "Create",
- "folderPath": "Path to store your folder",
- "locationCannotBeEmpty": "Path cannot be empty"
- }
- },
- "grid": {
- "settings": {
- "filter": "Filter",
- "sort": "Sort",
- "sortBy": "Sort by",
- "Properties": "Properties",
- "group": "Group",
- "addFilter": "Add Filter",
- "deleteFilter": "Delete filter",
- "filterBy": "Filter by...",
- "typeAValue": "Type a value..."
- },
- "textFilter": {
- "contains": "Contains",
- "doesNotContain": "Does not contain",
- "endsWith": "Ends with",
- "startWith": "Starts with",
- "is": "Is",
- "isNot": "Is not",
- "isEmpty": "Is empty",
- "isNotEmpty": "Is not empty",
- "choicechipPrefix": {
- "isNot": "Not",
- "startWith": "Starts with",
- "endWith": "Ends with",
- "isEmpty": "is empty",
- "isNotEmpty": "is not empty"
- }
- },
- "checkboxFilter": {
- "isChecked": "Checked",
- "isUnchecked": "Unchecked",
- "choicechipPrefix": {
- "is": "is"
- }
- },
- "checklistFilter": {
- "isComplete": "is complete",
- "isIncomplted": "is incomplete"
- },
- "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"
- },
- "field": {
- "hide": "Hide",
- "insertLeft": "Insert Left",
- "insertRight": "Insert Right",
- "duplicate": "Duplicate",
- "delete": "Delete",
- "textFieldName": "Text",
- "checkboxFieldName": "Checkbox",
- "dateFieldName": "Date",
- "numberFieldName": "Numbers",
- "singleSelectFieldName": "Select",
- "multiSelectFieldName": "Multiselect",
- "urlFieldName": "URL",
- "checklistFieldName": "Checklist",
- "numberFormat": "Number format",
- "dateFormat": "Date format",
- "includeTime": "Include time",
- "dateFormatFriendly": "Month Day,Year",
- "dateFormatISO": "Year-Month-Day",
- "dateFormatLocal": "Month/Day/Year",
- "dateFormatUS": "Year/Month/Day",
- "timeFormat": "Time format",
- "invalidTimeFormat": "Invalid format",
- "timeFormatTwelveHour": "12 hour",
- "timeFormatTwentyFourHour": "24 hour",
- "addSelectOption": "Add an option",
- "optionTitle": "Options",
- "addOption": "Add option",
- "editProperty": "Edit property",
- "newColumn": "New column",
- "deleteFieldPromptMessage": "Are you sure? This property will be deleted"
- },
- "sort": {
- "ascending": "Ascending",
- "descending": "Descending",
- "deleteSort": "Delete sort",
- "addSort": "Add sort"
- },
- "row": {
- "duplicate": "Duplicate",
- "delete": "Delete",
- "textPlaceholder": "Empty",
- "copyProperty": "Copied property to clipboard",
- "count": "Count",
- "newRow": "New row"
- },
- "selectOption": {
- "create": "Create",
- "purpleColor": "Purple",
- "pinkColor": "Pink",
- "lightPinkColor": "Light Pink",
- "orangeColor": "Orange",
- "yellowColor": "Yellow",
- "limeColor": "Lime",
- "greenColor": "Green",
- "aquaColor": "Aqua",
- "blueColor": "Blue",
- "deleteTag": "Delete tag",
- "colorPanelTitle": "Colors",
- "panelTitle": "Select an option or create one",
- "searchOption": "Search for an option"
- },
- "checklist": {
- "panelTitle": "Add an item"
- },
- "menuName": "Grid"
- },
- "document": {
- "menuName": "Document",
- "date": {
- "timeHintTextInTwelveHour": "01:00 PM",
- "timeHintTextInTwentyFourHour": "13:00"
- },
- "slashMenu": {
- "board": {
- "selectABoardToLinkTo": "Select a Board to link to"
- },
- "grid": {
- "selectAGridToLinkTo": "Select a Grid to link to"
- }
- },
- "plugins": {
- "referencedBoard": "Referenced Board",
- "referencedGrid": "Referenced Grid"
- }
- },
- "board": {
- "column": {
- "create_new_card": "New"
- },
- "menuName": "Board"
- },
- "calendar": {
- "menuName": "Calendar",
- "navigation": {
- "today": "Today",
- "jumpToday": "Jump to Today",
- "previousMonth": "Previous Month",
- "nextMonth": "Next Month"
- }
- }
- }
|