docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/translate_v3.projects.html b/docs/dyn/translate_v3.projects.html
index 9698b38..a9c3d60 100644
--- a/docs/dyn/translate_v3.projects.html
+++ b/docs/dyn/translate_v3.projects.html
@@ -202,14 +202,14 @@
         # for each language the Translation API supports.
       { # A single supported language response corresponds to information related
           # to one supported language.
-        "supportTarget": True or False, # Can be used as target language.
-        "displayName": "A String", # Human readable name of the language localized in the display language
-            # specified in the request.
         "supportSource": True or False, # Can be used as source language.
         "languageCode": "A String", # Supported language code, generally consisting of its ISO 639-1
             # identifier, for example, 'en', 'ja'. In certain cases, BCP-47 codes
             # including language and region identifiers are returned (for example,
             # 'zh-TW' and 'zh-CN')
+        "supportTarget": True or False, # Can be used as target language.
+        "displayName": "A String", # Human readable name of the language localized in the display language
+            # specified in the request.
       },
     ],
   }</pre>
@@ -238,6 +238,8 @@
     The object takes the form of:
 
 { # The request message for synchronous translation.
+    &quot;targetLanguageCode&quot;: &quot;A String&quot;, # Required. The BCP-47 language code to use for translation of the input
+        # text, set to one of the language codes listed in Language Support.
     &quot;sourceLanguageCode&quot;: &quot;A String&quot;, # Optional. The BCP-47 language code of the input text if
         # known, for example, &quot;en-US&quot; or &quot;sr-Latn&quot;. Supported language codes are
         # listed in Language Support. If the source language isn&#x27;t specified, the API
@@ -291,8 +293,6 @@
         # information.
       &quot;a_key&quot;: &quot;A String&quot;,
     },
-    &quot;targetLanguageCode&quot;: &quot;A String&quot;, # Required. The BCP-47 language code to use for translation of the input
-        # text, set to one of the language codes listed in Language Support.
   }
 
   x__xgafv: string, V1 error format.