From a2fed2ff60fad70703a8426df7f7c72126db6588 Mon Sep 17 00:00:00 2001 From: Arif Budiman Date: Fri, 3 Apr 2026 13:03:43 +0200 Subject: [PATCH 1/2] Added translation using Weblate (Indonesian) --- po/LINGUAS | 1 + po/id.po | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 195 insertions(+) create mode 100644 po/id.po diff --git a/po/LINGUAS b/po/LINGUAS index 87d7f52..85e4f4b 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -13,3 +13,4 @@ ru sk ta tr +id diff --git a/po/id.po b/po/id.po new file mode 100644 index 0000000..a15fe51 --- /dev/null +++ b/po/id.po @@ -0,0 +1,194 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the djpdfgui package. +# Arif Budiman , 2026. +msgid "" +msgstr "" +"Project-Id-Version: djpdfgui\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-07-17 03:33+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: desktop/com.github.unrud.djpdf.desktop.in:4 +#: desktop/com.github.unrud.djpdf.metainfo.xml.in:7 +#: scans2pdf_gui/qml/main.qml:29 +msgid "Scans to PDF" +msgstr "" + +#: desktop/com.github.unrud.djpdf.desktop.in:5 +#: desktop/com.github.unrud.djpdf.metainfo.xml.in:8 +msgid "Create small, searchable PDFs from scanned documents" +msgstr "" + +#. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! +#: desktop/com.github.unrud.djpdf.desktop.in:11 +msgid "djpdf;OCR;convert;PDF;image;" +msgstr "" + +#: desktop/com.github.unrud.djpdf.metainfo.xml.in:10 +msgid "" +"Create small, searchable PDFs from scanned documents. The program divides " +"images into bitonal foreground images (text) and a color background image, " +"then compresses them separately. An invisible OCR text layer is added, " +"making the PDF searchable." +msgstr "" + +#: desktop/com.github.unrud.djpdf.metainfo.xml.in:16 +msgid "" +"Color and grayscale scans need some preparation for good results. " +"Recommended tools are Scan Tailor or GIMP." +msgstr "" + +#: desktop/com.github.unrud.djpdf.metainfo.xml.in:20 +msgid "A GUI and command line interface are included." +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:43 scans2pdf_gui/qml/detail.qml:253 +#: scans2pdf_gui/qml/detail.qml:392 +msgid "Remove" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:66 +msgid "Please choose a color" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:98 +msgid "DPI:" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:103 +msgid "auto" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:113 +msgid "Background color:" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:138 +msgid "Background" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:155 +msgid "Resize:" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:172 scans2pdf_gui/qml/detail.qml:269 +msgid "Compression:" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:193 +msgid "Quality:" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:212 +msgid "Foreground" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:229 scans2pdf_gui/qml/detail.qml:369 +msgid "Colors:" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:260 +msgid "No colors" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:260 scans2pdf_gui/qml/detail.qml:399 +msgid "Add" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:290 +msgid "JBIG2 Threshold:" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:314 +msgid "Warning" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:319 +msgid "" +"Lossy JBIG2 compression can alter text in a way that is not noticeable as " +"corruption (e.g. the numbers '6' and '8' get replaced)" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:329 +msgid "OCR" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:348 +msgid "Language" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:399 +msgid "All colors" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:410 +msgid "Apply to all" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:416 +msgid "Apply to following" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:424 +msgid "Load default settings" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:430 +msgid "Overwrite?" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:431 +msgid "Replace default settings?" +msgstr "" + +#: scans2pdf_gui/qml/detail.qml:437 +msgid "Save default settings" +msgstr "" + +#: scans2pdf_gui/qml/overview.qml:30 +msgid "Open" +msgstr "" + +#: scans2pdf_gui/qml/overview.qml:32 +msgid "Images" +msgstr "" + +#: scans2pdf_gui/qml/overview.qml:33 +msgid "All files" +msgstr "" + +#: scans2pdf_gui/qml/overview.qml:42 +msgid "Save" +msgstr "" + +#: scans2pdf_gui/qml/overview.qml:43 +msgid "PDF" +msgstr "" + +#: scans2pdf_gui/qml/overview.qml:75 +msgid "Failed to create PDF" +msgstr "" + +#: scans2pdf_gui/qml/overview.qml:91 +msgid "Close" +msgstr "" + +#: scans2pdf_gui/qml/overview.qml:108 +msgid "Saving…" +msgstr "" + +#: scans2pdf_gui/qml/overview.qml:121 +msgid "Cancel" +msgstr "" + +#: scans2pdf_gui/qml/overview.qml:140 +msgid "Create" +msgstr "" From 22ef5a8886a4a270ae8a84f0d1f535637b861ee5 Mon Sep 17 00:00:00 2001 From: Arif Budiman Date: Fri, 3 Apr 2026 13:05:43 +0200 Subject: [PATCH 2/2] Translated using Weblate (Indonesian) Currently translated at 100.0% (41 of 41 strings) Translation: djpdf/djpdfgui Translate-URL: https://hosted.weblate.org/projects/djpdf/djpdfgui/id/ --- po/id.po | 92 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 51 insertions(+), 41 deletions(-) diff --git a/po/id.po b/po/id.po index a15fe51..5b0278d 100644 --- a/po/id.po +++ b/po/id.po @@ -7,30 +7,32 @@ msgstr "" "Project-Id-Version: djpdfgui\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-07-17 03:33+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2026-04-04 11:09+0000\n" +"Last-Translator: Arif Budiman \n" +"Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 5.17-dev\n" #: desktop/com.github.unrud.djpdf.desktop.in:4 #: desktop/com.github.unrud.djpdf.metainfo.xml.in:7 #: scans2pdf_gui/qml/main.qml:29 msgid "Scans to PDF" -msgstr "" +msgstr "Pindai ke PDF" #: desktop/com.github.unrud.djpdf.desktop.in:5 #: desktop/com.github.unrud.djpdf.metainfo.xml.in:8 msgid "Create small, searchable PDFs from scanned documents" -msgstr "" +msgstr "Buat PDF kecil yang dapat dicari dari dokumen hasil pindaian" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: desktop/com.github.unrud.djpdf.desktop.in:11 msgid "djpdf;OCR;convert;PDF;image;" -msgstr "" +msgstr "djpdf;OCR;konversi;PDF;gambar;" #: desktop/com.github.unrud.djpdf.metainfo.xml.in:10 msgid "" @@ -39,156 +41,164 @@ msgid "" "then compresses them separately. An invisible OCR text layer is added, " "making the PDF searchable." msgstr "" +"Buat PDF kecil yang dapat dicari dari dokumen hasil pindaian. Program ini " +"membagi gambar menjadi gambar latar depan bitonal (teks) dan gambar latar " +"belakang berwarna, lalu mengompresnya secara terpisah. Lapisan teks OCR tak " +"terlihat ditambahkan, membuat PDF dapat dicari." #: desktop/com.github.unrud.djpdf.metainfo.xml.in:16 msgid "" "Color and grayscale scans need some preparation for good results. " "Recommended tools are Scan Tailor or GIMP." msgstr "" +"Pindaian berwarna dan skala abu-abu memerlukan beberapa persiapan untuk " +"hasil yang baik. Alat yang direkomendasikan adalah Scan Tailor atau GIMP." #: desktop/com.github.unrud.djpdf.metainfo.xml.in:20 msgid "A GUI and command line interface are included." -msgstr "" +msgstr "Antarmuka GUI dan baris perintah disertakan." #: scans2pdf_gui/qml/detail.qml:43 scans2pdf_gui/qml/detail.qml:253 #: scans2pdf_gui/qml/detail.qml:392 msgid "Remove" -msgstr "" +msgstr "Hapus" #: scans2pdf_gui/qml/detail.qml:66 msgid "Please choose a color" -msgstr "" +msgstr "Silakan pilih warna" #: scans2pdf_gui/qml/detail.qml:98 msgid "DPI:" -msgstr "" +msgstr "DPI:" #: scans2pdf_gui/qml/detail.qml:103 msgid "auto" -msgstr "" +msgstr "otomatis" #: scans2pdf_gui/qml/detail.qml:113 msgid "Background color:" -msgstr "" +msgstr "Warna latar belakang:" #: scans2pdf_gui/qml/detail.qml:138 msgid "Background" -msgstr "" +msgstr "Latar Belakang" #: scans2pdf_gui/qml/detail.qml:155 msgid "Resize:" -msgstr "" +msgstr "Ubah ukuran:" #: scans2pdf_gui/qml/detail.qml:172 scans2pdf_gui/qml/detail.qml:269 msgid "Compression:" -msgstr "" +msgstr "Kompresi:" #: scans2pdf_gui/qml/detail.qml:193 msgid "Quality:" -msgstr "" +msgstr "Kualitas:" #: scans2pdf_gui/qml/detail.qml:212 msgid "Foreground" -msgstr "" +msgstr "Latar Depan" #: scans2pdf_gui/qml/detail.qml:229 scans2pdf_gui/qml/detail.qml:369 msgid "Colors:" -msgstr "" +msgstr "Warna:" #: scans2pdf_gui/qml/detail.qml:260 msgid "No colors" -msgstr "" +msgstr "Tanpa warna" #: scans2pdf_gui/qml/detail.qml:260 scans2pdf_gui/qml/detail.qml:399 msgid "Add" -msgstr "" +msgstr "Tambah" #: scans2pdf_gui/qml/detail.qml:290 msgid "JBIG2 Threshold:" -msgstr "" +msgstr "Ambang Batas JBIG2:" #: scans2pdf_gui/qml/detail.qml:314 msgid "Warning" -msgstr "" +msgstr "Peringatan" #: scans2pdf_gui/qml/detail.qml:319 msgid "" "Lossy JBIG2 compression can alter text in a way that is not noticeable as " "corruption (e.g. the numbers '6' and '8' get replaced)" msgstr "" +"Kompresi JBIG2 lossy dapat mengubah teks dengan cara yang tidak terlihat " +"sebagai kerusakan (mis. angka '6' dan '8' dapat tergantikan)" #: scans2pdf_gui/qml/detail.qml:329 msgid "OCR" -msgstr "" +msgstr "OCR" #: scans2pdf_gui/qml/detail.qml:348 msgid "Language" -msgstr "" +msgstr "Bahasa" #: scans2pdf_gui/qml/detail.qml:399 msgid "All colors" -msgstr "" +msgstr "Semua warna" #: scans2pdf_gui/qml/detail.qml:410 msgid "Apply to all" -msgstr "" +msgstr "Terapkan ke semua" #: scans2pdf_gui/qml/detail.qml:416 msgid "Apply to following" -msgstr "" +msgstr "Terapkan ke berikutnya" #: scans2pdf_gui/qml/detail.qml:424 msgid "Load default settings" -msgstr "" +msgstr "Muat pengaturan default" #: scans2pdf_gui/qml/detail.qml:430 msgid "Overwrite?" -msgstr "" +msgstr "Timpa?" #: scans2pdf_gui/qml/detail.qml:431 msgid "Replace default settings?" -msgstr "" +msgstr "Ganti pengaturan default?" #: scans2pdf_gui/qml/detail.qml:437 msgid "Save default settings" -msgstr "" +msgstr "Simpan pengaturan default" #: scans2pdf_gui/qml/overview.qml:30 msgid "Open" -msgstr "" +msgstr "Buka" #: scans2pdf_gui/qml/overview.qml:32 msgid "Images" -msgstr "" +msgstr "Gambar" #: scans2pdf_gui/qml/overview.qml:33 msgid "All files" -msgstr "" +msgstr "Semua file" #: scans2pdf_gui/qml/overview.qml:42 msgid "Save" -msgstr "" +msgstr "Simpan" #: scans2pdf_gui/qml/overview.qml:43 msgid "PDF" -msgstr "" +msgstr "PDF" #: scans2pdf_gui/qml/overview.qml:75 msgid "Failed to create PDF" -msgstr "" +msgstr "Gagal membuat PDF" #: scans2pdf_gui/qml/overview.qml:91 msgid "Close" -msgstr "" +msgstr "Tutup" #: scans2pdf_gui/qml/overview.qml:108 msgid "Saving…" -msgstr "" +msgstr "Menyimpan…" #: scans2pdf_gui/qml/overview.qml:121 msgid "Cancel" -msgstr "" +msgstr "Batal" #: scans2pdf_gui/qml/overview.qml:140 msgid "Create" -msgstr "" +msgstr "Buat"