Summary: This is a first step in breaking up the getting started docs. Ultimately, the React Native Android and iOS bits will become separate sections, too, but I won't to keep the diffs a bit smaller. This one doesn't really do much apart from reorganising the current content. Reviewed By: mweststrate Differential Revision: D20815235 fbshipit-source-id: 5c85b788211699a2a9f5808b9e2590c7db68a1c1
216 lines
6.1 KiB
JSON
216 lines
6.1 KiB
JSON
{
|
|
"_comment": "This file is auto-generated by write-translations.js",
|
|
"localized-strings": {
|
|
"next": "Next",
|
|
"previous": "Previous",
|
|
"tagline": "Extensible mobile app debugging",
|
|
"docs": {
|
|
"custom-ports": {
|
|
"title": "Running Flipper with different ports",
|
|
"sidebar_label": "Using different ports"
|
|
},
|
|
"extending/arch": {
|
|
"title": "Architecture"
|
|
},
|
|
"extending/client-plugin-lifecycle": {
|
|
"title": "Client Plugin Lifecycle"
|
|
},
|
|
"extending/create-plugin": {
|
|
"title": "Client Plugin API"
|
|
},
|
|
"extending/create-table-plugin": {
|
|
"title": "Create Table Plugin"
|
|
},
|
|
"extending/debugging": {
|
|
"title": "Debugging"
|
|
},
|
|
"extending/error-handling": {
|
|
"title": "Error Handling"
|
|
},
|
|
"extending/establishing-a-connection": {
|
|
"title": "Secure Communication"
|
|
},
|
|
"extending/index": {
|
|
"title": "Clients and Plugins"
|
|
},
|
|
"extending/js-plugin-api": {
|
|
"title": "JavaScript Plugin API"
|
|
},
|
|
"extending/js-setup": {
|
|
"title": "JavaScript Plugin Definition"
|
|
},
|
|
"extending/layout-inspector": {
|
|
"title": "Extending Layout Inspector"
|
|
},
|
|
"extending/new-clients": {
|
|
"title": "Implementing a Flipper Client"
|
|
},
|
|
"extending/search-and-filter": {
|
|
"title": "Searching and Filtering"
|
|
},
|
|
"extending/send-data": {
|
|
"title": "Providing Data to Plugins"
|
|
},
|
|
"extending/styling-components": {
|
|
"title": "Styling Components"
|
|
},
|
|
"extending/supporting-layout": {
|
|
"title": "Implementing Layout Inspection"
|
|
},
|
|
"extending/testing": {
|
|
"title": "Testing"
|
|
},
|
|
"extending/ui-components": {
|
|
"title": "UI Components"
|
|
},
|
|
"features/crash-reporter-plugin": {
|
|
"title": "Crash Reporter"
|
|
},
|
|
"features/databases-plugin": {
|
|
"title": "Databases"
|
|
},
|
|
"features/images-plugin": {
|
|
"title": "Images"
|
|
},
|
|
"features/index": {
|
|
"title": "Features"
|
|
},
|
|
"features/layout-plugin": {
|
|
"title": "Layout Inspector"
|
|
},
|
|
"features/leak-canary-plugin": {
|
|
"title": "LeakCanary"
|
|
},
|
|
"features/logs-plugin": {
|
|
"title": "Logs"
|
|
},
|
|
"features/navigation-plugin": {
|
|
"title": "Navigation"
|
|
},
|
|
"features/network-plugin": {
|
|
"title": "Network"
|
|
},
|
|
"features/react-native": {
|
|
"title": "React Native Support"
|
|
},
|
|
"features/sandbox-plugin": {
|
|
"title": "Sandbox"
|
|
},
|
|
"features/share-flipper-data": {
|
|
"title": "Share Flipper Data"
|
|
},
|
|
"features/shared-preferences-plugin": {
|
|
"title": "Shared Preferences"
|
|
},
|
|
"getting-started/android-native": {
|
|
"title": "Set up your Android app",
|
|
"sidebar_label": "Android"
|
|
},
|
|
"getting-started/index": {
|
|
"title": "Desktop App"
|
|
},
|
|
"getting-started/ios-native": {
|
|
"title": "Set up your iOS app",
|
|
"sidebar_label": "iOS"
|
|
},
|
|
"getting-started/react-native": {
|
|
"title": "Set up your React Native App",
|
|
"sidebar_label": "React Native"
|
|
},
|
|
"setup/crash-reporter-plugin": {
|
|
"title": "Crash Reporter Setup",
|
|
"sidebar_label": "Crash Reporter"
|
|
},
|
|
"setup/databases-plugin": {
|
|
"title": "Databases Plugin Setup",
|
|
"sidebar_label": "Databases"
|
|
},
|
|
"setup/images-plugin": {
|
|
"title": "Images Setup",
|
|
"sidebar_label": "Images"
|
|
},
|
|
"setup/layout-plugin": {
|
|
"title": "Layout Inspector Setup",
|
|
"sidebar_label": "Layout Inspector"
|
|
},
|
|
"setup/leak-canary-plugin": {
|
|
"title": "LeakCanary Setup",
|
|
"sidebar_label": "LeakCanary"
|
|
},
|
|
"setup/navigation-plugin": {
|
|
"title": "Navigation Plugin Setup",
|
|
"sidebar_label": "Navigation"
|
|
},
|
|
"setup/network-plugin": {
|
|
"title": "Network Setup",
|
|
"sidebar_label": "Network"
|
|
},
|
|
"setup/sandbox-plugin": {
|
|
"title": "Sandbox Setup",
|
|
"sidebar_label": "Sandbox"
|
|
},
|
|
"setup/shared-preferences-plugin": {
|
|
"title": "Shared Preferences Setup",
|
|
"sidebar_label": "Shared Preferences"
|
|
},
|
|
"stetho": {
|
|
"title": "Stetho Guidance",
|
|
"sidebar_label": "Stetho Guidance"
|
|
},
|
|
"troubleshooting": {
|
|
"title": "Troubleshooting Issues",
|
|
"sidebar_label": "Troubleshooting Issues"
|
|
},
|
|
"tutorial/android": {
|
|
"title": "Building an Android Plugin"
|
|
},
|
|
"tutorial/intro": {
|
|
"title": "Intro"
|
|
},
|
|
"tutorial/ios": {
|
|
"title": "Building an iOS Plugin"
|
|
},
|
|
"tutorial/js-custom": {
|
|
"title": "Building Custom UI",
|
|
"sidebar_label": "Custom UI"
|
|
},
|
|
"tutorial/js-publishing": {
|
|
"title": "Publishing your Plugin",
|
|
"sidebar_label": "Publishing"
|
|
},
|
|
"tutorial/js-setup": {
|
|
"title": "Building a Flipper desktop plugin",
|
|
"sidebar_label": "Building a desktop plugin"
|
|
},
|
|
"tutorial/js-table": {
|
|
"title": "Showing a table"
|
|
},
|
|
"tutorial/react-native": {
|
|
"title": "Building a React Native Plugin"
|
|
}
|
|
},
|
|
"links": {
|
|
"Features": "Features",
|
|
"Setup": "Setup",
|
|
"Extending": "Extending",
|
|
"GitHub": "GitHub"
|
|
},
|
|
"categories": {
|
|
"Features": "Features",
|
|
"Getting Started": "Getting Started",
|
|
"Plugin Setup": "Plugin Setup",
|
|
"Advanced": "Advanced",
|
|
"Extending Flipper": "Extending Flipper",
|
|
"Tutorial": "Tutorial",
|
|
"Plugin Development": "Plugin Development",
|
|
"Other Platforms": "Other Platforms",
|
|
"Internals": "Internals"
|
|
}
|
|
},
|
|
"pages-strings": {
|
|
"Help Translate|recruit community translators for your project": "Help Translate",
|
|
"Edit this Doc|recruitment message asking to edit the doc source": "Edit",
|
|
"Translate this Doc|recruitment message asking to translate the docs": "Translate"
|
|
}
|
|
}
|