platform/plugins/diffview-assets/lang/en.json
Andrey Sobolev ddecae80dd
Move services to public (#6156)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-07-28 14:55:43 +07:00

15 lines
429 B
JSON

{
"string": {
"ViewMode": "View mode",
"Unified": "Unified",
"Split": "Split",
"Viewed": "Viewed",
"ShowDiff": "Show diff",
"NoChanges": "File diff has no changes",
"LargeDiffsAreHidden": "Large diffs are not rendered by default.",
"FileIsTooLarge": "File is too large to be displayed.",
"FileWasRenamed": "File was renamed without changes.",
"FileWasDeleted": "File was deleted."
}
}