platform/packages/presentation/lang/en.json
Chunosov 163c8ec373
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Add drawing board to collaborative doc editor (#7243)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2024-12-02 10:35:07 +07:00

47 lines
1.4 KiB
JSON

{
"string": {
"Create": "Create",
"Cancel": "Cancel",
"Ok": "Ok",
"Save": "Save",
"Saved": "Saved...",
"Download": "Download",
"Delete": "Delete",
"Close": "Close",
"NotSelected": "Not selected",
"Deselect": "Deselect",
"Archived": "(archived)",
"AddSocialLinks": "Add social links",
"EditSocialLinks": "Edit social links",
"Change": "Change",
"Remove": "Remove",
"Search": "Search...",
"Spaces": "Spaces",
"NumberSpaces": "{count, plural, =0 {In} =1 {In 1 place} other {In # places}}",
"InThis": "In this {space}",
"NoMatchesInThis": "No matches in this {space}",
"NoMatchesFound": "No matches found",
"NotInThis": "Not in this {space}",
"Match": "Match",
"Add": "Add",
"Edit": "Edit",
"DocumentPreview": "Preview",
"MakePrivate": "Make private",
"MakePrivateDescription": "Only members can see it",
"Created": "Created",
"NoResults": "No results to show",
"Next": "Next",
"FailedToPreview": "Failed to preview",
"ContentType": "Content type",
"ContentTypeNotSupported": "Preview is not available for this content type",
"StartDrawing": "Scribble over",
"DrawingHistory": "Scribble history",
"ColorAdd": "Add color preset",
"ColorRemove": "Remove color preset",
"ColorReset": "Reset color presets"
},
"status": {
"FileTooLarge": "File too large"
}
}