AppFlowy/frontend/app_flowy/assets/translations/en.json

233 lines
6.6 KiB
JSON
Raw Normal View History

2021-12-07 17:31:23 +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",
"letsGoButtonText": "Let's Go",
"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",
2021-12-07 17:31:23 +00:00
"markdown": "Markdown",
"copyLink": "Copy Link"
},
"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"
}
2021-12-07 17:31:23 +00:00
},
"menuAppHeader": {
"addPageTooltip": "Quickly add a page inside",
"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",
"highlight": "Highlight"
2021-12-07 17:31:23 +00:00
},
"tooltip": {
"lightMode": "Switch to Light mode",
2022-08-07 14:31:43 +00:00
"darkMode": "Switch to Dark mode",
"openAsPage": "Open as a Page",
"addNewRow": "Add a new row",
"openMenu": "Click to open menu"
},
"sideBar": {
"closeSidebar": "Close side bar",
"openSidebar": "Open side bar"
},
"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",
"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",
2022-01-29 02:44:35 +00:00
"language": "Language",
2022-07-09 14:00:17 +00:00
"user": "User",
2022-01-29 02:44:35 +00:00
"open": "Open Settings"
},
"appearance": {
"lightLabel": "Light Mode",
2022-02-10 07:28:52 +00:00
"darkLabel": "Dark Mode"
}
2022-03-22 12:51:15 +00:00
},
"grid": {
2022-04-03 02:53:24 +00:00
"settings": {
"filter": "Filter",
"sortBy": "Sort by",
2022-09-01 12:41:15 +00:00
"Properties": "Properties",
"group": "Group"
2022-04-03 02:53:24 +00:00
},
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",
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-03-28 14:47:30 +00:00
"numberFormat": " Number format",
"dateFormat": " Date format",
"includeTime": " Include time",
2022-03-28 14:47:30 +00:00
"dateFormatFriendly": "Month Day,Year",
"dateFormatISO": "Year-Month-Day",
"dateFormatLocal": "Year/Month/Day",
"dateFormatUS": "Year/Month/Day",
2022-03-28 14:47:30 +00:00
"timeFormat": " Time format",
"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",
"addSelectOption": "Add an option",
"optionTitle": "Options",
2022-03-31 14:51:46 +00:00
"addOption": "Add option",
"editProperty": "Edit property",
"newColumn": "New column"
2022-03-29 14:58:38 +00:00
},
2022-04-09 14:07:48 +00:00
"row": {
"duplicate": "Duplicate",
2022-04-21 07:59:56 +00:00
"delete": "Delete",
2022-06-01 07:22:18 +00:00
"textPlaceholder": "Empty",
2022-09-08 03:17:37 +00:00
"copyProperty": "Copied property to clipboard",
"count": "Count"
2022-04-09 14:07:48 +00:00
},
2022-03-29 14:58:38 +00:00
"selectOption": {
"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-04-04 03:10:41 +00:00
"colorPannelTitle": "Colors",
2022-04-04 12:47:04 +00:00
"pannelTitle": "Select an option or create one",
"searchOption": "Search for an option"
2022-05-17 18:25:35 +00:00
},
2022-06-10 23:41:46 +00:00
"menuName": "Grid"
2022-05-17 18:25:35 +00:00
},
2022-06-10 23:41:46 +00:00
"document": {
"menuName": "Doc",
2022-06-02 07:06:15 +00:00
"date": {
"timeHintTextInTwelveHour": "12:00 AM",
"timeHintTextInTwentyFourHour": "12:00"
2022-03-22 12:51:15 +00:00
}
2022-08-30 07:26:15 +00:00
},
"board": {
"column": {
"create_new_card": "New"
}
2021-12-07 17:31:23 +00:00
}
2022-08-30 07:26:15 +00:00
}