Skip to content

Commit

Permalink
Merge pull request #1340 from 54853315/patch-1
Browse files Browse the repository at this point in the history
Added Chiniese language
  • Loading branch information
ciaranmcnulty authored Jun 30, 2022
2 parents fa77078 + 1c37e81 commit 298837a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,21 @@
'undefined_count' => '{1,21,31} %count% не определен|]1,Inf] %count% не определено',
'skipped_count' => '{1,21,31} %count% пропущен|]1,Inf] %count% пропущено',
),
'zh' => array(
'snippet_context_choice' => '<snippet_undefined><snippet_keyword>%count%</snippet_keyword> 有新的场景步骤, 请选择要生成代码片段的ContextClass:</snippet_undefined>',
'snippet_proposal_title' => '<snippet_undefined><snippet_keyword>%count%</snippet_keyword> 已经更新。 请检查生成片段:</snippet_undefined>',
'snippet_missing_title' => '<snippet_undefined>您可以使用 <snippet_keyword>--snippets-for</snippet_keyword> CLI命令更新 <snippet_keyword>%count%</snippet_keyword> 的ContextClass:</snippet_undefined>',
'skipped_scenarios_title' => '跳过场景:',
'failed_scenarios_title' => '失败的场景:',
'failed_hooks_title' => '失败的挂钩(hooks):',
'failed_steps_title' => '失败的步骤:',
'pending_steps_title' => '生成的步骤:',
'scenarios_count' => '{0} No scenarios|{1} 1 个场景|]1,Inf] %count% 个场景',
'steps_count' => '{0} 没有步骤|{1} 1 个步骤|]1,Inf] %count% 个步骤',
'passed_count' => '[1,Inf] %count% 个成功',
'failed_count' => '[1,Inf] %count% 个失败',
'pending_count' => '[1,Inf] %count% 个待实现方法',
'undefined_count' => '[1,Inf] %count% 个未定义',
'skipped_count' => '[1,Inf] %count% 个跳过',
),
);

0 comments on commit 298837a

Please sign in to comment.