Skip to content

Commit

Permalink
Added Chinse (Simplified) translations and fixed issue devadvance#167
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCwh committed Oct 31, 2020
1 parent 9a238e4 commit fb4cb10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _data/commands/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
dimana kamu berada dalam format yang ringkas
je: 現在のディレクトリ内の通常のファイルとフォルダを要約して一覧表示します
フォーマット
zh-CN: 以压缩格式列出当前目录中的普通文件和文件夹
html_terminal: >
<span data-ty="input">ls</span>
<span data-ty>Desktop Documents Music</span>
Expand All @@ -32,6 +33,7 @@
id: Menampilkan output penuh lokasi direktori
dimana kamu berada pada terminal
je: この端末の現在の作業ディレクトリのフルパスを出力します
zh-CN: 输出此终端当前工作目录的完整路径
html_terminal: >
<span data-ty="input">pwd</span>
<span data-ty>/Users/me</span>
Expand All @@ -55,6 +57,7 @@
memindahkan kamu ke home direktori
je: 現在の作業ディレクトリを変更します。単独で使用すると、
デフォルトでは、ホームディレクトリに移動します
zh-CN: 更改您的当前工作目录。 单独使用时,它将默认更改为您的主目录
html_terminal: >
<span data-ty="input">cd</span>
<span data-ty>/Users/me</span>
Expand All @@ -70,6 +73,7 @@
te: మీ ప్రస్తుత పని డైరెక్టరీని కావలసిన [ఫోల్డర్] కు మార్చండి
id: Berpindah direktori sesuai dengan [FOLDER] yang diinginkan
je: 現在の作業ディレクトリを目的の[フォルダ]に変更します
zh-CN: 将当前工作目录更改为所需的文件夹
html_terminal: >
<span data-ty="input">pwd</span>
<span data-ty>/Users/me</span>
Expand All @@ -88,6 +92,7 @@
te: మీ ప్రస్తుత వర్కింగ్ డైరెక్టరీని పేరెంట్ డైరెక్టరీకి మార్చండి
id: Berpindah ke direktori induk
je: 現在の作業ディレクトリを親ディレクトリに変更します
zh-CN: 将您当前的工作目录更改为父目录
html_terminal: >
<span data-ty="input">pwd</span>
<span data-ty>/Users/me/Desktop</span>
Expand Down
6 changes: 6 additions & 0 deletions _data/commands/files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
cat se usa para enviar o conteúdo de um [ARQUIVO] para o terminal
je: このコマンドには多くの用途がありますが、最も一般的には初心者向けです。
catは、[FILE]の内容を端末に出力するために使用されます
zh-CN: 此命令有许多用途,但最常见于初学者,cat用于将文件内容输出到终端
html_terminal: >
<span data-ty="input">cat hello.txt</span>
<span data-ty>Hello World!</span>
Expand All @@ -41,6 +42,7 @@
Isso ocorre em seu diretório de trabalho atual
je: 目的の[FOLDER_NAME]で新しいフォルダを作成します。
これは、現在の作業ディレクトリで発生します
zh-CN: 使用所需的FOLDER_NAME创建一个新文件夹。 这发生在您当前的工作目录中
html_terminal: >
<span data-ty="input">ls</span>
<span data-ty>Desktop Music</span>
Expand All @@ -59,6 +61,7 @@
id: Membuat salinan dari sebuah file
pt-BR: Fazer uma cópia de um arquivo
je: ファイルのコピーを作成する
zh-CN: 制作文件副本
html_terminal: >
<span data-ty="input">ls</span>
<span data-ty>hello.txt</span>
Expand All @@ -81,6 +84,7 @@
Bisa juga untuk mengganti nama file dan folder
pt-BR: Mover arquivos e pastas. Também pode renomear arquivos e pastas
je: ファイルとフォルダを移動します。 ファイルやフォルダの名前を変更することもできます
zh-CN: 移动文件和文件夹。 也可以重命名文件和文件夹
html_terminal: >
<span data-ty="input">ls</span>
<span data-ty>hello.txt</span>
Expand All @@ -99,6 +103,7 @@
id: Menghapus file
pt-BR: Excluir [ARQUIVO]
je: ファイルを削除する
zh-CN: 删除文件
html_terminal: >
<span data-ty="input">ls</span>
<span data-ty>hello.txt world.txt</span>
Expand All @@ -123,6 +128,7 @@
pt-BR: Eliminar uma [PASTA] recursivamente,
o que significa excluir a pasta e tudo que ela contém
je: FOLDER を再帰的に削除します。これは、フォルダーとその中のすべてを意味します
zh-CN: 递归删除文件夹,这意味着该文件夹及其中的所有内容
html_terminal: >
<span data-ty="input">ls</span>
<span data-ty>Desktop Music example_folder hello.txt</span>
Expand Down

0 comments on commit fb4cb10

Please sign in to comment.