Giter VIP home page Giter VIP logo

Comments (4)

helingen avatar helingen commented on May 18, 2024 1

SelectStartMenuFolderLabel3=安装程序将在下列开始菜单文件夹中创建程序的快捷方式。建议改为:
SelectStartMenuFolderLabel3=安装程序将在下面开始菜单文件夹中创建程序的快捷方式。

from inno-setup-chinese-simplified-translation.

helingen avatar helingen commented on May 18, 2024 1

InvalidPath=您必须输入一个带驱动器卷标的完整路径,例如:%n%nC:\APP%n%n或下列形式的UNC路径:%n%n\server\share
英文版:
InvalidPath=You must enter a full path with drive letter; for example:%n%nC:\APP%n%nor a UNC path in the form:%n%n\server\share
建议翻译为:
InvalidPath=您必须输入一个带驱动器卷标的完整路径,例如:%n%nC:\APP%n%n或UNC路径,格式为:%n%n\server\share

from inno-setup-chinese-simplified-translation.

pzhlkj6612 avatar pzhlkj6612 commented on May 18, 2024 1

InvalidPath=您必须输入一个带驱动器卷标的完整路径,例如:%n%nC:\APP%n%n或下列形式的UNC路径:%n%n\server\share
英文版:
InvalidPath=You must enter a full path with drive letter; for example:%n%nC:\APP%n%nor a UNC path in the form:%n%n\server\share
建议翻译为:
InvalidPath=您必须输入一个带驱动器卷标的完整路径,例如:%n%nC:\APP%n%n或UNC路径,格式为:%n%n\server\share

@helingen ,你可以使用 Markdown 的代码块格式以避免反斜杠转义。请看例子:

不使用代码块格式:

InvalidPath=... or a UNC path in the form:%n%n\\server\share

渲染后:

InvalidPath=... or a UNC path in the form:%n%n\server\share

使用代码块格式:

    ```INI
    InvalidPath=... or a UNC path in the form:%n%n\\server\share
    ```

渲染后:

InvalidPath=... or a UNC path in the form:%n%n\\server\share

from inno-setup-chinese-simplified-translation.

pzhlkj6612 avatar pzhlkj6612 commented on May 18, 2024

问题描述

SelectDirLabel3=安装程序将安装 [name] 到下列文件夹中。”下列“感觉是多个的意思

建议

SelectDirLabel3=安装程序将安装 [name] 到下面文件夹中。

我的建议是:

  SelectDirLabel3=安装程序将安装 [name] 到
- 下面文件夹中。
+ 下面的文件夹中。
  SelectDirLabel3=安装程序将安装 [name] 到
- 下面文件夹中。
+ 以下文件夹中。
  SelectDirLabel3=安装程序将安装 [name] 到
- 下面文件夹中。
+ 以下的文件夹中。

from inno-setup-chinese-simplified-translation.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.