Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Extension/src/nativeStrings.json
Original file line number Diff line number Diff line change
Expand Up @@ -789,5 +789,21 @@
"check_analysis_process_unavailable": {
"text": "The C++ analysis process was unavailable while checking \"{0}\".",
"hint": "{0} is the source file path. {Locked=\"C++\"} {Locked=\"{0}\"}"
},
"quick_info_size_one": {
"text": "**Size:** %s byte",
"hint": "Size of a C or C++ type when the size is one byte. %s is the size. {Locked=\"**\"} {Locked=\"%s\"}"
},
"quick_info_size_many": {
"text": "**Size:** %s bytes",
"hint": "Size of a C or C++ type when the size is not one byte. %s is the size. {Locked=\"**\"} {Locked=\"%s\"}"
},
"quick_info_alignment_one": {
"text": "**Alignment:** %s byte",
"hint": "Alignment of a C or C++ type when the alignment is one byte. %s is the alignment. {Locked=\"**\"} {Locked=\"%s\"}"
},
"quick_info_alignment_many": {
"text": "**Alignment:** %s bytes",
"hint": "Alignment of a C or C++ type when the alignment is not one byte. %s is the alignment. {Locked=\"**\"} {Locked=\"%s\"}"
}
}
Loading