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 6, 2023
1 parent 0b29227 commit 83d4324
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
24 changes: 18 additions & 6 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-06 12:31+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 Down Expand Up @@ -53,6 +53,18 @@ msgstr ""
msgid "User \"%s\" existed before and its data is synced"
msgstr ""

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

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

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

#: ../../audio1/audio_events.go:471
#, c-format
msgid "%s had been disabled"
Expand Down Expand Up @@ -1056,26 +1068,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:70
msgid "Changing Audio Server, please wait..."
msgstr "正在切换音频服务,请稍候…"

#: ../../audio1/audio.go:71
msgid "Audio Server changed, please log out and then reboot"
msgstr "音频服务切换成功,请退出重启"

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

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

0 comments on commit 83d4324

Please sign in to comment.