Skip to content
Snippets Groups Projects
Commit d74531c7 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix a few more issues in the ja translation preventing items from translating

parent 36030966
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -130,7 +130,7 @@
parameter="AlchemyRadarAlerts" />
</menu_item_check>
<menu_item_separator layout="topleft" />
<menu_item_check name ="color_nearby" label="Sync nearby colors to minimap">
<menu_item_check name="color_nearby" label="Sync nearby colors to minimap">
<menu_item_check.on_check
function="CheckControl"
parameter="AlchemyNearbyColorize" />
......
......@@ -3,6 +3,7 @@
<menu_item_call label="プロフィールを表示" name="view_profile"/>
<menu_item_call label="IM" name="im"/>
<menu_item_call label="テレポートを送る" name="offer_teleport"/>
<menu_item_call label="テレポートのリクエスト" name="request_teleport"/>
<menu_item_call label="ボイスコール" name="voice_call"/>
<menu_item_call label="チャットの履歴を表示…" name="chat_history"/>
<menu_item_call label="フレンド登録" name="add_friend"/>
......
......@@ -17,5 +17,5 @@
<menu_item_check name="radar_alerts" label="レーダーアラートを表示"/>
<menu_item_check name="radar_alerts_chat" label="ログアラートをチャットに記載"/>
<menu_item_separator />
<menu_item_check label="近くの色をミニマップに同期"/>
<menu_item_check label="近くの色をミニマップに同期" name="color_nearby"/>
</toggleable_menu>
......@@ -3,4 +3,5 @@
<menu_item_check label="新着順で並べ替え" name="sort_most"/>
<menu_item_check label="名前で並べ替え" name="sort_name"/>
<menu_item_check label="人物アイコンを表示" name="view_icons"/>
<menu_item_call label="履歴を消去" name="clear_history"/>
</toggleable_menu>
......@@ -2,5 +2,6 @@
<toggleable_menu name="Teleport History Item Menu">
<menu_item_call label="テレポート" name="Teleport"/>
<menu_item_call label="より詳細な情報" name="More Information"/>
<menu_item_call label="マップに表示" name="show_on_map"/>
<menu_item_call label="SLurlをコピー" name="CopyToClipboard"/>
</toggleable_menu>
\ No newline at end of file
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