Skip to content

Commit 17aec06

Browse files
committed
New Crowdin translations by GitHub Action
1 parent 7f9e370 commit 17aec06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/i18n/en-US/docusaurus-plugin-content-docs/current/faq/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ A: The dynamic construction ability of Natasha is very powerful. It can be used
6767

6868
### I don't want to compile every time, can I cache the result of the script?
6969

70-
A: No, caching the result needs to be done by you. Natasha follows the lightweight route. `AssemblyCSharpBuilder` is the smallest and most basic compilation unit. If you want to cache, you can implement a `ConcurrentDictionary<string,Delegate/Action/Func>` to cache the result.Natasha is not responsible for anything other than the compilation responsibility.
70+
A: No, you cannot. Caching the result requires your action. Natasha follows a lightweight approach, where `AssemblyCSharpBuilder` is the smallest and most basic compilation unit. If you want to cache, you can implement your own `ConcurrentDictionary<string,Delegate/Action/Func>` to cache the result.Natasha is not responsible for anything other than the compilation responsibility.
7171

7272
### I only want to use the using statement, but I don't want to add so many references.
7373

src/i18n/ja-JP/docusaurus-plugin-content-docs/current/faq/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var simpleFunc = "return Math.Floor(arg1/0.3);"
6767

6868
### スクリプトの結果をキャッシュしたくありません。毎回コンパイルするのは嫌ですか?
6969

70-
答え:できません。結果をキャッシュするには、自分で`ConcurrentDictionary<string,Delegate/Action/Func>`を実装する必要があります。Natashaは軽量化路線を歩んでおり、`AssemblyCSharpBuilder`が最小限の基本的なコンパイルユニットです。Natasha 不负责<span class="notranslate">编译职责之外</span>的事情。
70+
答:不可以,缓存結果需要您來完成,Natasha 走的是輕量化路線,`AssemblyCSharpBuilder` 為最小最基礎的編譯單元,如果你想緩存,可以自己實現一個 `ConcurrentDictionary<string,Delegate/Action/Func>` 來緩存結果。Natasha 不负责<span class="notranslate">编译职责之外</span>的事情。
7171

7272
### 我只想使用 <span class="notranslate">using</span> 全集,但不想添加那么多的引用。
7373

src/i18n/ja-JP/docusaurus-plugin-content-docs/current/template/004-development-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Package(Builder) + API + Extension => Operator
4343

4444
<br/>
4545

46-
直接使用Natasha内置的Builder可以快速实现定制,例如:`OopBuilder<TOperator>``MethodBuilder<TOperator>`泛型方法。
46+
直接使用Natasha内置的Builder可以快速实现定制,例如:OopBuilder<TOperator>MethodBuilder<TOperator>泛型方法。
4747
前者为其提供对象构造模板,后者专注构建方法。
4848

4949
<br/>

0 commit comments

Comments
 (0)