Merge commit 'refs/pull/90/head' of https://github.com/MathMan05/JankClient

This commit is contained in:
MathMan05 2025-03-20 13:13:31 -05:00
commit a9e9b24650
7 changed files with 45 additions and 5 deletions

View file

@ -31,4 +31,4 @@
"email": "greysilly7@gmail.com"
}
}
]
]

View file

@ -8,6 +8,9 @@
],
"start_url": "/channels/@me",
"display": "standalone",
"scope": "/",
"theme_color": "#05050a",
"description": "Welcome to the Jank Client, a spacebar FOSS client implementation",
"background_color": "#05050a",
"offline_enabled": true
}

View file

@ -1431,6 +1431,12 @@ class Settings extends Buttons {
exit.onclick = (_) => {
this.hide();
};
onkeyup = (event) => {
if (event.key === "Escape") {
// Cancel the default action, if needed
this.hide()
}
}
document.body.append(background);
this.html = background;
}

View file

@ -181,7 +181,23 @@
"tokenDisplay": "토큰: $1",
"advancedBot": "고급 봇 설정",
"language": "언어:",
"connections": "연결"
"connections": "연결",
"deleteAccount": "계정 삭제",
"deleteAccountButton": "계정 삭제",
"manageInstance": "인스턴스 관리"
},
"manageInstance": {
"stop": "인스턴스 중지",
"AreYouSureStop": "이 인스턴스를 중지하시겠습니까?",
"length": "길이:",
"format": "포맷:",
"TokenFormats": {
"URLs": "초대 URL"
},
"create": "만들기",
"clientURL": "클라이언트 URL:",
"regType": "토큰 URL 유형 등록",
"copy": "복사"
},
"message": {
"reactionAdd": "반응 추가",

View file

@ -124,7 +124,13 @@
"botUsername": "Botbenotzernumm:",
"advancedBot": "Erweidert Bot-Astellungen",
"language": "Sprooch:",
"connections": "Verbindungen"
"connections": "Verbindungen",
"deleteAccountButton": "Kont läschen"
},
"manageInstance": {
"length": "Längt:",
"genericType": "Geneeresch",
"copy": "Kopéieren"
},
"message": {
"reactionAdd": "Reaktioun derbäisetzen",

View file

@ -3,7 +3,11 @@
"last-updated": "2024/11/4",
"locale": "en",
"comment": "Don't know how often I'll update this top part lol",
"authors": ["MathMan05", "McDutchie", "Vl1"]
"authors": [
"MathMan05",
"McDutchie",
"Vl1"
]
},
"readableName": "{{doc-important|This should be the name of the language you are translating into, in that language. Please DO NOT translate this into your languages word for “English”!}}",
"typing": "$1 is the number of people typing and $2 is the names of the people typing separated by commas",

View file

@ -324,7 +324,12 @@
"advancedBot": "Расширенные настройки бота",
"botInviteCreate": "Создатель приглашения бота",
"language": "Язык:",
"connections": "Подключения"
"connections": "Подключения",
"deleteAccount": "Удаление учётной записи",
"areYouSureDelete": "Вы уверены, что хотите удалить свою учётную запись? Если да, введите фразу $1",
"sillyDeleteConfirmPhrase": "Шрек - это любовь, Шрек - это жизнь",
"deleteAccountButton": "Удалить учётную запись",
"mustTypePhrase": "Чтобы удалить свою учётную запись, вам необходимо ввести фразу"
},
"message": {
"reactionAdd": "Добавить реакцию",