set-more-info-link.py, translation-templates/*: add bn, sr, uk translation tags (#7101)

beep
lincc 2021-10-21 01:25:03 +08:00 committed by GitHub
parent 39d33cae10
commit 0920259600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 1 deletions

View File

@ -8,6 +8,7 @@ The templates can be changed when necessary.
[en](#en) •
[ar](#ar) •
[bn](#bn) •
[bs](#bs) •
[da](#da) •
[de](#de) •
@ -28,6 +29,7 @@ The templates can be changed when necessary.
[ro](#ro) •
[ru](#ru) •
[sh](#sh) •
[sr](#sr) •
[sv](#sv) •
[ta](#ta) •
[th](#th) •
@ -62,6 +64,11 @@ The templates can be changed when necessary.
`tldr example`
```
---
### bn
Not translated yet.
---
### bs
@ -274,6 +281,11 @@ Not translated yet.
Not translated yet.
---
### sr
Not translated yet.
---
### sv

View File

@ -8,6 +8,7 @@ Only the left-alignment of the header gets lost and has to be readded again (`|-
| en | path/to/file | path/to/directory | path/to/file_or_directory | package | username |
|:------|:---------------------|:-----------------------|:----------------------------------|:----------|:--------------|
| ar | | | | | |
| bn | | | | | |
| bs | | | | | |
| da | | | | | |
| de | pfad/zu/datei | pfad/zu/verzeichnis | pfad/zu/datei_oder_verzeichnis | paket | benutzername |
@ -28,9 +29,11 @@ Only the left-alignment of the header gets lost and has to be readded again (`|-
| ro | | | | | |
| ru | путь/до/файла | путь/до/папки | путь/до/файла_или_папки | | |
| sh | | | | | |
| sr | | | | | |
| sv | | | | | |
| ta | | | | | |
| th | | | | | |
| tr | | | | | |
| uk | | | | | |
| zh | | | | | |
| zh_TW | | | | | |

View File

@ -7,6 +7,7 @@ This file contains the translation templates of this notice.
[en](#en) •
[ar](#ar) •
[bn](#bn) •
[bs](#bs) •
[da](#da) •
[de](#de) •
@ -27,6 +28,7 @@ This file contains the translation templates of this notice.
[ro](#ro) •
[ru](#ru) •
[sh](#sh) •
[sr](#sr) •
[sv](#sv) •
[ta](#ta) •
[th](#th) •
@ -49,10 +51,15 @@ Some subcommands such as `example command` have their own usage documentation.
بعض الأوامر الفرعية لديها توثيقات الاستخدام الخاصة بها مثل: `example command`
```
---
### bn
Not translated yet.
---
### bs
Not translated yet
Not translated yet.
---
### da
@ -161,6 +168,11 @@ Not translated yet.
Not translated yet.
---
### sr
Not translated yet.
---
### sv

View File

@ -10,6 +10,7 @@ import sys
labels = {
"en": "More information:",
"ar": "لمزيد من التفاصيل:",
"bn": "আরও তথ্য পাবেন:",
"bs": "Više informacija:",
"da": "Mere information:",
"de": "Weitere Informationen:",
@ -30,10 +31,12 @@ labels = {
"pt_PT": "Mais informações:",
"ro": "Mai multe informații:",
"ru": "Больше информации:",
"sr": "Više informacija na:",
"sv": "Mer information:",
"ta": "மேலும் தகவல்:",
"th": "ดูเพิ่มเติม:",
"tr": "Daha fazla bilgi için:",
"uk": "Більше інформації:",
"zh_TW": "更多資訊:",
"zh": "更多信息:",
}