Welcome to mirror list, hosted at ThFree Co, Russian Federation.

id.toml « i18n - gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f28ee48bbb3c28cf06bfdd8d6ee0234d07f7b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# Header & Footer

[ariaMainMenu]
other = "Menu Utama."

[changeAccent]
other = "Ganti aksen warna."

[changeMode]
other = "Ubah ke mode terang/gelap."

[noscript]
other = "Tidak dapat mengeksekusi JavaScript, beberapa fitur tidak tersedia."


# Pages

[anchorFor]
other = "Jangkar untuk"

[tableOfContents]
other = "Konten"

[publishedOn]
other = "Diterbitkan pada"

[lastUpdatedOn]
other = "Diperbaharui pada"

# Footnotes

[references]
other = "Referensi"

[seeFootnotes]
other = "Lihat catatan kaki."

[return]
other = "Kembali"

[returnToText]
other = "Kembali ke teks"


# Contact form

[name]
other = "Nama"

[subject]
other = "Subjek"

[message]
other = "Pesan"

[submit]
other = "Kirim"


# List (layout)

[tag]
other = "Tag"

[tags]
other = "Tags"

[category]
other = "Kategori"

[categories]
other = "Kategori"

[ariaPagination]
other = "Navigasi paginasi"

[ariaGoToPage]
other = "Ke halaman {{ .PageNumber }}."

[ariaGoToFirst]
other = "Ke halaman pertama"

[ariaGoToNext]
other = "Ke halaman berikut"

[ariaGoToPrev]
other = "Ke halaman sebelum"

[ariaGoToLast]
other = "Ke halaman terakhir"


# List (meta tags)

[page]
other = "halaman"

[of]
other = "dari"

[posts]
other = "Posts"

[postsUnderTag]
other = "Posts didalam tag \"{{ .Title }}\"."

[postsUnderCategory]
other = "Posts didalam kategori \"{{ .Title }}\"."

[pageContaining]
other = "Halaman yang berisi"


# Search form

[searchLabel]
other = "Cari"

[searchAriaButton]
other = "Jalankan pencarian"

[searchInput]
other = "Bidang pencarian. Terima dari {{ .minLength }} sampai {{ .maxLength }} karakter."


# Search results page

[searchNoPageFound]
other = "Halaman tidak ditemukan"

[searchResultsFor]
other = "Hasil pencarian untuk"

[searchOnePageFound]
other = "Satu halaman ditemukan"

[searchPagesFound]
other = "Beberapa halaman ditemukan"

[searchProcessing]
other = "Memproses pencarian..."

[searchAwaitingSearch]
other = "Menunggu pencarian"

[searchTooMany]
other = "Terlalu banyak halaman ditemukan. Coba ulangi pencarian dengan isi yang berbeda."


# Translations

[alsoAvailable]
other = "Juga tersedia dalam"

[and]
other = " dan "


# Misc

[missingCodec]
other = "Browser ini tidak mendukung HTML5 audio/video"

[boxContainingCode]
other = "Kotak berisi sampel kode"

[boxContainingExpression]
other = "Kotak berisi ekspresi"