From f6aadf50e707381061a3d81c439009c36f388a2e Mon Sep 17 00:00:00 2001 From: Ruijie Yu Date: Tue, 11 Apr 2023 01:32:26 +0800 Subject: [PATCH 05/16] * zh-CN/org-demo.html: zh-CN translation --- zh-CN/org-demo.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/zh-CN/org-demo.html b/zh-CN/org-demo.html index 98416eb..9845276 100644 --- a/zh-CN/org-demo.html +++ b/zh-CN/org-demo.html @@ -1,5 +1,5 @@
- Metadata + 元数据
 #+title:  Example Org File
 #+author: TEC
@@ -7,16 +7,16 @@
   
-

Outlining

- Headings and folding make structured editing a breeze. - Plain text makes it easy to sync and version control Org files. +

概述显示

+ 章节标题与折叠让结构化编辑小菜一碟。 + 纯文本使得将 Org 文件同步或者加入版本管理十分容易。
* Revamp orgmode.org website
-

Agenda

- List todos across all your files. - Filter content, and update it in place. +

日程

+ 列出你所有文件中的待办事项。 + 过滤内容,并且直接更改其内容。
 
@@ -70,7 +70,7 @@ Go through [[file:styl
   
- Prose + 文本
* Learn Org
@@ -98,10 +98,10 @@ here for you as well: dive into the manual and join the community!
     
     
       

Babel

- Perform literate programming in org, - with notebook-like live code execution in the buffer. + 在 Org 里进行文学编程。 + 用的是缓存区里类似笔记本的实时代码运行功能。
- Code + 代码
#+begin_src python
@@ -119,7 +119,7 @@ here for you as well: dive into the manual and join the community!
     
- Evaluated results + 运行结果
#+RESULTS:
| index.css    | 76% minified ( 1.4 KiB) |
-- 
2.40.0