mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
alias-pages, subcommand-mention: add Arabic translation (#6821)
This commit is contained in:
parent
29cc4f0851
commit
0733094b4a
2 changed files with 22 additions and 0 deletions
|
@ -7,6 +7,7 @@ page template decided upon in
|
||||||
The templates can be changed when necessary.
|
The templates can be changed when necessary.
|
||||||
|
|
||||||
[en](#en) •
|
[en](#en) •
|
||||||
|
[ar](#ar) •
|
||||||
[bs](#bs) •
|
[bs](#bs) •
|
||||||
[da](#da) •
|
[da](#da) •
|
||||||
[de](#de) •
|
[de](#de) •
|
||||||
|
@ -48,6 +49,19 @@ The templates can be changed when necessary.
|
||||||
`tldr example`
|
`tldr example`
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
### ar
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
# example
|
||||||
|
|
||||||
|
> هذا الأمر هو اسم مستعار لـ `example`.
|
||||||
|
|
||||||
|
- إعرض التوثيقات للأمر الأصلي:
|
||||||
|
|
||||||
|
`tldr example`
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
### bs
|
### bs
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ In order to notify the user that such sub-command pages exist, we put a little n
|
||||||
This file contains the translation templates of this notice.
|
This file contains the translation templates of this notice.
|
||||||
|
|
||||||
[en](#en) •
|
[en](#en) •
|
||||||
|
[ar](#ar) •
|
||||||
[bs](#bs) •
|
[bs](#bs) •
|
||||||
[da](#da) •
|
[da](#da) •
|
||||||
[de](#de) •
|
[de](#de) •
|
||||||
|
@ -41,6 +42,13 @@ This file contains the translation templates of this notice.
|
||||||
Some subcommands such as `example command` have their own usage documentation.
|
Some subcommands such as `example command` have their own usage documentation.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
### ar
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
بعض الأوامر الفرعية لديها توثيقات الاستخدام الخاصة بها مثل: `example command`
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
### bs
|
### bs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue