diff --git a/contributing-guides/translation-templates/alias-pages.md b/contributing-guides/translation-templates/alias-pages.md index 17810094a..517efbc9f 100644 --- a/contributing-guides/translation-templates/alias-pages.md +++ b/contributing-guides/translation-templates/alias-pages.md @@ -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 diff --git a/contributing-guides/translation-templates/common-arguments.md b/contributing-guides/translation-templates/common-arguments.md index 4699879c7..bbf050558 100644 --- a/contributing-guides/translation-templates/common-arguments.md +++ b/contributing-guides/translation-templates/common-arguments.md @@ -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 | | | | | | diff --git a/contributing-guides/translation-templates/subcommand-mention.md b/contributing-guides/translation-templates/subcommand-mention.md index ff19c22cf..50f35b6cb 100644 --- a/contributing-guides/translation-templates/subcommand-mention.md +++ b/contributing-guides/translation-templates/subcommand-mention.md @@ -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 diff --git a/scripts/set-more-info-link.py b/scripts/set-more-info-link.py index 68b188009..db07ba5bb 100755 --- a/scripts/set-more-info-link.py +++ b/scripts/set-more-info-link.py @@ -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": "更多信息:", }