@azure-id/orc 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "hookui.title": "CLI Hook Interface",
3
- "hookui.sub": "Build the ORC status line. Three lines. Each line holds 1 to 5 parts.",
3
+ "hookui.sub": "Build the ORC status line. Three lines. Each line holds up to five parts.",
4
4
  "hookui.noData": "The status line cannot be read.",
5
5
  "hookui.gate": "Status",
6
6
  "hookui.on": "on",
@@ -12,70 +12,146 @@
12
12
  "hookui.turnOff": "Disable",
13
13
  "hookui.switchFailed": "The switch could not be changed.",
14
14
  "hookui.cautions": "Cautions",
15
+
15
16
  "hookui.preview": "Preview",
17
+ "hookui.previewAbout": "This is the bar, drawn exactly as your terminal will draw it. The buttons on the right set how wide the terminal is, in character cells: 80 is a narrow window, 120 is a normal one, 160 is a wide one. Parts you told to hide on a narrow terminal disappear at 80.",
18
+ "hookui.previewStale": "You have changes that are not saved yet. This picture shows the saved layout. Press Apply at the bottom of the page to put your changes in it.",
16
19
  "hookui.previewUnavailable": "The preview cannot be drawn until the layout is valid.",
20
+ "hookui.fixturesAbout": "Pick a moment to draw. The bar looks different when a run is going, when the quota is nearly gone, and when nothing is happening — so you can check all of them here.",
21
+ "hookui.cols": "{n} cell wide",
22
+ "hookui.colsPlural": "{n} cells wide",
17
23
  "hookui.degrades": "The same layout, in the three forms a terminal can force.",
18
24
  "hookui.degNoColor": "no colour",
19
25
  "hookui.degAscii": "plain text",
20
26
  "hookui.degNoMotion": "no motion",
21
27
  "hookui.cells": "{n} cell wide",
22
28
  "hookui.cellsPlural": "{n} cells wide",
29
+
23
30
  "hookui.board": "The board",
31
+ "hookui.boardAbout": "This is your bar. Drag a part to move it, or use the buttons on it. Add, change, move and remove all happen here — the list further down is only there to tell you what each part shows.",
32
+ "hookui.dragHint": "Drag a part by its handle to move it inside a line or on to another line. Or press Tab to reach a part and use the arrow keys.",
24
33
  "hookui.lineN": "Line {n}",
25
34
  "hookui.lineNPlural": "Line {n}",
35
+ "hookui.slotsUsed": "{n} of {max} slots used",
36
+ "hookui.slotsUsedPlural": "{n} of {max} slots used",
26
37
  "hookui.add": "+ add a part",
27
- "hookui.addTo": "+ line {n}",
28
- "hookui.addToPlural": "+ line {n}",
29
- "hookui.toLine": "line {n}",
30
- "hookui.toLinePlural": "line {n}",
31
38
  "hookui.fillFirst": "Put something on line {n} first.",
32
- "hookui.lineFull": "Line {n} is full.",
39
+ "hookui.lineFull": "Line {n} is full. It already holds {max} parts. Take one off first.",
40
+ "hookui.noSuchLine": "There is no such line on this board.",
41
+ "hookui.applyFirst": "Apply or discard your changes first.",
42
+
33
43
  "hookui.separator": "Between parts",
34
- "hookui.sepChange": "line {n} separator = \"{s}\"",
35
- "hookui.moveLeft": "Move left",
36
- "hookui.moveRight": "Move right",
37
- "hookui.edit": "Change this part",
38
- "hookui.remove": "Take this part off",
39
- "hookui.removed": "{id} removed",
40
- "hookui.moved": "{id} moved to line {n}",
41
- "hookui.added": "{id} added to line {n}",
44
+ "hookui.sepCustom": "your own: {s}",
45
+ "hookui.opSep": "line {n}: parts separated by {s}",
46
+
47
+ "hookui.edit": "Change",
48
+ "hookui.move": "Move",
49
+ "hookui.remove": "Remove",
50
+ "hookui.swap": "Use a different part in this slot",
51
+
52
+ "hookui.opAdd": "add {id} to line {n}",
53
+ "hookui.opRemove": "remove {id}",
54
+ "hookui.opMove": "move {id} to line {n}",
55
+ "hookui.opClone": "copy {id}",
56
+ "hookui.opSwap": "use {id} in this slot",
57
+
58
+ "hookui.pickerTitle": "Add a part to line {n}",
59
+ "hookui.pickerTitlePlural": "Add a part to line {n}",
60
+ "hookui.pickerAbout": "Pick one. It goes on the end of line {n}. Nothing is saved until you press Apply.",
61
+ "hookui.pickerAboutPlural": "Pick one. It goes on the end of line {n}. Nothing is saved until you press Apply.",
62
+ "hookui.pickerReplaceTitle": "Use a different part",
63
+ "hookui.pickerReplaceAbout": "Pick the part that should sit in this slot instead. The slot keeps its place on the line.",
64
+ "hookui.searchPlaceholder": "search",
65
+ "hookui.matches": "{n} match",
66
+ "hookui.matchesPlural": "{n} matches",
67
+ "hookui.noMatch": "Nothing matches that.",
68
+
69
+ "hookui.moveTitle": "Move this part",
70
+ "hookui.moveAbout": "Pick where {id} should go. Slot 1 is the far left of a line.",
71
+ "hookui.slotN": "slot {n}",
72
+ "hookui.slotNPlural": "slot {n}",
73
+ "hookui.alreadyHere": "It is already here.",
74
+
75
+ "hookui.removeTitle": "Remove this part?",
76
+ "hookui.removeAbout": "{id} comes off the bar. Nothing is saved until you press Apply, so you can still discard this.",
77
+
42
78
  "hookui.unknownComponent": "This ORC version does not have this part.",
43
79
  "hookui.shape": "Shape",
80
+ "hookui.shapeAbout": "How this part is drawn. Every option below is drawn with this part's real value, so you can see it before you choose. Picking one closes this window.",
44
81
  "hookui.shapeChange": "{id} shape = {r}",
45
82
  "hookui.glyphs": "Symbols",
83
+ "hookui.glyphsAbout": "Which set of symbols the bars and marks are drawn from. Some terminals and fonts cannot draw all of them.",
46
84
  "hookui.glyphChange": "{id} symbols = {v}",
47
85
  "hookui.words": "Words",
86
+ "hookui.wordsAbout": "The text around the value.",
48
87
  "hookui.label": "Name",
88
+ "hookui.labelAbout": "The short word printed in front of the value. Leave it empty to print no name at all.",
49
89
  "hookui.labelPlaceholder": "type any name",
50
90
  "hookui.labelChange": "{id} name = \"{v}\"",
51
91
  "hookui.case": "Letters",
92
+ "hookui.caseAbout": "Whether the name is printed in capitals, in small letters, or exactly as you typed it.",
52
93
  "hookui.caseChange": "{id} letters = {v}",
94
+ "hookui.before": "Before",
95
+ "hookui.beforeAbout": "Text printed immediately before this part. Use it for a bracket or a space.",
96
+ "hookui.beforeChange": "{id} before = \"{v}\"",
97
+ "hookui.after": "After",
98
+ "hookui.afterAbout": "Text printed immediately after this part.",
99
+ "hookui.afterChange": "{id} after = \"{v}\"",
100
+
53
101
  "hookui.colour": "Colour",
102
+ "hookui.colourAbout": "Which colour slot your terminal should paint this part with. ORC never sends a fixed colour, so the bar always follows your own terminal colours.",
54
103
  "hookui.labelColour": "Name colour",
104
+ "hookui.labelColourAbout": "The colour of the short word in front of the value.",
55
105
  "hookui.valueColour": "Value colour",
106
+ "hookui.valueColourAbout": "The colour of the value itself.",
56
107
  "hookui.colourChange": "{id} colour = {v}",
57
108
  "hookui.ramp": "Colour by value",
109
+ "hookui.rampAbout": "Let the colour change with the number, so a bar turns as it fills. Each option says which direction is the bad one.",
58
110
  "hookui.rampChange": "{id} colour by value = {v}",
59
111
  "hookui.stateColourWarn": "This part says something with its colour ({s}). A fixed colour hides that.",
60
112
  "hookui.emphasis": "Weight",
113
+ "hookui.emphasisAbout": "Bold, faint, or one of the other things a terminal can do to text.",
61
114
  "hookui.emphasisChange": "{id} weight = {v}",
62
- "hookui.fontWhy": "Your terminal owns the font size. ORC cannot change it. Bold looks bigger and dim looks smaller. To make a part take more room, give it more cells.",
115
+ "hookui.fontWhy": "Your terminal owns the font size. ORC cannot change it. Bold looks bigger and faint looks smaller. To make a part take more room, give it more cells.",
116
+
63
117
  "hookui.numbers": "Numbers",
118
+ "hookui.numbersAbout": "How the number itself is printed.",
64
119
  "hookui.format": "Form",
120
+ "hookui.formatAbout": "Print the number as a share of the whole, as one number out of another, or on its own.",
65
121
  "hookui.formatChange": "{id} form = {v}",
66
122
  "hookui.compact": "Short form",
123
+ "hookui.compactAbout": "Shorten a big number, so 412000 is printed in three characters instead of six.",
67
124
  "hookui.compactChange": "{id} short form = {v}",
68
- "hookui.minWidthWarn": "A number that changes width pushes everything to its right. Set a minimum width to stop that.",
69
- "hookui.whenToShow": "When to show",
125
+ "hookui.minWidth": "Least width",
126
+ "hookui.minWidthWarn": "A number that changes width pushes everything to its right. Set a least width — in cells — and the number is padded so nothing moves.",
127
+ "hookui.minWidthChange": "{id} least width = {v}",
128
+ "hookui.precision": "Decimals",
129
+ "hookui.precisionAbout": "How many digits after the point. 0 prints a whole number.",
130
+ "hookui.precisionChange": "{id} decimals = {v}",
131
+ "hookui.width": "Cells",
132
+ "hookui.widthWhy": "How many character cells the bar is drawn in. More cells is the only kind of bigger a terminal has.",
133
+ "hookui.widthChange": "{id} cells = {v}",
134
+
135
+ "hookui.whenToShow": "When to hide",
136
+ "hookui.whenToShowAbout": "Tick every case in which this part should disappear. Tick nothing and it is always drawn, even when it has nothing to say.",
70
137
  "hookui.hideChange": "{id} hide when = {v}",
138
+
139
+ "hookui.narrow": "On a narrow terminal",
140
+ "hookui.narrowAbout": "What happens to this part when the window is too small for the whole line.",
141
+ "hookui.minCols": "Show above",
142
+ "hookui.minColsAbout": "Hide this part when the terminal is narrower than this many cells. 0 means never hide it.",
143
+ "hookui.minColsChange": "{id} show above {v} columns",
144
+ "hookui.priority": "Drop order",
145
+ "hookui.priorityWhy": "When the line does not fit, 1 goes first and 5 goes last. You choose what survives, not the right edge.",
146
+ "hookui.priorityChange": "{id} drop order = {v}",
71
147
  "hookui.explain": "Where these came from",
72
148
  "hookui.explainFailed": "That cannot be read right now.",
73
- "hookui.palette": "Parts you can add",
74
- "hookui.searchPlaceholder": "search",
75
- "hookui.matches": "{n} match",
76
- "hookui.matchesPlural": "{n} matches",
77
- "hookui.noMatch": "Nothing matches that.",
149
+
150
+ "hookui.reference": "What each part shows",
151
+ "hookui.referenceAbout": "A list of every part ORC can draw, and what it means. This list adds nothing — to put a part on the bar, use \"+ add a part\" on the board above.",
152
+
78
153
  "hookui.presets": "Ready-made layouts",
154
+ "hookui.presetsAbout": "A whole bar somebody already designed. Using one replaces everything you have.",
79
155
  "hookui.active": "in use",
80
156
  "hookui.apply": "Use this",
81
157
  "hookui.applyTitle": "Use \"{name}\"?",
@@ -84,34 +160,19 @@
84
160
  "hookui.resetLayout": "Start again",
85
161
  "hookui.resetTitle": "Start again?",
86
162
  "hookui.resetWarn": "This REPLACES your layout with ORC's built-in one. Every part you placed is removed. This cannot be undone.",
163
+
87
164
  "hookui.advanced": "More",
88
165
  "hookui.theme": "Colour set",
166
+ "hookui.themeAbout": "One choice that colours the whole bar at once. It picks colour slots, never fixed colours, so the bar still follows your terminal.",
167
+ "hookui.themeOverride": "A part with its own colour keeps it. Open that part and set its colour back to the shared one if you want the set to reach it.",
89
168
  "hookui.themeChange": "colour set = {v}",
169
+ "hookui.glyphsDocAbout": "The symbol set every part starts from. A part can still be given its own.",
170
+ "hookui.glyphsDocChange": "symbols = {v}",
90
171
  "hookui.recompile": "Rebuild",
91
172
  "hookui.recompiled": "Rebuilt.",
92
173
  "hookui.recompileFailed": "The rebuild failed.",
93
174
  "hookui.compileNote": "ORC rebuilds the layout after every change, so you never have to. This button is for after you upgrade ORC.",
94
- "hookui.clone": "Copy",
95
- "hookui.cloned": "{id} copied",
96
- "hookui.expand": "Split",
97
- "hookui.expanded": "{id} split into its parts",
98
- "hookui.minWidth": "Least width",
99
- "hookui.minWidthChange": "{id} least width = {v}",
100
- "hookui.precision": "Decimals",
101
- "hookui.precisionChange": "{id} decimals = {v}",
102
- "hookui.width": "Cells",
103
- "hookui.widthChange": "{id} cells = {v}",
104
- "hookui.widthWhy": "More cells is the only kind of bigger a terminal has.",
105
- "hookui.before": "Before",
106
- "hookui.beforeChange": "{id} before = \"{v}\"",
107
- "hookui.after": "After",
108
- "hookui.afterChange": "{id} after = \"{v}\"",
109
- "hookui.narrow": "On a narrow terminal",
110
- "hookui.minCols": "Show above",
111
- "hookui.minColsChange": "{id} show above {v} columns",
112
- "hookui.priority": "Drop order",
113
- "hookui.priorityChange": "{id} drop order = {v}",
114
- "hookui.priorityWhy": "When the line does not fit, 1 goes first and 5 goes last. You choose what survives, not the right edge.",
175
+
115
176
  "hookui.boardStatus": "The status line",
116
177
  "hookui.boardSubagent": "One row per agent",
117
178
  "hookui.boardStatusSub": "The two lines at the bottom of your terminal.",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "hookui.title": "Antarmuka CLI Hook",
3
- "hookui.sub": "Bangun baris status ORC. Tiga baris. Tiap baris memuat 1 sampai 5 bagian.",
3
+ "hookui.sub": "Bangun baris status ORC. Tiga baris. Tiap baris memuat sampai lima bagian.",
4
4
  "hookui.noData": "Baris status tidak dapat dibaca.",
5
5
  "hookui.gate": "Status",
6
6
  "hookui.on": "hidup",
@@ -12,108 +12,169 @@
12
12
  "hookui.turnOff": "Nonaktifkan",
13
13
  "hookui.switchFailed": "Saklar tidak dapat diubah.",
14
14
  "hookui.cautions": "Peringatan",
15
+
15
16
  "hookui.preview": "Pratinjau",
17
+ "hookui.previewAbout": "Inilah barisnya, digambar persis seperti yang akan digambar terminal Anda. Tombol di kanan mengatur lebar terminal, dalam sel karakter: 80 jendela sempit, 120 jendela biasa, 160 jendela lebar. Bagian yang Anda sembunyikan pada terminal sempit akan hilang di 80.",
18
+ "hookui.previewStale": "Ada perubahan yang belum disimpan. Gambar ini menampilkan tata letak yang tersimpan. Tekan Terapkan di bagian bawah halaman agar perubahan Anda masuk ke dalamnya.",
16
19
  "hookui.previewUnavailable": "Pratinjau tidak dapat digambar sampai tata letak sah.",
20
+ "hookui.fixturesAbout": "Pilih saat yang digambar. Baris terlihat berbeda ketika ada proses berjalan, ketika kuota hampir habis, dan ketika tidak ada apa-apa — jadi Anda bisa memeriksa semuanya di sini.",
21
+ "hookui.cols": "lebar {n} sel",
22
+ "hookui.colsPlural": "lebar {n} sel",
17
23
  "hookui.degrades": "Tata letak yang sama, dalam tiga bentuk yang dapat dipaksakan terminal.",
18
24
  "hookui.degNoColor": "tanpa warna",
19
25
  "hookui.degAscii": "teks polos",
20
26
  "hookui.degNoMotion": "tanpa gerak",
21
27
  "hookui.cells": "lebar {n} sel",
22
28
  "hookui.cellsPlural": "lebar {n} sel",
29
+
23
30
  "hookui.board": "Papan",
31
+ "hookui.boardAbout": "Inilah baris Anda. Seret sebuah bagian untuk memindahkannya, atau pakai tombol di atasnya. Menambah, mengubah, memindahkan dan menghapus semuanya terjadi di sini — daftar di bawah hanya memberi tahu apa isi tiap bagian.",
32
+ "hookui.dragHint": "Seret sebuah bagian dari pegangannya untuk memindahkannya di dalam satu baris atau ke baris lain. Atau tekan Tab untuk mencapai sebuah bagian lalu pakai tombol panah.",
24
33
  "hookui.lineN": "Baris {n}",
25
34
  "hookui.lineNPlural": "Baris {n}",
35
+ "hookui.slotsUsed": "{n} dari {max} slot terpakai",
36
+ "hookui.slotsUsedPlural": "{n} dari {max} slot terpakai",
26
37
  "hookui.add": "+ tambah bagian",
27
- "hookui.addTo": "+ baris {n}",
28
- "hookui.addToPlural": "+ baris {n}",
29
- "hookui.toLine": "baris {n}",
30
- "hookui.toLinePlural": "baris {n}",
31
- "hookui.fillFirst": "Isi baris {n} dulu.",
32
- "hookui.lineFull": "Baris {n} sudah penuh.",
33
- "hookui.separator": "Antar bagian",
34
- "hookui.sepChange": "pemisah baris {n} = \"{s}\"",
35
- "hookui.moveLeft": "Pindah ke kiri",
36
- "hookui.moveRight": "Pindah ke kanan",
37
- "hookui.edit": "Ubah bagian ini",
38
- "hookui.remove": "Lepas bagian ini",
39
- "hookui.removed": "{id} dilepas",
40
- "hookui.moved": "{id} pindah ke baris {n}",
41
- "hookui.added": "{id} ditambahkan ke baris {n}",
42
- "hookui.unknownComponent": "Versi ORC ini tidak punya bagian tersebut.",
38
+ "hookui.fillFirst": "Isi baris {n} lebih dulu.",
39
+ "hookui.lineFull": "Baris {n} penuh. Sudah memuat {max} bagian. Lepas satu dulu.",
40
+ "hookui.noSuchLine": "Tidak ada baris seperti itu di papan ini.",
41
+ "hookui.applyFirst": "Terapkan atau buang perubahan Anda lebih dulu.",
42
+
43
+ "hookui.separator": "Antara bagian",
44
+ "hookui.sepCustom": "milik Anda: {s}",
45
+ "hookui.opSep": "baris {n}: bagian dipisah dengan {s}",
46
+
47
+ "hookui.edit": "Ubah",
48
+ "hookui.move": "Pindah",
49
+ "hookui.remove": "Hapus",
50
+ "hookui.swap": "Pakai bagian lain di slot ini",
51
+
52
+ "hookui.opAdd": "tambah {id} ke baris {n}",
53
+ "hookui.opRemove": "hapus {id}",
54
+ "hookui.opMove": "pindah {id} ke baris {n}",
55
+ "hookui.opClone": "salin {id}",
56
+ "hookui.opSwap": "pakai {id} di slot ini",
57
+
58
+ "hookui.pickerTitle": "Tambah bagian ke baris {n}",
59
+ "hookui.pickerTitlePlural": "Tambah bagian ke baris {n}",
60
+ "hookui.pickerAbout": "Pilih satu. Bagian itu masuk ke ujung baris {n}. Tidak ada yang tersimpan sampai Anda menekan Terapkan.",
61
+ "hookui.pickerAboutPlural": "Pilih satu. Bagian itu masuk ke ujung baris {n}. Tidak ada yang tersimpan sampai Anda menekan Terapkan.",
62
+ "hookui.pickerReplaceTitle": "Pakai bagian lain",
63
+ "hookui.pickerReplaceAbout": "Pilih bagian yang seharusnya menempati slot ini. Slot tetap di tempatnya pada baris.",
64
+ "hookui.searchPlaceholder": "cari",
65
+ "hookui.matches": "{n} cocok",
66
+ "hookui.matchesPlural": "{n} cocok",
67
+ "hookui.noMatch": "Tidak ada yang cocok.",
68
+
69
+ "hookui.moveTitle": "Pindahkan bagian ini",
70
+ "hookui.moveAbout": "Pilih ke mana {id} harus pergi. Slot 1 adalah ujung kiri sebuah baris.",
71
+ "hookui.slotN": "slot {n}",
72
+ "hookui.slotNPlural": "slot {n}",
73
+ "hookui.alreadyHere": "Sudah ada di sini.",
74
+
75
+ "hookui.removeTitle": "Hapus bagian ini?",
76
+ "hookui.removeAbout": "{id} dilepas dari baris. Tidak ada yang tersimpan sampai Anda menekan Terapkan, jadi Anda masih bisa membatalkannya.",
77
+
78
+ "hookui.unknownComponent": "Versi ORC ini tidak memiliki bagian tersebut.",
43
79
  "hookui.shape": "Bentuk",
80
+ "hookui.shapeAbout": "Bagaimana bagian ini digambar. Setiap pilihan di bawah digambar dengan nilai asli bagian ini, jadi Anda bisa melihatnya sebelum memilih. Memilih satu akan menutup jendela ini.",
44
81
  "hookui.shapeChange": "bentuk {id} = {r}",
45
82
  "hookui.glyphs": "Simbol",
83
+ "hookui.glyphsAbout": "Dari kumpulan simbol mana batang dan tanda digambar. Sebagian terminal dan huruf tidak dapat menggambar semuanya.",
46
84
  "hookui.glyphChange": "simbol {id} = {v}",
47
85
  "hookui.words": "Kata",
86
+ "hookui.wordsAbout": "Teks di sekitar nilai.",
48
87
  "hookui.label": "Nama",
49
- "hookui.labelPlaceholder": "ketik nama apa saja",
88
+ "hookui.labelAbout": "Kata pendek yang dicetak di depan nilai. Kosongkan agar tidak ada nama sama sekali.",
89
+ "hookui.labelPlaceholder": "ketik nama apa pun",
50
90
  "hookui.labelChange": "nama {id} = \"{v}\"",
51
91
  "hookui.case": "Huruf",
92
+ "hookui.caseAbout": "Apakah nama dicetak dengan huruf besar, huruf kecil, atau persis seperti yang Anda ketik.",
52
93
  "hookui.caseChange": "huruf {id} = {v}",
94
+ "hookui.before": "Sebelum",
95
+ "hookui.beforeAbout": "Teks yang dicetak tepat sebelum bagian ini. Pakai untuk kurung atau spasi.",
96
+ "hookui.beforeChange": "sebelum {id} = \"{v}\"",
97
+ "hookui.after": "Sesudah",
98
+ "hookui.afterAbout": "Teks yang dicetak tepat sesudah bagian ini.",
99
+ "hookui.afterChange": "sesudah {id} = \"{v}\"",
100
+
53
101
  "hookui.colour": "Warna",
102
+ "hookui.colourAbout": "Slot warna mana yang harus dipakai terminal Anda untuk bagian ini. ORC tidak pernah mengirim warna tetap, jadi baris selalu mengikuti warna terminal Anda sendiri.",
54
103
  "hookui.labelColour": "Warna nama",
104
+ "hookui.labelColourAbout": "Warna kata pendek di depan nilai.",
55
105
  "hookui.valueColour": "Warna nilai",
106
+ "hookui.valueColourAbout": "Warna nilainya sendiri.",
56
107
  "hookui.colourChange": "warna {id} = {v}",
57
- "hookui.ramp": "Warna menurut nilai",
58
- "hookui.rampChange": "warna menurut nilai {id} = {v}",
59
- "hookui.stateColourWarn": "Bagian ini menyampaikan sesuatu lewat warnanya ({s}). Warna tetap menyembunyikan itu.",
108
+ "hookui.ramp": "Warna mengikuti nilai",
109
+ "hookui.rampAbout": "Biarkan warna berubah mengikuti angka, sehingga sebuah batang berubah saat terisi. Tiap pilihan menyebut arah mana yang buruk.",
110
+ "hookui.rampChange": "warna mengikuti nilai {id} = {v}",
111
+ "hookui.stateColourWarn": "Bagian ini menyampaikan sesuatu lewat warnanya ({s}). Warna tetap menyembunyikannya.",
60
112
  "hookui.emphasis": "Ketebalan",
113
+ "hookui.emphasisAbout": "Tebal, samar, atau salah satu hal lain yang bisa dilakukan terminal pada teks.",
61
114
  "hookui.emphasisChange": "ketebalan {id} = {v}",
62
- "hookui.fontWhy": "Terminal Anda yang menentukan ukuran huruf. ORC tidak dapat mengubahnya. Tebal terlihat lebih besar dan redup terlihat lebih kecil. Agar sebuah bagian memakai ruang lebih, beri lebih banyak sel.",
115
+ "hookui.fontWhy": "Terminal Anda yang menentukan ukuran huruf. ORC tidak dapat mengubahnya. Tebal terlihat lebih besar dan samar terlihat lebih kecil. Untuk membuat sebuah bagian memakan ruang lebih banyak, beri ia lebih banyak sel.",
116
+
63
117
  "hookui.numbers": "Angka",
118
+ "hookui.numbersAbout": "Bagaimana angka itu sendiri dicetak.",
64
119
  "hookui.format": "Bentuk",
120
+ "hookui.formatAbout": "Cetak angka sebagai bagian dari keseluruhan, sebagai satu angka dari angka lain, atau berdiri sendiri.",
65
121
  "hookui.formatChange": "bentuk {id} = {v}",
66
- "hookui.compact": "Bentuk singkat",
67
- "hookui.compactChange": "bentuk singkat {id} = {v}",
68
- "hookui.minWidthWarn": "Angka yang berubah lebar mendorong semua yang di kanannya. Tetapkan lebar minimum untuk mencegahnya.",
69
- "hookui.whenToShow": "Kapan ditampilkan",
70
- "hookui.hideChange": "sembunyikan {id} saat = {v}",
71
- "hookui.explain": "Asal nilai ini",
122
+ "hookui.compact": "Bentuk pendek",
123
+ "hookui.compactAbout": "Perpendek angka besar, sehingga 412000 dicetak dalam tiga karakter, bukan enam.",
124
+ "hookui.compactChange": "bentuk pendek {id} = {v}",
125
+ "hookui.minWidth": "Lebar terkecil",
126
+ "hookui.minWidthWarn": "Angka yang berubah lebar mendorong semua yang ada di kanannya. Tetapkan lebar terkecil — dalam sel — dan angka akan diberi jarak sehingga tidak ada yang bergeser.",
127
+ "hookui.minWidthChange": "lebar terkecil {id} = {v}",
128
+ "hookui.precision": "Angka desimal",
129
+ "hookui.precisionAbout": "Berapa digit setelah titik. 0 mencetak bilangan bulat.",
130
+ "hookui.precisionChange": "desimal {id} = {v}",
131
+ "hookui.width": "Sel",
132
+ "hookui.widthWhy": "Berapa sel karakter yang dipakai untuk menggambar batang. Lebih banyak sel adalah satu-satunya bentuk 'lebih besar' yang dimiliki terminal.",
133
+ "hookui.widthChange": "sel {id} = {v}",
134
+
135
+ "hookui.whenToShow": "Kapan disembunyikan",
136
+ "hookui.whenToShowAbout": "Centang setiap keadaan saat bagian ini harus hilang. Jangan centang apa pun dan ia selalu digambar, bahkan ketika tidak ada yang bisa disampaikan.",
137
+ "hookui.hideChange": "{id} sembunyi saat = {v}",
138
+
139
+ "hookui.narrow": "Pada terminal sempit",
140
+ "hookui.narrowAbout": "Apa yang terjadi pada bagian ini ketika jendela terlalu kecil untuk seluruh baris.",
141
+ "hookui.minCols": "Tampil di atas",
142
+ "hookui.minColsAbout": "Sembunyikan bagian ini ketika terminal lebih sempit dari sekian sel. 0 berarti jangan pernah disembunyikan.",
143
+ "hookui.minColsChange": "{id} tampil di atas {v} kolom",
144
+ "hookui.priority": "Urutan dilepas",
145
+ "hookui.priorityWhy": "Ketika baris tidak muat, 1 pergi lebih dulu dan 5 paling akhir. Anda yang memilih apa yang bertahan, bukan tepi kanan.",
146
+ "hookui.priorityChange": "urutan dilepas {id} = {v}",
147
+ "hookui.explain": "Dari mana nilai ini datang",
72
148
  "hookui.explainFailed": "Itu tidak dapat dibaca sekarang.",
73
- "hookui.palette": "Bagian yang dapat ditambahkan",
74
- "hookui.searchPlaceholder": "cari",
75
- "hookui.matches": "{n} cocok",
76
- "hookui.matchesPlural": "{n} cocok",
77
- "hookui.noMatch": "Tidak ada yang cocok.",
149
+
150
+ "hookui.reference": "Isi tiap bagian",
151
+ "hookui.referenceAbout": "Daftar setiap bagian yang dapat digambar ORC, dan artinya. Daftar ini tidak menambahkan apa pun — untuk menaruh sebuah bagian pada baris, pakai \"+ tambah bagian\" di papan di atas.",
152
+
78
153
  "hookui.presets": "Tata letak siap pakai",
79
- "hookui.active": "dipakai",
154
+ "hookui.presetsAbout": "Satu baris utuh yang sudah dirancang orang lain. Memakainya mengganti semua yang Anda punya.",
155
+ "hookui.active": "sedang dipakai",
80
156
  "hookui.apply": "Pakai ini",
81
157
  "hookui.applyTitle": "Pakai \"{name}\"?",
82
- "hookui.applyWarn": "Ini MENGGANTI seluruh tata letak Anda. Setiap bagian yang Anda pasang dilepas dan diganti yang siap pakai. Ini tidak dapat dibatalkan.",
158
+ "hookui.applyWarn": "Ini MENGGANTI seluruh tata letak Anda. Setiap bagian yang Anda taruh dihapus dan yang siap pakai menggantikannya. Ini tidak dapat dibatalkan.",
83
159
  "hookui.applyFailed": "Tata letak itu tidak dapat dipakai.",
84
160
  "hookui.resetLayout": "Mulai lagi",
85
161
  "hookui.resetTitle": "Mulai lagi?",
86
- "hookui.resetWarn": "Ini MENGGANTI tata letak Anda dengan bawaan ORC. Setiap bagian yang Anda pasang dilepas. Ini tidak dapat dibatalkan.",
162
+ "hookui.resetWarn": "Ini MENGGANTI tata letak Anda dengan bawaan ORC. Setiap bagian yang Anda taruh dihapus. Ini tidak dapat dibatalkan.",
163
+
87
164
  "hookui.advanced": "Lainnya",
88
- "hookui.theme": "Set warna",
89
- "hookui.themeChange": "set warna = {v}",
165
+ "hookui.theme": "Kumpulan warna",
166
+ "hookui.themeAbout": "Satu pilihan yang mewarnai seluruh baris sekaligus. Ia memilih slot warna, bukan warna tetap, jadi baris tetap mengikuti terminal Anda.",
167
+ "hookui.themeOverride": "Bagian yang punya warna sendiri tetap memakainya. Buka bagian itu dan kembalikan warnanya ke warna bersama jika Anda ingin kumpulan ini menjangkaunya.",
168
+ "hookui.themeChange": "kumpulan warna = {v}",
169
+ "hookui.glyphsDocAbout": "Kumpulan simbol yang dipakai setiap bagian sebagai awal. Sebuah bagian tetap dapat diberi kumpulan sendiri.",
170
+ "hookui.glyphsDocChange": "simbol = {v}",
90
171
  "hookui.recompile": "Bangun ulang",
91
172
  "hookui.recompiled": "Sudah dibangun ulang.",
92
173
  "hookui.recompileFailed": "Pembangunan ulang gagal.",
93
- "hookui.compileNote": "ORC membangun ulang tata letak setelah setiap perubahan, jadi Anda tidak perlu. Tombol ini untuk setelah Anda memperbarui ORC.",
94
- "hookui.clone": "Salin",
95
- "hookui.cloned": "{id} disalin",
96
- "hookui.expand": "Pecah",
97
- "hookui.expanded": "{id} dipecah jadi bagiannya",
98
- "hookui.minWidth": "Lebar minimal",
99
- "hookui.minWidthChange": "lebar minimal {id} = {v}",
100
- "hookui.precision": "Desimal",
101
- "hookui.precisionChange": "desimal {id} = {v}",
102
- "hookui.width": "Sel",
103
- "hookui.widthChange": "sel {id} = {v}",
104
- "hookui.widthWhy": "Lebih banyak sel adalah satu-satunya cara membesar di terminal.",
105
- "hookui.before": "Sebelum",
106
- "hookui.beforeChange": "sebelum {id} = \"{v}\"",
107
- "hookui.after": "Sesudah",
108
- "hookui.afterChange": "sesudah {id} = \"{v}\"",
109
- "hookui.narrow": "Di terminal sempit",
110
- "hookui.minCols": "Tampil di atas",
111
- "hookui.minColsChange": "{id} tampil di atas {v} kolom",
112
- "hookui.priority": "Urutan dilepas",
113
- "hookui.priorityChange": "urutan dilepas {id} = {v}",
114
- "hookui.priorityWhy": "Saat baris tidak muat, 1 dilepas dulu dan 5 terakhir. Anda yang memilih apa yang bertahan, bukan tepi kanan.",
174
+ "hookui.compileNote": "ORC membangun ulang tata letak setelah setiap perubahan, jadi Anda tidak perlu melakukannya. Tombol ini untuk sesudah Anda memperbarui ORC.",
175
+
115
176
  "hookui.boardStatus": "Baris status",
116
177
  "hookui.boardSubagent": "Satu baris per agen",
117
- "hookui.boardStatusSub": "Dua baris di bawah terminal Anda.",
118
- "hookui.boardSubagentSub": "Baris yang digambar Claude Code untuk tiap subagen di panel agen. Satu baris, dan menunjukkan agen itu berjalan di model apa dan sudah memakai berapa."
178
+ "hookui.boardStatusSub": "Dua baris di bagian bawah terminal Anda.",
179
+ "hookui.boardSubagentSub": "Baris yang digambar Claude Code untuk setiap subagen di panel agen. Satu baris, dan ia menunjukkan agen itu berjalan pada apa dan sudah menghabiskan berapa."
119
180
  }