mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
fix: improve mobile layout for bandwidth and add pluralization support
This commit is contained in:
@@ -881,6 +881,8 @@
|
||||
"restartAll": "Restart All",
|
||||
"confirmRestartAll": "Are you sure you want to restart all nodes?",
|
||||
"usersOnline": "online",
|
||||
"usersOnlineCount_one": "{{count}} online",
|
||||
"usersOnlineCount_other": "{{count}} online",
|
||||
"trafficUsed": "used",
|
||||
"uptimeLabel": "Uptime",
|
||||
"stats": {
|
||||
@@ -897,7 +899,11 @@
|
||||
"noSquads": "No squads found",
|
||||
"syncServers": "Sync Servers",
|
||||
"members": "members",
|
||||
"membersCount_one": "{{count}} member",
|
||||
"membersCount_other": "{{count}} members",
|
||||
"inbounds": "inbounds",
|
||||
"inboundsCount_one": "{{count}} inbound",
|
||||
"inboundsCount_other": "{{count}} inbounds",
|
||||
"available": "Available",
|
||||
"unavailable": "Unavailable",
|
||||
"stats": {
|
||||
|
||||
@@ -1704,6 +1704,7 @@
|
||||
"restart": "راهاندازی مجدد",
|
||||
"restartAll": "راهاندازی مجدد همه",
|
||||
"usersOnline": "آنلاین",
|
||||
"usersOnlineCount_other": "{{count}} آنلاین",
|
||||
"trafficUsed": "استفاده شده",
|
||||
"uptimeLabel": "زمان فعالیت",
|
||||
"stats": {
|
||||
@@ -1742,7 +1743,9 @@
|
||||
"syncServers": "همگامسازی سرورها",
|
||||
"synced": "همگام شده",
|
||||
"members": "اعضا",
|
||||
"membersCount_other": "{{count}} عضو",
|
||||
"inbounds": "ورودیها",
|
||||
"inboundsCount_other": "{{count}} ورودی",
|
||||
"available": "در دسترس",
|
||||
"unavailable": "در دسترس نیست",
|
||||
"stats": {
|
||||
|
||||
@@ -897,6 +897,9 @@
|
||||
"restartAll": "Перезапустить все",
|
||||
"confirmRestartAll": "Вы уверены, что хотите перезапустить все ноды?",
|
||||
"usersOnline": "онлайн",
|
||||
"usersOnlineCount_one": "{{count}} онлайн",
|
||||
"usersOnlineCount_few": "{{count}} онлайн",
|
||||
"usersOnlineCount_many": "{{count}} онлайн",
|
||||
"trafficUsed": "использовано",
|
||||
"uptimeLabel": "Аптайм",
|
||||
"stats": {
|
||||
@@ -913,7 +916,13 @@
|
||||
"noSquads": "Сквады не найдены",
|
||||
"syncServers": "Синхронизировать серверы",
|
||||
"members": "участников",
|
||||
"membersCount_one": "{{count}} участник",
|
||||
"membersCount_few": "{{count}} участника",
|
||||
"membersCount_many": "{{count}} участников",
|
||||
"inbounds": "inbounds",
|
||||
"inboundsCount_one": "{{count}} inbound",
|
||||
"inboundsCount_few": "{{count}} inbounds",
|
||||
"inboundsCount_many": "{{count}} inbounds",
|
||||
"available": "Доступен",
|
||||
"unavailable": "Недоступен",
|
||||
"stats": {
|
||||
|
||||
@@ -1712,6 +1712,7 @@
|
||||
"restart": "重启",
|
||||
"restartAll": "全部重启",
|
||||
"usersOnline": "在线",
|
||||
"usersOnlineCount_other": "{{count}} 在线",
|
||||
"trafficUsed": "已使用",
|
||||
"uptimeLabel": "运行时间",
|
||||
"stats": {
|
||||
@@ -1750,7 +1751,9 @@
|
||||
"syncServers": "同步服务器",
|
||||
"synced": "已同步",
|
||||
"members": "成员",
|
||||
"membersCount_other": "{{count}} 成员",
|
||||
"inbounds": "入站",
|
||||
"inboundsCount_other": "{{count}} 入站",
|
||||
"available": "可用",
|
||||
"unavailable": "不可用",
|
||||
"stats": {
|
||||
|
||||
Reference in New Issue
Block a user