platform/plugins/view-assets/lang/en.json
Andrey Sobolev c4b73a8fd0
Fix UI for adding attributes (#1660)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-05-06 00:55:08 +07:00

42 lines
1.2 KiB
JSON

{
"string": {
"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 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",
"SelectItem": "Select focused item",
"SelectItemAll": "Select all items",
"SelectItemNone": "Deselect all items",
"ShowPreview": "Show document preview",
"ShowActions": "Show actions popup",
"ActionPlaceholder": "type to filter...",
"General": "General",
"Navigation": "Navigation",
"Editor": "Editor",
"MarkdownFormatting": "Formatting",
"Type": "Type",
"WithTime": "WithTime",
"CreatingAttribute": "Creating an attribute",
"CreatingAttributeConfirm": "Warning: It will not be possible for now to change or delete created attribute."
}
}