2021-12-13 12:05:46 +03:00
|
|
|
{
|
|
|
|
"string": {
|
2023-05-12 08:43:58 +03:00
|
|
|
"Contains": "contains",
|
2021-12-13 12:05:46 +03:00
|
|
|
"MoveClass": "Move {class}",
|
2021-12-14 12:24:14 +03:00
|
|
|
"SelectToMove": "Select the {classLabel} you want to move {class} to.",
|
2021-12-15 12:08:02 +03:00
|
|
|
"Delete": "Delete",
|
|
|
|
"Move": "Move",
|
2022-02-10 12:04:18 +03:00
|
|
|
"Cancel": "Cancel",
|
|
|
|
"LabelYes": "Yes",
|
|
|
|
"LabelNo": "No",
|
2022-02-16 12:02:31 +03:00
|
|
|
"LabelNA": "N/A",
|
2022-02-23 19:10:11 +03:00
|
|
|
"ChooseAColor": "Choose a color",
|
|
|
|
"Table": "Table",
|
2022-03-04 12:02:13 +03:00
|
|
|
"Role": "Role",
|
|
|
|
"DeleteObject": "Delete object",
|
2023-05-23 13:20:11 +03:00
|
|
|
"DeleteObjectConfirm": "Do you want to delete {count, plural, =1 {this object} other {these # objects}}?",
|
|
|
|
"DeletePopupNoPermissionTitle": "Not enough permissions to delete.",
|
|
|
|
"DeletePopupNoPermissionLabel": "Please contact people from the list below for them to do so.",
|
|
|
|
"DeletePopupCreatorLabel": "Creators (can delete only ones that were created by them):",
|
|
|
|
"DeletePopupOwnerLabel": "Owners (can delete all of them):",
|
2023-05-10 14:41:21 +03:00
|
|
|
"Archive": "Archive",
|
|
|
|
"ArchiveConfirm": "Do you want to archive this {count, plural, =1 {object} other {# objects}}?",
|
2022-04-28 13:05:28 +03:00
|
|
|
"Open": "Open",
|
2024-01-30 14:08:28 +03:00
|
|
|
"OpenInNewTab": "Open in new tab",
|
2022-04-28 13:05:28 +03:00
|
|
|
"Assignees": "Assignees",
|
2022-05-04 11:08:12 +03:00
|
|
|
"Labels": "Labels",
|
|
|
|
"MoveLeft": "Move left",
|
|
|
|
"MoveRight": "Move right",
|
|
|
|
"MoveUp": "Move up",
|
|
|
|
"MoveDown": "Move down",
|
2022-05-13 20:31:57 +03:00
|
|
|
"RestoreDefaults": "Restore defaults",
|
2022-05-04 11:08:12 +03:00
|
|
|
"SelectItem": "Select focused item",
|
|
|
|
"SelectItemAll": "Select all items",
|
|
|
|
"SelectItemNone": "Deselect all items",
|
2023-10-10 10:53:26 +03:00
|
|
|
"NumberItems": "{count, plural, =0 {no items} =1 {1 item} other {# items}}",
|
2022-05-04 11:08:12 +03:00
|
|
|
|
2023-05-23 13:19:35 +03:00
|
|
|
"Assigned": "Assigned",
|
|
|
|
"Created": "Created",
|
|
|
|
"Subscribed": "Subscribed",
|
2023-11-27 12:16:46 +03:00
|
|
|
|
2022-05-04 11:08:12 +03:00
|
|
|
"ShowPreview": "Show document preview",
|
|
|
|
"ShowActions": "Show actions popup",
|
|
|
|
|
2023-11-27 12:16:46 +03:00
|
|
|
"ActionPlaceholder": "Search or run a command...",
|
2022-05-04 11:08:12 +03:00
|
|
|
"General": "General",
|
|
|
|
"Navigation": "Navigation",
|
|
|
|
"Editor": "Editor",
|
2022-05-05 17:50:28 +03:00
|
|
|
"MarkdownFormatting": "Formatting",
|
2022-05-19 09:38:12 +03:00
|
|
|
"CustomizeView": "Customize view",
|
|
|
|
"Filter": "Filter",
|
|
|
|
"ClearFilters": "Clear filters",
|
|
|
|
"FilterIsNot": "is not",
|
2023-05-18 19:17:34 +03:00
|
|
|
"FilterIsEither": "is",
|
2023-06-07 11:57:43 +03:00
|
|
|
"FilterIsEitherPlural": "is",
|
2022-05-19 09:38:12 +03:00
|
|
|
"FilterStatesCount": "{value, plural, =1 {1 state} other {# states}}",
|
2023-04-03 11:37:14 +03:00
|
|
|
"FilterUpdated": "Filter was updated",
|
|
|
|
"FilterRemoved": "{count, plural, =1 {# non-existing value was} other {# non-existing values were}} removed from the filter",
|
2022-05-19 09:38:12 +03:00
|
|
|
"Before": "Before",
|
2022-05-21 20:17:10 +03:00
|
|
|
"After": "After",
|
2022-05-24 17:46:19 +03:00
|
|
|
"Apply": "Apply",
|
|
|
|
"Save": "Save",
|
|
|
|
"IncludeItemsThatMatch": "Include items that match",
|
|
|
|
"AnyFilter": "any filter",
|
2022-06-21 07:05:09 +03:00
|
|
|
"AllFilters": "all filters",
|
|
|
|
"MatchCriteria": "Match criteria",
|
2022-06-29 09:54:47 +03:00
|
|
|
"DontMatchCriteria": "Don't match criteria",
|
2023-01-12 22:56:35 +03:00
|
|
|
"View": "View",
|
2023-01-14 13:54:54 +03:00
|
|
|
"MarkupEditor": "Edit of rich content field",
|
|
|
|
"List": "List",
|
2024-04-16 04:31:27 +03:00
|
|
|
"Grid": "Grid",
|
2023-01-24 16:43:06 +03:00
|
|
|
"Timeline": "Timeline",
|
2023-01-14 13:54:54 +03:00
|
|
|
"Select": "Select",
|
|
|
|
"NoGrouping": "No grouping",
|
|
|
|
"Grouping": "Grouping",
|
|
|
|
"Ordering": "Ordering",
|
2023-01-19 18:38:18 +03:00
|
|
|
"Manual": "Manual",
|
|
|
|
|
|
|
|
"FilteredViews": "Filtered views",
|
|
|
|
"NewFilteredView": "New filtered view",
|
2023-01-25 16:45:50 +03:00
|
|
|
"FilteredViewName": "Filtered view name",
|
2023-01-29 18:33:04 +03:00
|
|
|
"Then": "Then",
|
2023-02-03 12:51:01 +03:00
|
|
|
"ShowPreviewOnClick": "Please click to show document index preview...",
|
2023-05-30 10:17:03 +03:00
|
|
|
"Shown": "showing {len} results {total, plural, =-1 {} other {of filtered # items}}",
|
|
|
|
"Total": "Total: {total, plural, other{#}}",
|
2023-05-08 18:52:49 +03:00
|
|
|
"ShowEmptyGroups": "Show empty groups",
|
|
|
|
"Overdue": "Overdue",
|
|
|
|
"Today": "Today",
|
2023-05-18 19:17:34 +03:00
|
|
|
"Yesterday": "Yesterday",
|
2023-05-08 18:52:49 +03:00
|
|
|
"ThisWeek": "This week",
|
|
|
|
"NextWeek": "Next week",
|
|
|
|
"ThisMonth": "This month",
|
|
|
|
"NextMonth": "Next month",
|
|
|
|
"NotSpecified": "Not specified",
|
2023-05-18 19:17:34 +03:00
|
|
|
"ExactDate": "Exact date",
|
|
|
|
"BeforeDate": "Before date",
|
|
|
|
"AfterDate": "After date",
|
|
|
|
"BetweenDates": "Between dates",
|
2023-05-15 22:29:31 +03:00
|
|
|
"AddSavedView": "Add saved view",
|
|
|
|
"Public": "Public",
|
|
|
|
"Hide": "Hide",
|
2023-06-12 20:07:58 +03:00
|
|
|
"Rename": "Rename",
|
2023-05-18 19:17:34 +03:00
|
|
|
"SaveAs": "Save as",
|
|
|
|
"And": "and",
|
2023-05-29 21:17:14 +03:00
|
|
|
"Between": "is between",
|
2023-05-31 11:40:47 +03:00
|
|
|
"ShowColors": "Use colors",
|
2023-05-31 21:46:24 +03:00
|
|
|
"Show": "Show",
|
|
|
|
"FilterArrayAll": "includes all",
|
2023-06-05 12:06:15 +03:00
|
|
|
"FilterArrayAny": "includes any",
|
2023-07-19 15:46:03 +03:00
|
|
|
"Or": "Or",
|
|
|
|
"HyperlinkPlaceholder": "https://jappleseed.com",
|
2023-09-19 11:57:23 +03:00
|
|
|
"CopyToClipboard": "Copy to clipboard",
|
2023-12-27 12:20:15 +03:00
|
|
|
"PublicView": "Public",
|
2023-09-19 11:57:23 +03:00
|
|
|
|
|
|
|
"ChooseIcon": "Choose icon",
|
|
|
|
"IconColor": "Choose icon color",
|
|
|
|
"IconCategory": "Icon",
|
2023-11-27 12:16:46 +03:00
|
|
|
"EmojiCategory": "Emoji",
|
|
|
|
"Type": "Type",
|
2024-01-11 17:46:11 +03:00
|
|
|
"ToViewCommands": "to view available commands",
|
|
|
|
"UnArchive": "Unarchive",
|
|
|
|
"Pin": "Pin",
|
2024-04-17 15:26:30 +03:00
|
|
|
"Unpin": "Unpin",
|
2024-04-17 20:43:51 +03:00
|
|
|
"Archived": "Archived",
|
2024-05-10 14:54:34 +03:00
|
|
|
"MoreActions": "More actions",
|
|
|
|
"Leave": "Leave",
|
2024-05-15 18:41:21 +03:00
|
|
|
"Join": "Join",
|
|
|
|
"Copied": "Copied"
|
2021-12-13 12:05:46 +03:00
|
|
|
}
|
2021-12-14 12:24:14 +03:00
|
|
|
}
|