Update locales from Transifex
This commit is contained in:
parent
f13791de60
commit
7efb296da9
101 changed files with 3260 additions and 250 deletions
31
chrome/locale/af-ZA/zotero/reader.ftl
Normal file
31
chrome/locale/af-ZA/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Verligmerk teks
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Find
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Druk
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Druk
|
||||
general-remove = Remove
|
||||
general-add = Add
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Help
|
|||
general-tag = Tag
|
||||
general-done = Done
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Citation Style:
|
||||
language-label = Language:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edit Saved Search
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Move Down
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = View Online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Citation Style:
|
||||
bibliography-locale-label = Language:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Advanced Options
|
||||
bibliography-outputMode-label = Output Mode:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Wys verwysings as:
|
||||
integration-prefs-footnotes =
|
||||
.label = Voetnotas
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Image
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/ar/zotero/reader.ftl
Normal file
31
chrome/locale/ar/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = تمييز النص
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = اعثر
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = طباعة
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = طباعة
|
||||
general-remove = إزالة
|
||||
general-add = اضافة
|
||||
general-remind-me-later = التذكير لاحقاً
|
||||
|
@ -14,6 +24,8 @@ general-help = مساعدة
|
|||
general-tag = وسم
|
||||
general-done = تم
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = نمط الاستشهاد:
|
||||
language-label = اللغة
|
||||
menu-file-show-in-finder =
|
||||
.label = العرض في المجلد
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = تحرير البحث المخزن
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = تحريك لأسفل
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = العرض على الانترنت
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = نمط الاستشهاد:
|
||||
bibliography-locale-label = اللغة
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = خيارات متقدمة
|
||||
bibliography-outputMode-label = وضع المخرجات:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = عرض الاستشهادات المرجعية كـ:
|
||||
integration-prefs-footnotes =
|
||||
.label = حواشي سفلية
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = صورة
|
||||
file-type-pdf = بي دي إف
|
||||
|
|
31
chrome/locale/bg-BG/zotero/reader.ftl
Normal file
31
chrome/locale/bg-BG/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Акцентиране на текст
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Find
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Отпечатване
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Отпечатване
|
||||
general-remove = Премахване
|
||||
general-add = Добавяне
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Помощ
|
|||
general-tag = Отметка
|
||||
general-done = Готово
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Стил на цитиране:
|
||||
language-label = Език:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Редактира записаното търсене
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Move Down
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Разглеждане онлайн
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Стил на цитиране:
|
||||
bibliography-locale-label = Език:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Разширени опции
|
||||
bibliography-outputMode-label = Изходен тип:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Показване на цитатите като:
|
||||
integration-prefs-footnotes =
|
||||
.label = Бележки под линия
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Образ
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/br/zotero/reader.ftl
Normal file
31
chrome/locale/br/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Usskediñ an destenn
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Find
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Moullañ
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Moullañ
|
||||
general-remove = Dilemel
|
||||
general-add = Ouzhpennañ
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Sikour
|
|||
general-tag = Baliz
|
||||
general-done = Graet
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Doare arroudenn:
|
||||
language-label = Yezh:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edit Saved Search
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = War-draoñ
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Diskouez enlinenn
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Doare arroudenn:
|
||||
bibliography-locale-label = Yezh:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Dibarzhioù araokaet
|
||||
bibliography-outputMode-label = Mod ezvont:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Diskouez an arroudennoù evel:
|
||||
integration-prefs-footnotes =
|
||||
.label = notennoù traoñ
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Skeudenn
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/ca-AD/zotero/reader.ftl
Normal file
31
chrome/locale/ca-AD/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Text subratllat
|
||||
pdfReader-highlightText = Marca el text
|
||||
pdfReader-addText = Afegeix text
|
||||
pdfReader-selectArea = Selecciona l'àrea
|
||||
pdfReader-draw = Dibuixa
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Troba al document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Cerca
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Imprimeix
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Imprimeix
|
||||
general-remove = Elimina
|
||||
general-add = Afegeix
|
||||
general-remind-me-later = Recorda-m'ho més tard
|
||||
|
@ -14,6 +24,8 @@ general-help = Ajuda
|
|||
general-tag = Etiqueta
|
||||
general-done = Fet
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Estil de la cita:
|
||||
language-label = Llengua:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Reanomena la col·lecció
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edita la cerca desada
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Mou avall
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Mira en línia
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Estil de la cita:
|
||||
bibliography-locale-label = Llengua:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Opcions avançades
|
||||
bibliography-outputMode-label = Mode de sortida:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Previsualització
|
||||
integration-prefs-displayAs-label = Mostra les cites com a:
|
||||
integration-prefs-footnotes =
|
||||
.label = Notes al peu
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Selecciona
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Pàgina web
|
||||
file-type-image = Imatge
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/cs-CZ/zotero/reader.ftl
Normal file
31
chrome/locale/cs-CZ/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Podtrhnout text
|
||||
pdfReader-highlightText = Zvýraznit text
|
||||
pdfReader-addText = Přidat text
|
||||
pdfReader-selectArea = Vybrat oblast
|
||||
pdfReader-draw = Kreslit
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Najít
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Tisknout
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Tisknout
|
||||
general-remove = Odstranit
|
||||
general-add = Přidat
|
||||
general-remind-me-later = Připomenout později
|
||||
|
@ -14,6 +24,8 @@ general-help = Pomoc
|
|||
general-tag = Štítek
|
||||
general-done = Hotovo
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Citační styl:
|
||||
language-label = Jazyk:
|
||||
menu-file-show-in-finder =
|
||||
.label = Zobrazit v hledači
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Přejmenovat kolekci
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Editovat Uložené hledání
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Posunout dolů
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Připojený soubot
|
||||
item-menu-add-url =
|
||||
.label = Webový odkaz
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Zobrazit online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Citační styl:
|
||||
bibliography-locale-label = Jazyk:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Pokročilé možnosti
|
||||
bibliography-outputMode-label = Výstupní režim:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Zobrazit citaci jako:
|
||||
integration-prefs-footnotes =
|
||||
.label = Poznámky pod čarou
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Obrázek
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/da-DK/zotero/reader.ftl
Normal file
31
chrome/locale/da-DK/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Marker tekst
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Find
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Udskrift
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Udskrift
|
||||
general-remove = Fjern
|
||||
general-add = Tilføj
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Hjælp
|
|||
general-tag = Mærke
|
||||
general-done = Færdig
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Reference-stil:
|
||||
language-label = Sprog:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Rediger gemt søgning
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Flyt ned
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Vis online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Reference-stil:
|
||||
bibliography-locale-label = Sprog:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Avancerede indstillinger
|
||||
bibliography-outputMode-label = Output-tilstand:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Vis referencer som:
|
||||
integration-prefs-footnotes =
|
||||
.label = Fodnoter
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Grafik
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/de/zotero/reader.ftl
Normal file
31
chrome/locale/de/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Text unterstreichen
|
||||
pdfReader-highlightText = Text hervorheben
|
||||
pdfReader-addText = Text hinzufügen
|
||||
pdfReader-selectArea = Bereich auswählen
|
||||
pdfReader-draw = Zeichnen
|
||||
pdfReader-highlightAnnotation = Markierungsanmerkung
|
||||
pdfReader-underlineAnnotation = Unterstreichungsanmerkung
|
||||
pdfReader-noteAnnotation = Notizanmerkung
|
||||
pdfReader-textAnnotation = Textanmerkung
|
||||
pdfReader-imageAnnotation = Bildanmerkung
|
||||
pdfReader-find-in-document = Im Dokument finden
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Pfeiltasten verwenden, um die Anmerkung zu verschieben.
|
||||
pdfReader-a11yEditTextAnnotation = Um das Ende der Anmerkung zu verschieben, { general-key-shift } und die Links-/Rechts-Pfeiltasten verwenden. Um den Anfang der Anmerkung zu verschieben, { general-key-shift }-{ pdfReader-move-annotation-start-key } und die Pfeiltasten verwenden..
|
||||
pdfReader-a11yResizeAnnotation = Um die Größe der Anmerkung zu ändern { general-key-shift } gedrückt halten und die Pfeiltasten verwenden.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Tab verwenden, um das Anmerkungs-Popup zu navigieren.
|
||||
pdfReader-a11yAnnotationCreated = { $type } erstellt.
|
||||
pdfReader-a11yAnnotationSelected = { $type } ausgewählt.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = Diese Anmerkungsart kann nicht mit der Tastatur erstellt werden.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Suchen
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Drucken
|
||||
general-key-control = Steuerung
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Befehlstaste
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Drucken
|
||||
general-remove = Entfernen
|
||||
general-add = Hinzufügen
|
||||
general-remind-me-later = Später erinnern
|
||||
|
@ -14,6 +24,8 @@ general-help = Hilfe
|
|||
general-tag = Tag
|
||||
general-done = Erledigt
|
||||
general-view-troubleshooting-instructions = Anleitung zur Problembehebung anzeigen
|
||||
citation-style-label = Zitierstil:
|
||||
language-label = Sprache:
|
||||
menu-file-show-in-finder =
|
||||
.label = In Finder anzeigen
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Sammlung umbenennen
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Gespeicherte Suche bearbeiten
|
||||
collections-menu-move-collection =
|
||||
.label = Verschieben nach
|
||||
collections-menu-copy-collection =
|
||||
.label = Kopieren nach
|
||||
item-creator-moveDown =
|
||||
.label = Nach unten verschieben
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Verlinkte Datei
|
||||
item-menu-add-url =
|
||||
.label = Weblink
|
||||
item-menu-change-parent-item =
|
||||
.label = Übergeordneten Eintrag ändern...
|
||||
view-online = Online anzeigen
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -203,7 +221,7 @@ rtfScan-scan-page = Scanne Zitationen
|
|||
rtfScan-scanPage-description = { -app-name } scannt Ihr Dokument nach Zitationen. Bitte haben Sie Geduld.
|
||||
rtfScan-citations-page = Zitierte Einträge überprüfen
|
||||
rtfScan-citations-page-description = Bitte überprüfen Sie die Liste der erkannten Zitationen, um sicher zu stellen, dass { -app-name } die zusammengehörigen Einträge korrekt erkannt hat. Alle nicht zugeordneten oder uneindeutigen Zitationen müssen korrigiert werden, bevor Sie fortfahren.
|
||||
rtfScan-style-page = Dokumenten-Formatierung
|
||||
rtfScan-style-page = Dokument-Formatierung
|
||||
rtfScan-format-page = Formatiere Zitationen
|
||||
rtfScan-format-page-description = { -app-name } verarbeitet gerade Ihre RTF-Datei und formatiert sie. Bitte warten Sie.
|
||||
rtfScan-complete-page = RTF-Scan abgeschlossen
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Als async-Funktion ausführen
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Zitation/Bibliographie erstellen
|
||||
bibliography-style-label = Zitierstil:
|
||||
bibliography-locale-label = Sprache:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Literaturangaben anzeigen als:
|
||||
bibliography-advancedOptions-label = Erweiterte Einstellungen
|
||||
bibliography-outputMode-label = Ausgabemodus:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Literaturverzeichnis bearbeiten
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Schnellformatierung Zitation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Art der Fundstelle
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Zitierstil-Editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Vorschau
|
||||
integration-prefs-displayAs-label = Literaturangaben anzeigen als:
|
||||
integration-prefs-footnotes =
|
||||
.label = Fußnoten
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Auswählen
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Zu eigenständigem Anhang umwandeln
|
||||
*[other] Zu eigenständigen Anhängen umwandeln
|
||||
}
|
||||
file-type-webpage = Webseite
|
||||
file-type-image = Bild
|
||||
file-type-pdf = PDF
|
||||
|
|
|
@ -1447,8 +1447,8 @@ pdfReader.epubAppearance.pageWidth.revert=Standard-Seitenbreite verwenden
|
|||
pdfReader.convertToHighlight=Zu Hervorhebung umwandeln
|
||||
pdfReader.convertToUnderline=Zu Unterstreichung umwandeln
|
||||
pdfReader.size=Größe
|
||||
pdfReader.merge=Merge
|
||||
pdfReader.copyLink=Copy Link
|
||||
pdfReader.merge=Zusammeführen
|
||||
pdfReader.copyLink=Link kopieren
|
||||
|
||||
spellCheck.checkSpelling=Rechtschreibprüfung
|
||||
spellCheck.addRemoveDictionaries=Wörterbücher hinzufügen/löschen…
|
||||
|
|
31
chrome/locale/el-GR/zotero/reader.ftl
Normal file
31
chrome/locale/el-GR/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Υπογράμμιση κειμένου
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Εύρεση
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Εκτύπωση
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Εκτύπωση
|
||||
general-remove = Απομάκρυνση
|
||||
general-add = Προσθήκη
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Βοήθεια
|
|||
general-tag = Ετικέτα
|
||||
general-done = Ολοκληρώθηκε
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Στυλ παραπομπής:
|
||||
language-label = Γλώσσα:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edit Saved Search
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Μετακίνηση Κάτω
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Προβολή στο Διαδίκτυο
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Στυλ παραπομπής:
|
||||
bibliography-locale-label = Γλώσσα:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Προχωρημένες επιλογές
|
||||
bibliography-outputMode-label = Λειτουργία αποτελέσματος:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Προβολή παραπομπών ως:
|
||||
integration-prefs-footnotes =
|
||||
.label = Υποσημειώσεις
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Εικόνα
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/en-GB/zotero/reader.ftl
Normal file
31
chrome/locale/en-GB/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Highlight Text
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Find
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Print
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Print
|
||||
general-remove = Remove
|
||||
general-add = Add
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Help
|
|||
general-tag = Tag
|
||||
general-done = Done
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Citation Style:
|
||||
language-label = Language:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edit Saved Search
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Move Down
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = View Online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Citation Style:
|
||||
bibliography-locale-label = Language:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Advanced Options
|
||||
bibliography-outputMode-label = Output Mode:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Display Citations As:
|
||||
integration-prefs-footnotes =
|
||||
.label = Footnotes
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Image
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/es-ES/zotero/reader.ftl
Normal file
31
chrome/locale/es-ES/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Texto subrayado
|
||||
pdfReader-highlightText = Resaltar texto
|
||||
pdfReader-addText = Añadir texto
|
||||
pdfReader-selectArea = Seleccionar área
|
||||
pdfReader-draw = Dibujar
|
||||
pdfReader-highlightAnnotation = Resaltar anotación
|
||||
pdfReader-underlineAnnotation = Subrayar anotación
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Buscar en documento
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Buscar
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Imprimir
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Imprimir
|
||||
general-remove = Eliminar
|
||||
general-add = Añadir
|
||||
general-remind-me-later = Recuérdamelo más tarde
|
||||
|
@ -14,6 +24,8 @@ general-help = Ayuda
|
|||
general-tag = Etiqueta
|
||||
general-done = Hecho
|
||||
general-view-troubleshooting-instructions = Ver las instrucciones de solución de problemas
|
||||
citation-style-label = Estilo de cita:
|
||||
language-label = Idioma:
|
||||
menu-file-show-in-finder =
|
||||
.label = Mostrar en el buscador
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Renombrar colección
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Modificar la carpeta de búsqueda
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Bajar
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Archivo enlazado
|
||||
item-menu-add-url =
|
||||
.label = Enlace web
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Ver en línea
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -225,8 +243,8 @@ runJS-result =
|
|||
runJS-run-async = Ejecutar como función asíncrona
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Crear cita/bibliografía
|
||||
bibliography-style-label = Estilo de cita:
|
||||
bibliography-locale-label = Idioma:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Mostrar citas como:
|
||||
bibliography-advancedOptions-label = Opciones avanzadas
|
||||
bibliography-outputMode-label = Modo de salida:
|
||||
|
@ -257,6 +275,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Editar bibliografía
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Formato rápido de cita
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Tipo de localizador
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Previsualizar
|
||||
integration-prefs-displayAs-label = Mostrar citas como:
|
||||
integration-prefs-footnotes =
|
||||
.label = Notas al pie
|
||||
|
@ -590,6 +617,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Seleccionar
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Página web
|
||||
file-type-image = Imagen
|
||||
file-type-pdf = PDF
|
||||
|
|
|
@ -1447,8 +1447,8 @@ pdfReader.epubAppearance.pageWidth.revert=Usar ancho de página predeterminado
|
|||
pdfReader.convertToHighlight=Convertir a resaltado
|
||||
pdfReader.convertToUnderline=Convertir a subrayado
|
||||
pdfReader.size=Tamaño
|
||||
pdfReader.merge=Merge
|
||||
pdfReader.copyLink=Copy Link
|
||||
pdfReader.merge=Fusionar
|
||||
pdfReader.copyLink=Copiar enlace
|
||||
|
||||
spellCheck.checkSpelling=Comprobar ortografía
|
||||
spellCheck.addRemoveDictionaries=Añadir/Eliminar diccionarios...
|
||||
|
|
31
chrome/locale/et-EE/zotero/reader.ftl
Normal file
31
chrome/locale/et-EE/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Teksti esiletõstmine
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Otsida
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Trükkida
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Trükkida
|
||||
general-remove = Eemaldada
|
||||
general-add = Lisada
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Abi
|
|||
general-tag = Lipik
|
||||
general-done = Done
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Viite stiil:
|
||||
language-label = Keel
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Salvestatud otsingu toimetamine
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Liigutada alla
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Online vaade
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Viite stiil:
|
||||
bibliography-locale-label = Keel
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Advanced Options
|
||||
bibliography-outputMode-label = Väljundi tüüp:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Näidata viiteid:
|
||||
integration-prefs-footnotes =
|
||||
.label = Joonealustena
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Kujutis
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/eu-ES/zotero/reader.ftl
Normal file
31
chrome/locale/eu-ES/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Testua nabarmendu
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Area hautatu
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Aurkitu
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Inprimatu
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Inprimatu
|
||||
general-remove = Ezabatu
|
||||
general-add = Gehitu
|
||||
general-remind-me-later = Geroago gogorarazi
|
||||
|
@ -14,6 +24,8 @@ general-help = Laguntza
|
|||
general-tag = Etiketa
|
||||
general-done = Egina
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Aipu estiloa:
|
||||
language-label = Hizkuntza:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Editatu gordetako bilaketa
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Mugitu behera
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Linean ikusi
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Aipu estiloa:
|
||||
bibliography-locale-label = Hizkuntza:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Aukera aurreratuak
|
||||
bibliography-outputMode-label = Irteera modua:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Aipuak honela erakutsi:
|
||||
integration-prefs-footnotes =
|
||||
.label = Oin-oharrak
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Irudia
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/fa/zotero/reader.ftl
Normal file
31
chrome/locale/fa/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = پررنگ کردن متن
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = یافتن
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = چاپ
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = چاپ
|
||||
general-remove = حذف
|
||||
general-add = افزودن
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = راهنما
|
|||
general-tag = برچسب
|
||||
general-done = انجام شد
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = شیوهنامه
|
||||
language-label = Language:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = ویرایش جستجوی ذخیره شده
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = حرکت به پایین
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = نمایش نسخه برخط
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = شیوهنامه
|
||||
bibliography-locale-label = Language:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Advanced Options
|
||||
bibliography-outputMode-label = حالت خروجی:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = نمایش یاکردها در:
|
||||
integration-prefs-footnotes =
|
||||
.label = پاورقی
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = تصویر
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/fi-FI/zotero/reader.ftl
Normal file
31
chrome/locale/fi-FI/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Alleviivaa teksti
|
||||
pdfReader-highlightText = Korosta teksti
|
||||
pdfReader-addText = Lisää teksti
|
||||
pdfReader-selectArea = Valitse alue
|
||||
pdfReader-draw = Piirrä
|
||||
pdfReader-highlightAnnotation = Korosta huomautus
|
||||
pdfReader-underlineAnnotation = Alleviivaa huomautus
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Etsi asiakirjasta
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Etsi
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Tulosta
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Palauta
|
||||
*[other] Syötä
|
||||
}
|
||||
general-print = Tulosta
|
||||
general-remove = Poista
|
||||
general-add = Lisää
|
||||
general-remind-me-later = Muistuta myöhemmin
|
||||
|
@ -14,6 +24,8 @@ general-help = Ohje
|
|||
general-tag = Merkki
|
||||
general-done = Valmis
|
||||
general-view-troubleshooting-instructions = Katso vianhakuohjeet
|
||||
citation-style-label = Viittaustyyli:
|
||||
language-label = Kieli:
|
||||
menu-file-show-in-finder =
|
||||
.label = Näytä Finderissa
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Nimeä kokoelma uudelleen
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Muokkaa tallennettua hakua
|
||||
collections-menu-move-collection =
|
||||
.label = Siirrä kohteeseen
|
||||
collections-menu-copy-collection =
|
||||
.label = Kopioi kohteeseen
|
||||
item-creator-moveDown =
|
||||
.label = Siirrä alas
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linkitetty tiedosto
|
||||
item-menu-add-url =
|
||||
.label = Verkko-osoite
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Katso verkossa
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Aja asynkronisena funktiona
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Luo viite/lähdeluettelo
|
||||
bibliography-style-label = Viittaustyyli:
|
||||
bibliography-locale-label = Kieli:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Näytä viitteet muodossa:
|
||||
bibliography-advancedOptions-label = Lisäasetukset
|
||||
bibliography-outputMode-label = Luettelotyyppi:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Muokkaa lähdeluetteloa
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Pikamuotoile viite
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Täsmenteen tyyppi
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Esikatselu
|
||||
integration-prefs-displayAs-label = Näytä sitaatit muodossa:
|
||||
integration-prefs-footnotes =
|
||||
.label = Alaviitteet
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Valitse
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Verkkosivu
|
||||
file-type-image = Kuva
|
||||
file-type-pdf = PDF
|
||||
|
|
|
@ -1447,8 +1447,8 @@ pdfReader.epubAppearance.pageWidth.revert=Käytä sivun oletusleveyttä
|
|||
pdfReader.convertToHighlight=Muuta korostukseksi
|
||||
pdfReader.convertToUnderline=Muuta alleviivaukseksi
|
||||
pdfReader.size=Koko
|
||||
pdfReader.merge=Merge
|
||||
pdfReader.copyLink=Copy Link
|
||||
pdfReader.merge=Yhdistä
|
||||
pdfReader.copyLink=Kopioi linkki
|
||||
|
||||
spellCheck.checkSpelling=Tarkista oikeinkirjoitus
|
||||
spellCheck.addRemoveDictionaries=Lisää/poista sanakirjoja...
|
||||
|
|
31
chrome/locale/fr-FR/zotero/reader.ftl
Normal file
31
chrome/locale/fr-FR/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Souligner le texte
|
||||
pdfReader-highlightText = Surligner le texte
|
||||
pdfReader-addText = Ajouter du texte
|
||||
pdfReader-selectArea = Sélectionner une zone
|
||||
pdfReader-draw = Dessiner
|
||||
pdfReader-highlightAnnotation = Surligner l'annotation
|
||||
pdfReader-underlineAnnotation = Souligner l'annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Rechercher dans le document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Rechercher
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Imprimer
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Imprimer
|
||||
general-remove = Supprimer
|
||||
general-add = Ajouter
|
||||
general-remind-me-later = Me le rappeler plus tard
|
||||
|
@ -14,6 +24,8 @@ general-help = ?
|
|||
general-tag = Marqueur
|
||||
general-done = Terminé
|
||||
general-view-troubleshooting-instructions = Afficher les instructions de dépannage
|
||||
citation-style-label = Style de citation :
|
||||
language-label = Langue :
|
||||
menu-file-show-in-finder =
|
||||
.label = Afficher dans le gestionnaire de fichiers
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Renommer la collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Modifier la recherche enregistrée
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Descendre
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Fichier lié
|
||||
item-menu-add-url =
|
||||
.label = Lien Web
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Afficher en ligne
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -225,8 +243,8 @@ runJS-result =
|
|||
runJS-run-async = Exécuter en tant que fonction async
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Créer une citation/bibliographie
|
||||
bibliography-style-label = Style de citation :
|
||||
bibliography-locale-label = Langue :
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Afficher les citations en tant que :
|
||||
bibliography-advancedOptions-label = Options avancées
|
||||
bibliography-outputMode-label = Mode de création :
|
||||
|
@ -257,6 +275,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Modifier la bibliographie
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Mise en forme rapide des citations
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Type de localisateur
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Aperçu
|
||||
integration-prefs-displayAs-label = Afficher les citations en tant que :
|
||||
integration-prefs-footnotes =
|
||||
.label = notes de bas de page
|
||||
|
@ -590,6 +617,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Sélectionner
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Page web
|
||||
file-type-image = Image
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/gl-ES/zotero/reader.ftl
Normal file
31
chrome/locale/gl-ES/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Subliñar Texto
|
||||
pdfReader-highlightText = Resaltar texto
|
||||
pdfReader-addText = Engadir Texto
|
||||
pdfReader-selectArea = Seleccionar área
|
||||
pdfReader-draw = Debuxar
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Procurar
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Imprimir
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Imprimir
|
||||
general-remove = Remove
|
||||
general-add = Engadir
|
||||
general-remind-me-later = Acórdamo despois
|
||||
|
@ -14,6 +24,8 @@ general-help = Axuda
|
|||
general-tag = Etiqueta
|
||||
general-done = Feito
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Estilo de cita:
|
||||
language-label = Lingua:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Editar Procura Gravada
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Baixar
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Ligazón web
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Ver en liña
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Estilo de cita:
|
||||
bibliography-locale-label = Lingua:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Opcións avanzadas
|
||||
bibliography-outputMode-label = Modo de saída:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Tipo de localizador
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Vista previa
|
||||
integration-prefs-displayAs-label = Mostrar as citas como:
|
||||
integration-prefs-footnotes =
|
||||
.label = Notas ao pé de páxina
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Imaxe
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/he-IL/zotero/reader.ftl
Normal file
31
chrome/locale/he-IL/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = הדגשת טקסט
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = בחירת אזור
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = איתור
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = הדפסה
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = הדפסה
|
||||
general-remove = הסרה
|
||||
general-add = הוספה
|
||||
general-remind-me-later = להזכיר לי אחר כך
|
||||
|
@ -14,6 +24,8 @@ general-help = עזרה
|
|||
general-tag = תגית
|
||||
general-done = בוצע
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = סגנון ציטוט:
|
||||
language-label = שפה:
|
||||
menu-file-show-in-finder =
|
||||
.label = הצגה ב־Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = שינוי שם אוסף
|
||||
collections-menu-edit-saved-search =
|
||||
.label = ערוך חיפושים שמורים
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = הורדה באחד
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = קובץ מקושר
|
||||
item-menu-add-url =
|
||||
.label = קישור לאתר
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = הצגה באתר
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = סגנון ציטוט:
|
||||
bibliography-locale-label = שפה:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = אפשרויות מתקדמות
|
||||
bibliography-outputMode-label = שיטת פלט:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = הצגת ציטוטים בתור:
|
||||
integration-prefs-footnotes =
|
||||
.label = הערות שוליים
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = תמונה
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/hr-HR/zotero/reader.ftl
Normal file
31
chrome/locale/hr-HR/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Highlight Text
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Find
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Print
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Print
|
||||
general-remove = Remove
|
||||
general-add = Add
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Help
|
|||
general-tag = Tag
|
||||
general-done = Done
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Citation Style:
|
||||
language-label = Language:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edit Saved Search
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Move Down
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = View Online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -141,7 +159,7 @@ import-fileTypes-pdf =
|
|||
.label = PDFs
|
||||
import-fileTypes-other =
|
||||
.placeholder = Other files by pattern, comma-separated (e.g., *.jpg,*.png)
|
||||
import-file-handling = File Handling
|
||||
import-file-handling = Upravljanje datotekom
|
||||
import-file-handling-store =
|
||||
.label = Copy files to the { -app-name } storage folder
|
||||
import-file-handling-link =
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Citation Style:
|
||||
bibliography-locale-label = Language:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Advanced Options
|
||||
bibliography-outputMode-label = Output Mode:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Display Citations As:
|
||||
integration-prefs-footnotes =
|
||||
.label = Footnotes
|
||||
|
@ -452,7 +479,7 @@ new-collection-dialog =
|
|||
new-collection-name = Name:
|
||||
new-collection-create-in = Create in:
|
||||
attachment-info-title = Title
|
||||
attachment-info-filename = Filename
|
||||
attachment-info-filename = Naziv datoteke
|
||||
attachment-info-accessed = Accessed
|
||||
attachment-info-pages = Pages
|
||||
attachment-info-modified = Modified
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Image
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/hu-HU/zotero/reader.ftl
Normal file
31
chrome/locale/hu-HU/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Szöveg aláhúzása
|
||||
pdfReader-highlightText = Szöveg kiemelése
|
||||
pdfReader-addText = Szöveg hozzáadása
|
||||
pdfReader-selectArea = Terület kijelölése
|
||||
pdfReader-draw = Rajzolás
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Keresés a dokumentumban
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Keresés
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Nyomtatás
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Nyomtatás
|
||||
general-remove = Eltávolítás
|
||||
general-add = Hozzáadás
|
||||
general-remind-me-later = Emlékeztessen később
|
||||
|
@ -14,6 +24,8 @@ general-help = Súgó
|
|||
general-tag = Címke
|
||||
general-done = Rendben
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Hivatkozási stílus:
|
||||
language-label = Nyelv:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Mentett keresés szerkesztése
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Mozgatás lefelé
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Online megtekintés
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Hivatkozási stílus:
|
||||
bibliography-locale-label = Nyelv:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Haladó beállítások
|
||||
bibliography-outputMode-label = Kimeneti mód:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Bibliográfia szerkesztése
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Előnézet
|
||||
integration-prefs-displayAs-label = Hivatkozások megjelenítése:
|
||||
integration-prefs-footnotes =
|
||||
.label = Lábjegyzetek
|
||||
|
@ -591,6 +618,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Weboldal
|
||||
file-type-image = Kép
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/id-ID/zotero/reader.ftl
Normal file
31
chrome/locale/id-ID/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Tandai Teks
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Temukan
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Cetak
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Cetak
|
||||
general-remove = Buang
|
||||
general-add = Tambahkan
|
||||
general-remind-me-later = Ingatkan saya nanti
|
||||
|
@ -14,6 +24,8 @@ general-help = Bantuan
|
|||
general-tag = Tag
|
||||
general-done = Selesai
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Gaya Sitasi:
|
||||
language-label = Bahasa:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edit Saved Search
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Move Down
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Lihat secaraDaring
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Gaya Sitasi:
|
||||
bibliography-locale-label = Bahasa:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Pengaturan lanjutan
|
||||
bibliography-outputMode-label = Mode Keluaran:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Tampilkan Sitasi sebagai:
|
||||
integration-prefs-footnotes =
|
||||
.label = Catatan Kaki
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Gambar
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/is-IS/zotero/reader.ftl
Normal file
31
chrome/locale/is-IS/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Auðkenna texta
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Finna
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Prenta
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Prenta
|
||||
general-remove = Fjarlægja
|
||||
general-add = Bæta við
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Hjálp
|
|||
general-tag = Merki
|
||||
general-done = Done
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Tegund tilvísunar:
|
||||
language-label = Tungumál:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Breyta vistaðri leit
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Færa niður
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Skoða nettengt
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Tegund tilvísunar:
|
||||
bibliography-locale-label = Tungumál:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Ítarlegir valkostir
|
||||
bibliography-outputMode-label = Útskriftarhamur:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Birta tilvísnair sem:
|
||||
integration-prefs-footnotes =
|
||||
.label = Neðanmálsgreinar
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Mynd
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/it-IT/zotero/reader.ftl
Normal file
31
chrome/locale/it-IT/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Sottolinea il testo
|
||||
pdfReader-highlightText = Evidenzia il testo
|
||||
pdfReader-addText = Aggiungi testo
|
||||
pdfReader-selectArea = Seleziona area
|
||||
pdfReader-draw = Disegna
|
||||
pdfReader-highlightAnnotation = Annotazione: evidenziatura
|
||||
pdfReader-underlineAnnotation = Annotazione: sottolineatura
|
||||
pdfReader-noteAnnotation = Annotazione: commento
|
||||
pdfReader-textAnnotation = Annotazione: testo
|
||||
pdfReader-imageAnnotation = Annotazione: immagine
|
||||
pdfReader-find-in-document = Trova nel documento
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Usa le frecce per spostare l'annotazione
|
||||
pdfReader-a11yEditTextAnnotation = Per modificare la fine dell'annotazione, premi { general-key-shift } e usa le frecce di destra o sinistra. Per modificare l'inizio dell'annotazione, premi { general-key-shift }-{ pdfReader-move-annotation-start-key } e usa le frecce.
|
||||
pdfReader-a11yResizeAnnotation = Per ridimensionare l'annotazione, premi { general-key-shift } e usa le frecce.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Usa il tasto Tab per navigare nel popup dell'annotazione
|
||||
pdfReader-a11yAnnotationCreated = Creata { $type }.
|
||||
pdfReader-a11yAnnotationSelected = Selezionata { $type }.
|
||||
pdfReader-a11yTextualAnnotationInstruction = Per annotare il testo da tastera, prima usa la funzione “{ pdfReader-find-in-document }” per indiciduare la frase, quindi premi { general-key-control }-{ option-or-alt }-{ $number } per convertire il risultato della ricerca in un'annotazione.
|
||||
pdfReader-a11yAnnotationInstruction = Per aggiungere questa annotazione al documento, selezionare il documento e premere { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = Questo tipo di annotazione non può essere creato da tastiera.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Trova
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = Per convertire il risultato di una ricerca in evidenziatura, premi { general-key-control }-{ option-or-alt }-1. Per convertire il risultato in sottolineatura, premi { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Stampa
|
||||
general-key-control = Control
|
||||
general-key-shift = Maiusc
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Invio
|
||||
*[other] Invio
|
||||
}
|
||||
general-print = Stampa
|
||||
general-remove = Rimuovi
|
||||
general-add = Aggiungi
|
||||
general-remind-me-later = Ricordamelo più tardi
|
||||
|
@ -14,6 +24,8 @@ general-help = Aiuto
|
|||
general-tag = Tag
|
||||
general-done = Fatto
|
||||
general-view-troubleshooting-instructions = Vedi le istruzioni di risoluzione dei problemi
|
||||
citation-style-label = Stile di citazione:
|
||||
language-label = Lingua:
|
||||
menu-file-show-in-finder =
|
||||
.label = Mostra nel Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rinomina collezione
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Modifica ricerca salvata
|
||||
collections-menu-move-collection =
|
||||
.label = Sposta in
|
||||
collections-menu-copy-collection =
|
||||
.label = Copia in
|
||||
item-creator-moveDown =
|
||||
.label = Sposta in basso
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = File collegato
|
||||
item-menu-add-url =
|
||||
.label = Link web
|
||||
item-menu-change-parent-item =
|
||||
.label = Cambia elemento genitore...
|
||||
view-online = Visualizza online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -225,8 +243,8 @@ runJS-result =
|
|||
runJS-run-async = Esegui come funzione asincrona
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Crea Citazione/Bibliografia
|
||||
bibliography-style-label = Stile di citazione:
|
||||
bibliography-locale-label = Lingua:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Mostra citazioni come:
|
||||
bibliography-advancedOptions-label = Opzioni avanzate
|
||||
bibliography-outputMode-label = Modalità di output:
|
||||
|
@ -257,6 +275,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Modifica bibliografia
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Citazione veloce
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Tipo di indicatore di posizione
|
||||
styleEditor-locatorInput = Valore dell'indicatore di posizione
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Editor degli stili
|
||||
styleEditor-preview =
|
||||
.aria-label = Anteprima
|
||||
integration-prefs-displayAs-label = Mostra citazioni come:
|
||||
integration-prefs-footnotes =
|
||||
.label = Note a piè di pagina
|
||||
|
@ -590,6 +617,13 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Seleziona
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Converti in allegato indipendente
|
||||
[many] Converti in allegati indipendenti
|
||||
*[other] Converti in allegati indipendenti
|
||||
}
|
||||
file-type-webpage = Pagina web
|
||||
file-type-image = Immagine
|
||||
file-type-pdf = PDF
|
||||
|
|
|
@ -1447,8 +1447,8 @@ pdfReader.epubAppearance.pageWidth.revert=Usa la larghezza di pagina predefinita
|
|||
pdfReader.convertToHighlight=Converti in evidenziatura
|
||||
pdfReader.convertToUnderline=Converti in sottolineatura
|
||||
pdfReader.size=Dimensione
|
||||
pdfReader.merge=Merge
|
||||
pdfReader.copyLink=Copy Link
|
||||
pdfReader.merge=Unisci
|
||||
pdfReader.copyLink=Copia link
|
||||
|
||||
spellCheck.checkSpelling=Controllo ortografico
|
||||
spellCheck.addRemoveDictionaries=Aggiungi/rimuovi dizionari...
|
||||
|
|
31
chrome/locale/ja-JP/zotero/reader.ftl
Normal file
31
chrome/locale/ja-JP/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = 下線
|
||||
pdfReader-highlightText = テキストを強調表示
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = エリアを選択する
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = 検索
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = 印刷
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = 印刷
|
||||
general-remove = 取り除く
|
||||
general-add = 追加
|
||||
general-remind-me-later = 後で通知する
|
||||
|
@ -14,6 +24,8 @@ general-help = ヘルプ
|
|||
general-tag = タグ
|
||||
general-done = 完了
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = 引用スタイル:
|
||||
language-label = 言語:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = 検索式保存を編集する
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = 下へ移動
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = オンラインで閲覧する
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = 引用スタイル:
|
||||
bibliography-locale-label = 言語:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = 高度なオプション
|
||||
bibliography-outputMode-label = 出力モード:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = 出典表記の出力形式:
|
||||
integration-prefs-footnotes =
|
||||
.label = 脚注
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = 画像
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/km/zotero/reader.ftl
Normal file
31
chrome/locale/km/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = បន្លិចពណ៌អត្ថបទ
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = ស្វែងរក
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = បោះពុម្ពចេញ
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = បោះពុម្ពចេញ
|
||||
general-remove = លុបចោល
|
||||
general-add = បន្ថែម
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = ជំនួយ
|
|||
general-tag = ស្លាក
|
||||
general-done = Done
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = រចនាបថអាគតដ្ឋាន:
|
||||
language-label = Language:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edit Saved Search
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Move Down
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = មើលគេហទំព័រ
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = រចនាបថអាគតដ្ឋាន:
|
||||
bibliography-locale-label = Language:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Advanced Options
|
||||
bibliography-outputMode-label = Output Mode:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = បង្ហាញអាគតដ្ឋានក្នុងទម្រង់ជា:
|
||||
integration-prefs-footnotes =
|
||||
.label = លេខយោងក្រោមអត្ថបទ
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = រូបភាព
|
||||
file-type-pdf = ភីឌីអែហ្វ
|
||||
|
|
31
chrome/locale/ko-KR/zotero/reader.ftl
Normal file
31
chrome/locale/ko-KR/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = 밑줄 텍스트
|
||||
pdfReader-highlightText = 글자 강조
|
||||
pdfReader-addText = 텍스트 추가
|
||||
pdfReader-selectArea = 영역 선택
|
||||
pdfReader-draw = 그리기
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = 검색
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = 인쇄
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = 인쇄
|
||||
general-remove = 제거
|
||||
general-add = 추가
|
||||
general-remind-me-later = 나중에 알림
|
||||
|
@ -14,6 +24,8 @@ general-help = 도움말
|
|||
general-tag = 태그
|
||||
general-done = 완료
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = 인용 스타일:
|
||||
language-label = 언어:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = 저장된 검색 목록 편집
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = 아래로 이동
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = 온라인으로 보기
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = 인용 스타일:
|
||||
bibliography-locale-label = 언어:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = 고급
|
||||
bibliography-outputMode-label = 출력 방식:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = 인용 표시:
|
||||
integration-prefs-footnotes =
|
||||
.label = 각주
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = 이미지
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/lt-LT/zotero/reader.ftl
Normal file
31
chrome/locale/lt-LT/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Pabraukti tekstą
|
||||
pdfReader-highlightText = Paryškinti tekstą
|
||||
pdfReader-addText = Pridėti tekstą
|
||||
pdfReader-selectArea = Pažymėti sritį
|
||||
pdfReader-draw = Piešti
|
||||
pdfReader-highlightAnnotation = Paryškinimas
|
||||
pdfReader-underlineAnnotation = Pabraukimas
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Paieška dokumente
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Ieškoti
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Spausdinti
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Įvesti
|
||||
}
|
||||
general-print = Spausdinti
|
||||
general-remove = Pašalinti
|
||||
general-add = Pridėti
|
||||
general-remind-me-later = Priminti vėliau
|
||||
|
@ -14,6 +24,8 @@ general-help = Žinynas
|
|||
general-tag = Gairė
|
||||
general-done = Atlikta
|
||||
general-view-troubleshooting-instructions = Peržiūrėti nesklandumų sprendimo instrukcijas
|
||||
citation-style-label = Citavimo stilius:
|
||||
language-label = Kalba:
|
||||
menu-file-show-in-finder =
|
||||
.label = Rodyti ieškyklėje
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Pervadinti rinkinį
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Taisyti įsimintąją paiešką
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Nuleisti žemyn
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Susieta rinkmena
|
||||
item-menu-add-url =
|
||||
.label = Tinklalapio nuoroda
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Atverti tinklalapį
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -226,8 +244,8 @@ runJS-result =
|
|||
runJS-run-async = Vykdyti kaip nesinchronizuotą funkciją
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Sukurti citatą / literatūros sąrašą
|
||||
bibliography-style-label = Citavimo stilius:
|
||||
bibliography-locale-label = Kalba:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Citavimo rodymo pavidalas:
|
||||
bibliography-advancedOptions-label = Kitos parinktys
|
||||
bibliography-outputMode-label = Išvedimo veiksena:
|
||||
|
@ -258,6 +276,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Keisti literatūros sąrašą
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Greitasis citatų formatavimas
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Ieškiklio tipas
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Peržiūra
|
||||
integration-prefs-displayAs-label = Citavimo rodymo pavidalas:
|
||||
integration-prefs-footnotes =
|
||||
.label = Išnaša
|
||||
|
@ -605,6 +632,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Pasirinkti
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Tinklalapis
|
||||
file-type-image = paveikslą
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/mn-MN/zotero/reader.ftl
Normal file
31
chrome/locale/mn-MN/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Highlight Text
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Find
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,19 +1,31 @@
|
|||
general-print = Хэвлэх
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Хэвлэх
|
||||
general-remove = Устгах
|
||||
general-add = Add
|
||||
general-add = Нэмэх
|
||||
general-remind-me-later = Дараа нь надад сануул
|
||||
general-dont-ask-again = Дахиж асуухгүй
|
||||
general-choose-file = Choose File…
|
||||
general-open-settings = Open Settings
|
||||
general-choose-file = Хавтас сонго...
|
||||
general-open-settings = Тохируулгыг нээ
|
||||
general-help = Тусламж
|
||||
general-tag = Tag
|
||||
general-done = Done
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Citation Style:
|
||||
language-label = Language:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edit Saved Search
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Move Down
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = View Online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Citation Style:
|
||||
bibliography-locale-label = Language:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Advanced Options
|
||||
bibliography-outputMode-label = Output Mode:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Display Citations As:
|
||||
integration-prefs-footnotes =
|
||||
.label = Footnotes
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Image
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/nb-NO/zotero/reader.ftl
Normal file
31
chrome/locale/nb-NO/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Understrek tekst
|
||||
pdfReader-highlightText = Merk tekst
|
||||
pdfReader-addText = Legg til tekst
|
||||
pdfReader-selectArea = Velg område
|
||||
pdfReader-draw = Tegn
|
||||
pdfReader-highlightAnnotation = Uthev markering
|
||||
pdfReader-underlineAnnotation = Understrek markering
|
||||
pdfReader-noteAnnotation = Notatmarkering
|
||||
pdfReader-textAnnotation = Tekstmarkering
|
||||
pdfReader-imageAnnotation = Bildemarkering
|
||||
pdfReader-find-in-document = Finn i dokument
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Bruk piltastene til å flytte markeringen.
|
||||
pdfReader-a11yEditTextAnnotation = For å flytte slutten av tekstmarkeringen holder du inne { general-key-shift } og bruker venstre/høyre piltast. Hvis du vil flytte starten av markeringen, holder du inne { general-key-shift }-{ pdfReader-move-annotation-start-key } og bruker piltastene.
|
||||
pdfReader-a11yResizeAnnotation = Hvis du vil endre størrelsen på markeringen, holder du inne { general-key-shift } og bruker piltastene.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Bruk Tab for å navigere i popup-vinduet for markeringer.
|
||||
pdfReader-a11yAnnotationCreated = { $type } opprettet.
|
||||
pdfReader-a11yAnnotationSelected = { $type } valgt.
|
||||
pdfReader-a11yTextualAnnotationInstruction = Hvis du vil markere tekst via tastaturet, bruker du først "{ pdfReader-find-in-document }" for å finne frasen, og deretter trykker du { general-key-control }-{ option-or-alt }-{ $number } for å gjøre søkeresultatet om til en markering.
|
||||
pdfReader-a11yAnnotationInstruction = For å legge til denne markeringen i dokumentet, fokuserer du på dokumentet og trykker { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = Denne type markering kan ikke opprettes ved hjelp av tastaturet.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Finn
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = Hvis du vil gjøre et søkeresultat om til en uthevet markering, trykker du på { general-key-control }-{ option-or-alt }-1. Hvis du vil gjøre et søkeresultat om til en understreket markering, trykker du på { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Skriv ut
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Valg
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Skriv ut
|
||||
general-remove = Fjern
|
||||
general-add = Legg til
|
||||
general-remind-me-later = Minn meg på det senere
|
||||
|
@ -14,6 +24,8 @@ general-help = Hjelp
|
|||
general-tag = Emneord
|
||||
general-done = Ferdig
|
||||
general-view-troubleshooting-instructions = Se instruksjoner for feilsøking
|
||||
citation-style-label = Henvisningsstil:
|
||||
language-label = Språk:
|
||||
menu-file-show-in-finder =
|
||||
.label = Vis i Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Gi samlingen nytt navn
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Rediger lagret søk
|
||||
collections-menu-move-collection =
|
||||
.label = Flytt til
|
||||
collections-menu-copy-collection =
|
||||
.label = Kopier til
|
||||
item-creator-moveDown =
|
||||
.label = Flytt ned
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Lenket fil
|
||||
item-menu-add-url =
|
||||
.label = Nettlenke
|
||||
item-menu-change-parent-item =
|
||||
.label = Endre overordnet element…
|
||||
view-online = Vis på nett
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Kjør som asynkron funksjon
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Opprett henvisning/bibliografi
|
||||
bibliography-style-label = Henvisningsstil:
|
||||
bibliography-locale-label = Språk:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Vis henvisninger som:
|
||||
bibliography-advancedOptions-label = Avanserte valg
|
||||
bibliography-outputMode-label = Utdata modus:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Rediger bibliografi
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Hurtigformater henvisning
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Type oppslagsmotor
|
||||
styleEditor-locatorInput = Inndata for stedsindikator
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Redigeringsprogram for stiler
|
||||
styleEditor-preview =
|
||||
.aria-label = Forhåndsvisning
|
||||
integration-prefs-displayAs-label = Vis henvisninger som:
|
||||
integration-prefs-footnotes =
|
||||
.label = Fotnoter
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Velg
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Konverter til enkeltstående markering
|
||||
*[other] Konverter til enkeltstående markeringer
|
||||
}
|
||||
file-type-webpage = Nettside
|
||||
file-type-image = Bilde
|
||||
file-type-pdf = PDF
|
||||
|
|
|
@ -1361,7 +1361,7 @@ pdfReader.searchAnnotations=Søk markeringer
|
|||
pdfReader.noAnnotations=Lag en markering for å se den i sidestolpen
|
||||
pdfReader.noExtractedText=Ingen tekst hentet ut
|
||||
pdfReader.addComment=Legg til kommentar
|
||||
pdfReader.annotationComment=Markeringskommentar
|
||||
pdfReader.annotationComment=Kommentar til markering
|
||||
pdfReader.annotationText=Markeringstekst
|
||||
pdfReader.manageTags=Behandle emneord for denne markeringen
|
||||
pdfReader.openMenu=Åpne markeringsmeny
|
||||
|
@ -1447,8 +1447,8 @@ pdfReader.epubAppearance.pageWidth.revert=Bruk standard sidebredde
|
|||
pdfReader.convertToHighlight=Konverter til uthevet
|
||||
pdfReader.convertToUnderline=Konverter til understreket
|
||||
pdfReader.size=Størrelse
|
||||
pdfReader.merge=Merge
|
||||
pdfReader.copyLink=Copy Link
|
||||
pdfReader.merge=Slå sammen
|
||||
pdfReader.copyLink=Kopier lenke
|
||||
|
||||
spellCheck.checkSpelling=Kontroller rettskriving
|
||||
spellCheck.addRemoveDictionaries=Legg til/fjern ordbøker…
|
||||
|
|
31
chrome/locale/nl-NL/zotero/reader.ftl
Normal file
31
chrome/locale/nl-NL/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Tekst markeren
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Zoeken
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Afdrukken
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Afdrukken
|
||||
general-remove = Verwijderen
|
||||
general-add = Toevoegen
|
||||
general-remind-me-later = Herinner mij later
|
||||
|
@ -14,6 +24,8 @@ general-help = Help
|
|||
general-tag = Label
|
||||
general-done = Klaar
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Citation Style:
|
||||
language-label = Taal:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Bewaarde zoekopdracht bewerken
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Verplaats naar beneden
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Bekijk online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Citation Style:
|
||||
bibliography-locale-label = Taal:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Geavanceerde opties
|
||||
bibliography-outputMode-label = Weergavemodus:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Toon verwijzingen als:
|
||||
integration-prefs-footnotes =
|
||||
.label = Voetnoten
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Afbeelding
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/nn-NO/zotero/reader.ftl
Normal file
31
chrome/locale/nn-NO/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Merk tekst
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Finn
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Skriv ut
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Skriv ut
|
||||
general-remove = Fjern
|
||||
general-add = Legg til
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Hjelp
|
|||
general-tag = Tagg
|
||||
general-done = Ferdig
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Siteringsstil:
|
||||
language-label = Språk:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Rediger lagra søk
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Move Down
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Lenka fil
|
||||
item-menu-add-url =
|
||||
.label = Nettlenke
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Vis på nett
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Siteringsstil:
|
||||
bibliography-locale-label = Språk:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Avansert
|
||||
bibliography-outputMode-label = Output Mode:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Vis siteringar som:
|
||||
integration-prefs-footnotes =
|
||||
.label = Fotnotar
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Bilete
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/pl-PL/zotero/reader.ftl
Normal file
31
chrome/locale/pl-PL/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Podkreśl tekst
|
||||
pdfReader-highlightText = Podświetl tekst
|
||||
pdfReader-addText = Dodaj tekst
|
||||
pdfReader-selectArea = Wybierz obszar
|
||||
pdfReader-draw = Rysuj
|
||||
pdfReader-highlightAnnotation = Podświetl adnotację
|
||||
pdfReader-underlineAnnotation = Podkreśl adnotację
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Znajdź w dokumencie
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Znajdź
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Drukuj
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Drukuj
|
||||
general-remove = Usuń
|
||||
general-add = Dodaj
|
||||
general-remind-me-later = Przypomnij mi później
|
||||
|
@ -14,6 +24,8 @@ general-help = Pomoc
|
|||
general-tag = Etykieta
|
||||
general-done = Zrobione
|
||||
general-view-troubleshooting-instructions = Pokaż instrukcje dla rozwiązywania problemów
|
||||
citation-style-label = Styl cytowania:
|
||||
language-label = Język:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Zmień nazwę kolekcji
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edytuj wynik wyszukiwania
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Przenieś w dół
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Odnośnik do pliku
|
||||
item-menu-add-url =
|
||||
.label = Odnośnik do zasobu internetowego
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Pokaż online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Uruchom jako funkcję async
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Utwórz cytowanie/bibliografię
|
||||
bibliography-style-label = Styl cytowania:
|
||||
bibliography-locale-label = Język:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Wyświetl cytowania jako:
|
||||
bibliography-advancedOptions-label = Zaawansowane ustawienia
|
||||
bibliography-outputMode-label = Tryb wyjścia:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edytuj bibliografię
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Szybkie formatowanie cytowania
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Podgląd
|
||||
integration-prefs-displayAs-label = Wyświetl cytowania jako:
|
||||
integration-prefs-footnotes =
|
||||
.label = Przypisy dolne
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Wybierz
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Strona internetowa
|
||||
file-type-image = Obraz
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/pt-BR/zotero/reader.ftl
Normal file
31
chrome/locale/pt-BR/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Texto sublinhado
|
||||
pdfReader-highlightText = Realçar texto
|
||||
pdfReader-addText = Adicionar texto
|
||||
pdfReader-selectArea = Selecionar área
|
||||
pdfReader-draw = Desenhar forma livre
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Procure no Documento
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Buscar
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Imprimir
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Imprimir
|
||||
general-remove = Remover
|
||||
general-add = Adicionar
|
||||
general-remind-me-later = Lembrar-me Mais Tarde
|
||||
|
@ -14,6 +24,8 @@ general-help = Ajuda
|
|||
general-tag = Etiqueta
|
||||
general-done = Feito
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Estilo da citação:
|
||||
language-label = Idioma:
|
||||
menu-file-show-in-finder =
|
||||
.label = Mostrar no Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Renomear coleção
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Editar pesquisa salva
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Mover para baixo
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Arquivo relacionado
|
||||
item-menu-add-url =
|
||||
.label = Ligação web
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Ver Online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -225,8 +243,8 @@ runJS-result =
|
|||
runJS-run-async = Executar como função assíncrona
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Criar Citação/Bibliografia
|
||||
bibliography-style-label = Estilo da citação:
|
||||
bibliography-locale-label = Idioma:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Mostrar citações como:
|
||||
bibliography-advancedOptions-label = Opções avançadas
|
||||
bibliography-outputMode-label = Modo de saída:
|
||||
|
@ -257,6 +275,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Editar bibliografia
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Formatação rápida de citação
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Tipo de localizador
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Visualização
|
||||
integration-prefs-displayAs-label = Exibir citações como:
|
||||
integration-prefs-footnotes =
|
||||
.label = Notas de rodapé
|
||||
|
@ -588,6 +615,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Selecionar
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Página web
|
||||
file-type-image = Imagem
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/pt-PT/zotero/reader.ftl
Normal file
31
chrome/locale/pt-PT/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Texto sublinhado
|
||||
pdfReader-highlightText = Destacar Texto
|
||||
pdfReader-addText = Adicionar texto
|
||||
pdfReader-selectArea = Selecionar Área
|
||||
pdfReader-draw = Rascunho
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Procurar no documento
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Localizar
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Imprimir
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Imprimir
|
||||
general-remove = Remover
|
||||
general-add = Adicionar
|
||||
general-remind-me-later = Lembrar-me Mais Tarde
|
||||
|
@ -14,6 +24,8 @@ general-help = Ajuda
|
|||
general-tag = Etiqueta
|
||||
general-done = Feito
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Estilo de Citação:
|
||||
language-label = Língua:
|
||||
menu-file-show-in-finder =
|
||||
.label = Mostrar no Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Renomear coleção
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Editar Procura Guardada
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Mover Para Baixo
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Arquivo relacionado
|
||||
item-menu-add-url =
|
||||
.label = Ligação web
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Ver em Linha
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -225,8 +243,8 @@ runJS-result =
|
|||
runJS-run-async = Executar como função assíncrona
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Criar Citação/Bibliografia
|
||||
bibliography-style-label = Estilo de Citação:
|
||||
bibliography-locale-label = Língua:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Mostrar citações como:
|
||||
bibliography-advancedOptions-label = Opções Avançadas
|
||||
bibliography-outputMode-label = Modo de Saída:
|
||||
|
@ -257,6 +275,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Editar bibliografia
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Formatação rápida de citação
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Tipo de localizador
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Visualização
|
||||
integration-prefs-displayAs-label = Mostrar Citações Como:
|
||||
integration-prefs-footnotes =
|
||||
.label = Notas de pé-de-página
|
||||
|
@ -588,6 +615,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Selecionar
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Página web
|
||||
file-type-image = Imagem
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/ro-RO/zotero/reader.ftl
Normal file
31
chrome/locale/ro-RO/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Evidențiază text
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Selectare zonă
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Găsește
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Imprimare
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Imprimare
|
||||
general-remove = Șterge
|
||||
general-add = Adaugă
|
||||
general-remind-me-later = Reamintește-mi mai târziu
|
||||
|
@ -14,6 +24,8 @@ general-help = Ajutor
|
|||
general-tag = Etichetă
|
||||
general-done = Gata
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Stil de citare:
|
||||
language-label = Limbă:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Editează căutarea salvată
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Mută în jos
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Vezi online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Stil de citare:
|
||||
bibliography-locale-label = Limbă:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Opțiuni avansate
|
||||
bibliography-outputMode-label = Mod de ieșire:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Afișează citatele ca:
|
||||
integration-prefs-footnotes =
|
||||
.label = Note de subsol
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Imagine
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/ru-RU/zotero/reader.ftl
Normal file
31
chrome/locale/ru-RU/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Подчеркнуть текст
|
||||
pdfReader-highlightText = Цветовыделить текст
|
||||
pdfReader-addText = Добавить текст
|
||||
pdfReader-selectArea = Выбрать область
|
||||
pdfReader-draw = Рисовать
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Найти
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Распечатать
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Распечатать
|
||||
general-remove = Удалить
|
||||
general-add = Добавить
|
||||
general-remind-me-later = Напомнить позже
|
||||
|
@ -14,6 +24,8 @@ general-help = Справка
|
|||
general-tag = Тег
|
||||
general-done = Завершено
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Стиль цитирования:
|
||||
language-label = Язык:
|
||||
menu-file-show-in-finder =
|
||||
.label = Показать в файловом менеджере
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Переименовать коллекцию
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Редактировать сохраненный поиск
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Переместить вниз
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Связанные файлы
|
||||
item-menu-add-url =
|
||||
.label = Web-ссылка
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Просмотреть онлайн
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Стиль цитирования:
|
||||
bibliography-locale-label = Язык:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Расширенные настройки
|
||||
bibliography-outputMode-label = Режим вывода:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Отобразить цитаты как:
|
||||
integration-prefs-footnotes =
|
||||
.label = Сноски
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Изображение
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/sk-SK/zotero/reader.ftl
Normal file
31
chrome/locale/sk-SK/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Zvýrazniť text
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Hľadať
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Tlačiť
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Tlačiť
|
||||
general-remove = Odstrániť
|
||||
general-add = Pridať
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Pomoc
|
|||
general-tag = Značka
|
||||
general-done = Hotovo
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Citačný štýl:
|
||||
language-label = Jazyk:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Upraviť uložené vyhľadávanie
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Presunúť nadol
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Zobraziť online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Citačný štýl:
|
||||
bibliography-locale-label = Jazyk:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Rozšírené možnosti
|
||||
bibliography-outputMode-label = Výstupný režim:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Zobraziť citácie ako:
|
||||
integration-prefs-footnotes =
|
||||
.label = poznámky pod čiarou
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Obrázok
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/sl-SI/zotero/reader.ftl
Normal file
31
chrome/locale/sl-SI/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Podčrtaj besedilo
|
||||
pdfReader-highlightText = Osvetli besedilo
|
||||
pdfReader-addText = Dodaj besedilo
|
||||
pdfReader-selectArea = Izberite področje
|
||||
pdfReader-draw = Nariši
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Najdi v dokumentu
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Najdi
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Natisni
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Natisni
|
||||
general-remove = Odstrani
|
||||
general-add = Dodaj
|
||||
general-remind-me-later = Spomni me kasneje
|
||||
|
@ -14,6 +24,8 @@ general-help = Pomoč
|
|||
general-tag = Značka
|
||||
general-done = Opravljeno
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Slog citiranja:
|
||||
language-label = Jezik:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Uredi shranjeno iskanje
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Premakni navzdol
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Pokaži na spletu
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Slog citiranja:
|
||||
bibliography-locale-label = Jezik:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Napredne možnosti
|
||||
bibliography-outputMode-label = Izhodni način:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Prikaži citate kot:
|
||||
integration-prefs-footnotes =
|
||||
.label = sprotne opombe
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Slika
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/sr-RS/zotero/reader.ftl
Normal file
31
chrome/locale/sr-RS/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Подвуци текст
|
||||
pdfReader-highlightText = Истакни текст
|
||||
pdfReader-addText = Додај текст
|
||||
pdfReader-selectArea = Изабери подручје
|
||||
pdfReader-draw = Нацртај
|
||||
pdfReader-highlightAnnotation = Истакни белешке
|
||||
pdfReader-underlineAnnotation = Подвуци белешке
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Пронађи у документу
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Нађи
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,76 +1,92 @@
|
|||
general-print = Штампај
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Штампај
|
||||
general-remove = Уклони
|
||||
general-add = Додај
|
||||
general-remind-me-later = Подсети ме касније
|
||||
general-dont-ask-again = Не питај ме поново
|
||||
general-choose-file = Изабери датотеку…
|
||||
general-open-settings = Open Settings
|
||||
general-open-settings = Отвори подешавања
|
||||
general-help = Помоћ
|
||||
general-tag = Ознака
|
||||
general-done = Готово
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
general-view-troubleshooting-instructions = Погледај упутства за решавање проблема
|
||||
citation-style-label = Стил цитата:
|
||||
language-label = Језик:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
.label = Прикажи у претрази
|
||||
menu-file-show-file =
|
||||
.label = Прикажи датотеку
|
||||
menu-file-show-files =
|
||||
.label = Show Files
|
||||
.label = Прикажи датотеке
|
||||
menu-print =
|
||||
.label = { general-print }
|
||||
menu-density =
|
||||
.label = Density
|
||||
.label = Густина
|
||||
add-attachment = Додај прилог
|
||||
new-note = Нова белешка
|
||||
menu-add-by-identifier =
|
||||
.label = Add by Identifier…
|
||||
.label = Додај на основу идентификатора…
|
||||
menu-add-attachment =
|
||||
.label = { add-attachment }
|
||||
menu-add-standalone-file-attachment =
|
||||
.label = Add File…
|
||||
.label = Додај датотеку…
|
||||
menu-add-standalone-linked-file-attachment =
|
||||
.label = Add Link to File…
|
||||
.label = Додај везу до датотеке…
|
||||
menu-add-child-file-attachment =
|
||||
.label = Attach File…
|
||||
.label = Додај датотеку…
|
||||
menu-add-child-linked-file-attachment =
|
||||
.label = Приложи везу до датотеке…
|
||||
menu-add-child-linked-url-attachment =
|
||||
.label = Attach Web Link…
|
||||
.label = Приложи везу на вебу…
|
||||
menu-new-note =
|
||||
.label = { new-note }
|
||||
menu-new-standalone-note =
|
||||
.label = Нова самостална белешка
|
||||
menu-new-item-note =
|
||||
.label = New Item Note
|
||||
.label = Белешка о новој ставки
|
||||
menu-restoreToLibrary =
|
||||
.label = Врати у библиотеку
|
||||
menu-deletePermanently =
|
||||
.label = Трајно избриши…
|
||||
menu-tools-plugins =
|
||||
.label = Plugins
|
||||
.label = Прикључци
|
||||
main-window-command =
|
||||
.label = { -app-name }
|
||||
zotero-toolbar-tabs-menu =
|
||||
.tooltiptext = List all tabs
|
||||
filter-collections = Filter Collections
|
||||
.tooltiptext = Излистај све картице
|
||||
filter-collections = Филтер збирки
|
||||
zotero-collections-search =
|
||||
.placeholder = { filter-collections }
|
||||
zotero-collections-search-btn =
|
||||
.tooltiptext = { filter-collections }
|
||||
zotero-tabs-menu-filter =
|
||||
.placeholder = Search Tabs
|
||||
.placeholder = Претражи картице
|
||||
zotero-tabs-menu-close-button =
|
||||
.title = Close Tab
|
||||
.title = Затвори картицу
|
||||
toolbar-add-attachment =
|
||||
.tooltiptext = { add-attachment }
|
||||
collections-menu-rename-collection =
|
||||
.label = Rename Collection
|
||||
.label = Преименуј збирку
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Уреди сачувану претрагу
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Премести доле
|
||||
item-creator-moveToTop =
|
||||
|
@ -79,132 +95,135 @@ item-creator-moveUp =
|
|||
.label = Премести горе
|
||||
item-menu-viewAttachment =
|
||||
.label =
|
||||
Open { $numAttachments ->
|
||||
Отвори { $numAttachments ->
|
||||
[one]
|
||||
{ $attachmentType ->
|
||||
[pdf] PDF
|
||||
[epub] EPUB
|
||||
[snapshot] Snapshot
|
||||
*[other] Attachment
|
||||
[pdf] ПДФ датотеку
|
||||
[epub] ЕПУБ датотеку
|
||||
[snapshot] сличицу
|
||||
*[other] прилог
|
||||
}
|
||||
*[other]
|
||||
{ $attachmentType ->
|
||||
[pdf] PDFs
|
||||
[epub] EPUBs
|
||||
[snapshot] Snapshots
|
||||
*[other] Attachments
|
||||
[pdf] ПДФ датотеке
|
||||
[epub] ЕПУБ датотеке
|
||||
[snapshot] сличице
|
||||
*[other] прилоге
|
||||
}
|
||||
} { $openIn ->
|
||||
[tab] in New Tab
|
||||
[window] in New Window
|
||||
[tab] у новој картици
|
||||
[window] у новом прозору
|
||||
*[other] { "" }
|
||||
}
|
||||
item-menu-add-file =
|
||||
.label = Датотека
|
||||
item-menu-add-linked-file =
|
||||
.label = Linked File
|
||||
.label = Повезана датотека
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
.label = Веза на вебу
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Погледај на мрежи
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
item-button-view-online =
|
||||
.tooltiptext = { view-online }
|
||||
file-renaming-file-renamed-to = File renamed to { $filename }
|
||||
file-renaming-file-renamed-to = Датотека је преименована у { $filename }
|
||||
itembox-button-options =
|
||||
.tooltiptext = Open context menu
|
||||
.tooltiptext = Отвори контекстни мени
|
||||
itembox-button-merge =
|
||||
.aria-label = Select version of { $field } field
|
||||
create-parent-intro = Enter a DOI, ISBN, PMID, arXiv ID, or ADS Bibcode to identify this file:
|
||||
.aria-label = Изабери верзију поља { $field }
|
||||
create-parent-intro = Унесите ДОИ, ИСБН, ПМИБ, арХиб ИБ или АДС Бибкод за идентификацију ове датотеке:
|
||||
reader-use-dark-mode-for-content =
|
||||
.label = Use Dark Mode for Content
|
||||
update-updates-found-intro-minor = An update for { -app-name } is available:
|
||||
update-updates-found-desc = It is recommended that you apply this update as soon as possible.
|
||||
.label = Тамни режим за садржај
|
||||
update-updates-found-intro-minor = Доступно је ажурирање за { -app-name }:
|
||||
update-updates-found-desc = Препоручујемо да примените ово ажурирање што пре.
|
||||
import-window =
|
||||
.title = Увези
|
||||
import-where-from = Одакле желите да увезете?
|
||||
import-online-intro-title = Увод
|
||||
import-source-file =
|
||||
.label = Из датотеке (BibTeX, RIS, Зотеров RDF…)
|
||||
.label = Из датотеке (БибТеКс, РИС, Зотеров РДФ…)
|
||||
import-source-folder =
|
||||
.label = Фасцикла са ПДФ-овима или другим датотекама
|
||||
.label = Фасцикла са ПДФ или другим датотекама
|
||||
import-source-online =
|
||||
.label = { $targetApp } online import
|
||||
.label = { $targetApp } увоз са мреже
|
||||
import-options = Опције
|
||||
import-importing = Увозим…
|
||||
import-create-collection =
|
||||
.label = Постави увезене збирке и ставке у нову збирку
|
||||
import-recreate-structure =
|
||||
.label = Recreate folder structure as collections
|
||||
import-fileTypes-header = File Types to Import:
|
||||
.label = Поново направи структуру у виду збирки
|
||||
import-fileTypes-header = Врсте датотека за увоз:
|
||||
import-fileTypes-pdf =
|
||||
.label = PDFs
|
||||
.label = ПДФ-ови
|
||||
import-fileTypes-other =
|
||||
.placeholder = Other files by pattern, comma-separated (e.g., *.jpg,*.png)
|
||||
.placeholder = Отвори датотеке на основу шаблона раздвојеног зарезима (нпр. *.jpg,*.png)
|
||||
import-file-handling = Рад са датотекама
|
||||
import-file-handling-store =
|
||||
.label = Copy files to the { -app-name } storage folder
|
||||
.label = Копирај датотеке у { -app-name } фасциклу са складиштем
|
||||
import-file-handling-link =
|
||||
.label = Link to files in original location
|
||||
import-fileHandling-description = Linked files cannot be synced by { -app-name }.
|
||||
.label = Повежи са датотекама на оригиналној локацији
|
||||
import-fileHandling-description = Не могу да ускладим повезане датотеке у програму { -app-name }.
|
||||
import-online-new =
|
||||
.label = Преузми само нове ставке; не ажурирај претходно увезене ставке
|
||||
import-mendeley-username = Корисничко име
|
||||
import-mendeley-password = Лозинка
|
||||
general-error = Грешка
|
||||
file-interface-import-error = Грешка при покушају увеза изабране датотеке. Проверите да ли је датотека исправна и покушајте поново.
|
||||
file-interface-import-error = Грешка при увозу изабране датотеке. Проверите да ли је датотека исправна и покушајте поново.
|
||||
file-interface-import-complete = Увоз је завршен
|
||||
file-interface-items-were-imported =
|
||||
{ $numItems ->
|
||||
[0] No items were imported
|
||||
[one] One item was imported
|
||||
*[other] { $numItems } items were imported
|
||||
[0] Нису увезене ставке
|
||||
[one] Ставка је увезена
|
||||
*[other] Увезених ставки: { $numItems }
|
||||
}
|
||||
file-interface-items-were-relinked =
|
||||
{ $numRelinked ->
|
||||
[0] No items were relinked
|
||||
[one] One item was relinked
|
||||
*[other] { $numRelinked } items were relinked
|
||||
[0] Ставке нису поново повезане
|
||||
[one] Ставка је поново повезана
|
||||
*[other] Поново повезаних ставки: { $numRelinked }
|
||||
}
|
||||
import-mendeley-encrypted = The selected Mendeley database cannot be read, likely because it is encrypted. See <a data-l10n-name="mendeley-import-kb">How do I import a Mendeley library into Zotero?</a> for more information.
|
||||
file-interface-import-error-translator = An error occurred importing the selected file with “{ $translator }”. Please ensure that the file is valid and try again.
|
||||
import-online-intro = In the next step you will be asked to log in to { $targetAppOnline } and grant { -app-name } access. This is necessary to import your { $targetApp } library into { -app-name }.
|
||||
import-online-intro2 = { -app-name } will never see or store your { $targetApp } password.
|
||||
import-online-form-intro = Please enter your credentials to log in to { $targetAppOnline }. This is necessary to import your { $targetApp } library into { -app-name }.
|
||||
import-online-wrong-credentials = Login to { $targetApp } failed. Please re-enter credentials and try again.
|
||||
import-online-blocked-by-plugin = The import cannot continue with { $plugin } installed. Please disable this plugin and try again.
|
||||
import-mendeley-encrypted = Не могу да прочитам изабрану база података из Мендељева, вероватно зато што је шифрована. Погледајте <a data-l10n-name="mendeley-import-kb">Како да увезем библиотеку из Мендељева у Зотеро?</a> за више информација.
|
||||
file-interface-import-error-translator = Грешка приликом увоза изабране датотеке преко „{ $translator }“. Проверите да ли је датотека исправна и покушајте поново.
|
||||
import-online-intro = У следећем кораку ћете бити позвани да се пријавите на { $targetAppOnline } и дате дозволе за приступ програму { -app-name }. Ово је нопходно да увезете вашу { $targetApp } библиотеку у { -app-name }.
|
||||
import-online-intro2 = { -app-name } никада неће видети или чувати вашу { $targetApp } лозинку.
|
||||
import-online-form-intro = Унесите ваше податке за пријаву на { $targetAppOnline }. Ово је неопходно да увезете вашу { $targetApp } библиотеку у { -app-name }.
|
||||
import-online-wrong-credentials = Није успела пријава у { $targetApp }. Унесите податке за пријаву и покушајте поново.
|
||||
import-online-blocked-by-plugin = Увоз не може да се настави ако је прикључак { $plugin } инсталиран. Искључите овај прикључак и покушајте поново.
|
||||
import-online-relink-only =
|
||||
.label = Relink Mendeley Desktop citations
|
||||
.label = Поново повежи цитате из Мендељејева
|
||||
import-online-relink-kb = Више података
|
||||
import-online-connection-error = { -app-name } could not connect to { $targetApp }. Please check your internet connection and try again.
|
||||
import-online-connection-error = { -app-name } не може да се повеже на { $targetApp }. Проверите везу са интернетом и покушајте поново.
|
||||
items-table-cell-notes =
|
||||
.aria-label =
|
||||
{ $count ->
|
||||
[one] { $count } Note
|
||||
*[other] { $count } Notes
|
||||
[one] { $count } белешка
|
||||
[few] { $count } белешке
|
||||
*[other] { $count } белешки
|
||||
}
|
||||
report-error =
|
||||
.label = Грешка у извештају…
|
||||
rtfScan-wizard =
|
||||
.title = RTF скенер
|
||||
rtfScan-introPage-description = { -app-name } can automatically extract and reformat citations and insert a bibliography into RTF files. It currently supports citations in variations of the following formats:
|
||||
.title = РТФ скенер
|
||||
rtfScan-introPage-description = { -app-name } може аутоматски да извуче и поново форматира цитате и убаци библиографију у РТФ датотеке. Тренутно подржава цитате у варијантама следећих формата:
|
||||
rtfScan-introPage-description2 = За початак отворите РТФ датотеку и изаберите излазну датотеку:
|
||||
rtfScan-input-file = Input File:
|
||||
rtfScan-output-file = Output File:
|
||||
rtfScan-input-file = Улазна датотека:
|
||||
rtfScan-output-file = Излазна датотека:
|
||||
rtfScan-no-file-selected = Није изабрана датотека
|
||||
rtfScan-choose-input-file =
|
||||
.label = { general-choose-file }
|
||||
.aria-label = Choose Input File
|
||||
.aria-label = Изаберите улазну датотеку
|
||||
rtfScan-choose-output-file =
|
||||
.label = { general-choose-file }
|
||||
.aria-label = Choose Output File
|
||||
.aria-label = Изаберите излазну датотеку
|
||||
rtfScan-intro-page = Увод
|
||||
rtfScan-scan-page = Тражим цитате
|
||||
rtfScan-scanPage-description = { -app-name } is scanning your document for citations. Please be patient.
|
||||
rtfScan-citations-page = Верификуј цитиране ставке
|
||||
rtfScan-citations-page-description = Please review the list of recognized citations below to ensure that { -app-name } has selected the corresponding items correctly. Any unmapped or ambiguous citations must be resolved before proceeding to the next step.
|
||||
rtfScan-style-page = Форматирање документа
|
||||
rtfScan-format-page = Форамтирање цитата
|
||||
rtfScan-style-page = Форматирам документ
|
||||
rtfScan-format-page = Форматирам цитате
|
||||
rtfScan-format-page-description = { -app-name } is processing and formatting your RTF file. Please be patient.
|
||||
rtfScan-complete-page = РТФ скенирање је завршено
|
||||
rtfScan-complete-page-description = Ваш документ је скениран и обрађен. Проверите да ли је исправно форматиран.
|
||||
|
@ -224,8 +243,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Стил цитата:
|
||||
bibliography-locale-label = Језик:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Напредне опције
|
||||
bibliography-outputMode-label = Извези као:
|
||||
|
@ -256,11 +275,20 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Прикажи цитате као:
|
||||
integration-prefs-footnotes =
|
||||
.label = Фуснота
|
||||
.label = Фусноте
|
||||
integration-prefs-endnotes =
|
||||
.label = Енднота
|
||||
.label = Ендноте
|
||||
integration-prefs-bookmarks =
|
||||
.label = Store citation as bookmarks
|
||||
integration-prefs-bookmarks-description = Обележивачи се могу делити између програма Word и LibreOffice, али могу направити проблеме уколико их случајно промените и не могу бити уметнути као фусноте.
|
||||
|
@ -337,7 +365,7 @@ restart-in-troubleshooting-mode-menuitem =
|
|||
restart-in-troubleshooting-mode-dialog-title = Restart in Troubleshooting Mode
|
||||
restart-in-troubleshooting-mode-dialog-description = { -app-name } will restart with all plugins disabled. Some features may not function correctly while Troubleshooting Mode is enabled.
|
||||
menu-ui-density =
|
||||
.label = Density
|
||||
.label = Густина
|
||||
menu-ui-density-comfortable =
|
||||
.label = Comfortable
|
||||
menu-ui-density-compact =
|
||||
|
@ -375,8 +403,9 @@ section-attachments-annotations =
|
|||
section-notes =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] { $count } Note
|
||||
*[other] { $count } Notes
|
||||
[one] { $count } белешка
|
||||
[few] { $count } белешке
|
||||
*[other] { $count } белешки
|
||||
}
|
||||
section-libraries-collections =
|
||||
.label = { pane-libraries-collections }
|
||||
|
@ -452,10 +481,10 @@ new-collection-dialog =
|
|||
new-collection-name = Име:
|
||||
new-collection-create-in = Create in:
|
||||
attachment-info-title = Наслов
|
||||
attachment-info-filename = име датотеке
|
||||
attachment-info-filename = Име датотеке
|
||||
attachment-info-accessed = Приступљено
|
||||
attachment-info-pages = Странице
|
||||
attachment-info-modified = Датум измене
|
||||
attachment-info-modified = Измењено
|
||||
attachment-info-index = Индексирано
|
||||
attachment-info-convert-note =
|
||||
.label =
|
||||
|
@ -579,6 +608,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Слика
|
||||
file-type-pdf = ПДФ
|
||||
|
|
31
chrome/locale/sv-SE/zotero/reader.ftl
Normal file
31
chrome/locale/sv-SE/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Färgöverstryk text
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Välj yta
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Hitta
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Skriv ut
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Skriv ut
|
||||
general-remove = Ta bort
|
||||
general-add = Lägg till
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Hjälp
|
|||
general-tag = Etikett
|
||||
general-done = Klar
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Referensstil
|
||||
language-label = Språk:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Redigera sparad sökning
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Flytta ner
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Visa online
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Referensstil
|
||||
bibliography-locale-label = Språk:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Avancerade alternativ
|
||||
bibliography-outputMode-label = Utmatningsläge
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Visa källor som:
|
||||
integration-prefs-footnotes =
|
||||
.label = Fotnoter
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Bild
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/ta/zotero/reader.ftl
Normal file
31
chrome/locale/ta/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = உரையை அடிக்கோடிடு
|
||||
pdfReader-highlightText = உரையை முன்னிலைப்படுத்து
|
||||
pdfReader-addText = உரையைச் சேர்
|
||||
pdfReader-selectArea = பகுதியைத் தேர்ந்தெடு
|
||||
pdfReader-draw = வரை
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = கண்டுபிடி
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = அச்சிடுக
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = அச்சிடுக
|
||||
general-remove = அகற்று
|
||||
general-add = கூட்டு
|
||||
general-remind-me-later = பின்னர் நினைவூட்டு
|
||||
|
@ -14,6 +24,8 @@ general-help = உதவி
|
|||
general-tag = குறிச்சொல்
|
||||
general-done = முடிந்தது
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = மேற்கோள் நடை:
|
||||
language-label = மொழி:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edit Saved Search
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = கீழே இறங்கு
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = நிகழ்நிலையில் காண்க
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = மேற்கோள் நடை:
|
||||
bibliography-locale-label = மொழி:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = மேம்பட்ட விருப்பங்கள்
|
||||
bibliography-outputMode-label = வெளியீட்டு முறை:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = மேற்கோள்களைக் காண்பி:
|
||||
integration-prefs-footnotes =
|
||||
.label = அடிக்குறிப்புகள்
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = படம்
|
||||
file-type-pdf = எஆவ
|
||||
|
|
31
chrome/locale/th-TH/zotero/reader.ftl
Normal file
31
chrome/locale/th-TH/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = เน้นข้อความให้เด่นชัด
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = ค้นหา
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = พิมพ์
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = พิมพ์
|
||||
general-remove = ลบออก
|
||||
general-add = เพิ่ม
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = วิธีใช้
|
|||
general-tag = แท็ก
|
||||
general-done = Done
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = รูปแบบการอ้างอิง:
|
||||
language-label = Language:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = แก้ไขบันทึกผลการค้นหา
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = เลื่อนลง
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = ดูออนไลน์
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = รูปแบบการอ้างอิง:
|
||||
bibliography-locale-label = Language:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Advanced Options
|
||||
bibliography-outputMode-label = Output Mode:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = แสดงการอ้างอิงเป็น
|
||||
integration-prefs-footnotes =
|
||||
.label = เชิงอรรถ
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = ภาพ
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/tr-TR/zotero/reader.ftl
Normal file
31
chrome/locale/tr-TR/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Metnin Altını Çiz
|
||||
pdfReader-highlightText = Metni Vurgula
|
||||
pdfReader-addText = Metin Ekle
|
||||
pdfReader-selectArea = Alanı Seç
|
||||
pdfReader-draw = Çiz
|
||||
pdfReader-highlightAnnotation = Ek açıklamayı vurgula
|
||||
pdfReader-underlineAnnotation = Ek açıklamanın altını çiz
|
||||
pdfReader-noteAnnotation = Not Ek Açıklaması
|
||||
pdfReader-textAnnotation = Metin Ek Açıklaması
|
||||
pdfReader-imageAnnotation = Resim Ek Açıklaması
|
||||
pdfReader-find-in-document = Belgede Bul
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Ok tuşlarını kullanarak ek açıklamayı taşıyın
|
||||
pdfReader-a11yEditTextAnnotation = Ek açıklamanın sonunu taşımak için { general-key-shift } tuşuna basarken sağ ve sol ok tuşlarını kullanınız. Ek açıklamanın başını taşımak için { general-key-shift }-{ pdfReader-move-annotation-start-key } tuşuna basarken ok tuşlarını kullanınız.
|
||||
pdfReader-a11yResizeAnnotation = Ek açıklamayı yeniden boyutlandırmak için { general-key-shift } tuşuna basarken ok tuşlarını kullanınız.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Tab tuşunu kullarak ek açıklama açılır penceresini geziniz.
|
||||
pdfReader-a11yAnnotationCreated = { $type } oluşturuldu.
|
||||
pdfReader-a11yAnnotationSelected = { $type } seçildi.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Bul
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Yazdır
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Yazdır
|
||||
general-remove = Kaldır
|
||||
general-add = Ekle
|
||||
general-remind-me-later = Daha Sonra Hatırlat
|
||||
|
@ -14,6 +24,8 @@ general-help = Yardım
|
|||
general-tag = Etiket
|
||||
general-done = Tamam
|
||||
general-view-troubleshooting-instructions = Sorun Giderme Talimatlarını Göster
|
||||
citation-style-label = Alıntı Stili:
|
||||
language-label = Dil:
|
||||
menu-file-show-in-finder =
|
||||
.label = Finder'da Göster
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Dermeyi Yeniden Adlandır
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Kaydedilen Aramayı Düzenle
|
||||
collections-menu-move-collection =
|
||||
.label = Taşı
|
||||
collections-menu-copy-collection =
|
||||
.label = Kopyala
|
||||
item-creator-moveDown =
|
||||
.label = Bir Aşağı Taşı
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Bağlantılı Dosya
|
||||
item-menu-add-url =
|
||||
.label = Web bağlantısı
|
||||
item-menu-change-parent-item =
|
||||
.label = Ana Eseri Değiştir...
|
||||
view-online = Çevrimiçi Göster
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Asenkron fonksiyon olarak çalıştır
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Alıntı/Kaynakça Yarat
|
||||
bibliography-style-label = Alıntı Stili:
|
||||
bibliography-locale-label = Dil:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Alıntıları böyle göster:
|
||||
bibliography-advancedOptions-label = Gelişmiş Seçenekler
|
||||
bibliography-outputMode-label = Çıktı Biçimi
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Kaynakça Düzenle
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Alıntıyı Çabuk Biçimle
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Yer bulucu türü
|
||||
styleEditor-locatorInput = Yer bulucu girdisi
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Stil Editörü
|
||||
styleEditor-preview =
|
||||
.aria-label = Önizleme
|
||||
integration-prefs-displayAs-label = Alıntıları Böyle Göster:
|
||||
integration-prefs-footnotes =
|
||||
.label = Dipnot
|
||||
|
@ -308,10 +335,10 @@ publications-choose-license-text = Bir Creative Commons lisansı, eğer size uyg
|
|||
publications-choose-license-adaptations-prompt = Eserinizin uyarlamalarının paylaşılmasına izin veriyor musunuz?
|
||||
publications-choose-license-yes =
|
||||
.label = Evet
|
||||
.accesskey = Y
|
||||
.accesskey = E
|
||||
publications-choose-license-no =
|
||||
.label = Hayır
|
||||
.accesskey = N
|
||||
.accesskey = H
|
||||
publications-choose-license-sharealike =
|
||||
.label = Evet, başkaları da aynı şekilde paylaşacaksa
|
||||
.accesskey = S
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Seç
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Bağımsız Eke Dönüştür
|
||||
*[other] Bağımsız Eklere Dönüştür
|
||||
}
|
||||
file-type-webpage = Web sayfası
|
||||
file-type-image = Resim
|
||||
file-type-pdf = PDF
|
||||
|
|
|
@ -1447,8 +1447,8 @@ pdfReader.epubAppearance.pageWidth.revert=Varsayılan sayfa genişliğini kullan
|
|||
pdfReader.convertToHighlight=Vurgulamaya Dönüştür
|
||||
pdfReader.convertToUnderline=Altçizgiye Dönüştür
|
||||
pdfReader.size=Boyut
|
||||
pdfReader.merge=Merge
|
||||
pdfReader.copyLink=Copy Link
|
||||
pdfReader.merge=Birleştir
|
||||
pdfReader.copyLink=Bağlatıyı Kopyala
|
||||
|
||||
spellCheck.checkSpelling=Yazım Denetimi
|
||||
spellCheck.addRemoveDictionaries=Sözlükler Ekle/Kaldır...
|
||||
|
|
31
chrome/locale/uk-UA/zotero/reader.ftl
Normal file
31
chrome/locale/uk-UA/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Виділити текст
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Знайти
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = Роздрукувати
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = Роздрукувати
|
||||
general-remove = Видалити
|
||||
general-add = Додати
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Допомога
|
|||
general-tag = Тег
|
||||
general-done = Готово
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Стиль цитування:
|
||||
language-label = Мова:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Edit Saved Search
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Перемістити вниз
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Дивитись онлайн
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Стиль цитування:
|
||||
bibliography-locale-label = Мова:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Розширені налаштування
|
||||
bibliography-outputMode-label = Режим вводу:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Показати цитати як:
|
||||
integration-prefs-footnotes =
|
||||
.label = Виноски
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Зображення
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/vi-VN/zotero/reader.ftl
Normal file
31
chrome/locale/vi-VN/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = Underline Text
|
||||
pdfReader-highlightText = Đánh dấu đoạn văn bản
|
||||
pdfReader-addText = Add Text
|
||||
pdfReader-selectArea = Select Area
|
||||
pdfReader-draw = Draw
|
||||
pdfReader-highlightAnnotation = Highlight annotation
|
||||
pdfReader-underlineAnnotation = Underline annotation
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = Find in Document
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = Find
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = In
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = In
|
||||
general-remove = Bỏ
|
||||
general-add = Thêm
|
||||
general-remind-me-later = Remind Me Later
|
||||
|
@ -14,6 +24,8 @@ general-help = Giúp đỡ
|
|||
general-tag = Thẻ
|
||||
general-done = Hoàn thành
|
||||
general-view-troubleshooting-instructions = View Troubleshooting Instructions
|
||||
citation-style-label = Văn phong của Trích dẫn
|
||||
language-label = Ngôn ngữ:
|
||||
menu-file-show-in-finder =
|
||||
.label = Show in Finder
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = Rename Collection
|
||||
collections-menu-edit-saved-search =
|
||||
.label = Soạn thảo Tìm kiếm Định sẵn
|
||||
collections-menu-move-collection =
|
||||
.label = Move To
|
||||
collections-menu-copy-collection =
|
||||
.label = Copy To
|
||||
item-creator-moveDown =
|
||||
.label = Move Down
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = Linked File
|
||||
item-menu-add-url =
|
||||
.label = Web Link
|
||||
item-menu-change-parent-item =
|
||||
.label = Change Parent Item…
|
||||
view-online = Xem trực tuyến
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -224,8 +242,8 @@ runJS-result =
|
|||
runJS-run-async = Run as async function
|
||||
bibliography-window =
|
||||
.title = { -app-name } - Create Citation/Bibliography
|
||||
bibliography-style-label = Văn phong của Trích dẫn
|
||||
bibliography-locale-label = Ngôn ngữ:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = Display citations as:
|
||||
bibliography-advancedOptions-label = Các tùy chỉnh nâng cao
|
||||
bibliography-outputMode-label = Chế độ xuất:
|
||||
|
@ -256,6 +274,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - Edit Bibliography
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - Quick Format Citation
|
||||
styleEditor-locatorType =
|
||||
.aria-label = Locator type
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = Style editor
|
||||
styleEditor-preview =
|
||||
.aria-label = Preview
|
||||
integration-prefs-displayAs-label = Hiển thị các trích dẫn dưới dạng:
|
||||
integration-prefs-footnotes =
|
||||
.label = Chú thích cuối trang
|
||||
|
@ -579,6 +606,12 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
[one] Convert to Standalone Attachment
|
||||
*[other] Convert to Standalone Attachments
|
||||
}
|
||||
file-type-webpage = Webpage
|
||||
file-type-image = Hình ảnh
|
||||
file-type-pdf = PDF
|
||||
|
|
31
chrome/locale/zh-CN/zotero/reader.ftl
Normal file
31
chrome/locale/zh-CN/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = 下划线文本
|
||||
pdfReader-highlightText = 高亮文本
|
||||
pdfReader-addText = 新增文字
|
||||
pdfReader-selectArea = 选择区域
|
||||
pdfReader-draw = 绘图
|
||||
pdfReader-highlightAnnotation = 高亮注释
|
||||
pdfReader-underlineAnnotation = 下划线注释
|
||||
pdfReader-noteAnnotation = 笔记注释
|
||||
pdfReader-textAnnotation = 文本注释
|
||||
pdfReader-imageAnnotation = 图片注释
|
||||
pdfReader-find-in-document = 在文件中查找
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = 使用方向键移动注释
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = 查找
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
|
@ -1,9 +1,19 @@
|
|||
general-print = 打印
|
||||
general-key-control = Control
|
||||
general-key-shift = Shift
|
||||
general-key-alt = Alt
|
||||
general-key-option = Option
|
||||
general-key-command = Command
|
||||
option-or-alt =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-option }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
return-or-enter =
|
||||
{ PLATFORM() ->
|
||||
[macos] Return
|
||||
*[other] Enter
|
||||
}
|
||||
general-print = 打印
|
||||
general-remove = 移除
|
||||
general-add = 添加
|
||||
general-remind-me-later = 稍后提醒我
|
||||
|
@ -14,6 +24,8 @@ general-help = 帮助
|
|||
general-tag = 标签
|
||||
general-done = 完成
|
||||
general-view-troubleshooting-instructions = 查看故障排除说明
|
||||
citation-style-label = 参考文献样式:
|
||||
language-label = 语言:
|
||||
menu-file-show-in-finder =
|
||||
.label = 在访达中显示
|
||||
menu-file-show-file =
|
||||
|
@ -71,6 +83,10 @@ collections-menu-rename-collection =
|
|||
.label = 重命名分类
|
||||
collections-menu-edit-saved-search =
|
||||
.label = 编辑已保存搜索
|
||||
collections-menu-move-collection =
|
||||
.label = 移动到
|
||||
collections-menu-copy-collection =
|
||||
.label = 复制到
|
||||
item-creator-moveDown =
|
||||
.label = 下移
|
||||
item-creator-moveToTop =
|
||||
|
@ -105,6 +121,8 @@ item-menu-add-linked-file =
|
|||
.label = 链接的文件
|
||||
item-menu-add-url =
|
||||
.label = 网页链接
|
||||
item-menu-change-parent-item =
|
||||
.label = 改变父条目...
|
||||
view-online = 在线查看
|
||||
item-menu-option-view-online =
|
||||
.label = { view-online }
|
||||
|
@ -115,7 +133,7 @@ itembox-button-options =
|
|||
.tooltiptext = 打开上下文菜单
|
||||
itembox-button-merge =
|
||||
.aria-label = 选择 { $field } 字段的版本
|
||||
create-parent-intro = 输入一个 DOI, ISBN, PMID, arXiv ID, 或 ADS Bibcode 來识别这个文件:
|
||||
create-parent-intro = 输入一个 DOI, ISBN, PMID, arXiv ID, 或 ADS Bibcode 来识别这个文件:
|
||||
reader-use-dark-mode-for-content =
|
||||
.label = 使用深色模式显示文档内容
|
||||
update-updates-found-intro-minor = { -app-name } 有可用更新:
|
||||
|
@ -223,8 +241,8 @@ runJS-result =
|
|||
runJS-run-async = 作为异步函数执行
|
||||
bibliography-window =
|
||||
.title = { -app-name } - 创建引注/参考文献表
|
||||
bibliography-style-label = 参考文献样式:
|
||||
bibliography-locale-label = 语言:
|
||||
bibliography-style-label = { citation-style-label }
|
||||
bibliography-locale-label = { language-label }
|
||||
bibliography-displayAs-label = 引注显示为:
|
||||
bibliography-advancedOptions-label = 高级选项
|
||||
bibliography-outputMode-label = 输出模式:
|
||||
|
@ -255,6 +273,15 @@ integration-editBibliography-window =
|
|||
.title = { -app-name } - 编辑参考文献表
|
||||
integration-quickFormatDialog-window =
|
||||
.title = { -app-name } - 快速格式化引注
|
||||
styleEditor-locatorType =
|
||||
.aria-label = 定位符类型
|
||||
styleEditor-locatorInput = Locator input
|
||||
styleEditor-citationStyle = { citation-style-label }
|
||||
styleEditor-locale = { language-label }
|
||||
styleEditor-editor =
|
||||
.aria-label = 样式编辑器
|
||||
styleEditor-preview =
|
||||
.aria-label = 预览
|
||||
integration-prefs-displayAs-label = 引注显示为:
|
||||
integration-prefs-footnotes =
|
||||
.label = 脚注
|
||||
|
@ -336,7 +363,7 @@ restart-in-troubleshooting-mode-menuitem =
|
|||
restart-in-troubleshooting-mode-dialog-title = 以故障排除模式重启
|
||||
restart-in-troubleshooting-mode-dialog-description = { -app-name } 将重新启动并禁用所有插件。启用故障排除模式时,某些功能可能无法正常工作。
|
||||
menu-ui-density =
|
||||
.label = 密度
|
||||
.label = 紧凑度
|
||||
menu-ui-density-comfortable =
|
||||
.label = 舒适
|
||||
menu-ui-density-compact =
|
||||
|
@ -448,7 +475,7 @@ new-collection-create-in = 创建到:
|
|||
attachment-info-title = 标题
|
||||
attachment-info-filename = 文件名
|
||||
attachment-info-accessed = 访问时间
|
||||
attachment-info-pages = 页
|
||||
attachment-info-pages = 页数
|
||||
attachment-info-modified = 修改日期
|
||||
attachment-info-index = 已索引
|
||||
attachment-info-convert-note =
|
||||
|
@ -528,9 +555,9 @@ item-pane-message-unselected =
|
|||
}
|
||||
item-pane-message-objects-unselected =
|
||||
{ $count ->
|
||||
[0] No objects in this view
|
||||
[one] { $count } object in this view
|
||||
*[other] { $count } objects in this view
|
||||
[0] 此视图中没有对象
|
||||
[one] 此视图中包含 { $count } 个对象
|
||||
*[other] 此视图中包含 { $count } 个对象
|
||||
}
|
||||
item-pane-duplicates-merge-items =
|
||||
.label =
|
||||
|
@ -568,6 +595,11 @@ find-pdf-files-added =
|
|||
}
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = 选择
|
||||
select-items-convertToStandaloneAttachment =
|
||||
.label =
|
||||
{ $count ->
|
||||
*[other] 转为独立附件
|
||||
}
|
||||
file-type-webpage = 网页
|
||||
file-type-image = 图片
|
||||
file-type-pdf = PDF
|
||||
|
|
|
@ -1447,8 +1447,8 @@ pdfReader.epubAppearance.pageWidth.revert=使用默认页宽
|
|||
pdfReader.convertToHighlight=转换为高亮
|
||||
pdfReader.convertToUnderline=转换为下划线
|
||||
pdfReader.size=大小
|
||||
pdfReader.merge=Merge
|
||||
pdfReader.copyLink=Copy Link
|
||||
pdfReader.merge=合并
|
||||
pdfReader.copyLink=复制链接
|
||||
|
||||
spellCheck.checkSpelling=拼写检查
|
||||
spellCheck.addRemoveDictionaries=添加/移除词典…
|
||||
|
|
31
chrome/locale/zh-TW/zotero/reader.ftl
Normal file
31
chrome/locale/zh-TW/zotero/reader.ftl
Normal file
|
@ -0,0 +1,31 @@
|
|||
pdfReader-underlineText = 底線文字
|
||||
pdfReader-highlightText = 突顯文字
|
||||
pdfReader-addText = 新增文字
|
||||
pdfReader-selectArea = 選擇區域
|
||||
pdfReader-draw = 繪圖
|
||||
pdfReader-highlightAnnotation = 凸顯標註
|
||||
pdfReader-underlineAnnotation = 底線標註
|
||||
pdfReader-noteAnnotation = Note Annotation
|
||||
pdfReader-textAnnotation = Text Annotation
|
||||
pdfReader-imageAnnotation = Image Annotation
|
||||
pdfReader-find-in-document = 在文件中尋找
|
||||
pdfReader-move-annotation-start-key =
|
||||
{ PLATFORM() ->
|
||||
[macos] { general-key-command }
|
||||
*[other] { general-key-alt }
|
||||
}
|
||||
pdfReader-a11yMoveAnnotation = Use the arrow keys to move the annotation.
|
||||
pdfReader-a11yEditTextAnnotation = To move the end of the text annotation, hold { general-key-shift } and use the left/right arrow keys. To move the start of the annotation, hold { general-key-shift }-{ pdfReader-move-annotation-start-key } and use the arrow keys.
|
||||
pdfReader-a11yResizeAnnotation = To resize the annotation, hold { general-key-shift } and use the arrow keys.
|
||||
pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup.
|
||||
pdfReader-a11yAnnotationCreated = { $type } created.
|
||||
pdfReader-a11yAnnotationSelected = { $type } selected.
|
||||
pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation.
|
||||
pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }.
|
||||
pdfReader-toolbar-draw =
|
||||
.aria-description = This annotation type cannot be created via the keyboard.
|
||||
.title = { pdfReader-draw }
|
||||
pdfReader-findInDocumentInput =
|
||||
.title = 尋找
|
||||
.placeholder = { pdfReader-find-in-document }
|
||||
.aria-description = To turn a search result into a highlight annotation, press { general-key-control }-{ option-or-alt }-1. To turn a search result into an underline annotation, press { general-key-control }-{ option-or-alt }-2.
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue