mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-09-14 12:42:08 +02:00
translationsNew (#5015)
# Description of Changes <!-- Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --> --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### Translations (if applicable) - [ ] I ran [`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing) for more details.
This commit is contained in:
@@ -317,6 +317,46 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"preferences": {
|
||||
"title": "Preferensi"
|
||||
},
|
||||
"workspace": {
|
||||
"title": "Ruang kerja",
|
||||
"people": "Anggota",
|
||||
"teams": "Tim"
|
||||
},
|
||||
"configuration": {
|
||||
"title": "Konfigurasi",
|
||||
"systemSettings": "Pengaturan Sistem",
|
||||
"features": "Fitur",
|
||||
"endpoints": "Endpoint",
|
||||
"database": "Database",
|
||||
"advanced": "Lanjutan"
|
||||
},
|
||||
"securityAuth": {
|
||||
"title": "Keamanan & Autentikasi",
|
||||
"security": "Keamanan",
|
||||
"connections": "Koneksi"
|
||||
},
|
||||
"licensingAnalytics": {
|
||||
"title": "Lisensi & Analitik",
|
||||
"plan": "Paket",
|
||||
"audit": "Audit",
|
||||
"usageAnalytics": "Analitik Penggunaan"
|
||||
},
|
||||
"policiesPrivacy": {
|
||||
"title": "Kebijakan & Privasi",
|
||||
"legal": "Legal",
|
||||
"privacy": "Privasi"
|
||||
},
|
||||
"developer": {
|
||||
"title": "Pengembang",
|
||||
"apiKeys": "Kunci API"
|
||||
},
|
||||
"tooltips": {
|
||||
"enableLoginFirst": "Aktifkan mode login terlebih dahulu",
|
||||
"requiresEnterprise": "Memerlukan lisensi Enterprise"
|
||||
},
|
||||
"connection": {
|
||||
"title": "Mode Koneksi",
|
||||
"mode": {
|
||||
@@ -373,7 +413,13 @@
|
||||
"hideUnavailableConversionsDescription": "Hapus opsi konversi yang dinonaktifkan di alat Convert alih-alih menampilkannya pudar."
|
||||
},
|
||||
"hotkeys": {
|
||||
"title": "Pintasan Keyboard",
|
||||
"description": "Sesuaikan pintasan keyboard untuk akses cepat ke alat. Klik \"Change shortcut\" dan tekan kombinasi tombol baru. Tekan Esc untuk membatalkan.",
|
||||
"errorConflict": "Pintasan sudah digunakan oleh {{tool}}.",
|
||||
"errorModifier": {
|
||||
"mac": "Sertakan ⌘ (Command), ⌥ (Option), atau modifier lainnya dalam pintasan Anda.",
|
||||
"windows": "Sertakan Ctrl, Alt, atau modifier lainnya dalam pintasan Anda."
|
||||
},
|
||||
"searchPlaceholder": "Cari alat...",
|
||||
"none": "Tidak ditetapkan",
|
||||
"customBadge": "Kustom",
|
||||
@@ -4036,7 +4082,8 @@
|
||||
},
|
||||
"languages": {
|
||||
"label": "Bahasa yang Tersedia",
|
||||
"description": "Bahasa yang dapat dipilih pengguna (biarkan kosong untuk mengaktifkan semua bahasa)"
|
||||
"description": "Bahasa yang dapat dipilih pengguna (biarkan kosong untuk mengaktifkan semua bahasa)",
|
||||
"placeholder": "Pilih bahasa"
|
||||
},
|
||||
"customMetadata": {
|
||||
"label": "Metadata Kustom",
|
||||
@@ -4061,7 +4108,9 @@
|
||||
"label": "Gaya Logo",
|
||||
"description": "Pilih antara logo minimalis modern atau ikon S klasik",
|
||||
"classic": "Klasik",
|
||||
"modern": "Modern"
|
||||
"classicAlt": "Logo klasik",
|
||||
"modern": "Modern",
|
||||
"modernAlt": "Logo modern"
|
||||
},
|
||||
"customPaths": {
|
||||
"label": "Jalur Kustom",
|
||||
@@ -4968,7 +5017,16 @@
|
||||
"config": {
|
||||
"overview": {
|
||||
"title": "Konfigurasi Aplikasi",
|
||||
"description": "Pengaturan dan detail konfigurasi aplikasi saat ini."
|
||||
"description": "Pengaturan dan detail konfigurasi aplikasi saat ini.",
|
||||
"loading": "Memuat konfigurasi...",
|
||||
"error": "Error",
|
||||
"warning": "Peringatan Konfigurasi",
|
||||
"sections": {
|
||||
"basic": "Konfigurasi Dasar",
|
||||
"security": "Konfigurasi Keamanan",
|
||||
"system": "Konfigurasi Sistem",
|
||||
"integration": "Konfigurasi Integrasi"
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"overview": {
|
||||
@@ -5342,6 +5400,7 @@
|
||||
"description": "Kelola tim dan atur anggota ruang kerja",
|
||||
"loading": "Memuat tim...",
|
||||
"loadingDetails": "Memuat rincian tim...",
|
||||
"loadError": "Gagal memuat detail tim",
|
||||
"createNewTeam": "Buat Tim Baru",
|
||||
"teamName": "Nama Tim",
|
||||
"totalMembers": "Total Anggota",
|
||||
@@ -5544,6 +5603,7 @@
|
||||
},
|
||||
"payment": {
|
||||
"preparing": "Menyiapkan checkout Anda...",
|
||||
"redirecting": "Mengalihkan ke checkout aman...",
|
||||
"upgradeTitle": "Tingkatkan ke {{planName}}",
|
||||
"success": "Pembayaran Berhasil!",
|
||||
"successMessage": "Langganan Anda telah berhasil diaktifkan. Anda akan segera menerima email konfirmasi.",
|
||||
|
||||
Reference in New Issue
Block a user