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
ec7d0f6860
commit
8084ae2054
4 changed files with 98 additions and 4 deletions
|
@ -119,6 +119,9 @@ pdfjs-document-properties-keywords = Stikkord:
|
|||
pdfjs-document-properties-creation-date = Dato oppretta:
|
||||
pdfjs-document-properties-modification-date = Dato endra:
|
||||
# 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 }
|
||||
|
@ -275,6 +278,9 @@ pdfjs-annotation-date-string = { $date } { $time }
|
|||
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
||||
pdfjs-text-annotation-type =
|
||||
.alt = [{ $type } annotasjon]
|
||||
# Variables:
|
||||
# $dateObj (Date) - the modification date and time of the annotation
|
||||
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
||||
|
||||
## Password
|
||||
|
||||
|
@ -437,6 +443,7 @@ pdfjs-image-alt-text-settings-button-label = Alternative tekst-innstillingar for
|
|||
pdfjs-editor-alt-text-settings-dialog-label = Alternative tekst-innstillingar for bilde
|
||||
pdfjs-editor-alt-text-settings-automatic-title = Automatisk alternativ tekst
|
||||
pdfjs-editor-alt-text-settings-create-model-button-label = Opprett alternativ tekt automatisk
|
||||
pdfjs-editor-alt-text-settings-create-model-description = Foreslår skildringar for å hjelpe folk som ikkje kan sjå bildet eller når bildet ikkje blir lasta inn.
|
||||
# Variables:
|
||||
# $totalSize (Number) - the total size (in MB) of the AI model.
|
||||
pdfjs-editor-alt-text-settings-download-model-label = AI-modell for alternativ tekst ({ $totalSize } MB)
|
||||
|
@ -446,4 +453,5 @@ pdfjs-editor-alt-text-settings-download-model-button = Last ned
|
|||
pdfjs-editor-alt-text-settings-downloading-model-button = Lastar ned…
|
||||
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
|
||||
|
|
|
@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Caracteristicas dal document…
|
|||
pdfjs-document-properties-file-name = Num da la datoteca:
|
||||
pdfjs-document-properties-file-size = Grondezza da la datoteca:
|
||||
# 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) } KB ({ $b } bytes)
|
||||
# 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) } MB ({ $b } bytes)
|
||||
# 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 } KB ({ $size_b } bytes)
|
||||
|
@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Chavazzins:
|
|||
pdfjs-document-properties-creation-date = Data da creaziun:
|
||||
pdfjs-document-properties-modification-date = Data da modificaziun:
|
||||
# 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 }
|
||||
|
@ -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 = [Annotaziun da { $type }]
|
||||
# Variables:
|
||||
# $dateObj (Date) - the modification date and time of the annotation
|
||||
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
||||
|
||||
## Password
|
||||
|
||||
|
@ -298,8 +312,6 @@ pdfjs-editor-stamp-button-label = Agiuntar u modifitgar maletgs
|
|||
pdfjs-editor-highlight-button =
|
||||
.title = Marcar
|
||||
pdfjs-editor-highlight-button-label = Marcar
|
||||
pdfjs-highlight-floating-button =
|
||||
.title = Relevar
|
||||
pdfjs-highlight-floating-button1 =
|
||||
.title = Marcar
|
||||
.aria-label = Marcar
|
||||
|
@ -394,3 +406,60 @@ pdfjs-editor-colorpicker-red =
|
|||
pdfjs-editor-highlight-show-all-button-label = Mussar tut
|
||||
pdfjs-editor-highlight-show-all-button =
|
||||
.title = Mussar tut
|
||||
|
||||
## 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 = Modifitgar il text alternativ (descripziun dal maletg)
|
||||
# Modal header positioned above a text box where users can add the alt text.
|
||||
pdfjs-editor-new-alt-text-dialog-add-label = Agiuntar in text alternativ (descripziun dal maletg)
|
||||
pdfjs-editor-new-alt-text-textarea =
|
||||
.placeholder = Scriva qua tia descripziun…
|
||||
# This text refers to the alt text box above this description. It offers a definition of alt text.
|
||||
pdfjs-editor-new-alt-text-description = Curta descripziun per persunas che na vesan betg il maletg u per cass en ils quals il maletg na vegn betg chargià.
|
||||
# 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 = Quest text alternativ è vegnì creà automaticamain ed è eventualmain nunprecis.
|
||||
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Ulteriuras infurmaziuns
|
||||
pdfjs-editor-new-alt-text-create-automatically-button-label = Crear automaticamain il text alternativ
|
||||
pdfjs-editor-new-alt-text-not-now-button = Betg ussa
|
||||
pdfjs-editor-new-alt-text-error-title = I n’è betg reussì da crear automaticamain il text alternativ
|
||||
pdfjs-editor-new-alt-text-error-description = Scriva per plaschair tes agen text alternativ u emprova pli tard anc ina giada.
|
||||
pdfjs-editor-new-alt-text-error-close-button = Serrar
|
||||
# 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 = Telechargiar il model IA da text alternativ ({ $downloadedSize } da { $totalSize } MB)
|
||||
.aria-valuetext = Telechargiar il model IA da text alternativ ({ $downloadedSize } da { $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-label = Text alternativ agiuntà
|
||||
# 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-label = Text alternativ manca
|
||||
# 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-label = Repassar il text alternativ
|
||||
# "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 = Creà automaticamain: { $generatedAltText }
|
||||
|
||||
## Image alt-text settings
|
||||
|
||||
pdfjs-image-alt-text-settings-button =
|
||||
.title = Parameters dal text alternativ da maletgs
|
||||
pdfjs-image-alt-text-settings-button-label = Parameters dal text alternativ da maletgs
|
||||
pdfjs-editor-alt-text-settings-dialog-label = Parameters dal text alternativ da maletgs
|
||||
pdfjs-editor-alt-text-settings-automatic-title = Text alternativ automatic
|
||||
pdfjs-editor-alt-text-settings-create-model-button-label = Crear automaticamain text alternativ
|
||||
pdfjs-editor-alt-text-settings-create-model-description = Propona descripziuns per gidar a persunas che na vesan betg il maletg u per cass en ils quals il maletg na vegn betg chargià.
|
||||
# Variables:
|
||||
# $totalSize (Number) - the total size (in MB) of the AI model.
|
||||
pdfjs-editor-alt-text-settings-download-model-label = Model IA da text alternativ ({ $totalSize } MB)
|
||||
pdfjs-editor-alt-text-settings-ai-model-description = Vegn exequì localmain sin tes apparat per che tias datas restian privatas. Necessari per text alternativ automatic.
|
||||
pdfjs-editor-alt-text-settings-delete-model-button = Stizzar
|
||||
pdfjs-editor-alt-text-settings-download-model-button = Telechargiar
|
||||
pdfjs-editor-alt-text-settings-downloading-model-button = Telechargiar…
|
||||
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
|
||||
|
|
|
@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Vlastnosti dokumentu…
|
|||
pdfjs-document-properties-file-name = Názov súboru:
|
||||
pdfjs-document-properties-file-size = Veľkosť súboru:
|
||||
# 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) } kB ({ $b } bajtov)
|
||||
# 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) } MB ({ $b } bajtov)
|
||||
# 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 } kB ({ $size_b } bajtov)
|
||||
|
@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Kľúčové slová:
|
|||
pdfjs-document-properties-creation-date = Dátum vytvorenia:
|
||||
pdfjs-document-properties-modification-date = Dátum úpravy:
|
||||
# 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 }
|
||||
|
@ -279,6 +290,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
|
|||
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
||||
pdfjs-text-annotation-type =
|
||||
.alt = [Anotácia typu { $type }]
|
||||
# Variables:
|
||||
# $dateObj (Date) - the modification date and time of the annotation
|
||||
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
||||
|
||||
## Password
|
||||
|
||||
|
@ -410,8 +424,6 @@ pdfjs-editor-new-alt-text-textarea =
|
|||
pdfjs-editor-new-alt-text-description = Krátky popis pre ľudí, ktorí nevidia obrázok alebo ak sa obrázok nenačíta.
|
||||
# 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 = Tento alternatívny text bol vytvorený automaticky a môže byť nepresný.
|
||||
# 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-disclaimer = Tento alternatívny text bol vytvorený automaticky.
|
||||
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Ďalšie informácie
|
||||
pdfjs-editor-new-alt-text-create-automatically-button-label = Automaticky vytvoriť alternatívny text
|
||||
pdfjs-editor-new-alt-text-not-now-button = Teraz nie
|
||||
|
|
|
@ -427,3 +427,8 @@ 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-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-close-button = Закрити
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue