changeset 3438d980be2f in modules/web_shortener:default details: https://hg.tryton.org/modules/web_shortener?cmd=changeset;node=3438d980be2f description: Update translations diffstat:
locale/id.po | 2 +- locale/zh_CN.po | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diffs (66 lines): diff -r 21f206b07655 -r 3438d980be2f locale/id.po --- a/locale/id.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/id.po Sat May 02 10:29:25 2020 +0200 @@ -24,7 +24,7 @@ msgctxt "field:web.shortened_url.access,url:" msgid "URL" -msgstr "" +msgstr "URL" msgctxt "model:ir.action,name:act_shortened_url" msgid "Shortened URLs" diff -r 21f206b07655 -r 3438d980be2f locale/zh_CN.po --- a/locale/zh_CN.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/zh_CN.po Sat May 02 10:29:25 2020 +0200 @@ -4,40 +4,40 @@ msgctxt "field:web.shortened_url,count:" msgid "Click Count" -msgstr "" +msgstr "点击计数" msgctxt "field:web.shortened_url,method:" msgid "Method" -msgstr "" +msgstr "方法" msgctxt "field:web.shortened_url,record:" msgid "Record" -msgstr "" +msgstr "记录" msgctxt "field:web.shortened_url,redirect_url:" msgid "Redirect URL" -msgstr "" +msgstr "重定向网址" msgctxt "field:web.shortened_url,shortened_url:" msgid "Shortened URL" -msgstr "" +msgstr "网址短名" msgctxt "field:web.shortened_url.access,url:" msgid "URL" -msgstr "" +msgstr "网址" msgctxt "model:ir.action,name:act_shortened_url" msgid "Shortened URLs" -msgstr "" +msgstr "网址短名" msgctxt "model:ir.ui.menu,name:menu_shortened_url_form" msgid "Shortened URLs" -msgstr "" +msgstr "网址短名" msgctxt "model:web.shortened_url,name:" msgid "Short URL" -msgstr "" +msgstr "简短网址" msgctxt "model:web.shortened_url.access,name:" msgid "URL Access" -msgstr "" +msgstr "URL访问"
