@sync-in/server 1.9.0 → 1.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -8
- package/package.json +7 -7
- package/server/app.constants.js +3 -3
- package/server/app.constants.js.map +1 -1
- package/server/app.functions.js +42 -0
- package/server/app.functions.js.map +1 -0
- package/server/applications/files/services/files-manager.service.js +2 -2
- package/server/applications/files/services/files-manager.service.js.map +1 -1
- package/server/applications/files/services/files-tasks-manager.service.js +1 -1
- package/server/applications/files/services/files-tasks-manager.service.js.map +1 -1
- package/server/applications/files/utils/send-file.js +18 -9
- package/server/applications/files/utils/send-file.js.map +1 -1
- package/server/applications/files/utils/url-file.js +6 -6
- package/server/applications/files/utils/url-file.js.map +1 -1
- package/server/applications/links/services/links-manager.service.js +1 -1
- package/server/applications/links/services/links-manager.service.js.map +1 -1
- package/server/applications/shares/interfaces/share-props.interface.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.js +6 -4
- package/server/applications/shares/services/shares-manager.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-manager.service.js +15 -12
- package/server/applications/spaces/services/spaces-manager.service.js.map +1 -1
- package/server/applications/users/services/admin-users-manager.service.js +4 -0
- package/server/applications/users/services/admin-users-manager.service.js.map +1 -1
- package/server/applications/users/users.controller.js +4 -1
- package/server/applications/users/users.controller.js.map +1 -1
- package/static/assets/pdfjs/build/pdf.mjs +35 -20
- package/static/assets/pdfjs/build/pdf.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.sandbox.mjs +2 -2
- package/static/assets/pdfjs/build/pdf.worker.mjs +1488 -52
- package/static/assets/pdfjs/build/pdf.worker.mjs.map +1 -1
- package/static/assets/pdfjs/version +1 -1
- package/static/assets/pdfjs/web/locale/be/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/bg/viewer.ftl +4 -0
- package/static/assets/pdfjs/web/locale/bs/viewer.ftl +0 -15
- package/static/assets/pdfjs/web/locale/ca/viewer.ftl +0 -4
- package/static/assets/pdfjs/web/locale/cs/viewer.ftl +4 -14
- package/static/assets/pdfjs/web/locale/cy/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/da/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/de/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/dsb/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/el/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/en-CA/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/en-GB/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/eo/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/es-AR/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/es-CL/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/es-ES/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/es-MX/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/eu/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/fi/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/fr/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/fur/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/fy-NL/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/gn/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/he/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/hsb/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/hu/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/hy-AM/viewer.ftl +0 -15
- package/static/assets/pdfjs/web/locale/ia/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/id/viewer.ftl +0 -15
- package/static/assets/pdfjs/web/locale/is/viewer.ftl +0 -15
- package/static/assets/pdfjs/web/locale/it/viewer.ftl +2 -14
- package/static/assets/pdfjs/web/locale/ja/viewer.ftl +7 -2
- package/static/assets/pdfjs/web/locale/ka/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/kab/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/kk/viewer.ftl +3 -12
- package/static/assets/pdfjs/web/locale/ko/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/nb-NO/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/nl/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/nn-NO/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/pa-IN/viewer.ftl +4 -12
- package/static/assets/pdfjs/web/locale/pl/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/pt-BR/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/rm/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/ro/viewer.ftl +2 -14
- package/static/assets/pdfjs/web/locale/ru/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/sc/viewer.ftl +0 -1
- package/static/assets/pdfjs/web/locale/sk/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/sl/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/sq/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/sv-SE/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/tg/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/th/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/tr/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/vi/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/zh-CN/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/zh-TW/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/viewer.css +53 -41
- package/static/assets/pdfjs/web/viewer.html +493 -132
- package/static/assets/pdfjs/web/viewer.mjs +225 -150
- package/static/assets/pdfjs/web/viewer.mjs.map +1 -1
- package/static/{chunk-LYZGJZNP.js → chunk-25PWAXTJ.js} +1 -1
- package/static/{chunk-EKEGRXCV.js → chunk-27XEAHMV.js} +1 -1
- package/static/{chunk-YMAN4LIU.js → chunk-2CAAJBRO.js} +1 -1
- package/static/{chunk-MNNCSSHN.js → chunk-2LHHXDD5.js} +1 -1
- package/static/{chunk-YCTCESL4.js → chunk-2XY4PMI5.js} +1 -1
- package/static/{chunk-ERDZ7IVF.js → chunk-33WFRCUP.js} +1 -1
- package/static/chunk-3LVFDMTN.js +1 -0
- package/static/{chunk-4FJUCMEG.js → chunk-4DF2SQD4.js} +1 -1
- package/static/{chunk-Q556XB3S.js → chunk-4EUHBTWV.js} +1 -1
- package/static/{chunk-AADK5D2H.js → chunk-4KXJ6C4N.js} +1 -1
- package/static/{chunk-BHZEPHRI.js → chunk-4OV3SAUS.js} +1 -1
- package/static/{chunk-T74SMT7I.js → chunk-5HCVWZMA.js} +1 -1
- package/static/{chunk-ZCOWBVOT.js → chunk-5HYSNQR4.js} +1 -1
- package/static/{chunk-XOTKK2NJ.js → chunk-5NHB7SV3.js} +1 -1
- package/static/chunk-6VJI4X2A.js +1 -0
- package/static/{chunk-XCLK7NJL.js → chunk-7H5O4BLV.js} +1 -1
- package/static/{chunk-ACUF7IKP.js → chunk-7NI353LS.js} +1 -1
- package/static/{chunk-Y44XDRM5.js → chunk-A6J6SOM6.js} +1 -1
- package/static/{chunk-XOF4UW3S.js → chunk-A7DSX7VP.js} +1 -1
- package/static/chunk-A7R246NW.js +1 -0
- package/static/{chunk-EL6QL4TP.js → chunk-ASBPYTLT.js} +1 -1
- package/static/chunk-BJARRIS6.js +562 -0
- package/static/{chunk-RT3K6DZR.js → chunk-CAZSNVMS.js} +1 -1
- package/static/{chunk-EIYRBM4J.js → chunk-CURVLK7L.js} +1 -1
- package/static/{chunk-7CFSJ4BO.js → chunk-DDRGLHOP.js} +1 -1
- package/static/{chunk-2XPHUNYN.js → chunk-FLPZB3OX.js} +1 -1
- package/static/{chunk-23UUFZSR.js → chunk-FRBTL2ER.js} +1 -1
- package/static/{chunk-MRF3CNLZ.js → chunk-FXM7XXWA.js} +1 -1
- package/static/{chunk-7CKHC72R.js → chunk-GDPJRUVU.js} +1 -1
- package/static/{chunk-QMHUIHSR.js → chunk-GENTF6JM.js} +1 -1
- package/static/{chunk-XX7JXKA6.js → chunk-H4RLHI3Y.js} +1 -1
- package/static/{chunk-KNZ3AQPR.js → chunk-HE6EDXWI.js} +1 -1
- package/static/{chunk-LXQGVNU2.js → chunk-IUJ4IK26.js} +1 -1
- package/static/{chunk-MVZJSG5R.js → chunk-JEVBUJQ4.js} +1 -1
- package/static/{chunk-2FOWUJQF.js → chunk-K3MOXDU5.js} +1 -1
- package/static/{chunk-PG54TWBO.js → chunk-KBWK65KM.js} +1 -1
- package/static/{chunk-5HNQLBSW.js → chunk-L3PDWJZ3.js} +2 -2
- package/static/{chunk-KDEEERWZ.js → chunk-LBXOAKBD.js} +1 -1
- package/static/{chunk-Y5RLD72B.js → chunk-LFAQLJZK.js} +1 -1
- package/static/{chunk-M4XL3JN5.js → chunk-MBFMTBVJ.js} +1 -1
- package/static/{chunk-FTSIPHMG.js → chunk-MZBO5PAR.js} +1 -1
- package/static/{chunk-DJDRX53V.js → chunk-NFIES7BC.js} +1 -1
- package/static/{chunk-24Q7OUU2.js → chunk-NK2NMAJI.js} +1 -1
- package/static/{chunk-BYWSTP3P.js → chunk-O7UXVNR2.js} +1 -1
- package/static/{chunk-3IISSX63.js → chunk-PKU4IIIR.js} +1 -1
- package/static/{chunk-NN4ONTOT.js → chunk-QUSS6SUC.js} +1 -1
- package/static/{chunk-Y2I36A4K.js → chunk-R6VB3INJ.js} +1 -1
- package/static/{chunk-CCGGCHGN.js → chunk-RJOHDAPM.js} +1 -1
- package/static/{chunk-N3P6P6GW.js → chunk-S6YKBWJE.js} +1 -1
- package/static/{chunk-AZ5TF5Y3.js → chunk-SDR3UG2F.js} +1 -1
- package/static/{chunk-C3AAEQKW.js → chunk-TGHBDJZA.js} +1 -1
- package/static/{chunk-HNMGPG72.js → chunk-TVJQXN73.js} +1 -1
- package/static/{chunk-KHRF67SG.js → chunk-U75PLYIJ.js} +1 -1
- package/static/chunk-UUX3M6DC.js +1 -0
- package/static/{chunk-S6EVLDHA.js → chunk-VJ2HWQRJ.js} +2 -2
- package/static/{chunk-QNFNXDSX.js → chunk-VO4WVT6K.js} +1 -1
- package/static/{chunk-5XUIPWOH.js → chunk-W72JYHOH.js} +1 -1
- package/static/{chunk-OJCAIKUK.js → chunk-WJYVS27M.js} +1 -1
- package/static/{chunk-HKRGIRKB.js → chunk-XAIOGRBO.js} +1 -1
- package/static/{chunk-BQZWSZNN.js → chunk-XHQEF2IX.js} +1 -1
- package/static/{chunk-RX3YQ67K.js → chunk-XXYMVRSH.js} +1 -1
- package/static/{chunk-HHWXIK2M.js → chunk-YTBSB2GE.js} +1 -1
- package/static/{chunk-LJSVNPPQ.js → chunk-YXWF2DGF.js} +1 -1
- package/static/{chunk-JMYAD7E2.js → chunk-Z6RJZIDG.js} +1 -1
- package/static/{chunk-F7TXTNZC.js → chunk-ZC5ZDCDC.js} +1 -1
- package/static/{chunk-EDJAISWO.js → chunk-ZERBTNFW.js} +8 -8
- package/static/{chunk-MRMSMTWD.js → chunk-ZPI7RQ2S.js} +1 -1
- package/static/{chunk-NOPACN4F.js → chunk-ZRBLCAOK.js} +1 -1
- package/static/index.html +2 -2
- package/static/{main-3PLRDZTO.js → main-FE6GWZXU.js} +4 -4
- package/static/{styles-Q4OZOSSK.css → styles-S5HVK4H5.css} +1 -1
- package/static/chunk-H6WOTGQ5.js +0 -1
- package/static/chunk-HC7F57NA.js +0 -1
- package/static/chunk-IOIBQGHN.js +0 -562
- package/static/chunk-J6YSFHLZ.js +0 -1
- package/static/chunk-QVFPHTOH.js +0 -1
|
@@ -557,21 +557,6 @@ pdfjs-editor-add-signature-cancel-button = Hætta við
|
|
|
557
557
|
pdfjs-editor-add-signature-add-button = Bæta við
|
|
558
558
|
pdfjs-editor-edit-signature-update-button = Uppfæra
|
|
559
559
|
|
|
560
|
-
## Edit a comment dialog
|
|
561
|
-
|
|
562
|
-
pdfjs-editor-edit-comment-actions-button-label = Aðgerðir
|
|
563
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
564
|
-
.title = Aðgerðir
|
|
565
|
-
pdfjs-editor-edit-comment-close-button-label = Loka
|
|
566
|
-
pdfjs-editor-edit-comment-close-button =
|
|
567
|
-
.title = Loka
|
|
568
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Breyta
|
|
569
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Eyða
|
|
570
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
571
|
-
.placeholder = Settu inn athugasemdina þína
|
|
572
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Hætta við
|
|
573
|
-
pdfjs-editor-edit-comment-manager-save-button = Vista
|
|
574
|
-
|
|
575
560
|
## Edit a comment button in the editor toolbar
|
|
576
561
|
|
|
577
562
|
pdfjs-editor-edit-comment-button =
|
|
@@ -290,10 +290,10 @@ pdfjs-editor-color-picker-free-text-input =
|
|
|
290
290
|
.title = Cambia colore del testo
|
|
291
291
|
pdfjs-editor-free-text-button-label = Testo
|
|
292
292
|
pdfjs-editor-ink-button =
|
|
293
|
-
.title =
|
|
293
|
+
.title = Disegna
|
|
294
294
|
pdfjs-editor-color-picker-ink-input =
|
|
295
295
|
.title = Cambia colore del disegno
|
|
296
|
-
pdfjs-editor-ink-button-label =
|
|
296
|
+
pdfjs-editor-ink-button-label = Disegna
|
|
297
297
|
pdfjs-editor-stamp-button =
|
|
298
298
|
.title = Aggiungi o rimuovi immagine
|
|
299
299
|
pdfjs-editor-stamp-button-label = Aggiungi o rimuovi immagine
|
|
@@ -618,18 +618,6 @@ pdfjs-show-comment-button =
|
|
|
618
618
|
|
|
619
619
|
## Edit a comment dialog
|
|
620
620
|
|
|
621
|
-
pdfjs-editor-edit-comment-actions-button-label = Azioni
|
|
622
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
623
|
-
.title = Azioni
|
|
624
|
-
pdfjs-editor-edit-comment-close-button-label = Chiudi
|
|
625
|
-
pdfjs-editor-edit-comment-close-button =
|
|
626
|
-
.title = Chiudi
|
|
627
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Modifica
|
|
628
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Elimina
|
|
629
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
630
|
-
.placeholder = Inserisci il tuo commento
|
|
631
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Annulla
|
|
632
|
-
pdfjs-editor-edit-comment-manager-save-button = Salva
|
|
633
621
|
# An existing comment is edited
|
|
634
622
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Modifica commento
|
|
635
623
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Aggiorna
|
|
@@ -597,6 +597,8 @@ pdfjs-editor-edit-comment-popup-button =
|
|
|
597
597
|
pdfjs-editor-delete-comment-popup-button-label = コメントを削除
|
|
598
598
|
pdfjs-editor-delete-comment-popup-button =
|
|
599
599
|
.title = コメントを削除します
|
|
600
|
+
pdfjs-show-comment-button =
|
|
601
|
+
.title = コメントを表示します
|
|
600
602
|
|
|
601
603
|
## Edit a comment dialog
|
|
602
604
|
|
|
@@ -614,17 +616,20 @@ pdfjs-editor-edit-comment-manager-cancel-button = キャンセル
|
|
|
614
616
|
pdfjs-editor-edit-comment-manager-save-button = 保存
|
|
615
617
|
# An existing comment is edited
|
|
616
618
|
pdfjs-editor-edit-comment-dialog-title-when-editing = コメントを編集
|
|
619
|
+
pdfjs-editor-edit-comment-dialog-save-button-when-editing = 更新
|
|
617
620
|
# No existing comment
|
|
618
621
|
pdfjs-editor-edit-comment-dialog-title-when-adding = コメントを追加
|
|
622
|
+
pdfjs-editor-edit-comment-dialog-save-button-when-adding = 追加
|
|
619
623
|
pdfjs-editor-edit-comment-dialog-text-input =
|
|
620
624
|
.placeholder = コメントを入力してください...
|
|
621
625
|
pdfjs-editor-edit-comment-dialog-cancel-button = キャンセル
|
|
622
|
-
pdfjs-editor-edit-comment-dialog-save-button = 保存
|
|
623
626
|
|
|
624
627
|
## Edit a comment button in the editor toolbar
|
|
625
628
|
|
|
626
629
|
pdfjs-editor-edit-comment-button =
|
|
627
|
-
.title =
|
|
630
|
+
.title = コメントを編集します
|
|
631
|
+
pdfjs-editor-add-comment-button =
|
|
632
|
+
.title = コメントを追加します
|
|
628
633
|
|
|
629
634
|
## Main menu for adding/removing signatures
|
|
630
635
|
|
|
@@ -618,18 +618,6 @@ pdfjs-show-comment-button =
|
|
|
618
618
|
|
|
619
619
|
## Edit a comment dialog
|
|
620
620
|
|
|
621
|
-
pdfjs-editor-edit-comment-actions-button-label = მოქმედებები
|
|
622
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
623
|
-
.title = მოქმედებები
|
|
624
|
-
pdfjs-editor-edit-comment-close-button-label = დახურვა
|
|
625
|
-
pdfjs-editor-edit-comment-close-button =
|
|
626
|
-
.title = დახურვა
|
|
627
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = ჩასწორება
|
|
628
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = წაშლა
|
|
629
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
630
|
-
.placeholder = შეიყვანეთ დასართავი შენიშვნა
|
|
631
|
-
pdfjs-editor-edit-comment-manager-cancel-button = გაუქმება
|
|
632
|
-
pdfjs-editor-edit-comment-manager-save-button = შენახვა
|
|
633
621
|
# An existing comment is edited
|
|
634
622
|
pdfjs-editor-edit-comment-dialog-title-when-editing = შენიშვნის ჩასწორება
|
|
635
623
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = განახლება
|
|
@@ -601,18 +601,6 @@ pdfjs-editor-delete-comment-popup-button =
|
|
|
601
601
|
|
|
602
602
|
## Edit a comment dialog
|
|
603
603
|
|
|
604
|
-
pdfjs-editor-edit-comment-actions-button-label = Tigawin
|
|
605
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
606
|
-
.title = Tigawin
|
|
607
|
-
pdfjs-editor-edit-comment-close-button-label = Mdel
|
|
608
|
-
pdfjs-editor-edit-comment-close-button =
|
|
609
|
-
.title = Mdel
|
|
610
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Ẓreg
|
|
611
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Kkes
|
|
612
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
613
|
-
.placeholder = Aru awennit-ik⋅im
|
|
614
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Sefsex
|
|
615
|
-
pdfjs-editor-edit-comment-manager-save-button = Sekles
|
|
616
604
|
# An existing comment is edited
|
|
617
605
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Ẓreg awennit
|
|
618
606
|
# No existing comment
|
|
@@ -596,25 +596,16 @@ pdfjs-editor-edit-signature-update-button = Жаңарту
|
|
|
596
596
|
|
|
597
597
|
## Edit a comment dialog
|
|
598
598
|
|
|
599
|
-
pdfjs-editor-edit-comment-actions-button-label = Әрекеттер
|
|
600
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
601
|
-
.title = Әрекеттер
|
|
602
|
-
pdfjs-editor-edit-comment-close-button-label = Жабу
|
|
603
|
-
pdfjs-editor-edit-comment-close-button =
|
|
604
|
-
.title = Жабу
|
|
605
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Түзету
|
|
606
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Өшіру
|
|
607
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
608
|
-
.placeholder = Пікіріңізді енгізіңіз
|
|
609
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Бас тарту
|
|
610
|
-
pdfjs-editor-edit-comment-manager-save-button = Сақтау
|
|
611
599
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Жаңарту
|
|
600
|
+
pdfjs-editor-edit-comment-dialog-save-button-when-adding = Қосу
|
|
612
601
|
pdfjs-editor-edit-comment-dialog-cancel-button = Бас тарту
|
|
613
602
|
|
|
614
603
|
## Edit a comment button in the editor toolbar
|
|
615
604
|
|
|
616
605
|
pdfjs-editor-edit-comment-button =
|
|
617
606
|
.title = Пікірді түзету
|
|
607
|
+
pdfjs-editor-add-comment-button =
|
|
608
|
+
.title = Пікір қосу
|
|
618
609
|
|
|
619
610
|
## Main menu for adding/removing signatures
|
|
620
611
|
|
|
@@ -602,18 +602,6 @@ pdfjs-show-comment-button =
|
|
|
602
602
|
|
|
603
603
|
## Edit a comment dialog
|
|
604
604
|
|
|
605
|
-
pdfjs-editor-edit-comment-actions-button-label = 동작
|
|
606
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
607
|
-
.title = 동작
|
|
608
|
-
pdfjs-editor-edit-comment-close-button-label = 닫기
|
|
609
|
-
pdfjs-editor-edit-comment-close-button =
|
|
610
|
-
.title = 닫기
|
|
611
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = 편집
|
|
612
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = 삭제
|
|
613
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
614
|
-
.placeholder = 주석을 입력하세요
|
|
615
|
-
pdfjs-editor-edit-comment-manager-cancel-button = 취소
|
|
616
|
-
pdfjs-editor-edit-comment-manager-save-button = 저장
|
|
617
605
|
# An existing comment is edited
|
|
618
606
|
pdfjs-editor-edit-comment-dialog-title-when-editing = 주석 편집
|
|
619
607
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = 업데이트
|
|
@@ -618,18 +618,6 @@ pdfjs-show-comment-button =
|
|
|
618
618
|
|
|
619
619
|
## Edit a comment dialog
|
|
620
620
|
|
|
621
|
-
pdfjs-editor-edit-comment-actions-button-label = Handlinger
|
|
622
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
623
|
-
.title = Handlinger
|
|
624
|
-
pdfjs-editor-edit-comment-close-button-label = Lukk
|
|
625
|
-
pdfjs-editor-edit-comment-close-button =
|
|
626
|
-
.title = Lukk
|
|
627
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Rediger
|
|
628
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Slett
|
|
629
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
630
|
-
.placeholder = Skriv inn kommentaren din
|
|
631
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Avbryt
|
|
632
|
-
pdfjs-editor-edit-comment-manager-save-button = Lagre
|
|
633
621
|
# An existing comment is edited
|
|
634
622
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Rediger kommentar
|
|
635
623
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Oppdater
|
|
@@ -644,6 +632,8 @@ pdfjs-editor-edit-comment-dialog-cancel-button = Avbryt
|
|
|
644
632
|
|
|
645
633
|
pdfjs-editor-edit-comment-button =
|
|
646
634
|
.title = Rediger kommentar
|
|
635
|
+
pdfjs-editor-add-comment-button =
|
|
636
|
+
.title = Legg til kommentar
|
|
647
637
|
|
|
648
638
|
## Main menu for adding/removing signatures
|
|
649
639
|
|
|
@@ -618,18 +618,6 @@ pdfjs-show-comment-button =
|
|
|
618
618
|
|
|
619
619
|
## Edit a comment dialog
|
|
620
620
|
|
|
621
|
-
pdfjs-editor-edit-comment-actions-button-label = Acties
|
|
622
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
623
|
-
.title = Acties
|
|
624
|
-
pdfjs-editor-edit-comment-close-button-label = Sluiten
|
|
625
|
-
pdfjs-editor-edit-comment-close-button =
|
|
626
|
-
.title = Sluiten
|
|
627
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Bewerken
|
|
628
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Verwijderen
|
|
629
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
630
|
-
.placeholder = Voer uw opmerking in
|
|
631
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Annuleren
|
|
632
|
-
pdfjs-editor-edit-comment-manager-save-button = Opslaan
|
|
633
621
|
# An existing comment is edited
|
|
634
622
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Opmerking bewerken
|
|
635
623
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Bijwerken
|
|
@@ -616,18 +616,6 @@ pdfjs-show-comment-button =
|
|
|
616
616
|
|
|
617
617
|
## Edit a comment dialog
|
|
618
618
|
|
|
619
|
-
pdfjs-editor-edit-comment-actions-button-label = Handlingar
|
|
620
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
621
|
-
.title = Handlingar
|
|
622
|
-
pdfjs-editor-edit-comment-close-button-label = Lat att
|
|
623
|
-
pdfjs-editor-edit-comment-close-button =
|
|
624
|
-
.title = Lat att
|
|
625
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Rediger
|
|
626
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Slett
|
|
627
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
628
|
-
.placeholder = Skriv inn kommentaren din
|
|
629
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Avbryt
|
|
630
|
-
pdfjs-editor-edit-comment-manager-save-button = Lagre
|
|
631
619
|
# An existing comment is edited
|
|
632
620
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Rediger kommentar
|
|
633
621
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Oppdater
|
|
@@ -386,6 +386,8 @@ pdfjs-editor-comments-sidebar-close-button =
|
|
|
386
386
|
.title = ਬਾਹੀ ਨੂੰ ਬੰਦ ਕਰੋ
|
|
387
387
|
.aria-label = ਬਾਹੀ ਨੂੰ ਬੰਦ ਕਰੋ
|
|
388
388
|
pdfjs-editor-comments-sidebar-close-button-label = ਬਾਹੀ ਨੂੰ ਬੰਦ ਕਰੋ
|
|
389
|
+
# Instructional copy to add a comment by selecting text or an annotations.
|
|
390
|
+
pdfjs-editor-comments-sidebar-no-comments1 = ਕੀ ਕੁਝ ਧਿਆਨ ਦੇਣ ਯੋਗ ਵੇਖਿਆ ਹੈ? ਇਸ ਨੂੰ ਉਘਾੜੋ ਅਤੇ ਟਿੱਪਣੀ ਦਿਓ।
|
|
389
391
|
pdfjs-editor-comments-sidebar-no-comments-link = ਹੋਰ ਜਾਣੋ
|
|
390
392
|
|
|
391
393
|
## Alt-text dialog
|
|
@@ -616,18 +618,6 @@ pdfjs-show-comment-button =
|
|
|
616
618
|
|
|
617
619
|
## Edit a comment dialog
|
|
618
620
|
|
|
619
|
-
pdfjs-editor-edit-comment-actions-button-label = ਕਾਰਵਾਈਆਂ
|
|
620
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
621
|
-
.title = ਕਾਰਵਾਈਆਂ
|
|
622
|
-
pdfjs-editor-edit-comment-close-button-label = ਬੰਦ ਕਰੋ
|
|
623
|
-
pdfjs-editor-edit-comment-close-button =
|
|
624
|
-
.title = ਬੰਦ ਕਰੋ
|
|
625
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = ਸੋਧੋ
|
|
626
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = ਹਟਾਓ
|
|
627
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
628
|
-
.placeholder = ਆਪਣੀ ਟਿੱਪਣੀ ਦਿਓ
|
|
629
|
-
pdfjs-editor-edit-comment-manager-cancel-button = ਰੱਦ ਕਰੋ
|
|
630
|
-
pdfjs-editor-edit-comment-manager-save-button = ਸੰਭਾਲੋ
|
|
631
621
|
# An existing comment is edited
|
|
632
622
|
pdfjs-editor-edit-comment-dialog-title-when-editing = ਟਿੱਪਣੀ ਨੂੰ ਸੋਧੋ
|
|
633
623
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = ਅੱਪਡੇਟ ਕਰੋ
|
|
@@ -642,6 +632,8 @@ pdfjs-editor-edit-comment-dialog-cancel-button = ਰੱਦ ਕਰੋ
|
|
|
642
632
|
|
|
643
633
|
pdfjs-editor-edit-comment-button =
|
|
644
634
|
.title = ਟਿੱਪਣੀ ਨੂੰ ਸੋਧੋ
|
|
635
|
+
pdfjs-editor-add-comment-button =
|
|
636
|
+
.title = ਟਿੱਪਣੀ ਜੋੜੋ
|
|
645
637
|
|
|
646
638
|
## Main menu for adding/removing signatures
|
|
647
639
|
|
|
@@ -621,18 +621,6 @@ pdfjs-show-comment-button =
|
|
|
621
621
|
|
|
622
622
|
## Edit a comment dialog
|
|
623
623
|
|
|
624
|
-
pdfjs-editor-edit-comment-actions-button-label = Działania
|
|
625
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
626
|
-
.title = Działania
|
|
627
|
-
pdfjs-editor-edit-comment-close-button-label = Zamknij
|
|
628
|
-
pdfjs-editor-edit-comment-close-button =
|
|
629
|
-
.title = Zamknij
|
|
630
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Edytuj
|
|
631
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Usuń
|
|
632
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
633
|
-
.placeholder = Napisz komentarz
|
|
634
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Anuluj
|
|
635
|
-
pdfjs-editor-edit-comment-manager-save-button = Zapisz
|
|
636
624
|
# An existing comment is edited
|
|
637
625
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Edytuj komentarz
|
|
638
626
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Aktualizuj
|
|
@@ -647,6 +635,8 @@ pdfjs-editor-edit-comment-dialog-cancel-button = Anuluj
|
|
|
647
635
|
|
|
648
636
|
pdfjs-editor-edit-comment-button =
|
|
649
637
|
.title = Edytuj komentarz
|
|
638
|
+
pdfjs-editor-add-comment-button =
|
|
639
|
+
.title = Dodaj komentarz
|
|
650
640
|
|
|
651
641
|
## Main menu for adding/removing signatures
|
|
652
642
|
|
|
@@ -618,18 +618,6 @@ pdfjs-show-comment-button =
|
|
|
618
618
|
|
|
619
619
|
## Edit a comment dialog
|
|
620
620
|
|
|
621
|
-
pdfjs-editor-edit-comment-actions-button-label = Ações
|
|
622
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
623
|
-
.title = Ações
|
|
624
|
-
pdfjs-editor-edit-comment-close-button-label = Fechar
|
|
625
|
-
pdfjs-editor-edit-comment-close-button =
|
|
626
|
-
.title = Fechar
|
|
627
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Editar
|
|
628
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Excluir
|
|
629
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
630
|
-
.placeholder = Digite seu comentário
|
|
631
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Cancelar
|
|
632
|
-
pdfjs-editor-edit-comment-manager-save-button = Salvar
|
|
633
621
|
# An existing comment is edited
|
|
634
622
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Editar comentário
|
|
635
623
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Atualizar
|
|
@@ -644,6 +632,8 @@ pdfjs-editor-edit-comment-dialog-cancel-button = Cancelar
|
|
|
644
632
|
|
|
645
633
|
pdfjs-editor-edit-comment-button =
|
|
646
634
|
.title = Editar comentário
|
|
635
|
+
pdfjs-editor-add-comment-button =
|
|
636
|
+
.title = Adicionar comentário
|
|
647
637
|
|
|
648
638
|
## Main menu for adding/removing signatures
|
|
649
639
|
|
|
@@ -616,18 +616,6 @@ pdfjs-editor-delete-comment-popup-button =
|
|
|
616
616
|
|
|
617
617
|
## Edit a comment dialog
|
|
618
618
|
|
|
619
|
-
pdfjs-editor-edit-comment-actions-button-label = Acziuns
|
|
620
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
621
|
-
.title = Acziuns
|
|
622
|
-
pdfjs-editor-edit-comment-close-button-label = Serrar
|
|
623
|
-
pdfjs-editor-edit-comment-close-button =
|
|
624
|
-
.title = Serrar
|
|
625
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Modifitgar
|
|
626
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Stizzar
|
|
627
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
628
|
-
.placeholder = Endatar in commentari
|
|
629
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Interrumper
|
|
630
|
-
pdfjs-editor-edit-comment-manager-save-button = Memorisar
|
|
631
619
|
# An existing comment is edited
|
|
632
620
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Modifitgar il commentari
|
|
633
621
|
# No existing comment
|
|
@@ -37,8 +37,8 @@ pdfjs-open-file-button =
|
|
|
37
37
|
.title = Deschide un fișier
|
|
38
38
|
pdfjs-open-file-button-label = Deschide
|
|
39
39
|
pdfjs-print-button =
|
|
40
|
-
.title =
|
|
41
|
-
pdfjs-print-button-label =
|
|
40
|
+
.title = Printează
|
|
41
|
+
pdfjs-print-button-label = Printează
|
|
42
42
|
pdfjs-save-button =
|
|
43
43
|
.title = Salvează
|
|
44
44
|
pdfjs-save-button-label = Salvează
|
|
@@ -621,18 +621,6 @@ pdfjs-show-comment-button =
|
|
|
621
621
|
|
|
622
622
|
## Edit a comment dialog
|
|
623
623
|
|
|
624
|
-
pdfjs-editor-edit-comment-actions-button-label = Acțiuni
|
|
625
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
626
|
-
.title = Acțiuni
|
|
627
|
-
pdfjs-editor-edit-comment-close-button-label = Închide
|
|
628
|
-
pdfjs-editor-edit-comment-close-button =
|
|
629
|
-
.title = Închide
|
|
630
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Editează
|
|
631
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Șterge
|
|
632
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
633
|
-
.placeholder = Introdu comentariul
|
|
634
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Anulează
|
|
635
|
-
pdfjs-editor-edit-comment-manager-save-button = Salvează
|
|
636
624
|
# An existing comment is edited
|
|
637
625
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Editează comentariul
|
|
638
626
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Actualizează
|
|
@@ -622,18 +622,6 @@ pdfjs-show-comment-button =
|
|
|
622
622
|
|
|
623
623
|
## Edit a comment dialog
|
|
624
624
|
|
|
625
|
-
pdfjs-editor-edit-comment-actions-button-label = Действия
|
|
626
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
627
|
-
.title = Действия
|
|
628
|
-
pdfjs-editor-edit-comment-close-button-label = Закрыть
|
|
629
|
-
pdfjs-editor-edit-comment-close-button =
|
|
630
|
-
.title = Закрыть
|
|
631
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Изменить
|
|
632
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Удалить
|
|
633
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
634
|
-
.placeholder = Введите ваш комментарий
|
|
635
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Отмена
|
|
636
|
-
pdfjs-editor-edit-comment-manager-save-button = Сохранить
|
|
637
625
|
# An existing comment is edited
|
|
638
626
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Редактировать комментарий
|
|
639
627
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Обновить
|
|
@@ -626,18 +626,6 @@ pdfjs-show-comment-button =
|
|
|
626
626
|
|
|
627
627
|
## Edit a comment dialog
|
|
628
628
|
|
|
629
|
-
pdfjs-editor-edit-comment-actions-button-label = Akcie
|
|
630
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
631
|
-
.title = Akcie
|
|
632
|
-
pdfjs-editor-edit-comment-close-button-label = Zavrieť
|
|
633
|
-
pdfjs-editor-edit-comment-close-button =
|
|
634
|
-
.title = Zavrieť
|
|
635
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Upraviť
|
|
636
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Odstrániť
|
|
637
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
638
|
-
.placeholder = Zadajte svoj komentár
|
|
639
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Zrušiť
|
|
640
|
-
pdfjs-editor-edit-comment-manager-save-button = Uložiť
|
|
641
629
|
# An existing comment is edited
|
|
642
630
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Upraviť komentár
|
|
643
631
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Aktualizovať
|
|
@@ -626,18 +626,6 @@ pdfjs-show-comment-button =
|
|
|
626
626
|
|
|
627
627
|
## Edit a comment dialog
|
|
628
628
|
|
|
629
|
-
pdfjs-editor-edit-comment-actions-button-label = Dejanja
|
|
630
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
631
|
-
.title = Dejanja
|
|
632
|
-
pdfjs-editor-edit-comment-close-button-label = Zapri
|
|
633
|
-
pdfjs-editor-edit-comment-close-button =
|
|
634
|
-
.title = Zapri
|
|
635
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Uredi
|
|
636
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Izbriši
|
|
637
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
638
|
-
.placeholder = Vnesite komentar
|
|
639
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Prekliči
|
|
640
|
-
pdfjs-editor-edit-comment-manager-save-button = Shrani
|
|
641
629
|
# An existing comment is edited
|
|
642
630
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Uredi komentar
|
|
643
631
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Spremeni
|
|
@@ -652,6 +640,8 @@ pdfjs-editor-edit-comment-dialog-cancel-button = Prekliči
|
|
|
652
640
|
|
|
653
641
|
pdfjs-editor-edit-comment-button =
|
|
654
642
|
.title = Uredi komentar
|
|
643
|
+
pdfjs-editor-add-comment-button =
|
|
644
|
+
.title = Dodaj komentar
|
|
655
645
|
|
|
656
646
|
## Main menu for adding/removing signatures
|
|
657
647
|
|
|
@@ -609,18 +609,6 @@ pdfjs-show-comment-button =
|
|
|
609
609
|
|
|
610
610
|
## Edit a comment dialog
|
|
611
611
|
|
|
612
|
-
pdfjs-editor-edit-comment-actions-button-label = Veprime
|
|
613
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
614
|
-
.title = Veprime
|
|
615
|
-
pdfjs-editor-edit-comment-close-button-label = Mbylle
|
|
616
|
-
pdfjs-editor-edit-comment-close-button =
|
|
617
|
-
.title = Mbylle
|
|
618
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Përpunoni
|
|
619
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Fshije
|
|
620
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
621
|
-
.placeholder = Jepni komentin tuaj
|
|
622
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Anuloje
|
|
623
|
-
pdfjs-editor-edit-comment-manager-save-button = Ruaje
|
|
624
612
|
# An existing comment is edited
|
|
625
613
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Përpunoni koment
|
|
626
614
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Përditësojeni
|
|
@@ -635,6 +623,8 @@ pdfjs-editor-edit-comment-dialog-cancel-button = Anuloje
|
|
|
635
623
|
|
|
636
624
|
pdfjs-editor-edit-comment-button =
|
|
637
625
|
.title = Përpunoni koment
|
|
626
|
+
pdfjs-editor-add-comment-button =
|
|
627
|
+
.title = Shtoni koment
|
|
638
628
|
|
|
639
629
|
## Main menu for adding/removing signatures
|
|
640
630
|
|
|
@@ -618,18 +618,6 @@ pdfjs-show-comment-button =
|
|
|
618
618
|
|
|
619
619
|
## Edit a comment dialog
|
|
620
620
|
|
|
621
|
-
pdfjs-editor-edit-comment-actions-button-label = Åtgärder
|
|
622
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
623
|
-
.title = Åtgärder
|
|
624
|
-
pdfjs-editor-edit-comment-close-button-label = Stäng
|
|
625
|
-
pdfjs-editor-edit-comment-close-button =
|
|
626
|
-
.title = Stäng
|
|
627
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Redigera
|
|
628
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Ta bort
|
|
629
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
630
|
-
.placeholder = Ange din kommentar
|
|
631
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Avbryt
|
|
632
|
-
pdfjs-editor-edit-comment-manager-save-button = Spara
|
|
633
621
|
# An existing comment is edited
|
|
634
622
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Redigera kommentar
|
|
635
623
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Uppdatera
|
|
@@ -618,18 +618,6 @@ pdfjs-show-comment-button =
|
|
|
618
618
|
|
|
619
619
|
## Edit a comment dialog
|
|
620
620
|
|
|
621
|
-
pdfjs-editor-edit-comment-actions-button-label = Амалҳо
|
|
622
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
623
|
-
.title = Амалҳо
|
|
624
|
-
pdfjs-editor-edit-comment-close-button-label = Пӯшидан
|
|
625
|
-
pdfjs-editor-edit-comment-close-button =
|
|
626
|
-
.title = Пӯшидан
|
|
627
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Таҳрир кардан
|
|
628
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Нест кардан
|
|
629
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
630
|
-
.placeholder = Шарҳи худро ворид кунед
|
|
631
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Бекор кардан
|
|
632
|
-
pdfjs-editor-edit-comment-manager-save-button = Нигоҳ доштан
|
|
633
621
|
# An existing comment is edited
|
|
634
622
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Таҳрир кардани шарҳ
|
|
635
623
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Навсозӣ кардан
|
|
@@ -644,6 +632,8 @@ pdfjs-editor-edit-comment-dialog-cancel-button = Бекор кардан
|
|
|
644
632
|
|
|
645
633
|
pdfjs-editor-edit-comment-button =
|
|
646
634
|
.title = Таҳрир кардани шарҳ
|
|
635
|
+
pdfjs-editor-add-comment-button =
|
|
636
|
+
.title = Илова кардани шарҳ
|
|
647
637
|
|
|
648
638
|
## Main menu for adding/removing signatures
|
|
649
639
|
|
|
@@ -602,18 +602,6 @@ pdfjs-show-comment-button =
|
|
|
602
602
|
|
|
603
603
|
## Edit a comment dialog
|
|
604
604
|
|
|
605
|
-
pdfjs-editor-edit-comment-actions-button-label = การกระทำ
|
|
606
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
607
|
-
.title = การกระทำ
|
|
608
|
-
pdfjs-editor-edit-comment-close-button-label = ปิด
|
|
609
|
-
pdfjs-editor-edit-comment-close-button =
|
|
610
|
-
.title = ปิด
|
|
611
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = แก้ไข
|
|
612
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = ลบ
|
|
613
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
614
|
-
.placeholder = ป้อนความคิดเห็นของคุณ
|
|
615
|
-
pdfjs-editor-edit-comment-manager-cancel-button = ยกเลิก
|
|
616
|
-
pdfjs-editor-edit-comment-manager-save-button = บันทึก
|
|
617
605
|
# An existing comment is edited
|
|
618
606
|
pdfjs-editor-edit-comment-dialog-title-when-editing = แก้ไขความคิดเห็น
|
|
619
607
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = อัปเดต
|
|
@@ -618,18 +618,6 @@ pdfjs-show-comment-button =
|
|
|
618
618
|
|
|
619
619
|
## Edit a comment dialog
|
|
620
620
|
|
|
621
|
-
pdfjs-editor-edit-comment-actions-button-label = Eylemler
|
|
622
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
623
|
-
.title = Eylemler
|
|
624
|
-
pdfjs-editor-edit-comment-close-button-label = Kapat
|
|
625
|
-
pdfjs-editor-edit-comment-close-button =
|
|
626
|
-
.title = Kapat
|
|
627
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Düzenle
|
|
628
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Sil
|
|
629
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
630
|
-
.placeholder = Yorumunuzu yazın
|
|
631
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Vazgeç
|
|
632
|
-
pdfjs-editor-edit-comment-manager-save-button = Kaydet
|
|
633
621
|
# An existing comment is edited
|
|
634
622
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Yorumu düzenle
|
|
635
623
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Güncelle
|
|
@@ -644,6 +632,8 @@ pdfjs-editor-edit-comment-dialog-cancel-button = Vazgeç
|
|
|
644
632
|
|
|
645
633
|
pdfjs-editor-edit-comment-button =
|
|
646
634
|
.title = Yorumu düzenle
|
|
635
|
+
pdfjs-editor-add-comment-button =
|
|
636
|
+
.title = Yorum ekle
|
|
647
637
|
|
|
648
638
|
## Main menu for adding/removing signatures
|
|
649
639
|
|
|
@@ -602,18 +602,6 @@ pdfjs-show-comment-button =
|
|
|
602
602
|
|
|
603
603
|
## Edit a comment dialog
|
|
604
604
|
|
|
605
|
-
pdfjs-editor-edit-comment-actions-button-label = Hành động
|
|
606
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
607
|
-
.title = Hành động
|
|
608
|
-
pdfjs-editor-edit-comment-close-button-label = Đóng
|
|
609
|
-
pdfjs-editor-edit-comment-close-button =
|
|
610
|
-
.title = Đóng
|
|
611
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = Chỉnh sửa
|
|
612
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = Xóa
|
|
613
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
614
|
-
.placeholder = Nhập chú thích của bạn
|
|
615
|
-
pdfjs-editor-edit-comment-manager-cancel-button = Hủy bỏ
|
|
616
|
-
pdfjs-editor-edit-comment-manager-save-button = Lưu
|
|
617
605
|
# An existing comment is edited
|
|
618
606
|
pdfjs-editor-edit-comment-dialog-title-when-editing = Chỉnh sửa chú thích
|
|
619
607
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Cập nhật
|
|
@@ -602,18 +602,6 @@ pdfjs-show-comment-button =
|
|
|
602
602
|
|
|
603
603
|
## Edit a comment dialog
|
|
604
604
|
|
|
605
|
-
pdfjs-editor-edit-comment-actions-button-label = 操作
|
|
606
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
607
|
-
.title = 操作
|
|
608
|
-
pdfjs-editor-edit-comment-close-button-label = 关闭
|
|
609
|
-
pdfjs-editor-edit-comment-close-button =
|
|
610
|
-
.title = 关闭
|
|
611
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = 编辑
|
|
612
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = 删除
|
|
613
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
614
|
-
.placeholder = 输入批注
|
|
615
|
-
pdfjs-editor-edit-comment-manager-cancel-button = 取消
|
|
616
|
-
pdfjs-editor-edit-comment-manager-save-button = 保存
|
|
617
605
|
# An existing comment is edited
|
|
618
606
|
pdfjs-editor-edit-comment-dialog-title-when-editing = 编辑批注
|
|
619
607
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = 更新
|
|
@@ -628,6 +616,8 @@ pdfjs-editor-edit-comment-dialog-cancel-button = 取消
|
|
|
628
616
|
|
|
629
617
|
pdfjs-editor-edit-comment-button =
|
|
630
618
|
.title = 编辑批注
|
|
619
|
+
pdfjs-editor-add-comment-button =
|
|
620
|
+
.title = 添加批注
|
|
631
621
|
|
|
632
622
|
## Main menu for adding/removing signatures
|
|
633
623
|
|
|
@@ -602,18 +602,6 @@ pdfjs-show-comment-button =
|
|
|
602
602
|
|
|
603
603
|
## Edit a comment dialog
|
|
604
604
|
|
|
605
|
-
pdfjs-editor-edit-comment-actions-button-label = 動作
|
|
606
|
-
pdfjs-editor-edit-comment-actions-button =
|
|
607
|
-
.title = 動作
|
|
608
|
-
pdfjs-editor-edit-comment-close-button-label = 關閉
|
|
609
|
-
pdfjs-editor-edit-comment-close-button =
|
|
610
|
-
.title = 關閉
|
|
611
|
-
pdfjs-editor-edit-comment-actions-edit-button-label = 編輯
|
|
612
|
-
pdfjs-editor-edit-comment-actions-delete-button-label = 刪除
|
|
613
|
-
pdfjs-editor-edit-comment-manager-text-input =
|
|
614
|
-
.placeholder = 輸入您的註解
|
|
615
|
-
pdfjs-editor-edit-comment-manager-cancel-button = 取消
|
|
616
|
-
pdfjs-editor-edit-comment-manager-save-button = 儲存
|
|
617
605
|
# An existing comment is edited
|
|
618
606
|
pdfjs-editor-edit-comment-dialog-title-when-editing = 編輯註解
|
|
619
607
|
pdfjs-editor-edit-comment-dialog-save-button-when-editing = 更新
|