Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions open-pdf-studio/js/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export const DEFAULT_PREFERENCES: Preferences = {
// Behavior
autoSelectAfterCreate: true,
confirmBeforeDelete: true,
wheelZoomWithoutCtrl: false,

// Startup
restoreLastSession: false,
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/ar/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "الإنشاء",
"autoSelectAfterCreation": "تحديد التعليق تلقائيًا بعد الإنشاء",
"deletion": "الحذف",
"confirmBeforeDeleting": "التأكيد قبل حذف التعليقات"
"confirmBeforeDeleting": "التأكيد قبل حذف التعليقات",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "تطبيق PDF الافتراضي",
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/bg/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Автоматичен избор на анотацията след създаване",
"deletion": "Изтриване",
"confirmBeforeDeleting": "Потвърждение преди изтриване на анотации",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/bn/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "তৈরির পরে স্বয়ংক্রিয়ভাবে টীকা নির্বাচন করুন",
"deletion": "মুছে ফেলা",
"confirmBeforeDeleting": "টীকা মুছে ফেলার আগে নিশ্চিত করুন",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/ca/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Selecciona automàticament l'anotació després de crear-la",
"deletion": "Supressió",
"confirmBeforeDeleting": "Confirma abans de suprimir anotacions",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/cs/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Automaticky vybrat anotaci po vytvoření",
"deletion": "Mazání",
"confirmBeforeDeleting": "Potvrdit před smazáním anotací",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/da/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Vælg annotation automatisk efter oprettelse",
"deletion": "Sletning",
"confirmBeforeDeleting": "Bekræft før sletning af annotationer",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/de/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "Erstellung",
"autoSelectAfterCreation": "Anmerkung nach Erstellung automatisch auswählen",
"deletion": "Löschen",
"confirmBeforeDeleting": "Vor dem Löschen von Anmerkungen bestätigen"
"confirmBeforeDeleting": "Vor dem Löschen von Anmerkungen bestätigen",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "Standard-PDF-Anwendung",
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/el/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Αυτόματη επιλογή σχολιασμού μετά τη δημιουργία",
"deletion": "Διαγραφή",
"confirmBeforeDeleting": "Επιβεβαίωση πριν τη διαγραφή σχολιασμών",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/en/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@
"creation": "Creation",
"autoSelectAfterCreation": "Auto-select annotation after creation",
"deletion": "Deletion",
"confirmBeforeDeleting": "Confirm before deleting annotations"
"confirmBeforeDeleting": "Confirm before deleting annotations",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"pageDisplay": {
"rendering": "Rendering",
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/es/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "Creación",
"autoSelectAfterCreation": "Seleccionar automáticamente la anotación después de crearla",
"deletion": "Eliminación",
"confirmBeforeDeleting": "Confirmar antes de eliminar anotaciones"
"confirmBeforeDeleting": "Confirmar antes de eliminar anotaciones",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "Aplicación PDF predeterminada",
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/fa/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "ایجاد",
"autoSelectAfterCreation": "انتخاب خودکار حاشیه‌نویسی پس از ایجاد",
"deletion": "حذف",
"confirmBeforeDeleting": "تایید قبل از حذف حاشیه‌نویسی‌ها"
"confirmBeforeDeleting": "تایید قبل از حذف حاشیه‌نویسی‌ها",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "برنامه PDF پیش‌فرض",
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/fi/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Valitse merkintä automaattisesti luonnin jälkeen",
"deletion": "Poistaminen",
"confirmBeforeDeleting": "Vahvista ennen merkintöjen poistamista",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/fr/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "Création",
"autoSelectAfterCreation": "Sélectionner automatiquement l'annotation après création",
"deletion": "Suppression",
"confirmBeforeDeleting": "Confirmer avant de supprimer les annotations"
"confirmBeforeDeleting": "Confirmer avant de supprimer les annotations",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "Application PDF par défaut",
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/he/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "בחירה אוטומטית של הערה לאחר יצירה",
"deletion": "מחיקה",
"confirmBeforeDeleting": "אישור לפני מחיקת הערות",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/hi/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "निर्माण के बाद एनोटेशन स्वतः चुनें",
"deletion": "हटाना",
"confirmBeforeDeleting": "एनोटेशन हटाने से पहले पुष्टि करें",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/hr/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Automatski odaberi oznaku nakon stvaranja",
"deletion": "Brisanje",
"confirmBeforeDeleting": "Potvrdi prije brisanja oznaka",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/hu/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Annotáció automatikus kijelölése létrehozás után",
"deletion": "Törlés",
"confirmBeforeDeleting": "Megerősítés annotációk törlése előtt",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/id/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Pilih otomatis anotasi setelah pembuatan",
"deletion": "Penghapusan",
"confirmBeforeDeleting": "Konfirmasi sebelum menghapus anotasi",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/it/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "Creazione",
"autoSelectAfterCreation": "Seleziona automaticamente l'annotazione dopo la creazione",
"deletion": "Eliminazione",
"confirmBeforeDeleting": "Conferma prima di eliminare le annotazioni"
"confirmBeforeDeleting": "Conferma prima di eliminare le annotazioni",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "Applicazione PDF predefinita",
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/ja/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "作成",
"autoSelectAfterCreation": "作成後に注釈を自動選択する",
"deletion": "削除",
"confirmBeforeDeleting": "注釈を削除する前に確認する"
"confirmBeforeDeleting": "注釈を削除する前に確認する",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "既定の PDF アプリケーション",
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/ko/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "생성",
"autoSelectAfterCreation": "생성 후 주석 자동 선택",
"deletion": "삭제",
"confirmBeforeDeleting": "주석 삭제 전 확인"
"confirmBeforeDeleting": "주석 삭제 전 확인",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "기본 PDF 응용 프로그램",
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/ms/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Pilih automatik anotasi selepas penciptaan",
"deletion": "Pemadaman",
"confirmBeforeDeleting": "Sahkan sebelum memadam anotasi",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/nb/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Velg merknad automatisk etter opprettelse",
"deletion": "Sletting",
"confirmBeforeDeleting": "Bekreft før sletting av merknader",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/nl/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "Aanmaken",
"autoSelectAfterCreation": "Annotatie automatisch selecteren na aanmaken",
"deletion": "Verwijderen",
"confirmBeforeDeleting": "Bevestigen voordat annotaties worden verwijderd"
"confirmBeforeDeleting": "Bevestigen voordat annotaties worden verwijderd",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "Standaard PDF-toepassing",
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/pl/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "Tworzenie",
"autoSelectAfterCreation": "Automatycznie zaznacz adnotację po utworzeniu",
"deletion": "Usuwanie",
"confirmBeforeDeleting": "Potwierdzenie przed usunięciem adnotacji"
"confirmBeforeDeleting": "Potwierdzenie przed usunięciem adnotacji",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "Domyślna aplikacja PDF",
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/pt/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "Criação",
"autoSelectAfterCreation": "Selecionar automaticamente a anotação após a criação",
"deletion": "Exclusão",
"confirmBeforeDeleting": "Confirmar antes de excluir anotações"
"confirmBeforeDeleting": "Confirmar antes de excluir anotações",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "Aplicativo PDF padrão",
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/ro/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Selectare automata a adnotarii dupa creare",
"deletion": "Stergere",
"confirmBeforeDeleting": "Confirmare inainte de stergerea adnotarilor",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/ru/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Автоматически выделять аннотацию после создания",
"deletion": "Удаление",
"confirmBeforeDeleting": "Подтверждать перед удалением аннотаций",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/sk/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Automaticky vybrať anotáciu po vytvorení",
"deletion": "Odstraňovanie",
"confirmBeforeDeleting": "Potvrdiť pred odstránením anotácií",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/sr/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Аутоматски изабери анотацију после креирања",
"deletion": "Брисање",
"confirmBeforeDeleting": "Потврди пре брисања анотација",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/sv/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Välj anteckning automatiskt efter skapande",
"deletion": "Borttagning",
"confirmBeforeDeleting": "Bekräfta innan anteckningar raderas",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/sw/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Chagua maoni kiotomatiki baada ya kuunda",
"deletion": "Ufutaji",
"confirmBeforeDeleting": "Thibitisha kabla ya kufuta maoni",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/ta/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "உருவாக்கிய பின் குறிப்புரையைத் தானாகத் தேர்வுசெய்",
"deletion": "நீக்கம்",
"confirmBeforeDeleting": "குறிப்புரைகளை நீக்கும் முன் உறுதிப்படுத்து",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/th/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "เลือกคำอธิบายประกอบอัตโนมัติหลังสร้าง",
"deletion": "การลบ",
"confirmBeforeDeleting": "ยืนยันก่อนลบคำอธิบายประกอบ",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/tr/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "Oluşturma",
"autoSelectAfterCreation": "Oluşturduktan sonra açıklamayı otomatik seç",
"deletion": "Silme",
"confirmBeforeDeleting": "Açıklamaları silmeden önce onayla"
"confirmBeforeDeleting": "Açıklamaları silmeden önce onayla",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "Varsayılan PDF Uygulaması",
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/uk/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Автовибір анотації після створення",
"deletion": "Видалення",
"confirmBeforeDeleting": "Підтверджувати перед видаленням анотацій",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/ur/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "تخلیق کے بعد تشریح خودکار منتخب کریں",
"deletion": "حذف",
"confirmBeforeDeleting": "تشریحات حذف کرنے سے پہلے تصدیق کریں",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
2 changes: 2 additions & 0 deletions open-pdf-studio/js/i18n/locales/vi/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
"autoSelectAfterCreation": "Tự động chọn chú thích sau khi tạo",
"deletion": "Xóa",
"confirmBeforeDeleting": "Xác nhận trước khi xóa chú thích",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)",
"snapToPdfContent": "Snap to PDF Drawing Content"
},
"fileAssoc": {
Expand Down
4 changes: 3 additions & 1 deletion open-pdf-studio/js/i18n/locales/zh/preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"creation": "创建",
"autoSelectAfterCreation": "创建后自动选择批注",
"deletion": "删除",
"confirmBeforeDeleting": "删除批注前确认"
"confirmBeforeDeleting": "删除批注前确认",
"navigation": "Navigation",
"wheelZoomWithoutCtrl": "Zoom with mouse wheel (without holding Ctrl)"
},
"fileAssoc": {
"defaultPdfApplication": "默认 PDF 应用程序",
Expand Down
Loading