Translations by Victor Yu

Victor Yu has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

151196 of 196 results
442.
In this case, check if the service ``postgresql-9.0 - PostgreSQL Server 9.0`` is running in the Services Manager (:menuselection:`Control Panel --> System and Security --> Administrative Tools --> Services`).
2014-02-26
在这种情况下,在服务管理器检查服务 ``postgresql-9.0 - PostgreSQL Server 9.0`` 是否已经运行。 (:menuselection:`控制面板 --> 系统安全 --> 管理工具 --> 服务`)。
443.
*PostgreSQL 9.0 in the Services list*
2014-02-10
*PostgreSQL 9.0 在服务列表中*
444.
You can edit the service configuration to start PostgreSQL as a service on system boot. This is usually the default.
2014-02-10
你可以修改服务配置,把PostgreSQL作为系统开机启动服务,这通常是默认值。
445.
*Configure PostgreSQL 9.0 service*
2014-02-10
*配置 PostgreSQL 9.0 服务*
447.
*Restarting the service*
2014-02-10
*重启服务*
464.
To initialize the server with configurations of your choice, you have to invoke it at the Windows Command prompt with the options you wish to override.
2014-02-10
为了初始化新的配置,必须在命令提示符下用你期望的选项覆盖默认值来执行。
467.
``-d <db_name>`` : Name of the database created for OpenERP Server.
2014-02-26
``-d <db_name>`` : 为OpenERP Server创建的数据库名称。
468.
``-r <db_user>`` : Name of the PostgreSQL user (role).
2014-02-26
``-r <db_user>`` : PostgreSQL的用户(角色)名。
470.
``--db_host=<postgresql_server_address>`` : Address of the server where PostgreSQL is. If you have installed PostgreSQL on the same computer as OpenERP Server, you can enter ``localhost``, else, the IP address or the name of the distant server.
2014-02-26
``--db_host=<postgresql_server_address>`` : PostgreSQL 服务器的地址。如果你在OpenERP Server的同一台电脑安装了PostgreSQL,你可以输入``localhost``,否则就输入网络上安装PostgreSQL的服务器IP地址或者服务器名称。
474.
Before the execution of this command you have to decide the purpose of the database created in OpenERP.
2014-02-26
在执行此命令前,你应当确定决定该数据库在OpenERP中的目的(用途)。
475.
Sample command: ::
2014-02-26
命令举例: ::
476.
Here you have to enter the username and password specified in the PostgreSQL connection configuration during server installation.
2014-02-26
当安装OpenERP服务器时,您必须输入在PostgreSQL连接配置中指定的用户名和密码。
477.
When you execute the initialization command, if you specify a logfile, the server runtime output is written to that file, and you will not see any server output in the prompt window. You have only to wait until the prompt comes back.
2014-02-26
在执行初始化命令的时候,如果您指定了一个日志文件,服务器运行时信息会写入到这个日志文件,您不会在提示窗口看到任何服务输出。您只有等到命令提示符再次出现。
479.
You can initialize the database with OpenERP Server to:
2014-02-26
您可以初始化OpenERP服务数据库用于:
480.
Take a look at the system with modules installed and demo data loaded
2014-02-26
看一下安装过的模块及其加载的演示数据。
484.
If you execute the sample command above, you will get a database with only base modules installed and loaded with demo data. To initialize OpenERP Server with additional modules and its demo data, you need to add this option to the above command: ::
2014-02-26
如果你执行了上述相同的命令,你将得到一个只安装了基本模块并加载了演示数据的数据库。要用更多的模块及其演示数据初始化OpenERP服务,您需要增加这些选项到上面的命令中:::
485.
This command will initialize the OpenERP Server with the module :mod:`sale` and its dependencies, and fill its PostgreSQL database with their related demo data. As can be seen, you must specify the target database for the module installation.
2014-02-26
这行名利将用 :mod:`销售` 及其相关联(依赖)的模块初始化OpenERP服务,并将他们相关的演示数据填入PostgreSQL数据库中。就像可以看到的那样,你必须指定安装这些模块的目标数据库。
486.
To install more than one module, specify a comma-separated module list at the command-line.
2014-02-26
要安装多个模块,可以在命令行中用逗号分隔的模块列表指定。
488.
Execute the command with an option excluding the demo data: ::
2014-02-26
以不包含演示数据的选项执行命令: ::
489.
This will load base modules (and other modules if -i option is used), but will not load its demo data.
2014-02-25
该操作将载入基础模块(如果指定了 -i 选项的话,也会加载其他模块),但是不会加载演示数据。
490.
Sample command usage: ::
2014-02-10
实例命令用法: ::
493.
Execute the command with an option that updates the data structures: ::
2014-02-25
执行带选项的命令,更新数据结构: ::
495.
The service and some runtime information is accessible through the Computer Management console in Administrative Tools.
2014-02-25
服务和运行时信息可以通过管理工具中的计算机管理控制台查看。
498.
*Recovery tab to set service failure response*
2014-02-25
* 在恢复选项卡设定服务失效响应*
499.
The Computer Management logging service offers additional information about the execution of the OpenERP Server, for example, the startup or shutdown information of the service.
2014-02-26
计算机管理日志服务,提供了更多的OpenERP服务执行中的信息,例如,服务的启动或停止信息。
500.
*Server information in Windows Logs list*
2014-02-10
*Windows服务信息日志列表*
502.
*OpenERP Server log file*
2014-02-10
*OpenERP服务器日志文件*
504.
*The services in Windows Task Manager*
2014-02-10
*Windows任务管理器中的服务*
506.
For more information, please take a look at :ref:`Additional Installation Information and Troubleshooting <troubleshooting-and-windows-complementary-install-information>`, where you can find some troubleshooting examples.
2014-02-25
更多信息,请参见 :ref:`更多安装信息与问题解决 <troubleshooting-and-windows-complementary-install-information (问题节距及Windows补充信息)>`。那里能够找到一些问题解决的实例。
507.
OpenERP Server (Windows)
2014-02-10
OpenERP 服务器 (Windows)
508.
Of course you should always test these updates on a staging environment (copy of your production environment) before actually applying them on the real production systems.
2014-02-25
当然在正式用于实际的生产系统之前,你应当在你的开发环境(生产环境的副本)中进行上述的测试。
509.
Stop the OpenERP server and the Web Server (if present).
2014-02-24
停止OpenERP服务和web服务(如果启动了的话)。
510.
Update the source files to the latest release, or simply install the new releases over the previous ones. If need be, you can uninstall the previous version, but be sure to avoid uninstalling PostgreSQL, as this could delete your current databases!
2014-02-24
升级源文件到最新版,或者直接安装最新版覆盖原先的版本。如果必要,你能够卸载之前的版本,但是应当确保避免卸载PotgreSQL,因为这样会删除你现有的数据库!
511.
Locate the separate server executable ``openerp-server.exe`` (this is not the executable used by the Windows Service!). It should be in the location where you installed OpenERP Server, for example in ``C:\Programs\OpenERP 6.0\Server``.
2014-02-24
找到单独的服务可执行文件 ``openerp-server.exe`` (这不是被Windows服务所用的可执行文件!)。它应该位于你安装OpenERP服务的地方,比如, ``C:\Programs\OpenERP 6.0\Server``。
512.
From a Command-Line Prompt, start the server executable manually (directly call the executable you located above), with the following parameters, to trigger an update of all module data and views in the database, based on the new source files (include your usual startup parameters, if any, and replace ``DB_NAME`` with the name of the OpenERP database you wish to update)::
2014-02-24
在命令提示符下,开始手动启动服务的可执行文件(直接调用上述位置的可执行文件),为了触发升级所有模块的数据并在新的源文件中查看数据库,使用如下参数,如果有的话,还应包含你原来使用的启动参数,并且用你希望升级的数据库名字替换 ``DB_NAME`` ::
513.
Let the server complete its startup (watch the log file for the final message that says ``OpenERP server is running, waiting for connections`` or wait until you can connect to that database with a GTK client), then stop the server using the :kbd:`Ctrl+C` key combination and repeat previous step for each database on this OpenERP installation (any database not updated will use the latest business logic but might have errors or missing improvements in the views until you update it using this procedure).
2014-02-25
让服务完成启动(查看日志文件,当看到最后的消息内容为 ``OpenERP server is running, waiting for connections(OpenERP服务已经运行,等待连接)`` 或者等到你可以使用GTK客户端连接数据库,然后使用键盘组合键 :kbd:`Ctrl+C` 停止服务,为现有的OpenERP安装的每个数据库重复操作上述的步骤(任何不更新的数据库在你按照上述流程更新之前,将使用原先的业务逻辑,但是可能在视图上存在错误,或者缺少视图的更新)。
514.
Stop the server again with :kbd:`Ctrl+C` and restart it normally as a service.
2014-02-24
再次用 :kbd:`Ctrl+C` 停止服务并正常作为服务启动。
515.
You can now proceed with the update of the GTK clients, which can be done separately by simply reinstalling the latest version over the previous one.
2014-02-24
现在你可以用更新的GTK客户端处理数据了,这个操作也可以使用简单重装最新版覆盖原有版本的方法单独实现。
516.
As an alternative to restarting the server in update mode for each database, as described above, you may try to start the server normally after installing the new version, and then connect to each database as the *Administrator* user, open the list of modules and manually trigger an update of the *base* module.
2014-02-25
作为替代,在更行过程中,像上面描述地那样为每一个数据库重启服务,可以尝试在安装新版本之后正常启动,然后以 *Administrator(管理员)* 用户连接到每个数据库。打开模块列表,手动触发更新 *base* 模块。
517.
Because all modules depend on *base* they will be updated too. However this requires the *Administrator* password of each database and may not work for some updates, specifically when the update prevents you from logging into the system.
2014-02-25
由于所有的模块都依赖于 *base* ,因此他们也都会被更新。然而,此项操作需要每个数据库的 *Administrator(管理员)* 密码,所以有时候会不能完成更新,特别是当更新会阻止登陆到系统的时候。
2014-02-25
由于所有的模块都依赖于 *base* ,因此他们也都会被更新。然而,此项操作需要每个数据库的 *Administrator(管理员)* 密码,所有有时候会不能完成更新,特别是当更新会阻止登陆到系统的时候。
518.
OpenERP's release policy states that one or two major releases are published from the development version every year. Transitioning to the next major release implies a lot more changes than jumping to another minor release. As the underlying OpenERP data structures usually evolve quite a bit from one major release to the next, a full migration of the existing data is needed. Each major release will be published with specific recommendations and procedures for upgrading an existing OpenERP system to the next major version.
2014-02-25
OpenERP的发行策略表明,每年都会有一到两个主要版本从开发阶段到发行阶段。迁移到下个主要版本意味着比使用其他小的版本更新拥有更多的变化。由于底层的OpenERP数据结构从一个主要版本到下一个主要版本变更都比较多,有必要做全面的数据迁移。每个主要发行版本将会将会制定推荐的从现有OpenERP系统升级到下一主要版本的流程。
519.
Major Release
2014-02-24
主发行版本
520.
For major releases, it is usually not possible to skip one release, for example upgrading directly from OpenERP 4.2 to OpenERP 6.0. If you need to do such an upgrade, you will simply have to do each intermediary upgrade one after the other.
2014-02-24
对于主发行版本,通常是没有办法跳过某个版本的,比如直接从OpenERP4.2升级到OpenERP 6.0。 如果需要的话,你需要做这样的升级的话,最简单的办法应当是作为中介,完成每一个版本的升级,从而到达你想要的版本。
521.
Upgrade; OpenERP (Windows)
2014-02-10
升级; OpenERP (Windows)
537.
OpenERP Web (Windows)
2014-02-10
OpenERP Web (Windows)