Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions pages.bn/linux/aa-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# aa-complain

> কোনো অ্যাপআর্মর (AppArmor) পলিসিকে কমপ্লেইন (complain) মোডে সেট করার জন্য ব্যবহৃত কমান্ড।
> আরও দেখুন: `aa-disable`, `aa-enforce`, `aa-status`।
> আরও তথ্য পাবেন: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-complain.8>।

- কোনো প্রোফাইলকে কমপ্লেইন মোডে সেট করতে:

`sudo aa-complain {{প্রোফাইল১/এর/পাথ প্রোফাইল২/এর/পাথ ...}}`
Copy link
Member

Choose a reason for hiding this comment

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

Hi, referring to https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/common-arguments.md, the template uses path/to/ format but yours is reversed (like we do in Tamil) is your version more natural to read for native Bengali speakers?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, it sounds awkward if I translate it directly as path/to/format. That’s why I reversed it.

Copy link
Member

Choose a reason for hiding this comment

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

Should the referenced file by @kbdharun be changed as well then?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

In my opinion, yes. The translation in the referenced file is okay, but mine is a bit more polished and natural. If there’s anyone in the team who understands Bangla, you can ask them to review which one sounds more natural while still maintaining the authenticity of the Bangla language.

Copy link
Member

Choose a reason for hiding this comment

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

In my opinion, yes. The translation in the referenced file is okay, but mine is a bit more polished and natural. If there’s anyone in the team who understands Bangla, you can ask them to review which one sounds more natural while still maintaining the authenticity of the Bangla language.

Agreed, unfortunately we don't have anyone in the team who understands Bangla and we only get occasional contributions for it, are you interested in joining as a maintainer to tldr pages and as a CODEOWNER for bn pages?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thank you so much for the opportunity! I’m really glad to hear this, and I’d be happy to join as a maintainer and CODEOWNER for the Bangla (bn) pages. I look forward to contributing and helping improve the Bangla translations for tldr pages.

Copy link
Member

Choose a reason for hiding this comment

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

Thank you so much for the opportunity! I’m really glad to hear this, and I’d be happy to join as a maintainer and CODEOWNER for the Bangla (bn) pages. I look forward to contributing and helping improve the Bangla translations for tldr pages.

Great, will open a formal issue to document this and since you have already confirmed will directly send the invite.


- নির্দিষ্ট ডিরেক্টরির প্রোফাইলগুলোকে কমপ্লেইন মোডে সেট করতে:

`sudo aa-complain {{[-d|--dir]}} {{প্রোফাইল/গুলোর/পাথ}}`