Skip to content
Snippets Groups Projects
Commit ac649258 authored by Logue's avatar Logue
Browse files

Change list in marketplace translation "リスト" to "出品リスト".

parent 0305df4e
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<floater title="マーケットプレイス一覧" name="floater_marketplace_listings"> <floater title="マーケットプレイス出品リスト" name="floater_marketplace_listings">
<panel name="marketplace_listings_panel"> <panel name="marketplace_listings_panel">
<panel> <panel>
<panel name="marketplace_listings_inventory_placeholder_panel"> <panel name="marketplace_listings_inventory_placeholder_panel">
......
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
<menu_item_check label="新着順で並べ替え" name="sort_by_recent"/> <menu_item_check label="新着順で並べ替え" name="sort_by_recent"/>
<menu_item_check label="在庫数順で並べ替え(少から多へ)" name="sort_by_stock_amount"/> <menu_item_check label="在庫数順で並べ替え(少から多へ)" name="sort_by_stock_amount"/>
<menu_item_separator/> <menu_item_separator/>
<menu_item_check label="リストフォルダのみ表示" name="show_only_listing_folders"/> <menu_item_check label="出品リストフォルダのみ表示" name="show_only_listing_folders"/>
</toggleable_menu> </toggleable_menu>
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
<panel label="マーケットプレイス" name="Marketplace Panel"> <panel label="マーケットプレイス" name="Marketplace Panel">
<panel name="tool_panel"> <panel name="tool_panel">
<menu_button name="sort_btn" tool_tip="表示/並べ替えオプションを表示します。"/> <menu_button name="sort_btn" tool_tip="表示/並べ替えオプションを表示します。"/>
<button name="add_btn" tool_tip="新しいリストフォルダを作成します。"/> <button name="add_btn" tool_tip="新しい出品リストフォルダを作成します。"/>
<button label="エラーを確認" name="audit_btn" tool_tip="マーケットプレイスのリストを確認します。"/> <button label="エラーを確認" name="audit_btn" tool_tip="マーケットプレイスの出品リストを確認します。"/>
</panel> </panel>
<panel name="tab_container_panel"> <panel name="tab_container_panel">
<filter_editor label="マーケットプレイスのリストをフィルタ" name="filter_editor"/> <filter_editor label="マーケットプレイスの出品リストをフィルタ" name="filter_editor"/>
<tab_container name="marketplace_filter_tabs"/> <tab_container name="marketplace_filter_tabs"/>
</panel> </panel>
<panel name="marketplace_drop_zone"> <panel name="marketplace_drop_zone">
<text name="drop_zone_label"> <text name="drop_zone_label">
ここにフォルダをドロップして新しいリストを作成 ここにフォルダをドロップして新しい出品リストを作成
</text> </text>
</panel> </panel>
</panel> </panel>
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<inventory_panel label="すべて" name="All Items" tool_tip="ここにアイテムをドラッグ&ドロップしてリストに表示します。"/> <inventory_panel label="すべて" name="All Items" tool_tip="ここにアイテムをドラッグ&ドロップして出品リストに表示します。"/>
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<inventory_panel label="リストに掲載" name="Active Items"/> <inventory_panel label="出品リストに掲載" name="Active Items"/>
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<inventory_panel label="リストから削除済み" name="Inactive Items"/> <inventory_panel label="出品リストから削除済み" name="Inactive Items"/>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment