Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Translation updates:

* Simplified Chinese (Wang Ji)
* Italian (Alessio Lenzi)

Change-Id: I21dcbfe07b128d080a10e52d2d4ebedd592e6868

+264 -12
+148 -8
apps/lang/chinese-simp.lang
··· 14676 14676 user: core 14677 14677 <source> 14678 14678 *: "Press LEFT to cancel." 14679 - android,hifietma*,zenvision: "Press BACK to cancel." 14679 + android,hifietma*: "Press BACK to cancel." 14680 14680 cowond2,creativezenxfi2,ibassodx50,ibassodx90,mrobe500,ondavx747: "Press POWER to cancel." 14681 14681 ihifi760,ihifi960: "Double tap RETURN to cancel." 14682 14682 ihifi770,ihifi770c,ihifi800: "Press HOME to cancel." ··· 14691 14691 </source> 14692 14692 <dest> 14693 14693 *: "请按LEFT键取消。" 14694 - android,hifietma*,zenvision: "请按BACK键取消。" 14694 + android,hifietma*: "请按BACK键取消。" 14695 14695 cowond2,creativezenxfi2,ibassodx50,ibassodx90,mrobe500,ondavx747: "请按POWER键取消。" 14696 14696 ihifi760,ihifi960: "双击RETURN键取消。" 14697 14697 ihifi770,ihifi770c,ihifi800: "请按HOME键取消。" ··· 14707 14707 </dest> 14708 14708 <voice> 14709 14709 *: "请按LEFT键取消" 14710 - android,hifietma*,zenvision: "请按BACK键取消" 14710 + android,hifietma*: "请按BACK键取消" 14711 14711 cowond2,creativezenxfi2,ibassodx50,ibassodx90,mrobe500,ondavx747: "请按POWER键取消" 14712 14712 ihifi760,ihifi960: "双击RETURN键取消" 14713 14713 ihifi770,ihifi770c,ihifi800: "请按HOME键取消" ··· 15202 15202 </phrase> 15203 15203 <phrase> 15204 15204 id: LANG_VOICED_DATE_FORMAT 15205 - desc: format string for how dates will be read back. Y == 4-digit year, A == month name, m == numeric month, d == numeric day. For example, "AdY" will read "January 21 2021" 15205 + desc: format string for how dates will be read back. Y == 4-digit year (grouped), y == 4-digit year (numeric), A == month name, m == numeric month, d == numeric day. For example, for 2021-01-05, "AdY" will be voiced as "January 5 twenty twenty-one" and "dmy" will be voiced as "5 1 two thousand twenty one 15206 15206 user: core 15207 15207 <source> 15208 15208 *: "dAY" ··· 15811 15811 </phrase> 15812 15812 <phrase> 15813 15813 id: LANG_DEFAULT_BROWSER 15814 - desc: in Settings 15814 + desc: deprecated 15815 15815 user: core 15816 15816 <source> 15817 - *: "Default Browser" 15817 + *: "" 15818 15818 </source> 15819 15819 <dest> 15820 - *: "默认浏览器" 15820 + *: "" 15821 15821 </dest> 15822 15822 <voice> 15823 - *: "默认浏览器" 15823 + *: "" 15824 15824 </voice> 15825 15825 </phrase> 15826 15826 <phrase> ··· 16967 16967 *: "~U S B" 16968 16968 </voice> 16969 16969 </phrase> 16970 + <phrase> 16971 + id: LANG_ANNOUNCE_STATUS 16972 + desc: announnnce_status plugin 16973 + user: core 16974 + <source> 16975 + *: "Announce Status" 16976 + </source> 16977 + <dest> 16978 + *: "播报状态" 16979 + </dest> 16980 + <voice> 16981 + *: "播报状态" 16982 + </voice> 16983 + </phrase> 16984 + <phrase> 16985 + id: LANG_KEEP_DIRECTORY 16986 + desc: file browser setting 16987 + user: core 16988 + <source> 16989 + *: "Always remember last folder" 16990 + </source> 16991 + <dest> 16992 + *: "总是记住上次的文件夹" 16993 + </dest> 16994 + <voice> 16995 + *: "总是记住上次的文件夹" 16996 + </voice> 16997 + </phrase> 16998 + <phrase> 16999 + id: LANG_FILE_NOT_FOUND 17000 + desc: When file does not exist 17001 + user: core 17002 + <source> 17003 + *: "File not found" 17004 + </source> 17005 + <dest> 17006 + *: "找不到文件" 17007 + </dest> 17008 + <voice> 17009 + *: "找不到文件" 17010 + </voice> 17011 + </phrase> 17012 + <phrase> 17013 + id: LANG_SHOW_IN_FILES 17014 + desc: Reveal item in File Browser 17015 + user: core 17016 + <source> 17017 + *: "Show in Files" 17018 + </source> 17019 + <dest> 17020 + *: "按文件展示" 17021 + </dest> 17022 + <voice> 17023 + *: "按文件展示" 17024 + </voice> 17025 + </phrase> 17026 + <phrase> 17027 + id: LANG_CHANNEL_SWAP 17028 + desc: in sound_settings 17029 + user: core 17030 + <source> 17031 + *: "Swap Left & Right" 17032 + </source> 17033 + <dest> 17034 + *: "切换左&右" 17035 + </dest> 17036 + <voice> 17037 + *: "切换左右" 17038 + </voice> 17039 + </phrase> 17040 + <phrase> 17041 + id: LANG_COUNTDOWN_TIMER_SET 17042 + desc: countdown_timer plugin - header shown on the setup screen where the user enters the countdown duration 17043 + user: core 17044 + <source> 17045 + *: "SET TIMER" 17046 + </source> 17047 + <dest> 17048 + *: "设定计时器" 17049 + </dest> 17050 + <voice> 17051 + *: "设定计时器" 17052 + </voice> 17053 + </phrase> 17054 + <phrase> 17055 + id: LANG_COUNTDOWN_TIMER_RUNNING 17056 + desc: countdown_timer plugin - status label shown while the countdown is active 17057 + user: core 17058 + <source> 17059 + *: "RUNNING" 17060 + </source> 17061 + <dest> 17062 + *: "运行中" 17063 + </dest> 17064 + <voice> 17065 + *: "运行中" 17066 + </voice> 17067 + </phrase> 17068 + <phrase> 17069 + id: LANG_COUNTDOWN_TIMER_PAUSED 17070 + desc: countdown_timer plugin - status label shown while the countdown is paused 17071 + user: core 17072 + <source> 17073 + *: "PAUSED" 17074 + </source> 17075 + <dest> 17076 + *: "暂停" 17077 + </dest> 17078 + <voice> 17079 + *: "暂停" 17080 + </voice> 17081 + </phrase> 17082 + <phrase> 17083 + id: LANG_COUNTDOWN_TIMER_OVERTIME 17084 + desc: countdown_timer plugin - status label shown when the countdown has passed zero and is counting up 17085 + user: core 17086 + <source> 17087 + *: "OVERTIME" 17088 + </source> 17089 + <dest> 17090 + *: "超时" 17091 + </dest> 17092 + <voice> 17093 + *: "超时" 17094 + </voice> 17095 + </phrase> 17096 + <phrase> 17097 + id: LANG_COUNTDOWN_TIMER_FINISHED 17098 + desc: countdown_timer plugin - status label shown at the moment the countdown expires 17099 + user: core 17100 + <source> 17101 + *: "FINISHED" 17102 + </source> 17103 + <dest> 17104 + *: "完成" 17105 + </dest> 17106 + <voice> 17107 + *: "完成" 17108 + </voice> 17109 + </phrase>
+116 -4
apps/lang/italiano.lang
··· 15804 15804 </phrase> 15805 15805 <phrase> 15806 15806 id: LANG_DEFAULT_BROWSER 15807 - desc: in Settings 15807 + desc: deprecated 15808 15808 user: core 15809 15809 <source> 15810 - *: "Default Browser" 15810 + *: "" 15811 15811 </source> 15812 15812 <dest> 15813 - *: "Browser Predefinito" 15813 + *: "" 15814 15814 </dest> 15815 15815 <voice> 15816 - *: "Browser Predefinito" 15816 + *: "" 15817 15817 </voice> 15818 15818 </phrase> 15819 15819 <phrase> ··· 16988 16988 *: "~U S B" 16989 16989 </voice> 16990 16990 </phrase> 16991 + <phrase> 16992 + id: LANG_FILE_NOT_FOUND 16993 + desc: When file does not exist 16994 + user: core 16995 + <source> 16996 + *: "File not found" 16997 + </source> 16998 + <dest> 16999 + *: "File non trovato" 17000 + </dest> 17001 + <voice> 17002 + *: "File non trovato" 17003 + </voice> 17004 + </phrase> 17005 + <phrase> 17006 + id: LANG_SHOW_IN_FILES 17007 + desc: Reveal item in File Browser 17008 + user: core 17009 + <source> 17010 + *: "Show in Files" 17011 + </source> 17012 + <dest> 17013 + *: "Mostra nei file" 17014 + </dest> 17015 + <voice> 17016 + *: "Mostra nei file" 17017 + </voice> 17018 + </phrase> 17019 + <phrase> 17020 + id: LANG_CHANNEL_SWAP 17021 + desc: in sound_settings 17022 + user: core 17023 + <source> 17024 + *: "Swap Left & Right" 17025 + </source> 17026 + <dest> 17027 + *: "Scambia sinistro & destro" 17028 + </dest> 17029 + <voice> 17030 + *: "Scambia sinistro e destro" 17031 + </voice> 17032 + </phrase> 17033 + <phrase> 17034 + id: LANG_COUNTDOWN_TIMER_SET 17035 + desc: countdown_timer plugin - header shown on the setup screen where the user enters the countdown duration 17036 + user: core 17037 + <source> 17038 + *: "SET TIMER" 17039 + </source> 17040 + <dest> 17041 + *: "IMPOSTA TIMER" 17042 + </dest> 17043 + <voice> 17044 + *: "Imposta timer" 17045 + </voice> 17046 + </phrase> 17047 + <phrase> 17048 + id: LANG_COUNTDOWN_TIMER_RUNNING 17049 + desc: countdown_timer plugin - status label shown while the countdown is active 17050 + user: core 17051 + <source> 17052 + *: "RUNNING" 17053 + </source> 17054 + <dest> 17055 + *: "IN CORSO" 17056 + </dest> 17057 + <voice> 17058 + *: "In corso" 17059 + </voice> 17060 + </phrase> 17061 + <phrase> 17062 + id: LANG_COUNTDOWN_TIMER_PAUSED 17063 + desc: countdown_timer plugin - status label shown while the countdown is paused 17064 + user: core 17065 + <source> 17066 + *: "PAUSED" 17067 + </source> 17068 + <dest> 17069 + *: "IN PAUSA" 17070 + </dest> 17071 + <voice> 17072 + *: "In pausa" 17073 + </voice> 17074 + </phrase> 17075 + <phrase> 17076 + id: LANG_COUNTDOWN_TIMER_OVERTIME 17077 + desc: countdown_timer plugin - status label shown when the countdown has passed zero and is counting up 17078 + user: core 17079 + <source> 17080 + *: "OVERTIME" 17081 + </source> 17082 + <dest> 17083 + *: "TEMPO SUPPLEMENTARE" 17084 + </dest> 17085 + <voice> 17086 + *: "Tempo supplementare" 17087 + </voice> 17088 + </phrase> 17089 + <phrase> 17090 + id: LANG_COUNTDOWN_TIMER_FINISHED 17091 + desc: countdown_timer plugin - status label shown at the moment the countdown expires 17092 + user: core 17093 + <source> 17094 + *: "FINISHED" 17095 + </source> 17096 + <dest> 17097 + *: "TERMINATO" 17098 + </dest> 17099 + <voice> 17100 + *: "Terminato" 17101 + </voice> 17102 + </phrase>