重要:此頁面會使用Cookie (cookies). 使用本網站不關閉瀏覽器中的cookie,即表示您同意使用它。
現在購買! 特點 下載

賺錢與我們聯繫!

如果您想要開始賺錢與貝特聯接 聯盟計畫。
結果 11010

主題: 不翻譯元名稱 ="說明"

  1. #1
    會員
    註冊日期
    2010年8月
    帖子
    83

    Default 不翻譯元名稱 ="說明"


  2. #2
    禁止
    註冊日期
    2012 年 8 月
    帖子
    481

    Default

    嗨!
    我看到皆元的某些內容,例如: 論壇手冊車-AutoRepMan.COM.
    部分翻譯是由達到自己的極限,但它不是一個錯誤引起的。請參閱更多: http://www.vbenterprisetranslator.co...html#post10869.

  3. #3
    會員
    註冊日期
    2010年8月
    帖子
    83

    Default

    Text automatically translated from: Russian to: Taiwanese
    Translated text
    你好!

    下面的示例...
    1.test_microsoftbyazure.php-Ok!
    2.從俄文譯成英文翻譯頁數的案文
    3."元名稱 ="描述"內容 ="不譯。



    Original text

  4. #4
    禁止
    註冊日期
    2012 年 8 月
    帖子
    481

    Default

    請給我下午訪問詳細資訊管理員 CP 和 FTP。我會查看究竟發生

  5. #5
    會員
    註冊日期
    2010年8月
    帖子
    83

    Default

    Text automatically translated from: Russian to: Taiwanese
    Translated text
    ДАННЫЕ ОТПРАВИЛ ЛИЧНЫМ СООБЩЕНИЕМ
    Original text

  6. #6
    禁止
    註冊日期
    2012 年 8 月
    帖子
    481

    Default

    快速修復此問題:
    • 打開的檔 includes/vbenterprisetranslator_functions.php
    • 查找代碼:
      PHP Code:
      preg_match_all('|<meta[^>]+name=\"([^\"]*)\"[^>]+content=\"(.*?)\" />|i',$head$metaPREG_PATTERN_ORDER); 
    • 替換代碼:
      PHP Code:
      preg_match_all('|<meta[^>]+name=\"([^\"]*)\"[^>]+content=\"(.*?)\" />|ims',$head$metaPREG_PATTERN_ORDER); 

    此問題將在下一版本中修復。

  7. #7
    會員
    註冊日期
    2010年8月
    帖子
    83

    Default

    Text automatically translated from: Russian to: Taiwanese
    Translated text
    謝謝!
    Original text

  8. #8
    禁止
    註冊日期
    2012 年 8 月
    帖子
    481

    Default

    我很高興我能幫助你。

  9. #9
    會員
    註冊日期
    2010年8月
    帖子
    83

    Default

    Text automatically translated from: Russian to: Taiwanese
    Translated text
    你好!

    後更正元名稱 ="說明"翻譯 不完全:

    Original text

  10. #10
    禁止
    註冊日期
    2012 年 8 月
    帖子
    481

    Default

    的情況下,再Meta vbet翻譯文本僅部分是由於性能。
    太長元是毫無意義的因為他們必須要根據定義,簡短描述。
    以前vbet附加休息,不翻譯元。 我們會把它修復,我們將不附加休息,不翻譯元。

    快速修復此問題:
    • 打開的檔 includes/vbenterprisetranslator_functions.php
    • 查找代碼:
      PHP Code:
      $keywords $meta[2][$i]; 
    • 將此代碼放在它以後:
      PHP Code:
      $keywords_not_cut $keywords
    • 查找代碼:
      PHP Code:
      $description $meta[2][$i]; 
    • 將此代碼放在它以後:
      PHP Code:
      $description_not_cut $description
    • 找到代碼:
      PHP Code:
      $output vbet_replaceFirst('<meta name="keywords" content="'.$keywords'<meta name="keywords" content="' 
    • 替換代碼:
      PHP Code:
      $output vbet_replaceFirst('<meta name="keywords" content="'.$keywords_not_cut'<meta name="keywords" content="' 
    • 找到代碼:
      PHP Code:
      $output vbet_replaceFirst('<meta name="description" content="'.$description'<meta name="description" content="' 
    • 替換代碼:
      PHP Code:
      $output vbet_replaceFirst('<meta name="description" content="'.$description_not_cut'<meta name="description" content="' 

    此問題將在下一版本中修復。

標籤這個主題

發帖權限

  • 可能不會 發表新主題
  • 可能不會 發表回复
  • 可能不會 上傳附件
  • 可能不會 編輯您的文章
  •