Skip to content

Commit

Permalink
Update extension localization strings - Part5 (#2193)
Browse files Browse the repository at this point in the history
* Update 3 debugger i18n files

* Update errorstrings.i18n.json

* Update 2 extension i18n files
  • Loading branch information
EzioLi01 committed Aug 29, 2024
1 parent 21e2e2f commit a4e6c22
Show file tree
Hide file tree
Showing 91 changed files with 1,391 additions and 26 deletions.
25 changes: 25 additions & 0 deletions i18n/chs/src/common/configurationProviderHelper.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"PlatformSelectionTitle": "选择平台",
"PlatformSelectionPrompt": "运行平台",
"ApplicationTypeSelectionTitle": "选择 React Native 应用程序的类型",
"ApplicationTypeSelectionPrompt": "React Native 应用程序的类型",
"UseHermesEnginePrompt": "使用Hermes引擎直接调试?",
"UseHermesEngineInvalid": "使用 Hermes 引擎尚未确认",
"ExpoHostTypeSelectionTitle": "选择Expo主机参数类型",
"ExpoHostTypeSelectionPrompt": "Expo主机参数类型",
"BrowserTypeSelectionTitle": "选择浏览器类型",
"BrowserTypeSelectionPrompt": "浏览器类型",
"NoBrowserTargetSelected": "未选择浏览器目标",
"AddressInputTitle": "主机地址",
"AddressInputPrompt": "输入主机地址",
"AddressInputInvalid": "输入有效的主机名或 IP 地址",
"PortInputTitle": "主机的端口",
"PortInputPrompt": "输入调试服务器正在侦听的端口号",
"PortInputInvalid": "输入有效的端口号",
"UseHermesEngine":"使用 Hermes 引擎"
}
40 changes: 39 additions & 1 deletion i18n/chs/src/common/error/errorStrings.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,43 @@
"FailedToSendMessageToTheReactNativeApp": "未能将消息发送到 React Native 应用。消息:\n{0}",
"ReactNativeWorkerProcessThrownAnError": "React Native 辅助进程引发错误",
"CouldntImportScriptAt": "无法在 <{0}> 处导入脚本",
"RNMessageWithMethodExecuteApplicationScriptDoesntHaveURLProperty": "包含方法 executeApplicationScript 的 RNMessage 没有 \"url\" 属性"
"RNMessageWithMethodExecuteApplicationScriptDoesntHaveURLProperty": "包含方法 executeApplicationScript 的 RNMessage 没有 \"url\" 属性",
"CommandCanceled": "命令“{0}”已被用户取消",
"DebuggingCommandFailed": "执行调试命令“{0}”时出错",
"ApplicationLaunchFailed": "启动应用程序时出错:{0}",
"CouldNotAttachToDebugger": "将调试器附加到应用程序时出错:{0}",
"CouldNotFindProjectVersion": "在当前工作区或文件夹中找不到 React Native 版本",
"FailedToConfigEASBuild": "无法使用 EAS 构建配置 Expo 应用程序",
"FailedToOpenProjectPage": "无法在网页中打开 EAS 项目",
"FailedToLaunchExpoWeb": "无法启动 ExpoWeb",
"FailedToRevertOpenModule": "无法恢复打开模块",
"FailedToOpenRNUpgradeHelper": "无法打开反应本机升级助手",
"FailedToInstallExpoGo": "无法下载并安装 Expo Go 应用程序",
"CouldNotFindWorkspace": "找不到任何工作区或 React Native 项目文件夹",
"ReactNativePackageIsNotInstalled": "在node_modules中找不到react-native包,请在项目中运行“npm install”来安装它",
"ReactNativeWindowsIsNotInstalled": "您似乎没有安装“react-native-windows”软件包,请继续访问 https://github.com/microsoft/react-native-windows#getting-started 了解更多信息",
"NgrokIsNotInstalledGlobally": "似乎“@expo/ngrok{0}”软件包未全局安装,使用 Expo 隧道需要此软件包,请运行“npm i -g @expo/ngrok{0}”以全局安装它",
"WinRunCommandFailed": "{0}\n ",
"CancellationTokenTriggered": "操作已取消",
"WorkspaceIsNotTrusted": "应信任项目路径“{0}”旁的工作区以使用“{1}”",
"CouldNotConnectToDebugTarget": "无法连接到位于 {0} 的调试目标:{1}",
"CannotAttachtoiOSDeviceDirectly": "无法找到 iOS 目标设备/模拟器,请检查“设置 > Safari > 高级 > Web Inspector = ON”或尝试在 launch.json 中指定不同的“端口”参数,另外请确保调试中的“目标”属性",
"FailedToStartAndroidEmulator": "启动Android模拟器时出错",
"FailedToStartIOSSimulator": "启动iOS模拟器时出错",
"AndroidThereIsNoAnyOnlineDebuggableTarget": "没有任何Android可调试在线目标",
"IOSThereIsNoAnyDebuggableTarget": "没有任何 iOS 可调试目标",
"TargetSelectionError": "目标启动已完成,但出现异常:{0}",
"CouldNotRecognizeTargetType": "无法识别目标 {0} 的类型",
"ReactNativemacOSIsNotInstalled": "您似乎没有安装“react-native-macos”软件包,请继续访问 https://microsoft.github.io/react-native-windows/docs/rnm-getting-started 了解更多信息",
"ErrorWhileStartMonitoringLogCat": "开始监控 LogCat 时出错",
"ErrorWhileStopMonitoringLogCat": "停止监控 LogCat 时出错",
"ErrorWhileSelectMonitoringLogCat": "未找到活动的 Android LogCat 监视器",
"CouldNotDirectDebugWithoutHermesEngine": "在没有启用 Hermes 引擎的情况下,无法开始直接调试 {0} 应用程序。请检查您的项目中是否启用了 Hermes 引擎,并且您的调试配置中是否包含设置为“true”的“useHermesEngine”属性",
"ErrorWhileStartNetworkInspector": "启动网络检查器时出错",
"ErrorWhileStopNetworkInspector": "停止网络检查器时出错",
"ErrorWhileCheckingDevEnvironment": "检查开发环境配置时出错",
"UserInputCanceled": "用户取消数据输入",
"FailedToRunPrebuild": "无法运行预构建",
"FailedToRunPrebuildClean": "无法运行干净的预构建",
"FailedToReopenQRCode": "重新打开二维码失败"
}
8 changes: 7 additions & 1 deletion i18n/chs/src/common/packager.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
"AboutToGetURL": "即将获得: {0}",
"BundleCacheWasPrewarmed": "已预热捆绑缓存。",
"CouldNotStartPackager": "无法启动包生成工具。",
"StoppingPackager": "正在停止包生成工具"
"StoppingPackager": "正在停止包生成工具",
"PackagerIsRunningBeforeStarting": "打包器已经在运行,如果您想调试,请使用“附加到打包器”选项",
"VerifyOpenModuleMainFileAndEntry": "需要检查主文件和打开模块的入口点,如果不存在则设置并写入新内容,路径:{0}",
"NoOpenMainFile": "在打开的模块中找不到主文件,正在执行安装程序...",
"CopyOpenMainFile": "复制 open-main.js 打开模块...",
"AddOpenMainEntry": "将 open-main.js 条目添加到 package.json 'main' 字段...",
"OpenMainEntryIsExisting": "在打开的模块中找到 open-main.js 和入口,跳过设置..."
}
8 changes: 8 additions & 0 deletions i18n/chs/src/debugger/debugSessionBase.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.
{
"CouldNotStopMonitoringLogcat": "无法停止监视 logcat:{0}"
}
8 changes: 8 additions & 0 deletions i18n/chs/src/debugger/direct/directDebugSession.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.
{
"CouldNotStartChildDebugSession": "无法启动子调试会话"
}
9 changes: 9 additions & 0 deletions i18n/chs/src/debugger/rnDebugSession.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.
{
"StartingDebuggerAppWorker": "启动调试器应用程序工作线程",
"DebuggerWorkerLoadedRuntimeOnPort": "调试器工作线程已在端口 {0} 上加载运行时"
}
11 changes: 11 additions & 0 deletions i18n/chs/src/debugger/webDebugSession.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.
{
"AttachingToApp": "附加到应用程序",
"FailedToStartDebugSession": "无法启动子调试会话",
"NoReactNativeCdpProxy": "无法获取 React 本机 cdp 代理",
"ExpoWebIsNotRunning": "ExpoWeb 未运行,请检查 Metro 状态和浏览器启动 URL"
}
25 changes: 25 additions & 0 deletions i18n/cht/src/common/configurationProviderHelper.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"PlatformSelectionTitle": "選擇平台",
"PlatformSelectionPrompt": "運行平台",
"ApplicationTypeSelectionTitle": "選擇 React Native 應用程式的類型",
"ApplicationTypeSelectionPrompt": "React Native 應用程式的類型",
"UseHermesEnginePrompt": "使用Hermes引擎直接調試?",
"UseHermesEngineInvalid": "使用 Hermes 引擎尚未確認",
"ExpoHostTypeSelectionTitle": "選擇Expo主機參數類型",
"ExpoHostTypeSelectionPrompt": "Expo主機參數類型",
"BrowserTypeSelectionTitle": "選擇瀏覽器類型",
"BrowserTypeSelectionPrompt": "瀏覽器類型",
"NoBrowserTargetSelected": "未選擇瀏覽器目標",
"AddressInputTitle": "主機位址",
"AddressInputPrompt": "輸入主機位址",
"AddressInputInvalid": "輸入有效的主機名稱或 IP 位址",
"PortInputTitle": "主機的連接埠",
"PortInputPrompt": "輸入調試伺服器正在偵聽的連接埠號",
"PortInputInvalid": "輸入有效的連接埠號",
"UseHermesEngine": "使用 Hermes 引擎"
}
40 changes: 39 additions & 1 deletion i18n/cht/src/common/error/errorStrings.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,43 @@
"FailedToSendMessageToTheReactNativeApp": "無法傳送訊息至 React Native 應用程式。訊息:\n{0}",
"ReactNativeWorkerProcessThrownAnError": "React Native 背景工作處理序擲回錯誤",
"CouldntImportScriptAt": "無法在 <{0}> 匯入指令碼",
"RNMessageWithMethodExecuteApplicationScriptDoesntHaveURLProperty": "方法 'executeApplicationScript' 的 RNMessage 不具 'url' 屬性"
"RNMessageWithMethodExecuteApplicationScriptDoesntHaveURLProperty": "方法 'executeApplicationScript' 的 RNMessage 不具 'url' 屬性",
"CommandCanceled": "指令「{0}」已被使用者取消",
"DebuggingCommandFailed": "執行調試指令“{0}”時出錯",
"ApplicationLaunchFailed": "啟動應用程式時發生錯誤:{0}",
"CouldNotAttachToDebugger": "將偵錯器附加到應用程式時出錯:{0}",
"CouldNotFindProjectVersion": "在目前工作區或資料夾中找不到 React Native 版本",
"FailedToConfigEASBuild": "無法使用 EAS 建置配置 Expo 應用程式",
"FailedToOpenProjectPage": "無法在網頁中開啟 EAS 項目",
"FailedToLaunchExpoWeb": "無法啟動 ExpoWeb",
"FailedToRevertOpenModule": "無法恢復開啟模組",
"FailedToOpenRNUpgradeHelper": "無法開啟反應本機升級助手",
"FailedToInstallExpoGo": "無法下載並安裝 Expo Go 應用程式",
"CouldNotFindWorkspace": "找不到任何工作區或 React Native 專案資料夾",
"ReactNativePackageIsNotInstalled": "在node_modules中找不到react-native包,請在專案中執行「npm install」來安裝它",
"ReactNativeWindowsIsNotInstalled": "您似乎沒有安裝“react-native-windows”軟體包,請繼續訪問 https://github.com/microsoft/react-native-windows#getting-started 以了解更多信息",
"NgrokIsNotInstalledGlobally": "似乎“@expo/ngrok{0}”軟體包未全域安裝,使用 Expo 隧道需要此軟體包,請執行“npm i -g @expo/ngrok{0}”以全局安裝它",
"WinRunCommandFailed": "{0}\n ",
"CancellationTokenTriggered": "操作已取消",
"WorkspaceIsNotTrusted": "應信任專案路徑“{0}”旁的工作區以使用“{1}”",
"CouldNotConnectToDebugTarget": "無法連接到位於 {0} 的調試目標:{1}",
"CannotAttachtoiOSDeviceDirectly": "無法找到 iOS 目標裝置/模擬器,請檢查「設定 > Safari > 進階 > Web Inspector = ON」或嘗試在 launch.json 中指定不同的「連接埠」參數,另外請確保偵錯中的「目標」屬性場景定義正確",
"FailedToStartAndroidEmulator": "啟動Android模擬器時出錯",
"FailedToStartIOSSimulator": "啟動iOS模擬器時發生錯誤",
"AndroidThereIsNoAnyOnlineDebuggableTarget": "沒有Android可調試在線目標",
"IOSThereIsNoAnyDebuggableTarget": "沒有任何 iOS 可偵錯目標",
"TargetSelectionError": "目標啟動已完成,但出現異常:{0}",
"CouldNotRecognizeTargetType": "無法辨識目標 {0} 的類型",
"ReactNativemacOSIsNotInstalled": "您似乎沒有安裝“react-native-macos”軟體包,請繼續訪問 https://microsoft.github.io/react-native-windows/docs/rnm-getting-started 以了解更多信息",
"ErrorWhileStartMonitoringLogCat": "開始監控 LogCat 時出錯",
"ErrorWhileStopMonitoringLogCat": "停止監控 LogCat 時出錯",
"ErrorWhileSelectMonitoringLogCat": "未找到活動的 Android LogCat 監視器",
"CouldNotDirectDebugWithoutHermesEngine": "在沒有啟用 Hermes 引擎的情況下,無法開始直接偵錯 {0} 應用程式。",
"ErrorWhileStartNetworkInspector": "啟動網路檢查器時發生錯誤",
"ErrorWhileStopNetworkInspector": "停止網路檢查器時發生錯誤",
"ErrorWhileCheckingDevEnvironment": "檢查開發環境配置時發生錯誤",
"UserInputCanceled": "使用者取消資料輸入",
"FailedToRunPrebuild": "無法運行預構建",
"FailedToRunPrebuildClean": "無法運行乾淨的預構建",
"FailedToReopenQRCode": "重新開啟二維碼失敗"
}
8 changes: 7 additions & 1 deletion i18n/cht/src/common/packager.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
"AboutToGetURL": "即將取得: {0}",
"BundleCacheWasPrewarmed": "此套件組合快取已預熱。",
"CouldNotStartPackager": "無法啟動封裝工具。",
"StoppingPackager": "正在停止封裝工具"
"StoppingPackager": "正在停止封裝工具",
"PackagerIsRunningBeforeStarting": "打包器已經在運行,如果您想調試,請使用“附加到打包器”選項",
"VerifyOpenModuleMainFileAndEntry": "需要檢查主檔案和開啟模組的入口點,如果不存在則設定並寫入新內容,路徑:{0}",
"NoOpenMainFile": "在開啟的模組中找不到主文件,正在執行安裝程式...",
"CopyOpenMainFile": "複製 open-main.js 開啟模組...",
"AddOpenMainEntry": "將 open-main.js 條目新增至 package.json 'main' 欄位...",
"OpenMainEntryIsExisting": "在開啟的模組中找到 open-main.js 和入口,跳過設定..."
}
8 changes: 8 additions & 0 deletions i18n/cht/src/debugger/debugSessionBase.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.
{
"CouldNotStopMonitoringLogcat": "無法停止監視 logcat:{0}"
}
8 changes: 8 additions & 0 deletions i18n/cht/src/debugger/direct/directDebugSession.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.
{
"CouldNotStartChildDebugSession": "無法啟動子偵錯會話"
}
9 changes: 9 additions & 0 deletions i18n/cht/src/debugger/rnDebugSession.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.
{
"StartingDebuggerAppWorker": "啟動調試器應用程式工作線程",
"DebuggerWorkerLoadedRuntimeOnPort": "調試器工作線程已在連接埠 {0} 上載入運行時"
}
11 changes: 11 additions & 0 deletions i18n/cht/src/debugger/webDebugSession.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.
{
"AttachingToApp": "附加到應用程式",
"FailedToStartDebugSession": "無法啟動子偵錯會話",
"NoReactNativeCdpProxy": "無法取得 React 本機 cdp 代理",
"ExpoWebIsNotRunning": "ExpoWeb 未執行,請檢查 Metro 狀態和瀏覽器啟動 URL"
}
25 changes: 25 additions & 0 deletions i18n/csy/src/common/configurationProviderHelper.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"PlatformSelectionTitle": "Vyberte platformu",
"PlatformSelectionPrompt": "Platforma na běhání",
"ApplicationTypeSelectionTitle": "Vyberte typ aplikace React Native",
"ApplicationTypeSelectionPrompt": "Typ aplikace React Native",
"UseHermesEnginePrompt": "Použít Hermes engine pro přímé ladění?",
"UseHermesEngineInvalid": "Použití enginu Hermes není potvrzeno",
"ExpoHostTypeSelectionTitle": "Vyberte typ parametru hostitele Expo",
"ExpoHostTypeSelectionPrompt": "Typ parametru hostitele Expo",
"BrowserTypeSelectionTitle": "Vyberte typ prohlížeče",
"BrowserTypeSelectionPrompt": "Typ prohlížeče",
"NoBrowserTargetSelected": "Cíl prohlížeče není vybrán",
"AddressInputTitle": "Adresa hostitele",
"AddressInputPrompt": "Zadejte adresu hostitele",
"AddressInputInvalid": "Zadejte platný název hostitele nebo adresu IP",
"PortInputTitle": "Přístav hostitele",
"PortInputPrompt": "Zadejte číslo portu, na kterém ladicí server naslouchá",
"PortInputInvalid": "Zadejte platné číslo portu",
"UseHermesEngine": "Použijte Hermes Engine"
}
Loading

0 comments on commit a4e6c22

Please sign in to comment.