Skip to content

Commit

Permalink
fix(event_loop):make outline&title consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecil0o0 committed Sep 18, 2024
1 parent 1b3a718 commit ea846b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kumascript/macros/JsSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var text = mdn.localStringMap({
'Inheritance': 'Inheritance and the prototype chain',
'Strict_mode': 'Strict mode',
'Memory_management': 'Memory Management',
'Event_loop': 'Concurrency model and Event Loop',
'Event_loop': 'The event loop',
'Reference': 'References',
'Global_Objects': 'Built-in objects',
'Operators': 'Expressions & operators',
Expand Down Expand Up @@ -158,7 +158,7 @@ var text = mdn.localStringMap({
'Inheritance': 'L\'héritage et la chaîne de prototypes',
'Strict_mode': 'Mode strict',
'Memory_management': 'Gestion de la mémoire',
'Event_loop': 'Concurrence et boucle des évènements',
'Event_loop': 'boucle des évènements',
'Reference': 'Références',
'Global_Objects': 'Objets natifs',
'Operators': 'Expressions et opérateurs',
Expand Down Expand Up @@ -213,7 +213,7 @@ var text = mdn.localStringMap({
'Inheritance': '继承和原型链',
'Strict_mode': '严格模式',
'Memory_management': '内存管理',
'Event_loop': '并发模型与事件循环',
'Event_loop': '事件循环',
'Reference': '参考',
'Global_Objects': '内置对象',
'Operators': '表达式和运算符',
Expand Down Expand Up @@ -268,7 +268,7 @@ var text = mdn.localStringMap({
'Inheritance': '継承とプロトタイプチェーン',
'Strict_mode': 'Strict モード',
'Memory_management': 'メモリー管理',
'Event_loop': '並列モデルとイベントループ',
'Event_loop': 'イベントループ',
'Reference': 'リファレンス',
'Global_Objects': '組み込みオブジェクト',
'Operators': '式と演算子',
Expand Down Expand Up @@ -378,7 +378,7 @@ var text = mdn.localStringMap({
'Inheritance': 'Herança e a cadeia de "prototype"',
'Strict_mode': 'Strict mode - Modo estrito',
'Memory_management': 'Gerenciamento de memória',
'Event_loop': 'Modelo de concorrência e Loop de Eventos',
'Event_loop': 'O loop de eventos',
'Reference': 'Referências',
'Global_Objects': 'Objetos pré-definidos',
'Operators': 'Expressões e operadores',
Expand Down

0 comments on commit ea846b1

Please sign in to comment.