Merge pull request #17334 from timvandermeij/updates
Update dependencies and translations to the most recent versions
This commit is contained in:
commit
f4b396f6c8
@ -220,7 +220,7 @@ function createWebpackConfig(
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
corejs: "3.33.2",
|
||||
corejs: "3.33.3",
|
||||
exclude: ["web.structured-clone"],
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
|
@ -226,6 +226,23 @@ pdfjs-find-match-diacritics-checkbox-label = З улікам дыякрытык
|
||||
pdfjs-find-entire-word-checkbox-label = Словы цалкам
|
||||
pdfjs-find-reached-top = Дасягнуты пачатак дакумента, працяг з канца
|
||||
pdfjs-find-reached-bottom = Дасягнуты канец дакумента, працяг з пачатку
|
||||
# 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 } з { $total } супадзенняў
|
||||
[few] { $current } з { $total } супадзенняў
|
||||
*[many] { $current } з { $total } супадзенняў
|
||||
}
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit =
|
||||
{ $limit ->
|
||||
[one] Больш за { $limit } супадзенне
|
||||
[few] Больш за { $limit } супадзенні
|
||||
*[many] Больш за { $limit } супадзенняў
|
||||
}
|
||||
pdfjs-find-not-found = Выраз не знойдзены
|
||||
|
||||
## Predefined zoom values
|
||||
@ -324,3 +341,11 @@ pdfjs-editor-alt-text-textarea =
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
||||
pdfjs-editor-resizer-label-top-left = Верхні левы кут — змяніць памер
|
||||
pdfjs-editor-resizer-label-top-middle = Уверсе пасярэдзіне — змяніць памер
|
||||
pdfjs-editor-resizer-label-top-right = Верхні правы кут — змяніць памер
|
||||
pdfjs-editor-resizer-label-middle-right = Пасярэдзіне справа — змяніць памер
|
||||
pdfjs-editor-resizer-label-bottom-right = Правы ніжні кут — змяніць памер
|
||||
pdfjs-editor-resizer-label-bottom-middle = Пасярэдзіне ўнізе — змяніць памер
|
||||
pdfjs-editor-resizer-label-bottom-left = Левы ніжні кут — змяніць памер
|
||||
pdfjs-editor-resizer-label-middle-left = Пасярэдзіне злева — змяніць памер
|
||||
|
@ -309,6 +309,8 @@ pdfjs-editor-ink-button-label = Lluniadu
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Ychwanegu neu olygu delweddau
|
||||
pdfjs-editor-stamp-button-label = Ychwanegu neu olygu delweddau
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Tynnu
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Lliw
|
||||
pdfjs-editor-free-text-size-input = Maint
|
||||
|
@ -305,6 +305,8 @@ pdfjs-editor-ink-button-label = Kresliś
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Wobraze pśidaś abo wobźěłaś
|
||||
pdfjs-editor-stamp-button-label = Wobraze pśidaś abo wobźěłaś
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Wótwónoźeś
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Barwa
|
||||
pdfjs-editor-free-text-size-input = Wjelikosć
|
||||
|
@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = Σχέδιο
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Προσθήκη ή επεξεργασία εικόνων
|
||||
pdfjs-editor-stamp-button-label = Προσθήκη ή επεξεργασία εικόνων
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Αφαίρεση
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Χρώμα
|
||||
pdfjs-editor-free-text-size-input = Μέγεθος
|
||||
|
@ -301,6 +301,8 @@ 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-remove-button =
|
||||
.title = Remove
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Colour
|
||||
pdfjs-editor-free-text-size-input = Size
|
||||
|
@ -226,6 +226,21 @@ pdfjs-find-match-diacritics-checkbox-label = Respekti supersignojn
|
||||
pdfjs-find-entire-word-checkbox-label = Tutaj vortoj
|
||||
pdfjs-find-reached-top = Komenco de la dokumento atingita, daŭrigado ekde la fino
|
||||
pdfjs-find-reached-bottom = Fino de la dokumento atingita, daŭrigado ekde la komenco
|
||||
# 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 } el { $total } kongruo
|
||||
*[other] { $current } el { $total } kongruoj
|
||||
}
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit =
|
||||
{ $limit ->
|
||||
[one] Pli ol { $limit } kongruo
|
||||
*[other] Pli ol { $limit } kongruoj
|
||||
}
|
||||
pdfjs-find-not-found = Frazo ne trovita
|
||||
|
||||
## Predefined zoom values
|
||||
@ -324,3 +339,11 @@ pdfjs-editor-alt-text-textarea =
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
||||
pdfjs-editor-resizer-label-top-left = Supra maldekstra angulo — ŝangi grandon
|
||||
pdfjs-editor-resizer-label-top-middle = Supra mezo — ŝanĝi grandon
|
||||
pdfjs-editor-resizer-label-top-right = Supran dekstran angulon — ŝanĝi grandon
|
||||
pdfjs-editor-resizer-label-middle-right = Dekstra mezo — ŝanĝi grandon
|
||||
pdfjs-editor-resizer-label-bottom-right = Malsupra deksta angulo — ŝanĝi grandon
|
||||
pdfjs-editor-resizer-label-bottom-middle = Malsupra mezo — ŝanĝi grandon
|
||||
pdfjs-editor-resizer-label-bottom-left = Malsupra maldekstra angulo — ŝanĝi grandon
|
||||
pdfjs-editor-resizer-label-middle-left = Maldekstra mezo — ŝanĝi grandon
|
||||
|
@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = Dibujar
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Añadir o editar imágenes
|
||||
pdfjs-editor-stamp-button-label = Añadir o editar imágenes
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Eliminar
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Color
|
||||
pdfjs-editor-free-text-size-input = Tamaño
|
||||
|
@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = Piirros
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Lisää tai muokkaa kuvia
|
||||
pdfjs-editor-stamp-button-label = Lisää tai muokkaa kuvia
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Poista
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Väri
|
||||
pdfjs-editor-free-text-size-input = Koko
|
||||
|
@ -297,6 +297,8 @@ pdfjs-editor-ink-button-label = Dessiner
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Ajouter ou modifier des images
|
||||
pdfjs-editor-stamp-button-label = Ajouter ou modifier des images
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Supprimer
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Couleur
|
||||
pdfjs-editor-free-text-size-input = Taille
|
||||
|
@ -226,6 +226,21 @@ pdfjs-find-match-diacritics-checkbox-label = Distinguir os diacríticos
|
||||
pdfjs-find-entire-word-checkbox-label = Palabras completas
|
||||
pdfjs-find-reached-top = Chegouse ao inicio do documento, continuar desde o final
|
||||
pdfjs-find-reached-bottom = Chegouse ao final do documento, continuar desde o inicio
|
||||
# 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] Coincidencia { $current } de { $total }
|
||||
*[other] Coincidencia { $current } de { $total }
|
||||
}
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit =
|
||||
{ $limit ->
|
||||
[one] Máis de { $limit } coincidencia
|
||||
*[other] Máis de { $limit } coincidencias
|
||||
}
|
||||
pdfjs-find-not-found = Non se atopou a frase
|
||||
|
||||
## Predefined zoom values
|
||||
@ -305,7 +320,28 @@ pdfjs-ink-canvas =
|
||||
|
||||
## Alt-text dialog
|
||||
|
||||
# Alternative text (alt text) helps when people can't see the image.
|
||||
pdfjs-editor-alt-text-button-label = Texto alternativo
|
||||
pdfjs-editor-alt-text-edit-button-label = Editar o texto alternativo
|
||||
pdfjs-editor-alt-text-dialog-label = Escoller unha opción
|
||||
pdfjs-editor-alt-text-add-description-label = Engadir unha descrición
|
||||
pdfjs-editor-alt-text-mark-decorative-label = Marcar como decorativo
|
||||
pdfjs-editor-alt-text-mark-decorative-description = Utilízase para imaxes ornamentais, como bordos ou marcas de auga.
|
||||
pdfjs-editor-alt-text-cancel-button = Cancelar
|
||||
pdfjs-editor-alt-text-save-button = Gardar
|
||||
pdfjs-editor-alt-text-decorative-tooltip = Marcado como decorativo
|
||||
# .placeholder: This is a placeholder for the alt text input area
|
||||
pdfjs-editor-alt-text-textarea =
|
||||
.placeholder = Por exemplo, «Un mozo séntase á mesa para comer»
|
||||
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
||||
pdfjs-editor-resizer-label-top-left = Esquina superior esquerda: cambia o tamaño
|
||||
pdfjs-editor-resizer-label-top-middle = Medio superior: cambia o tamaño
|
||||
pdfjs-editor-resizer-label-top-right = Esquina superior dereita: cambia o tamaño
|
||||
pdfjs-editor-resizer-label-middle-right = Medio dereito: cambia o tamaño
|
||||
pdfjs-editor-resizer-label-bottom-right = Esquina inferior dereita: cambia o tamaño
|
||||
pdfjs-editor-resizer-label-bottom-middle = Abaixo medio: cambia o tamaño
|
||||
pdfjs-editor-resizer-label-bottom-left = Esquina inferior esquerda: cambia o tamaño
|
||||
pdfjs-editor-resizer-label-middle-left = Medio esquerdo: cambia o tamaño
|
||||
|
@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = Moha’ãnga
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Embojuaju térã embosako’i ta’ãnga
|
||||
pdfjs-editor-stamp-button-label = Embojuaju térã embosako’i ta’ãnga
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Mboguete
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Sa’y
|
||||
pdfjs-editor-free-text-size-input = Tuichakue
|
||||
|
@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = ציור
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = הוספה או עריכת תמונות
|
||||
pdfjs-editor-stamp-button-label = הוספה או עריכת תמונות
|
||||
pdfjs-editor-remove-button =
|
||||
.title = הסרה
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = צבע
|
||||
pdfjs-editor-free-text-size-input = גודל
|
||||
|
@ -305,6 +305,8 @@ pdfjs-editor-ink-button-label = Rysować
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Wobrazy přidać abo wobdźěłać
|
||||
pdfjs-editor-stamp-button-label = Wobrazy přidać abo wobdźěłać
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Wotstronić
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Barba
|
||||
pdfjs-editor-free-text-size-input = Wulkosć
|
||||
|
@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = Designar
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Adder o rediger imagines
|
||||
pdfjs-editor-stamp-button-label = Adder o rediger imagines
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Remover
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Color
|
||||
pdfjs-editor-free-text-size-input = Dimension
|
||||
|
@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = Teikna
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Bæta við eða breyta myndum
|
||||
pdfjs-editor-stamp-button-label = Bæta við eða breyta myndum
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Fjarlægja
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Litur
|
||||
pdfjs-editor-free-text-size-input = Stærð
|
||||
|
@ -304,6 +304,8 @@ pdfjs-editor-ink-button-label = Disegno
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Aggiungi o rimuovi immagine
|
||||
pdfjs-editor-stamp-button-label = Aggiungi o rimuovi immagine
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Rimuovi
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Colore
|
||||
pdfjs-editor-free-text-size-input = Dimensione
|
||||
@ -351,3 +353,4 @@ pdfjs-editor-resizer-label-bottom-middle = Lato inferiore nel mezzo — ridimens
|
||||
pdfjs-editor-resizer-label-bottom-left = Angolo in basso a sinistra — ridimensiona
|
||||
pdfjs-editor-resizer-label-middle-left = Lato sinistro nel mezzo — ridimensiona
|
||||
|
||||
|
||||
|
@ -226,6 +226,14 @@ pdfjs-find-match-diacritics-checkbox-label = Qadeṛ ifeskilen
|
||||
pdfjs-find-entire-word-checkbox-label = Awalen iččuranen
|
||||
pdfjs-find-reached-top = Yabbeḍ s afella n usebter, tuɣalin s wadda
|
||||
pdfjs-find-reached-bottom = Tebḍeḍ s adda n usebter, tuɣalin s afella
|
||||
# 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] Timeḍriwt { $current } ɣef { $total }
|
||||
*[other] Timeḍriwin { $current } ɣef { $total }
|
||||
}
|
||||
pdfjs-find-not-found = Ulac tawinest
|
||||
|
||||
## Predefined zoom values
|
||||
@ -283,12 +291,20 @@ pdfjs-editor-free-text-button-label = Aḍris
|
||||
pdfjs-editor-ink-button =
|
||||
.title = Suneɣ
|
||||
pdfjs-editor-ink-button-label = Suneɣ
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Rnu neɣ ẓreg tugniwin
|
||||
pdfjs-editor-stamp-button-label = Rnu neɣ ẓreg tugniwin
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Kkes
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Initen
|
||||
pdfjs-editor-free-text-size-input = Teɣzi
|
||||
pdfjs-editor-ink-color-input = Ini
|
||||
pdfjs-editor-ink-thickness-input = Tuzert
|
||||
pdfjs-editor-ink-opacity-input = Tebrek
|
||||
pdfjs-editor-stamp-add-image-button =
|
||||
.title = Rnu tawlaft
|
||||
pdfjs-editor-stamp-add-image-button-label = Rnu tawlaft
|
||||
pdfjs-free-text =
|
||||
.aria-label = Amaẓrag n uḍris
|
||||
pdfjs-free-text-default-content = Bdu tira...
|
||||
@ -299,6 +315,10 @@ pdfjs-ink-canvas =
|
||||
|
||||
## Alt-text dialog
|
||||
|
||||
pdfjs-editor-alt-text-dialog-label = Fren taxtirt
|
||||
pdfjs-editor-alt-text-add-description-label = Rnu aglam
|
||||
pdfjs-editor-alt-text-cancel-button = Sefsex
|
||||
pdfjs-editor-alt-text-save-button = Sekles
|
||||
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = Сурет салу
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Суреттерді қосу немесе түзету
|
||||
pdfjs-editor-stamp-button-label = Суреттерді қосу немесе түзету
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Өшіру
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Түс
|
||||
pdfjs-editor-free-text-size-input = Өлшемі
|
||||
|
@ -293,6 +293,8 @@ pdfjs-editor-ink-button-label = 그리기
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = 이미지 추가 또는 편집
|
||||
pdfjs-editor-stamp-button-label = 이미지 추가 또는 편집
|
||||
pdfjs-editor-remove-button =
|
||||
.title = 제거
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = 색상
|
||||
pdfjs-editor-free-text-size-input = 크기
|
||||
|
@ -226,6 +226,21 @@ pdfjs-find-match-diacritics-checkbox-label = Samsvar diakritiske tegn
|
||||
pdfjs-find-entire-word-checkbox-label = Hele ord
|
||||
pdfjs-find-reached-top = Nådde toppen av dokumentet, fortsetter fra bunnen
|
||||
pdfjs-find-reached-bottom = Nådde bunnen av dokumentet, fortsetter fra toppen
|
||||
# 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 } av { $total } treff
|
||||
*[other] { $current } av { $total } treff
|
||||
}
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit =
|
||||
{ $limit ->
|
||||
[one] Mer enn { $limit } treff
|
||||
*[other] Mer enn { $limit } treff
|
||||
}
|
||||
pdfjs-find-not-found = Fant ikke teksten
|
||||
|
||||
## Predefined zoom values
|
||||
@ -286,6 +301,8 @@ pdfjs-editor-ink-button-label = Tegn
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Legg til eller rediger bilder
|
||||
pdfjs-editor-stamp-button-label = Legg til eller rediger bilder
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Fjern
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Farge
|
||||
pdfjs-editor-free-text-size-input = Størrelse
|
||||
@ -324,3 +341,11 @@ pdfjs-editor-alt-text-textarea =
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
||||
pdfjs-editor-resizer-label-top-left = Øverste venstre hjørne – endre størrelse
|
||||
pdfjs-editor-resizer-label-top-middle = Øverst i midten — endre størrelse
|
||||
pdfjs-editor-resizer-label-top-right = Øverste høyre hjørne – endre størrelse
|
||||
pdfjs-editor-resizer-label-middle-right = Midt til høyre – endre størrelse
|
||||
pdfjs-editor-resizer-label-bottom-right = Nederste høyre hjørne – endre størrelse
|
||||
pdfjs-editor-resizer-label-bottom-middle = Nederst i midten — endre størrelse
|
||||
pdfjs-editor-resizer-label-bottom-left = Nederste venstre hjørne – endre størrelse
|
||||
pdfjs-editor-resizer-label-middle-left = Midt til venstre — endre størrelse
|
||||
|
@ -226,6 +226,23 @@ pdfjs-find-match-diacritics-checkbox-label = Rozróżnianie liter diakrytyzowany
|
||||
pdfjs-find-entire-word-checkbox-label = Całe słowa
|
||||
pdfjs-find-reached-top = Początek dokumentu. Wyszukiwanie od końca.
|
||||
pdfjs-find-reached-bottom = Koniec dokumentu. Wyszukiwanie od początku.
|
||||
# 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 }. z { $total } trafienia
|
||||
[few] { $current }. z { $total } trafień
|
||||
*[many] { $current }. z { $total } trafień
|
||||
}
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit =
|
||||
{ $limit ->
|
||||
[one] Więcej niż { $limit } trafienie
|
||||
[few] Więcej niż { $limit } trafienia
|
||||
*[many] Więcej niż { $limit } trafień
|
||||
}
|
||||
pdfjs-find-not-found = Nie znaleziono tekstu
|
||||
|
||||
## Predefined zoom values
|
||||
@ -324,3 +341,11 @@ pdfjs-editor-alt-text-textarea =
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
||||
pdfjs-editor-resizer-label-top-left = Lewy górny róg — zmień rozmiar
|
||||
pdfjs-editor-resizer-label-top-middle = Górny środkowy — zmień rozmiar
|
||||
pdfjs-editor-resizer-label-top-right = Prawy górny róg — zmień rozmiar
|
||||
pdfjs-editor-resizer-label-middle-right = Prawy środkowy — zmień rozmiar
|
||||
pdfjs-editor-resizer-label-bottom-right = Prawy dolny róg — zmień rozmiar
|
||||
pdfjs-editor-resizer-label-bottom-middle = Dolny środkowy — zmień rozmiar
|
||||
pdfjs-editor-resizer-label-bottom-left = Lewy dolny róg — zmień rozmiar
|
||||
pdfjs-editor-resizer-label-middle-left = Lewy środkowy — zmień rozmiar
|
||||
|
@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = Desenho
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Adicionar ou editar imagens
|
||||
pdfjs-editor-stamp-button-label = Adicionar ou editar imagens
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Remover
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Cor
|
||||
pdfjs-editor-free-text-size-input = Tamanho
|
||||
@ -327,11 +329,11 @@ pdfjs-editor-alt-text-dialog-label = Escolha uma opção
|
||||
pdfjs-editor-alt-text-dialog-description = O texto alternativo ajuda quando uma imagem não aparece ou não for carregada.
|
||||
pdfjs-editor-alt-text-add-description-label = Adicione uma descrição
|
||||
pdfjs-editor-alt-text-add-description-description = Procure usar uma ou duas frases que descrevam o assunto, o cenário ou as ações.
|
||||
pdfjs-editor-alt-text-mark-decorative-label = Marcar como decorativo
|
||||
pdfjs-editor-alt-text-mark-decorative-label = Marcar como decorativa
|
||||
pdfjs-editor-alt-text-mark-decorative-description = Isto é usado para imagens ornamentais, como bordas ou marcas d'água.
|
||||
pdfjs-editor-alt-text-cancel-button = Cancelar
|
||||
pdfjs-editor-alt-text-save-button = Salvar
|
||||
pdfjs-editor-alt-text-decorative-tooltip = Marcado como decorativo
|
||||
pdfjs-editor-alt-text-decorative-tooltip = Marcado como decorativa
|
||||
# .placeholder: This is a placeholder for the alt text input area
|
||||
pdfjs-editor-alt-text-textarea =
|
||||
.placeholder = Por exemplo, “Um jovem senta-se à mesa para comer uma refeição”
|
||||
|
@ -303,6 +303,8 @@ pdfjs-editor-ink-button-label = Рисовать
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Добавить или изменить изображения
|
||||
pdfjs-editor-stamp-button-label = Добавить или изменить изображения
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Удалить
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Цвет
|
||||
pdfjs-editor-free-text-size-input = Размер
|
||||
|
@ -305,6 +305,8 @@ pdfjs-editor-ink-button-label = Kresliť
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Pridať alebo upraviť obrázky
|
||||
pdfjs-editor-stamp-button-label = Pridať alebo upraviť obrázky
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Odstrániť
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Farba
|
||||
pdfjs-editor-free-text-size-input = Veľkosť
|
||||
|
@ -217,6 +217,21 @@ pdfjs-find-match-diacritics-checkbox-label = Me Përputhje Me Shenjat Diakritike
|
||||
pdfjs-find-entire-word-checkbox-label = Fjalë të Plota
|
||||
pdfjs-find-reached-top = U mbërrit në krye të dokumentit, vazhduar prej fundit
|
||||
pdfjs-find-reached-bottom = U mbërrit në fund të dokumentit, vazhduar prej kreut
|
||||
# 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 } nga { $total } përputhje
|
||||
*[other] { $current } nga { $total } përputhje
|
||||
}
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit =
|
||||
{ $limit ->
|
||||
[one] Më tepër se { $limit } përputhje
|
||||
*[other] Më tepër se { $limit } përputhje
|
||||
}
|
||||
pdfjs-find-not-found = Togfjalësh që s’gjendet
|
||||
|
||||
## Predefined zoom values
|
||||
@ -302,9 +317,24 @@ pdfjs-editor-alt-text-edit-button-label = Përpunoni tekst alternativ
|
||||
pdfjs-editor-alt-text-dialog-label = Zgjidhni një mundësi
|
||||
pdfjs-editor-alt-text-dialog-description = Teksti alt (tekst alternativ) vjen në ndihmë kur njerëzit s’mund të shohin figurën, ose kur ajo nuk ngarkohet.
|
||||
pdfjs-editor-alt-text-add-description-label = Shtoni një përshkrim
|
||||
pdfjs-editor-alt-text-add-description-description = Synoni për 1-2 togfjalësha që përshkruajnë subjektin, rrethanat apo veprimet.
|
||||
pdfjs-editor-alt-text-mark-decorative-label = Vëri shenjë si dekorative
|
||||
pdfjs-editor-alt-text-mark-decorative-description = Kjo përdoret për figura zbukuruese, fjala vjen, anë, ose watermark-e.
|
||||
pdfjs-editor-alt-text-cancel-button = Anuloje
|
||||
pdfjs-editor-alt-text-save-button = Ruaje
|
||||
pdfjs-editor-alt-text-decorative-tooltip = Iu vu shenjë si dekorative
|
||||
# .placeholder: This is a placeholder for the alt text input area
|
||||
pdfjs-editor-alt-text-textarea =
|
||||
.placeholder = Për shembull, “Një djalosh ulet në një tryezë të hajë”
|
||||
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
||||
pdfjs-editor-resizer-label-top-left = Cepi i sipërm majtas — ripërmasojeni
|
||||
pdfjs-editor-resizer-label-top-middle = Mesi i pjesës sipër — ripërmasojeni
|
||||
pdfjs-editor-resizer-label-top-right = Cepi i sipërm djathtas — ripërmasojeni
|
||||
pdfjs-editor-resizer-label-middle-right = Djathtas në mes — ripërmasojeni
|
||||
pdfjs-editor-resizer-label-bottom-right = Cepi i poshtëm djathtas — ripërmasojeni
|
||||
pdfjs-editor-resizer-label-bottom-middle = Mesi i pjesës poshtë — ripërmasojeni
|
||||
pdfjs-editor-resizer-label-bottom-left = Cepi i poshtëm — ripërmasojeni
|
||||
pdfjs-editor-resizer-label-middle-left = Majtas në mes — ripërmasojeni
|
||||
|
@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = Rita
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Lägg till eller redigera bilder
|
||||
pdfjs-editor-stamp-button-label = Lägg till eller redigera bilder
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Ta bort
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Färg
|
||||
pdfjs-editor-free-text-size-input = Storlek
|
||||
|
@ -226,6 +226,13 @@ pdfjs-find-match-diacritics-checkbox-label = เครื่องหมาย
|
||||
pdfjs-find-entire-word-checkbox-label = ทั้งคำ
|
||||
pdfjs-find-reached-top = ค้นหาถึงจุดเริ่มต้นของหน้า เริ่มค้นต่อจากด้านล่าง
|
||||
pdfjs-find-reached-bottom = ค้นหาถึงจุดสิ้นสุดหน้า เริ่มค้นต่อจากด้านบน
|
||||
# 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 = { $current } จาก { $total } รายการที่ตรงกัน
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit = มากกว่า { $limit } รายการที่ตรงกัน
|
||||
pdfjs-find-not-found = ไม่พบวลี
|
||||
|
||||
## Predefined zoom values
|
||||
@ -305,7 +312,30 @@ pdfjs-ink-canvas =
|
||||
|
||||
## Alt-text dialog
|
||||
|
||||
# Alternative text (alt text) helps when people can't see the image.
|
||||
pdfjs-editor-alt-text-button-label = ข้อความทดแทน
|
||||
pdfjs-editor-alt-text-edit-button-label = แก้ไขข้อความทดแทน
|
||||
pdfjs-editor-alt-text-dialog-label = เลือกตัวเลือก
|
||||
pdfjs-editor-alt-text-dialog-description = ข้อความทดแทนสามารถช่วยเหลือได้เมื่อผู้ใช้มองไม่เห็นภาพ หรือภาพไม่โหลด
|
||||
pdfjs-editor-alt-text-add-description-label = เพิ่มคำอธิบาย
|
||||
pdfjs-editor-alt-text-add-description-description = แนะนำให้ใช้ 1-2 ประโยคซึ่งอธิบายหัวเรื่อง ฉาก หรือการกระทำ
|
||||
pdfjs-editor-alt-text-mark-decorative-label = ทำเครื่องหมายเป็นสิ่งตกแต่ง
|
||||
pdfjs-editor-alt-text-mark-decorative-description = สิ่งนี้ใช้สำหรับภาพที่เป็นสิ่งประดับ เช่น ขอบ หรือลายน้ำ
|
||||
pdfjs-editor-alt-text-cancel-button = ยกเลิก
|
||||
pdfjs-editor-alt-text-save-button = บันทึก
|
||||
pdfjs-editor-alt-text-decorative-tooltip = ทำเครื่องหมายเป็นสิ่งตกแต่งแล้ว
|
||||
# .placeholder: This is a placeholder for the alt text input area
|
||||
pdfjs-editor-alt-text-textarea =
|
||||
.placeholder = ตัวอย่างเช่น “ชายหนุ่มคนหนึ่งนั่งลงที่โต๊ะเพื่อรับประทานอาหารมื้อหนึ่ง”
|
||||
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
||||
pdfjs-editor-resizer-label-top-left = มุมซ้ายบน — ปรับขนาด
|
||||
pdfjs-editor-resizer-label-top-middle = ตรงกลางด้านบน — ปรับขนาด
|
||||
pdfjs-editor-resizer-label-top-right = มุมขวาบน — ปรับขนาด
|
||||
pdfjs-editor-resizer-label-middle-right = ตรงกลางด้านขวา — ปรับขนาด
|
||||
pdfjs-editor-resizer-label-bottom-right = มุมขวาล่าง — ปรับขนาด
|
||||
pdfjs-editor-resizer-label-bottom-middle = ตรงกลางด้านล่าง — ปรับขนาด
|
||||
pdfjs-editor-resizer-label-bottom-left = มุมซ้ายล่าง — ปรับขนาด
|
||||
pdfjs-editor-resizer-label-middle-left = ตรงกลางด้านซ้าย — ปรับขนาด
|
||||
|
@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = Çiz
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Resim ekle veya düzenle
|
||||
pdfjs-editor-stamp-button-label = Resim ekle veya düzenle
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Kaldır
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Renk
|
||||
pdfjs-editor-free-text-size-input = Boyut
|
||||
|
@ -293,6 +293,8 @@ pdfjs-editor-ink-button-label = Vẽ
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = Thêm hoặc chỉnh sửa hình ảnh
|
||||
pdfjs-editor-stamp-button-label = Thêm hoặc chỉnh sửa hình ảnh
|
||||
pdfjs-editor-remove-button =
|
||||
.title = Xóa
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = Màu
|
||||
pdfjs-editor-free-text-size-input = Kích cỡ
|
||||
|
@ -220,7 +220,7 @@ pdfjs-find-previous-button-label = 上一個
|
||||
pdfjs-find-next-button =
|
||||
.title = 尋找文字下次出現的位置
|
||||
pdfjs-find-next-button-label = 下一個
|
||||
pdfjs-find-highlight-checkbox = 全部強調標示
|
||||
pdfjs-find-highlight-checkbox = 強調全部
|
||||
pdfjs-find-match-case-checkbox-label = 區分大小寫
|
||||
pdfjs-find-match-diacritics-checkbox-label = 符合變音符號
|
||||
pdfjs-find-entire-word-checkbox-label = 符合整個字
|
||||
@ -293,6 +293,8 @@ pdfjs-editor-ink-button-label = 繪圖
|
||||
pdfjs-editor-stamp-button =
|
||||
.title = 新增或編輯圖片
|
||||
pdfjs-editor-stamp-button-label = 新增或編輯圖片
|
||||
pdfjs-editor-remove-button =
|
||||
.title = 移除
|
||||
# Editor Parameters
|
||||
pdfjs-editor-free-text-color-input = 色彩
|
||||
pdfjs-editor-free-text-size-input = 大小
|
||||
|
895
package-lock.json
generated
895
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -4,24 +4,24 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/preset-env": "^7.23.3",
|
||||
"@babel/runtime": "^7.23.2",
|
||||
"@babel/runtime": "^7.23.4",
|
||||
"@fluent/bundle": "^0.18.0",
|
||||
"@fluent/dom": "^0.9.0",
|
||||
"@javascript-obfuscator/escodegen": "2.3.0",
|
||||
"acorn": "^8.11.2",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"babel-loader": "^9.1.3",
|
||||
"caniuse-lite": "^1.0.30001561",
|
||||
"caniuse-lite": "^1.0.30001564",
|
||||
"canvas": "^2.11.2",
|
||||
"core-js": "^3.33.2",
|
||||
"core-js": "^3.33.3",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint": "^8.54.0",
|
||||
"eslint-config-prettier": "^8.10.0",
|
||||
"eslint-plugin-fetch-options": "^0.0.5",
|
||||
"eslint-plugin-html": "^7.1.0",
|
||||
"eslint-plugin-import": "^2.29.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-mozilla": "^3.2.0",
|
||||
"eslint-plugin-mozilla": "^3.3.2",
|
||||
"eslint-plugin-no-unsanitized": "^4.0.2",
|
||||
"eslint-plugin-prettier": "^5.0.1",
|
||||
"eslint-plugin-sort-exports": "^0.8.0",
|
||||
@ -45,17 +45,17 @@
|
||||
"postcss-dir-pseudo-class": "^8.0.0",
|
||||
"postcss-discard-comments": "^6.0.0",
|
||||
"postcss-nesting": "^12.0.1",
|
||||
"prettier": "^3.0.3",
|
||||
"puppeteer": "^21.5.1",
|
||||
"prettier": "^3.1.0",
|
||||
"puppeteer": "^21.5.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^15.11.0",
|
||||
"stylelint-prettier": "^4.0.2",
|
||||
"stylelint-prettier": "^4.1.0",
|
||||
"terser": "^5.24.0",
|
||||
"through2": "^4.0.2",
|
||||
"tsc-alias": "^1.8.8",
|
||||
"ttest": "^4.0.0",
|
||||
"typescript": "^5.2.2",
|
||||
"typescript": "^5.3.2",
|
||||
"typogr": "^0.6.8",
|
||||
"vinyl": "^3.0.0",
|
||||
"webpack": "^5.89.0",
|
||||
|
@ -2204,9 +2204,6 @@ class PDFViewer {
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @type {number}
|
||||
*/
|
||||
get annotationEditorMode() {
|
||||
return this.#annotationEditorUIManager
|
||||
? this.#annotationEditorMode
|
||||
@ -2214,7 +2211,15 @@ class PDFViewer {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {number} mode - AnnotationEditor mode (None, FreeText, Ink, ...)
|
||||
* @typedef {Object} AnnotationEditorModeOptions
|
||||
* @property {number} mode - The editor mode (none, FreeText, ink, ...).
|
||||
* @property {string|null} [editId] - ID of the existing annotation to edit.
|
||||
* @property {boolean} [isFromKeyboard] - True if the mode change is due to a
|
||||
* keyboard action.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @param {AnnotationEditorModeOptions} options
|
||||
*/
|
||||
set annotationEditorMode({ mode, editId = null, isFromKeyboard = false }) {
|
||||
if (!this.#annotationEditorUIManager) {
|
||||
|
Loading…
Reference in New Issue
Block a user