Skip to content

Commit

Permalink
將提問樣板整合成一個,調整 superPrompt placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
joe committed May 5, 2023
1 parent 24e9690 commit ba6a6dc
Show file tree
Hide file tree
Showing 7 changed files with 676 additions and 580 deletions.
3 changes: 3 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
"placeholder_please_input": {
"message": "Please enter"
},
"placeholder_prompt_input_tips":{
"message":"Pressing tab can move to the next cell, and pressing shift + tab can move back to the previous cell."
},
"placeholder_supper_prompt_desc": {
"message": "Using {{}} can represent a field. You can set the field name and default value in {{}}, for example: {{ role || chef }}."
},
Expand Down
3 changes: 3 additions & 0 deletions _locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
"placeholder_please_input": {
"message": "入力してください"
},
"placeholder_prompt_input_tips":{
"message":"タブを押すと次のセルに移動できます。Shift + タブを押すと前のセルに戻ることができます。"
},
"placeholder_supper_prompt_desc": {
"message": "{{}} を使用すると、フィールドを表すことができます。{{}} 内にフィールド名とデフォルト値を設定できます。例えば、{{ ロール || シェフ }}。"
},
Expand Down
3 changes: 3 additions & 0 deletions _locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
"placeholder_please_input": {
"message": "입력해주세요"
},
"placeholder_prompt_input_tips":{
"message":"Tab을 누르면 다음 셀로 이동할 수 있으며, Shift + Tab을 누르면 이전 셀로 이동할 수 있습니다."
},
"placeholder_supper_prompt_desc": {
"message": "{{}}를 사용하면 필드를 나타낼 수 있습니다. {{}} 내에 필드 이름과 기본값을 설정할 수 있습니다. 예를 들어, {{ 역할 || 요리사 }} 입니다."
},
Expand Down
3 changes: 3 additions & 0 deletions _locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
"placeholder_please_input": {
"message": "请输入"
},
"placeholder_prompt_input_tips":{
"message":"按下 Tab 可以移动到下一个单元格,按下 Shift + Tab 可以移回上一个单元格。"
},
"placeholder_supper_prompt_desc": {
"message": "使用{{}}可以代表一个字段,{{}}里面可以设置字段名称和默认值,例如:{{ 角色 || 厨师 }}。"
},
Expand Down
3 changes: 3 additions & 0 deletions _locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
"placeholder_please_input": {
"message": "請輸入"
},
"placeholder_prompt_input_tips":{
"message":"按下 tab 可移動到下一格,按下 shift + tab 可移動回上一格。"
},
"placeholder_supper_prompt_desc": {
"message": "使用{{}}可以代表一個欄位,{{}}裡面可以設定欄位名稱和預設值,例如: {{ 角色 || 廚師 }}。"
},
Expand Down
Loading

0 comments on commit ba6a6dc

Please sign in to comment.