Skip to content

Commit

Permalink
feat: add audio translate
Browse files Browse the repository at this point in the history
Issue: linuxdeepin/developer-center#5819
Log: add audio translate
  • Loading branch information
chenchongbiao committed Nov 15, 2023
1 parent 9051e89 commit ba21bb3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
25 changes: 18 additions & 7 deletions misc/po/dde-daemon.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-18 16:28+0800\n"
"POT-Creation-Date: 2023-11-14 13:42+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -22,7 +22,6 @@ msgid "Please enter a password not less than 8 characters"
msgstr ""

#: ../../accounts1/checkers/password.go:40
#, c++-format
msgid ""
"The password must contain English letters (case-sensitive), numbers or "
"special symbols (~!@#$%^&*()[]{}\\|/?,.<>)"
Expand Down Expand Up @@ -53,6 +52,18 @@ msgstr ""
msgid "User \"%s\" existed before and its data is synced"
msgstr ""

#: ../../audio1/audio.go:245
msgid "Failed to change Audio Server, please try later"
msgstr ""

#: ../../audio1/audio.go:281
msgid "Changing Audio Server, please wait..."
msgstr ""

#: ../../audio1/audio.go:314
msgid "Audio Server changed, please log out and then log in"
msgstr ""

#: ../../audio1/audio_events.go:471
#, c-format
msgid "%s had been disabled"
Expand Down Expand Up @@ -1056,26 +1067,26 @@ msgstr ""
msgid "Space"
msgstr ""

#: ../../timedate1/manager_ifc.go:51
#: ../../timedate1/manager_ifc.go:54
msgid "Authentication is required to set the system time"
msgstr ""

#: ../../timedate1/manager_ifc.go:64
#: ../../timedate1/manager_ifc.go:67
msgid ""
"Authentication is required to control whether network time synchronization "
"shall be enabled"
msgstr ""

#: ../../timedate1/manager_ifc.go:74
#: ../../timedate1/manager_ifc.go:77
msgid "Authentication is required to change NTP server"
msgstr ""

#: ../../timedate1/manager_ifc.go:114
#: ../../timedate1/manager_ifc.go:117
msgid ""
"Authentication is required to control whether the RTC stores the local or "
"UTC time"
msgstr ""

#: ../../timedate1/manager_ifc.go:137
#: ../../timedate1/manager_ifc.go:145
msgid "Authentication is required to set the system timezone"
msgstr ""
12 changes: 12 additions & 0 deletions misc/po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ msgstr "用户名长度必须介于3到32个字符之间"
msgid "User \"%s\" existed before and its data is synced"
msgstr "“%s”用户为之前已存在的用户,原数据已同步"

#: ../../audio1/audio.go:245
msgid "Failed to change Audio Server, please try later"
msgstr "音频服务切换失败,请稍后重试"

#: ../../audio1/audio.go:281
msgid "Changing Audio Server, please wait..."
msgstr "正在切换音频服务,请稍候…"

#: ../../audio1/audio.go:314
msgid "Audio Server changed, please log out and then log in"
msgstr "音频服务切换成功,请注销后重新登录"

#: ../../audio1/audio_events.go:471
#, c-format
msgid "%s had been disabled"
Expand Down

0 comments on commit ba21bb3

Please sign in to comment.