Skip to content

Commit

Permalink
fix: #6
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jan 22, 2022
1 parent c97d913 commit 6ab70bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/static/synonym.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
伺服器,服务器,服務器
布林型別,布尔类型,布爾類型
布林值,布爾值,布尔值
布林值,布尔值,布爾值
原始碼,源代码
全域,全局
全域類別庫,全局库,全局庫
Expand All @@ -16,6 +16,7 @@
合併,合並,合并
唯讀,只讀,只读
圖片,图像,圖像
執行,运行,運行
執行巨集,播放宏
字串,字符串
尋找,查找
Expand Down Expand Up @@ -47,4 +48,3 @@
音訊,音频
頁籤,标签页,标簽页,标籤页,標签頁,標簽頁,標籤頁,选项卡,選項卡
預設,默認,默认
執行,運行,运行
1 change: 1 addition & 0 deletions lib/static/table.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
布爾值|0x100000|0
全局库|0x100000|0
初始屏幕|0x100000|50000
反方向|0x8100000|0
Expand Down
2 changes: 2 additions & 0 deletions test/__snapshots__/segment.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ exports[`segment 屏幕 - action.android.emulator.home.button.text=主屏幕 1`]

exports[`segment 布林型別 - 預期布爾類型作為方法 {0} 返回類型 1`] = `"預期布爾類型作為方法 {0} 返回類型"`;

exports[`segment 布爾值 - 首選顯式 '-n' 檢查非空字串。使用 '=' 或 '-ne' 檢查布爾值和整數。 1`] = `"首選顯式 '-n' 檢查非空字串。使用 '=' 或 '-ne' 檢查布林值和整數。"`;

exports[`segment 形參 - 類型形參 ''{0}'' 不能直接實例化 1`] = `"類型參數 ''{0}'' 不能直接實例化"`;

exports[`segment 應用程序 - 重新加載應用程序設定 1`] = `"重新加載應用程式設定"`;
Expand Down

0 comments on commit 6ab70bc

Please sign in to comment.