msgid ""
msgstr ""
"Project-Id-Version: English (Boost Json Translation (zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-06 14:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English <https://insights.cppalliance.org/weblate/projects/"
"boost-json-documentation-zh_Hans/doc-pages-dom-overview-adoc/en/>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2026.5\n"

#: :12
#, read-only, safe-html, strict-same
msgid ""
"= Document Model In this library the following types implement containers "
"used to represent JSON data in memory:"
msgstr ""
"= Document Model In this library the following types implement containers "
"used to represent JSON data in memory:"

#: :18
#, read-only, safe-html, strict-same
msgid "Type"
msgstr "Type"

#: :18
#, read-only, safe-html, strict-same
msgid "Description"
msgstr "Description"

#: :18
#, read-only, safe-html, strict-same
msgid "<<ref_array>>"
msgstr "<<ref_array>>"

#: :18
#, read-only, safe-html, strict-same
msgid ""
"A sequence container of JSON values supporting dynamic size and fast, random"
msgstr ""
"A sequence container of JSON values supporting dynamic size and fast, random"

#: :23
#, read-only, safe-html, strict-same
msgid ""
"access. The interface and performance characteristics are similar to "
"{std_vector}."
msgstr ""
"access. The interface and performance characteristics are similar to "
"{std_vector}."

#: :26
#, read-only, safe-html, strict-same
msgid "<<ref_object>>"
msgstr "<<ref_object>>"

#: :26
#, read-only, safe-html, strict-same
msgid ""
"An associative container of key-value pairs with unique keys, where the key"
msgstr ""
"An associative container of key-value pairs with unique keys, where the key"

#: :28
#, read-only, safe-html, strict-same
msgid ""
"is a string and the mapped type is a JSON value. Search, insertion, and "
"removal have average contant-time complexity. In addition, elements are "
"stored contiguously in memory allowing cache-friendly iteration."
msgstr ""
"is a string and the mapped type is a JSON value. Search, insertion, and "
"removal have average contant-time complexity. In addition, elements are "
"stored contiguously in memory allowing cache-friendly iteration."

#: :32
#, read-only, safe-html, strict-same
msgid "<<ref_string>>"
msgstr "<<ref_string>>"

#: :32
#, read-only, safe-html, strict-same
msgid ""
"A contiguous range of characters. The library assumes that the contents of"
msgstr ""
"A contiguous range of characters. The library assumes that the contents of"

#: :34
#, read-only, safe-html, strict-same
msgid "the string holds only valid UTF-8."
msgstr "the string holds only valid UTF-8."

#: :36
#, read-only, safe-html, strict-same
msgid "<<ref_value>>"
msgstr "<<ref_value>>"

#: :36
#, read-only, safe-html, strict-same
msgid ""
"A special variant which can hold one of any of the six standard JSON data"
msgstr ""
"A special variant which can hold one of any of the six standard JSON data"

#: :38
#, read-only, safe-html, strict-same
msgid "types. |==="
msgstr "types. |==="

#: :41
#, read-only, safe-html, strict-same
msgid "These containers are explored in-depth in the sections that follow."
msgstr "These containers are explored in-depth in the sections that follow."

#: :55
#, read-only, safe-html, strict-same
msgid ""
":leveloffset: +1 include::value.adoc[] include::string.adoc[] "
"include::array.adoc[] include::object.adoc[] include::numbers.adoc[] "
"include::init_lists.adoc[] include::nested_access.adoc[] :leveloffset: -1"
msgstr ""
":leveloffset: +1 include::value.adoc[] include::string.adoc[] "
"include::array.adoc[] include::object.adoc[] include::numbers.adoc[] "
"include::init_lists.adoc[] include::nested_access.adoc[] :leveloffset: -1"
