当前位置: 首页>>代码示例>>PHP>>正文


PHP ZendT_Lib::translate方法代码示例

本文整理汇总了PHP中ZendT_Lib::translate方法的典型用法代码示例。如果您正苦于以下问题:PHP ZendT_Lib::translate方法的具体用法?PHP ZendT_Lib::translate怎么用?PHP ZendT_Lib::translate使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在ZendT_Lib的用法示例。


在下文中一共展示了ZendT_Lib::translate方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: _loadColumns

 protected function _loadColumns()
 {
     $_number4 = new ZendT_Type_Number(null, array('numDecimal' => 4));
     parent::_loadColumns();
     $this->_columns->add('vlr_venda_produto', 'produto', 'vlr_venda', $this->_getProduto()->getModel()->getMapperName(), ZendT_Lib::translate('Valor do Produto'), null, '=');
     /**
                 'PA' => 'Acréscimo de Preço',
                 'PD' => 'Desconto de Preço',
                 'CD' => 'Custeio de Débito',
     */
     $expression = "(CASE";
     $expression .= " WHEN ca_regra_contrato.tipo = 'PA' AND ca_regra_contrato.vlr_fixo > 0 THEN ";
     $expression .= "      produto.vlr_venda + ca_regra_contrato.vlr_fixo ";
     $expression .= " WHEN ca_regra_contrato.tipo = 'PA' AND ca_regra_contrato.vlr_perc > 0 THEN ";
     $expression .= "      ((produto.vlr_venda * ca_regra_contrato.vlr_fixo) / 100) + produto.vlr_venda ";
     $expression .= " WHEN ca_regra_contrato.tipo = 'PD' AND ca_regra_contrato.vlr_fixo > 0 THEN ";
     $expression .= "      produto.vlr_venda - ca_regra_contrato.vlr_fixo ";
     $expression .= " WHEN ca_regra_contrato.tipo = 'PD' AND ca_regra_contrato.vlr_perc > 0 THEN ";
     $expression .= "      ((produto.vlr_venda * ca_regra_contrato.vlr_fixo) / 100) - produto.vlr_venda ";
     $expression .= " WHEN ca_regra_contrato.tipo = 'CD' AND ca_regra_contrato.vlr_fixo > 0 THEN ";
     $expression .= "      ca_regra_contrato.vlr_fixo ";
     $expression .= " WHEN ca_regra_contrato.tipo = 'CD' AND ca_regra_contrato.vlr_perc > 0 THEN ";
     $expression .= "      ((produto.vlr_venda * ca_regra_contrato.vlr_fixo) / 100) ";
     $expression .= "END)";
     $this->_columns->addExpression('vlr_final', $expression, $_number4, ZendT_Lib::translate('Valor Final'));
 }
开发者ID:rtsantos,项目名称:mais,代码行数:26,代码来源:MapperView.php

示例2: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Auth_DataView_TipoRecurso_MapperView', $this->_getSettingsDefault());
     $this->_columns->add('id', 'at_tipo_recurso', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('at_tipo_recurso.id'), 'String', '%?%');
     $this->_columns->add('nome', 'at_tipo_recurso', 'nome', $this->getModel()->getMapperName(), ZendT_Lib::translate('at_tipo_recurso.nome'), 'String', '%?%');
     $this->_columns->add('descricao', 'at_tipo_recurso', 'descricao', $this->getModel()->getMapperName(), ZendT_Lib::translate('at_tipo_recurso.descricao'), 'String', '%?%');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:10,代码来源:MapperView.php

示例3: _loadColumns

 protected function _loadColumns()
 {
     parent::_loadColumns();
     $this->_columns->add('chave_categoria', 'categoria', 'chave', $this->_getCategoria()->getChave(true), ZendT_Lib::translate('Chave da Categoria'), null, '?%');
     $this->_columns->add('acao_status', 'status', 'acao', $this->_getStatus()->getAcao(true), ZendT_Lib::translate('Ação do Estado'), '', '=');
     $this->_columns->add('avatar_usuario_inc', 'usuario_inc', 'avatar', $this->_getUsuario()->getAvatar(true), ZendT_Lib::translate('Avatar do Usuário'), null, '=');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:7,代码来源:MapperView.php

示例4: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Profile_DataView_JobDest_MapperView', $this->_getSettingsDefault());
     $this->_columns->add('id', 'profile_job_dest', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('profile_job_dest.id'), 'String', '%?%');
     $this->_columns->add('id_profile_job', 'profile_job_dest', 'id_profile_job', $this->getModel()->getMapperName(), ZendT_Lib::translate('profile_job_dest.id_profile_job'), null, '=');
     $this->_columns->add('id_papel', 'profile_job_dest', 'id_papel', $this->getModel()->getMapperName(), ZendT_Lib::translate('profile_job_dest.id_papel'), null, '=');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:10,代码来源:MapperView.php

示例5: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Monitor_DataView_LogServerRequest_MapperView', $this->_getSettingsDefault());
     $this->_columns->add('id', 'log_server_request', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.id'), 'String', '%?%');
     $this->_columns->add('id_log_server', 'log_server_request', 'id_log_server', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.id_log_server'), null, '?%');
     $this->_columns->add('dh_log_log_server', 'log_server', 'dh_log', $this->_getLogServer()->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.id_log_server.log_server.dh_log'), null, '?%');
     $this->_columns->add('cpu_load_log_server', 'log_server', 'cpu_load', $this->_getLogServer()->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.id_log_server.log_server.cpu_load'), null, '?%');
     $this->_columns->add('srv', 'log_server_request', 'srv', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.srv'), 'String', '%?%');
     $this->_columns->add('pid', 'log_server_request', 'pid', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.pid'), 'Numeric', '=');
     $this->_columns->add('acc', 'log_server_request', 'acc', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.acc'), 'String', '%?%');
     $this->_columns->add('m', 'log_server_request', 'm', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.m'), 'String', '%?%');
     $this->_columns->add('cpu', 'log_server_request', 'cpu', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.cpu'), 'Numeric', '=');
     $this->_columns->add('ss', 'log_server_request', 'ss', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.ss'), 'Numeric', '=');
     $this->_columns->add('req', 'log_server_request', 'req', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.req'), 'Numeric', '=');
     $this->_columns->add('conn', 'log_server_request', 'conn', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.conn'), 'Numeric', '=');
     $this->_columns->add('child', 'log_server_request', 'child', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.child'), 'Numeric', '=');
     $this->_columns->add('slot', 'log_server_request', 'slot', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.slot'), 'Numeric', '=');
     $this->_columns->add('client', 'log_server_request', 'client', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.client'), 'String', '%?%');
     $this->_columns->add('vhost', 'log_server_request', 'vhost', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.vhost'), 'String', '%?%');
     $this->_columns->add('request', 'log_server_request', 'request', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.request'), 'String', '%?%');
     $this->_columns->add('perc_cpu', 'log_server_request', 'perc_cpu', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.perc_cpu'), 'Numeric', '=');
     $this->_columns->add('perc_mem', 'log_server_request', 'perc_mem', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.perc_mem'), 'Numeric', '=');
     $this->_columns->add('time', 'log_server_request', 'time', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.time'), 'Numeric', '=');
     $this->_columns->add('system', 'log_server_request', 'system', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.system'), 'String', '%?%');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:28,代码来源:MapperView.php

示例6: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Log_DataView_LogTabela_MapperView', $this->_getSettingsDefault());
     $this->_columns->add('id', 'log_tabela', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_tabela.id'), 'String', '%?%');
     $this->_columns->add('nome', 'log_tabela', 'nome', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_tabela.nome'), 'String', '%?%');
     $this->_columns->add('owner', 'log_tabela', 'owner', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_tabela.owner'), 'String', '%?%');
     $this->_columns->add('table_name', 'log_tabela', 'table_name', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_tabela.table_name'), 'String', '%?%');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:11,代码来源:MapperView.php

示例7: _loadColumns

 protected function _loadColumns()
 {
     parent::_loadColumns();
     $this->_columns->add('qtd_parcela', 'parcela', 'qtd', $this->_getParcela()->getModel()->getMapperName(), ZendT_Lib::translate('Qtd. de Parcela'), null, '=');
     $this->_columns->add('dias_venc_parcela', 'parcela', 'dias_venc', $this->_getParcela()->getModel()->getMapperName(), ZendT_Lib::translate('Dias de Vencimento'), null, '=');
     $this->_columns->add('dt_emis_pedido', 'pedido', 'dt_emis', $this->_getPedido()->getModel()->getMapperName(), ZendT_Lib::translate('Data de Emissão do Pedido'), null, '=');
     $this->_columns->add('pago_forma_pagto', 'forma_pagto', 'pago', $this->_getFormaPagamento()->getModel()->getMapperName(), ZendT_Lib::translate('Pago'), null, '=');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:8,代码来源:MapperView.php

示例8: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Auth_DataView_ContaRel_MapperView', $this->_getSettingsDefault());
     $this->_columns->add('id', 'at_papel_rel', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('at_papel_rel.id'), 'String', '%?%');
     $this->_columns->add('id_papel', 'at_papel_rel', 'id_papel', $this->getModel()->getMapperName(), ZendT_Lib::translate('at_papel_rel.id_papel'), null, '=');
     $this->_columns->add('id_papel_rel', 'at_papel_rel', 'id_papel_rel', $this->getModel()->getMapperName(), ZendT_Lib::translate('at_papel_rel.id_papel_rel'), null, '=');
     $this->_columns->add('status', 'at_papel_rel', 'status', $this->getModel()->getMapperName(), ZendT_Lib::translate('at_papel_rel.status'), 'String', '=');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:11,代码来源:MapperView.php

示例9: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Vendas_DataView_PagtoLanc_MapperView', $this->_getSettingsDefault());
     $this->_columns->add('id', 'cv_pagto_lanc', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('cv_pagto_lanc.id'), 'String', '%?%');
     $this->_columns->add('id_pagto_pedido', 'cv_pagto_lanc', 'id_pagto_pedido', $this->getModel()->getMapperName(), ZendT_Lib::translate('cv_pagto_lanc.id_pagto_pedido'), null, '=');
     $this->_columns->add('id_lancamento', 'cv_pagto_lanc', 'id_lancamento', $this->getModel()->getMapperName(), ZendT_Lib::translate('cv_pagto_lanc.id_lancamento'), null, '=');
     $this->_columns->add('tipo_lancamento', 'lancamento', 'tipo', $this->_getLancamento()->getModel()->getMapperName(), ZendT_Lib::translate('cv_pagto_lanc.id_lancamento.fc_lancamento.tipo'), null, '?%');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:11,代码来源:MapperView.php

示例10: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Cms_DataView_Notificacao_MapperView', $this->_getSettingsDefault());
     $this->_columns->addExpression('id', 'cms_notificacao.id_conteudo||\'-\'||cms_notificacao.id_usuario', 'Cms_Model_Notificacao_Mapper', ZendT_Lib::translate('cms_notificacao.id'), null, '=');
     $this->_columns->add('id_conteudo', 'cms_notificacao', 'id_conteudo', $this->getModel()->getMapperName(), ZendT_Lib::translate('cms_notificacao.id_conteudo'), 'String', '%?%');
     $this->_columns->add('id_usuario', 'cms_notificacao', 'id_usuario', $this->getModel()->getMapperName(), ZendT_Lib::translate('cms_notificacao.id_usuario'), 'String', '%?%');
     $this->_columns->add('id_maillist', 'cms_notificacao', 'id_maillist', $this->getModel()->getMapperName(), ZendT_Lib::translate('cms_notificacao.id_maillist'), null, '=');
     $this->_columns->add('mail_from_maillist', 'maillist', 'mail_from', $this->_getMaillist()->getModel()->getMapperName(), ZendT_Lib::translate('cms_notificacao.id_maillist.maillist.mail_from'), null, '?%');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:12,代码来源:MapperView.php

示例11: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Ca_DataView_Estado_MapperView', $this->_getSettingsDefault());
     $this->_columns->add('id', 'estado', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('estado.id'), 'String', '%?%');
     $this->_columns->add('uf', 'estado', 'uf', $this->getModel()->getMapperName(), ZendT_Lib::translate('estado.uf'), 'String', '%?%');
     $this->_columns->add('nome', 'estado', 'nome', $this->getModel()->getMapperName(), ZendT_Lib::translate('estado.nome'), 'String', '%?%');
     $this->_columns->add('cod_ibge', 'estado', 'cod_ibge', $this->getModel()->getMapperName(), ZendT_Lib::translate('estado.cod_ibge'), 'String', '%?%');
     $this->_columns->add('mascara_ie', 'estado', 'mascara_ie', $this->getModel()->getMapperName(), ZendT_Lib::translate('estado.mascara_ie'), 'String', '%?%');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:12,代码来源:MapperView.php

示例12: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Ged_DataView_TipoDocto_MapperView', $this->_getSettingsDefault());
     $this->_columns->add('id', 'img_tipo_docto', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('img_tipo_docto.id'), 'String', '%?%');
     $this->_columns->add('id_prop_docto', 'img_tipo_docto', 'id_prop_docto', $this->getModel()->getMapperName(), ZendT_Lib::translate('img_tipo_docto.id_prop_docto'), null, '?%');
     $this->_columns->add('nome_prop_docto', 'prop_docto', 'nome', $this->_getPropDocto()->getModel()->getMapperName(), ZendT_Lib::translate('img_tipo_docto.id_prop_docto.img_prop_docto.nome'), null, '?%');
     $this->_columns->add('nome', 'img_tipo_docto', 'nome', $this->getModel()->getMapperName(), ZendT_Lib::translate('img_tipo_docto.nome'), 'String', '%?%');
     $this->_columns->add('status', 'img_tipo_docto', 'status', $this->getModel()->getMapperName(), ZendT_Lib::translate('img_tipo_docto.status'), 'String', '=');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:12,代码来源:MapperView.php

示例13: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Financeiro_DataView_Banco_MapperView', $this->_getSettingsDefault());
     $this->_columns->add('id', 'fc_banco', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('fc_banco.id'), 'String', '%?%');
     $this->_columns->add('nome', 'fc_banco', 'nome', $this->getModel()->getMapperName(), ZendT_Lib::translate('fc_banco.nome'), 'String', '%?%');
     $this->_columns->add('codigo', 'fc_banco', 'codigo', $this->getModel()->getMapperName(), ZendT_Lib::translate('fc_banco.codigo'), 'String', '%?%');
     $this->_columns->add('id_empresa', 'fc_banco', 'id_empresa', $this->getModel()->getMapperName(), ZendT_Lib::translate('fc_banco.id_empresa'), null, '=');
     $this->_columns->add('nome_empresa', 'empresa', 'nome', $this->_getPessoa()->getModel()->getMapperName(), ZendT_Lib::translate('fc_banco.id_empresa.ca_pessoa.nome'), null, '?%');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:12,代码来源:MapperView.php

示例14: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Vendas_DataView_LogPedido_MapperView', $this->_getSettingsDefault());
     $this->_columns->add('id', 'log_pedido', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_pedido.id'), 'String', '%?%');
     $this->_columns->add('id_pedido', 'log_pedido', 'id_pedido', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_pedido.id_pedido'), null, '=');
     $this->_columns->add('numero_pedido', 'pedido', 'numero', $this->_getPedido()->getModel()->getMapperName(), ZendT_Lib::translate('cv_log_pedido.id_pedido.cv_pedido.numero'), null, '?%');
     $this->_columns->add('dh_log', 'log_pedido', 'dh_log', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_pedido.dh_log'), 'DateTime', '=');
     $this->_columns->add('mensagem', 'log_pedido', 'mensagem', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_pedido.mensagem'), 'String', '%?%');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:12,代码来源:MapperView.php

示例15: _loadColumns

 /**
  * Carrega as colunas com suas configurações 
  */
 protected function _loadColumns()
 {
     $this->_columns = new ZendT_Db_Column_View('Tools_Model_Maillisthist_MapperView', $this->_getSettingsDefault());
     $this->_columns->add('id_maillist', 'maillisthist', 'id_maillist', $this->getModel()->getMapperName(), ZendT_Lib::translate('maillisthist.id_maillist'), null, '?%');
     $this->_columns->add('mail_from_maillist', 'maillist', 'mail_from', $this->_getMaillist()->getModel()->getMapperName(), ZendT_Lib::translate('maillist.mail_from'), null, '?%');
     $this->_columns->add('action', 'maillisthist', 'action', $this->getModel()->getMapperName(), ZendT_Lib::translate('maillisthist.action'), 'String', '=');
     $this->_columns->add('dh_action', 'maillisthist', 'dh_action', $this->getModel()->getMapperName(), ZendT_Lib::translate('maillisthist.dh_action'), 'DateTime', '=');
     $this->_columns->add('err_msg', 'maillisthist', 'err_msg', $this->getModel()->getMapperName(), ZendT_Lib::translate('maillisthist.err_msg'), 'String', '%?%');
 }
开发者ID:rtsantos,项目名称:mais,代码行数:12,代码来源:MapperView.php


注:本文中的ZendT_Lib::translate方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。