Skip to content

Commit

Permalink
Update extension localization strings - Part4 (#2192)
Browse files Browse the repository at this point in the history
* Update rnDebugConfigProvider.i18n.json

* Update launchJsonProvider.i18n.json

* Update debugconfigtypesandconstants.i18n.json

* Update commandindex.i18n.json

* Update startlogcatmonitor.i18n.json

* Update 3 command i18n file

* Update 4 command i18n files

* Update 4 command i18n files

* Update androidtargetmanager.i18n.json

* Update 4 android i18n files

* Update 2 extension i18n files

* Update 2 extension i18n files

* Update generalplatform.i18n.json

* Update 3 extension i18n files
  • Loading branch information
EzioLi01 committed Aug 28, 2024
1 parent 08cb41f commit 21e2e2f
Show file tree
Hide file tree
Showing 355 changed files with 3,270 additions and 201 deletions.
3 changes: 2 additions & 1 deletion i18n/chs/src/extension/android/adb.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"UsindAndroidSDKLocationDefinedInLocalPropertiesFile": "使用 android/local.properties 文件中定义的 Android SDK 位置: {0}。",
"LocalPropertiesFileDoesNotExist": "local.properties 文件不存在。请使用路径中的 Android SDK 位置。",
"CouldNotReadFrom": "无法从 {0} 中读取。",
"UsingAndroidSDKLocationFromPATH": "使用路径中的 Android SDK 位置。"
"UsingAndroidSDKLocationFromPATH": "使用路径中的 Android SDK 位置。",
"LocalPropertiesAndroidSDKPathNotExistingInLocal": "Local.properties 文件包含 Android SDK 路径,但在本地找不到,因此会切换到环境变量中的 SDK PATH。请检查 android/local.properties 文件中的 Android SDK 路径。"
}
2 changes: 1 addition & 1 deletion i18n/chs/src/extension/android/androidPlatform.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"TargetIsNotSupportedForAndroid": "Android 平台不支持目标 {0}\n 如果想要使用特定设备或模拟器来启动 Android 应用,\n 请改为指定设备 ID (如同在 \"adb devices\" 输出中一样)。",
"ThereIsNoOnlineTargetWithSpecifiedTargetType": "没有指定目标类型为“{0}”的任何在线目标,请继续使用任何在线目标",
"DeviceSupportsOnlyAPILevel": "设备 {0} 仅支持 API 级别 {1}。\n 需要级别 {2} 才能通过 adb 反向进行端口转发。\n 要使调试起作用,需要在开发人员菜单中<Shake or press menu button>,\n转到<Dev Settings>并将<Debug Server host & port for Device>配置为\n设备可访问的计算机的 IP 地址。有关详细信息,请参阅\n https://facebook.github.io/react-native/docs/debugging.html#debugging-react-native-apps",
"ErrorWhileMonitoringLogCat": "监视 LogCat 时出错"
}
11 changes: 11 additions & 0 deletions i18n/chs/src/extension/android/androidTargetManager.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"CouldNotUseEmulators": "尝试安装模拟器时出错:{0},仅继续使用在线目标",
"RDPEmulatorWarning": "Android 模拟器是从 Windows RDP 会话启动的,这可能会导致失败",
"EmulatorLaunched": "推出 Android 模拟器 {0}",
"EmulatorStartWarning": "无法在 {1} 秒内启动模拟器 {0}"
}
17 changes: 17 additions & 0 deletions i18n/chs/src/extension/appLauncher.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"PrewarmingBundleCache": "预热捆绑包缓存,这可能需要一段时间......",
"BuildingAndRunningApplication": "构建并运行应用程序",
"PrepareHermesDebugging": "准备Hermes调试",
"PrepareHermesLaunch": "准备 Hermes 加载",
"PrepareDirectIosDebugging": "准备直接iOS调试(实验性)",
"PrepareDirectIosLaunch": "准备直接 iOS 启动(实验性)",
"DisableJSDebugging": "禁用 JS 调试",
"EnableJSDebugging": "启用 JS 调试",
"BrowserError": "浏览器错误:{0}",
"BrowserExit": "浏览器已关闭,退出代码:{0}"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"UnableToFindPlistFileToConfigureDebugging": "找不到plist文件来配置调试"
}
13 changes: 13 additions & 0 deletions i18n/chs/src/extension/commands/configEASBuild.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"CheckExpoEnvironment": "检查Expo项目环境",
"FoundEASJsonFile": "您的应用程序根目录中已存在一个 eas.json 文件",
"ConfigEASBuildInProgress": "创建 EAS 构建配置文件",
"ConfigEASBuildSuccessfully": "成功创建 EAS 构建配置文件",
"NoExistingEASProject": "无法找到现有的 EAS 项目,请先运行“eas init”将您的应用程序绑定到 EAS 项目",
"NotExpoApplication": "当前应用程序不是 Expo 应用程序"
}
8 changes: 8 additions & 0 deletions i18n/chs/src/extension/commands/debugScenario.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"CouldNotFindPredefinedDebugConfig": "找不到名为“{0}”的预定义调试配置"
}
8 changes: 8 additions & 0 deletions i18n/chs/src/extension/commands/elementInspector.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"AnotherElementInspectorAlreadyRun": "另一个元素检查器已经运行"
}
16 changes: 16 additions & 0 deletions i18n/chs/src/extension/commands/installExpoGoApplication.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"CheckExpoEnvironment": "检查Expo项目环境",
"DownloadAndroidExpoGo": "\n下载 Android 版 Expo Go。 \n",
"FailedToDownloadExpoGo": "下载 Expo Go 失败",
"FailedToInstallExpoGo": "无法安装 Expo Go",
"ManualInstall": "请从项目根路径手动安装 Expo Go。 \n",
"NotDarwinPlatform": "当前操作系统可能不支持 iOS 安装程序,Expo Go 可能无法安装。\n",
"DownloadiOSExpoGo": "\n下载 iOS 版 Expo Go。 \n",
"CannotAutoInstall": "无法自动安装 Expo Go,选择手动安装或目标机器不是 MacOS。 \n",
"NotExpoProject": "当前项目不属于Expo管理范围"
}
9 changes: 9 additions & 0 deletions i18n/chs/src/extension/commands/launchExpoWeb.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"CheckExpoEnvironment": "检查Expo项目环境",
"NotAnExpoProject": "这不是Expo项目"
}
8 changes: 8 additions & 0 deletions i18n/chs/src/extension/commands/networkInspector.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"AnotherNetworkInspectorAlreadyRun": "另一个网络检查器已在运行"
}
10 changes: 10 additions & 0 deletions i18n/chs/src/extension/commands/openEASProject.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"CheckExpoEnvironment": "检查Expo项目环境",
"ExpoProjectNotLinkToEAS": "您的应用程序未链接到 EAS 项目,请先运行“eas init”将您的应用程序绑定到 EAS 项目",
"NoExistingEASProject": "无法找到现有的 EAS 项目,请先运行“eas init”将您的应用程序绑定到 EAS 项目"
}
8 changes: 8 additions & 0 deletions i18n/chs/src/extension/commands/openRNUpgradeHelper.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"OpenInWebBrowser": "在网络浏览器中打开 React Native 升级助手"
}
10 changes: 10 additions & 0 deletions i18n/chs/src/extension/commands/publishToExpHost.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ExponentPublishingWasUnsuccessfulMakeSureYoureLoggedInToExpo": "发布失败,请确保您已登录 Expo 并且您的项目是有效的 Expo 项目",
"PublishingAppToExponentServer": "正在将应用程序发布到 Expo 服务器,这可能需要一些时间",
"ExpoAppSuccessfullyPublishedTo": "Expo 应用程序已成功发布到 {0}"
}
13 changes: 13 additions & 0 deletions i18n/chs/src/extension/commands/revertOpenModule.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"FailedToDeleteMainFile": "无法删除 open-main.js 文件",
"NotFindMainFile": "在打开模块中找不到 open-main.js 文件,跳过主文件删除",
"FailedToDeleteEntry": "删除主条目失败",
"NotFindMainEntry": "在 package.json 文件中找不到主条目,跳过条目删除",
"CompleteOpenModuleCleaUp": "打开模块清理完成",
"NotFindOpenModule": "无法在您的项目中找到打开的模块,请再次检查"
}
8 changes: 8 additions & 0 deletions i18n/chs/src/extension/commands/showDevMenu.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ReactNativeShowDevMenu": "React Native:显示应用程序的开发人员菜单"
}
9 changes: 9 additions & 0 deletions i18n/chs/src/extension/commands/startLogCatMonitor.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"OnlineAndroidDeviceNotFound": "找不到合适的在线 Android 设备来启动 LogCat 监视器",
"ErrorWhileMonitoringLogCat": "监控LogCat时出错"
}
8 changes: 8 additions & 0 deletions i18n/chs/src/extension/commands/util/index.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ExpoErrorOccuredMakeSureYouAreLoggedIn": "发生错误,请确保您已登录到 Expo,您的项目已正确设置用于发布,并且您的打包程序正在作为 Expo 运行"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"expoHostTypeTunnel": "允许通过 Expo 云服务部署和调试应用程序",
"expoHostTypeLAN": "允许通过 LAN 部署和安装应用程序",
"expoHostTypeLocal": "允许在没有网络连接的情况下在模拟器或 Android 设备上调试应用程序"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"SelectReactNativeDebugConfiguration": "选择 React Native 调试配置"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"DebugAndroidConfigDesc": "运行和调试 Android 应用程序",
"RunAndroidConfigDesc": "运行Android应用程序",
"DebugiOSConfigDesc": "运行和调试 iOS 应用程序",
"RuniOSConfigDesc": "运行iOS应用程序",
"DebugWindowsConfigDesc": "运行和调试 Windows 应用程序",
"DebugmacOSConfigDesc": "运行和调试 macOS 应用程序",
"AttachToPackagerConfigDesc": "附加到已经工作的应用程序打包器",
"DebugExpoConfigDesc": "在 Expo 中调试 Expo 应用程序或 React Native 应用程序",
"DebugHermesExpoConfigDesc": "在 Expo 中调试 Hermes Expo 应用程序或 React Native 应用程序",
"DebugExpoWebConfigDesc": "在 Web 浏览器上调试 Hermes Expo 应用程序",
"DebugAndroidHermesConfigDesc": "运行和调试 Android Hermes 应用程序",
"RunAndroidHermesConfigDesc": "运行 Android Hermes 应用程序",
"DebugIosHermesConfigDesc": "运行和调试 iOS Hermes 应用程序",
"RunIosHermesConfigDesc": "运行 iOS Hermes 应用程序",
"DebugMacOSHermesConfigDesc": "运行和调试 macOS Hermes 应用程序",
"DebugWindowsHermesConfigDesc": "运行和调试 Windows Hermes 应用程序",
"AttachToPackagerHermesConfigDesc": "直接附加到 Android 上已经运行的 React Native Hermes 应用程序",
"DebugDirectiOSConfigDesc": "直接运行和调试iOS应用程序",
"RunDirectiOSConfigDesc": "运行具有直接调试支持的 iOS 应用程序",
"AttachToPackageriOSConfigDesc": "直接附加到已经运行的 React Native iOS 应用程序",
"RunApplicationScenario": "无需调试即可运行 React Native 应用程序",
"DebugApplicationScenario": "调试 React Native 应用程序",
"AttachApplicationScenario": "附加到正在运行的 React Native 应用程序",
"DebugConfigQuickPickSequentialLabel": "选择调试配置",
"DebugConfigQuickPickLabel": "选择调试配置"
}
8 changes: 2 additions & 6 deletions i18n/chs/src/extension/generalMobilePlatform.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ReactNativeRunPlatform": "React Native: 运行 {0}",
"ConnectedToPackager": "已连接到包生成工具。现在可在该模拟器中打开你的应用。",
"DebuggerReadyEnableRemoteDebuggingInApp": "调试器准备就绪。启用应用中的远程调试。",
"DebuggerReadyDisableRemoteDebuggingInApp": "调试器准备就绪。禁用应用中的远程调试。",
"StartingReactNativePackager": "正在启动 React Native 包生成工具。",
"AttachingToRunningReactNativePackager": "正在附加到运行 React Native 的包生成工具"
"CouldNotFindAnyDebuggableTarget": "无法按指定目标找到任何可调试目标:{0}",
"ContinueWithRnCliWorkflow": "继续使用标准 RN CLI 工作流程"
}
13 changes: 13 additions & 0 deletions i18n/chs/src/extension/generalPlatform.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ReactNativeRunPlatform": "React Native:运行 {0}",
"ConnectedToPackager": "连接到打包器,您现在可以在模拟器中打开您的应用程序",
"DebuggerReadyEnableRemoteDebuggingInApp": "调试器就绪,在应用程序中启用远程调试",
"DebuggerReadyDisableRemoteDebuggingInApp": "调试器就绪,禁用应用程序中的远程调试",
"StartingReactNativePackager": "启动 React Native 打包器",
"AttachingToRunningReactNativePackager": "附加到正在运行的 React Native 打包器"
}
9 changes: 9 additions & 0 deletions i18n/chs/src/extension/mobileTargetManager.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"CouldNotRecognizeTargetType": "无法识别目标 {0} 的类型",
"SelectTargetDevice": "选择启动应用程序的目标设备"
}
4 changes: 3 additions & 1 deletion i18n/chs/src/extension/packagerStatusIndicator.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
"PackagerStopped": "{0}: 已停止",
"PackagerStopping": "{0}: 正在停止",
"PackagerStarted": "{0}: 已启动",
"PackagerStarting": "{0}: 正在启动"
"PackagerStarting": "{0}: 正在启动",
"StartingPackager": "启动打包器",
"StoppingPackager": "停止打包程序"
}
Loading

0 comments on commit 21e2e2f

Please sign in to comment.