Update translations to the most recent versions
This commit is contained in:
parent
8e2c9a30d7
commit
4b7a0d1841
@ -339,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 = Øverste venstre hjørne — tilpas størrelse
|
||||
pdfjs-editor-resizer-label-top-middle = Øverste i midten — tilpas størrelse
|
||||
pdfjs-editor-resizer-label-top-right = Øverste højre hjørne — tilpas størrelse
|
||||
pdfjs-editor-resizer-label-middle-right = Midten til højre — tilpas størrelse
|
||||
pdfjs-editor-resizer-label-bottom-right = Nederste højre hjørne - tilpas størrelse
|
||||
pdfjs-editor-resizer-label-bottom-middle = Nederst i midten - tilpas størrelse
|
||||
pdfjs-editor-resizer-label-bottom-left = Nederste venstre hjørne - tilpas størrelse
|
||||
pdfjs-editor-resizer-label-middle-left = Midten til venstre — tilpas størrelse
|
||||
|
@ -226,6 +226,17 @@ pdfjs-find-match-diacritics-checkbox-label = Respecter les accents et diacritiqu
|
||||
pdfjs-find-entire-word-checkbox-label = Mots entiers
|
||||
pdfjs-find-reached-top = Haut de la page atteint, poursuite depuis la fin
|
||||
pdfjs-find-reached-bottom = Bas de la page atteint, poursuite au début
|
||||
# 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 = Occurrence { $current } sur { $total }
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit =
|
||||
{ $limit ->
|
||||
[one] Plus d’{ $limit } occurrence
|
||||
*[other] Plus de { $limit } occurrences
|
||||
}
|
||||
pdfjs-find-not-found = Expression non trouvée
|
||||
|
||||
## Predefined zoom values
|
||||
@ -324,3 +335,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 = Coin supérieur gauche — redimensionner
|
||||
pdfjs-editor-resizer-label-top-middle = Milieu haut — redimensionner
|
||||
pdfjs-editor-resizer-label-top-right = Coin supérieur droit — redimensionner
|
||||
pdfjs-editor-resizer-label-middle-right = Milieu droit — redimensionner
|
||||
pdfjs-editor-resizer-label-bottom-right = Coin inférieur droit — redimensionner
|
||||
pdfjs-editor-resizer-label-bottom-middle = Centre bas — redimensionner
|
||||
pdfjs-editor-resizer-label-bottom-left = Coin inférieur gauche — redimensionner
|
||||
pdfjs-editor-resizer-label-middle-left = Milieu gauche — redimensionner
|
||||
|
@ -226,6 +226,21 @@ pdfjs-find-match-diacritics-checkbox-label = Corresponder diacríticos
|
||||
pdfjs-find-entire-word-checkbox-label = Palavras completas
|
||||
pdfjs-find-reached-top = Topo do documento atingido, a continuar a partir do fundo
|
||||
pdfjs-find-reached-bottom = Fim do documento atingido, a continuar a partir do topo
|
||||
# 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 } de { $total } correspondência
|
||||
*[other] { $current } de { $total } correspondências
|
||||
}
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit =
|
||||
{ $limit ->
|
||||
[one] Mais de { $limit } correspondência
|
||||
*[other] Mais de { $limit } correspondências
|
||||
}
|
||||
pdfjs-find-not-found = Frase não encontrada
|
||||
|
||||
## Predefined zoom values
|
||||
@ -305,7 +320,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 = 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.
|
||||
pdfjs-editor-alt-text-add-description-label = Adicionar uma descrição
|
||||
pdfjs-editor-alt-text-add-description-description = Aponte para 1-2 frases que descrevam o assunto, definição ou ações.
|
||||
pdfjs-editor-alt-text-mark-decorative-label = Marcar como decorativa
|
||||
pdfjs-editor-alt-text-mark-decorative-description = Isto é utilizado para imagens decorativas, tais como limites ou marcas d'água.
|
||||
pdfjs-editor-alt-text-cancel-button = Cancelar
|
||||
pdfjs-editor-alt-text-save-button = Guardar
|
||||
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”
|
||||
|
||||
## Editor resizers
|
||||
## This is used in an aria label to help to understand the role of the resizer.
|
||||
|
||||
pdfjs-editor-resizer-label-top-left = Canto superior esquerdo — redimensionar
|
||||
pdfjs-editor-resizer-label-top-middle = Superior ao centro — redimensionar
|
||||
pdfjs-editor-resizer-label-top-right = Canto superior direito — redimensionar
|
||||
pdfjs-editor-resizer-label-middle-right = Centro à direita — redimensionar
|
||||
pdfjs-editor-resizer-label-bottom-right = Canto inferior direito — redimensionar
|
||||
pdfjs-editor-resizer-label-bottom-middle = Inferior ao centro — redimensionar
|
||||
pdfjs-editor-resizer-label-bottom-left = Canto inferior esquerdo — redimensionar
|
||||
pdfjs-editor-resizer-label-middle-left = Centro à esquerda — redimensionar
|
||||
|
@ -226,6 +226,21 @@ pdfjs-find-match-diacritics-checkbox-label = Resguardar ils segns diacritics
|
||||
pdfjs-find-entire-word-checkbox-label = Pleds entirs
|
||||
pdfjs-find-reached-top = Il cumenzament dal document è cuntanschì, la tschertga cuntinuescha a la fin dal document
|
||||
pdfjs-find-reached-bottom = La fin dal document è cuntanschì, la tschertga cuntinuescha al cumenzament dal document
|
||||
# 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 } dad { $total } correspundenza
|
||||
*[other] { $current } da { $total } correspundenzas
|
||||
}
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit =
|
||||
{ $limit ->
|
||||
[one] Dapli che { $limit } correspundenza
|
||||
*[other] Dapli che { $limit } correspundenzas
|
||||
}
|
||||
pdfjs-find-not-found = Impussibel da chattar l'expressiun
|
||||
|
||||
## 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 = Chantun sura a sanestra — redimensiunar
|
||||
pdfjs-editor-resizer-label-top-middle = Sura amez — redimensiunar
|
||||
pdfjs-editor-resizer-label-top-right = Chantun sura a dretga — redimensiunar
|
||||
pdfjs-editor-resizer-label-middle-right = Da vart dretga amez — redimensiunar
|
||||
pdfjs-editor-resizer-label-bottom-right = Chantun sut a dretga — redimensiunar
|
||||
pdfjs-editor-resizer-label-bottom-middle = Sutvart amez — redimensiunar
|
||||
pdfjs-editor-resizer-label-bottom-left = Chantun sut a sanestra — redimensiunar
|
||||
pdfjs-editor-resizer-label-middle-left = Vart sanestra amez — redimensiunar
|
||||
|
@ -226,6 +226,25 @@ pdfjs-find-match-diacritics-checkbox-label = Razlikuj diakritične znake
|
||||
pdfjs-find-entire-word-checkbox-label = Cele besede
|
||||
pdfjs-find-reached-top = Dosežen začetek dokumenta iz smeri konca
|
||||
pdfjs-find-reached-bottom = Doseženo konec dokumenta iz smeri začetka
|
||||
# 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] Zadetek { $current } od { $total }
|
||||
[two] Zadetek { $current } od { $total }
|
||||
[few] Zadetek { $current } od { $total }
|
||||
*[other] Zadetek { $current } od { $total }
|
||||
}
|
||||
# Variables:
|
||||
# $limit (Number) - the maximum number of matches
|
||||
pdfjs-find-match-count-limit =
|
||||
{ $limit ->
|
||||
[one] Več kot { $limit } zadetek
|
||||
[two] Več kot { $limit } zadetka
|
||||
[few] Več kot { $limit } zadetki
|
||||
*[other] Več kot { $limit } zadetkov
|
||||
}
|
||||
pdfjs-find-not-found = Iskanega ni mogoče najti
|
||||
|
||||
## Predefined zoom values
|
||||
@ -324,3 +343,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 = Zgornji levi kot – spremeni velikost
|
||||
pdfjs-editor-resizer-label-top-middle = Zgoraj na sredini – spremeni velikost
|
||||
pdfjs-editor-resizer-label-top-right = Zgornji desni kot – spremeni velikost
|
||||
pdfjs-editor-resizer-label-middle-right = Desno na sredini – spremeni velikost
|
||||
pdfjs-editor-resizer-label-bottom-right = Spodnji desni kot – spremeni velikost
|
||||
pdfjs-editor-resizer-label-bottom-middle = Spodaj na sredini – spremeni velikost
|
||||
pdfjs-editor-resizer-label-bottom-left = Spodnji levi kot – spremeni velikost
|
||||
pdfjs-editor-resizer-label-middle-left = Levo na sredini – spremeni velikost
|
||||
|
@ -139,8 +139,8 @@ pdfjs-document-properties-page-size-orientation-portrait = 纵向
|
||||
pdfjs-document-properties-page-size-orientation-landscape = 横向
|
||||
pdfjs-document-properties-page-size-name-a-three = A3
|
||||
pdfjs-document-properties-page-size-name-a-four = A4
|
||||
pdfjs-document-properties-page-size-name-letter = 文本
|
||||
pdfjs-document-properties-page-size-name-legal = 法律
|
||||
pdfjs-document-properties-page-size-name-letter = Letter
|
||||
pdfjs-document-properties-page-size-name-legal = Legal
|
||||
|
||||
## Variables:
|
||||
## $width (Number) - the width of the (current) page
|
||||
|
Loading…
Reference in New Issue
Block a user