|
22 | 22 | "id": "ID",
|
23 | 23 | "hide": "Hide",
|
24 | 24 | "add": "Add",
|
| 25 | + "requiredField": "Required", |
| 26 | + "skipLoading": "跳过加载", |
| 27 | + "loading": "加载中", |
| 28 | + "loadingFailed": "加载失败", |
| 29 | + "emptyContent": "无内容", |
| 30 | + "noMoreContent": "没有更多内容", |
25 | 31 | "durationJustNow": "Just now",
|
26 | 32 | "durationSeconds": "{number} seconds ago",
|
27 | 33 | "durationMinutes": "{number} minutes ago",
|
|
63 | 69 | "gebura": "Gebura",
|
64 | 70 | "store": "Store",
|
65 | 71 | "library": "Library",
|
| 72 | + "localLibraryManage": "本地库管理", |
66 | 73 | "unknownApp": "Unknown app",
|
67 | 74 | "pleaseSetupApplicationPath": "Please set application path",
|
68 | 75 | "pleaseDontReRunApplication": "Please don't re-run application",
|
69 | 76 | "applicationExitAbnormally": "Application exit abnormally",
|
70 | 77 | "launcherError": "Launcher error",
|
71 | 78 | "scanningLocalFiles": "Scanning local files",
|
72 | 79 | "newApplicationFound": "{number} new applications found",
|
| 80 | + "importingCommonApplications": "正在导入应用程序", |
| 81 | + "importCommonApplicationFinished": "导入应用程序完成,成功 {success} 个,失败 {failed} 个。", |
73 | 82 | "importingSteamApplications": "Importing steam applications",
|
74 | 83 | "importSteamApplicationFinished": "Import steam application finished, {success} success, {failed} failed",
|
75 | 84 | "noAppInLibrary": "No application in the library",
|
76 | 85 | "addApplication": "Add application",
|
| 86 | + "steamScanResultPlatformUnsupported": "不支持当前平台", |
| 87 | + "steamScanResultSteamNotFound": "未发现Steam客户端", |
| 88 | + "steamScanResultLibraryNotFound": "未发现Steam游戏库", |
| 89 | + "steamScanResultLibraryEmpty": "Steam游戏库为空", |
| 90 | + "steamScanResultUnknownError": "扫描时出现未知错误", |
| 91 | + "steamScanResultFinished": "扫描完成", |
77 | 92 | "yesod": "Yesod",
|
78 | 93 | "feedConfigManage": "Manage subscription",
|
79 | 94 | "feedConfigAdd": "Add subscription",
|
80 | 95 | "feedConfigEdit": "Edit subscription",
|
| 96 | + "automation": "自动化", |
81 | 97 | "feedActionSetManage": "Manage rule set",
|
82 | 98 | "feedActionSetAdd": "Add rule set",
|
83 | 99 | "feedActionSetEdit": "Edit rule set",
|
| 100 | + "allArticles": "All Articles", |
| 101 | + "filteredArticles": "Filtered Articles", |
| 102 | + "notifyFlowManage": "推送管理", |
| 103 | + "notifyFlowAdd": "添加推送", |
| 104 | + "notifyFlowEdit": "编辑推送", |
| 105 | + "notifyTargetManage": "推送目标管理", |
| 106 | + "notifyTargetAdd": "添加推送目标", |
| 107 | + "notifyTargetEdit": "编辑推送目标", |
84 | 108 | "settings": "Settings",
|
85 | 109 | "currentDevice": "Current device",
|
86 | 110 | "unknownDevice": "Unknown device",
|
|
98 | 122 | "cache": "cache",
|
99 | 123 | "refresh": "Refresh",
|
100 | 124 | "clearCache": "Clear",
|
| 125 | + "pluginManage": "Plugin Management", |
| 126 | + "pluginWorkingProportion": "{working}/{enabled} ({total}) are working", |
| 127 | + "pluginContextManage": "Plugin Environment Management", |
| 128 | + "adminAreaWarning": "警告:你正在管理服务器{serverName}数据,你的操作将影响所有用户", |
| 129 | + "chrome": "Chrome", |
| 130 | + "firefox": "Firefox", |
| 131 | + "safari": "Safari", |
| 132 | + "edge": "Edge", |
| 133 | + "opera": "Opera", |
| 134 | + "msie": "IE", |
| 135 | + "samsung": "Samsung", |
| 136 | + "unknown": "Unspecified", |
101 | 137 | "grpc": "gRPC",
|
102 | 138 | "USER_TYPE": "Type",
|
103 | 139 | "USER_TYPE_UNSPECIFIED": "Unspecified",
|
|
138 | 174 | "PORTER_CONNECTION_STATUS_DISCONNECTED": "Disconnected",
|
139 | 175 | "PORTER_CONNECTION_STATUS_ACTIVE": "Working",
|
140 | 176 | "PORTER_CONNECTION_STATUS_ACTIVATION_FAILED": "Activation failed",
|
| 177 | + "PORTER_CONNECTION_STATUS_DOWNGRADED": "降级", |
| 178 | + "PORTER_CONTEXT_HANDLE_STATUS_UNSPECIFIED": "Unspecified", |
| 179 | + "PORTER_CONTEXT_HANDLE_STATUS_QUEUEING": "Queueing", |
| 180 | + "PORTER_CONTEXT_HANDLE_STATUS_DOWNGRADED": "Degraded", |
| 181 | + "PORTER_CONTEXT_HANDLE_STATUS_ACTIVE": "Working", |
| 182 | + "PORTER_CONTEXT_HANDLE_STATUS_BLOCKED": "未安排", |
141 | 183 | "SYSTEM_NOTIFICATION_LEVEL_UNSPECIFIED": "Unspecified",
|
142 | 184 | "SYSTEM_NOTIFICATION_LEVEL_ERROR": "Error",
|
143 | 185 | "SYSTEM_NOTIFICATION_LEVEL_WARNING": "Warning",
|
|
0 commit comments