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": "新しい開発バージョンが利用可能です、コミット {{newCommit}}。あなたはコミット {{oldCommit}} を使用しています。",
"check_for_updates": "<1>更新</1> を確認",
"latest_development_version": "最新の開発バージョン、コミット{{commit}}を使用しています。安定版を使用するには、{{link}}に移動してください。",
"latest_stable_version": "最新の安定版、plebchan v{{version}}を使用しています。",
"check": "チェック",
"update": "更新",
"style": "スタイル",
"interface_language": "インターフェース言語"
}