-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
xattr: add Indonesian translation #16133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Hello! I've noticed something unusual when checking this PR:
Is this intended? If so, just ignore this comment. Otherwise, please double-check the commits. |
> Utilitas untuk bekerja dengan atribut sistem berkas yang diperluas. | ||
> Informasi lebih lanjut: <https://keith.github.io/xcode-man-pages/xattr.1.html>. | ||
|
||
- Daftar atribut yang diperluas kunci:nilai untuk berkas tertentu: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Daftar atribut yang diperluas kunci:nilai untuk berkas tertentu: | |
- Tampilkan daftar atribut kunci:nilai yang diperluas untuk berkas tertentu: |
|
||
`xattr -l {{berkas}}` | ||
|
||
- Menulis atribut untuk berkas tertentu: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Menulis atribut untuk berkas tertentu: | |
- Tulis atribut untuk suatu berkas: |
-
Use imperative mood for command examples. (see About mass language style edits on Indonesian translations #8576)
-
And though not formally specified in guidelines, "suatu" ("a specified") is more preferred than "tertentu" ("as specified") to avoid ambiguity.
|
||
`xattr -w {{kunci_atribut}} {{nilai_atribut}} {{berkas}}` | ||
|
||
- Menghapus atribut dari berkas tertentu: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Menghapus atribut dari berkas tertentu: | |
- Hapus atribut dari suatu berkas: |
|
||
`xattr -d {{com.apple.quarantine}} {{berkas}}` | ||
|
||
- Menghapus semua atribut yang diperluas dari berkas tertentu: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Menghapus semua atribut yang diperluas dari berkas tertentu: | |
- Hapus semua atribut yang diperluas dari suatu berkas: |
|
||
`xattr -c {{berkas}}` | ||
|
||
- Menghapus atribut secara rekursif dalam direktori tertentu: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Menghapus atribut secara rekursif dalam direktori tertentu: | |
- Hapus atribut secara rekursif dalam direktori tertentu: |
common
,linux
,osx
,windows
,sunos
,android
, etc.