1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

[Editor] Fix l10n issues

Remove the strings containing only a variable.
This commit is contained in:
Calixte Denizet 2024-08-02 09:28:57 +02:00
parent 501da85222
commit 63d0fa5733
3 changed files with 6 additions and 5 deletions

View file

@ -447,9 +447,6 @@ pdfjs-editor-new-alt-text-error-close-button = Close
# $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
# $percent (Number) - the percentage of the downloaded size.
pdfjs-editor-new-alt-text-ai-model-downloading-progress = Downloading alt text AI model ({ $downloadedSize } of { $totalSize } MB)
.aria-valuemin = 0
.aria-valuemax = { $totalSize }
.aria-valuenow = { $downloadedSize }
.aria-valuetext = Downloading alt text AI model ({ $downloadedSize } of { $totalSize } MB)
# This is a button that users can click to edit the alt text they have already added.