Skip to content

Commit

Permalink
[master] Translations update (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: bonita-ci <[email protected]>
  • Loading branch information
github-actions[bot] and bonita-ci authored Jun 4, 2024
1 parent 2bcc256 commit c088439
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions components/packages/misc/pagination-selector/src/i18n/ja.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Pagination",
"nbelements": "Element (c)",
"nbelementsPlaceholder": "Type a number of elements",
"pageindex": "Page index (p)",
"pageindexPlaceholder": "Type a page index"
"title": "ページネーション",
"nbelements": "要素 (c)",
"nbelementsPlaceholder": "要素の数を入力",
"pageindex": "ページインデックス (p)",
"pageindexPlaceholder": "ページインデックスを入力"
}
12 changes: 6 additions & 6 deletions components/packages/misc/query-selector/src/i18n/ja.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"help": "Select a query from one of the 2 lists. If any, enter the filter value(s)",
"defaultQueriesTitle": "'Find By' queries on an attribute",
"additionalQueriesTitle": "Additional queries",
"filterTitlePrefix": "Filter the query of",
"tip1": "If you dragged and dropped a Business Object, you can now use the generated user interface, or adapt it to your needs. If you created a new variable, you can create your own user interface using this variable.",
"tip2": "The return type of the generated Business Data variable is an array."
"help": "2 つのリストからクエリを選択します。存在する場合は、フィルタの値を入力します。",
"defaultQueriesTitle": "属性の「Find By」クエリ",
"additionalQueriesTitle": "追加のクエリ",
"filterTitlePrefix": "次のクエリをフィルタリングします:",
"tip1": "ビジネスオブジェクトをドラッグ&ドロップすると、生成されたユーザインタフェースを使用したり、ニーズに合わせて調整したりすることができます。新しい変数を作成した場合は、この変数を使用して独自のユーザーインターフェイスを作成できます。",
"tip2": "生成されたビジネス データ変数の戻り値の型は、配列です。"
}
2 changes: 1 addition & 1 deletion components/packages/misc/search-box/src/i18n/ja.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"placeholder": "Search queries"
"placeholder": "検索クエリ"
}

0 comments on commit c088439

Please sign in to comment.