improve: UI (#1152)

* improve: UI (#1033)

* fix: instance activity chart not displaying properly

* fix
This commit is contained in:
pa
2025-02-24 22:57:43 +09:00
committed by GitHub
parent 870c1a9c5e
commit d5e789ef0e
25 changed files with 476 additions and 392 deletions

View File

@@ -710,8 +710,8 @@
"avatars": {
"header": "Avatars",
"total_count": "Total {count}",
"sort_by_name": "Sort by name",
"sort_by_update": "Sort by update",
"sort_by_name": "Name",
"sort_by_update": "Updated",
"all": "All",
"public": "Public",
"private": "Private"

View File

@@ -782,7 +782,8 @@
"instance_closed": "closed",
"instance_hard_closed": "hard closed",
"close_instance": "Close Instance",
"instance_age_gated": "age gated"
"instance_age_gated": "age gated",
"open_previouse_instance": "Open Previous Instance"
},
"groups": {
"header": "Groups",
@@ -824,11 +825,13 @@
"avatars": {
"header": "Avatars",
"total_count": "Total {count}",
"sort_by_name": "Sort by name",
"sort_by_update": "Sort by update",
"sort_by": "Sort by:",
"sort_by_name": "Name",
"sort_by_update": "Updated",
"all": "All",
"public": "Public",
"private": "Private"
"private": "Private",
"group_by": "Group by:"
},
"json": {
"header": "JSON"

View File

@@ -815,6 +815,7 @@
"avatars": {
"header": "アバター",
"total_count": "{count} 個のアバター",
"sort_by": "並べ替え:",
"sort_by_name": "名前順",
"sort_by_update": "更新順",
"all": "全て",

View File

@@ -821,8 +821,10 @@
"avatars": {
"header": "创建的模型",
"total_count": "总共 {count} 个",
"sort_by_name": "按名称排序",
"sort_by_update": "按更新时间排序",
"sort_by": "排序方式:",
"sort_by_name": "名称",
"sort_by_update": "更新时间",
"group_by": "分组方式:",
"all": "所有",
"public": "公开",
"private": "私人"

View File

@@ -787,8 +787,9 @@
"avatars": {
"header": "角色",
"total_count": "總共 {count}",
"sort_by_name": "依名稱排序",
"sort_by_update": "依更新排序",
"sort_by": "分類依據:",
"sort_by_name": "名稱",
"sort_by_update": "更新",
"all": "所有",
"public": "公開",
"private": "私人"