Skip to content

Commit 116e439

Browse files
committed
chore: docs
1 parent f328621 commit 116e439

13 files changed

Lines changed: 6586 additions & 545 deletions

File tree

doc/en-us/config.md

Lines changed: 250 additions & 24 deletions
Large diffs are not rendered by default.

doc/es-419/config.md

Lines changed: 2563 additions & 0 deletions
Large diffs are not rendered by default.

doc/ja-jp/config.md

Lines changed: 2559 additions & 0 deletions
Large diffs are not rendered by default.

doc/pt-br/config.md

Lines changed: 495 additions & 269 deletions
Large diffs are not rendered by default.

doc/zh-cn/config.md

Lines changed: 341 additions & 114 deletions
Large diffs are not rendered by default.

doc/zh-tw/config.md

Lines changed: 364 additions & 137 deletions
Large diffs are not rendered by default.

locale/en-us/setting.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ config.workspace.preloadFileSize =
133133
"Skip files larger than this value (KB) when preloading."
134134
config.workspace.library =
135135
"In addition to the current workspace, which directories will load files from. The files in these directories will be treated as externally provided code libraries, and some features (such as renaming fields) will not modify these files."
136+
config.workspace.dofileRoots =
137+
"In addition to the current workspace, which directories `dofile` will treat as a possible root. The files in these directories will be loaded immediately."
136138
config.workspace.checkThirdParty =
137139
[[
138140
Automatic detection and adaptation of third-party libraries, currently supported libraries are:

locale/es-419/setting.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ config.workspace.preloadFileSize =
134134
"Cuando se pre-carga, se omiten los archivos más grandes que este valor (en KB)."
135135
config.workspace.library =
136136
"Además de los del espacio de trabajo actual, se cargan archivos de estos directorios. Los archivos en estos directorios serán tratados como bibliotecas con código externo y algunas características (como renombrar campos) no modificarán estos archivos."
137+
config.workspace.dofileRoots = -- TODO: need translate!
138+
"In addition to the current workspace, which directories `dofile` will treat as a possible root. The files in these directories will be loaded immediately."
137139
config.workspace.checkThirdParty =
138140
[[
139141
Detección y adaptación automática de bibliotecas externas. Actualmente soportadas:

locale/ja-jp/setting.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ config.workspace.preloadFileSize =
133133
"プリロード時にこの値(KB)より大きいファイルをスキップします。"
134134
config.workspace.library =
135135
"現在のワークスペースに加えて、どのディレクトリからファイルをロードするか。これらのディレクトリ内のファイルは外部提供のコードライブラリとして扱われ、一部の機能(フィールド名の変更など)はこれらのファイルを変更しません。"
136+
config.workspace.dofileRoots = -- TODO: need translate!
137+
"In addition to the current workspace, which directories `dofile` will treat as a possible root. The files in these directories will be loaded immediately."
136138
config.workspace.checkThirdParty =
137139
[[
138140
サードパーティライブラリの自動検出と適応。現在サポートされているライブラリ:

locale/pt-br/setting.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ config.workspace.preloadFileSize =
133133
"Ignorar arquivos maiores que este valor (KB) ao pré-carregar."
134134
config.workspace.library =
135135
"Além da workspace atual, de quais diretórios carregar arquivos. Os arquivos nesses diretórios serão tratados como bibliotecas de código externas, e alguns recursos (como renomear campos) não modificarão esses arquivos."
136+
config.workspace.dofileRoots = -- TODO: need translate!
137+
"In addition to the current workspace, which directories `dofile` will treat as a possible root. The files in these directories will be loaded immediately."
136138
config.workspace.checkThirdParty =
137139
[[
138140
Detecção e adaptação automáticas de bibliotecas de terceiros; atualmente suportadas:

0 commit comments

Comments
 (0)