platform/plugins/view-assets/lang/en.json
Vyacheslav Tumanov 7c417e2f1c
UBER-417: replace AddSavedView with select popup, allow renaming (#3423)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
2023-06-13 00:07:58 +07:00

109 lines
3.7 KiB
JSON

{
"string": {
"Contains": "contains",
"MoveClass": "Move {class}",
"SelectToMove": "Select the {classLabel} you want to move {class} to.",
"Delete": "Delete",
"Move": "Move",
"Cancel": "Cancel",
"LabelYes": "Yes",
"LabelNo": "No",
"LabelNA": "N/A",
"ChooseAColor": "Choose a color",
"Table": "Table",
"Role": "Role",
"DeleteObject": "Delete object",
"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):",
"Archive": "Archive",
"ArchiveConfirm": "Do you want to archive this {count, plural, =1 {object} other {# objects}}?",
"Open": "Open",
"Assignees": "Assignees",
"Labels": "Labels",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"MoveUp": "Move up",
"MoveDown": "Move down",
"RestoreDefaults": "Restore defaults",
"SelectItem": "Select focused item",
"SelectItemAll": "Select all items",
"SelectItemNone": "Deselect all items",
"Assigned": "Assigned",
"Created": "Created",
"Subscribed": "Subscribed",
"ShowPreview": "Show document preview",
"ShowActions": "Show actions popup",
"ActionPlaceholder": "type to filter...",
"General": "General",
"Navigation": "Navigation",
"Editor": "Editor",
"MarkdownFormatting": "Formatting",
"CustomizeView": "Customize view",
"Filter": "Filter",
"ClearFilters": "Clear filters",
"FilterIsNot": "is not",
"FilterIsEither": "is",
"FilterIsEitherPlural": "is",
"FilterStatesCount": "{value, plural, =1 {1 state} other {# states}}",
"FilterUpdated": "Filter was updated",
"FilterRemoved": "{count, plural, =1 {# non-existing value was} other {# non-existing values were}} removed from the filter",
"Before": "Before",
"After": "After",
"Apply": "Apply",
"Save": "Save",
"IncludeItemsThatMatch": "Include items that match",
"AnyFilter": "any filter",
"AllFilters": "all filters",
"MatchCriteria": "Match criteria",
"DontMatchCriteria": "Don't match criteria",
"View": "View",
"MarkupEditor": "Edit of rich content field",
"List": "List",
"Timeline": "Timeline",
"Select": "Select",
"NoGrouping": "No grouping",
"Grouping": "Grouping",
"Ordering": "Ordering",
"Manual": "Manual",
"FilteredViews": "Filtered views",
"NewFilteredView": "New filtered view",
"FilteredViewName": "Filtered view name",
"Then": "Then",
"ShowPreviewOnClick": "Please click to show document index preview...",
"Shown": "showing {len} results {total, plural, =-1 {} other {of filtered # items}}",
"Total": "Total: {total, plural, other{#}}",
"ShowEmptyGroups": "Show empty groups",
"Overdue": "Overdue",
"Today": "Today",
"Yesterday": "Yesterday",
"ThisWeek": "This week",
"NextWeek": "Next week",
"ThisMonth": "This month",
"NextMonth": "Next month",
"NotSpecified": "Not specified",
"ExactDate": "Exact date",
"BeforeDate": "Before date",
"AfterDate": "After date",
"BetweenDates": "Between dates",
"AddSavedView": "Add saved view",
"Public": "Public",
"Hide": "Hide",
"Rename": "Rename",
"SaveAs": "Save as",
"And": "and",
"Between": "is between",
"ShowColors": "Use colors",
"Show": "Show",
"FilterArrayAll": "includes all",
"FilterArrayAny": "includes any",
"Or": "Or"
}
}