From 2bbd7bbd9f7f8dd56b1dc6187674dc71fa0c913f Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Wed, 31 Mar 2021 12:47:33 +0200 Subject: [PATCH] units: move to common directory (#5647) --- pages.pt_BR/{linux => common}/units.md | 3 +-- pages.zh/{osx => common}/units.md | 1 + pages.zh/windows/units.md | 23 ----------------------- pages/{osx => common}/units.md | 5 +++++ pages/linux/units.md | 25 ------------------------- pages/windows/units.md | 23 ----------------------- 6 files changed, 7 insertions(+), 73 deletions(-) rename pages.pt_BR/{linux => common}/units.md (73%) rename pages.zh/{osx => common}/units.md (91%) delete mode 100644 pages.zh/windows/units.md rename pages/{osx => common}/units.md (78%) delete mode 100644 pages/linux/units.md delete mode 100644 pages/windows/units.md diff --git a/pages.pt_BR/linux/units.md b/pages.pt_BR/common/units.md similarity index 73% rename from pages.pt_BR/linux/units.md rename to pages.pt_BR/common/units.md index 085ebbb62..477cad16d 100644 --- a/pages.pt_BR/linux/units.md +++ b/pages.pt_BR/common/units.md @@ -1,8 +1,7 @@ # units > Realiza a conversão entre duas unidades de medida. -> Digitar `search{{text}}` no console retornará uma lista de todas as unidades que contêm `{{text}}`. -> Mais informações: . +> Mais informações: . - Rodar no modo interativo: diff --git a/pages.zh/osx/units.md b/pages.zh/common/units.md similarity index 91% rename from pages.zh/osx/units.md rename to pages.zh/common/units.md index 1ffceda00..7ed6adac7 100644 --- a/pages.zh/osx/units.md +++ b/pages.zh/common/units.md @@ -1,6 +1,7 @@ # units > 提供两个度量单位之间的转换. +> 更多信息: . - 以交互模式运行: diff --git a/pages.zh/windows/units.md b/pages.zh/windows/units.md deleted file mode 100644 index 4f89ca583..000000000 --- a/pages.zh/windows/units.md +++ /dev/null @@ -1,23 +0,0 @@ -# units - -> 提供两个度量单位之间的转换. - -- 以交互模式运行: - -`units` - -- 显示两个简单单位之间的转换: - -`units {{单位 1}} {{单位 2}}` - -- 在数量单位之间转换: - -`units {{15 pounds}} {{kilograms}}` - -- 显示两个复合单位之间的转换: - -`units "{{meters / second}}" "{{inches / hour}}"` - -- 显示具有不同尺寸的单位之间的转换: - -`units "{{acres}}" "{{ft^2}}"` diff --git a/pages/osx/units.md b/pages/common/units.md similarity index 78% rename from pages/osx/units.md rename to pages/common/units.md index 7e3f4f7a3..d287fdc70 100644 --- a/pages/osx/units.md +++ b/pages/common/units.md @@ -1,11 +1,16 @@ # units > Provide the conversion between two units of measure. +> More information: . - Run in interactive mode: `units` +- List all units containing a specific string in interactive mode: + +`search {{string}}` + - Show the conversion between two simple units: `units {{quarts}} {{tablespoons}}` diff --git a/pages/linux/units.md b/pages/linux/units.md deleted file mode 100644 index 177c87324..000000000 --- a/pages/linux/units.md +++ /dev/null @@ -1,25 +0,0 @@ -# units - -> Provide the conversion between two units of measure. -> Typing `search {{text}}` in the prompt will display a list of all of the units containing `{{text}}`. -> More information: . - -- Run in interactive mode: - -`units` - -- Show the conversion between two simple units: - -`units {{quarts}} {{tablespoons}}` - -- Convert between units with quantities: - -`units {{15 pounds}} {{kilograms}}` - -- Show the conversion between two compound units: - -`units "{{meters / second}}" "{{inches / hour}}"` - -- Show the conversion between units with different dimensions: - -`units "{{acres}}" "{{ft^2}}"` diff --git a/pages/windows/units.md b/pages/windows/units.md deleted file mode 100644 index eb1075011..000000000 --- a/pages/windows/units.md +++ /dev/null @@ -1,23 +0,0 @@ -# units - -> Provide the conversion between two units of measure. - -- Run in interactive mode: - -`units` - -- Show the conversion between two simple units: - -`units {{quarts}} {{tablespoons}}` - -- Convert between units with quantities: - -`units {{15 pounds}} {{kilograms}}` - -- Show the conversion between two compound units: - -`units "{{meters / second}}" "{{inches / hour}}"` - -- Show the conversion between units with different dimensions: - -`units "{{acres}}" "{{ft^2}}"`