|
| 1 | +# The layout text of site |
| 2 | + |
| 3 | +# ----- Commons label ----- |
| 4 | + |
| 5 | +layout: |
| 6 | + post: Postingan |
| 7 | + category: Kategori |
| 8 | + tag: Tagar |
| 9 | + |
| 10 | +# The tabs of sidebar |
| 11 | +tabs: |
| 12 | + # format: <filename_without_extension>: <value> |
| 13 | + home: Beranda |
| 14 | + categories: Kategori |
| 15 | + tags: Tagar |
| 16 | + archives: Arsip |
| 17 | + about: Tentang |
| 18 | + |
| 19 | +# the text displayed in the search bar & search results |
| 20 | +search: |
| 21 | + hint: Cari |
| 22 | + cancel: Batal |
| 23 | + no_results: Ups! Tidak ada hasil yang ditemukan. |
| 24 | + |
| 25 | +panel: |
| 26 | + lastmod: Postingan Terbaru |
| 27 | + trending_tags: Tagar Terpopuler |
| 28 | + toc: Konten |
| 29 | + |
| 30 | +# The liquid date format › http://strftime.net/ |
| 31 | +date_format: |
| 32 | + tooltip: "%a, %e %b, %Y, %l:%M %p" |
| 33 | + post: |
| 34 | + long: "%e %b, %Y" |
| 35 | + short: "%e %b" |
| 36 | + archive_month: "%b" |
| 37 | + |
| 38 | +copyright: |
| 39 | + # Shown at the bottom of the post |
| 40 | + license: |
| 41 | + template: Postingan ini dilisensikan di bawah :LICENSE_NAME oleh penulis. |
| 42 | + name: CC BY 4.0 |
| 43 | + link: https://creativecommons.org/licenses/by/4.0/ |
| 44 | + |
| 45 | + # Displayed in the footer |
| 46 | + brief: Sebagian konten dilindungi. |
| 47 | + verbose: >- |
| 48 | + Kecuali jika dinyatakan, Postingan blog di situs ini dilisensikan |
| 49 | + di bawah Lisensi Creative Commons Attribution 4.0 International (CC BY 4.0) oleh penulis. |
| 50 | +
|
| 51 | +meta: Didukung oleh :PLATFORM dengan tema :THEME. |
| 52 | + |
| 53 | +not_found: |
| 54 | + statment: Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada. |
| 55 | + hint_template: :HEAD_BAK untuk mencoba mencari kembali, atau cari di :ARCHIVES_PAGE. |
| 56 | + head_back: Kembali ke Beranda |
| 57 | + archives_page: Halaman Arsip |
| 58 | + |
| 59 | +# ----- Posts related labels ----- |
| 60 | + |
| 61 | +post: |
| 62 | + published: "pada" |
| 63 | + updated: Diperbarui |
| 64 | + timeago: |
| 65 | + day: hari yang lalu |
| 66 | + hour: jam yang lalu |
| 67 | + minute: menit yang lalu |
| 68 | + just_now: baru saja |
| 69 | + words: kata |
| 70 | + pageview_measure: dilihat |
| 71 | + read_time: |
| 72 | + unit: menit |
| 73 | + prompt: baca |
| 74 | + relate_posts: Postingan Lainya |
| 75 | + share: Bagikan |
| 76 | + button: |
| 77 | + next: Terbaru |
| 78 | + previous: Terlama |
| 79 | + copy: Disalin! |
| 80 | + # pinned prompt of posts list on homepage |
| 81 | + pin_prompt: Disematkan |
| 82 | + |
| 83 | +# categories page |
| 84 | +categories: |
| 85 | + category_measure: kategori |
| 86 | + post_measure: Postingan |
0 commit comments