From 27cbb2920908f0d568b184aaaced2d6b64d4930e Mon Sep 17 00:00:00 2001 From: lincc <46962923+blueskyson@users.noreply.github.com> Date: Sun, 26 Dec 2021 23:57:58 +0800 Subject: [PATCH] set-more-info-link.py, translation-templates/*: add Uzbek language (#7536) --- contributing-guides/translation-templates/alias-pages.md | 6 ++++++ .../translation-templates/common-arguments.md | 5 +++-- .../translation-templates/subcommand-mention.md | 6 ++++++ scripts/set-more-info-link.py | 1 + 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/contributing-guides/translation-templates/alias-pages.md b/contributing-guides/translation-templates/alias-pages.md index 3c1e85de0..0b19497b0 100644 --- a/contributing-guides/translation-templates/alias-pages.md +++ b/contributing-guides/translation-templates/alias-pages.md @@ -36,6 +36,7 @@ The templates can be changed when necessary. [th](#th) • [tr](#tr) • [uk](#uk) • +[uz](#uz) • [zh](#zh) • [zh_TW](#zh_tw) @@ -365,6 +366,11 @@ Not translated yet. `tldr example` ``` +--- +### uz + +Not translated yet. + --- ### zh diff --git a/contributing-guides/translation-templates/common-arguments.md b/contributing-guides/translation-templates/common-arguments.md index 4248db512..b42f1f9a6 100644 --- a/contributing-guides/translation-templates/common-arguments.md +++ b/contributing-guides/translation-templates/common-arguments.md @@ -35,5 +35,6 @@ Only the left-alignment of the header gets lost and has to be readded again (`|- | th | | | | | | | tr | | | | | | | uk | | | | | | -| zh | 路径/到/文件 | 路径/到/目录 | 路径/到/文件或目录 | 包 | 用户名 | -| zh_TW | 檔案/完整/路徑 | 目錄/完整/路徑 | 檔案或目錄/完整/路徑 | 套件 | 使用者名稱 | +| uz | | | | | | +| zh | 路径/到/文件 | 路径/到/目录 | 路径/到/文件或目录 | 包 | 用户名 | +| zh_TW | 檔案/完整/路徑 | 目錄/完整/路徑 | 檔案或目錄/完整/路徑 | 套件 | 使用者名稱 | diff --git a/contributing-guides/translation-templates/subcommand-mention.md b/contributing-guides/translation-templates/subcommand-mention.md index 34358e53f..5d65478c7 100644 --- a/contributing-guides/translation-templates/subcommand-mention.md +++ b/contributing-guides/translation-templates/subcommand-mention.md @@ -35,6 +35,7 @@ This file contains the translation templates of this notice. [th](#th) • [tr](#tr) • [uk](#uk) • +[uz](#uz) • [zh](#zh) • [zh_TW](#zh_tw) @@ -211,6 +212,11 @@ Not translated yet. Певна підкоманда, як от `example command`, що має свою власну документацію. ``` +--- +### uz + +Not translated yet. + --- ### zh diff --git a/scripts/set-more-info-link.py b/scripts/set-more-info-link.py index 24fed8cdb..5937acd63 100755 --- a/scripts/set-more-info-link.py +++ b/scripts/set-more-info-link.py @@ -38,6 +38,7 @@ labels = { "th": "ดูเพิ่มเติม:", "tr": "Daha fazla bilgi:", "uk": "Більше інформації:", + "uz": "Ko'proq malumot:", "zh_TW": "更多資訊:", "zh": "更多信息:", }