datele updateLines.py and update languages files.

pull/242/head
acai66 2020-08-18 16:11:08 +08:00
parent 997da99234
commit 61377f958d
5 changed files with 83 additions and 53 deletions

Binary file not shown.

View File

@ -1,17 +1,17 @@
msgid ""
msgstr ""
"Project-Id-Version: Sakura\n"
"POT-Creation-Date: 2020-08-06 17:39+0800\n"
"PO-Revision-Date: 2020-08-06 17:39+0800\n"
"POT-Creation-Date: 2020-08-18 16:09+0800\n"
"PO-Revision-Date: 2020-08-18 16:09+0800\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3.1\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.2\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
"X-Poedit-WPHeader: style.css\n"
"X-Poedit-SourceCharset: UTF-8\n"
@ -605,16 +605,24 @@ msgstr ""
msgid "Search button"
msgstr ""
#: options.php:230 options.php:290 options.php:594 options.php:604
#: options.php:223 options.php:290 options.php:594 options.php:604
#: options.php:614 options.php:624
msgid "Open"
msgstr ""
#: options.php:231 options.php:291 options.php:595 options.php:605
#: options.php:224 options.php:291 options.php:595 options.php:605
#: options.php:615 options.php:625
msgid "Close"
msgstr ""
#: options.php:228
msgid "Homewave"
msgstr ""
#: options.php:229
msgid "Display wave in home page."
msgstr ""
#: options.php:235
msgid "Home article style"
msgstr ""
@ -987,6 +995,7 @@ msgstr "Post"
msgid "Post style"
msgstr ""
#. Theme Name of the plugin/theme
#: options.php:584
msgid "Sakura"
msgstr ""
@ -1891,10 +1900,33 @@ msgstr ""
msgid "Registration is not open yet."
msgstr ""
#. Theme URI of the plugin/theme
msgid "https://github.com/mashirozx/Sakura/"
msgstr ""
#. Description of the plugin/theme
msgid "A wonderful branch of theme Akina"
msgstr ""
#. Author of the plugin/theme
msgid "Mashiro, Spirit, Louie, Fuzzz"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://2heng.xin"
msgstr ""
#. Template Name of the plugin/theme
msgid "archive"
msgstr ""
#. Template Name of the plugin/theme
msgid "links"
msgstr ""
#~ msgid " Previous"
#~ msgstr " Previous"
#, php-format
#~ msgid "第 %s 页"
#~ msgstr "Page %s"

View File

@ -1,33 +0,0 @@
'''
一个简易的修改行号脚本当前只添加options.php的行号修改start是修改起始行行号大于这个值才会被修改修改规则是将匹配到的行号值加上offset
'''
import re
update_files = ['en_US.po', 'zh_CN.po']
update_content = 'options.php'
start = 218
offset = 7
for i in update_files:
mod_lines = []
with open(i, 'r', encoding='utf-8') as f:
for line in f:
items = line.split(' ')
mod_items = []
for item in items:
cur = re.findall(r'%s:(\d+)' % update_content, item)
if cur:
before = int(cur[0])
after = (before + offset) if before > start else before
item = re.sub('%s:%d' % (update_content, before), '%s:%d' % (update_content, after), item)
print(before, item)
mod_items.append(item)
mod_lines.append(' '.join(mod_items))
print(mod_lines)
with open(i, 'w+', encoding='utf-8') as f:
for line in mod_lines:
f.write(line)

Binary file not shown.

View File

@ -1,17 +1,17 @@
msgid ""
msgstr ""
"Project-Id-Version: Sakura\n"
"POT-Creation-Date: 2020-08-06 17:39+0800\n"
"PO-Revision-Date: 2020-08-18 09:06+0800\n"
"POT-Creation-Date: 2020-08-18 16:07+0800\n"
"PO-Revision-Date: 2020-08-18 16:08+0800\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.4\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 2.2\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
"X-Poedit-WPHeader: style.css\n"
"X-Poedit-SourceCharset: UTF-8\n"
@ -481,9 +481,7 @@ msgstr "站点名称"
#: options.php:115
msgid "Mashiro's Blog"
msgstr ""
"樱花庄的白猫,支持三段式拼注站点标题,三段式使用英文逗号隔开,拼注使用英文冒"
"号隔开,例: さくら荘,の,白猫:樱花庄的白猫"
msgstr "樱花庄的白猫"
#: options.php:122
msgid "Mashiro"
@ -618,16 +616,24 @@ msgstr "默认开启,勾选关闭,显示在文章页面,独立页面以及
msgid "Search button"
msgstr "搜索按钮"
#: options.php:230 options.php:290 options.php:594 options.php:604
#: options.php:223 options.php:290 options.php:594 options.php:604
#: options.php:614 options.php:624
msgid "Open"
msgstr "启用"
#: options.php:231 options.php:291 options.php:595 options.php:605
#: options.php:224 options.php:291 options.php:595 options.php:605
#: options.php:615 options.php:625
msgid "Close"
msgstr "关闭"
#: options.php:228
msgid "Homewave"
msgstr "首页波浪"
#: options.php:229
msgid "Display wave in home page."
msgstr "首页显示波浪动画"
#: options.php:235
msgid "Home article style"
msgstr "首页文章风格"
@ -1005,6 +1011,7 @@ msgstr "文章页"
msgid "Post style"
msgstr "文章样式"
#. Theme Name of the plugin/theme
#: options.php:584
msgid "Sakura"
msgstr "默认样式"
@ -1954,6 +1961,34 @@ msgstr "注册成功!正在跳转......"
msgid "Registration is not open yet."
msgstr "暂未开放注册。"
#. Theme URI of the plugin/theme
msgid "https://github.com/mashirozx/Sakura/"
msgstr ""
#. Description of the plugin/theme
#, fuzzy
#| msgid "A branch of theme Akina"
msgid "A wonderful branch of theme Akina"
msgstr "Akina主题分支原版地址 http://www.akina.pw/themeakina"
#. Author of the plugin/theme
msgid "Mashiro, Spirit, Louie, Fuzzz"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://2heng.xin"
msgstr ""
#. Template Name of the plugin/theme
#, fuzzy
#| msgid "Search"
msgid "archive"
msgstr "搜索"
#. Template Name of the plugin/theme
msgid "links"
msgstr ""
#~ msgid "Transparent"
#~ msgstr "全透明"
@ -2024,10 +2059,6 @@ msgstr "暂未开放注册。"
#~ msgid " Previous"
#~ msgstr " 上一页"
#~ msgid "A branch of theme Akina"
#~ msgstr "Akina主题分支原版地址 http://www.akina.pw/themeakina"
#, php-format
#~ msgid "第 %s 页"
#~ msgstr "第 %s 页"