msgid ""
msgstr ""
"Project-Id-Version: English (Boost Json Translation (zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-06 19:14+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-nested-access-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"

#: :11
#, read-only, safe-html, strict-same
msgid ""
"= Accessing Deeply Nested Elements In order to allow conveniently retrieving "
"and changing deeply nested elements of <<ref_value>> objects the library "
"implements https://datatracker.ietf.org/doc/html/rfc6901[RFC 6901 (JSON "
"Pointer)]:"
msgstr ""
"= Accessing Deeply Nested Elements In order to allow conveniently retrieving "
"and changing deeply nested elements of <<ref_value>> objects the library "
"implements https://datatracker.ietf.org/doc/html/rfc6901[RFC 6901 (JSON "
"Pointer)]:"

#: :21
#, read-only, safe-html, strict-same
msgid ""
"This is particularly useful when throwing exceptions is undesirable. For "
"example, compare"
msgstr ""
"This is particularly useful when throwing exceptions is undesirable. For "
"example, compare"

#: :29
#, read-only, safe-html, strict-same
msgid "with"
msgstr "with"

#: :36
#, read-only, safe-html, strict-same
msgid ""
"The library also allows changing and adding deeply nested elements. The "
"function <<ref_value_set_at_pointer>> traverses the value similarly to "
"<<ref_value_at_pointer>>, but additionally, it can create missing elements "
"in certain cases:"
msgstr ""
"The library also allows changing and adding deeply nested elements. The "
"function <<ref_value_set_at_pointer>> traverses the value similarly to "
"<<ref_value_at_pointer>>, but additionally, it can create missing elements "
"in certain cases:"

#: :46
#, read-only, safe-html, strict-same
msgid ""
"The specific behavior is controlled by an optional parameter of type "
"<<ref_set_pointer_options>>. For example, here's the same example with a "
"different option:"
msgstr ""
"The specific behavior is controlled by an optional parameter of type "
"<<ref_set_pointer_options>>. For example, here's the same example with a "
"different option:"
