Skip to content

Commit

Permalink
add bucket usage explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
gersona committed Nov 12, 2024
1 parent 6016b19 commit 2295605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/admin/machine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Google Cloud Translation Advanced
+-----------------+---------------------------------------+----------------------------------------------------------------------------------------------------------+
| ``location`` | Google Translate location | Choose a Google Cloud Translation region that is used for the Google Cloud project or is closest to you. |
+-----------------+---------------------------------------+----------------------------------------------------------------------------------------------------------+
| ``bucket_name`` | Google Storage Bucket name | Enter the name of the Google Cloud Storage bucket. |
| ``bucket_name`` | Google Storage Bucket name | Enter the name of the Google Cloud Storage bucket that is used to store the Glossary files. |
+-----------------+---------------------------------------+----------------------------------------------------------------------------------------------------------+

Machine translation service provided by the Google Cloud services.
Expand Down
2 changes: 1 addition & 1 deletion weblate/machinery/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class GoogleV3MachineryForm(BaseMachineryForm):
),
help_text=pgettext_lazy(
"Google Cloud Translation configuration",
"Enter the name of the Google Cloud Storage bucket.",
"Enter the name of the Google Cloud Storage bucket that is used to store the Glossary files.",
),
required=False,
)
Expand Down

0 comments on commit 2295605

Please sign in to comment.