-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
pages.id/common/*: add Indonesian translations #15529
base: main
Are you sure you want to change the base?
Conversation
@reinhart1010 the page title should not be translated. Could you please fix/revert this? |
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. |
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.
Thanks for your contribution. I have some suggestions for this page (this will fix the tldr-bot error, since non-placeholders in commands should be in English).
|
||
- Periksa apakah suatu `variabel` telah diatur sebelum mengembalikan sebuah pesan teks: | ||
|
||
`echo ${variabel:+variabel telah diatur dan memiliki nilai $variabel}` |
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.
`echo ${variabel:+variabel telah diatur dan memiliki nilai $variabel}` | |
`echo ${variable:+variable is set and contains $variable}` |
|
||
`echo {1..3} {a..c}{dir1,dir2,dir3}` | ||
|
||
- Periksa apakah suatu `variabel` telah diatur sebelum mengembalikan sebuah pesan teks: |
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.
- Periksa apakah suatu `variabel` telah diatur sebelum mengembalikan sebuah pesan teks: | |
- Periksa apakah suatu `variable` telah diatur sebelum mengembalikan sebuah pesan teks: |
- Setel sebuah nilai bawaan/default apabila suatu `variabel` belum pernah diatur: | ||
|
||
`echo ${variabel:-default}` | ||
|
||
- Dapatkan panjang nilai suatu `variabel` dalam format karakter/string: | ||
|
||
`echo ${#variabel}` | ||
|
||
- Dapatkan bagian/substring pada string: | ||
|
||
`echo ${variabel:3:7}` | ||
|
||
- Perluas nilai `variabel` secara rekursif: | ||
|
||
`echo ${!variabel}` | ||
|
||
- Ubah semua karakter menjadi huruf kapital: | ||
|
||
`echo ${variabel^^}` |
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.
- Setel sebuah nilai bawaan/default apabila suatu `variabel` belum pernah diatur: | |
`echo ${variabel:-default}` | |
- Dapatkan panjang nilai suatu `variabel` dalam format karakter/string: | |
`echo ${#variabel}` | |
- Dapatkan bagian/substring pada string: | |
`echo ${variabel:3:7}` | |
- Perluas nilai `variabel` secara rekursif: | |
`echo ${!variabel}` | |
- Ubah semua karakter menjadi huruf kapital: | |
`echo ${variabel^^}` | |
- Setel sebuah nilai bawaan/default apabila suatu `variable` belum pernah diatur: | |
`echo ${variable:-default}` | |
- Dapatkan panjang nilai suatu `variable` dalam format karakter/string: | |
`echo ${#variable}` | |
- Dapatkan bagian/substring pada string: | |
`echo ${variable:3:7}` | |
- Perluas nilai `variable` secara rekursif: | |
`echo ${!variable}` | |
- Ubah semua karakter menjadi huruf kapital: | |
`echo ${variable^^}` |
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.
LGTM, after the suggestions are applied.
common
,linux
,osx
,windows
,sunos
,android
, etc.