mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 23:24:06 +08:00
Summary: This PR makes the android dev menu consistent with iOS where toggling the inspector will update the button label accordingly. Closes https://github.com/facebook/react-native/pull/4628 Reviewed By: svcscm Differential Revision: D2740549 Pulled By: mkonicek fb-gh-sync-id: 02458d09b84e1592dcf245290ee2bbfb2863060d
17 lines
965 B
XML
17 lines
965 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- See https://www.facebook.com/groups/303159406399348/permalink/410968105618477/ -->
|
|
<!-- @generated SignedSource<<e2193a48ee3afacc41a83f3bf2a710c0>> -->
|
|
<!-- @nolint -->
|
|
<!-- @mobile export_name="fbandroid 2015-07-14 at 10:02:32 GMT" locale="zh_HK" lib_name="java-com-facebook-catalyst-js-react-native-github-ReactAndroid-android_res-com-facebook-react-devsupport" -->
|
|
|
|
<resources>
|
|
<string name="catalyst_reloadjs">Reload JS</string>
|
|
<string name="catalyst_debugjs">Debug JS</string>
|
|
<string name="catalyst_settings">Dev Settings</string>
|
|
<string name="catalyst_settings_title">Catalyst Dev Settings</string>
|
|
<string name="catalyst_jsload_title">請稍候……</string>
|
|
<string name="catalyst_jsload_message">Fetching JS bundle</string>
|
|
<string name="catalyst_jsload_error">Unable to download JS bundle</string>
|
|
<string name="catalyst_element_inspector">檢查項目</string>
|
|
</resources>
|