Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
PPL Sosial
tbcare
tbcare-web
Commits
9a755a4a
Commit
9a755a4a
authored
May 24, 2021
by
Sean Zeliq Urian
Browse files
[RED] Change term from English to Bahasa Indonesia
parent
35293d1c
Pipeline
#78747
passed with stages
in 4 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/scenes/ActivityLog/components/ActivityLog/index.tsx
View file @
9a755a4a
...
...
@@ -262,6 +262,7 @@ export default function ActivityLog() {
<
Field
name
=
'Filter peran pembuat aktivitas'
type
=
{
Field
.
Type
.
Dropdown
}
placeholder
=
{
"
Ketikan Admin atau Kader
"
}
value
=
{
roleFilterQuery
}
values
=
{
[
{
label
:
'
Admin
'
,
value
:
'
Admin
'
},
...
...
@@ -270,10 +271,10 @@ export default function ActivityLog() {
updateValue
=
{
(
value
)
=>
setRoleFilterQuery
(
value
)
}
/>
<
Gap
gap
=
{
50
}
axis
=
{
Gap
.
Axis
.
Horizontal
}
/>
<
Button
id
=
"filter"
onClick
=
{
handleFilter
}
>
Apply
Filter
</
Button
>
<
Button
id
=
"filter"
onClick
=
{
handleFilter
}
>
Terapkan
Filter
</
Button
>
</
Box
>
<
Box
width
=
"100%"
axis
=
{
Box
.
Axis
.
Horizontal
}
margin
=
"2em 2em"
>
Sort by
Urutkan dengan
<
Gap
gap
=
{
40
}
axis
=
{
Gap
.
Axis
.
Horizontal
}
/>
<
Icon
src
=
"/assets/icons/right-paging.svg"
...
...
@@ -284,7 +285,7 @@ export default function ActivityLog() {
transform
=
{
dateAscending
?
"
rotateZ(-90deg)
"
:
"
rotateZ(90deg)
"
}
/>
<
Gap
gap
=
{
12
}
axis
=
{
Gap
.
Axis
.
Horizontal
}
/>
date
Tanggal
<
Gap
gap
=
{
40
}
axis
=
{
Gap
.
Axis
.
Horizontal
}
/>
<
Icon
src
=
"/assets/icons/right-paging.svg"
...
...
@@ -295,7 +296,7 @@ export default function ActivityLog() {
transform
=
{
objAscending
?
"
rotateZ(-90deg)
"
:
"
rotateZ(90deg)
"
}
/>
<
Gap
gap
=
{
12
}
axis
=
{
Gap
.
Axis
.
Horizontal
}
/>
object name (alphabetically
)
Nama Objek (A-Z
)
</
Box
>
<
Table
header
=
{
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment