From bea8a13002eb024c07fc70cc6bf744c799e35d60 Mon Sep 17 00:00:00 2001 From: cjbzl Date: Tue, 8 Apr 2025 02:17:14 +0000 Subject: [PATCH] English Translation Signed-off-by: cjbzl --- docs/en/docs/Administration/basic-configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/Administration/basic-configuration.md b/docs/en/docs/Administration/basic-configuration.md index 670406e23..5cf2790f5 100644 --- a/docs/en/docs/Administration/basic-configuration.md +++ b/docs/en/docs/Administration/basic-configuration.md @@ -45,7 +45,7 @@ To display the current locale status, run the following command: localectl status ``` -Example command output: +For example, to display the current system settings, the command and output are as follows: ```shell $ localectl status @@ -99,7 +99,7 @@ To display the current keyboard layout settings, run the following command: localectl status ``` -Example command output: +For example, to display the current system settings, the command and output are as follows: ```shell $ localectl status @@ -156,7 +156,7 @@ To display the current date and time, run the following command: timedatectl ``` -Example command output: +For example, to display the current system settings, the command and output are as follows: ```shell $ timedatectl -- Gitee