mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Update translations to the most recent versions
This commit is contained in:
parent
af0ffd29fa
commit
d34ac535f0
36 changed files with 853 additions and 18 deletions
|
@ -495,3 +495,24 @@ pdfjs-editor-alt-text-settings-editor-title = Рэдактар тэксту дл
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Адразу паказваць рэдактар тэксту для атрыбута alt пры даданні выявы
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Дапамагае пераканацца, што ўсе вашы выявы маюць альтэрнатыўны тэкст.
|
||||
pdfjs-editor-alt-text-settings-close-button = Закрыць
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Падсвятленне выдалена
|
||||
pdfjs-editor-undo-bar-message-freetext = Тэкст выдалены
|
||||
pdfjs-editor-undo-bar-message-ink = Малюнак выдалены
|
||||
pdfjs-editor-undo-bar-message-stamp = Відарыс выдалены
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } анатацыя выдалена
|
||||
[few] { $count } анатацыі выдалена
|
||||
*[many] { $count } анатацый выдалена
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Адмяніць
|
||||
pdfjs-editor-undo-bar-undo-button-label = Адмяніць
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Закрыць
|
||||
pdfjs-editor-undo-bar-close-button-label = Закрыць
|
||||
|
|
|
@ -500,6 +500,19 @@ pdfjs-editor-alt-text-settings-close-button = Zavřít
|
|||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Zvýraznění odebráno
|
||||
pdfjs-editor-undo-bar-message-freetext = Text odstraněn
|
||||
pdfjs-editor-undo-bar-message-ink = Kresba odstraněna
|
||||
pdfjs-editor-undo-bar-message-stamp = Obrázek odebrán
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } anotace odebrána
|
||||
[few] { $count } anotace odebrány
|
||||
[many] { $count } anotací odebráno
|
||||
*[other] { $count } anotací odebráno
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Zpět
|
||||
pdfjs-editor-undo-bar-undo-button-label = Zpět
|
||||
|
|
|
@ -452,7 +452,7 @@ pdfjs-editor-new-alt-text-textarea =
|
|||
pdfjs-editor-new-alt-text-description = Disgrifiad byr ar gyfer pobl sydd ddim yn gallu gweld y ddelwedd neu pan nad yw'r ddelwedd yn llwytho.
|
||||
# This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
|
||||
pdfjs-editor-new-alt-text-disclaimer1 = Cafodd y testun amgen hwn ei greu'n awtomatig a gall fod yn anghywir.
|
||||
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Dysgu rhagor
|
||||
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Rhagor
|
||||
pdfjs-editor-new-alt-text-create-automatically-button-label = Creu testun amgen yn awtomatig
|
||||
pdfjs-editor-new-alt-text-not-now-button = Nid nawr
|
||||
pdfjs-editor-new-alt-text-error-title = Methu â chreu testun amgen yn awtomatig
|
||||
|
@ -501,3 +501,27 @@ pdfjs-editor-alt-text-settings-editor-title = Golygydd testun amgen
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Dangoswch y golygydd testun amgen yn syth wrth ychwanegu delwedd
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Yn eich helpu i wneud yn siŵr bod gan eich holl ddelweddau destun amgen.
|
||||
pdfjs-editor-alt-text-settings-close-button = Cau
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Tynnwyd yr amlygu
|
||||
pdfjs-editor-undo-bar-message-freetext = Tynnwyd y testun
|
||||
pdfjs-editor-undo-bar-message-ink = Tynnwyd y lluniad
|
||||
pdfjs-editor-undo-bar-message-stamp = Tynnwyd y ddelwedd
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[zero] { $count } anodiad wedi'u tynnu
|
||||
[one] { $count } anodiad wedi'i dynnu
|
||||
[two] { $count } anodiad wedi'u tynnu
|
||||
[few] { $count } anodiad wedi'u tynnu
|
||||
[many] { $count } anodiad wedi'u tynnu
|
||||
*[other] { $count } anodiad wedi'u tynnu
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Dadwneud
|
||||
pdfjs-editor-undo-bar-undo-button-label = Dadwneud
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Cau
|
||||
pdfjs-editor-undo-bar-close-button-label = Cau
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Redigering af alternativ tekst
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Vis redigering af alternativ tekst med det samme, når et billede tilføjes
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Hjælper dig med at sikre, at alle dine billeder har alternativ tekst.
|
||||
pdfjs-editor-alt-text-settings-close-button = Luk
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Fremhævning fjernet
|
||||
pdfjs-editor-undo-bar-message-freetext = Tekst fjernet
|
||||
pdfjs-editor-undo-bar-message-ink = Tegning fjernet
|
||||
pdfjs-editor-undo-bar-message-stamp = Billede fjernet
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } kommentar fjernet
|
||||
*[other] { $count } kommentarer fjernet
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Fortryd
|
||||
pdfjs-editor-undo-bar-undo-button-label = Fortryd
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Luk
|
||||
pdfjs-editor-undo-bar-close-button-label = Luk
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Alternativ-Texteditor
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Alternativ-Texteditor beim Hinzufügen einer Grafik anzeigen
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Hilft Ihnen, sicherzustellen, dass alle Ihre Grafiken Alternativ-Text haben.
|
||||
pdfjs-editor-alt-text-settings-close-button = Schließen
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Hervorhebung entfernt
|
||||
pdfjs-editor-undo-bar-message-freetext = Text entfernt
|
||||
pdfjs-editor-undo-bar-message-ink = Zeichnung entfernt
|
||||
pdfjs-editor-undo-bar-message-stamp = Grafik entfernt
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } Anmerkung entfernt
|
||||
*[other] { $count } Anmerkungen entfernt
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Rückgängig
|
||||
pdfjs-editor-undo-bar-undo-button-label = Rückgängig
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Schließen
|
||||
pdfjs-editor-undo-bar-close-button-label = Schließen
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Επεξεργασία εναλλ
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Άμεση εμφάνιση της επεξεργασίας εναλλακτικού κειμένου κατά την προσθήκη εικόνας
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Σας βοηθά να βεβαιωθείτε ότι όλες οι εικόνες σας έχουν εναλλακτικό κείμενο.
|
||||
pdfjs-editor-alt-text-settings-close-button = Κλείσιμο
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Η επισήμανση αφαιρέθηκε
|
||||
pdfjs-editor-undo-bar-message-freetext = Το κείμενο αφαιρέθηκε
|
||||
pdfjs-editor-undo-bar-message-ink = Το σχέδιο αφαιρέθηκε
|
||||
pdfjs-editor-undo-bar-message-stamp = Η εικόνα αφαιρέθηκε
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] Αφαιρέθηκε { $count } σχολιασμός
|
||||
*[other] Αφαιρέθηκαν { $count } σχολιασμοί
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Αναίρεση
|
||||
pdfjs-editor-undo-bar-undo-button-label = Αναίρεση
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Κλείσιμο
|
||||
pdfjs-editor-undo-bar-close-button-label = Κλείσιμο
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Alt text editor
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Show alt text editor right away when adding an image
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Helps you make sure all your images have alt text.
|
||||
pdfjs-editor-alt-text-settings-close-button = Close
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Highlight removed
|
||||
pdfjs-editor-undo-bar-message-freetext = Text removed
|
||||
pdfjs-editor-undo-bar-message-ink = Drawing removed
|
||||
pdfjs-editor-undo-bar-message-stamp = Image removed
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } annotation removed
|
||||
*[other] { $count } annotations removed
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Undo
|
||||
pdfjs-editor-undo-bar-undo-button-label = Undo
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Close
|
||||
pdfjs-editor-undo-bar-close-button-label = Close
|
||||
|
|
|
@ -343,8 +343,12 @@ pdfjs-editor-stamp-add-image-button-label = Aldoni bildon
|
|||
pdfjs-editor-free-highlight-thickness-input = Dikeco
|
||||
pdfjs-editor-free-highlight-thickness-title =
|
||||
.title = Ŝanĝi dikecon dum elstarigo de netekstaj elementoj
|
||||
# .default-content is used as a placeholder in an empty text editor.
|
||||
pdfjs-free-text2 =
|
||||
.aria-label = Teksta redaktilo
|
||||
.default-content = Komencu tajpi…
|
||||
pdfjs-free-text =
|
||||
.aria-label = Tekstan redaktilon
|
||||
.aria-label = Teksta redaktilo
|
||||
pdfjs-free-text-default-content = Ektajpi…
|
||||
pdfjs-ink =
|
||||
.aria-label = Desegnan redaktilon
|
||||
|
@ -353,8 +357,9 @@ pdfjs-ink-canvas =
|
|||
|
||||
## Alt-text dialog
|
||||
|
||||
# Alternative text (alt text) helps when people can't see the image.
|
||||
pdfjs-editor-alt-text-button-label = Alternativa teksto
|
||||
pdfjs-editor-alt-text-edit-button =
|
||||
.aria-label = Redakti alternativan tekston
|
||||
pdfjs-editor-alt-text-edit-button-label = Redakti alternativan tekston
|
||||
pdfjs-editor-alt-text-dialog-label = Elektu eblon
|
||||
pdfjs-editor-alt-text-dialog-description = Alternativa teksto helpas personojn, en la okazoj kiam ili ne povas vidi aŭ ŝargi la bildon.
|
||||
|
@ -368,6 +373,9 @@ pdfjs-editor-alt-text-decorative-tooltip = Markita kiel ornama
|
|||
# .placeholder: This is a placeholder for the alt text input area
|
||||
pdfjs-editor-alt-text-textarea =
|
||||
.placeholder = Ekzemple: “Juna persono sidiĝas ĉetable por ekmanĝi”
|
||||
# Alternative text (alt text) helps when people can't see the image.
|
||||
pdfjs-editor-alt-text-button =
|
||||
.aria-label = Alternativa teksto
|
||||
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
@ -449,10 +457,16 @@ pdfjs-editor-new-alt-text-error-close-button = Fermi
|
|||
pdfjs-editor-new-alt-text-ai-model-downloading-progress = Elŝuto de modelo de artefarita intelekto por alternativa teksto ({ $downloadedSize } el { $totalSize } MO)
|
||||
.aria-valuetext = Elŝuto de modelo de artefarita intelekto por alternativa teksto ({ $downloadedSize } el { $totalSize } MO)
|
||||
# This is a button that users can click to edit the alt text they have already added.
|
||||
pdfjs-editor-new-alt-text-added-button =
|
||||
.aria-label = Alternativa teksto aldonita
|
||||
pdfjs-editor-new-alt-text-added-button-label = Alternativa teksto aldonita
|
||||
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
||||
pdfjs-editor-new-alt-text-missing-button =
|
||||
.aria-label = Mankas alternativa teksto
|
||||
pdfjs-editor-new-alt-text-missing-button-label = Mankas alternativa teksto
|
||||
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
|
||||
pdfjs-editor-new-alt-text-to-review-button =
|
||||
.aria-label = Kontroli alternativan tekston
|
||||
pdfjs-editor-new-alt-text-to-review-button-label = Kontroli alternativan tekston
|
||||
# "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
|
||||
# Variables:
|
||||
|
@ -479,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Redaktilo de alternativa teksto
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Montri redaktilon de alternativa teksto tuj post aldono de bildo
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Tio ĉi helpas vin kontroli ĉu ĉiuj bildoj havas alternativan tekston.
|
||||
pdfjs-editor-alt-text-settings-close-button = Fermi
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Elstaraĵo forigita
|
||||
pdfjs-editor-undo-bar-message-freetext = Teksto forigita
|
||||
pdfjs-editor-undo-bar-message-ink = Desegno forigita
|
||||
pdfjs-editor-undo-bar-message-stamp = Bildo forigita
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] unu prinoto forigita
|
||||
*[other] { $count } prinotoj forigitaj
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Malfari
|
||||
pdfjs-editor-undo-bar-undo-button-label = Malfari
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Fermi
|
||||
pdfjs-editor-undo-bar-close-button-label = Fermi
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Editor de texto alternativo
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Mostrar el editor de texto alternativo inmediatamente al añadir una imagen
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Te ayuda a asegurarte de que todas tus imágenes tengan texto alternativo.
|
||||
pdfjs-editor-alt-text-settings-close-button = Cerrar
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Resaltado eliminado
|
||||
pdfjs-editor-undo-bar-message-freetext = Texto eliminado
|
||||
pdfjs-editor-undo-bar-message-ink = Dibujo eliminado
|
||||
pdfjs-editor-undo-bar-message-stamp = Imagen eliminada
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } anotación eliminada
|
||||
*[other] { $count } anotaciones eliminadas
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Deshacer
|
||||
pdfjs-editor-undo-bar-undo-button-label = Deshacer
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Cerrar
|
||||
pdfjs-editor-undo-bar-close-button-label = Cerrar
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Editor de texto alternativo
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Mostrar el editor de texto alternativo inmediatamente al añadir una imagen
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Le ayuda a asegurarse de que todas sus imágenes tengan texto alternativo.
|
||||
pdfjs-editor-alt-text-settings-close-button = Cerrar
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Resaltado eliminado
|
||||
pdfjs-editor-undo-bar-message-freetext = Texto eliminado
|
||||
pdfjs-editor-undo-bar-message-ink = Dibujo eliminado
|
||||
pdfjs-editor-undo-bar-message-stamp = Imagen eliminada
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } anotación eliminada
|
||||
*[other] { $count } anotaciones eliminadas
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Deshacer
|
||||
pdfjs-editor-undo-bar-undo-button-label = Deshacer
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Cerrar
|
||||
pdfjs-editor-undo-bar-close-button-label = Cerrar
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Vaihtoehtoisen tekstin muokkain
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Näytä vaihtoehtoisen tekstin muokkain heti, kun lisäät kuvan
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Auttaa varmistamaan, että kaikissa kuvissasi on vaihtoehtoinen teksti.
|
||||
pdfjs-editor-alt-text-settings-close-button = Sulje
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Korostus poistettu
|
||||
pdfjs-editor-undo-bar-message-freetext = Teksti poistettu
|
||||
pdfjs-editor-undo-bar-message-ink = Piirustus poistettu
|
||||
pdfjs-editor-undo-bar-message-stamp = Kuva poistettu
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } merkintä poistettu
|
||||
*[other] { $count } merkintää poistettu
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Kumoa
|
||||
pdfjs-editor-undo-bar-undo-button-label = Kumoa
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Sulje
|
||||
pdfjs-editor-undo-bar-close-button-label = Sulje
|
||||
|
|
|
@ -489,3 +489,23 @@ pdfjs-editor-alt-text-settings-editor-title = Éditeur de texte alternatif
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Afficher l’éditeur de texte alternatif immédiatement lors de l’ajout d’une image
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Vous aide à vous assurer que toutes vos images ont du texte alternatif.
|
||||
pdfjs-editor-alt-text-settings-close-button = Fermer
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Surlignage supprimé
|
||||
pdfjs-editor-undo-bar-message-freetext = Texte supprimé
|
||||
pdfjs-editor-undo-bar-message-ink = Dessin supprimé
|
||||
pdfjs-editor-undo-bar-message-stamp = Image supprimée
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } annotation supprimée
|
||||
*[other] { $count } annotations supprimées
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Annuler
|
||||
pdfjs-editor-undo-bar-undo-button-label = Annuler
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Fermer
|
||||
pdfjs-editor-undo-bar-close-button-label = Fermer
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Alternative-tekstbewurker
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Alternative-tekstbewurker daliks toane by tafoegjen fan in ôfbylding
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Helpt jo derfoar te soargjen dat al jo ôfbyldingen alternative tekst hawwe.
|
||||
pdfjs-editor-alt-text-settings-close-button = Slute
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Markearring fuortsmiten
|
||||
pdfjs-editor-undo-bar-message-freetext = Tekst fuortsmiten
|
||||
pdfjs-editor-undo-bar-message-ink = Tekening fuortsmiten
|
||||
pdfjs-editor-undo-bar-message-stamp = Ofbylding fuortsmiten
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } annotaasje fuortsmiten
|
||||
*[other] { $count } annotaasjes fuortsmiten
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Ungedien meitsje
|
||||
pdfjs-editor-undo-bar-undo-button-label = Ungedien meitsje
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Slute
|
||||
pdfjs-editor-undo-bar-close-button-label = Slute
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Moñe’ẽrã mokõiha mbosako’
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Ehechauka moñe’ẽrã mokõiha mbosako’iha embojuajúvo ta’ãnga
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Nepytyvõta ta’ãngakuéra orekotaha moñe’ẽrã mokõiha.
|
||||
pdfjs-editor-alt-text-settings-close-button = Mboty
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Mbosa’ýva mboguete
|
||||
pdfjs-editor-undo-bar-message-freetext = Moñe’ẽrã mboguepyre
|
||||
pdfjs-editor-undo-bar-message-ink = Ta’ãnga mboguepyre
|
||||
pdfjs-editor-undo-bar-message-stamp = Ta’ãnga mboguepyre
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } jehaikue mboguepyre
|
||||
*[other] { $count } jehaikue mboguepyre
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Mboguevi
|
||||
pdfjs-editor-undo-bar-undo-button-label = Mboguevi
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Mboty
|
||||
pdfjs-editor-undo-bar-close-button-label = Mboty
|
||||
|
|
|
@ -326,7 +326,7 @@ pdfjs-editor-remove-freetext-button =
|
|||
pdfjs-editor-remove-stamp-button =
|
||||
.title = הסרת תמונה
|
||||
pdfjs-editor-remove-highlight-button =
|
||||
.title = הסרת הדגשה
|
||||
.title = הסרת סימון
|
||||
|
||||
##
|
||||
|
||||
|
@ -342,7 +342,7 @@ pdfjs-editor-stamp-add-image-button-label = הוספת תמונה
|
|||
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
||||
pdfjs-editor-free-highlight-thickness-input = עובי
|
||||
pdfjs-editor-free-highlight-thickness-title =
|
||||
.title = שינוי עובי בעת הדגשת פריטים שאינם טקסט
|
||||
.title = שינוי עובי בעת סימון פריטים שאינם טקסט
|
||||
# .default-content is used as a placeholder in an empty text editor.
|
||||
pdfjs-free-text2 =
|
||||
.aria-label = עורך טקסט
|
||||
|
@ -408,7 +408,7 @@ pdfjs-editor-resizer-middle-left =
|
|||
## Color picker
|
||||
|
||||
# This means "Color used to highlight text"
|
||||
pdfjs-editor-highlight-colorpicker-label = צבע הדגשה
|
||||
pdfjs-editor-highlight-colorpicker-label = צבע סימון
|
||||
pdfjs-editor-colorpicker-button =
|
||||
.title = שינוי צבע
|
||||
pdfjs-editor-colorpicker-dropdown =
|
||||
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = עורך טקסט חלופי
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = הצגת עורך טקסט חלופי מיד בעת הוספת תמונה
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = מסייע לך לוודא שלכל התמונות שלך יש טקסט חלופי.
|
||||
pdfjs-editor-alt-text-settings-close-button = סגירה
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = הסימון הוסר
|
||||
pdfjs-editor-undo-bar-message-freetext = הטקסט הוסר
|
||||
pdfjs-editor-undo-bar-message-ink = הציור הוסר
|
||||
pdfjs-editor-undo-bar-message-stamp = התמונה הוסרה
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] הערה אחת הוסרה
|
||||
*[other] { $count } הערות הוסרו
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = ביטול פעולה
|
||||
pdfjs-editor-undo-bar-undo-button-label = ביטול פעלה
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = סגירה
|
||||
pdfjs-editor-undo-bar-close-button-label = סגירה
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Alternatív szöveg szerkesztője
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Az alternatív szöveg szerkesztőjének azonnali megjelenítése egy kép hozzáadásakor
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Segít elérni, hogy az összes képén legyen alternatív szöveg.
|
||||
pdfjs-editor-alt-text-settings-close-button = Bezárás
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Kiemelés eltávolítva
|
||||
pdfjs-editor-undo-bar-message-freetext = Szöveg eltávolítva
|
||||
pdfjs-editor-undo-bar-message-ink = Rajz eltávolítva
|
||||
pdfjs-editor-undo-bar-message-stamp = Kép eltávolítva
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } kommentár eltávolítva
|
||||
*[other] { $count } kommentár eltávolítva
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Visszavonás
|
||||
pdfjs-editor-undo-bar-undo-button-label = Visszavonás
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Bezárás
|
||||
pdfjs-editor-undo-bar-close-button-label = Bezárás
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Rediger texto alternative
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Monstrar le redactor de texto alternative a pena on adde un imagine
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Te adjuta a verifica que tote tu imagines ha un texto alternative.
|
||||
pdfjs-editor-alt-text-settings-close-button = Clauder
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Evidentiation removite
|
||||
pdfjs-editor-undo-bar-message-freetext = Texto removite
|
||||
pdfjs-editor-undo-bar-message-ink = Designo removite
|
||||
pdfjs-editor-undo-bar-message-stamp = Imagine removite
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } annotation removite
|
||||
*[other] { $count } annotationes removite
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Disfacer
|
||||
pdfjs-editor-undo-bar-undo-button-label = Disfacer
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Clauder
|
||||
pdfjs-editor-undo-bar-close-button-label = Clauder
|
||||
|
|
|
@ -349,7 +349,6 @@ 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 =
|
||||
.aria-label = 代替テキストを編集
|
||||
|
@ -486,3 +485,19 @@ pdfjs-editor-alt-text-settings-editor-title = 代替テキストエディター
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = 画像の追加時に代替テキストエディターを表示する
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = すべての画像に代替テキストを追加する助けになります。
|
||||
pdfjs-editor-alt-text-settings-close-button = 閉じる
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = 強調表示が削除されました
|
||||
pdfjs-editor-undo-bar-message-freetext = フリーテキスト注釈が削除されました
|
||||
pdfjs-editor-undo-bar-message-ink = インク注釈が削除されました
|
||||
pdfjs-editor-undo-bar-message-stamp = 画像が削除されました
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple = { $count } 個の注釈が削除されました
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = 元に戻す
|
||||
pdfjs-editor-undo-bar-undo-button-label = 元に戻す
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = 閉じる
|
||||
pdfjs-editor-undo-bar-close-button-label = 閉じる
|
||||
|
|
|
@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = დოკუმენტის შე
|
|||
pdfjs-document-properties-file-name = ფაილის სახელი:
|
||||
pdfjs-document-properties-file-size = ფაილის მოცულობა:
|
||||
# Variables:
|
||||
# $kb (Number) - the PDF file size in kilobytes
|
||||
# $b (Number) - the PDF file size in bytes
|
||||
pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } კბაიტი ({ $b } ბაიტი)
|
||||
# Variables:
|
||||
# $mb (Number) - the PDF file size in megabytes
|
||||
# $b (Number) - the PDF file size in bytes
|
||||
pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } მბაიტი ({ $b } ბაიტი)
|
||||
# Variables:
|
||||
# $size_kb (Number) - the PDF file size in kilobytes
|
||||
# $size_b (Number) - the PDF file size in bytes
|
||||
pdfjs-document-properties-kb = { $size_kb } კბ ({ $size_b } ბაიტი)
|
||||
|
@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = საკვანძო სიტყვე
|
|||
pdfjs-document-properties-creation-date = შექმნის დრო:
|
||||
pdfjs-document-properties-modification-date = ჩასწორების დრო:
|
||||
# Variables:
|
||||
# $dateObj (Date) - the creation/modification date and time of the PDF file
|
||||
pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
||||
# Variables:
|
||||
# $date (Date) - the creation/modification date of the PDF file
|
||||
# $time (Time) - the creation/modification time of the PDF file
|
||||
pdfjs-document-properties-date-string = { $date }, { $time }
|
||||
|
@ -170,7 +181,7 @@ pdfjs-printing-not-ready = გაფრთხილება: PDF სრულ
|
|||
pdfjs-toggle-sidebar-button =
|
||||
.title = გვერდითა ზოლის გამოჩენა/დამალვა
|
||||
pdfjs-toggle-sidebar-notification-button =
|
||||
.title = გვერდითი ზოლის გამოჩენა (შეიცავს სარჩევს/დანართს/ფენებს)
|
||||
.title = გვერდითი ზოლის გამოჩენა (შეიცავს სარჩევს/დანართს/შრეებს)
|
||||
pdfjs-toggle-sidebar-button-label = გვერდითა ზოლის გამოჩენა/დამალვა
|
||||
pdfjs-document-outline-button =
|
||||
.title = დოკუმენტის სარჩევის ჩვენება (ორმაგი წკაპით თითოეულის ჩამოშლა/აკეცვა)
|
||||
|
@ -179,8 +190,8 @@ pdfjs-attachments-button =
|
|||
.title = დანართების ჩვენება
|
||||
pdfjs-attachments-button-label = დანართები
|
||||
pdfjs-layers-button =
|
||||
.title = ფენების გამოჩენა (ორმაგი წკაპით ყველა ფენის ნაგულისხმევზე დაბრუნება)
|
||||
pdfjs-layers-button-label = ფენები
|
||||
.title = შრეების გამოჩენა (ორმაგი წკაპით ყველა შრის ნაგულისხმევზე დაბრუნება)
|
||||
pdfjs-layers-button-label = შრეები
|
||||
pdfjs-thumbs-button =
|
||||
.title = შეთვალიერება
|
||||
pdfjs-thumbs-button-label = ესკიზები
|
||||
|
@ -190,7 +201,7 @@ pdfjs-current-outline-item-button-label = მიმდინარე გვე
|
|||
pdfjs-findbar-button =
|
||||
.title = პოვნა დოკუმენტში
|
||||
pdfjs-findbar-button-label = ძიება
|
||||
pdfjs-additional-layers = დამატებითი ფენები
|
||||
pdfjs-additional-layers = დამატებითი შრეები
|
||||
|
||||
## Thumbnails panel item (tooltip and alt text for images)
|
||||
|
||||
|
@ -209,10 +220,10 @@ pdfjs-find-input =
|
|||
.title = ძიება
|
||||
.placeholder = პოვნა დოკუმენტში…
|
||||
pdfjs-find-previous-button =
|
||||
.title = ფრაზის წინა კონტექსტის პოვნა
|
||||
.title = წინა დამთხვევის პოვნა
|
||||
pdfjs-find-previous-button-label = წინა
|
||||
pdfjs-find-next-button =
|
||||
.title = ფრაზის შემდეგი კონტექსტის პოვნა
|
||||
.title = მომდევნო დამთხვევის პოვნა
|
||||
pdfjs-find-next-button-label = შემდეგი
|
||||
pdfjs-find-highlight-checkbox = ყველაფრის მონიშვნა
|
||||
pdfjs-find-match-case-checkbox-label = მთავრულით
|
||||
|
@ -275,6 +286,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
|
|||
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
||||
pdfjs-text-annotation-type =
|
||||
.alt = [{ $type } შენიშვნა]
|
||||
# Variables:
|
||||
# $dateObj (Date) - the modification date and time of the annotation
|
||||
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
||||
|
||||
## Password
|
||||
|
||||
|
@ -288,7 +302,7 @@ pdfjs-web-fonts-disabled = ვებშრიფტები გამორთ
|
|||
|
||||
pdfjs-editor-free-text-button =
|
||||
.title = წარწერა
|
||||
pdfjs-editor-free-text-button-label = ტექსტი
|
||||
pdfjs-editor-free-text-button-label = წარწერა
|
||||
pdfjs-editor-ink-button =
|
||||
.title = ხაზვა
|
||||
pdfjs-editor-ink-button-label = ხაზვა
|
||||
|
@ -298,6 +312,10 @@ pdfjs-editor-stamp-button-label = სურათების დართვა
|
|||
pdfjs-editor-highlight-button =
|
||||
.title = მონიშვნა
|
||||
pdfjs-editor-highlight-button-label = მონიშვნა
|
||||
pdfjs-highlight-floating-button1 =
|
||||
.title = მონიშვნა
|
||||
.aria-label = მონიშვნა
|
||||
pdfjs-highlight-floating-button-label = მონიშვნა
|
||||
|
||||
## Remove button for the various kind of editor.
|
||||
|
||||
|
@ -321,6 +339,14 @@ pdfjs-editor-ink-opacity-input = გაუმჭვირვალობა
|
|||
pdfjs-editor-stamp-add-image-button =
|
||||
.title = სურათის დამატება
|
||||
pdfjs-editor-stamp-add-image-button-label = სურათის დამატება
|
||||
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
||||
pdfjs-editor-free-highlight-thickness-input = სისქე
|
||||
pdfjs-editor-free-highlight-thickness-title =
|
||||
.title = სისქის შეცვლა წარწერის გარდა სხვა ნაწილების მონიშვნისას
|
||||
# .default-content is used as a placeholder in an empty text editor.
|
||||
pdfjs-free-text2 =
|
||||
.aria-label = ნაწერის ჩასწორება
|
||||
.default-content = დაიწყეთ აკრეფა…
|
||||
pdfjs-free-text =
|
||||
.aria-label = ნაწერის ჩასწორება
|
||||
pdfjs-free-text-default-content = აკრიფეთ…
|
||||
|
@ -331,8 +357,9 @@ 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 =
|
||||
.aria-label = დართული წარწერის ჩასწორება
|
||||
pdfjs-editor-alt-text-edit-button-label = თანდართული წარწერის ჩასწორება
|
||||
pdfjs-editor-alt-text-dialog-label = არჩევა
|
||||
pdfjs-editor-alt-text-dialog-description = თანდართული (შემნაცვლებელი) წარწერა გამოსადეგია მათთვის, ვინც ვერ ხედავს სურათებს ან გამოისახება მაშინ, როცა სურათი ვერ ჩაიტვირთება.
|
||||
|
@ -346,6 +373,9 @@ pdfjs-editor-alt-text-decorative-tooltip = მოინიშნოს მორ
|
|||
# .placeholder: This is a placeholder for the alt text input area
|
||||
pdfjs-editor-alt-text-textarea =
|
||||
.placeholder = მაგალითად, „ახალგაზრდა მამაკაცი მაგიდასთან ზის და სადილობს“
|
||||
# Alternative text (alt text) helps when people can't see the image.
|
||||
pdfjs-editor-alt-text-button =
|
||||
.aria-label = დართული წარწერა
|
||||
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
@ -397,10 +427,89 @@ pdfjs-editor-colorpicker-red =
|
|||
## 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 = ყველას ჩვენება
|
||||
|
||||
## New alt-text dialog
|
||||
## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
|
||||
|
||||
# Modal header positioned above a text box where users can edit the alt text.
|
||||
pdfjs-editor-new-alt-text-dialog-edit-label = დართული წარწერის ჩასწორება (სურათის აღწერის)
|
||||
# Modal header positioned above a text box where users can add the alt text.
|
||||
pdfjs-editor-new-alt-text-dialog-add-label = დართული წარწერის დამატება (სურათის აღწერის)
|
||||
pdfjs-editor-new-alt-text-textarea =
|
||||
.placeholder = დაწერეთ თქვენი აღწერა აქ…
|
||||
# This text refers to the alt text box above this description. It offers a definition of alt text.
|
||||
pdfjs-editor-new-alt-text-description = მოკლე აღწერა მათთვის, ვინც ვერ ხედავს სურათს ან ვისთანაც ვერ ჩაიტვირთება სურათი.
|
||||
# This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
|
||||
pdfjs-editor-new-alt-text-disclaimer1 = ეს დართული წარწერა ავტომატურადაა შედგენილი და შესაძლოა, უმართებულო იყოს.
|
||||
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = ვრცლად
|
||||
pdfjs-editor-new-alt-text-create-automatically-button-label = დართული წარწერის ავტომატური შედგენა
|
||||
pdfjs-editor-new-alt-text-not-now-button = ახლა არა
|
||||
pdfjs-editor-new-alt-text-error-title = დართული წარწერის შედგენა ვერ მოხერხდა
|
||||
pdfjs-editor-new-alt-text-error-description = გთხოვთ დაწეროთ საკუთარი დანართი და კვლავ სცადოთ მოგვიანებით.
|
||||
pdfjs-editor-new-alt-text-error-close-button = დახურვა
|
||||
# Variables:
|
||||
# $totalSize (Number) - the total size (in MB) of the AI model.
|
||||
# $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 = ჩამოიტვირთება დართული წარწერის შესადეგი AI-მოდელი ({ $downloadedSize } ზომით { $totalSize } მბაიტი)
|
||||
.aria-valuetext = ჩამოიტვირთება დართული წარწერის შესადეგი AI-მოდელი ({ $downloadedSize } ზომით { $totalSize } მბაიტი)
|
||||
# This is a button that users can click to edit the alt text they have already added.
|
||||
pdfjs-editor-new-alt-text-added-button =
|
||||
.aria-label = დართული წარწერა დამატებულია
|
||||
pdfjs-editor-new-alt-text-added-button-label = დართული წარწერა დამატებულია
|
||||
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
||||
pdfjs-editor-new-alt-text-missing-button =
|
||||
.aria-label = აკლია დართული წარწერა
|
||||
pdfjs-editor-new-alt-text-missing-button-label = აკლია დართული წარწერა
|
||||
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
|
||||
pdfjs-editor-new-alt-text-to-review-button =
|
||||
.aria-label = დართული წარწერის გადახედვა
|
||||
pdfjs-editor-new-alt-text-to-review-button-label = დართული წარწერის გადახედვა
|
||||
# "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
|
||||
# Variables:
|
||||
# $generatedAltText (String) - the generated alt-text.
|
||||
pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = შედგენილია ავტომატურად: { $generatedAltText }
|
||||
|
||||
## Image alt-text settings
|
||||
|
||||
pdfjs-image-alt-text-settings-button =
|
||||
.title = სურათის დართული წარწერის პარამეტრები
|
||||
pdfjs-image-alt-text-settings-button-label = სურათის დართული წარწერის პარამეტრები
|
||||
pdfjs-editor-alt-text-settings-dialog-label = სურათის დართული წარწერის პარამეტრები
|
||||
pdfjs-editor-alt-text-settings-automatic-title = ავტომატურად დართული წარწერა
|
||||
pdfjs-editor-alt-text-settings-create-model-button-label = დართული წარწერის ავტომატური შედგენა
|
||||
pdfjs-editor-alt-text-settings-create-model-description = აღწერს სურათს მათთვის, ვინც ვერ ხედავს ან ვისთანაც ვერ ჩაიტვირთება.
|
||||
# Variables:
|
||||
# $totalSize (Number) - the total size (in MB) of the AI model.
|
||||
pdfjs-editor-alt-text-settings-download-model-label = დართული წარწერის შესადგენი AI-მოდელი ({ $totalSize } მბაიტი)
|
||||
pdfjs-editor-alt-text-settings-ai-model-description = ეშვება ადგილობრივად თქვენს მოწყობილობასა, ასე რომ მონაცემები დარჩება პირადი. საჭიროა წარწერის ავტომატურად დართვისთვის.
|
||||
pdfjs-editor-alt-text-settings-delete-model-button = წაშლა
|
||||
pdfjs-editor-alt-text-settings-download-model-button = ჩამოტვირთვა
|
||||
pdfjs-editor-alt-text-settings-downloading-model-button = ჩამოიტვრითება...
|
||||
pdfjs-editor-alt-text-settings-editor-title = დართული წარწერის ჩამსწორებელი
|
||||
pdfjs-editor-alt-text-settings-show-dialog-button-label = გამოჩნდეს დართული წარწერის ჩამსწორებელი სურათის დამატებისთანავე
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = უზრუნველყოფს, რომ თქვენს ყველა სურათს ახლდეს დართული წარწერა.
|
||||
pdfjs-editor-alt-text-settings-close-button = დახურვა
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = მონიშვნა მოცილებულია
|
||||
pdfjs-editor-undo-bar-message-freetext = წარწერა მოცილებულია
|
||||
pdfjs-editor-undo-bar-message-ink = ნახატი მოცილებულია
|
||||
pdfjs-editor-undo-bar-message-stamp = სურათი მოცილებულია
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } შენიშვნა მოცილებულია
|
||||
*[other] { $count } შენიშვნა მოცილებულია
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = დაბრუნება
|
||||
pdfjs-editor-undo-bar-undo-button-label = დაბრუნება
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = დახურვა
|
||||
pdfjs-editor-undo-bar-close-button-label = დახურვა
|
||||
|
|
|
@ -493,3 +493,12 @@ pdfjs-editor-alt-text-settings-editor-title = Баламалы мәтін ред
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Суретті қосқанда балама мәтін редакторын бірден көрсету
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Барлық суреттерде балама мәтін бар екеніне көз жеткізуге көмектеседі.
|
||||
pdfjs-editor-alt-text-settings-close-button = Жабу
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Болдырмау
|
||||
pdfjs-editor-undo-bar-undo-button-label = Болдырмау
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Жабу
|
||||
pdfjs-editor-undo-bar-close-button-label = Жабу
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Alternatieve-tekstbewerker
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Alternatieve-tekstbewerker meteen tonen bij toevoegen van een afbeelding
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Helpt u ervoor te zorgen dat al uw afbeeldingen alternatieve tekst hebben.
|
||||
pdfjs-editor-alt-text-settings-close-button = Sluiten
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Markering verwijderd
|
||||
pdfjs-editor-undo-bar-message-freetext = Tekst verwijderd
|
||||
pdfjs-editor-undo-bar-message-ink = Tekening verwijderd
|
||||
pdfjs-editor-undo-bar-message-stamp = Afbeelding verwijderd
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } annotatie verwijderd
|
||||
*[other] { $count } annotaties verwijderd
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Ongedaan maken
|
||||
pdfjs-editor-undo-bar-undo-button-label = Ongedaan maken
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Sluiten
|
||||
pdfjs-editor-undo-bar-close-button-label = Sluiten
|
||||
|
|
|
@ -358,6 +358,8 @@ pdfjs-ink-canvas =
|
|||
## Alt-text dialog
|
||||
|
||||
pdfjs-editor-alt-text-button-label = Alt-tekst
|
||||
pdfjs-editor-alt-text-edit-button =
|
||||
.aria-label = Rediger alt-tekst tekst
|
||||
pdfjs-editor-alt-text-edit-button-label = Rediger alt-tekst tekst
|
||||
pdfjs-editor-alt-text-dialog-label = Vel eit alternativ
|
||||
pdfjs-editor-alt-text-dialog-description = Alt-tekst (alternativ tekst) hjelper når folk ikkje kan sjå bildet eller når det ikkje vert lasta inn.
|
||||
|
@ -371,6 +373,9 @@ pdfjs-editor-alt-text-decorative-tooltip = Merkt som dekorativ
|
|||
# .placeholder: This is a placeholder for the alt text input area
|
||||
pdfjs-editor-alt-text-textarea =
|
||||
.placeholder = Til dømes, «Ein ung mann set seg ved eit bord for å ete eit måltid»
|
||||
# Alternative text (alt text) helps when people can't see the image.
|
||||
pdfjs-editor-alt-text-button =
|
||||
.aria-label = Alt-tekst
|
||||
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
@ -451,8 +456,17 @@ pdfjs-editor-new-alt-text-error-close-button = Lat att
|
|||
# $percent (Number) - the percentage of the downloaded size.
|
||||
pdfjs-editor-new-alt-text-ai-model-downloading-progress = Lastar ned AI-modell med alternativ tekst ({ $downloadedSize } av { $totalSize } MB)
|
||||
.aria-valuetext = Lastar ned AI-modell med alternativ tekst ({ $downloadedSize } av { $totalSize } MB)
|
||||
# This is a button that users can click to edit the alt text they have already added.
|
||||
pdfjs-editor-new-alt-text-added-button =
|
||||
.aria-label = Alternativ tekst lagt til
|
||||
pdfjs-editor-new-alt-text-added-button-label = Alternativ tekst lagt til
|
||||
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
||||
pdfjs-editor-new-alt-text-missing-button =
|
||||
.aria-label = Manglande alternativ tekst
|
||||
pdfjs-editor-new-alt-text-missing-button-label = Manglande alternativ tekst
|
||||
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
|
||||
pdfjs-editor-new-alt-text-to-review-button =
|
||||
.aria-label = Vurder alternativ tekst
|
||||
pdfjs-editor-new-alt-text-to-review-button-label = Vurder alternativ tekst
|
||||
# "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
|
||||
# Variables:
|
||||
|
@ -479,3 +493,6 @@ pdfjs-editor-alt-text-settings-editor-title = Alternativ tekst-redigerar
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Vis alternativ tekst-redigerar direkte når du legg til eit bilde
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Hjelper deg med å sørgje for at alle bilda dine har alternativ tekst.
|
||||
pdfjs-editor-alt-text-settings-close-button = Lat att
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
|
|
|
@ -220,6 +220,21 @@ pdfjs-find-match-diacritics-checkbox-label = Respectar los diacritics
|
|||
pdfjs-find-entire-word-checkbox-label = Mots entièrs
|
||||
pdfjs-find-reached-top = Naut de la pagina atenh, perseguida del bas
|
||||
pdfjs-find-reached-bottom = Bas de la pagina atench, perseguida al començament
|
||||
# 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] Ocurréncia { $current } de { $total }
|
||||
*[other] Ocurréncia { $current } de { $total }
|
||||
}
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit =
|
||||
{ $limit ->
|
||||
[one] Mai de { $limit } ocurréncia
|
||||
*[other] Mai de { $limit } ocurréncias
|
||||
}
|
||||
pdfjs-find-not-found = Frasa pas trobada
|
||||
|
||||
## Predefined zoom values
|
||||
|
@ -260,6 +275,9 @@ pdfjs-annotation-date-string = { $date } a { $time }
|
|||
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
||||
pdfjs-text-annotation-type =
|
||||
.alt = [Anotacion { $type }]
|
||||
# Variables:
|
||||
# $dateObj (Date) - the modification date and time of the annotation
|
||||
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
||||
|
||||
## Password
|
||||
|
||||
|
@ -312,6 +330,10 @@ pdfjs-editor-stamp-add-image-button =
|
|||
pdfjs-editor-stamp-add-image-button-label = Apondre imatge
|
||||
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
||||
pdfjs-editor-free-highlight-thickness-input = Espessor
|
||||
# .default-content is used as a placeholder in an empty text editor.
|
||||
pdfjs-free-text2 =
|
||||
.aria-label = Editor de tèxte
|
||||
.default-content = Començatz de picar…
|
||||
pdfjs-free-text =
|
||||
.aria-label = Editor de tèxte
|
||||
pdfjs-free-text-default-content = Començatz d’escriure…
|
||||
|
@ -322,7 +344,6 @@ pdfjs-ink-canvas =
|
|||
|
||||
## Alt-text dialog
|
||||
|
||||
# Alternative text (alt text) helps when people can't see the image.
|
||||
pdfjs-editor-alt-text-button-label = Tèxt alternatiu
|
||||
pdfjs-editor-alt-text-edit-button-label = Modificar lo tèxt alternatiu
|
||||
pdfjs-editor-alt-text-dialog-label = Causir una opcion
|
||||
|
@ -359,3 +380,30 @@ pdfjs-editor-colorpicker-red =
|
|||
pdfjs-editor-highlight-show-all-button-label = O afichar tot
|
||||
pdfjs-editor-highlight-show-all-button =
|
||||
.title = O afichar tot
|
||||
|
||||
## New alt-text dialog
|
||||
## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
|
||||
|
||||
pdfjs-editor-new-alt-text-error-close-button = Tampar
|
||||
|
||||
## Image alt-text settings
|
||||
|
||||
pdfjs-editor-alt-text-settings-automatic-title = Tèxte alternatiu automatic
|
||||
pdfjs-editor-alt-text-settings-create-model-button-label = Crear un tèxte alternatiu automaticament
|
||||
pdfjs-editor-alt-text-settings-delete-model-button = Suprimir
|
||||
pdfjs-editor-alt-text-settings-download-model-button = Telecargar
|
||||
pdfjs-editor-alt-text-settings-downloading-model-button = Telecargament…
|
||||
pdfjs-editor-alt-text-settings-editor-title = Editor de tèxte alternatiu
|
||||
pdfjs-editor-alt-text-settings-close-button = Tampar
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-freetext = Tèxte suprimit
|
||||
pdfjs-editor-undo-bar-message-ink = Dessenh suprimit
|
||||
pdfjs-editor-undo-bar-message-stamp = Imatge suprimit
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Anullar
|
||||
pdfjs-editor-undo-bar-undo-button-label = Anullar
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Tampar
|
||||
pdfjs-editor-undo-bar-close-button-label = Tampar
|
||||
|
|
|
@ -495,3 +495,24 @@ pdfjs-editor-alt-text-settings-editor-title = Edytor tekstu alternatywnego
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Wyświetlanie edytora tekstu alternatywnego od razu po dodaniu obrazu
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Pomaga upewnić się, że wszystkie obrazy mają tekst alternatywny.
|
||||
pdfjs-editor-alt-text-settings-close-button = Zamknij
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Usunięto wyróżnienie
|
||||
pdfjs-editor-undo-bar-message-freetext = Usunięto tekst
|
||||
pdfjs-editor-undo-bar-message-ink = Usunięto rysunek
|
||||
pdfjs-editor-undo-bar-message-stamp = Usunięto obraz
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] Usunięto przypis
|
||||
[few] Usunięto { $count } przypisy
|
||||
*[many] Usunięto { $count } przypisów
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Cofnij
|
||||
pdfjs-editor-undo-bar-undo-button-label = Cofnij
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Zamknij
|
||||
pdfjs-editor-undo-bar-close-button-label = Zamknij
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Editor de texto alternativo
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Mostrar o editor de texto alternativo imediatamente ao adicionar uma imagem
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Ajuda a assegurar que todas as suas imagens tenham texto alternativo.
|
||||
pdfjs-editor-alt-text-settings-close-button = Fechar
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Destaque removido
|
||||
pdfjs-editor-undo-bar-message-freetext = Texto removido
|
||||
pdfjs-editor-undo-bar-message-ink = Desenho removido
|
||||
pdfjs-editor-undo-bar-message-stamp = Imagem removida
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } anotação removida
|
||||
*[other] { $count } anotações removidas
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Desfazer
|
||||
pdfjs-editor-undo-bar-undo-button-label = Desfazer
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Fechar
|
||||
pdfjs-editor-undo-bar-close-button-label = Fechar
|
||||
|
|
|
@ -357,8 +357,9 @@ 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 =
|
||||
.aria-label = Editar texto alternativo
|
||||
pdfjs-editor-alt-text-edit-button-label = Editar texto alternativo
|
||||
pdfjs-editor-alt-text-dialog-label = Escolher uma opção
|
||||
pdfjs-editor-alt-text-dialog-description = O texto alternativo (texto alternativo) ajuda quando as pessoas não conseguem ver a imagem ou quando a mesma não é carregada.
|
||||
|
@ -372,6 +373,9 @@ pdfjs-editor-alt-text-decorative-tooltip = Marcada 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”
|
||||
# Alternative text (alt text) helps when people can't see the image.
|
||||
pdfjs-editor-alt-text-button =
|
||||
.aria-label = Texto alternativo
|
||||
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
@ -453,10 +457,16 @@ pdfjs-editor-new-alt-text-error-close-button = Fechar
|
|||
pdfjs-editor-new-alt-text-ai-model-downloading-progress = A transferir o modelo de IA de texto alternativo ({ $downloadedSize } de { $totalSize } MB)
|
||||
.aria-valuetext = A transferir o modelo de IA de texto alternativo ({ $downloadedSize } de { $totalSize } MB)
|
||||
# This is a button that users can click to edit the alt text they have already added.
|
||||
pdfjs-editor-new-alt-text-added-button =
|
||||
.aria-label = Texto alternativo adicionado
|
||||
pdfjs-editor-new-alt-text-added-button-label = Texto alternativo adicionado
|
||||
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
||||
pdfjs-editor-new-alt-text-missing-button =
|
||||
.aria-label = Texto alternativo em falta
|
||||
pdfjs-editor-new-alt-text-missing-button-label = Texto alternativo em falta
|
||||
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
|
||||
pdfjs-editor-new-alt-text-to-review-button =
|
||||
.aria-label = Rever texto alternativo
|
||||
pdfjs-editor-new-alt-text-to-review-button-label = Rever texto alternativo
|
||||
# "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
|
||||
# Variables:
|
||||
|
@ -483,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Editor de texto alternativo
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Mostrar editor de texto alternativo imediatamente ao adicionar uma imagem
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Ajuda a garantir que todas as suas imagens tenham um texto alternativo.
|
||||
pdfjs-editor-alt-text-settings-close-button = Fechar
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Destaque removido
|
||||
pdfjs-editor-undo-bar-message-freetext = Texto removido
|
||||
pdfjs-editor-undo-bar-message-ink = Desenho removido
|
||||
pdfjs-editor-undo-bar-message-stamp = Imagem removida
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } anotação removida
|
||||
*[other] { $count } anotações removidas
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Anular
|
||||
pdfjs-editor-undo-bar-undo-button-label = Anular
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Fechar
|
||||
pdfjs-editor-undo-bar-close-button-label = Fechar
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Editur per text alternativ
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Mussar l’editur per text alternativ directamain cun agiuntar in maletg
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Ta gida a garantir che tut tes maletgs hajan in text alternativ.
|
||||
pdfjs-editor-alt-text-settings-close-button = Serrar
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Allontanà la marcaziun
|
||||
pdfjs-editor-undo-bar-message-freetext = Allontanà il text
|
||||
pdfjs-editor-undo-bar-message-ink = Allontanà il dissegn
|
||||
pdfjs-editor-undo-bar-message-stamp = Allontanà il maletg
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } annotaziun allontanada
|
||||
*[other] { $count } annotaziuns allontanadas
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Revocar
|
||||
pdfjs-editor-undo-bar-undo-button-label = Revocar
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Serrar
|
||||
pdfjs-editor-undo-bar-close-button-label = Serrar
|
||||
|
|
|
@ -497,3 +497,25 @@ pdfjs-editor-alt-text-settings-editor-title = Editor alternatívneho textu
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Pri pridávaní obrázka ihneď zobraziť editor alternatívneho textu
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Pomáha vám zabezpečiť, aby všetky vaše obrázky mali alternatívny text.
|
||||
pdfjs-editor-alt-text-settings-close-button = Zavrieť
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Zvýraznenie bolo odstránené
|
||||
pdfjs-editor-undo-bar-message-freetext = Text bol odstránený
|
||||
pdfjs-editor-undo-bar-message-ink = Kreslenie bolo odstránené
|
||||
pdfjs-editor-undo-bar-message-stamp = Obrázok bol odstránený
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } anotácia odstránená
|
||||
[few] { $count } anotácie odstránené
|
||||
[many] { $count } anotácií odstránených
|
||||
*[other] { $count } anotácií odstránených
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Späť
|
||||
pdfjs-editor-undo-bar-undo-button-label = Späť
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Zavrieť
|
||||
pdfjs-editor-undo-bar-close-button-label = Zavrieť
|
||||
|
|
|
@ -353,7 +353,6 @@ 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 متن
|
||||
pdfjs-editor-alt-text-edit-button-label = alt متن وِچ ترمیم کرو
|
||||
pdfjs-editor-alt-text-dialog-label = ہِک اختیار چُݨو
|
||||
|
@ -368,6 +367,9 @@ pdfjs-editor-alt-text-decorative-tooltip = آرائشی دے طور تے نشا
|
|||
# .placeholder: This is a placeholder for the alt text input area
|
||||
pdfjs-editor-alt-text-textarea =
|
||||
.placeholder = مثال دے طور تے، "ہِک جؤان کھاݨاں کھاوݨ کِیتے میز اُتّے ٻیٹھا ہِے"
|
||||
# Alternative text (alt text) helps when people can't see the image.
|
||||
pdfjs-editor-alt-text-button =
|
||||
.aria-label = Alt متن
|
||||
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
@ -449,10 +451,16 @@ pdfjs-editor-new-alt-text-error-close-button = بند کرو
|
|||
pdfjs-editor-new-alt-text-ai-model-downloading-progress = آلٹ عبارت اے آئی ماڈل({ $totalSize }ایم بی دے { $downloadedSize }) ڈاؤن لوڈ تھیندا پئے
|
||||
.aria-valuetext = آلٹ عبارت اے آئی ماڈل({ $totalSize }ایم بی دے { $downloadedSize }) ڈاؤن لوڈ تھیندا پئے
|
||||
# This is a button that users can click to edit the alt text they have already added.
|
||||
pdfjs-editor-new-alt-text-added-button =
|
||||
.aria-label = آلٹ عبارت شامل تھی ڳئی
|
||||
pdfjs-editor-new-alt-text-added-button-label = آلٹ عبارت شامل تھی ڳئی
|
||||
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
||||
pdfjs-editor-new-alt-text-missing-button =
|
||||
.aria-label = متبادل عبارت غائب ہے
|
||||
pdfjs-editor-new-alt-text-missing-button-label = متبادل عبارت غائب ہے
|
||||
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
|
||||
pdfjs-editor-new-alt-text-to-review-button =
|
||||
.aria-label = alt متن تے نظرثانی کرو
|
||||
pdfjs-editor-new-alt-text-to-review-button-label = alt متن تے نظرثانی کرو
|
||||
# "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
|
||||
# Variables:
|
||||
|
@ -479,3 +487,12 @@ pdfjs-editor-alt-text-settings-editor-title = متبادل ٹیکسٹ ایڈیٹ
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = تصویر شامل کرݨ ویلے فوری طور تے آلٹ ٹیکسٹ ایڈیٹر ݙکھاؤ
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = ایہ تہاکوں یقینی بݨاوݨ وچ مدد کریندے جو تہاݙیاں ساریاں تصویراں وچ آلٹ عبارت ہے۔
|
||||
pdfjs-editor-alt-text-settings-close-button = بند کرو
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = کیتا اݨ کیتا
|
||||
pdfjs-editor-undo-bar-undo-button-label = کیتا اݨ کیتا
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = بند کرو
|
||||
pdfjs-editor-undo-bar-close-button-label = بند کرو
|
||||
|
|
|
@ -497,3 +497,25 @@ pdfjs-editor-alt-text-settings-editor-title = Urejevalnik nadomestnega besedila
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Ob dodajanju slike takoj prikaži urejevalnik nadomestnega besedila
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Pomaga vam zagotoviti, da imajo vse vaše slike nadomestno besedilo.
|
||||
pdfjs-editor-alt-text-settings-close-button = Zapri
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Označba odstranjena
|
||||
pdfjs-editor-undo-bar-message-freetext = Besedilo odstranjeno
|
||||
pdfjs-editor-undo-bar-message-ink = Risba odstranjena
|
||||
pdfjs-editor-undo-bar-message-stamp = Slika odstranjena
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } označba odstranjena
|
||||
[two] { $count } označbi odstranjeni
|
||||
[few] { $count } označbe odstranjene
|
||||
*[other] { $count } označb odstranjenih
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Razveljavi
|
||||
pdfjs-editor-undo-bar-undo-button-label = Razveljavi
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Zapri
|
||||
pdfjs-editor-undo-bar-close-button-label = Zapri
|
||||
|
|
|
@ -484,3 +484,23 @@ pdfjs-editor-alt-text-settings-editor-title = Përpunues teksti alternativ
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Shfaq menjëherë përpunues teksti alternativ, kur shtohet një figurë
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Ju ndihmon të siguroheni se krejt figurat tuaja kanë tekst alternativ.
|
||||
pdfjs-editor-alt-text-settings-close-button = Mbylle
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = U hoq theksimi
|
||||
pdfjs-editor-undo-bar-message-freetext = U hoq tekst
|
||||
pdfjs-editor-undo-bar-message-ink = U hoq vizatim
|
||||
pdfjs-editor-undo-bar-message-stamp = U hoq figurë
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] U hoq { $count } shënim
|
||||
*[other] U hoqën { $count } shënime
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Zhbëje
|
||||
pdfjs-editor-undo-bar-undo-button-label = Zhbëje
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Mbylle
|
||||
pdfjs-editor-undo-bar-close-button-label = Mbylle
|
||||
|
|
|
@ -476,3 +476,23 @@ pdfjs-editor-alt-text-settings-download-model-button = Боргирӣ карда
|
|||
pdfjs-editor-alt-text-settings-downloading-model-button = Дар ҳоли боргирӣ…
|
||||
pdfjs-editor-alt-text-settings-editor-title = Муҳаррири матни иловагӣ
|
||||
pdfjs-editor-alt-text-settings-close-button = Пӯшидан
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Ҷудосозӣ тоза карда шуд
|
||||
pdfjs-editor-undo-bar-message-freetext = Матн тоза карда шуд
|
||||
pdfjs-editor-undo-bar-message-ink = Расм тоза карда шуд
|
||||
pdfjs-editor-undo-bar-message-stamp = Тасвир тоза карда шуд
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } ҳошиянависӣ тоза карда шуд
|
||||
*[other] { $count } ҳошиянависӣ тоза карда шуданд
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Бекор кардан
|
||||
pdfjs-editor-undo-bar-undo-button-label = Бекор кардан
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Пӯшидан
|
||||
pdfjs-editor-undo-bar-close-button-label = Пӯшидан
|
||||
|
|
|
@ -485,3 +485,19 @@ pdfjs-editor-alt-text-settings-editor-title = ตัวแก้ไขข้อ
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = แสดงตัวแก้ไขข้อความทดแทนทันทีเมื่อเพิ่มภาพ
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = ช่วยให้คุณแน่ใจว่าภาพทั้งหมดของคุณมีข้อความทดแทน
|
||||
pdfjs-editor-alt-text-settings-close-button = ปิด
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = เอาการเน้นสีออกแล้ว
|
||||
pdfjs-editor-undo-bar-message-freetext = เอาข้อความออกแล้ว
|
||||
pdfjs-editor-undo-bar-message-ink = เอาภาพวาดออกแล้ว
|
||||
pdfjs-editor-undo-bar-message-stamp = เอาภาพออกแล้ว
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple = เอาคำอธิบายประกอบ { $count } รายการออกแล้ว
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = เลิกทำ
|
||||
pdfjs-editor-undo-bar-undo-button-label = เลิกทำ
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = ปิด
|
||||
pdfjs-editor-undo-bar-close-button-label = ปิด
|
||||
|
|
|
@ -493,3 +493,23 @@ pdfjs-editor-alt-text-settings-editor-title = Alt metin düzenleyicisi
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Resim eklerken alt metin düzenleyicisini hemen göster
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Tüm resimlerinizin alt metne sahip olduğundan emin olmanızı sağlar.
|
||||
pdfjs-editor-alt-text-settings-close-button = Kapat
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Vurgulama silindi
|
||||
pdfjs-editor-undo-bar-message-freetext = Metin silindi
|
||||
pdfjs-editor-undo-bar-message-ink = Çizim silindi
|
||||
pdfjs-editor-undo-bar-message-stamp = Görsel silindi
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } ek açıklama silindi
|
||||
*[other] { $count } ek açıklama silindi
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Geri al
|
||||
pdfjs-editor-undo-bar-undo-button-label = Geri al
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Kapat
|
||||
pdfjs-editor-undo-bar-close-button-label = Kapat
|
||||
|
|
|
@ -495,3 +495,24 @@ pdfjs-editor-alt-text-settings-editor-title = Редактор альтерна
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = Показувати редактор альтернативного тексту під час додавання зображення
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = Допомагає переконатися, що всі ваші зображення мають альтернативний текст.
|
||||
pdfjs-editor-alt-text-settings-close-button = Закрити
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = Підсвічення вилучено
|
||||
pdfjs-editor-undo-bar-message-freetext = Текст вилучено
|
||||
pdfjs-editor-undo-bar-message-ink = Малюнок вилучено
|
||||
pdfjs-editor-undo-bar-message-stamp = Зображення вилучено
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple =
|
||||
{ $count ->
|
||||
[one] { $count } анотацію вилучено
|
||||
[few] { $count } анотації вилучено
|
||||
*[many] { $count } анотацій вилучено
|
||||
}
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = Повернути
|
||||
pdfjs-editor-undo-bar-undo-button-label = Повернути
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = Закрити
|
||||
pdfjs-editor-undo-bar-close-button-label = Закрити
|
||||
|
|
|
@ -485,3 +485,19 @@ pdfjs-editor-alt-text-settings-editor-title = 替换文字编辑器
|
|||
pdfjs-editor-alt-text-settings-show-dialog-button-label = 添加图像后立即显示替换文字编辑器
|
||||
pdfjs-editor-alt-text-settings-show-dialog-description = 帮助确保所有图像均拥有替换文字。
|
||||
pdfjs-editor-alt-text-settings-close-button = 关闭
|
||||
|
||||
## "Annotations removed" bar
|
||||
|
||||
pdfjs-editor-undo-bar-message-highlight = 已移除高亮
|
||||
pdfjs-editor-undo-bar-message-freetext = 已移除文本
|
||||
pdfjs-editor-undo-bar-message-ink = 已移除绘图
|
||||
pdfjs-editor-undo-bar-message-stamp = 已移除图像
|
||||
# Variables:
|
||||
# $count (Number) - the number of removed annotations.
|
||||
pdfjs-editor-undo-bar-message-multiple = 已移除 { $count } 条注释
|
||||
pdfjs-editor-undo-bar-undo-button =
|
||||
.title = 撤销
|
||||
pdfjs-editor-undo-bar-undo-button-label = 撤销
|
||||
pdfjs-editor-undo-bar-close-button =
|
||||
.title = 关闭
|
||||
pdfjs-editor-undo-bar-close-button-label = 关闭
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue