1+ <!--
2+ Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>
3+
4+ Permission is hereby granted, free of charge, to any person obtaining a copy
5+ of this software and associated documentation files (the "Software"), to
6+ deal in the Software without restriction, including without limitation the
7+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8+ sell copies of the Software, and to permit persons to whom the Software is
9+ furnished to do so, subject to the following conditions:
10+
11+ The above copyright notice and this permission notice shall be included in
12+ all copies or substantial portions of the Software.
13+
14+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+ FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
17+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
20+ IN THE SOFTWARE.
21+ -->
22+
23+ <!-- Translations: bahasa - id (Indonesia) -->
24+ {% macro t(key) %}{{ {
25+ "language": "id",
26+ "action.edit": "Ubah halaman ini",
27+ "action.skip": "Lewati ke isi",
28+ "action.view": "Lihat sumber halaman ini",
29+ "announce.dismiss": "Jangan lihat ini lagi",
30+ "blog.archive": "Arsip",
31+ "blog.categories": "Kategori",
32+ "blog.categories.in": "dalam",
33+ "blog.continue": "Lanjut membaca",
34+ "blog.draft": "Draf",
35+ "blog.index": "Kembali ke indeks",
36+ "blog.meta": "Metadata",
37+ "blog.references": "Tautan yang berhubungan",
38+ "clipboard.copy": "Salin ke clipboard",
39+ "clipboard.copied": "Tersalin ke clipboard",
40+ "consent.accept": "Terima",
41+ "consent.manage": "Kelola pengaturan",
42+ "consent.reject": "Tolak",
43+ "footer": "Footer",
44+ "footer.next": "Selanjutnya",
45+ "footer.previous": "Sebelumnya",
46+ "header": "Header",
47+ "meta.comments": "Komentar",
48+ "meta.source": "Sumber",
49+ "nav": "Navigasi",
50+ "readtime.one": "1 menit baca",
51+ "readtime.other": "# menit baca",
52+ "rss.created": "Umpan RSS",
53+ "rss.updated": "Umpan RSS dari konten yang diperbarui",
54+ "search": "Cari",
55+ "search.config.pipeline": " ",
56+ "search.placeholder": "Cari",
57+ "search.share": "Bagikan",
58+ "search.reset": "Kosongkan",
59+ "search.result.initializer": "Mempersiapkan pencarian",
60+ "search.result.placeholder": "Ketik untuk mulai pencarian",
61+ "search.result.none": "Tidak ada dokumen yang sesuai",
62+ "search.result.one": "1 dokumen ditemukan",
63+ "search.result.other": "# dokumen ditemukan",
64+ "search.result.more.one": "1 lagi di halaman ini",
65+ "search.result.more.other": "# lagi di halaman ini",
66+ "search.result.term.missing": "Tidak ada",
67+ "select.language": "Pilih bahasa",
68+ "select.version": "Pilih versi",
69+ "source": "Ke repositori",
70+ "source.file.contributors": "Kontributor",
71+ "source.file.date.created": "Dibuat",
72+ "source.file.date.updated": "Pembaruan terakhir",
73+ "tabs": "Tab",
74+ "toc": "Daftar isi",
75+ "top": "Kembali ke atas"
76+ }[key] }}{% endmacro %}
0 commit comments