Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and translations to the most recent versions #17927

Merged
merged 4 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ function packageJson() {
license: DIST_LICENSE,
optionalDependencies: {
canvas: "^2.11.2",
path2d: "^0.1.2",
path2d: "^0.2.0",
},
browser: {
canvas: false,
Expand Down
4 changes: 4 additions & 0 deletions l10n/cy/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ pdfjs-editor-highlight-button =
pdfjs-editor-highlight-button-label = Amlygu
pdfjs-highlight-floating-button =
.title = Amlygu
pdfjs-highlight-floating-button1 =
.title = Amlygu
.aria-label = Amlygu
pdfjs-highlight-floating-button-label = Amlygu
## Remove button for the various kind of editor.

Expand Down
13 changes: 13 additions & 0 deletions l10n/da/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,12 @@ pdfjs-editor-stamp-button-label = Tilføj eller rediger billeder
pdfjs-editor-highlight-button =
.title = Fremhæv
pdfjs-editor-highlight-button-label = Fremhæv
pdfjs-highlight-floating-button =
.title = Fremhæv
pdfjs-highlight-floating-button1 =
.title = Fremhæv
.aria-label = Fremhæv
pdfjs-highlight-floating-button-label = Fremhæv
## Remove button for the various kind of editor.

Expand Down Expand Up @@ -387,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
.title = Lyserød
pdfjs-editor-colorpicker-red =
.title = Rød
## Show all highlights
## This is a toggle button to show/hide all the highlights.

pdfjs-editor-highlight-show-all-button-label = Vis alle
pdfjs-editor-highlight-show-all-button =
.title = Vis alle
66 changes: 66 additions & 0 deletions l10n/en-CA/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,21 @@ pdfjs-find-match-diacritics-checkbox-label = Match Diacritics
pdfjs-find-entire-word-checkbox-label = Whole Words
pdfjs-find-reached-top = Reached top of document, continued from bottom
pdfjs-find-reached-bottom = Reached end of document, continued from top
# Variables:
# $current (Number) - the index of the currently active find result
# $total (Number) - the total number of matches in the document
pdfjs-find-match-count =
{ $total ->
[one] { $current } of { $total } match
*[other] { $current } of { $total } matches
}
# Variables:
# $limit (Number) - the maximum number of matches
pdfjs-find-match-count-limit =
{ $limit ->
[one] More than { $limit } match
*[other] More than { $limit } matches
}
pdfjs-find-not-found = Phrase not found
## Predefined zoom values
Expand Down Expand Up @@ -286,9 +301,26 @@ pdfjs-editor-ink-button-label = Draw
pdfjs-editor-stamp-button =
.title = Add or edit images
pdfjs-editor-stamp-button-label = Add or edit images
pdfjs-editor-highlight-button =
.title = Highlight
pdfjs-editor-highlight-button-label = Highlight
pdfjs-highlight-floating-button =
.title = Highlight
pdfjs-highlight-floating-button1 =
.title = Highlight
.aria-label = Highlight
pdfjs-highlight-floating-button-label = Highlight
## Remove button for the various kind of editor.

pdfjs-editor-remove-ink-button =
.title = Remove drawing
pdfjs-editor-remove-freetext-button =
.title = Remove text
pdfjs-editor-remove-stamp-button =
.title = Remove image
pdfjs-editor-remove-highlight-button =
.title = Remove highlight
##

Expand All @@ -301,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacity
pdfjs-editor-stamp-add-image-button =
.title = Add image
pdfjs-editor-stamp-add-image-button-label = Add image
# This refers to the thickness of the line used for free highlighting (not bound to text)
pdfjs-editor-free-highlight-thickness-input = Thickness
pdfjs-editor-free-highlight-thickness-title =
.title = Change thickness when highlighting items other than text
pdfjs-free-text =
.aria-label = Text Editor
pdfjs-free-text-default-content = Start typing…
Expand All @@ -311,10 +347,33 @@ pdfjs-ink-canvas =
## Alt-text dialog

# Alternative text (alt text) helps when people can't see the image.
pdfjs-editor-alt-text-button-label = Alt text
pdfjs-editor-alt-text-edit-button-label = Edit alt text
pdfjs-editor-alt-text-dialog-label = Choose an option
pdfjs-editor-alt-text-dialog-description = Alt text (alternative text) helps when people can’t see the image or when it doesn’t load.
pdfjs-editor-alt-text-add-description-label = Add a description
pdfjs-editor-alt-text-add-description-description = Aim for 1-2 sentences that describe the subject, setting, or actions.
pdfjs-editor-alt-text-mark-decorative-label = Mark as decorative
pdfjs-editor-alt-text-mark-decorative-description = This is used for ornamental images, like borders or watermarks.
pdfjs-editor-alt-text-cancel-button = Cancel
pdfjs-editor-alt-text-save-button = Save
pdfjs-editor-alt-text-decorative-tooltip = Marked as decorative
# .placeholder: This is a placeholder for the alt text input area
pdfjs-editor-alt-text-textarea =
.placeholder = For example, “A young man sits down at a table to eat a meal”
## Editor resizers
## This is used in an aria label to help to understand the role of the resizer.

pdfjs-editor-resizer-label-top-left = Top left corner — resize
pdfjs-editor-resizer-label-top-middle = Top middle — resize
pdfjs-editor-resizer-label-top-right = Top right corner — resize
pdfjs-editor-resizer-label-middle-right = Middle right — resize
pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
pdfjs-editor-resizer-label-middle-left = Middle left — resize
## Color picker

Expand All @@ -334,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
.title = Pink
pdfjs-editor-colorpicker-red =
.title = Red
## Show all highlights
## This is a toggle button to show/hide all the highlights.

pdfjs-editor-highlight-show-all-button-label = Show all
pdfjs-editor-highlight-show-all-button =
.title = Show all
4 changes: 4 additions & 0 deletions l10n/fr/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ pdfjs-editor-highlight-button =
pdfjs-editor-highlight-button-label = Surligner
pdfjs-highlight-floating-button =
.title = Surligner
pdfjs-highlight-floating-button1 =
.title = Surligner
.aria-label = Surligner
pdfjs-highlight-floating-button-label = Surligner
## Remove button for the various kind of editor.

Expand Down
13 changes: 13 additions & 0 deletions l10n/gn/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,12 @@ pdfjs-editor-stamp-button-label = Embojuaju térã embosako’i ta’ãnga
pdfjs-editor-highlight-button =
.title = Mbosa’y
pdfjs-editor-highlight-button-label = Mbosa’y
pdfjs-highlight-floating-button =
.title = Mbosa’y
pdfjs-highlight-floating-button1 =
.title = Mbosa’y
.aria-label = Mbosa’y
pdfjs-highlight-floating-button-label = Mbosa’y
## Remove button for the various kind of editor.

Expand Down Expand Up @@ -387,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
.title = Pytãngy
pdfjs-editor-colorpicker-red =
.title = Pyha
## Show all highlights
## This is a toggle button to show/hide all the highlights.

pdfjs-editor-highlight-show-all-button-label = Techaukapa
pdfjs-editor-highlight-show-all-button =
.title = Techaukapa
10 changes: 4 additions & 6 deletions l10n/hu/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ pdfjs-download-button-label = Letöltés
pdfjs-bookmark-button =
.title = Jelenlegi oldal (webcím megtekintése a jelenlegi oldalról)
pdfjs-bookmark-button-label = Jelenlegi oldal
# Used in Firefox for Android.
pdfjs-open-in-app-button =
.title = Megnyitás alkalmazásban
# Used in Firefox for Android.
# Length of the translation matters since we are in a mobile context, with limited screen estate.
pdfjs-open-in-app-button-label = Megnyitás alkalmazásban
## Secondary toolbar and context menu

Expand Down Expand Up @@ -306,6 +300,10 @@ pdfjs-editor-highlight-button =
pdfjs-editor-highlight-button-label = Kiemelés
pdfjs-highlight-floating-button =
.title = Kiemelés
pdfjs-highlight-floating-button1 =
.title = Kiemelés
.aria-label = Kiemelés
pdfjs-highlight-floating-button-label = Kiemelés
## Remove button for the various kind of editor.

Expand Down
13 changes: 13 additions & 0 deletions l10n/ia/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,12 @@ pdfjs-editor-stamp-button-label = Adder o rediger imagines
pdfjs-editor-highlight-button =
.title = Evidentia
pdfjs-editor-highlight-button-label = Evidentia
pdfjs-highlight-floating-button =
.title = Evidentiar
pdfjs-highlight-floating-button1 =
.title = Evidentiar
.aria-label = Evidentiar
pdfjs-highlight-floating-button-label = Evidentiar
## Remove button for the various kind of editor.

Expand Down Expand Up @@ -387,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
.title = Rosate
pdfjs-editor-colorpicker-red =
.title = Rubie
## Show all highlights
## This is a toggle button to show/hide all the highlights.

pdfjs-editor-highlight-show-all-button-label = Monstrar toto
pdfjs-editor-highlight-show-all-button =
.title = Monstrar toto
6 changes: 0 additions & 6 deletions l10n/it/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ pdfjs-download-button-label = Scarica
pdfjs-bookmark-button =
.title = Pagina corrente (mostra URL della pagina corrente)
pdfjs-bookmark-button-label = Pagina corrente
# Used in Firefox for Android.
pdfjs-open-in-app-button =
.title = Apri in app
# Used in Firefox for Android.
# Length of the translation matters since we are in a mobile context, with limited screen estate.
pdfjs-open-in-app-button-label = Apri in app
## Secondary toolbar and context menu

Expand Down
4 changes: 4 additions & 0 deletions l10n/ja/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ pdfjs-editor-highlight-button =
pdfjs-editor-highlight-button-label = 強調
pdfjs-highlight-floating-button =
.title = 強調
pdfjs-highlight-floating-button1 =
.title = 強調
.aria-label = 強調します
pdfjs-highlight-floating-button-label = 強調
## Remove button for the various kind of editor.

Expand Down
19 changes: 13 additions & 6 deletions l10n/nb-NO/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ pdfjs-download-button-label = Last ned
pdfjs-bookmark-button =
.title = Gjeldende side (se URL fra gjeldende side)
pdfjs-bookmark-button-label = Gjeldende side
# Used in Firefox for Android.
pdfjs-open-in-app-button =
.title = Åpne i app
# Used in Firefox for Android.
# Length of the translation matters since we are in a mobile context, with limited screen estate.
pdfjs-open-in-app-button-label = Åpne i app
## Secondary toolbar and context menu

Expand Down Expand Up @@ -304,6 +298,12 @@ pdfjs-editor-stamp-button-label = Legg til eller rediger bilder
pdfjs-editor-highlight-button =
.title = Markere
pdfjs-editor-highlight-button-label = Markere
pdfjs-highlight-floating-button =
.title = Markere
pdfjs-highlight-floating-button1 =
.title = Markere
.aria-label = Markere
pdfjs-highlight-floating-button-label = Markere
## Remove button for the various kind of editor.

Expand Down Expand Up @@ -387,3 +387,10 @@ pdfjs-editor-colorpicker-pink =
.title = Rosa
pdfjs-editor-colorpicker-red =
.title = Rød
## Show all highlights
## This is a toggle button to show/hide all the highlights.

pdfjs-editor-highlight-show-all-button-label = Vis alle
pdfjs-editor-highlight-show-all-button =
.title = Vis alle
13 changes: 13 additions & 0 deletions l10n/pl/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,12 @@ pdfjs-editor-stamp-button-label = Dodaj lub edytuj obrazy
pdfjs-editor-highlight-button =
.title = Wyróżnij
pdfjs-editor-highlight-button-label = Wyróżnij
pdfjs-highlight-floating-button =
.title = Wyróżnij
pdfjs-highlight-floating-button1 =
.title = Wyróżnij
.aria-label = Wyróżnij
pdfjs-highlight-floating-button-label = Wyróżnij
## Remove button for the various kind of editor.

Expand Down Expand Up @@ -389,3 +395,10 @@ pdfjs-editor-colorpicker-pink =
.title = Różowy
pdfjs-editor-colorpicker-red =
.title = Czerwony
## Show all highlights
## This is a toggle button to show/hide all the highlights.

pdfjs-editor-highlight-show-all-button-label = Pokaż wszystkie
pdfjs-editor-highlight-show-all-button =
.title = Pokaż wszystkie
4 changes: 4 additions & 0 deletions l10n/pt-PT/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ pdfjs-editor-highlight-button =
pdfjs-editor-highlight-button-label = Destaque
pdfjs-highlight-floating-button =
.title = Destaque
pdfjs-highlight-floating-button1 =
.title = Realçar
.aria-label = Realçar
pdfjs-highlight-floating-button-label = Realçar
## Remove button for the various kind of editor.

Expand Down
18 changes: 18 additions & 0 deletions l10n/skr/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,15 @@ pdfjs-editor-free-text-button-label = متن
pdfjs-editor-ink-button =
.title = چھکو
pdfjs-editor-ink-button-label = چھکو
pdfjs-editor-highlight-button =
.title = نمایاں کرو
pdfjs-editor-highlight-button-label = نمایاں کرو
pdfjs-highlight-floating-button =
.title = نمایاں کرو
pdfjs-highlight-floating-button1 =
.title = نمایاں کرو
.aria-label = نمایاں کرو
pdfjs-highlight-floating-button-label = نمایاں کرو
## Remove button for the various kind of editor.

Expand All @@ -308,6 +317,8 @@ pdfjs-ink-canvas =
## Alt-text dialog

pdfjs-editor-alt-text-cancel-button = منسوخ
pdfjs-editor-alt-text-save-button = محفوظ
## Editor resizers
## This is used in an aria label to help to understand the role of the resizer.
Expand All @@ -325,3 +336,10 @@ pdfjs-editor-colorpicker-pink =
.title = گلابی
pdfjs-editor-colorpicker-red =
.title = لال
## Show all highlights
## This is a toggle button to show/hide all the highlights.

pdfjs-editor-highlight-show-all-button-label = سارے ݙکھاؤ
pdfjs-editor-highlight-show-all-button =
.title = سارے ݙکھاؤ
4 changes: 4 additions & 0 deletions l10n/th/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ pdfjs-editor-highlight-button =
pdfjs-editor-highlight-button-label = เน้น
pdfjs-highlight-floating-button =
.title = เน้นสี
pdfjs-highlight-floating-button1 =
.title = เน้นสี
.aria-label = เน้นสี
pdfjs-highlight-floating-button-label = เน้นสี
## Remove button for the various kind of editor.

Expand Down
Loading