add settings translations, assets, styling

This commit is contained in:
plebeius.eth
2024-05-10 17:03:33 +02:00
parent ca22841ea4
commit 23918dd01c
47 changed files with 570 additions and 69 deletions
+12 -1
View File
@@ -75,5 +75,16 @@
"projects": "项目",
"challenge_counter": "{{index}} / {{total}}",
"embed": "嵌入",
"remove": "移除"
"remove": "移除",
"download_latest_desktop": "在这里下载最新的桌面版本: {{link}}",
"new_stable_version": "新的稳定版可用,plebchan v{{newVersion}}。您正在使用plebchan v{{oldVersion}}。",
"refresh_to_update": "刷新页面以更新",
"new_development_version": "新的开发版本可用,commit {{newCommit}}。您正在使用commit {{oldCommit}}。",
"check_for_updates": "<1>检查</1> 更新",
"latest_development_version": "您正在使用最新的开发版本,提交 {{commit}}。要使用稳定版本,请前往 {{link}}。",
"latest_stable_version": "您正在使用最新的稳定版本,plebchan v{{version}}。",
"check": "检查",
"update": "更新",
"style": "风格",
"interface_language": "界面语言"
}