Skip to content

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

gvoze32
Copy link
Contributor

@gvoze32 gvoze32 commented Apr 8, 2025

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page(s) have at most 8 examples.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

Sorry, something went wrong.

@gvoze32 gvoze32 requested a review from reinhart1010 as a code owner April 8, 2025 15:08
@CLAassistant
Copy link

CLAassistant commented Apr 8, 2025

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the new translation PRs translating a page(s) from English to other languages. label Apr 8, 2025
@tldr-bot
Copy link

tldr-bot commented Apr 8, 2025

Hello! I've noticed something unusual when checking this PR:

  • The page pages.id/xattr.md does not exists as English page pages/xattr.md yet.

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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Menulis atribut untuk berkas tertentu:
- Tulis atribut untuk suatu berkas:


`xattr -w {{kunci_atribut}} {{nilai_atribut}} {{berkas}}`

- Menghapus atribut dari berkas tertentu:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Menghapus atribut dari berkas tertentu:
- Hapus atribut dari suatu berkas:


`xattr -d {{com.apple.quarantine}} {{berkas}}`

- Menghapus semua atribut yang diperluas dari berkas tertentu:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Menghapus atribut secara rekursif dalam direktori tertentu:
- Hapus atribut secara rekursif dalam direktori tertentu:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new translation PRs translating a page(s) from English to other languages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants