diff --git a/apps/i18n/koko/en.json b/apps/i18n/koko/en.json index a694da090..e37fd7065 100644 --- a/apps/i18n/koko/en.json +++ b/apps/i18n/koko/en.json @@ -36,6 +36,8 @@ "OnlineUsers": "Online Users", "Paste": "Paste", "PauseSession": "Pause Session", + "PermissionExpired": "Permission expired", + "PermissionValid": "Permission valid", "ReadOnly": "Read-Only", "Reconnect": "Reconnect", "Refresh": "Refresh", @@ -68,4 +70,4 @@ "WaitFileTransfer": "Wait file transfer to finish", "WebSocketClosed": "WebSocket closed", "Writable": "Writable" -} \ No newline at end of file +} diff --git a/apps/i18n/koko/zh.json b/apps/i18n/koko/zh.json index e124d1574..ddebc4d65 100644 --- a/apps/i18n/koko/zh.json +++ b/apps/i18n/koko/zh.json @@ -36,6 +36,8 @@ "OnlineUsers": "在线人员", "Paste": "粘贴", "PauseSession": "暂停此会话", + "PermissionExpired": "权限已过期", + "PermissionValid": "权限有效", "ReadOnly": "只读", "Reconnect": "重新连接", "Refresh": "刷新", @@ -68,4 +70,4 @@ "WaitFileTransfer": "等待文件传输结束", "WebSocketClosed": "WebSocket 已关闭", "Writable": "可写" -} \ No newline at end of file +}