msgid ""
msgstr ""
"Project-Id-Version: English (Boost Json Translation (zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-06 13:41+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-array-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 ""
"= `array` A <<ref_value>> stores an instance of <<ref_array>> as the "
"underlying representation for a JSON array. Instances of the __array__ type "
"function identically to a {std_vector} of <<ref_value>>. Additionally, all "
"values inserted into the container will use the same <<ref_storage_ptr>> as "
"the container itself."
msgstr ""
"= `array` A <<ref_value>> stores an instance of <<ref_array>> as the "
"underlying representation for a JSON array. Instances of the __array__ type "
"function identically to a {std_vector} of <<ref_value>>. Additionally, all "
"values inserted into the container will use the same <<ref_storage_ptr>> as "
"the container itself."

#: :19
#, read-only, safe-html, strict-same
msgid ""
"An empty array may be constructed without incurring any memory allocations "
"using the <<default_memory_resource,default memory resource>>. A "
"<<ref_storage_ptr>> can also be explicitly specified:"
msgstr ""
"An empty array may be constructed without incurring any memory allocations "
"using the <<default_memory_resource,default memory resource>>. A "
"<<ref_storage_ptr>> can also be explicitly specified:"

#: :28
#, read-only, safe-html, strict-same
msgid ""
"Initializer lists can be used to construct objects with initial contents. "
"These constructors may allocate memory and throw:"
msgstr ""
"Initializer lists can be used to construct objects with initial contents. "
"These constructors may allocate memory and throw:"

#: :36
#, read-only, safe-html, strict-same
msgid "Alternatively, elements may be inserted after construction:"
msgstr "Alternatively, elements may be inserted after construction:"

#: :43
#, read-only, safe-html, strict-same
msgid ""
"Similar to its standard library counterpart, elements may be accessed "
"directly by their 0-based index with bounds checking using <<ref_array_at>>, "
"or without bounds checking using <<ref_array_operator_lb_rb>>:"
msgstr ""
"Similar to its standard library counterpart, elements may be accessed "
"directly by their 0-based index with bounds checking using <<ref_array_at>>, "
"or without bounds checking using <<ref_array_operator_lb_rb>>:"

#: :52
#, read-only, safe-html, strict-same
msgid ""
"For the complete listing of all available member functions and nested types, "
"see the reference page for <<ref_array>>."
msgstr ""
"For the complete listing of all available member functions and nested types, "
"see the reference page for <<ref_array>>."

#: :55
#, read-only, safe-html, strict-same
msgid "Formatted Output"
msgstr "Formatted Output"

#: :57
#, read-only, safe-html, strict-same
msgid ""
"When an <<ref_array>> is formatted to a {std_ostream}, the result is a valid "
"JSON. That is, the array will be output with square brackets and the comma "
"separated list of values, as per the JSON specification."
msgstr ""
"When an <<ref_array>> is formatted to a {std_ostream}, the result is a valid "
"JSON. That is, the array will be output with square brackets and the comma "
"separated list of values, as per the JSON specification."
