|
63 | 63 | "message": "扩展版本:",
|
64 | 64 | "description": "Displayed before the extension version"
|
65 | 65 | },
|
| 66 | + "commonNativeVersion": { |
| 67 | + "message": "原生版本:", |
| 68 | + "description": "Displayed before the native connector version" |
| 69 | + }, |
| 70 | + "commonRuntimeVersion": { |
| 71 | + "message": "运行环境版本:", |
| 72 | + "description": "Displayed before the app browser version" |
| 73 | + }, |
66 | 74 | "commonFirefoxVersion": {
|
67 | 75 | "message": "Firefox 版本:",
|
68 | 76 | "description": "Displayed before the main browser version"
|
|
171 | 179 | "message": "接受协议",
|
172 | 180 | "description": "The license accept button on the setup page"
|
173 | 181 | },
|
| 182 | + "setupPageConnectorInstallationMain": { |
| 183 | + "message": "您需要安装附加程序,以便扩展能够管理和运行网页应用的独立运行环境和配置文件。没有此程序,扩展将无法正常运作。请按照下面的说明进行安装。", |
| 184 | + "description": "The main connector installation notice on the setup page" |
| 185 | + }, |
| 186 | + "setupPageConnectorInstallationIncompatible": { |
| 187 | + "message": "当前安装的程序版本可能与当前版本的扩展不兼容。您需要更新程序或使用兼容版本的扩展才能正常运行。", |
| 188 | + "description": "The incompatible connector installation notice on the setup page" |
| 189 | + }, |
174 | 190 | "setupPageAdvancedOptionsTitle": {
|
175 | 191 | "message": "高级选项",
|
176 | 192 | "description": "The advanced runtime installation options toggle on the setup page"
|
177 | 193 | },
|
| 194 | + "setupPageDefaultRuntimeLocationTitle": { |
| 195 | + "message": "默认运行环境路径:", |
| 196 | + "description": "The title for the default runtime locations section" |
| 197 | + }, |
| 198 | + "setupPageReady": { |
| 199 | + "message": "此扩展已准备就绪,您可以关闭此页面。", |
| 200 | + "description": "The ready notice on the setup page" |
| 201 | + }, |
| 202 | + "updatePageTitle": { |
| 203 | + "message": "更新Progressive Web Apps for Firefox", |
| 204 | + "description": "The title of the update page" |
| 205 | + }, |
| 206 | + "updatePageNativeInstructions": { |
| 207 | + "message": "请按照以下说明操作。", |
| 208 | + "description": "Displayed on the update page nstruct users to follow the instructions to update the native connector" |
| 209 | + }, |
| 210 | + "updatePageExtensionOutdated": { |
| 211 | + "message": "此扩展目前已经过时。", |
| 212 | + "description": "Displayed on the update page when the extension is outdated" |
| 213 | + }, |
178 | 214 | "instructionsPageTitle": {
|
179 | 215 | "message": "安装说明",
|
180 | 216 | "description": "The title of the installation instructions page"
|
|
219 | 255 | "message": "若要手动安装该程序:",
|
220 | 256 | "description": "The title of the manual MSI installation option"
|
221 | 257 | },
|
| 258 | + "instructionsPageLinuxAurInstallSource": { |
| 259 | + "message": "源代码", |
| 260 | + "description": "The source AUR package" |
| 261 | + }, |
| 262 | + "instructionsPageLinuxAurInstallPreBuilt": { |
| 263 | + "message": "预构建版本", |
| 264 | + "description": "The pre-built AUR package" |
| 265 | + }, |
222 | 266 | "installPageTitle": {
|
223 | 267 | "message": "安装此网页应用",
|
224 | 268 | "description": "The title of the install web app page"
|
|
395 | 439 | "message": "在匹配的网站上启动相应网页应用",
|
396 | 440 | "description": "The label for the launch on website checkbox on the edit web app dialog"
|
397 | 441 | },
|
| 442 | + "managePageAppEditUpdateIconsLabel": { |
| 443 | + "message": "更新网页应用图标", |
| 444 | + "description": "The label for the icons update checkbox on the edit web app dialog" |
| 445 | + }, |
| 446 | + "managePageAppRemoveQuestion": { |
| 447 | + "message": "您确定要移除此网页应用吗?", |
| 448 | + "description": "The confirmation question on the remove web app dialog" |
| 449 | + }, |
| 450 | + "managePageAppRemoveCheckboxLabel": { |
| 451 | + "message": "删除配置文件和应用数据", |
| 452 | + "description": "The label for the profile delete checkbox on the remove web app dialog" |
| 453 | + }, |
| 454 | + "managePageProfileEditApplyProfileLabel": { |
| 455 | + "message": "应用配置文件模板", |
| 456 | + "description": "The label for the apply template checkbox on the edit profile dialog" |
| 457 | + }, |
398 | 458 | "managePageAutoLaunchEnable": {
|
399 | 459 | "message": "启用",
|
400 | 460 | "description": "The enable button for the automatic launching"
|
401 | 461 | },
|
| 462 | + "managePagePatchProfilesPatchRuntime": { |
| 463 | + "message": "修复运行环境", |
| 464 | + "description": "The checkbox label for patching runtime when patching profiles and runtime" |
| 465 | + }, |
| 466 | + "managePagePatchProfilesPatchProfiles": { |
| 467 | + "message": "修复配置文件", |
| 468 | + "description": "The checkbox label for patching profiles when patching profiles and runtime" |
| 469 | + }, |
| 470 | + "managePageReinstallRuntimeAbout1": { |
| 471 | + "message": "您确定要重新安装PWAsForFirefox运行环境吗?这将删除当前的运行环境并从Mozilla下载最新版本。", |
| 472 | + "description": "The first part of about reinstalling runtime message" |
| 473 | + }, |
| 474 | + "managePageReinstallRuntimeAbout2": { |
| 475 | + "message": "这<strong>不会</strong>影响您的Firefox浏览器,也<strong>不会</strong>移除任何配置文件等数据。", |
| 476 | + "description": "The second part of about reinstalling runtime message" |
| 477 | + }, |
402 | 478 | "buttonRuntimeInstallDefault": {
|
403 | 479 | "message": "安装运行环境",
|
404 | 480 | "description": "The runtime installation button on the setup page, allowing the user to install the runtime"
|
|
472 | 548 | "description": "The update button, after something (all web apps) has been updated"
|
473 | 549 | },
|
474 | 550 | "buttonPatchDefault": {
|
475 |
| - "message": "修补", |
| 551 | + "message": "修复", |
476 | 552 | "description": "The patch button, allowing the user to patch something (all web apps or profiles)"
|
477 | 553 | },
|
478 | 554 | "buttonPatchProcessing": {
|
479 |
| - "message": "修补中…", |
| 555 | + "message": "修复中…", |
480 | 556 | "description": "The patch button, while something (all web apps or profiles) is being patched"
|
481 | 557 | },
|
482 | 558 | "buttonPatchFinished": {
|
483 |
| - "message": "已修补!", |
| 559 | + "message": "已修复!", |
484 | 560 | "description": "The patch button, after something (all web apps or profiles) has been patched"
|
485 | 561 | },
|
486 | 562 | "buttonReinstallDefault": {
|
|
0 commit comments