diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 00:23:59 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 21:48:21 -0400 |
| commit | e7ee2cc398dd1bf9d04c30ebacff85c113714d15 (patch) | |
| tree | 36ccce4f4ed2c783a5492ca8c4354bba559fe47d /sharkey-locales | |
| parent | merge: Add "is from local bubble instance" role condition (!1011) (diff) | |
| download | sharkey-e7ee2cc398dd1bf9d04c30ebacff85c113714d15.tar.gz sharkey-e7ee2cc398dd1bf9d04c30ebacff85c113714d15.tar.bz2 sharkey-e7ee2cc398dd1bf9d04c30ebacff85c113714d15.zip | |
add configurable timeout for note translations
Diffstat (limited to 'sharkey-locales')
| -rw-r--r-- | sharkey-locales/en-US.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 0ebc3a9390..2788ba605e 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -564,3 +564,6 @@ wordMuteTestNoMatch: "Text does not match any patterns." bubbleTimeline: "Bubble timeline" bubbleTimelineDescription: "Choose which instances should be displayed in the bubble." bubbleTimelineMustBeEnabled: "Note: the bubble timeline is hidden by default, and must be enabled via roles." + +translationTimeoutLabel: "Translation timeout" +translationTimeoutCaption: "Timeout in milliseconds for translation API requests (default 5000)" |