-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
415 lines (357 loc) · 375 KB
/
error.html
File metadata and controls
415 lines (357 loc) · 375 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="importmap" crossorigin="anonymous">
{
"imports": {
"svelte": "/panel/@id/svelte",
"svelte/animate": "/panel/@id/svelte/animate",
"svelte/easing": "/panel/@id/svelte/easing",
"svelte/motion": "/panel/@id/svelte/motion",
"svelte/store": "/panel/@id/svelte/store",
"svelte/transition": "/panel/@id/svelte/transition",
"svelte/internal": "/panel/@id/svelte/internal",
"svelte/internal/client": "/panel/@id/svelte/internal/client",
"svelte/internal/disclose-version": "/panel/@id/svelte/internal/disclose-version",
"svelte/internal/flags/legacy": "/panel/@id/svelte/internal/flags/legacy",
"svelte/internal/flags/async": "/panel/@id/svelte/internal/flags/async",
"svelte/internal/flags/tracing": "/panel/@id/svelte/internal/flags/tracing",
"svelte/internal/server": "/panel/@id/svelte/internal/server",
"svelte/legacy": "/panel/@id/svelte/legacy",
"svelte/events": "/panel/@id/svelte/events",
"svelte-i18n": "/panel/@id/svelte-i18n",
"@panomc/sdk": "/panel/lib/sdk/index.js",
"@panomc/sdk/components/theme": "/panel/lib/sdk/components-theme.js",
"@panomc/sdk/components/panel": "/panel/lib/sdk/components-panel.js",
"@panomc/sdk/toasts": "/panel/lib/sdk/toasts.js",
"@panomc/sdk/utils/api": "/panel/lib/sdk/utils-api.js",
"@panomc/sdk/utils/auth": "/panel/lib/sdk/utils-auth.js",
"@panomc/sdk/utils/tooltip": "/panel/lib/sdk/utils-tooltip.js",
"@panomc/sdk/utils/language": "/panel/lib/sdk/utils-language.js",
"@panomc/sdk/utils/component": "/panel/lib/sdk/utils-component.js",
"@panomc/sdk/utils/text": "/panel/lib/sdk/utils-text.js",
"@panomc/sdk/variables": "/panel/lib/sdk/variables.js",
"@panomc/sdk/svelte": "/panel/lib/sdk/svelte.js",
"@panomc/sdk/internal": "/panel/lib/sdk/internal.js"
}
}
</script>
<script defer src="/panel/lib/bootstrap/bootstrap.bundle.min.js"></script>
<style data-sveltekit>
.feature-icon-small.s-8tKMKfdGAPf8 {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
/* Override blocks paths due to /panel base path */
.blocks.s-8tKMKfdGAPf8 {
background-image:
url('/panel/assets/img/red.svg'), url('/panel/assets/img/yellow.svg'),
url('/panel/assets/img/green.svg') !important;
}
.s-8tKMKfdGAPf8{}
.center-content.s-jgM1MeiKZIAO {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.logo-wrapper.s-jgM1MeiKZIAO {
border-radius: 12px;
width: 64px;
height: 64px;
}
.mc-img-wrapper.s-jgM1MeiKZIAO {
width: 80px;
height: 80px;
}
.hytale-img-wrapper.s-jgM1MeiKZIAO {
width: 80px;
height: 80px;
}
.pano-anim.s-jgM1MeiKZIAO {
animation: s-jgM1MeiKZIAO-logo-swap-pano 4.5s infinite ease-in-out;
}
.mc-anim.s-jgM1MeiKZIAO {
animation: s-jgM1MeiKZIAO-logo-swap-mc 4.5s infinite ease-in-out;
}
.hytale-anim.s-jgM1MeiKZIAO {
animation: s-jgM1MeiKZIAO-logo-swap-hytale 4.5s infinite ease-in-out;
}
@keyframes s-jgM1MeiKZIAO-logo-swap-pano {
0%,
28% {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
33%,
95% {
opacity: 0;
transform: translate(-50%, -50%) scale(0.6);
}
100% {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
}
@keyframes s-jgM1MeiKZIAO-logo-swap-mc {
0%,
28% {
opacity: 0;
transform: translate(-50%, -50%) scale(0.6);
}
33%,
61% {
opacity: 1;
transform: translate(-50%, -50%) scale(1.1);
}
66%,
100% {
opacity: 0;
transform: translate(-50%, -50%) scale(0.6);
}
}
@keyframes s-jgM1MeiKZIAO-logo-swap-hytale {
0%,
61% {
opacity: 0;
transform: translate(-50%, -50%) scale(0.6);
}
66%,
95% {
opacity: 1;
transform: translate(-50%, -50%) scale(1.1);
}
100% {
opacity: 0;
transform: translate(-50%, -50%) scale(0.6);
}
}
.pulse.s-jgM1MeiKZIAO {
animation: s-jgM1MeiKZIAO-pulse 1.5s infinite ease-in-out;
}
@keyframes s-jgM1MeiKZIAO-pulse {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0.3;
}
}
.main-container.s-2sLcz3hF-r7t {
background-image: radial-gradient(circle at 50% 0%, var(--bs-body-bg) 0%, transparent 500%);
background-attachment: fixed;
}
.s-2sLcz3hF-r7t{}
/* Ensure the pulsate animation is available if animate.css is not globally loaded */
@keyframes s-YJWfVWoZIg4s-pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
@keyframes s-YJWfVWoZIg4s-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.spin.s-YJWfVWoZIg4s {
animation: s-YJWfVWoZIg4s-spin 2s linear infinite;
}
.s-YJWfVWoZIg4s{}
/* Robust centering for scrollable flex containers */
.scroll-center.s-OwU_rW-7eZrY::before,
.scroll-center.s-OwU_rW-7eZrY::after {
content: '';
margin: auto;
}
.s-OwU_rW-7eZrY{}
.progress-bar.s-N_f3uV9CxgVx {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 0.25rem;
z-index: 999;
pointer-events: none; /* this is important since we aren't dismounting */
}
.progress-sliver.s-N_f3uV9CxgVx {
width: var(--width);
background-color: #1e96fc;
height: 100%;
}
.s-N_f3uV9CxgVx{}
.no-scrollbar.s-L6JCFHK8lqD0::-webkit-scrollbar {
display: none;
}
.no-scrollbar.s-L6JCFHK8lqD0 {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Robust centering for scrollable flex containers */
.scroll-center.s-L6JCFHK8lqD0 {
justify-content: center;
}
.scroll-center.s-L6JCFHK8lqD0::before,
.scroll-center.s-L6JCFHK8lqD0::after {
content: '';
margin: auto;
}
.s-L6JCFHK8lqD0{}
/* Mobile */
.editor-height.s-42IZ0xIStMU0 {
min-height: auto;
height: 100%;
}
/* md and above (tablet + desktop) */
@media (min-width: 768px) {
.editor-height.s-42IZ0xIStMU0 {
min-height: 100%;
height: 100%;
}
}
.ProseMirror {
min-height: 100%;
height: 100%;
outline: none;
}
.s-42IZ0xIStMU0{}
.drop-zone.s-oXZBYF4VwZv4 {
border-style: dashed !important;
transition:
transform 0.2s ease,
box-shadow 0.2s ease;
}
.drop-zone.s-oXZBYF4VwZv4:hover {
background-color: rgba(var(--bs-primary-rgb), 0.05) !important;
}
.drop-zone.drag-over.s-oXZBYF4VwZv4 {
border-style: solid !important;
background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
transform: scale(0.995);
}
.drop-zone.disabled.s-oXZBYF4VwZv4 {
cursor: not-allowed;
opacity: 0.6;
border-style: solid !important;
}
.list-group-horizontal .drop-zone.s-oXZBYF4VwZv4 {
height: 100%;
}
.s-oXZBYF4VwZv4{}
@media (min-width: 992px) {
.offcanvas-lg.s--Std_ohSg4Ou {
min-height: 100dvh !important;
position: sticky !important;
top: 0;
width: 280px !important;
flex-shrink: 0;
align-self: stretch;
}
}
.nav-pills.s--Std_ohSg4Ou .nav-link.active:where(.s--Std_ohSg4Ou) {
background-color: #fff !important;
color: var(--bs-primary) !important;
}
.s--Std_ohSg4Ou{}
.server-card.s-arVzV5Ct0Ba- {
transition: all 0.2s ease-in-out;
cursor: pointer;
overflow: hidden;
}
@media (min-width: 576px) {
.server-card.s-arVzV5Ct0Ba- {
aspect-ratio: 1 / 1;
}
}
.server-card.s-arVzV5Ct0Ba- .card-body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
padding: 1rem;
}
@media (min-width: 576px) {
.server-card.s-arVzV5Ct0Ba- .card-body {
padding: 0.75rem !important;
}
}
.server-card.s-arVzV5Ct0Ba-:hover {
transform: translateY(-2px);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
border-color: var(--bs-primary);
}
.server-card.s-arVzV5Ct0Ba- .text-truncate:where(.s-arVzV5Ct0Ba-) {
max-width: 100%;
white-space: nowrap;
}
.server-card.s-arVzV5Ct0Ba- .server-name:where(.s-arVzV5Ct0Ba-) {
/* Restore original size */
}
.server-card.s-arVzV5Ct0Ba- .server-ip:where(.s-arVzV5Ct0Ba-) {
font-size: 0.75rem;
}
.server-card.s-arVzV5Ct0Ba- .badge:where(.s-arVzV5Ct0Ba-) {
font-size: 0.7rem;
padding: 0.25rem 0.5rem;
}
.server-card.s-arVzV5Ct0Ba- .player-count:where(.s-arVzV5Ct0Ba-) {
font-size: 0.7rem;
}
.s-arVzV5Ct0Ba-{}</style><!--1m3kzz8--><link href="/api/favicon?hash=f7528cfa6dc3e0f4c45b036bfb52f6bfbd6aa5289eb37d7f152ddbffc1b321f3" rel="icon"/> <meta content="dark" name="x-theme"/><!----><!--xo6w1v--><!--[--><link rel="stylesheet" href="/panel/style.css"/><!--]--><!----><!--v8bbdp--><!--[!--><!--]--><!----><title>Pano</title>
<script>
(function () {
const m = document.querySelector('meta[name="x-theme"]');
const theme = m && m.getAttribute('content');
document.documentElement.setAttribute('data-bs-theme', theme);
})();
</script>
</head>
<body>
<div><!--[--><!--[--><!----><div class="progress-bar s-N_f3uV9CxgVx" style="opacity: 1"><div class="progress-sliver s-N_f3uV9CxgVx" style="--width: 0%"></div></div><!----> <!--[--><!--[--><div class="d-flex align-items-center justify-content-center vh-100 w-100 flex-column s-jgM1MeiKZIAO" role="status"><div class="loader-content position-relative s-jgM1MeiKZIAO" style="height: 100px; width: 100px;"><!--[!--><div class="logo-wrapper bg-primary p-2 shadow-sm pano-anim center-content d-flex align-items-center justify-content-center s-jgM1MeiKZIAO"><img alt="Pano" src="./assets/img/logo.svg" class="w-100 h-100 object-fit-contain s-jgM1MeiKZIAO"/></div> <div class="mc-img-wrapper mc-anim center-content d-flex align-items-center justify-content-center s-jgM1MeiKZIAO"><img alt="Minecraft" src="./assets/img/minecraft-icon.png" class="w-100 h-100 object-fit-contain s-jgM1MeiKZIAO"/></div> <div class="hytale-img-wrapper hytale-anim center-content d-flex align-items-center justify-content-center s-jgM1MeiKZIAO"><img alt="Hytale" src="./assets/img/hytale-icon.png" class="w-100 h-100 object-fit-contain s-jgM1MeiKZIAO"/></div><!--]--></div> <!--[!--><!--[!--><!--]--><!--]--></div><!----><!--]--> <div hidden><!--[!--><!--[!--><!--]--> <div class="offcanvas offcanvas-start bg-primary h-100 rounded-end-4 s--Std_ohSg4Ou offcanvas-lg" tabindex="-1" id="sidebar" aria-labelledby="sidebarLabel" data-bs-scroll="true" data-bs-backdrop="false"><div class="offcanvas-body p-0 s--Std_ohSg4Ou"><div class="container-fluid position-relative s--Std_ohSg4Ou"><div class="navbar navbar-expand navbar-dark bg-body-primary s--Std_ohSg4Ou"><button type="button" class="navbar-toggler d-block float-left position-absolute s--Std_ohSg4Ou" aria-label="Men├╝y├╝ Gizle" data-bs-dismiss="offcanvas"><i class="fa-solid fa-step-backward s--Std_ohSg4Ou"></i></button> <a class="navbar-brand m-auto position-relative focus-ring s--Std_ohSg4Ou" href="./"><img alt="Pano" src="./assets/img/logo.svg" width="20" class="s--Std_ohSg4Ou" onload="this.__e=event" onerror="this.__e=event"/> <!--[--><span class="badge text-bg-info position-absolute top-100 start-50 translate-middle s--Std_ohSg4Ou" style="font-size: 10px;">Alpha</span><!--]--></a></div> <div class="my-2 s--Std_ohSg4Ou"><!--[--><a type="button" href="/" class="btn btn-sm btn-secondary w-100 s--Std_ohSg4Ou" target="_blank">Website'yi G├Âr├╝nt├╝le <i class="fa-solid fa-arrow-up-right-from-square ms-2 s--Std_ohSg4Ou"></i></a><!--]--> <!--[!--><!--]--></div> <ul class="nav nav-pills nav-fill mb-2 s--Std_ohSg4Ou" data-bs-theme="dark"><li class="nav-item s--Std_ohSg4Ou"><button class="nav-link text-center s--Std_ohSg4Ou active" aria-label="Website"><i class="fas fa-globe fa-lg my-2 d-block s--Std_ohSg4Ou"></i></button></li> <!--[!--><!--]--></ul> <!----><nav class="navbar-dark"><ul class="navbar-nav flex-column px-3"><!--[--><!--[--><li class="nav-item"><a class="nav-link" href="./"><!--[!--><i class="fas fa-table-columns me-2"></i> Panel<!--]--></a></li><!--]--><!--[--><li class="nav-item"><a class="nav-link" href="./statistics"><!--[!--><i class="fas fa-chart-simple me-2"></i> ─░statistikler<!--]--></a></li><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--[--><li class="nav-item"><a class="nav-link" href="./logs"><!--[!--><i class="fas fa-align-left me-2"></i> Kay─▒tlar<!--]--></a></li><!--]--><!--[!--><!--]--><!--[!--><!--]--><!--]--></ul></nav><!----></div></div> <nav class="nav justify-content-around w-100 mt-auto py-2"><a class="nav-link text-light" href="https://local.panomc.com:3003/docs" target="_blank" aria-label="Yard─▒m"><i class="fas fa-book-open"></i></a> <a class="nav-link text-light" href="https://local.panomc.com:3003/addons" target="_blank" aria-label="Pano Market"><i class="fas fa-store"></i></a> <a class="nav-link text-light" href="https://local.panomc.com:3003/discord" target="_blank" aria-label="Discord"><i class="fab fa-discord"></i></a></nav><!----></div><!----> <main class="main-container d-flex min-vh-100 w-100 flex-column overflow-auto pb-5 s-2sLcz3hF-r7t"><!--[!--><!--]--> <!--[!--><!--]--> <nav class="navbar navbar-expand navbar-light py-3"><div class="container"><div class="col-4 d-flex justify-content-start"><div class="navbar-nav"><button class="navbar-toggler d-inline-block me-2 d-lg-none" type="button" aria-label="Men├╝y├╝ Getir" data-bs-toggle="offcanvas" data-bs-target="#sidebar" aria-controls="sidebar"><i class="fa-solid fa-step-forward"></i></button> <div class="nav-item dropdown"><!--[!--><button aria-label="Panel Temas─▒" class="nav-link" data-bs-toggle="dropdown" type="button"><i class="fa-solid fa-palette"></i></button> <ul class="dropdown-menu dropdown-menu-start"><h6 class="dropdown-header">Panel Temas─▒</h6> <!--[--><li><button type="button" class="dropdown-item">A├ğ─▒k</button></li><li><button type="button" class="dropdown-item active">Koyu</button></li><li><button type="button" class="dropdown-item">Bak─▒r</button></li><!--]--></ul><!--]--></div> <!--[!--><!--]--></div></div> <div class="col-4 d-flex justify-content-center"><h5 class="text-truncate mb-0">Pano</h5></div> <div class="col-4 d-flex justify-content-end"><div class="navbar-nav"><div class="nav-item"><a class="nav-link" href="https://github.com/PanoMC/Pano/issues/new" target="_blank" rel="noopener noreferrer" aria-label="Hata Bildir"><i class="fa-solid fa-bug"></i></a></div> <div class="nav-item dropdown" id="quickNotificationsDropdown"><button class="nav-link position-relative" data-bs-toggle="dropdown" type="button" aria-label="Bildirimler"><i class="fa-regular fa-bolt"></i> <!--[!--><!--]--></button> <div style="width: 300px;" class="dropdown-menu dropdown-menu-end"><h6 class="dropdown-header">Bildirimler
</h6> <!--[--><div class="card border-0 opacity-50 bg-transparent"><div class="card-body vstack gap-3 text-center"><span class="fa-solid fa-square fa-3x"></span> <p class="mb-0">Buras─▒ bo┼ş.</p></div></div> <!--[--><!--]--><!----><!--]--> <a class="dropdown-item bg-transparent" href="./notifications"><button class="btn btn-sm btn-primary w-100">T├╝m├╝n├╝ G├Âr├╝nt├╝le</button></a></div></div> <div class="nav-item dropdown d-lg-block d-none"><button type="button" class="nav-link h-100 d-flex align-items-center" data-bs-toggle="dropdown" aria-label="Oturum"><img src="/api/profile/picture/?&v=1773231021281" width="20" height="20" class="rounded-circle"/></button> <ul class="dropdown-menu dropdown-menu-end"><h6 class="dropdown-header"></h6> <li><a class="dropdown-item focus-ring" href="./players/detail/">Profil</a></li> <li class="dropdown-item bg-transparent"><button class="btn btn-sm btn-danger w-100">├ç─▒k─▒┼ş Yap</button></li></ul></div></div></div></div></nav><!----> <!--[--><!--[--><!--[--><!--[!--><!----><div class="w-100 flex-grow-1 h-100 d-flex align-items-center"><div class="container"><div class="col-lg-6 mx-auto"><img alt="Hata: 500" class="img-fluid d-block m-auto" src="./assets/img/404.png" width="280"/> <div class="alert alert-danger" role="alert">page-error.500</div></div></div></div><!----><!----><!--]--><!--]--><!--]--><!--]--></main><!----><!--]--></div> <div class="toast-container position-fixed bottom-0 end-0 p-3 d-xl-block d-none"><!--[--><!--]--></div><!----> <div class="toast-container position-fixed bottom-0 start-50 translate-middle-x mb-3"><!--[--><!--]--></div><!----> <!--[!--><!--]--> <!--[!--><!--]--> <!--[!--><!--]--><!----> <div aria-hidden="true" class="modal fade" role="dialog" tabindex="-1"><div class="modal-dialog modal-dialog-centered" role="dialog"><div class="modal-content"><div class="modal-body text-center"><div class="pb-3"><i class="fas fa-question-circle fa-3x d-block m-auto text-gray"></i></div> </div> <div class="modal-footer flex-nowrap"><button class="btn btn-link col-6 m-0" type="button">─░ptal</button> <button class="btn btn-danger col-6 m-0" type="button">Evet</button></div></div></div></div><!----> <div aria-hidden="true" class="modal fade s-8tKMKfdGAPf8" role="dialog" tabindex="-1"><div class="modal-dialog modal-lg modal-dialog-centered s-8tKMKfdGAPf8" role="dialog"><div class="modal-content overflow-hidden s-8tKMKfdGAPf8"><div class="modal-header text-bg-primary d-block text-center border-bottom-0 py-5 position-relative blocks s-8tKMKfdGAPf8"><button type="button" class="btn-close btn-close-white position-absolute top-0 end-0 m-3 s-8tKMKfdGAPf8" aria-label="Close"></button> <img src="./assets/img/pano-logo-heorizontal.png" alt="Pano" class="my-3 s-8tKMKfdGAPf8" style="height: 3rem;"/> <p class="lead mb-0 px-lg-5 s-8tKMKfdGAPf8">Pano Beta art─▒k yay─▒nda!</p></div> <div class="modal-body px-lg-5 py-5 s-8tKMKfdGAPf8"><div class="row g-4 mb-4 text-start s-8tKMKfdGAPf8"><div class="col-md-6 s-8tKMKfdGAPf8"><div class="d-flex align-items-start s-8tKMKfdGAPf8"><div class="feature-icon-small bg-primary bg-gradient text-white rounded-3 p-2 me-3 s-8tKMKfdGAPf8"><i class="fas fa-file-alt s-8tKMKfdGAPf8"></i></div> <div class="s-8tKMKfdGAPf8"><h5 class="fw-bold mb-1 s-8tKMKfdGAPf8">G├╝├ğl├╝ CMS ├ûzellikleri</h5> <p class="mb-0 s-8tKMKfdGAPf8">Blog yaz─▒lar─▒n─▒z─▒, taleplerinizi ve oyuncular─▒n─▒z─▒ kolayca y├Ânetin.</p></div></div></div> <div class="col-md-6 s-8tKMKfdGAPf8"><div class="d-flex align-items-start s-8tKMKfdGAPf8"><div class="feature-icon-small bg-primary bg-gradient text-white rounded-3 p-2 me-3 s-8tKMKfdGAPf8"><i class="fas fa-server s-8tKMKfdGAPf8"></i></div> <div class="s-8tKMKfdGAPf8"><h5 class="fw-bold mb-1 s-8tKMKfdGAPf8">Geli┼şmi┼ş Sunucu Y├Ânetimi</h5> <p class="mb-0 s-8tKMKfdGAPf8">Sunucular─▒n─▒z─▒ do─şrudan panelden ba┼şlat─▒n, durdurun ve yeniden ba┼şlat─▒n.</p></div></div></div> <div class="col-md-6 s-8tKMKfdGAPf8"><div class="d-flex align-items-start s-8tKMKfdGAPf8"><div class="feature-icon-small bg-primary bg-gradient text-white rounded-3 p-2 me-3 s-8tKMKfdGAPf8"><i class="fas fa-gamepad s-8tKMKfdGAPf8"></i></div> <div class="s-8tKMKfdGAPf8"><h5 class="fw-bold mb-1 s-8tKMKfdGAPf8">Derin Oyun Entegrasyonu</h5> <p class="mb-0 s-8tKMKfdGAPf8">LuckPerms, AuthMe ve Yasaklama y├Ânetim sistemleri ile sorunsuz entegrasyon.</p></div></div></div> <div class="col-md-6 s-8tKMKfdGAPf8"><div class="d-flex align-items-start s-8tKMKfdGAPf8"><div class="feature-icon-small bg-primary bg-gradient text-white rounded-3 p-2 me-3 s-8tKMKfdGAPf8"><i class="fas fa-shield-alt s-8tKMKfdGAPf8"></i></div> <div class="s-8tKMKfdGAPf8"><h5 class="fw-bold mb-1 s-8tKMKfdGAPf8">U├ğtan Uca ┼Şifreleme</h5> <p class="mb-0 s-8tKMKfdGAPf8">RSA + AES-256 kullanarak oyun sunucular─▒n─▒z ve Pano aras─▒nda g├╝venli ileti┼şim.</p></div></div></div></div></div> <!--[--><div class="modal-footer d-flex justify-content-center align-items-center s-8tKMKfdGAPf8"><div class="form-check form-switch mb-0 s-8tKMKfdGAPf8"><input class="form-check-input s-8tKMKfdGAPf8" type="checkbox" id="dontShowAgain" autocomplete="off"/> <label class="form-check-label small s-8tKMKfdGAPf8" for="dontShowAgain">Bir daha g├Âsterme</label></div></div><!--]--></div></div></div><!----><!--]--><!----><!----><!----><!--]--> <!--[!--><!--]--><!--]-->
<script type="application/json" data-sveltekit-fetched data-url="http://localhost:8088/panel/api/locales" data-hash="u87jg8">{"status":200,"statusText":"","headers":{},"body":"{\"result\":\"ok\",\"data\":[{\"id\":3,\"code\":\"ru\",\"name\":\"ºáªâªüªüº║º©º╣ (RU)\",\"dateFnsCode\":\"ru\",\"derivatives\":[],\"definedBy\":\"SYSTEM\",\"createdAt\":1770720771873,\"updatedAt\":1770720771873},{\"id\":2,\"code\":\"tr\",\"name\":\"T├╝rk├ğe (TR)\",\"dateFnsCode\":\"tr\",\"derivatives\":[\"tr-tr\"],\"definedBy\":\"SYSTEM\",\"createdAt\":1770720771873,\"updatedAt\":1770720771873},{\"id\":1,\"code\":\"en-US\",\"name\":\"English (US)\",\"dateFnsCode\":\"en-US\",\"derivatives\":[],\"definedBy\":\"SYSTEM\",\"createdAt\":1770720771873,\"updatedAt\":1770720771873}],\"meta\":{\"totalCount\":3}}"}</script>
<script type="application/json" data-sveltekit-fetched data-url="http://localhost:8088/panel/api/locales/en-US/translations/types/PANEL" data-hash="u87jg8">{"status":403,"statusText":"","headers":{},"body":"{\"result\":\"error\",\"error\":\"NO_PERMISSION\"}"}</script>
<script type="application/json" data-sveltekit-fetched data-url="/panel/panel-api/languages/en-US.json">{"status":200,"statusText":"","headers":{},"body":"{\r\n \"buttons\": {\r\n \"add\": \"Add\",\r\n \"remove\": \"Remove\",\r\n \"connect\": \"Connect\",\r\n \"connecting\": \"Connecting...\",\r\n \"close\": \"Close\",\r\n \"install\": \"Install\",\r\n \"yes\": \"Yes\",\r\n \"cancel\": \"Cancel\",\r\n \"download\": \"Download\",\r\n \"enable\": \"Enable\",\r\n \"validate\": \"Validate\",\r\n \"import\": \"Import\",\r\n \"players\": \"Players\",\r\n \"posts\": \"Posts\",\r\n \"tickets\": \"Tickets\",\r\n \"panel\": \"Panel\",\r\n \"theme\": \"Theme\",\r\n \"plugin\": \"Plugin\",\r\n \"addons\": \"Addons\",\r\n \"platform\": \"Platform\",\r\n \"save\": \"Save\",\r\n \"all\": \"All\",\r\n \"original\": \"Original\",\r\n \"modified\": \"Modified\",\r\n \"not-exists\": \"Not Exists\",\r\n \"languages\": \"Languages\",\r\n \"categories\": \"Categories\",\r\n \"create-language\": \"Create Language\",\r\n \"create\": \"Create\",\r\n \"delete\": \"Delete\",\r\n \"edit\": \"Edit\",\r\n \"no\": \"No\",\r\n \"view\": \"View\",\r\n \"view-all\": \"View All\",\r\n \"closed\": \"Closed\",\r\n \"show-all\": \"Show All\",\r\n \"show-all-count\": \"{count} Show All\",\r\n \"installed\": \"Installed\",\r\n \"clear\": \"Clear\",\r\n \"change\": \"Change\",\r\n \"refresh\": \"Refresh\",\r\n \"reload\": \"Reload\",\r\n \"show-in-store\": \"Show In Store\",\r\n \"activate\": \"Activate\",\r\n \"themes\": \"Themes\",\r\n \"previous\": \"Previous\",\r\n \"next\": \"Next\",\r\n \"theme-settings\": \"Theme Settings\",\r\n \"install-theme\": \"Install Theme\",\r\n \"back\": \"Back\",\r\n \"install-addon\": \"Install Addon\",\r\n \"disabled\": \"Disabled\",\r\n \"active\": \"Active\",\r\n \"error-log\": \"Error Log\",\r\n \"source\": \"Source\",\r\n \"start\": \"Start\",\r\n \"stop\": \"Stop\",\r\n \"go-to-store\": \"Go To Store\",\r\n \"update\": \"Update\",\r\n \"check-updates\": \"Check Updates\",\r\n \"update-all\": \"Update All\",\r\n \"try-again\": \"Try Again\",\r\n \"find\": \"Find...\",\r\n \"mc-plugin\": \"MC Plugin\",\r\n \"see-docs\": \"See Docs\",\r\n \"restart\": \"Restart\",\r\n \"bans\": \"Bans\",\r\n \"local\": \"Local\",\r\n \"remote\": \"Remote\",\r\n \"toggle-details\": \"Addon Details\",\r\n \"show-more-details\": \"Show More Details\",\r\n \"show-less-details\": \"Show Less Details\",\r\n \"settings\": \"Settings\",\r\n \"preferences\": \"Preferences\",\r\n \"select-option\": \"Select\",\r\n \"downgrade\": \"Downgrade\",\r\n \"reinstall\": \"Reinstall\",\r\n \"logout\": \"Logout\",\r\n \"go\": \"Go\",\r\n \"login\": \"Login\",\r\n \"forgot-password\": \"Forgot Password?\",\r\n \"reset\": \"Reset\",\r\n \"copy\": \"Copy\",\r\n \"select-all\": \"Select All\",\r\n \"deselect-all\": \"Deselect All\",\r\n \"selected\": \"Selected\",\r\n \"enable-all-addons\": \"Enable All Addons\",\r\n \"disable-all-addons\": \"Disable All Addons\"\r\n },\r\n \"pages\": {\r\n \"login\": {\r\n \"demo-mode-alert\": \"This action is disabled in demo mode.\"\r\n },\r\n \"themes\": {\r\n \"title\": \"Themes\",\r\n \"card-title\": \"{amount} Installed Theme\",\r\n \"by\": \"by \u003Cstrong>{author}\u003C/strong>\",\r\n \"active\": \"Active\",\r\n \"update-available\": \"Update Available\"\r\n },\r\n \"theme-settings\": {\r\n \"title\": \"Theme Settings\",\r\n \"error\": \"Error occurred while loading theme settings, please try again.\"\r\n },\r\n \"theme-detail\": {\r\n \"title\": \"Theme Detail\",\r\n \"screenshot\": \"Screenshot\",\r\n \"in-use\": \"Active\",\r\n \"version\": \"Version\",\r\n \"pano-version\": \"Pano Version\",\r\n \"developer\": \"Developer\",\r\n \"license\": \"License\",\r\n \"source\": \"Source\",\r\n \"installed-at\": \"Installed\",\r\n \"updated-at\": \"Updated\",\r\n \"installed-by\": \"Installed By\",\r\n \"size\": \"Size\",\r\n \"installed-by-types\": {\r\n \"USER\": \"User\",\r\n \"SYSTEM\": \"System\"\r\n },\r\n \"unknown\": \"Unknown\"\r\n },\r\n \"addons\": {\r\n \"title\": \"Addons\",\r\n \"version\": \"Version\",\r\n \"card-title\": {\r\n \"active\": \"{amount} Active Addon\",\r\n \"inactive\": \"{amount} Inactive Addon\",\r\n \"installed\": \"{amount} Installed Addon\"\r\n },\r\n \"update-available\": \"Update Available\",\r\n \"enable-all-confirm\": \"Are you sure you want to enable all addons?\",\r\n \"disable-all-confirm\": \"Are you sure you want to disable all addons?\"\r\n },\r\n \"addon-detail\": {\r\n \"title\": \"Addon Detail\",\r\n \"overview\": \"Details\",\r\n \"version\": \"Version\",\r\n \"pano-version\": \"Pano Version\",\r\n \"developer\": \"Developer\",\r\n \"license\": \"License\",\r\n \"source\": \"Source\",\r\n \"dependencies\": \"Dependencies\",\r\n \"requires\": \"Requires\",\r\n \"size\": \"Size\",\r\n \"unknown\": \"Unknown\"\r\n },\r\n \"activity-logs\": {\r\n \"title\": \"Activity Logs\",\r\n \"card-title\": \"{count} Activity Logs\"\r\n },\r\n \"languages\": {\r\n \"title\": \"Languages\",\r\n \"card-title\": \"{count} Languages\",\r\n \"name\": \"Name\",\r\n \"code\": \"Code\",\r\n \"date-fns-code\": \"Date-Fns Code\",\r\n \"derivatives\": \"Derivatives\",\r\n \"defined-by\": \"Defined By\",\r\n \"defined-by-options\": {\r\n \"SYSTEM\": \"System\",\r\n \"USER\": \"User\"\r\n }\r\n },\r\n \"translations\": {\r\n \"unsaved-changes-alert-text\": \"You have unsaved changes, are you sure?\",\r\n \"title\": \"Translations\",\r\n \"card-title\": \"{count} Translations\"\r\n },\r\n \"dashboard\": {\r\n \"title\": \"Panel\",\r\n \"welcome-card\": {\r\n \"description\": \"Pano is successfully installed and ready for use. şÜÇ \u003Cbr /> Here's what you can do to get started:\",\r\n \"connect-server\": \"Connect Server\",\r\n \"connect-server-description\": \"Connect your game server and access more management features.\",\r\n \"import-data\": \"Import Data\",\r\n \"menu-title\": \"The Menu\",\r\n \"links-title\": \"Links\",\r\n \"publish-your-first-post\": \"Publish First Post\",\r\n \"change-theme\": \"Change Theme Appearance\",\r\n \"manage-addons\": \"Manage Addons\",\r\n \"manage-players\": \"Manage Players\",\r\n \"get-themes-and-extensions\": \"Get Themes & Extensions\",\r\n \"documentations\": \"Documentation\",\r\n \"website\": \"Website\",\r\n \"discord\": \"Discord\"\r\n },\r\n \"last-tickets\": {\r\n \"title\": \"Last Tickets\",\r\n \"player-name\": \"Player Name\",\r\n \"filter\": \"Filter\",\r\n \"no-category\": \"No Category\"\r\n },\r\n \"last-registers\": {\r\n \"title\": \"Last Registers\"\r\n },\r\n \"logs\": {\r\n \"title\": \"Last Activity Logs\"\r\n }\r\n },\r\n \"statistics\": {\r\n \"title\": \"Statistics\",\r\n \"online-player-text\": \"{onlinePlayerCount} Online on Site\",\r\n \"new-register-text\": \"{newRegisterCount} New Registration\",\r\n \"total-player-text\": \"{totalPlayerCount} Total Players\",\r\n \"website-graph\": {\r\n \"title\": \"Website Activity\",\r\n \"week\": \"Week\",\r\n \"month\": \"Month\"\r\n },\r\n \"total-statistics\": {\r\n \"title\": \"Statistics\",\r\n \"posts\": \"Posts:\",\r\n \"players\": \"Players:\",\r\n \"admins\": \"Admins:\",\r\n \"tickets\": \"Tickets:\",\r\n \"connected-servers\": \"Servers:\",\r\n \"addons\": \"Addons:\",\r\n \"active-addons\": \"Active Addons:\",\r\n \"themes\": \"Themes:\"\r\n }\r\n },\r\n \"players\": {\r\n \"title\": \"{pageType}Players\",\r\n \"by-perm-group-title\": \"\\\"{permissionGroupName}\\\" Authorized Players\",\r\n \"authorized\": \"Authorized\",\r\n \"banned\": \"Banned\",\r\n \"permissions\": \"Permissions\",\r\n \"table-title\": \"{playerCount} {pageType} Player\",\r\n \"all\": \"All\",\r\n \"player\": \"Player\",\r\n \"table\": {\r\n \"name\": \"Username\",\r\n \"perm-group\": \"Permission Group\",\r\n \"status\": \"Status\",\r\n \"last-login\": \"Last Login\",\r\n \"register-date\": \"Register Date\"\r\n }\r\n },\r\n \"posts\": {\r\n \"title\": \"{pageType}Posts\",\r\n \"category-posts-title\": \"\\\"{category}\\\" Posts\",\r\n \"no-category\": \"No Category\",\r\n \"published\": \"Published\",\r\n \"draft\": \"Draft\",\r\n \"trash\": \"Trash\",\r\n \"table-title\": \"{postCount} {pageType} Post\",\r\n \"post-categories-button\": \"Categories\",\r\n \"create-post-button\": \"Create Post\",\r\n \"table\": {\r\n \"title\": \"Title\",\r\n \"category\": \"Category\",\r\n \"views\": \"Views\",\r\n \"author\": \"Author\",\r\n \"last-update\": \"Last Update\",\r\n \"image\": \"Thumbnail\"\r\n }\r\n },\r\n \"tickets\": {\r\n \"title\": \"{pageType}Tickets\",\r\n \"category-tickets-title\": \"\\\"{category}\\\" Tickets\",\r\n \"no-category\": \"No Category\",\r\n \"waiting-reply\": \"Waiting Reply\",\r\n \"closed\": \"Closed\",\r\n \"ticket-categories\": \"Ticket Categories\",\r\n \"close-ticket-button\": \"Close Ticket\",\r\n \"table-title\": \"{ticketCount} {pageType} Ticket\",\r\n \"amount-selected\": \"{amount} amount selected.\",\r\n \"all\": \"All\",\r\n \"select-all\": \"Select All\",\r\n \"table\": {\r\n \"id\": \"ID\",\r\n \"title\": \"Title\",\r\n \"player\": \"Player\",\r\n \"category\": \"Category\",\r\n \"status\": \"Status\",\r\n \"last-reply\": \"Last Reply\"\r\n }\r\n },\r\n \"notifications\": {\r\n \"title\": \"Notifications\",\r\n \"delete-all\": \"Delete All\",\r\n \"delete-notification\": \"Delete Notification\",\r\n \"show-more\": \"{count} Show More\"\r\n },\r\n \"settings\": {\r\n \"about\": {\r\n \"title\": \"About\",\r\n \"info\": \"Pano Platform Info\",\r\n \"version\": \"Version\",\r\n \"release\": \"Release\",\r\n \"website\": \"Website\",\r\n \"discord\": \"Discord\",\r\n \"open-source-licenses\": \"Open Source Licenses\",\r\n \"author\": \"Author\",\r\n \"repository\": \"Repository\",\r\n \"license\": \"License\",\r\n \"no-licenses\": \"No license information found. Please run 'npm run generate-licenses' command.\",\r\n \"support-pano\": \"Support Pano\",\r\n \"support-pano-text\": \"Pano is a completely open-source platform. You can support its development by giving it a star on GitHub.\",\r\n \"support-pano-button\": \"Star on GitHub\",\r\n \"support-pano-donate\": \"Donate\",\r\n \"open-homepage\": \"Open {name} homepage\"\r\n },\r\n \"site-settings\": {\r\n \"title\": \"Website Settings\",\r\n \"preferences\": \"Preferences\",\r\n \"inputs\": {\r\n \"website-name\": {\r\n \"label\": \"Website Name\",\r\n \"placeholder\": \"Name\"\r\n },\r\n \"website-description\": {\r\n \"label\": \"Website Description\"\r\n },\r\n \"website-url\": {\r\n \"label\": \"Website URL\",\r\n \"placeholder\": \"https://my-minecraft-server-website.com\"\r\n },\r\n \"register-agreement\": {\r\n \"label\": \"Register Agreement\",\r\n \"small-note\": \"Note: This field supports HTML. If left empty, the \\\"I accept the agreement\\\" checkbox will not appear on the signup form.\"\r\n },\r\n \"game-server-ip-address\": {\r\n \"label\": \"Game Server IP Address\"\r\n },\r\n \"game-server-version\": {\r\n \"label\": \"Game Server Version\"\r\n },\r\n \"support-email-address\": {\r\n \"label\": \"Support E-Mail Address\"\r\n },\r\n \"keywords\": {\r\n \"label\": \"Keywords\",\r\n \"placeholder\": \"Press Enter to insert\"\r\n },\r\n \"favicon\": {\r\n \"label\": \"Favicon\",\r\n \"select\": \"Select\",\r\n \"helper\": \"PNG, ICO, GIF, JPG format, maximum 1 mb and 16x16 pixels It must be.\"\r\n },\r\n \"website-logo\": {\r\n \"label\": \"Website Logo\",\r\n \"server-icon\": \"Server Icon\",\r\n \"helper\": \"PNG, JPEG, GIF format, maximum 2 mb.\"\r\n },\r\n \"http-port\": {\r\n \"label\": \"HTTP Port\"\r\n },\r\n \"https-port\": {\r\n \"label\": \"HTTPS Port\"\r\n },\r\n \"ssl-mode\": {\r\n \"label\": \"SSL Mode\"\r\n },\r\n \"ssl-cert\": {\r\n \"label\": \"SSL Certificate\"\r\n },\r\n \"ssl-key\": {\r\n \"label\": \"SSL Private Key\"\r\n },\r\n \"redirect-https\": {\r\n \"label\": \"HTTP -> HTTPS Redirect\"\r\n },\r\n \"requires-restart\": \"This setting requires a restart to take effect.\"\r\n },\r\n \"ssl\": {\r\n \"title\": \"SSL & Port Settings\",\r\n \"lets-encrypt-warning\": \"Note: Let's Encrypt requires a valid Website URL and your server must be accessible via port 80 and 443.\",\r\n \"lets-encrypt-invalid-config\": \"Let's Encrypt requires a valid public domain (not localhost), HTTP Port 80, HTTPS Port 443, and your current browser address must match the Website URL.\",\r\n \"modes\": {\r\n \"disabled\": \"Disabled\",\r\n \"lets-encrypt\": \"Let's Encrypt (Automatic)\",\r\n \"manual\": \"Manual (Certificate & Key)\"\r\n },\r\n \"restart-required-alert\": \"You have changed critical settings. You must restart Pano to apply these changes.\",\r\n \"restart-now\": \"Restart Now\"\r\n }\r\n },\r\n \"platform\": {\r\n \"title\": \"Platform Settings\",\r\n \"preferences\": \"Preferences\",\r\n \"authentication\": \"Authentication\",\r\n \"developer-mode\": \"Developer Mode\",\r\n \"allow-user-locale-selection\": \"User Language Selection\",\r\n \"allow-user-locale-selection-description\": \"Allow users to choose their own language, independent from platform.\",\r\n \"display-language\": \"Display Language\",\r\n \"check-auto-updates\": \"Platform Updates\",\r\n \"release-channel\": \"Release Channel\",\r\n \"release-channel-warning\": \"This channel may contain the \u003Cstrong>newest\u003C/strong> releases, but it may \u003Cstrong>not be stable\u003C/strong>. Bugs may occur. \u003Cstrong>Use at your own risk.\u003C/strong>\",\r\n \"release-channel-warning-beta\": \"\u003Cstrong>Beta\u003C/strong> is generally more stable than \u003Cstrong>alpha\u003C/strong>, but it can still contain bugs.\",\r\n \"connect-failed-alert\": \"Connecting your Pano account has been failed! Try again.\",\r\n \"account\": \"Account\",\r\n \"platform-id\": \"Platform ID\",\r\n \"user\": \"User\",\r\n \"online-account\": \"Online Account\",\r\n \"online-account-description\": \"Connect your online Pano account to access plugins, themes, and updates.\",\r\n \"connect-online-account-alert\": \"Connect your online Pano account to access plugins, themes, and updates.\",\r\n \"connected-account-description\": \"Your online Pano account is successfully connected. You can now access plugins, themes, and updates.\",\r\n \"inputs\": {\r\n \"check-auto-updates\": {\r\n \"never\": \"Never\",\r\n \"once-in-a-day\": \"Once in a Day\",\r\n \"once-in-a-week\": \"Once in a Week\",\r\n \"once-in-a-month\": \"Once in a Month\"\r\n },\r\n \"release-channel\": {\r\n \"alpha\": \"alpha\",\r\n \"beta\": \"beta\",\r\n \"stable\": \"stable\"\r\n }\r\n },\r\n \"smtp\": {\r\n \"username\": \"Username (Address)\",\r\n \"password\": \"Password\",\r\n \"ssl\": \"Use SSL\",\r\n \"tls-setting\": \"TLS Setting\",\r\n \"sender-address\": \"Sender Address\",\r\n \"hostname\": \"Hostname\",\r\n \"port\": \"Port\",\r\n \"auth-methods\": \"Auth Methods\",\r\n \"description\": \"Pano requires an email provider to be able to send emails. Please log in with the e-mail service you want to use.\",\r\n \"email-validation-error\": \"Couldn't validate e-mail settings: {mailError}\",\r\n \"smtp-disabled-alert\": \"E-Mail (SMTP) is currently disabled. Pano will not be able to send emails for registration or password recovery.\"\r\n },\r\n \"smtp-settings\": \"E-Mail (SMTP)\",\r\n \"toggle-smtp\": \"Toggle SMTP\",\r\n \"auth\": {\r\n \"require-email-verification\": \"Require Email Verification\",\r\n \"require-email-verification-sub\": \"Require users to verify their email address before logging in.\",\r\n \"require-email-verification-warning\": \"Disabling this feature may pose security risks. Email verification is important for protection against bot attacks.\",\r\n \"email-disabled-warning\": \"SMTP settings are disabled. Users will be able to login without email verification by default.\",\r\n \"password-hash-algorithm\": \"Password Hash Algorithm\",\r\n \"password-hash-algorithm-sub\": \"The algorithm used to hash new passwords. Existing passwords will be automatically upgraded upon next login.\",\r\n \"password-hash-algorithm-warning\": \"MD5 is not recommended for production use. It is vulnerable to dictionary and rainbow table attacks.\",\r\n \"recommended\": \"Recommended\"\r\n }\r\n },\r\n \"updates\": {\r\n \"title\": \"Updates\",\r\n \"never\": \"Never\",\r\n \"platform-updates\": \"Platform Updates\",\r\n \"platform-updates-count\": \"{count} Platform Updates\",\r\n \"using-latest-pano\": \"You are using latest version of Pano.\",\r\n \"verified\": \"Verified\",\r\n \"by\": \"by\",\r\n \"install-complete-restarting\": \"şÄë Install complete! Restarting...\",\r\n \"changelog\": \"Changelog\",\r\n \"copy-hash\": \"Copy Hash\",\r\n \"platform-update-steps\": {\r\n \"getting-platform-update-info\": \"Getting platform update info...\",\r\n \"downloading-update\": \"Downloading update...\",\r\n \"verifying-hash\": \"Verifying hash...\",\r\n \"extracting-updater\": \"Extracting updater...\",\r\n \"installing-new-update\": \"Installing new update...\"\r\n },\r\n \"resource-updates\": \"Resource Updates\",\r\n \"resource-updates-count\": \"{count} Resource Updates\",\r\n \"connect-pano-account\": \"Connect a Pano account to get resource updates.\",\r\n \"no-update-found\": \"No update found.\",\r\n \"install-complete\": \"şÄë Install complete!\",\r\n \"resource-update-steps\": {\r\n \"getting-version-info\": \"Getting version info...\",\r\n \"downloading-update\": \"Downloading update...\",\r\n \"preparing\": \"Preparing...\",\r\n \"installing-new-update\": \"Installing new update...\"\r\n },\r\n \"updating-leave-alert\": \"There is an update working, leaving this page may result in broken features!\"\r\n }\r\n },\r\n \"ticket-detail\": {\r\n \"tickets\": \"Tickets\",\r\n \"close-ticket\": \"Close Ticket\",\r\n \"by-who\": \"By {username}\",\r\n \"opened-in-category\": \"opened in {category} category.\",\r\n \"no-category\": \"-\",\r\n \"previous-messages\": \"{count} Previous Messages\",\r\n \"send-button\": \"Send\"\r\n },\r\n \"post-categories\": {\r\n \"title\": \"Post Categories\",\r\n \"posts\": \"Posts\",\r\n \"create-category-button\": \"Create Category\",\r\n \"card-title\": \"{count} Post Category\",\r\n \"category\": \"Category\",\r\n \"description\": \"Description\",\r\n \"url\": \"URL\",\r\n \"color\": \"Color\"\r\n },\r\n \"ticket-categories\": {\r\n \"title\": \"Ticket Categories\",\r\n \"tickets\": \"Tickets\",\r\n \"create-category-button\": \"Create Category\",\r\n \"card-title\": \"{count} Ticket Category\",\r\n \"category\": \"Category\",\r\n \"description\": \"Description\"\r\n },\r\n \"permissions\": {\r\n \"title\": \"Permissions\",\r\n \"panel\": {\r\n \"luckperms-alert\": \"This page is designed to be compatible with LuckPerms and offers advanced permission management features.\",\r\n \"search\": {\r\n \"placeholder\": \"Search (group, player, node)\"\r\n },\r\n \"actions\": {\r\n \"create-group\": \"Create Group\",\r\n \"create-track\": \"Create Track\",\r\n \"add-player\": \"Add Player\",\r\n \"go-to-group\": \"Go to group: {name}\",\r\n \"go-to-parent-group\": \"Go to parent group: {name}\",\r\n \"confirm-reset-title\": \"Are you sure you want to reset all unsaved changes?\"\r\n },\r\n \"accordions\": {\r\n \"tracks\": \"Tracks\",\r\n \"groups\": \"Groups\",\r\n \"users\": \"Players\"\r\n },\r\n \"group\": {\r\n \"parents\": \"Parents\",\r\n \"weight\": \"Weight\"\r\n },\r\n \"nodes\": {\r\n \"add-node\": \"Add Node\",\r\n \"node\": \"Node\",\r\n \"active\": \"Active\",\r\n \"expiry\": \"Expiry\",\r\n \"pano-only-alert\": \"This permission node will only work in Pano and will not be reflected in the game.\",\r\n \"game-only-alert\": \"This permission node will only work in the game and will not be reflected in Pano.\",\r\n \"pano-only-alert-link\": \"Read documentation\",\r\n \"admin-group-delete-warning\": \"This is an administrator group with full permissions (*). Deleting it may cause players in this group to lose their access.\",\r\n \"admin-group-last-warning\": \"ATTENTION: This is the LAST administrator group in the system. If you delete this group, there may be no one left with full permissions on the platform!\"\r\n },\r\n \"user\": {\r\n \"groups\": \"Groups\",\r\n \"delete\": \"Delete player\"\r\n },\r\n \"empty\": {\r\n \"no-nodes\": \"No nodes.\",\r\n \"select-something\": \"Select a group, player or track.\"\r\n },\r\n \"editor\": {\r\n \"title\": \"Permission Nodes\",\r\n \"add-node-count\": \"{count} Add Node\",\r\n \"add-group-count\": \"{count} Add Perm Group\",\r\n \"permission\": \"Permission\",\r\n \"value\": \"Value\",\r\n \"expiry\": \"Expiry\",\r\n \"contexts\": \"Contexts\",\r\n \"placeholder\": \"Enter permission...\",\r\n \"never\": \"Never\",\r\n \"date\": \"Date\"\r\n }\r\n },\r\n \"create-permission-group-button\": \"Create Permission Group\",\r\n \"card-title\": \"{count} Permission Group\",\r\n \"name\": \"Name\",\r\n \"permission-amount\": \"Permission Amount\",\r\n \"player-amount\": \"Player Amount\",\r\n \"groups\": \"Permission Groups\",\r\n \"search\": {\r\n \"placeholder\": \"Search...\"\r\n },\r\n \"permissions\": \"Permission\",\r\n \"players\": \"Player\",\r\n \"users\": \"Users\",\r\n \"no-groups-found\": \"No groups found\",\r\n \"permissions-assigned\": \"Assigned Permission\",\r\n \"select-group-title\": \"Select a Group\",\r\n \"select-group-description\": \"Select a permission group from the list on the left to edit.\",\r\n \"create-new-group\": \"Create New Group\",\r\n \"form\": {\r\n \"group-name\": \"Group Name\",\r\n \"group-name-placeholder\": \"Enter group name\",\r\n \"display-name\": \"Display Name\",\r\n \"display-name-placeholder\": \"Display Name\"\r\n },\r\n \"permission-editor\": {\r\n \"search\": {\r\n \"placeholder\": \"Search permissions...\"\r\n },\r\n \"filter\": {\r\n \"all-categories\": \"All Categories\"\r\n },\r\n \"add-all\": \"Add All\",\r\n \"remove-all\": \"Remove All\",\r\n \"stats\": {\r\n \"total\": \"Total\",\r\n \"granted\": \"Granted\",\r\n \"denied\": \"Denied\"\r\n }\r\n }\r\n },\r\n \"permission-groups\": {\r\n \"create-permission-group-button\": \"Create Permission Group\",\r\n \"form\": {\r\n \"group-name\": \"Group Name\",\r\n \"group-name-placeholder\": \"Group Name\",\r\n \"weight\": \"Weight\",\r\n \"weight-placeholder\": \"Weight\",\r\n \"parents\": \"Parent Groups\",\r\n \"no-parents\": \"No parent group.\",\r\n \"select-option\": \"Select\",\r\n \"display-name\": \"Display Name\",\r\n \"display-name-placeholder\": \"Display Name\"\r\n },\r\n \"validation\": {\r\n \"name-required\": \"Group Name is required!\"\r\n },\r\n \"tracks\": {\r\n \"add-permission-track\": \"Add Permission Track\",\r\n \"edit-permission-track\": \"Edit Permission Track\",\r\n \"form\": {\r\n \"name\": \"Name\",\r\n \"description\": \"Description\"\r\n },\r\n \"groups\": {\r\n \"title\": \"Track Groups\",\r\n \"help\": \"Drag groups from above into the selected list. Selected groups can be reordered via drag & drop.\",\r\n \"no-groups-available\": \"No groups available.\",\r\n \"drag-to-add\": \"Drag to add: {name}\"\r\n },\r\n \"selected\": {\r\n \"title\": \"Selected groups\",\r\n \"dropzone-aria\": \"Permission track groups list\"\r\n }\r\n }\r\n },\r\n \"error\": {\r\n \"title\": \"Error: {status}\",\r\n \"go-back\": \"Go Back\"\r\n },\r\n \"post-editor\": {\r\n \"posts\": \"Posts\",\r\n \"trash\": \"Trash\",\r\n \"move-to-drafts\": \"Move to Drafts\",\r\n \"publish\": \"Publish\",\r\n \"inputs\": {\r\n \"title\": {\r\n \"placeholder\": \"Enter post title\"\r\n }\r\n },\r\n \"status\": \"Status:\",\r\n \"views\": \"View:\",\r\n \"category\": \"Category:\",\r\n \"no-category\": \"No Category\",\r\n \"title-create\": \"Create New Post\",\r\n \"title-edit\": \"Edit Post\",\r\n \"new\": \"New\",\r\n \"draft\": \"Draft\",\r\n \"published\": \"Published\",\r\n \"thumbnail-not-determined\": \"Drag or click\u003Cbr />to add preview\",\r\n \"created-at\": \"Created At:\",\r\n \"updated-at\": \"Updated At:\"\r\n },\r\n \"server\": {\r\n \"dashboard\": {\r\n \"title\": \"Server Statistics\",\r\n \"server-status\": \"Server {status}\",\r\n \"online\": \"Online\",\r\n \"offline\": \"Offline\",\r\n \"player\": \"{playerCount}/{maxPlayerCount} Player\",\r\n \"working-time\": \"Uptime: {upTime}\",\r\n \"last-online\": \"Last Online: \",\r\n \"statistics\": \"Statistics\",\r\n \"server-name\": \"Server Name:\",\r\n \"server-type\": \"Server Type:\",\r\n \"local-ip-address\": \"Local IP Address:\",\r\n \"server-version\": \"Server Version:\",\r\n \"total-connected-servers\": \"Amount Of Connected Servers:\",\r\n \"date-added\": \"Date Added:\"\r\n },\r\n \"settings\": {\r\n \"title\": \"Server Settings\",\r\n \"preferences\": \"Preferences\",\r\n \"server-name\": \"Server Name\",\r\n \"main-server\": \"Main Server\",\r\n \"already-main-server\": \"{serverName} is main server\",\r\n \"make-main-server\": \"Set as Main Server\",\r\n \"main-server-info\": \"The host server determines the server information to be displayed on the website.\",\r\n \"remove-server\": \"Remove Server\",\r\n \"disconnect\": \"Disconnect\"\r\n },\r\n \"monitoring\": {\r\n \"title\": \"Server Monitoring\"\r\n },\r\n \"game-integration\": {\r\n \"title\": \"Game Integration Settings\",\r\n \"minecraft\": \"Minecraft\",\r\n \"auth-integration\": \"Auth Integration\",\r\n \"auth-integration-description\": \"Let Pano hook into auth plugins in Fabric.\",\r\n \"auth-require-verified\": \"Require Email Verification\",\r\n \"auth-require-verified-description\": \"Checks the player's email verification before logging in.\",\r\n \"auth-require-verified-disabled-warning\": \"This option is disabled because global 'Email Verification' is turned off. You can change this in Panel -> Settings -> Platform -> Auth.\",\r\n \"auth-kick-after-register\": \"Kick After Register\",\r\n \"auth-kick-after-register-description\": \"Player will be kicked immediately after registration for email verification.\",\r\n \"ban-integration\": \"Ban Integration\",\r\n \"ban-integration-description\": \"Let Pano hook into ban plugins in Fabric.\",\r\n \"permission-integration\": \"Permission Integration\",\r\n \"permission-integration-description\": \"Let Pano hook into permission plugins in Fabric.\"\r\n }\r\n },\r\n \"permission-group-detail\": {\r\n \"title-edit\": \"Edit Permission Group\",\r\n \"title-create\": \"Create Permission Group\",\r\n \"permissions\": \"Permissions\",\r\n \"inputs\": {\r\n \"name\": {\r\n \"placeholder\": \"Name\"\r\n },\r\n \"player\": {\r\n \"placeholder\": \"Add player...\"\r\n }\r\n }\r\n },\r\n \"player-detail\": {\r\n \"status\": \"Status\",\r\n \"overview\": \"Details\",\r\n \"sessions\": \"Sessions\",\r\n \"browser\": \"Browser\",\r\n \"last-entrance\": \"Last Entrance\",\r\n \"expire-date\": \"Expire Date\",\r\n \"current-session\": \"Current Session\",\r\n \"players\": \"Players\",\r\n \"un-ban\": \"Remove Ban\",\r\n \"ban\": \"Ban\",\r\n \"send-verification-mail\": \"Send a verification link to player email\",\r\n \"authorize\": \"Authorize\",\r\n \"in-game\": \"In Game\",\r\n \"in-website\": \"In Website\",\r\n \"online-text\": \"{whereOnline} Online\",\r\n \"banned\": \"Banned\",\r\n \"last-tickets\": \"Last Tickets\",\r\n \"filter\": \"Filter\",\r\n \"no-category\": \"No Category\",\r\n \"email\": \"E-Mail\",\r\n \"email-verified\": \"Verified\",\r\n \"email-not-verified\": \"Not Verified\",\r\n \"register-date\": \"Register Date\",\r\n \"ban-history\": \"Ban History\",\r\n \"permanent-ban\": \"Permanent\",\r\n \"no-reason\": \"No reason\",\r\n \"email-notified\": \"Sent\",\r\n \"email-not-notified\": \"Not Sent\",\r\n \"system-ban\": \"System\",\r\n \"ban-duration\": \"Duration\",\r\n \"ban-reason\": \"Reason\",\r\n \"email-notification\": \"Notification\",\r\n \"banned-by\": \"Banned By\",\r\n \"banned-at\": \"Banned At\",\r\n \"register-ip\": \"Register IP\"\r\n },\r\n \"migration\": {\r\n \"platforms-title\": \"Import from Platform\",\r\n \"plugins-title\": \"Import from Plugins\",\r\n \"not-available\": \"Not available.\",\r\n \"craftweb-tribute\": \"We remember CraftWeb with respect, which started us on this journey. There is no migration here, but our gratitude lives on.\",\r\n \"authme\": {\r\n \"supported-info-title\": \"Supported formats:\",\r\n \"supported-backends\": \"Backends: MySQL, MariaDB, SQLite\",\r\n \"supported-hashes\": \"Password hashes: SHA256 ($SHA$salt$hash), BCrypt, Argon2, MD5. These will be preserved and auto-upgraded on next login.\",\r\n \"unsupported-note\": \"Unsupported: Separate salt columns (SALTED2MD5, XAUTH, etc.) and legacy hashes are not supported. Users with these formats can be re-hashed or linked in-game.\",\r\n \"db-connect-info\": \"backend detected. Pano will connect using the credentials below. You can edit them if needed before uploading.\",\r\n \"password-info\": \"Passwords will be preserved and automatically updated on first login.\",\r\n \"no-password-warning\": \"Some users have no password. They will need to reset it to log in.\",\r\n \"pano-only-title\": \"{count} Players Not Found in AuthMe\",\r\n \"pano-only-warning\": \"These players will be permanently deleted from Pano.\",\r\n \"password-strategy-title\": \"Password Handling\",\r\n \"password-strategy-desc\": \"Some user passwords have incompatible formats. Please choose how to proceed:\",\r\n \"strategy-hash\": \"Migrate Passwords (Recommended)\",\r\n \"strategy-hash-desc\": \"Users can log in with their existing passwords; they will be updated automatically.\",\r\n \"strategy-reset\": \"Do Not Migrate\",\r\n \"strategy-reset-desc\": \"Passwords will not be imported. Users must link their accounts in-game.\",\r\n \"existing-strategy-title\": \"Existing Users\",\r\n \"existing-strategy-desc\": \"Which data should be updated for users who already have an account?\",\r\n \"update-password\": \"Update Passwords\",\r\n \"update-password-desc\": \"Replaces the Pano password with the AuthMe password.\",\r\n \"update-username\": \"Update Usernames\",\r\n \"update-username-desc\": \"Updates the display name to match AuthMe's real name.\",\r\n \"update-email\": \"Update Emails\",\r\n \"update-email-desc\": \"Transfers the email address from AuthMe to Pano.\"\r\n },\r\n \"luckperms\": {\r\n \"supported-info-title\": \"Supported formats:\",\r\n \"supported-backends\": \"Backends: H2 (default), MySQL, MariaDB\",\r\n \"supported-data\": \"Data: Permission groups, tracks, group permissions, and user-specific permissions.\",\r\n \"merge-note\": \"Existing Pano permission data can be merged with or replaced by LuckPerms data.\",\r\n \"db-connect-info\": \"backend detected. Pano will connect using the credentials below. You can edit them if needed before uploading.\",\r\n \"merge-strategy-title\": \"Import Strategy\",\r\n \"merge-strategy-desc\": \"Choose how LuckPerms data should be combined with your existing Pano permissions:\",\r\n \"existing-data-warning\": \"You currently have {groupCount} permission groups and {nodeCount} permission nodes in Pano.\",\r\n \"strategy-merge\": \"Merge (recommended)\",\r\n \"strategy-merge-desc\": \"Add new groups and permissions alongside existing ones. Existing groups will be kept and their permissions will be added.\",\r\n \"strategy-replace\": \"Replace all\",\r\n \"strategy-replace-desc\": \"Remove all existing Pano permission data and replace it entirely with LuckPerms data. This cannot be undone!\",\r\n \"groups-title\": \"Permission Groups\",\r\n \"tracks-title\": \"Permission Tracks\",\r\n \"user-perms-title\": \"User Permissions\",\r\n \"import-user-perms\": \"Import user-specific permissions\",\r\n \"import-user-perms-desc\": \"Import individual player permission nodes for players that exist in Pano. Players not registered in Pano will be skipped.\",\r\n \"no-pano-players-warning\": \"None of the LuckPerms players currently exist in Pano. User permissions will not be imported.\",\r\n \"missing-players-info\": \"{count} out of {total} LuckPerms players do not exist in Pano. Their permissions will be skipped during import.\",\r\n \"in-pano\": \"in Pano\",\r\n \"not-in-pano\": \"not in Pano\",\r\n \"will-import\": \"Will import\",\r\n \"will-skip\": \"Will skip\",\r\n \"result-title\": \"LuckPerms Migration Completed!\"\r\n }\r\n }\r\n },\r\n \"components\": {\r\n \"whats-new\": {\r\n \"title\": \"What's New?\",\r\n \"description\": \"Pano Beta is now live! şÜÇ We've introduced several key features to enhance your server management experience.\",\r\n \"features\": {\r\n \"beta\": \"Pano Beta\",\r\n \"beta-description\": \"We are officially in Beta! More stability and features are coming.\",\r\n \"integration\": \"Deep Game Integration\",\r\n \"integration-description\": \"Seamlessly integrate with LuckPerms, AuthMe, and Ban management systems.\",\r\n \"management\": \"Advanced Server Management\",\r\n \"management-description\": \"Start, stop, and restart your servers directly from the panel.\",\r\n \"e2ee\": \"End-To-End Encryption\",\r\n \"e2ee-description\": \"Secure communication between your game servers and Pano using RSA + AES-256.\",\r\n \"cms\": \"Powerful CMS Features\",\r\n \"cms-description\": \"Manage your blog posts, tickets, and players with ease.\"\r\n },\r\n \"dont-show-again\": \"Don't show again\"\r\n },\r\n \"alerts\": {\r\n \"dev-mode-title\": \"Development Mode Active\",\r\n \"dev-mode-description\": \"Some security features may be disabled and the system may behave differently than usual.\",\r\n \"demo-mode-title\": \"Demo Mode\",\r\n \"demo-mode-description\": \"This panel is running in demo mode. Some actions are restricted.\"\r\n },\r\n \"store-loading\": {\r\n \"store-loading\": \"Store loadingÔÇĞ\",\r\n \"please-wait\": \"Please wait.\",\r\n \"loading\": \"Loading...\",\r\n \"version-loading\": \"Loading version...\",\r\n \"account-not-connected\": \"Pano account is not connected!\",\r\n \"not-connected-description\": \"You must connect a Pano account to access the store.\",\r\n \"install-title\": \"Are you sure you want to install this resource?\",\r\n \"update-title\": \"Are you sure you want to update this resource?\",\r\n \"downgrade-title\": \"Are you sure you want to downgrade this resource?\",\r\n \"reinstall-title\": \"Are you sure you want to reinstall this resource?\",\r\n \"install-description\": \"You are about to install this resource. This action cannot be undone.\",\r\n \"update-description\": \"You are about to update this resource from version {from} to {to}.\",\r\n \"downgrade-description\": \"You are about to downgrade this resource from version {from} to {to}.\",\r\n \"reinstall-description\": \"You are about to reinstall version {version}. This will overwrite existing files.\",\r\n \"downgrade-warning-title\": \"Warning: Downgrading may cause issues!\",\r\n \"downgrade-warning-description\": \"Downgrading to an older version may cause data loss or incompatibility issues. Proceed with caution.\",\r\n \"unverified-resource-warning-title\": \"Unverified Resource\",\r\n \"unverified-resource-warning-description\": \"This resource has not been verified by PanoMC. Install at your own risk.\",\r\n \"author\": \"Author\",\r\n \"size\": \"Size\"\r\n },\r\n \"restarting-pano\": {\r\n \"title\": \"Restarting\",\r\n \"description\": \"The platform is restarting, please wait. This process may take a few seconds.\"\r\n },\r\n \"failed-login-pano-store\": \"Failed login to Pano store! Try again later or reconnect your Pano account.\",\r\n \"refresh-required-alert\": \"You have changed the status of an addon. Please refresh the page to apply changes.\",\r\n \"verified-status\": {\r\n \"verified\": \"Verified by Pano\",\r\n \"not-verified\": \"Not verified by Pano, use at your own risk!\"\r\n },\r\n \"ticket-status-badge\": {\r\n \"filter\": \"Filter\",\r\n \"new\": \"New\",\r\n \"replied\": \"Replied\",\r\n \"closed\": \"Closed\"\r\n },\r\n \"website-activity-chart\": {\r\n \"new-registration\": \"New Registration\",\r\n \"new-ticket\": \"New Ticket\",\r\n \"visitor\": \"Visitor\"\r\n },\r\n \"site-navigation-menu\": {\r\n \"panel\": \"Panel\",\r\n \"statistics\": \"Statistics\",\r\n \"posts\": \"Posts\",\r\n \"post-categories\": \"Post Categories\",\r\n \"tickets\": \"Tickets\",\r\n \"players\": \"Players\",\r\n \"permissions\": \"Permissions\",\r\n \"view\": \"View\",\r\n \"addons\": \"Addons\",\r\n \"logs\": \"Logs\",\r\n \"settings\": \"Settings\",\r\n \"translations\": \"Translations\"\r\n },\r\n \"navbar\": {\r\n \"show-menu\": \"Show Menu\",\r\n \"selected-server\": \"Selected Server\",\r\n \"notifications\": \"Notifications\",\r\n \"panel-theme\": \"Panel Theme\",\r\n \"show-all\": \"Show All\",\r\n \"report-a-bug\": \"Report a Bug\",\r\n \"account-dropdown\": {\r\n \"session\": \"Session\",\r\n \"profile\": \"Profile\",\r\n \"logout\": \"Logout\"\r\n }\r\n },\r\n \"sidebar\": {\r\n \"hide-menu\": \"Hide Menu\",\r\n \"website\": \"Website\",\r\n \"server\": \"Server\",\r\n \"show-website\": \"Show Website\",\r\n \"show-servers\": \"Show Servers\",\r\n \"version-alpha-tooltip\": \"Experimental version. May contain bugs, use with caution.\",\r\n \"version-beta-tooltip\": \"Preview version. Stable but still in testing phase.\"\r\n },\r\n \"server-navigation-menu\": {\r\n \"statistics\": \"Statistics\",\r\n \"settings\": \"Settings\",\r\n \"no-selected-server\": \"No selected server.\",\r\n \"no-server-text\": \"Connect a server to view the server menu.\",\r\n \"connect-server\": \"Connect Server\"\r\n },\r\n \"post-row\": {\r\n \"actions\": \"Actions\",\r\n \"move-to-draft\": \"Move To Draft\",\r\n \"publish\": \"Publish\",\r\n \"move-to-trash\": \"Move To Trash\",\r\n \"no-category\": \"No Category\",\r\n \"filter\": \"Filter\"\r\n },\r\n \"ticket-row\": {\r\n \"select\": \"Select\",\r\n \"filter\": \"Filter\",\r\n \"no-category\": \"No Category\",\r\n \"player-name\": \"Player Name\"\r\n },\r\n \"player-row\": {\r\n \"actions\": \"Actions\",\r\n \"authorize\": \"Authorize\",\r\n \"remove-ban\": \"Remove Ban\",\r\n \"ban\": \"Ban\"\r\n },\r\n \"player-status-badge\": {\r\n \"banned\": \"Banned\",\r\n \"in-game\": \"In Game\",\r\n \"in-website\": \"In Website\",\r\n \"online\": \"Online\",\r\n \"offline\": \"Offline\"\r\n },\r\n \"addon-status-badge\": {\r\n \"STARTED\": \"Started\",\r\n \"FAILED\": \"Failed\"\r\n },\r\n \"player-permission-badge\": {\r\n \"filter\": \"Filter\",\r\n \"player\": \"Player\"\r\n },\r\n \"bottom\": {\r\n \"help\": \"Help\",\r\n \"pano-market\": \"Pano Market\",\r\n \"discord\": \"Discord\"\r\n },\r\n \"notification-container\": {\r\n \"notification\": \"Notification\"\r\n },\r\n \"settings-layout\": {\r\n \"website\": \"Website\",\r\n \"platform\": \"Platform\",\r\n \"migration\": \"Migration\",\r\n \"updates\": \"Updates\",\r\n \"about\": \"About\"\r\n },\r\n \"server-settings-layout\": {\r\n \"server\": \"Server\",\r\n \"game-integration\": \"Game Integration\"\r\n },\r\n \"modals\": {\r\n \"login\": {\r\n \"title\": \"Login\",\r\n \"inputs\": {\r\n \"username-email\": \"Username or Email\",\r\n \"password\": \"Password\",\r\n \"link-code\": \"Link Code (/pano link)\",\r\n \"email\": \"E-Mail\",\r\n \"new-password\": \"New Password\",\r\n \"repeat-password\": \"Repeat Password\"\r\n }\r\n },\r\n \"install-resource\": {\r\n \"title\": \"Install {type}\",\r\n \"theme\": \"Theme\",\r\n \"addon\": \"Addon\",\r\n \"drag-here\": \"Drag here file\u003Cbr/>or click\",\r\n \"install-from-pano-store\": \"Install From Pano Store\"\r\n },\r\n \"installing-resource\": {\r\n \"error\": \"Error!\",\r\n \"installing\": \"Installing...\",\r\n \"completed\": \"Completed!\",\r\n \"install-complete\": \"Installation complete!\",\r\n \"error-text\": \"Error: {error}\",\r\n \"processes\": {\r\n \"uploading\": \"Uploading...\",\r\n \"version-info\": \"Getting version info...\",\r\n \"downloading\": \"Downloading file...\",\r\n \"preparing\": \"Preparing...\",\r\n \"installing\": \"Installing...\"\r\n },\r\n \"installing-leave-alert\": \"Installing is still working, leaving this page may result in broken features!\"\r\n },\r\n \"view-activity-log\": {\r\n \"title\": \"Activity Log Detail\",\r\n \"json\": \"JSON:\"\r\n },\r\n \"logout-session-confirm\": {\r\n \"title\": \"Are you sure you want to logout from your current session?\"\r\n },\r\n \"confirm-remove-pano-account\": {\r\n \"title\": \"Are you sure to disconnect your online Pano account from this platform?\"\r\n },\r\n \"confirm-disable-email\": {\r\n \"title\": \"Are you sure to disable e-mail? E-mail functions such as register/forgot password won't work!\"\r\n },\r\n \"confirm-update-platform\": {\r\n \"title\": \"Are you sure to update platform? During the update, Pano may not be accessible for few minutes. If you leave this page, the update will continue in the background.\"\r\n },\r\n \"confirm-update-resource\": {\r\n \"title\": \"Are you sure to update this resource? If you leave this page, update will continue in the background.\"\r\n },\r\n \"confirm-update-resources\": {\r\n \"title\": \"Are you sure to update all the resources? If you leave this page, only the last resource update will continue in the background.\"\r\n },\r\n \"confirm-stop-theme\": {\r\n \"title\": \"Are you sure to stop current active theme? This will cause website unreachable!\",\r\n \"account-password\": \"Account Password\"\r\n },\r\n \"confirm-stop-pano\": {\r\n \"title\": \"Are you sure to stop Pano? This will cause the website to be unreachable!\",\r\n \"account-password\": \"Account Password\"\r\n },\r\n \"confirm-restart-pano\": {\r\n \"title\": \"Are you sure to restart Pano? This will temporarily make the website unreachable!\",\r\n \"account-password\": \"Account Password\"\r\n },\r\n \"confirm-remove-theme\": {\r\n \"title\": \"Are you sure to remove this theme?\",\r\n \"title-active\": \"This theme is active! It will be default to \\\"Vanilla\\\" theme. Are you sure to remove?\"\r\n },\r\n \"confirm-install-resource\": {\r\n \"title\": \"Are you sure to install \\\"{title}\\\" ({resourceId})?\"\r\n },\r\n \"confirm-save-critical-settings\": {\r\n \"title\": \"You are changing critical website settings. These changes might require a server restart and could affect your website's accessibility. Please enter your account password to confirm.\",\r\n \"account-password\": \"Account Password\"\r\n },\r\n \"confirm-reset-tab\": {\r\n \"title\": \"Are you sure you want to reset the settings in this tab?\"\r\n },\r\n \"confirm-reset-all\": {\r\n \"title\": \"Are you sure you want to reset all theme settings?\"\r\n },\r\n \"confirm-draft-post\": {\r\n \"title\": \"Are you sure to move this post to draft?\"\r\n },\r\n \"confirm-publish-post\": {\r\n \"title\": \"Are you sure to publish this post? It will be publicly available to everyone.\"\r\n },\r\n \"add-edit-post-category\": {\r\n \"create-category\": \"Create Category\",\r\n \"edit-category\": \"Edit Category\",\r\n \"inputs\": {\r\n \"title\": {\r\n \"placeholder\": \"Title\"\r\n },\r\n \"description\": {\r\n \"placeholder\": \"Description\"\r\n },\r\n \"url\": {\r\n \"placeholder\": \"URL\",\r\n \"helper\": \"It can only contain [A-Z/a-z/0-9/-] and can have a minimum of 3 and a maximum of 32 characters.\"\r\n }\r\n }\r\n },\r\n \"add-edit-ticket-category\": {\r\n \"create-category\": \"Create Category\",\r\n \"edit-category\": \"Edit Category\",\r\n \"inputs\": {\r\n \"title\": {\r\n \"placeholder\": \"Title\"\r\n },\r\n \"description\": {\r\n \"placeholder\": \"Description\"\r\n }\r\n }\r\n },\r\n \"add-edit-language\": {\r\n \"create-language\": \"Create Language\",\r\n \"edit-language\": \"Edit Language\",\r\n \"inputs\": {\r\n \"name\": \"Name\",\r\n \"code\": \"Code\",\r\n \"code-helper\": \"Standard locale code (e.g., en-US, tr-TR).\",\r\n \"code-lookup-text\": \"Look up locale codes\",\r\n \"code-lookup-url\": \"https://en.wikipedia.org/wiki/IETF_language_tag#List_of_common_IETF_language_tags\",\r\n \"date-fns-code\": \"Date-fns Code\",\r\n \"date-fns-code-helper\": \"Used for formatting dates and times in your language.\",\r\n \"derivatives\": \"Press Enter to insert\",\r\n \"derivatives-helper\": \"Alternative codes that should use this language (e.g., en, en-GB).\"\r\n }\r\n },\r\n \"confirm-send-verification-email\": {\r\n \"title\": \"Send E-Mail?\",\r\n \"description\": \"Are you sure you want to send a verification email?\"\r\n },\r\n \"authorize-player\": {\r\n \"title\": \"Authorize Player\",\r\n \"player\": \"Player\",\r\n \"permission-group-label\": \"Permission Group\",\r\n \"select-group\": \"Select permission group\",\r\n \"permissions-label\": \"Permissions\"\r\n },\r\n \"confirm-ban-player\": {\r\n \"title\": \"Are you sure you want to ban this player?\",\r\n \"notify-with-email\": \"Notify by email\",\r\n \"ban-message\": \"Ban Message\",\r\n \"ban-message-placeholder\": \"Enter the ban message to show to the player\",\r\n \"ban-duration\": \"Ban Duration\",\r\n \"permanent-ban\": \"Permanent\",\r\n \"custom-duration\": \"Duration\",\r\n \"custom-datetime\": \"Custom\",\r\n \"select-duration\": \"Select Duration\",\r\n \"15-minutes\": \"15 Minutes\",\r\n \"30-minutes\": \"30 Minutes\",\r\n \"1-hour\": \"1 Hour\",\r\n \"3-hours\": \"3 Hours\",\r\n \"6-hours\": \"6 Hours\",\r\n \"12-hours\": \"12 Hours\",\r\n \"1-day\": \"1 Day\",\r\n \"3-days\": \"3 Days\",\r\n \"1-week\": \"1 Week\",\r\n \"1-month\": \"1 Month\",\r\n \"6-months\": \"6 Months\",\r\n \"1-year\": \"1 Year\"\r\n },\r\n \"confirm-close-ticket\": {\r\n \"title-single\": \"Are you sure you want to close this ticket?\",\r\n \"title-multi\": \"Are you sure you want to close these tickets?\"\r\n },\r\n \"confirm-delete-permission-group\": {\r\n \"title\": \"Are you sure you want to permanently delete this authorization group?\",\r\n \"description\": \"The following users in the authorization group will be changed to Player:\"\r\n },\r\n \"confirm-delete-player\": {\r\n \"title\": \"Are you sure you really want to delete this player?\",\r\n \"inputs\": {\r\n \"password\": {\r\n \"placeholder\": \"Password\"\r\n }\r\n }\r\n },\r\n \"confirm-delete-post-category\": {\r\n \"title\": \"Are you sure you want to permanently delete this category?\",\r\n \"description\": \"The following posts in the category will be changed to Uncategorized:\",\r\n \"more-posts\": \"+{count} more posts\"\r\n },\r\n \"confirm-delete-post\": {\r\n \"title-permanent\": \"Are you sure you want to permanently delete this post?\",\r\n \"title-trash\": \"Are you sure you want to move this post to the trash?\"\r\n },\r\n \"confirm-delete-ticket-category\": {\r\n \"title-permanent\": \"Note: If you delete this category, the following tickets will remain Uncategorized:\",\r\n \"title\": \"Are you sure you want to permanently delete this category?\",\r\n \"more-tickets\": \"+{count} more tickets\"\r\n },\r\n \"confirm-remove-addon\": {\r\n \"title\": \"Are you sure to remove \\\"{pluginId}\\\" addon?\"\r\n },\r\n \"confirm-remove-perm-track\": {\r\n \"title\": \"Are you sure to remove \\\"{trackName}\\\" track?\"\r\n },\r\n \"confirm-remove-perm-group\": {\r\n \"title\": \"Are you sure to remove \\\"{groupName}\\\" group?\"\r\n },\r\n \"confirm-remove-perm-user\": {\r\n \"title\": \"Are you sure to remove \\\"{username}\\\" player?\"\r\n },\r\n \"search-player\": {\r\n \"title\": \"Search Player\",\r\n \"states\": {\r\n \"loading\": \"Searching...\",\r\n \"start-typing\": \"Start typing to search.\",\r\n \"max-results\": \"At most 10 results are shown.\"\r\n },\r\n \"badges\": {\r\n \"select\": \"Select\",\r\n \"add\": \"Add\"\r\n }\r\n },\r\n \"edit-permission-node\": {\r\n \"title\": \"Edit Permission Node\",\r\n \"add-title\": \"Add Permission Node\",\r\n \"states\": {\r\n \"no-node-selected\": \"No node selected.\"\r\n },\r\n \"form\": {\r\n \"node\": \"Node\",\r\n \"node-placeholder\": \"e.g. group.admin or prefix.80.&d[MOD]\",\r\n \"active\": \"Active\",\r\n \"expiry\": \"Expiry\",\r\n \"expiry-aria\": \"Expiry options\",\r\n \"expiry-never\": \"Never\",\r\n \"expiry-date\": \"Date\"\r\n },\r\n \"contexts\": {\r\n \"title\": \"Contexts\",\r\n \"key-placeholder\": \"key (e.g. pano / server / world)\",\r\n \"value-placeholder\": \"value (e.g. true / lobby / world_nether)\"\r\n }\r\n },\r\n \"confirm-remove-addon-will-cause-more-unload\": {\r\n \"description\": \"Removing \\\"{pluginId}\\\" will cause unload these addons too:\"\r\n },\r\n \"confirm-disable-addon-will-cause-more-disable\": {\r\n \"title\": \"Are you sure to disable \\\"{pluginId}\\\" addon?\",\r\n \"description\": \"Disabling \\\"{pluginId}\\\" will cause disable these addons too:\"\r\n },\r\n \"confirm-enabling-addon-will-cause-more-enable\": {\r\n \"title\": \"Are you sure to enable \\\"{pluginId}\\\" addon?\",\r\n \"description\": \"Enabling \\\"{pluginId}\\\" will cause enable these addons too:\"\r\n },\r\n \"confirm-delete-ticket\": {\r\n \"title-single\": \"Are you sure you want to permanently delete this ticket?\",\r\n \"title-multi\": \"Are you sure you want to permanently delete these tickets?\"\r\n },\r\n \"confirm-remove-all-notifications\": {\r\n \"title\": \"Are you sure you want to permanently delete all notifications?\"\r\n },\r\n \"confirm-delete-language\": {\r\n \"title\": \"Are you sure you want to permanently delete this language?\"\r\n },\r\n \"add-permission-node\": {\r\n \"title\": \"Add Permission Nodes\",\r\n \"input-placeholder\": \"Type permission and press Enter\",\r\n \"help-text\": \"Separate multiple permissions with commas, spaces, or new lines when pasting.\",\r\n \"selected-permissions-label\": \"Selected Permissions\",\r\n \"value-label\": \"Value {value}\",\r\n \"expiry-label\": \"Expiry\",\r\n \"expiry-never\": \"Never\",\r\n \"expiry-date\": \"Date\",\r\n \"context-label\": \"Context:\",\r\n \"context-key-placeholder\": \"Key\",\r\n \"add-context-button\": \"Add Context\",\r\n \"add-permissions-button\": \"Add {count} Permission{plural}\",\r\n \"context-types\": {\r\n \"world\": \"World\",\r\n \"server\": \"Server\",\r\n \"custom\": \"Custom\"\r\n }\r\n },\r\n \"connect-server\": {\r\n \"title\": \"Connect Server\",\r\n \"toggle-connect-server\": \"Toggle Connect Server\",\r\n \"steps\": {\r\n \"1\": \"Install Game Server Plugin\",\r\n \"2\": \"Run Connection Command\",\r\n \"3\": \"Confirm Connection Request\"\r\n },\r\n \"download\": \"Download File\",\r\n \"copy\": \"Copy\",\r\n \"copy-for-console\": \"Copy for console\",\r\n \"copied\": \"Copied!\",\r\n \"code-refresh\": \"Code will refresh after {timeToRefreshKey} seconds.\",\r\n \"notification-will-come\": \"The connection request will come as a notification.\"\r\n },\r\n \"make-main-server\": {\r\n \"title\": \"Are you sure you want to make \\\"{serverName}\\\" the main server?\"\r\n },\r\n \"remove-server\": {\r\n \"title\": \"Are you sure you want to remove this server?\",\r\n \"account-password\": \"Account Password\"\r\n },\r\n \"server-request\": {\r\n \"title\": \"Are you sure you want to connect the server \\\"{serverName}\\\" to the platform?\",\r\n \"reject\": \"Reject\",\r\n \"connect\": \"Connect\"\r\n },\r\n \"servers\": {\r\n \"connect-server-button\": \"Connect Server\",\r\n \"servers\": \"Select\",\r\n \"main-server\": \"Main Server\",\r\n \"online\": \"Online\",\r\n \"search-placeholder\": \"Search servers...\",\r\n \"select-server-tooltip\": \"Set as selected server\"\r\n },\r\n \"unban-player\": {\r\n \"title\": \"Are you sure you want to unban this player?\"\r\n },\r\n \"edit-player\": {\r\n \"title\": \"Edit Player Information\",\r\n \"inputs\": {\r\n \"username\": {\r\n \"placeholder\": \"Username\",\r\n \"errors\": {\r\n \"invalid\": \"Username is not valid\",\r\n \"exists\": \"This username is used by another player\"\r\n }\r\n },\r\n \"email\": {\r\n \"title\": \"E-Mail\",\r\n \"errors\": {\r\n \"invalid\": \"E-Mail is not valid\",\r\n \"exists\": \"This E-Mail address is used by another player\"\r\n }\r\n },\r\n \"new-password\": {\r\n \"title\": \"New Password\",\r\n \"errors\": {\r\n \"invalid\": \"The new password must have a minimum of 6 and a maximum of 128 characters\"\r\n }\r\n },\r\n \"new-password-repeat\": {\r\n \"title\": \"New Password Repeat\",\r\n \"errors\": {\r\n \"not-match\": \"The passwords do not match\"\r\n }\r\n },\r\n \"locale\": {\r\n \"label\": \"Display Language\",\r\n \"default\": \"Platform Default ({defaultLocaleName})\"\r\n },\r\n \"can-open-ticket\": \"Can create ticket\",\r\n \"email-verified\": \"E-Mail is verified\"\r\n }\r\n }\r\n },\r\n \"editor\": {\r\n \"title\": \"Title {number}\",\r\n \"bold\": \"Bold\",\r\n \"italic\": \"Italic\",\r\n \"underline\": \"Underline\",\r\n \"strike\": \"Strikethrough\",\r\n \"bullet-list\": \"List\",\r\n \"ordered-list\": \"Ordered List\",\r\n \"image\": \"Image\",\r\n \"link\": \"Link\",\r\n \"text-color\": \"Text Color\",\r\n \"remove-text-color\": \"Remove Text Color\"\r\n },\r\n \"no-content\": {\r\n \"here-is-empty\": \"Here is empty.\"\r\n },\r\n \"pagination\": {\r\n \"previous-page\": \"Previous Page\",\r\n \"next-page\": \"Next Page\",\r\n \"jump-to-page\": \"Jump to Page\",\r\n \"enter-page-number\": \"Enter page number:\"\r\n },\r\n \"splash\": {\r\n \"errors\": {\r\n \"session\": \"Session error\",\r\n \"permission\": \"Permission error\",\r\n \"connection\": \"Connection error\"\r\n },\r\n \"stuck-text\": \"Stuck here? Try manual refresh.\",\r\n \"manual-refresh\": \"Manual Refresh\",\r\n \"refreshing\": \"Refreshing...\",\r\n \"refresh\": \"Refresh\"\r\n },\r\n \"toasts\": {\r\n \"demo-mode-restricted\": \"This action is disabled in demo mode.\",\r\n \"accepted-server-connect-request\": \"Server connection request accepted.\",\r\n \"expired-server-connect-request\": \"Invalid server connection request.\",\r\n \"notifications-deleted-permanently\": \"All notifications have been deleted.\",\r\n \"permission-group-saved-or-created\": {\r\n \"permission-group\": \"Permission group {event}\",\r\n \"updated\": \"updated.\",\r\n \"saved\": \"saved.\"\r\n },\r\n \"permission-group-save-error\": \"Failed to save permission group! Error: {errorCode}\",\r\n \"player-authorized-success\": \"Updated player permission group.\",\r\n \"player-ban\": {\r\n \"the-player\": \"\\\"{username}\\\" user {event}\",\r\n \"banned\": \"banned.\",\r\n \"could-not-ban\": \"couldn't ban, error: {error}\"\r\n },\r\n \"player-deleted-success\": \"Deleted player \\\"{username}\\\".\",\r\n \"player-info-saved-success\": \"Updated player information.\",\r\n \"player-unban\": {\r\n \"the-player\": \"\\\"{username}\\\" user's {event}\",\r\n \"removed-ban\": \"ban removed.\",\r\n \"could-not-remove-ban\": \"couldn't remove ban, error: {error}\"\r\n },\r\n \"post-category-deleted-permanently\": \"\\\"{title}\\\" deleted permanently.\",\r\n \"post-deleted-permanently\": \"\\\"{title}\\\" is permanently deleted.\",\r\n \"post-moved-to-draft\": \"\\\"{title}\\\" is moved to drafts.\",\r\n \"post-moved-to-trash\": \"\\\"{title}\\\" is moved to trash.\",\r\n \"post-published\": \"\\\"{title}\\\" is published.\",\r\n \"post-saved\": \"\\\"{title}\\\" is saved.\",\r\n \"rejected-server-connect\": \"Server connection request denied.\",\r\n \"server-deleted-success\": \"Deleted server \\\"{name}\\\".\",\r\n \"server-made-main\": \"\\\"{name}\\\" is designated as the main server.\",\r\n \"server-not-exists\": \"Server not found.\",\r\n \"server-selected\": \"Selected \\\"{name}\\\".\",\r\n \"settings-save-error\": \"Failed to save settings! Error: {errorCode}\",\r\n \"settings-save-success\": \"Settings saved.\",\r\n \"ticket-category-deleted-permanently\": \"\\\"{title}\\\" is permanently deleted.\",\r\n \"ticket-closed\": {\r\n \"multi\": \"{count} tickets closed.\",\r\n \"single\": \"Ticket is closed.\"\r\n },\r\n \"tickets-deleted-permanently\": {\r\n \"multi\": \"{count} tickets permanently deleted.\",\r\n \"single\": \"Ticket is permanently deleted.\"\r\n },\r\n \"verification-email-sent-error\": \"Failed to send verification e-mail to user \\\"{username}\\\". Error: {errorCode}\",\r\n \"verification-email-sent-successful\": \"A verification e-mail was sent to the user \\\"{username}\\\".\",\r\n \"enabling-addon-failed-by-dependency-error\": \"Failed to enable \\\"{addon}\\\" addon due to failed dependency plugins!\",\r\n \"failed-to-enable-addon-error\": \"Failed to enable \\\"{addon}\\\". Check out the addon logs!\",\r\n \"pano-account-connect-success\": \"Your Pano account has been successfully connected!\",\r\n \"pano-account-disconnect-success\": \"Pano account removed successfully!\",\r\n \"pano-account-disconnect-fail-cant-connect\": \"An error occurred during the removing Pano account: Can't connect to Pano, try again later.\",\r\n \"pano-account-disconnect-fail\": \"An error occurred during the removing Pano account, try again later!\",\r\n \"email-config-validate-success\": \"E-Mail validated successfully!\",\r\n \"session-logged-out-successful\": \"Session logged out successfully!\",\r\n \"translations-save-success\": \"Saved changes.\",\r\n \"language-deleted-permanently\": \"\\\"{name}\\\" deleted permanently.\",\r\n \"language-updated-successfully\": \"\\\"{name}\\\" updated successfully.\",\r\n \"language-created-successfully\": \"\\\"{name}\\\" created successfully.\",\r\n \"reload-themes-success\": \"Reloaded themes successfully.\",\r\n \"activate-theme-success\": \"Theme activated successfully.\",\r\n \"removed-theme-success\": \"Theme removed successfully.\",\r\n \"stop-theme-success\": \"Theme stopped successfully.\",\r\n \"start-theme-success\": \"Theme started successfully.\",\r\n \"invalid-resource-file-type\": \"Invalid resource file type!\",\r\n \"remove-addon-success\": \"Addon removed successfully.\",\r\n \"check-update-success\": \"Updates checked successfully.\",\r\n \"check-update-failed\": \"Failed to check updates.\",\r\n \"check-resources-update-failed-pano-account\": \"Failed to check updates: Can't connect to Pano, try again later.\",\r\n \"check-resources-update-failed-pano-account-needed\": \"Failed to check updates for resources: A pano account must be connected!\",\r\n \"resource-update-success\": \"\\\"{id}\\\" updated successfully.\",\r\n \"resource-update-failed\": \"Failed to update \\\"{id}\\\".\",\r\n \"platform-update-success\": \"Updated platform successfully.\",\r\n \"platform-update-failed\": \"Failed to update platform.\",\r\n \"hash-copied\": \"Hash data copied.\",\r\n \"hash-copy-failed\": \"Failed to copy hash data.\",\r\n \"favicon-exceeds-size\": \"Favicon exceeds maximum allowed size (1 MB).\",\r\n \"favicon-wrong-content-type\": \"Favicon file type is invalid. Only PNG, JPG, JPEG, GIF, and ICO files are allowed.\",\r\n \"website-logo-exceeds-size\": \"Website logo exceeds maximum allowed size (2 MB).\",\r\n \"website-logo-wrong-content-type\": \"Website logo file type is invalid. Only PNG, JPG, JPEG, and GIF files are allowed.\"\r\n },\r\n \"search-input\": {\r\n \"searching\": \"Searching...\"\r\n }\r\n },\r\n \"page-error\": {\r\n \"404\": \"Enderman blocked this page from loading.\"\r\n },\r\n \"permissions\": {\r\n \"ACCESS_PANEL\": {\r\n \"title\": \"Access Panel\",\r\n \"description\": \"Allows access to panel interface. Useful for making VIP player type of permissions without any access.\"\r\n },\r\n \"MANAGE_SERVERS\": {\r\n \"title\": \"Manage Servers\",\r\n \"description\": \"Can connect, disconnect, manage anything about a server.\"\r\n },\r\n \"MANAGE_POSTS\": {\r\n \"title\": \"Manage Posts\",\r\n \"description\": \"Can create, delete, publish a post and manage post categories.\"\r\n },\r\n \"MANAGE_TICKETS\": {\r\n \"title\": \"Manage Tickets\",\r\n \"description\": \"Can reply, delete, close a ticket and manage ticket categories.\"\r\n },\r\n \"MANAGE_PLAYERS\": {\r\n \"title\": \"Manage Players\",\r\n \"description\": \"Can view, verify, delete, manage players. This does not include player's permissions!\"\r\n },\r\n \"MANAGE_VIEW\": {\r\n \"title\": \"Manage View\",\r\n \"description\": \"Can install, uninstall, change and manage a theme. This permission also allows for changing settings of a theme.\"\r\n },\r\n \"MANAGE_ADDONS\": {\r\n \"title\": \"Manage Addons\",\r\n \"description\": \"Can install, uninstall, change and manage an addon. This permission also allows for changing settings of an addon.\"\r\n },\r\n \"MANAGE_PLATFORM_SETTINGS\": {\r\n \"title\": \"Manage Platform Settings\",\r\n \"description\": \"Can edit website/platform settings. This permission also allows for checking and updating platform, addons and themes.\"\r\n },\r\n \"MANAGE_PERMISSION_GROUPS\": {\r\n \"title\": \"Manage Permission Groups\",\r\n \"description\": \"Can add, edit, delete a permission group. This permission also allows for change permission of a player with \\\"manage players\\\" permission.\"\r\n },\r\n \"ACCESS_ACTIVITY_LOGS\": {\r\n \"title\": \"Access Activity Logs\",\r\n \"description\": \"Can view activity logs. Caution: Activity logs may contain sensitive data.\"\r\n },\r\n \"MANAGE_TRANSLATIONS\": {\r\n \"title\": \"Manage Translations\",\r\n \"description\": \"Can add, edit, delete translations and languages.\"\r\n }\r\n },\r\n \"activity-logs\": {\r\n \"BANNED_PLAYER\": \"**{username}** banned player {player}.\",\r\n \"CLOSED_TICKETS\": \"**{username}** closed some tickets ({ticketIds}).\",\r\n \"CREATED_PERMISSION_GROUP\": \"**{username}** created \\\"{permissionGroupName}\\\" permission group.\",\r\n \"CREATED_POST_CATEGORY\": \"**{username}** created \\\"{title}\\\" post category.\",\r\n \"CREATED_TICKET_CATEGORY\": \"**{username}** created \\\"{title}\\\" ticket category.\",\r\n \"DELETED_PERMISSION_GROUP\": \"**{username}** deleted \\\"{permissionGroupName}\\\" permission group.\",\r\n \"DELETED_PLAYER\": \"**{username}** deleted player {player}.\",\r\n \"DELETED_POST_CATEGORY\": \"**{username}** deleted \\\"{title}\\\" post category.\",\r\n \"DELETED_POST\": \"**{username}** deleted \\\"{title}\\\" post.\",\r\n \"DELETED_TICKET_CATEGORY\": \"**{username}** deleted \\\"{title}\\\" ticket category.\",\r\n \"DELETED_TICKETS\": \"**{username}** deleted tickets. ({ticketIds})\",\r\n \"DELETE_LOCALE\": \"**{username}** deleted \\\"{localeName}\\\" language.\",\r\n \"INSTALLED_PLATFORM\": \"**{username}** installed the platform.\",\r\n \"NEW_LOCALE\": \"**{username}** added new \\\"{localeName}\\\" language.\",\r\n \"PUBLISHED_POST\": \"**{username}** published a post.\",\r\n \"REPLIED_TICKET\": \"**{username}** replied to a ticket #{ticketId}.\",\r\n \"SENT_MANUAL_VALIDATION_EMAIL\": \"**{username}** sent manual validation e-mail to {email}.\",\r\n \"UNBANNED_PLAYER\": \"**{username}** unbanned player {player}.\",\r\n \"UPDATED_PERMISSION_GROUP\": \"**{username}** made changes in \\\"{permissionGroupName}\\\" permission group.\",\r\n \"UPDATED_PERMISSION_GROUP_PERM\": \"**{username}** made changes in \\\"{permissionGroupName}\\\" permission group perm.\",\r\n \"UPDATED_PLAYER\": \"**{username}** made changes in player \\\"{player}\\\".\",\r\n \"UPDATED_PLAYER_PERMISSION_GROUP\": \"**{username}** made changes in player \\\"{player}\\\" permission group to \\\"{permissionGroupName}\\\".\",\r\n \"UPDATED_POST_CATEGORY\": \"**{username}** made changes in \\\"{title}\\\" post category.\",\r\n \"UPDATED_POST\": \"**{username}** made changes in \\\"{title}\\\" post.\",\r\n \"UPDATED_POST_STATUS\": \"**{username}** made changes in \\\"{title}\\\" post status to {status}.\",\r\n \"UPDATED_TICKET_CATEGORY\": \"**{username}** made changes in \\\"{title}\\\" ticket category.\",\r\n \"UPDATED_TRANSLATIONS\": \"**{username}** made changes in translations in \\\"{localeName}\\\" language.\",\r\n \"UPDATE_LOCALE\": \"**{username}** made changes in \\\"{localeName}\\\" language.\",\r\n \"CHECKED_UPDATES\": \"**{username}** checked updates.\",\r\n \"UPDATED_PLATFORM\": \"**{username}** updated Pano to {to}.\",\r\n \"UPDATED_RESOURCE\": \"**{username}** updated resource {resourceId} from v{from} to v{to}.\",\r\n \"INSTALLED_RESOURCE\": \"**{username}** installed a new resource {resourceId}\\\\@{to}.\",\r\n \"ACTIVATED_THEME\": \"**{username}** activated {themeId} theme.\",\r\n \"DELETED_PLUGIN\": \"**{username}** deleted {pluginId} plugin.\",\r\n \"DELETED_THEME\": \"**{username}** deleted {themeId} theme.\",\r\n \"DISABLED_PLUGIN\": \"**{username}** disabled {pluginId} plugin.\",\r\n \"ENABLED_PLUGIN\": \"**{username}** enabled {pluginId} plugin.\",\r\n \"RELOADED_THEMES\": \"**{username}** reloaded themes.\",\r\n \"STARTED_CURRENT_THEME\": \"**{username}** started current {themeId} theme.\",\r\n \"STOPPED_CURRENT_THEME\": \"**{username}** stopped current {themeId} theme.\",\r\n \"STOPPED_PANO\": \"**{username}** stopped Pano.\",\r\n \"RESTARTED_PANO\": \"**{username}** restarted Pano.\"\r\n },\r\n \"notifications\": {\r\n \"NEW_TICKET_MESSAGE\": \"\u003Cb>{username}\u003C/b> sent a message in ticket (\u003Cb>#{id}\u003C/b>).\",\r\n \"NEW_TICKET\": \"\u003Cb>{username}\u003C/b> created a new ticket (\u003Cb>#{id}\u003C/b>).\",\r\n \"TICKET_CLOSED_BY_USER\": \"\u003Cb>{username}\u003C/b> closed ticket (\u003Cb>#{id}\u003C/b>).\",\r\n \"PANO_UPDATE_FOUND\": \"Happy news! A Pano update found!\",\r\n \"SERVER_CONNECT_REQUEST\": \"A server requested to connect Pano.\"\r\n },\r\n \"errors\": {\r\n \"NETWORK_ERROR\": \"Network error! Please check your connection.\",\r\n \"ALREADY_BANNED\": \"User is already banned!\",\r\n \"ALREADY_CONNECTED_TO_PANO\": \"Already connected an account to Pano servers!\",\r\n \"BAD_REQUEST\": \"Bad request, please check your data.\",\r\n \"CANT_BAN_YOURSELF\": \"You can't ban yourself!\",\r\n \"CANT_CHANGE_EMAIL_WAIT_15_MINUTES\": \"You must wait 15 minutes before changing your email again.\",\r\n \"CANT_DELETE_ADMIN_PERMISSION\": \"You can't delete an admin permission.\",\r\n \"CANT_DELETE_YOURSELF\": \"You can't delete your own account.\",\r\n \"CANT_RESET_PASSWORD_WAIT_15_MINUTES\": \"You must wait 15 minutes before resetting your password again.\",\r\n \"CANT_UPDATE_ADMIN_PERMISSION\": \"You can't update this admin permission.\",\r\n \"CANT_UPDATE_PERM_GROUP_YOURSELF\": \"You can't update your own permission group.\",\r\n \"CATEGORY_NOT_EXISTS\": \"Category does not exist.\",\r\n \"CURRENT_PASSWORD_NOT_CORRECT\": \"Current password is not correct.\",\r\n \"EMAIL_ALREADY_VERIFIED\": \"Email is already verified.\",\r\n \"FAILED_TO_INSTALL_RESOURCE\": \"Failed to install resource.\",\r\n \"FAILED_TO_INSTALL_SYSTEM_RESOURCE\": \"Failed to install system resource.\",\r\n \"FAILED_TO_UPDATE_PLATFORM\": \"Failed to update platform.\",\r\n \"FAILED_TO_UPDATE_RESOURCE\": \"Failed to update resource.\",\r\n \"FAVICON_EXCEEDS_SIZE\": \"Favicon exceeds maximum allowed size.\",\r\n \"FAVICON_WRONG_CONTENT_TYPE\": \"Favicon has an invalid content type.\",\r\n \"INSTALLATION_REQUIRED\": \"Installation is required to continue.\",\r\n \"INTERNAL_SERVER_ERROR\": \"An internal server error occurred. Please try again later.\",\r\n \"INVALID_DATA\": \"Invalid data provided.\",\r\n \"INVALID_DATE_FNS_CODE\": \"Invalid date format code.\",\r\n \"INVALID_EMAIL\": \"Invalid email address.\",\r\n \"INVALID_IP_ADDRESS\": \"Invalid IP address.\",\r\n \"INVALID_LINK\": \"Invalid link.\",\r\n \"INVALID_LOCALE_CODE\": \"Invalid locale code.\",\r\n \"INVALID_LOCALE_DERIVATIVE\": \"Invalid locale derivative.\",\r\n \"INVALID_LOCALE_NAME\": \"Invalid locale name.\",\r\n \"INVALID_PLATFORM_CODE\": \"Invalid platform code.\",\r\n \"INVALID_PLATFORM_UPDATE_FILE\": \"Invalid platform update file.\",\r\n \"INVALID_RESOURCE_FILE\": \"Invalid resource file.\",\r\n \"INVALID_TOKEN\": \"Invalid or expired token.\",\r\n \"LAST_ADMIN\": \"You can't remove the last remaining admin.\",\r\n \"LOGIN_EMAIL_NOT_VERIFIED\": \"Email is not verified. Please verify before login.\",\r\n \"LOGIN_IS_INVALID\": \"Invalid login credentials.\",\r\n \"LOGIN_USER_IS_BANNED\": \"Your account has been banned.\",\r\n \"MESSAGE_CANT_BE_EMPTY\": \"Message can't be empty.\",\r\n \"NEED_PERMISSION\": \"You don't have the required permission.\",\r\n \"NEW_EMAIL_EXISTS\": \"The new email address already exists.\",\r\n \"NEW_PASSWORD_EMPTY\": \"New password can't be empty.\",\r\n \"NEW_PASSWORD_REPEAT_DOESNT_MATCH\": \"New password and repeat password do not match.\",\r\n \"NEW_PASSWORD_TOO_LONG\": \"New password is too long.\",\r\n \"NEW_PASSWORD_TOO_SHORT\": \"New password is too short.\",\r\n \"NO_PERMISSION\": \"You don't have permission to perform this action.\",\r\n \"NO_PERMISSION_TO_UPDATE_ADMIN_PERM_GROUP\": \"No permission to update this admin permission group.\",\r\n \"NO_PERMISSION_TO_UPDATE_ADMIN_USER\": \"No permission to update this admin user.\",\r\n \"NOT_BANNED\": \"User is not banned.\",\r\n \"NOT_EXISTS\": \"Item does not exist.\",\r\n \"NOT_FOUND\": \"Resource not found.\",\r\n \"NOT_LOGGED_IN\": \"You must be logged in to continue.\",\r\n \"PAGE_NOT_FOUND\": \"Page not found.\",\r\n \"PANO_CONNECT_FAILED\": \"Failed to connect to Pano servers, please try again later.\",\r\n \"PANO_DISCONNECT_FAILED\": \"Failed to disconnect Pano account, please try again later.\",\r\n \"PANO_NOT_CONNECTED\": \"No Pano account is connected.\",\r\n \"PASSWORD_EMPTY\": \"Password can't be empty.\",\r\n \"PASSWORD_TOO_LONG\": \"Password is too long.\",\r\n \"PASSWORD_TOO_SHORT\": \"Password is too short.\",\r\n \"PERM_GROUP_NOT_EXISTS\": \"Permission group does not exist.\",\r\n \"PLATFORM_ALREADY_INSTALLED\": \"Platform is already installed! Restart Pano to fix this.\",\r\n \"POST_NOT_FOUND\": \"Post not found.\",\r\n \"POST_THUMBNAIL_EXCEEDS_SIZE\": \"Post thumbnail exceeds maximum allowed size.\",\r\n \"POST_THUMBNAIL_WRONG_CONTENT_TYPE\": \"Post thumbnail has an invalid content type.\",\r\n \"REGISTER_CANT_VERIFY_ROBOT\": \"Failed to verify robot protection.\",\r\n \"REGISTER_EMAIL_EMPTY\": \"Email can't be empty.\",\r\n \"REGISTER_EMAIL_NOT_AVAILABLE\": \"This email address is not available.\",\r\n \"REGISTER_INVALID_EMAIL\": \"Invalid email format.\",\r\n \"REGISTER_INVALID_USERNAME\": \"Invalid username.\",\r\n \"REGISTER_NOT_ACCEPTED_AGREEMENT\": \"You must accept the agreement to register.\",\r\n \"REGISTER_PASSWORD_AND_PASSWORD_REPEAT_NOT_SAME\": \"Password and repeat password do not match.\",\r\n \"REGISTER_USERNAME_EMPTY\": \"Username can't be empty.\",\r\n \"REGISTER_USERNAME_NOT_AVAILABLE\": \"This username is not available.\",\r\n \"REGISTER_USERNAME_TOO_LONG\": \"Username is too long.\",\r\n \"REGISTER_USERNAME_TOO_SHORT\": \"Username is too short.\",\r\n \"SOME_PERMISSIONS_ARENT_EXISTS\": \"Some permissions don't exist.\",\r\n \"SOME_TICKETS_ARENT_EXISTS\": \"Some tickets don't exist.\",\r\n \"SOME_USERS_ARENT_EXISTS\": \"Some users don't exist.\",\r\n \"TICKET_IS_CLOSED\": \"Ticket is already closed.\",\r\n \"TITLE_CANT_BE_EMPTY\": \"Title can't be empty.\",\r\n \"UNAUTHORIZED\": \"You are not authorized to access this resource.\",\r\n \"WEBSITE_LOGO_EXCEEDS_SIZE\": \"Website logo exceeds maximum allowed size.\",\r\n \"WEBSITE_LOGO_WRONG_CONTENT_TYPE\": \"Website logo has an invalid content type.\"\r\n },\r\n \"panel-themes\": {\r\n \"light\": \"Light\",\r\n \"dark\": \"Dark\",\r\n \"copper\": \"Copper\"\r\n }\r\n}"}</script>
<script type="application/json" data-sveltekit-fetched data-url="http://localhost:8088/panel/api/locales/tr/translations/types/PANEL" data-hash="u87jg8">{"status":403,"statusText":"","headers":{},"body":"{\"result\":\"error\",\"error\":\"NO_PERMISSION\"}"}</script>
<script type="application/json" data-sveltekit-fetched data-url="/panel/panel-api/languages/tr.json">{"status":200,"statusText":"","headers":{},"body":"{\r\n \"buttons\": {\r\n \"add\": \"Ekle\",\r\n \"remove\": \"Kald─▒r\",\r\n \"connect\": \"Ba─şla\",\r\n \"connecting\": \"Ba─şlan─▒yor...\",\r\n \"close\": \"Kapat\",\r\n \"install\": \"Y├╝kle\",\r\n \"yes\": \"Evet\",\r\n \"cancel\": \"─░ptal\",\r\n \"download\": \"─░ndir\",\r\n \"enable\": \"Aktifle┼ştir\",\r\n \"validate\": \"Do─şrula\",\r\n \"import\": \"─░├ğe Aktar\",\r\n \"players\": \"Oyuncular\",\r\n \"posts\": \"Yaz─▒lar\",\r\n \"tickets\": \"Talepler\",\r\n \"panel\": \"Panel\",\r\n \"theme\": \"Tema\",\r\n \"plugin\": \"Eklenti\",\r\n \"addons\": \"Eklentiler\",\r\n \"platform\": \"Platform\",\r\n \"save\": \"Kaydet\",\r\n \"all\": \"Hepsi\",\r\n \"original\": \"Orijinal\",\r\n \"modified\": \"De─şi┼ştirilmi┼ş\",\r\n \"not-exists\": \"Kullan─▒lmayan\",\r\n \"languages\": \"Diller\",\r\n \"categories\": \"Kategoriler\",\r\n \"create-language\": \"Dil Olu┼ştur\",\r\n \"create\": \"Olu┼ştur\",\r\n \"delete\": \"Sil\",\r\n \"edit\": \"D├╝zenle\",\r\n \"no\": \"Hay─▒r\",\r\n \"view\": \"G├Âr├╝nt├╝le\",\r\n \"view-all\": \"T├╝m├╝n├╝ G├Âr├╝nt├╝le\",\r\n \"closed\": \"Kapal─▒\",\r\n \"show-all\": \"T├╝m├╝n├╝ G├Âster\",\r\n \"show-all-count\": \"{count} T├╝m├╝n├╝ G├Âster\",\r\n \"installed\": \"Y├╝kl├╝\",\r\n \"clear\": \"Temizle\",\r\n \"change\": \"De─şi┼ştir\",\r\n \"refresh\": \"Yenile\",\r\n \"reload\": \"Yenile\",\r\n \"show-in-store\": \"Ma─şazada G├Âster\",\r\n \"activate\": \"Aktif Et\",\r\n \"themes\": \"Temalar\",\r\n \"previous\": \"├ûnceki\",\r\n \"next\": \"Sonraki\",\r\n \"theme-settings\": \"Tema Se├ğenekleri\",\r\n \"install-theme\": \"Tema Y├╝kle\",\r\n \"back\": \"Geri\",\r\n \"install-addon\": \"Eklenti Y├╝kle\",\r\n \"disabled\": \"Devre D─▒┼ş─▒\",\r\n \"active\": \"Aktif\",\r\n \"error-log\": \"Hata Kayd─▒\",\r\n \"source\": \"Kaymak\",\r\n \"start\": \"Ba┼şlat\",\r\n \"stop\": \"Durdur\",\r\n \"go-to-store\": \"Ma─şazaya Git\",\r\n \"update\": \"G├╝ncelle\",\r\n \"check-updates\": \"G├╝ncellemeleri Kontrol Et\",\r\n \"update-all\": \"T├╝m├╝n├╝ G├╝ncelle\",\r\n \"try-again\": \"Tekrar Dene\",\r\n \"find\": \"Bul...\",\r\n \"mc-plugin\": \"MC Eklentisi\",\r\n \"see-docs\": \"Dok├╝mantasyona Bak\",\r\n \"restart\": \"Yeniden Ba┼şlat\",\r\n \"bans\": \"Yasaklar\",\r\n \"local\": \"Yerel\",\r\n \"remote\": \"Uzaktan\",\r\n \"toggle-details\": \"Eklenti Detaylar─▒\",\r\n \"show-more-details\": \"Daha Fazla Detay G├Âster\",\r\n \"show-less-details\": \"Daha Az Detay G├Âster\",\r\n \"settings\": \"Ayarlar\",\r\n \"preferences\": \"Tercihler\",\r\n \"select-option\": \"Se├ğ\",\r\n \"downgrade\": \"S├╝r├╝m D├╝┼ş├╝r\",\r\n \"reinstall\": \"Yeniden Y├╝kle\",\r\n \"logout\": \"├ç─▒k─▒┼ş Yap\",\r\n \"go\": \"Git\",\r\n \"login\": \"Giri┼ş Yap\",\r\n \"forgot-password\": \"┼Şifremi Unuttum?\",\r\n \"reset\": \"S─▒f─▒rla\",\r\n \"copy\": \"Kopyala\",\r\n \"select-all\": \"T├╝m├╝n├╝ Se├ğ\",\r\n \"deselect-all\": \"Se├ğimi Kald─▒r\",\r\n \"enable-all-addons\": \"T├╝m Eklentileri Etkinle┼ştir\",\r\n \"disable-all-addons\": \"T├╝m Eklentileri Devre D─▒┼ş─▒ B─▒rak\",\r\n \"selected\": \"Se├ğildi\"\r\n },\r\n \"pages\": {\r\n \"login\": {\r\n \"demo-mode-alert\": \"Bu i┼şlem demo modunda devre d─▒┼ş─▒d─▒r.\"\r\n },\r\n \"themes\": {\r\n \"title\": \"Temalar\",\r\n \"card-title\": \"{amount} Y├╝kl├╝ Tema\",\r\n \"by\": \"\u003Cstrong>{author}\u003C/strong> taraf─▒ndan\",\r\n \"active\": \"Aktif\",\r\n \"update-available\": \"G├╝ncelleme Mevcut\"\r\n },\r\n \"theme-settings\": {\r\n \"title\": \"Tema Ayarlar─▒\",\r\n \"error\": \"Tema ayarlar─▒ y├╝klenirken bir hata olu┼ştu, l├╝tfen tekrar deneyin.\"\r\n },\r\n \"theme-detail\": {\r\n \"title\": \"Tema Detay─▒\",\r\n \"screenshot\": \"Ekran G├Âr├╝nt├╝s├╝\",\r\n \"in-use\": \"Aktif\",\r\n \"version\": \"Versiyon\",\r\n \"pano-version\": \"Pano Versiyonu\",\r\n \"developer\": \"Geli┼ştirici\",\r\n \"license\": \"Lisans\",\r\n \"source\": \"Kaynak\",\r\n \"installed-at\": \"Y├╝klendi\",\r\n \"updated-at\": \"G├╝ncellendi\",\r\n \"installed-by\": \"Kurulma ┼Şekli\",\r\n \"size\": \"Boyut\",\r\n \"installed-by-types\": {\r\n \"USER\": \"Kullan─▒c─▒\",\r\n \"SYSTEM\": \"Sistem\"\r\n },\r\n \"unknown\": \"Bilinmiyor\"\r\n },\r\n \"addons\": {\r\n \"title\": \"Eklentiler\",\r\n \"version\": \"Versiyon\",\r\n \"card-title\": {\r\n \"active\": \"{amount} Aktif Eklenti\",\r\n \"inactive\": \"{amount} Devre D─▒┼ş─▒ Eklenti\",\r\n \"installed\": \"{amount} Y├╝kl├╝ Eklenti\"\r\n },\r\n \"update-available\": \"G├╝ncelleme Mevcut\",\r\n \"enable-all-confirm\": \"T├╝m eklentileri etkinle┼ştirmek istedi─şinizden emin misiniz?\",\r\n \"disable-all-confirm\": \"T├╝m eklentileri devre d─▒┼ş─▒ b─▒rakmak istedi─şinizden emin misiniz?\"\r\n },\r\n \"addon-detail\": {\r\n \"title\": \"Eklenti Detay─▒\",\r\n \"overview\": \"Detaylar\",\r\n \"version\": \"Versiyon\",\r\n \"pano-version\": \"Pano Versiyonu\",\r\n \"developer\": \"Geli┼ştirici\",\r\n \"license\": \"Lisans\",\r\n \"source\": \"Kaynak\",\r\n \"dependencies\": \"Ba─ş─▒ml─▒l─▒klar\",\r\n \"requires\": \"Gerekliler\",\r\n \"size\": \"Boyut\",\r\n \"unknown\": \"Bilinmiyor\"\r\n },\r\n \"activity-logs\": {\r\n \"title\": \"Aktivite Kay─▒tlar─▒\",\r\n \"card-title\": \"{count} Aktivite Kayd─▒\"\r\n },\r\n \"languages\": {\r\n \"title\": \"Diller\",\r\n \"card-title\": \"{count} Dil\",\r\n \"name\": \"─░smi\",\r\n \"code\": \"Kodu\",\r\n \"date-fns-code\": \"Date-Fns Kodu\",\r\n \"derivatives\": \"Alternatifleri\",\r\n \"defined-by\": \"Tan─▒mlayan\",\r\n \"defined-by-options\": {\r\n \"SYSTEM\": \"Sistem\",\r\n \"USER\": \"Kullan─▒c─▒\"\r\n }\r\n },\r\n \"translations\": {\r\n \"unsaved-changes-alert-text\": \"Kaydedilmemi┼ş de─şi┼şiklikleriniz var! Emin misiniz?\",\r\n \"title\": \"├çeviriler\",\r\n \"card-title\": \"{count} ├çeviri\"\r\n },\r\n \"dashboard\": {\r\n \"title\": \"Panel\",\r\n \"welcome-card\": {\r\n \"description\": \"Pano ba┼şar─▒yla kuruldu ve kullan─▒ma haz─▒r. \\uD83D\\uDE80 \u003Cbr /> ─░┼şte ba┼şlarken yapabileceklerin:\",\r\n \"connect-server\": \"Sunucu Ba─şla\",\r\n \"connect-server-description\": \"Oyun sunucunu ba─şla ve daha fazla y├Ânetim ├Âzelliklerine eri┼ş.\",\r\n \"import-data\": \"Verileri ─░├ğe Aktar\",\r\n \"menu-title\": \"Men├╝\",\r\n \"links-title\": \"Ba─şlant─▒lar\",\r\n \"publish-your-first-post\": \"─░lk Yaz─▒y─▒ Yay─▒mla\",\r\n \"change-theme\": \"Tema G├Âr├╝n├╝m├╝n├╝ De─şi┼ştir\",\r\n \"manage-addons\": \"Eklentleri Y├Ânet\",\r\n \"manage-players\": \"Oyuncular─▒ Y├Ânet\",\r\n \"get-themes-and-extensions\": \"Tema ve Eklenti Al\",\r\n \"documentations\": \"Dok├╝mantasyon\",\r\n \"website\": \"Website\",\r\n \"discord\": \"Discord\"\r\n },\r\n \"last-tickets\": {\r\n \"title\": \"Son Talepler\",\r\n \"player-name\": \"Oyuncu Ad─▒\",\r\n \"filter\": \"Filtrele\",\r\n \"no-category\": \"Kategorisiz\"\r\n },\r\n \"last-registers\": {\r\n \"title\": \"Son Kay─▒tlar\"\r\n },\r\n \"logs\": {\r\n \"title\": \"Son Aktivite Kay─▒tlar─▒\"\r\n }\r\n },\r\n \"statistics\": {\r\n \"title\": \"─░statistikler\",\r\n \"online-player-text\": \"{onlinePlayerCount} Sitede ├çevrimi├ği\",\r\n \"new-register-text\": \"{newRegisterCount} Yeni Kay─▒t\",\r\n \"total-player-text\": \"{totalPlayerCount} Toplam Oyuncu\",\r\n \"website-graph\": {\r\n \"title\": \"Website Aktivitesi\",\r\n \"week\": \"Hafta\",\r\n \"month\": \"Ay\"\r\n },\r\n \"total-statistics\": {\r\n \"title\": \"─░statistik\",\r\n \"posts\": \"Yaz─▒lar:\",\r\n \"players\": \"Oyuncular:\",\r\n \"admins\": \"Y├Âneticiler:\",\r\n \"tickets\": \"Talepler:\",\r\n \"connected-servers\": \"Sunucular:\",\r\n \"addons\": \"Eklentiler:\",\r\n \"active-addons\": \"Aktif Eklentiler:\",\r\n \"themes\": \"Temalar:\"\r\n }\r\n },\r\n \"players\": {\r\n \"title\": \"{pageType}Oyuncular\",\r\n \"by-perm-group-title\": \"\\\"{permissionGroupName}\\\" Yetkili Oyuncular\",\r\n \"authorized\": \"Yetkili\",\r\n \"banned\": \"Yasakl─▒\",\r\n \"permissions\": \"Yetkiler\",\r\n \"table-title\": \"{playerCount} {pageType} Oyuncu\",\r\n \"all\": \"T├╝m├╝\",\r\n \"player\": \"Oyuncu\",\r\n \"table\": {\r\n \"name\": \"Kullan─▒c─▒ Ad─▒\",\r\n \"perm-group\": \"Yetki Grubu\",\r\n \"status\": \"Durum\",\r\n \"last-login\": \"Son Giri┼ş\",\r\n \"register-date\": \"Kay─▒t\"\r\n }\r\n },\r\n \"posts\": {\r\n \"title\": \"{pageType}Yaz─▒lar\",\r\n \"category-posts-title\": \"\\\"{category}\\\" Yaz─▒lar\",\r\n \"no-category\": \"Kategorisiz\",\r\n \"published\": \"Yay─▒mlanm─▒┼ş\",\r\n \"draft\": \"Taslak\",\r\n \"trash\": \"├ç├Âp\",\r\n \"table-title\": \"{postCount} {pageType} Yaz─▒\",\r\n \"post-categories-button\": \"Kategoriler\",\r\n \"create-post-button\": \"Yaz─▒ Olu┼ştur\",\r\n \"table\": {\r\n \"title\": \"Ba┼şl─▒k\",\r\n \"category\": \"Kategori\",\r\n \"views\": \"G├Âr├╝nt├╝lenme\",\r\n \"author\": \"Yazar\",\r\n \"last-update\": \"Son G├╝ncellenme\",\r\n \"image\": \"K├╝├ğ├╝k Resim\"\r\n }\r\n },\r\n \"tickets\": {\r\n \"title\": \"{pageType}Talepler\",\r\n \"category-tickets-title\": \"\\\"{category}\\\" Talepler\",\r\n \"no-category\": \"Kategorisiz\",\r\n \"waiting-reply\": \"Yan─▒t Bekleyen\",\r\n \"closed\": \"Kapal─▒\",\r\n \"ticket-categories\": \"Talep Kategorileri\",\r\n \"close-ticket-button\": \"Talebi Kapat\",\r\n \"table-title\": \"{ticketCount} {pageType} Talep\",\r\n \"amount-selected\": \"{amount} adet se├ğildi.\",\r\n \"all\": \"T├╝m├╝\",\r\n \"select-all\": \"T├╝m├╝n├╝ Se├ğ\",\r\n \"table\": {\r\n \"id\": \"ID\",\r\n \"title\": \"Ba┼şl─▒k\",\r\n \"player\": \"Oyuncu\",\r\n \"category\": \"Kategori\",\r\n \"status\": \"Durum\",\r\n \"last-reply\": \"Son Yan─▒t\"\r\n }\r\n },\r\n \"notifications\": {\r\n \"title\": \"Bildirimler\",\r\n \"delete-all\": \"T├╝m├╝n├╝ Sil\",\r\n \"delete-notification\": \"Bildirimi Sil\",\r\n \"show-more\": \"{count} Daha Fazla G├Âster\"\r\n },\r\n \"settings\": {\r\n \"about\": {\r\n \"title\": \"Hakk─▒nda\",\r\n \"info\": \"Pano Platform Bilgisi\",\r\n \"version\": \"Versiyon\",\r\n \"release\": \"S├╝r├╝m\",\r\n \"website\": \"Website\",\r\n \"discord\": \"Discord\",\r\n \"open-source-licenses\": \"A├ğ─▒k Kaynak Lisanslar\",\r\n \"author\": \"Yazar\",\r\n \"repository\": \"Depo\",\r\n \"license\": \"Lisans\",\r\n \"no-licenses\": \"Lisans bilgisi bulunamad─▒. L├╝tfen 'npm run generate-licenses' komutunu ├ğal─▒┼şt─▒r─▒n.\",\r\n \"support-pano\": \"Pano'yu Destekle\",\r\n \"support-pano-text\": \"Pano, tamamen a├ğ─▒k kaynakl─▒ bir platformdur. Geli┼şimine destek olmak i├ğin GitHub ├╝zerinden y─▒ld─▒z verebilirsiniz.\",\r\n \"support-pano-button\": \"GitHub'da Y─▒ld─▒z Ver\",\r\n \"support-pano-donate\": \"Ba─ş─▒┼ş Yap\",\r\n \"open-homepage\": \"{name} ana sayfas─▒n─▒ a├ğ\"\r\n },\r\n \"site-settings\": {\r\n \"title\": \"Website Ayarlar─▒\",\r\n \"preferences\": \"Tercihler\",\r\n \"inputs\": {\r\n \"website-name\": {\r\n \"label\": \"Site ─░smi\",\r\n \"placeholder\": \"─░sim\"\r\n },\r\n \"website-description\": {\r\n \"label\": \"Site A├ğ─▒klamas─▒\"\r\n },\r\n \"website-url\": {\r\n \"label\": \"Website Adresi\",\r\n \"placeholder\": \"https://benim-minecraft-sunucu-websitem.com\"\r\n },\r\n \"register-agreement\": {\r\n \"label\": \"Kay─▒t S├Âzle┼şmesi\",\r\n \"small-note\": \"Not: Bu alan HTML destekler. Bo┼ş b─▒rak─▒l─▒rsa kay─▒t formundaki \\\"S├Âzle┼şmeyi kabul ediyorum\\\" onay kutusu g├Âsterilmez.\"\r\n },\r\n \"game-server-ip-address\": {\r\n \"label\": \"Oyun Sunucu IP Adresi\"\r\n },\r\n \"game-server-version\": {\r\n \"label\": \"Oyun Sunucu Versiyonu\"\r\n },\r\n \"support-email-address\": {\r\n \"label\": \"Destek E-Posta Adresi\"\r\n },\r\n \"keywords\": {\r\n \"label\": \"Anahtar Kelimeler\",\r\n \"placeholder\": \"Eklemek i├ğin Enter'a bas─▒n\"\r\n },\r\n \"favicon\": {\r\n \"label\": \"Favicon\",\r\n \"select\": \"Se├ğ\",\r\n \"helper\": \"PNG, ICO, GIF, JPG format─▒nda, maksimum 1 mb ve 16x16 piksel olmal─▒.\"\r\n },\r\n \"website-logo\": {\r\n \"label\": \"Website Logosu\",\r\n \"server-icon\": \"Sunucu ─░konu\",\r\n \"helper\": \"PNG, JPEG, GIF format─▒nda, maksimum 2 mb olmal─▒.\"\r\n },\r\n \"http-port\": {\r\n \"label\": \"HTTP Portu\"\r\n },\r\n \"https-port\": {\r\n \"label\": \"HTTPS Portu\"\r\n },\r\n \"ssl-mode\": {\r\n \"label\": \"SSL Modu\"\r\n },\r\n \"ssl-cert\": {\r\n \"label\": \"SSL Sertifikas─▒\"\r\n },\r\n \"ssl-key\": {\r\n \"label\": \"SSL ├ûzel Anahtar─▒ (Private Key)\"\r\n },\r\n \"redirect-https\": {\r\n \"label\": \"HTTP -> HTTPS Y├Ânlendir\"\r\n },\r\n \"requires-restart\": \"Bu ayar─▒n etkili olmas─▒ i├ğin yeniden ba┼şlatma gerekir.\"\r\n },\r\n \"ssl\": {\r\n \"title\": \"SSL & Port Ayarlar─▒\",\r\n \"lets-encrypt-warning\": \"Not: Let's Encrypt ge├ğerli bir Website Adresi gerektirir ve sunucunuza 80 ile 443 portlar─▒ndan eri┼şilebiliyor olmal─▒d─▒r.\",\r\n \"lets-encrypt-invalid-config\": \"Let's Encrypt i├ğin ge├ğerli bir genel alan ad─▒ (localhost olamaz), HTTP Portu 80, HTTPS Portu 443 olmal─▒ ve ┼şu anki taray─▒c─▒ adresiniz Web Sitesi URL'si ile e┼şle┼şmelidir.\",\r\n \"modes\": {\r\n \"disabled\": \"Devre D─▒┼ş─▒\",\r\n \"lets-encrypt\": \"Let's Encrypt (Otomatik)\",\r\n \"manual\": \"Manuel (Sertifika & Anahtar)\"\r\n },\r\n \"restart-required-alert\": \"Kritik ayarlar─▒ de─şi┼ştirdiniz. Bu de─şi┼şikliklerin uygulanmas─▒ i├ğin Pano'yu yeniden ba┼şlatmal─▒s─▒n─▒z.\",\r\n \"restart-now\": \"┼Şimdi Yeniden Ba┼şlat\"\r\n }\r\n },\r\n \"platform\": {\r\n \"title\": \"Platform Ayarlar─▒\",\r\n \"preferences\": \"Tercihler\",\r\n \"authentication\": \"Kimlik Do─şrulama\",\r\n \"developer-mode\": \"Geli┼ştirici Modu\",\r\n \"allow-user-locale-selection\": \"Kullan─▒c─▒ Dil Se├ğimi\",\r\n \"allow-user-locale-selection-description\": \"Kullan─▒c─▒lar─▒n kendi dilini se├ğmelerine izin ver, platformdan ba─ş─▒ms─▒z.\",\r\n \"display-language\": \"G├Âr├╝nt├╝leme Dili\",\r\n \"check-auto-updates\": \"G├╝ncellemeleri Denetle\",\r\n \"release-channel\": \"S├╝r├╝m Kanal─▒\",\r\n \"release-channel-warning\": \"Bu kanal \u003Cstrong>en g├╝ncel\u003C/strong> s├╝r├╝mleri i├ğerebilir fakat \u003Cstrong>stabil olmayabilir\u003C/strong>. Hatalar/buglar ya┼şanabilir. \u003Cstrong>Kendi riskinizle kullan─▒n.\u003C/strong>\",\r\n \"release-channel-warning-beta\": \"\u003Cstrong>Beta\u003C/strong>, genelde \u003Cstrong>alpha\u003C/strong>'dan daha stabildir; yine de buglar i├ğerebilir.\",\r\n \"connect-failed-alert\": \"Pano hesab─▒n─▒za ba─şlan─▒rken hata olu┼ştu! L├╝tfen tekrar deneyin.\",\r\n \"account\": \"Hesap\",\r\n \"platform-id\": \"Platform ID\",\r\n \"user\": \"Kullan─▒c─▒\",\r\n \"online-account\": \"├çevrimi├ği Hesap\",\r\n \"online-account-description\": \"Eklentilere, temalara ve g├╝ncellemelere eri┼şebilmek i├ğin ├ğevrimi├ği Pano hesab─▒n─▒z─▒ ba─şlay─▒n.\",\r\n \"connect-online-account-alert\": \"Eklentilere, temalara ve g├╝ncellemelere eri┼şebilmek i├ğin ├ğevrimi├ği Pano hesab─▒n─▒z─▒ ba─şlay─▒n.\",\r\n \"connected-account-description\": \"├çevrimi├ği Pano hesab─▒n─▒z ba┼şar─▒yla ba─şland─▒. Art─▒k eklentilere, temalara ve g├╝ncellemelere eri┼şebilirsiniz.\",\r\n \"inputs\": {\r\n \"check-auto-updates\": {\r\n \"never\": \"Asla\",\r\n \"once-in-a-day\": \"G├╝nde Bir Kez\",\r\n \"once-in-a-week\": \"Haftada Bir Kez\",\r\n \"once-in-a-month\": \"Ayda Bir Kez\"\r\n },\r\n \"release-channel\": {\r\n \"alpha\": \"alpha\",\r\n \"beta\": \"beta\",\r\n \"stable\": \"stable\"\r\n }\r\n },\r\n \"smtp\": {\r\n \"username\": \"Kullan─▒c─▒ Ad─▒ (Adres)\",\r\n \"password\": \"┼Şifre\",\r\n \"ssl\": \"SSL Kullan\",\r\n \"tls-setting\": \"TLS Ayar─▒\",\r\n \"sender-address\": \"G├Ânderici Adresi\",\r\n \"hostname\": \"Sa─şlay─▒c─▒ Adresi\",\r\n \"port\": \"Port\",\r\n \"auth-methods\": \"Giri┼ş Methodu\",\r\n \"description\": \"Pano, e-posta g├Ânderebilmek i├ğin bir e-posta sa─şlay─▒c─▒s─▒na ihtiya├ğ duyar. L├╝tfen kullanmak istedi─şiniz e-posta servisi ile oturum a├ğ─▒n.\",\r\n \"email-validation-error\": \"E-mail ayarlar─▒ do─şrulanamad─▒: {mailError}\",\r\n \"smtp-disabled-alert\": \"E-Posta (SMTP) ┼şu anda devre d─▒┼ş─▒. Pano; kay─▒t veya ┼şifre kurtarma i┼şlemleri i├ğin e-posta g├Ânderemeyecektir.\"\r\n },\r\n \"smtp-settings\": \"E-Mail (SMTP)\",\r\n \"toggle-smtp\": \"SMTP'yi De─şi┼ştir\",\r\n \"auth\": {\r\n \"require-email-verification\": \"E-posta Do─şrulamas─▒ Gereksin\",\r\n \"require-email-verification-sub\": \"Kullan─▒c─▒lar─▒n giri┼ş yapmadan ├Ânce e-posta adreslerini do─şrulamalar─▒n─▒ gerektir.\",\r\n \"require-email-verification-warning\": \"Bu ├Âzelli─şin devre d─▒┼ş─▒ b─▒rak─▒lmas─▒ g├╝venlik riskleri olu┼şturabilir. E-posta do─şrulamas─▒, bot sald─▒r─▒lar─▒na kar┼ş─▒ korunmak i├ğin ├Ânemlidir.\",\r\n \"email-disabled-warning\": \"SMTP ayarlar─▒ devre d─▒┼ş─▒. Kullan─▒c─▒lar varsay─▒lan olarak e-posta do─şrulamas─▒ olmadan giri┼ş yapabilecekler.\",\r\n \"password-hash-algorithm\": \"┼Şifre Hash Algoritmas─▒\",\r\n \"password-hash-algorithm-sub\": \"Yeni ┼şifreleri hashlemek i├ğin kullan─▒lan algoritma. Mevcut ┼şifreler bir sonraki giri┼şte otomatik olarak y├╝kseltilecektir.\",\r\n \"password-hash-algorithm-warning\": \"MD5, ├╝retim kullan─▒m─▒ i├ğin ├Ânerilmez. S├Âzl├╝k ve g├Âkku┼şa─ş─▒ tablosu sald─▒r─▒lar─▒na kar┼ş─▒ savunmas─▒zd─▒r.\",\r\n \"recommended\": \"├ûnerilen\"\r\n }\r\n },\r\n \"updates\": {\r\n \"title\": \"G├╝ncellemeler\",\r\n \"never\": \"Asla\",\r\n \"platform-updates\": \"Platform G├╝ncellemeleri\",\r\n \"platform-updates-count\": \"{count} Platform G├╝ncellemesi\",\r\n \"using-latest-pano\": \"Pano'nun en son s├╝r├╝m├╝n├╝ kullan─▒yorsunuz.\",\r\n \"verified\": \"Do─şruland─▒\",\r\n \"by\": \"geli┼ştirici\",\r\n \"install-complete-restarting\": \"şÄë Kurulum tamamland─▒! Yeniden ba┼şlat─▒l─▒yor...\",\r\n \"changelog\": \"De─şi┼şiklikler\",\r\n \"copy-hash\": \"Hash'i Kopyala\",\r\n \"platform-update-steps\": {\r\n \"getting-platform-update-info\": \"Platform g├╝ncelleme bilgisi al─▒n─▒yor...\",\r\n \"downloading-update\": \"G├╝ncelleme indiriliyor...\",\r\n \"verifying-hash\": \"Hash do─şrulan─▒yor...\",\r\n \"extracting-updater\": \"G├╝ncelleyici ├ğ─▒kar─▒l─▒yor...\",\r\n \"installing-new-update\": \"Yeni g├╝ncelleme y├╝kleniyor...\"\r\n },\r\n \"resource-updates\": \"Kaynak G├╝ncellemeleri\",\r\n \"resource-updates-count\": \"{count} Kaynak G├╝ncellemesi\",\r\n \"connect-pano-account\": \"Kaynak g├╝ncellemelerini almak i├ğin bir Pano hesab─▒ ba─şlay─▒n.\",\r\n \"no-update-found\": \"Herhangi bir g├╝ncelleme bulunamad─▒.\",\r\n \"install-complete\": \"şÄë Kurulum tamamland─▒!\",\r\n \"resource-update-steps\": {\r\n \"getting-version-info\": \"S├╝r├╝m bilgisi al─▒n─▒yor...\",\r\n \"downloading-update\": \"G├╝ncelleme indiriliyor...\",\r\n \"preparing\": \"Haz─▒rlan─▒yor...\",\r\n \"installing-new-update\": \"Yeni g├╝ncelleme y├╝kleniyor...\"\r\n },\r\n \"updating-leave-alert\": \"Bir g├╝ncelleme ├ğal─▒┼ş─▒yor, bu sayfadan ayr─▒lmak baz─▒ ├Âzelliklerin bozulmas─▒na yol a├ğabilir!\"\r\n }\r\n },\r\n \"ticket-detail\": {\r\n \"tickets\": \"Talepler\",\r\n \"close-ticket\": \"Talebi Kapat\",\r\n \"by-who\": \"{username} taraf─▒ndan\",\r\n \"opened-in-category\": \"{category} kategorisinde a├ğ─▒ld─▒.\",\r\n \"no-category\": \"-\",\r\n \"previous-messages\": \"{count} ├ûnceki Mesaj\",\r\n \"send-button\": \"G├Ânder\"\r\n },\r\n \"post-categories\": {\r\n \"title\": \"Yaz─▒ Kategorileri\",\r\n \"posts\": \"Yaz─▒lar\",\r\n \"create-category-button\": \"Kategori Olu┼ştur\",\r\n \"card-title\": \"{count} Yaz─▒ Kategorisi\",\r\n \"category\": \"Kategori\",\r\n \"description\": \"A├ğ─▒klama\",\r\n \"url\": \"URL\",\r\n \"color\": \"Renk\"\r\n },\r\n \"ticket-categories\": {\r\n \"title\": \"Talep Kategorileri\",\r\n \"tickets\": \"Talepler\",\r\n \"create-category-button\": \"Kategori Olu┼ştur\",\r\n \"card-title\": \"{count} Talep Kategorisi\",\r\n \"category\": \"Kategori\",\r\n \"description\": \"A├ğ─▒klama\"\r\n },\r\n \"permissions\": {\r\n \"title\": \"Yetkiler\",\r\n \"panel\": {\r\n \"luckperms-alert\": \"Bu sayfa LuckPerms ile uyumlu ├ğal─▒┼şacak ┼şekilde tasarlanm─▒┼şt─▒r ve geli┼şmi┼ş izin y├Ânetimi ├Âzellikleri sunar.\",\r\n \"search\": {\r\n \"placeholder\": \"Ara (grup, oyuncu, node)\"\r\n },\r\n \"actions\": {\r\n \"create-group\": \"Grup Olu┼ştur\",\r\n \"create-track\": \"Track Olu┼ştur\",\r\n \"add-player\": \"Oyuncu Ekle\",\r\n \"go-to-group\": \"Gruba git: {name}\",\r\n \"go-to-parent-group\": \"├£st gruba git: {name}\",\r\n \"confirm-reset-title\": \"T├╝m kaydedilmemi┼ş de─şi┼şiklikleri s─▒f─▒rlamak istedi─şinizden emin misiniz?\"\r\n },\r\n \"accordions\": {\r\n \"tracks\": \"Trackler\",\r\n \"groups\": \"Gruplar\",\r\n \"users\": \"Oyuncular\"\r\n },\r\n \"group\": {\r\n \"parents\": \"├£st Gruplar\",\r\n \"weight\": \"A─ş─▒rl─▒k\"\r\n },\r\n \"nodes\": {\r\n \"add-node\": \"Yetki Ekle\",\r\n \"node\": \"Node\",\r\n \"active\": \"Aktif\",\r\n \"expiry\": \"S├╝re\",\r\n \"pano-only-alert\": \"Bu permission node sadece Pano'da ├ğal─▒┼şacak ve oyuna yans─▒mayacak.\",\r\n \"game-only-alert\": \"Bu permission node sadece oyunda ├ğal─▒┼şacak ama Pano'da ├ğal─▒┼şmayacak.\",\r\n \"pano-only-alert-link\": \"Dok├╝mantasyonu oku\",\r\n \"admin-group-delete-warning\": \"Bu grup tam yetkiye (*) sahip bir y├Ânetici grubudur. Silmeniz durumunda bu gruptaki oyuncular yetkilerini kaybedebilir.\",\r\n \"admin-group-last-warning\": \"D─░KKAT: Bu, sistemdeki SON y├Ânetici grubudur. Bu grubu silerseniz platformda tam yetkili hi├ğ kimse kalmayabilir!\"\r\n },\r\n \"user\": {\r\n \"groups\": \"Gruplar\",\r\n \"delete\": \"Oyuncuyu sil\"\r\n },\r\n \"empty\": {\r\n \"no-nodes\": \"Node yok.\",\r\n \"select-something\": \"Grup, oyuncu veya track se├ğin.\"\r\n },\r\n \"editor\": {\r\n \"title\": \"Yetki Node'lar─▒\",\r\n \"add-node-count\": \"{count} Yetki Ekle\",\r\n \"add-group-count\": \"{count} Yetki Grubu Ekle\",\r\n \"permission\": \"Yetki\",\r\n \"value\": \"De─şer\",\r\n \"expiry\": \"S├╝re\",\r\n \"contexts\": \"Ba─şlamlar\",\r\n \"placeholder\": \"Yetki girin...\",\r\n \"never\": \"Asla\",\r\n \"date\": \"Tarih\"\r\n }\r\n },\r\n \"create-permission-group-button\": \"Yetki Grubu Olu┼ştur\",\r\n \"card-title\": \"{count} Yetki Grubu\",\r\n \"name\": \"─░sim\",\r\n \"permission-amount\": \"Yetki Adeti\",\r\n \"player-amount\": \"Oyuncu Adeti\",\r\n \"groups\": \"Yetki Gruplar─▒\",\r\n \"search\": {\r\n \"placeholder\": \"Ara...\"\r\n },\r\n \"permissions\": \"Yetki\",\r\n \"players\": \"Oyuncu\",\r\n \"users\": \"Oyuncular\",\r\n \"no-groups-found\": \"Grup bulunamad─▒\",\r\n \"permissions-assigned\": \"Atanan Yetki\",\r\n \"select-group-title\": \"Bir Grup Se├ğin\",\r\n \"select-group-description\": \"D├╝zenlemek i├ğin soldaki listeden bir yetki grubu se├ğin.\",\r\n \"create-new-group\": \"Yeni Grup Olu┼ştur\",\r\n \"form\": {\r\n \"group-name\": \"Grup ─░smi\",\r\n \"group-name-placeholder\": \"Grup ─░smi\",\r\n \"display-name\": \"Display Name\",\r\n \"display-name-placeholder\": \"G├Âr├╝nen ─░sim\"\r\n },\r\n \"permission-editor\": {\r\n \"search\": {\r\n \"placeholder\": \"─░zin ara...\"\r\n },\r\n \"filter\": {\r\n \"all-categories\": \"T├╝m Kategoriler\"\r\n },\r\n \"add-all\": \"T├╝m├╝n├╝ Ekle\",\r\n \"remove-all\": \"T├╝m├╝n├╝ Kald─▒r\",\r\n \"stats\": {\r\n \"total\": \"Toplam\",\r\n \"granted\": \"Verilen\",\r\n \"denied\": \"Reddedilen\"\r\n }\r\n }\r\n },\r\n \"permission-groups\": {\r\n \"create-permission-group-button\": \"Yetki Grubu Olu┼ştur\",\r\n \"form\": {\r\n \"group-name\": \"Grup ─░smi\",\r\n \"group-name-placeholder\": \"Grup ismini girin\",\r\n \"weight\": \"A─ş─▒rl─▒k\",\r\n \"weight-placeholder\": \"A─ş─▒rl─▒k\",\r\n \"parents\": \"├£st Gruplar\",\r\n \"no-parents\": \"├£st Grup yok.\",\r\n \"select-option\": \"Se├ğ\",\r\n \"display-name\": \"G├Âr├╝nen ─░sim\",\r\n \"display-name-placeholder\": \"G├Âr├╝nen ─░sim\"\r\n },\r\n \"validation\": {\r\n \"name-required\": \"Grup ismi gerekli!\"\r\n },\r\n \"tracks\": {\r\n \"add-permission-track\": \"Yetki Takibi Ekle\",\r\n \"edit-permission-track\": \"Yetki Takibini D├╝zenle\",\r\n \"form\": {\r\n \"name\": \"─░sim\",\r\n \"description\": \"A├ğ─▒klama\"\r\n },\r\n \"groups\": {\r\n \"title\": \"Track Gruplar─▒\",\r\n \"help\": \"Gruplar─▒ ├╝stten s├╝r├╝kleyip se├ğili listeye b─▒rak─▒n. Se├ğili gruplar─▒ s├╝r├╝kleyerek yeniden s─▒ralayabilirsiniz.\",\r\n \"no-groups-available\": \"Kullan─▒labilir grup yok.\",\r\n \"drag-to-add\": \"Eklemek i├ğin s├╝r├╝kleyin: {name}\"\r\n },\r\n \"selected\": {\r\n \"title\": \"Se├ğilen Gruplar\",\r\n \"dropzone-aria\": \"Yetki takip grubu listesi\"\r\n }\r\n }\r\n },\r\n \"error\": {\r\n \"title\": \"Hata: {status}\",\r\n \"go-back\": \"Geri Git\"\r\n },\r\n \"post-editor\": {\r\n \"posts\": \"Yaz─▒lar\",\r\n \"trash\": \"├ç├Âp\",\r\n \"move-to-drafts\": \"Taslaklara Ta┼ş─▒\",\r\n \"publish\": \"Yay─▒mla\",\r\n \"inputs\": {\r\n \"title\": {\r\n \"placeholder\": \"Yaz─▒ ba┼şl─▒─ş─▒n─▒ girin\"\r\n }\r\n },\r\n \"status\": \"Durum:\",\r\n \"views\": \"G├Âr├╝nt├╝lenme:\",\r\n \"category\": \"Kategori:\",\r\n \"no-category\": \"Kategorisiz\",\r\n \"title-create\": \"Yeni Yaz─▒ Olu┼ştur\",\r\n \"title-edit\": \"Yaz─▒y─▒ D├╝zenle\",\r\n \"new\": \"Yeni\",\r\n \"draft\": \"Taslak\",\r\n \"published\": \"Yay─▒mlanm─▒┼ş\",\r\n \"thumbnail-not-determined\": \"├ûnizleme'yi s├╝r├╝kleyin\u003Cbr />veya t─▒klay─▒n\",\r\n \"created-at\": \"Yay─▒mland─▒:\",\r\n \"updated-at\": \"G├╝ncellendi:\"\r\n },\r\n \"server\": {\r\n \"dashboard\": {\r\n \"title\": \"Sunucu ─░statistikleri\",\r\n \"server-status\": \"Sunucu {status}\",\r\n \"online\": \"├çevrimi├ği\",\r\n \"offline\": \"├çevrimd─▒┼ş─▒\",\r\n \"player\": \"{playerCount}/{maxPlayerCount} Oyuncu\",\r\n \"working-time\": \"├çal─▒┼şma S├╝resi: {upTime}\",\r\n \"last-online\": \"Son Aktif Zaman─▒: \",\r\n \"statistics\": \"─░statistik\",\r\n \"server-name\": \"Sunucu ─░smi:\",\r\n \"server-type\": \"Sunucu T├╝r├╝:\",\r\n \"local-ip-address\": \"Yerel IP Adresi:\",\r\n \"server-version\": \"Sunucu S├╝r├╝m├╝:\",\r\n \"total-connected-servers\": \"Toplam Ba─şl─▒ Sunucular:\",\r\n \"date-added\": \"Eklenme Zaman─▒:\"\r\n },\r\n \"settings\": {\r\n \"title\": \"Sunucu Ayarlar─▒\",\r\n \"preferences\": \"Tercihler\",\r\n \"server-name\": \"Sunucu ─░smi\",\r\n \"main-server\": \"Ana Sunucu\",\r\n \"already-main-server\": \"{serverName} ana sunucu\",\r\n \"make-main-server\": \"Ana Sunucu Yap\",\r\n \"main-server-info\": \"Websitede g├Âr├╝nt├╝lenecek sunucu bilgilerini ana sunucu belirler.\",\r\n \"remove-server\": \"Sunucuyu Kald─▒r\",\r\n \"disconnect\": \"Ba─şlant─▒y─▒ Kes\"\r\n },\r\n \"monitoring\": {\r\n \"title\": \"Sunucu ─░zleme\"\r\n },\r\n \"game-integration\": {\r\n \"title\": \"Oyun Entegrasyon Ayarlar─▒\",\r\n \"minecraft\": \"Minecraft\",\r\n \"auth-integration\": \"Kimlik Do─şrulama Entegrasyonu\",\r\n \"auth-integration-description\": \"Pano'nun Fabric'daki kimlik do─şrulama eklentilerine ba─şlanmas─▒na izin verin.\",\r\n \"auth-require-verified\": \"E-Mail Do─şrulama Gerekli\",\r\n \"auth-require-verified-description\": \"Giri┼ş yapmadan ├Ânce oyuncunun email do─şrulamas─▒n─▒ kontrol eder.\",\r\n \"auth-require-verified-disabled-warning\": \"Bu se├ğenek, global 'E-posta Do─şrulamas─▒' kapal─▒ oldu─şu i├ğin devre d─▒┼ş─▒d─▒r. Bunu Panel -> Ayarlar -> Platform -> Kimlik Do─şrulama k─▒sm─▒ndan de─şi┼ştirebilirsiniz.\",\r\n \"auth-kick-after-register\": \"Kay─▒t Sonras─▒ At\",\r\n \"auth-kick-after-register-description\": \"Kay─▒t ger├ğekle┼şti─şi gibi oyuncu email do─şrulamas─▒ i├ğin at─▒lacakt─▒r.\",\r\n \"ban-integration\": \"Yasaklama Entegrasyonu\",\r\n \"ban-integration-description\": \"Pano'nun Fabric'daki yasaklama eklentilerine ba─şlanmas─▒na izin verin.\",\r\n \"permission-integration\": \"Yetki Entegrasyonu\",\r\n \"permission-integration-description\": \"Pano'nun Fabric'daki yetki eklentilerine ba─şlanmas─▒na izin verin.\"\r\n }\r\n },\r\n \"permission-group-detail\": {\r\n \"title-edit\": \"Yetki Grubunu D├╝zenle\",\r\n \"title-create\": \"Yetki Grubu Olu┼ştur\",\r\n \"permissions\": \"Yetkiler\",\r\n \"inputs\": {\r\n \"name\": {\r\n \"placeholder\": \"─░sim\"\r\n },\r\n \"player\": {\r\n \"placeholder\": \"Oyuncu ekle...\"\r\n }\r\n }\r\n },\r\n \"player-detail\": {\r\n \"status\": \"Durum\",\r\n \"overview\": \"Detaylar\",\r\n \"sessions\": \"Oturumlar\",\r\n \"browser\": \"Taray─▒c─▒\",\r\n \"last-entrance\": \"Son Giri┼ş\",\r\n \"expire-date\": \"Biti┼ş Tarihi\",\r\n \"current-session\": \"┼Şu Anki Oturum\",\r\n \"players\": \"Oyuncular\",\r\n \"un-ban\": \"Yasa─ş─▒ Kald─▒r\",\r\n \"ban\": \"Yasakla\",\r\n \"send-verification-mail\": \"Oyuncu e-postas─▒na bir do─şrulama ba─şlant─▒s─▒ g├Ânder\",\r\n \"authorize\": \"Yetkilendir\",\r\n \"in-game\": \"Oyunda\",\r\n \"in-website\": \"Sitede\",\r\n \"online-text\": \"{whereOnline} ├çevrimi├ği\",\r\n \"banned\": \"Yasakl─▒\",\r\n \"last-tickets\": \"Son Talepler\",\r\n \"filter\": \"Filtrele\",\r\n \"no-category\": \"Kategorisiz\",\r\n \"email\": \"E-Posta\",\r\n \"email-verified\": \"Do─şruland─▒\",\r\n \"email-not-verified\": \"Do─şrulanmad─▒\",\r\n \"register-date\": \"Kay─▒t\",\r\n \"ban-history\": \"Ban Ge├ğmi┼şi\",\r\n \"permanent-ban\": \"Kal─▒c─▒\",\r\n \"no-reason\": \"Sebep Yok\",\r\n \"email-notified\": \"G├Ânderildi\",\r\n \"email-not-notified\": \"G├Ânderilmedi\",\r\n \"system-ban\": \"Sistem\",\r\n \"ban-duration\": \"S├╝resi\",\r\n \"ban-reason\": \"Sebep\",\r\n \"email-notification\": \"Bildirim\",\r\n \"banned-by\": \"Banlayan\",\r\n \"banned-at\": \"Tarih\",\r\n \"register-ip\": \"Kay─▒t IP\"\r\n },\r\n \"migration\": {\r\n \"platforms-title\": \"Platform\",\r\n \"plugins-title\": \"Minecraft Eklenti\",\r\n \"not-available\": \"Hen├╝z mevcut de─şil.\",\r\n \"craftweb-tribute\": \"Bizi bu yolculu─şa ba┼şlatan CraftWeb'i sayg─▒yla an─▒yoruz. Burada bir migration yok, ancak minnettarl─▒─ş─▒m─▒z ya┼şamaya devam ediyor.\",\r\n \"authme\": {\r\n \"supported-info-title\": \"Desteklenen formatlar:\",\r\n \"supported-backends\": \"Veritabanlar─▒: MySQL, MariaDB, SQLite\",\r\n \"supported-hashes\": \"┼Şifre hash'leri: SHA256 ($SHA$salt$hash), BCrypt, Argon2, MD5. Bunlar korunacak ve bir sonraki giri┼şte otomatik y├╝kseltilecektir.\",\r\n \"unsupported-note\": \"Desteklenmeyen: Ayr─▒ salt kolonlar─▒ (SALTED2MD5, XAUTH vb.) ve legacy hash'ler desteklenmez. Bu formatlardaki kullan─▒c─▒lar yeniden hash'lenebilir veya oyun i├ği /link ile ba─şlanabilir.\",\r\n \"db-connect-info\": \"veritaban─▒ alg─▒land─▒. Pano a┼şa─ş─▒daki bilgilerle ba─şlanacakt─▒r. Y├╝klemeden ├Ânce gerekirse d├╝zenleyebilirsiniz.\",\r\n \"password-info\": \"Mevcut ┼şifreler korunacak ve ilk giri┼şte otomatik olarak g├╝ncellenecektir.\",\r\n \"no-password-warning\": \"Baz─▒ kullan─▒c─▒lar─▒n ┼şifresi yok. Giri┼ş yapabilmeleri i├ğin ┼şifre s─▒f─▒rlama yapmalar─▒ gerekecektir.\",\r\n \"pano-only-title\": \"AuthMe'de Bulunmayan {count} Oyuncu\",\r\n \"pano-only-warning\": \"Se├ğilen oyuncular Pano'dan kal─▒c─▒ olarak silinecek.\",\r\n \"password-strategy-title\": \"┼Şifre ─░┼şleme\",\r\n \"password-strategy-desc\": \"Baz─▒ kullan─▒c─▒lar─▒n ┼şifre format─▒ uyumsuz veya desteklenmiyor. L├╝tfen bir i┼şlem se├ğin:\",\r\n \"strategy-hash\": \"┼Şifreleri Aktar (├ûnerilen)\",\r\n \"strategy-hash-desc\": \"Kullan─▒c─▒lar mevcut ┼şifreleriyle giri┼ş yapabilir, ┼şifreler otomatik g├╝ncellenir.\",\r\n \"strategy-reset\": \"┼Şifreleri Aktarma\",\r\n \"strategy-reset-desc\": \"┼Şifreler aktar─▒lmaz. Kullan─▒c─▒lar─▒n oyun i├ğinden /link komutuyla tekrar ba─şlanmas─▒ gerekir.\",\r\n \"existing-strategy-title\": \"Mevcut Kullan─▒c─▒lar\",\r\n \"existing-strategy-desc\": \"Hesab─▒ olan kullan─▒c─▒lar─▒n hangi verileri g├╝ncellensin?\",\r\n \"update-password\": \"┼Şifreleri G├╝ncelle\",\r\n \"update-password-desc\": \"Pano ┼şifresini AuthMe ┼şifresi ile de─şi┼ştirir.\",\r\n \"update-username\": \"─░simleri G├╝ncelle\",\r\n \"update-username-desc\": \"G├Âr├╝nen ismi AuthMe'deki ger├ğek ismi ile g├╝nceller.\",\r\n \"update-email\": \"E-postalar─▒ G├╝ncelle\",\r\n \"update-email-desc\": \"AuthMe'deki e-posta adresini Pano'ya aktar─▒r.\"\r\n },\r\n \"luckperms\": {\r\n \"supported-info-title\": \"Desteklenen formatlar:\",\r\n \"supported-backends\": \"Veritabanlar─▒: H2 (varsay─▒lan), MySQL, MariaDB\",\r\n \"supported-data\": \"Veri: Yetki gruplar─▒, track'ler, grup yetkileri ve kullan─▒c─▒ya ├Âzel yetkiler.\",\r\n \"merge-note\": \"Mevcut Pano yetki verileri LuckPerms verileriyle birle┼ştirilebilir veya de─şi┼ştirilebilir.\",\r\n \"db-connect-info\": \"veritaban─▒ alg─▒land─▒. Pano a┼şa─ş─▒daki bilgilerle ba─şlanacakt─▒r. Y├╝klemeden ├Ânce gerekirse d├╝zenleyebilirsiniz.\",\r\n \"merge-strategy-title\": \"─░├ğe Aktarma Stratejisi\",\r\n \"merge-strategy-desc\": \"LuckPerms verilerinin mevcut Pano yetkileriyle nas─▒l birle┼ştirilece─şini se├ğin:\",\r\n \"existing-data-warning\": \"┼Şu anda Pano'da {groupCount} yetki grubu ve {nodeCount} yetki node'u bulunuyor.\",\r\n \"strategy-merge\": \"Birle┼ştir (├Ânerilen)\",\r\n \"strategy-merge-desc\": \"Yeni gruplar─▒ ve yetkileri mevcut olanlar─▒n yan─▒na ekle. Mevcut gruplar korunacak ve yetkileri eklenecek.\",\r\n \"strategy-replace\": \"T├╝m├╝n├╝ de─şi┼ştir\",\r\n \"strategy-replace-desc\": \"T├╝m mevcut Pano yetki verilerini kald─▒r ve tamamen LuckPerms verileriyle de─şi┼ştir. Bu i┼şlem geri al─▒namaz!\",\r\n \"groups-title\": \"Yetki Gruplar─▒\",\r\n \"tracks-title\": \"Yetki Track'leri\",\r\n \"user-perms-title\": \"Kullan─▒c─▒ Yetkileri\",\r\n \"import-user-perms\": \"Kullan─▒c─▒ya ├Âzel yetkileri i├ğe aktar\",\r\n \"import-user-perms-desc\": \"Pano'da kay─▒tl─▒ oyuncular─▒n bireysel yetki node'lar─▒n─▒ i├ğe aktar. Pano'da kay─▒tl─▒ olmayan oyuncular atlanacakt─▒r.\",\r\n \"no-pano-players-warning\": \"LuckPerms oyuncular─▒n─▒n hi├ğbiri ┼şu anda Pano'da mevcut de─şil. Kullan─▒c─▒ yetkileri i├ğe aktar─▒lmayacak.\",\r\n \"missing-players-info\": \"LuckPerms'teki {total} oyuncunun {count} tanesi Pano'da mevcut de─şil. Bu oyuncular─▒n yetkileri i├ğe aktarma s─▒ras─▒nda atlanacak.\",\r\n \"in-pano\": \"Pano'da\",\r\n \"not-in-pano\": \"Pano'da de─şil\",\r\n \"will-import\": \"─░├ğe aktar─▒lacak\",\r\n \"will-skip\": \"Atlanacak\",\r\n \"result-title\": \"LuckPerms Ta┼ş─▒ma ─░┼şlemi Tamamland─▒!\"\r\n }\r\n }\r\n },\r\n \"components\": {\r\n \"whats-new\": {\r\n \"title\": \"Ne yeni?\",\r\n \"description\": \"Pano Beta art─▒k yay─▒nda!\",\r\n \"features\": {\r\n \"beta\": \"Pano Beta\",\r\n \"beta-description\": \"Resmi olarak Beta yay─▒nday─▒z! Daha fazla stabilite ve ├Âzellik yolda.\",\r\n \"integration\": \"Derin Oyun Entegrasyonu\",\r\n \"integration-description\": \"LuckPerms, AuthMe ve Yasaklama y├Ânetim sistemleri ile sorunsuz entegrasyon.\",\r\n \"management\": \"Geli┼şmi┼ş Sunucu Y├Ânetimi\",\r\n \"management-description\": \"Sunucular─▒n─▒z─▒ do─şrudan panelden ba┼şlat─▒n, durdurun ve yeniden ba┼şlat─▒n.\",\r\n \"e2ee\": \"U├ğtan Uca ┼Şifreleme\",\r\n \"e2ee-description\": \"RSA + AES-256 kullanarak oyun sunucular─▒n─▒z ve Pano aras─▒nda g├╝venli ileti┼şim.\",\r\n \"cms\": \"G├╝├ğl├╝ CMS ├ûzellikleri\",\r\n \"cms-description\": \"Blog yaz─▒lar─▒n─▒z─▒, taleplerinizi ve oyuncular─▒n─▒z─▒ kolayca y├Ânetin.\"\r\n },\r\n \"dont-show-again\": \"Bir daha g├Âsterme\"\r\n },\r\n \"alerts\": {\r\n \"dev-mode-title\": \"Geli┼ştirici Modu Aktif\",\r\n \"dev-mode-description\": \"Baz─▒ g├╝venlik ├Âzellikleri devre d─▒┼ş─▒ kalm─▒┼ş olabilir ve sistem normalden farkl─▒ davranabilir.\",\r\n \"demo-mode-title\": \"Demo Modu\",\r\n \"demo-mode-description\": \"Bu panel demo modunda ├ğal─▒┼ş─▒yor. Baz─▒ i┼şlemler k─▒s─▒tlanm─▒┼şt─▒r.\"\r\n },\r\n \"store-loading\": {\r\n \"store-loading\": \"Ma─şaza y├╝kleniyorÔÇĞ\",\r\n \"please-wait\": \"L├╝tfen bekleyin.\",\r\n \"loading\": \"Y├╝kleniyor...\",\r\n \"version-loading\": \"S├╝r├╝m y├╝kleniyor...\",\r\n \"account-not-connected\": \"Pano hesab─▒ ba─şl─▒ de─şil!\",\r\n \"not-connected-description\": \"Ma─şazaya eri┼şmek i├ğin bir Pano hesab─▒ ba─şlamal─▒s─▒n─▒z.\",\r\n \"install-title\": \"Bu kayna─ş─▒ kurmak istedi─şinize emin misiniz?\",\r\n \"update-title\": \"Bu kayna─ş─▒ g├╝ncellemek istedi─şinize emin misiniz?\",\r\n \"downgrade-title\": \"Bu kayna─ş─▒ d├╝┼ş├╝rmek istedi─şinize emin misiniz?\",\r\n \"reinstall-title\": \"Bu kayna─ş─▒ yeniden kurmak istedi─şinize emin misiniz?\",\r\n \"install-description\": \"Bu kayna─ş─▒ y├╝klemek ├╝zeresiniz. Bu i┼şlem geri al─▒namaz.\",\r\n \"update-description\": \"Bu kayna─ş─▒ {from} s├╝r├╝m├╝nden {to} s├╝r├╝m├╝ne g├╝ncellemek ├╝zeresiniz.\",\r\n \"downgrade-description\": \"Bu kayna─ş─▒ {from} s├╝r├╝m├╝nden {to} s├╝r├╝m├╝ne indirgemek ├╝zeresiniz.\",\r\n \"reinstall-description\": \"{version} s├╝r├╝m├╝n├╝ yeniden y├╝klemek ├╝zeresiniz. Mevcut dosyalar ├╝zerine yaz─▒lacakt─▒r.\",\r\n \"downgrade-warning-title\": \"Uyar─▒: S├╝r├╝m d├╝┼ş├╝rmek sorunlara yol a├ğabilir!\",\r\n \"downgrade-warning-description\": \"Daha eski bir s├╝r├╝me ge├ğmek veri kayb─▒na veya uyumsuzluk sorunlar─▒na neden olabilir. Dikkatli ilerleyin.\",\r\n \"unverified-resource-warning-title\": \"Do─şrulanmam─▒┼ş Kaynak\",\r\n \"unverified-resource-warning-description\": \"Bu kaynak PanoMC taraf─▒ndan do─şrulanmam─▒┼şt─▒r. Riski size ait olmak ├╝zere y├╝kleyin.\",\r\n \"author\": \"Yazar\",\r\n \"size\": \"Boyut\"\r\n },\r\n \"installing-resource\": {\r\n \"title\": \"Kaynak Y├╝kleniyor\",\r\n \"description\": \"Kaynak y├╝kleniyor, l├╝tfen bekleyin. Bu i┼şlem birka├ğ saniye s├╝rebilir.\"\r\n },\r\n \"restarting-pano\": {\r\n \"title\": \"Yeniden Ba┼şlat─▒l─▒yor\",\r\n \"description\": \"Platform yeniden ba┼şlat─▒l─▒yor, l├╝tfen bekleyin. Bu i┼şlem birka├ğ saniye s├╝rebilir.\"\r\n },\r\n \"failed-login-pano-store\": \"Pano ma─şazas─▒na giri┼ş yap─▒lamad─▒! L├╝tfen daha sonra tekrar deneyin veya Pano hesab─▒n─▒z─▒ yeniden ba─şlay─▒n.\",\r\n \"refresh-required-alert\": \"Bir eklentinin durumunu de─şi┼ştirdiniz. De─şi┼şiklikleri uygulamak i├ğin l├╝tfen sayfay─▒ yenileyin.\",\r\n \"verified-status\": {\r\n \"verified\": \"Pano taraf─▒ndan do─şruland─▒\",\r\n \"not-verified\": \"Pano taraf─▒ndan do─şrulanmad─▒, kendi sorumlulu─şunuzda kullan─▒n!\"\r\n },\r\n \"ticket-status-badge\": {\r\n \"filter\": \"Filtrele\",\r\n \"new\": \"Yeni\",\r\n \"replied\": \"Yan─▒tland─▒\",\r\n \"closed\": \"Kapal─▒\"\r\n },\r\n \"website-activity-chart\": {\r\n \"new-registration\": \"Yeni Kay─▒t\",\r\n \"new-ticket\": \"Yeni Talep\",\r\n \"visitor\": \"Ziyaret├ği\"\r\n },\r\n \"site-navigation-menu\": {\r\n \"panel\": \"Panel\",\r\n \"statistics\": \"─░statistikler\",\r\n \"posts\": \"Yaz─▒lar\",\r\n \"post-categories\": \"Yaz─▒ Kategorileri\",\r\n \"tickets\": \"Talepler\",\r\n \"players\": \"Oyuncular\",\r\n \"permissions\": \"Yetkiler\",\r\n \"view\": \"G├Âr├╝n├╝m\",\r\n \"addons\": \"Eklentiler\",\r\n \"logs\": \"Kay─▒tlar\",\r\n \"settings\": \"Ayarlar\",\r\n \"translations\": \"├çeviriler\"\r\n },\r\n \"navbar\": {\r\n \"selected-server\": \"Se├ğili Sunucu\",\r\n \"show-menu\": \"Men├╝y├╝ Getir\",\r\n \"notifications\": \"Bildirimler\",\r\n \"panel-theme\": \"Panel Temas─▒\",\r\n \"show-all\": \"T├╝m├╝n├╝ G├Âr├╝nt├╝le\",\r\n \"report-a-bug\": \"Hata Bildir\",\r\n \"account-dropdown\": {\r\n \"session\": \"Oturum\",\r\n \"profile\": \"Profil\",\r\n \"logout\": \"├ç─▒k─▒┼ş Yap\"\r\n }\r\n },\r\n \"sidebar\": {\r\n \"hide-menu\": \"Men├╝y├╝ Gizle\",\r\n \"website\": \"Website\",\r\n \"server\": \"Sunucu\",\r\n \"show-website\": \"Website'yi G├Âr├╝nt├╝le\",\r\n \"show-servers\": \"Sunucular─▒ G├Âster\",\r\n \"version-alpha-tooltip\": \"Deneysel s├╝r├╝m. Hatalar i├ğerebilir, dikkatli kullan─▒n.\",\r\n \"version-beta-tooltip\": \"├ûnizleme s├╝r├╝m├╝. Stabildir ancak hala test a┼şamas─▒ndad─▒r.\"\r\n },\r\n \"server-navigation-menu\": {\r\n \"statistics\": \"─░statistikler\",\r\n \"settings\": \"Ayarlar\",\r\n \"no-selected-server\": \"Se├ğili sunucu yok.\",\r\n \"no-server-text\": \"Sunucu men├╝s├╝n├╝ g├Âr├╝nt├╝lemek i├ğin bir sunucu ba─şla.\",\r\n \"connect-server\": \"Sunucu Ba─şla\"\r\n },\r\n \"post-row\": {\r\n \"actions\": \"─░┼şlemler\",\r\n \"move-to-draft\": \"Taslaklara Ta┼ş─▒\",\r\n \"publish\": \"Yay─▒mla\",\r\n \"move-to-trash\": \"├ç├Âp Kutusuna Ta┼ş─▒\",\r\n \"no-category\": \"Kategorisiz\",\r\n \"filter\": \"Filtrele\"\r\n },\r\n \"ticket-row\": {\r\n \"select\": \"Se├ğ\",\r\n \"filter\": \"Filtrele\",\r\n \"no-category\": \"Kategorisiz\",\r\n \"player-name\": \"Oyuncu Ad─▒\"\r\n },\r\n \"player-row\": {\r\n \"actions\": \"─░┼şlemler\",\r\n \"authorize\": \"Yetkilendir\",\r\n \"remove-ban\": \"Yasa─ş─▒ Kald─▒r\",\r\n \"ban\": \"Yasakla\"\r\n },\r\n \"player-status-badge\": {\r\n \"banned\": \"Yasakl─▒\",\r\n \"in-game\": \"Oyunda\",\r\n \"in-website\": \"Sitede\",\r\n \"online\": \"├çevrimi├ği\",\r\n \"offline\": \"├çevrimd─▒┼ş─▒\"\r\n },\r\n \"addon-status-badge\": {\r\n \"STARTED\": \"Ba┼şlat─▒ld─▒\",\r\n \"FAILED\": \"Hata olu┼ştu\"\r\n },\r\n \"player-permission-badge\": {\r\n \"filter\": \"Filtrele\",\r\n \"player\": \"Oyuncu\"\r\n },\r\n \"bottom\": {\r\n \"help\": \"Yard─▒m\",\r\n \"pano-market\": \"Pano Market\",\r\n \"discord\": \"Discord\"\r\n },\r\n \"notification-container\": {\r\n \"notification\": \"Bildirim\"\r\n },\r\n \"settings-layout\": {\r\n \"website\": \"Website\",\r\n \"platform\": \"Platform\",\r\n \"migration\": \"Migrasyon\",\r\n \"updates\": \"G├╝ncellemeler\",\r\n \"about\": \"Hakk─▒nda\"\r\n },\r\n \"server-settings-layout\": {\r\n \"server\": \"Sunucu\",\r\n \"game-integration\": \"Oyun Entegrasyonu\"\r\n },\r\n \"modals\": {\r\n \"login\": {\r\n \"title\": \"Giri┼ş Yap\",\r\n \"inputs\": {\r\n \"username-email\": \"Kullan─▒c─▒ Ad─▒ veya E-Posta\",\r\n \"password\": \"┼Şifre\",\r\n \"link-code\": \"Ba─şlant─▒ Kodu (/pano link)\",\r\n \"email\": \"E-Posta\",\r\n \"new-password\": \"Yeni ┼Şifre\",\r\n \"repeat-password\": \"┼Şifre Tekrar─▒\"\r\n }\r\n },\r\n \"install-resource\": {\r\n \"title\": \"{type} Kur\",\r\n \"theme\": \"Tema\",\r\n \"addon\": \"Eklenti\",\r\n \"drag-here\": \"Dosyay─▒ buraya s├╝r├╝kleyin\u003Cbr/>veya t─▒klay─▒n\",\r\n \"install-from-pano-store\": \"Pano Ma─şazas─▒'ndan Kur\"\r\n },\r\n \"installing-resource\": {\r\n \"error\": \"Hata!\",\r\n \"installing\": \"Kuruluyor...\",\r\n \"completed\": \"Tamamland─▒!\",\r\n \"install-complete\": \"Kurulum tamamland─▒!\",\r\n \"error-text\": \"Hata: {error}\",\r\n \"processes\": {\r\n \"uploading\": \"Y├╝kleniyor...\",\r\n \"version-info\": \"S├╝r├╝m bilgisi al─▒n─▒yor...\",\r\n \"downloading\": \"Dosya indiriliyor...\",\r\n \"preparing\": \"Haz─▒rlan─▒yor...\",\r\n \"installing\": \"Kuruluyor...\"\r\n },\r\n \"installing-leave-alert\": \"Kurulum devam ediyor, bu sayfadan ayr─▒lmak bozuk ├Âzelliklere yol a├ğabilir!\"\r\n },\r\n \"view-activity-log\": {\r\n \"title\": \"Aktivite Kayd─▒ Detay─▒\",\r\n \"json\": \"JSON:\"\r\n },\r\n \"logout-session-confirm\": {\r\n \"title\": \"Mevcut oturumunuzdan ├ğ─▒k─▒┼ş yapmak istedi─şinizden emin misiniz?\"\r\n },\r\n \"confirm-remove-pano-account\": {\r\n \"title\": \"├çevrimi├ği Pano hesab─▒n─▒z─▒ platformdan kald─▒rmak istedi─şinize emin misiniz?\"\r\n },\r\n \"confirm-disable-email\": {\r\n \"title\": \"E-postaÔÇÖy─▒ devre d─▒┼ş─▒ b─▒rakmak istedi─şinize emin misiniz? Kay─▒t/┼şifre s─▒f─▒rlama gibi e-posta i┼şlevleri ├ğal─▒┼şmayacakt─▒r!\"\r\n },\r\n \"confirm-update-platform\": {\r\n \"title\": \"Platformu g├╝ncellemek istedi─şinize emin misiniz? G├╝ncelleme s─▒ras─▒nda Pano birka├ğ dakika eri┼şilemez olabilir. Bu sayfadan ayr─▒lsan─▒z bile g├╝ncelleme arka planda devam edecektir.\"\r\n },\r\n \"confirm-update-resource\": {\r\n \"title\": \"Bu kayna─ş─▒ g├╝ncellemek istedi─şinize emin misiniz? Bu sayfadan ayr─▒lsan─▒z bile g├╝ncelleme arka planda devam edecektir.\"\r\n },\r\n \"confirm-update-resources\": {\r\n \"title\": \"T├╝m kaynaklar─▒ g├╝ncellemek istedi─şinize emin misiniz? Bu sayfadan ayr─▒lsan─▒z bile yaln─▒zca son kayna─ş─▒n g├╝ncellemesi arka planda devam edecektir.\"\r\n },\r\n \"confirm-stop-theme\": {\r\n \"title\": \"Mevcut aktif temay─▒ durdurmak istedi─şinize emin misiniz? Bu, sitenin eri┼şilemez olmas─▒na neden olacakt─▒r!\",\r\n \"account-password\": \"Hesap ┼Şifresi\"\r\n },\r\n \"confirm-stop-pano\": {\r\n \"title\": \"Pano'yu durdurmak istedi─şinize emin misiniz? Bu, sitenin eri┼şilemez olmas─▒na neden olacakt─▒r!\",\r\n \"account-password\": \"Hesap ┼Şifresi\"\r\n },\r\n \"confirm-restart-pano\": {\r\n \"title\": \"Pano'yu yeniden ba┼şlatmak istedi─şinize emin misiniz? Bu, sitenin ge├ğici olarak eri┼şilemez olmas─▒na neden olacakt─▒r!\",\r\n \"account-password\": \"Hesap ┼Şifresi\"\r\n },\r\n \"confirm-remove-theme\": {\r\n \"title\": \"Bu temay─▒ silmek istedi─şinizden emin misiniz?\",\r\n \"title-active\": \"Bu aktif bir tema! Varsay─▒lan olarak \\\"Vanilla\\\" tema kullan─▒lacak. Silmek istedi─şinizden emin misiniz?\"\r\n },\r\n \"confirm-install-resource\": {\r\n \"title\": \"\\\"{title}\\\" ({resourceId}) kurmak istedi─şinize emin misiniz?\"\r\n },\r\n \"confirm-save-critical-settings\": {\r\n \"title\": \"Kritik web sitesi ayarlar─▒n─▒ de─şi┼ştiriyorsunuz. Bu de─şi┼şiklikler sunucunun yeniden ba┼şlat─▒lmas─▒n─▒ gerektirebilir ve web sitenizin eri┼şilebilirli─şini etkileyebilir. Onaylamak i├ğin l├╝tfen hesap ┼şifrenizi girin.\",\r\n \"account-password\": \"Hesap ┼Şifresi\"\r\n },\r\n \"confirm-reset-tab\": {\r\n \"title\": \"Bu sekmedeki ayarlar─▒ s─▒f─▒rlamak istedi─şinize emin misiniz?\"\r\n },\r\n \"confirm-reset-all\": {\r\n \"title\": \"T├╝m tema ayarlar─▒n─▒ s─▒f─▒rlamak istedi─şinize emin misiniz?\"\r\n },\r\n \"confirm-draft-post\": {\r\n \"title\": \"Bu g├Ânderiyi tasla─şa ta┼ş─▒mak istedi─şinize emin misiniz?\"\r\n },\r\n \"confirm-publish-post\": {\r\n \"title\": \"Bu g├Ânderiyi yay─▒mlamak istedi─şinize emin misiniz? Herkese a├ğ─▒k olacakt─▒r.\"\r\n },\r\n \"add-edit-post-category\": {\r\n \"create-category\": \"Kategori Olu┼ştur\",\r\n \"edit-category\": \"Kategoriyi D├╝zenle\",\r\n \"inputs\": {\r\n \"title\": {\r\n \"placeholder\": \"Ba┼şl─▒k\"\r\n },\r\n \"description\": {\r\n \"placeholder\": \"A├ğ─▒klama\"\r\n },\r\n \"url\": {\r\n \"placeholder\": \"URL\",\r\n \"helper\": \"Yanl─▒zca [A-Z/a-z/0-9/-] i├ğerebilir ve minimum 3, maksimum 32 karkater olabilir.\"\r\n }\r\n }\r\n },\r\n \"add-edit-ticket-category\": {\r\n \"create-category\": \"Kategori Olu┼ştur\",\r\n \"edit-category\": \"Kategoriyi D├╝zenle\",\r\n \"inputs\": {\r\n \"title\": {\r\n \"placeholder\": \"Ba┼şl─▒k\"\r\n },\r\n \"description\": {\r\n \"placeholder\": \"A├ğ─▒klama\"\r\n }\r\n }\r\n },\r\n \"add-edit-language\": {\r\n \"create-language\": \"Dil Olu┼ştur\",\r\n \"edit-language\": \"Dili D├╝zenle\",\r\n \"inputs\": {\r\n \"name\": \"─░sim\",\r\n \"code\": \"Kodu\",\r\n \"code-helper\": \"Standart dil kodu (├Ârne─şin: en-US, tr-TR).\",\r\n \"code-lookup-text\": \"Dil kodlar─▒na g├Âz at\",\r\n \"code-lookup-url\": \"https://en.wikipedia.org/wiki/IETF_language_tag#List_of_common_IETF_language_tags\",\r\n \"date-fns-code\": \"Date-fns Kodu\",\r\n \"date-fns-code-helper\": \"Tarih ve saatlerin dilinize g├Âre formatlanmas─▒ i├ğin kullan─▒l─▒r.\",\r\n \"derivatives\": \"Eklemek i├ğin Enter'a bas─▒n\",\r\n \"derivatives-helper\": \"Bu dili kullanmas─▒ gereken alternatif kodlar (├Ârne─şin: en, en-GB).\"\r\n }\r\n },\r\n \"confirm-send-verification-email\": {\r\n \"title\": \"E-Posta G├Ânderilsin mi?\",\r\n \"description\": \"Ger├ğekten aktivasyon emaili g├Ândermek istedi─şinize emin misiniz?\"\r\n },\r\n \"authorize-player\": {\r\n \"title\": \"Oyuncuyu Yetkilendir\",\r\n \"player\": \"Oyuncu\",\r\n \"permission-group-label\": \"Yetki Grubu\",\r\n \"select-group\": \"Yetki grubu se├ğin\",\r\n \"permissions-label\": \"Yetkiler\"\r\n },\r\n \"confirm-ban-player\": {\r\n \"title\": \"Bu oyuncuyu yasaklamak istedi─şinizden emin misiniz?\",\r\n \"notify-with-email\": \"E-posta ile bilgilendir\",\r\n \"ban-message\": \"Ban Mesaj─▒\",\r\n \"ban-message-placeholder\": \"Oyuncuya g├Âsterilecek ban mesaj─▒n─▒ girin\",\r\n \"ban-duration\": \"Ban S├╝resi\",\r\n \"permanent-ban\": \"Kal─▒c─▒\",\r\n \"custom-duration\": \"S├╝re\",\r\n \"custom-datetime\": \"├ûzel\",\r\n \"select-duration\": \"S├╝re Se├ğin\",\r\n \"15-minutes\": \"15 Dakika\",\r\n \"30-minutes\": \"30 Dakika\",\r\n \"1-hour\": \"1 Saat\",\r\n \"3-hours\": \"3 Saat\",\r\n \"6-hours\": \"6 Saat\",\r\n \"12-hours\": \"12 Saat\",\r\n \"1-day\": \"1 G├╝n\",\r\n \"3-days\": \"3 G├╝n\",\r\n \"1-week\": \"1 Hafta\",\r\n \"1-month\": \"1 Ay\",\r\n \"6-months\": \"6 Ay\",\r\n \"1-year\": \"1 Y─▒l\"\r\n },\r\n \"confirm-close-ticket\": {\r\n \"title-single\": \"Bu talebi kapatmak istedi─şinizden emin misiniz?\",\r\n \"title-multi\": \"Bu talepleri kapatmak istedi─şinizden emin misiniz?\"\r\n },\r\n \"confirm-delete-permission-group\": {\r\n \"title\": \"Bu yetki grubunu kal─▒c─▒ olarak silmek istedi─şinizden emin misiniz?\",\r\n \"description\": \"Yetki grubu i├ğerisindeki ┼şu kullan─▒c─▒lar Oyuncu olarak de─şi┼şecek:\"\r\n },\r\n \"confirm-delete-player\": {\r\n \"title\": \"Bu oyuncuyu ger├ğekten silmek istedi─şinizden emin misiniz?\",\r\n \"inputs\": {\r\n \"password\": {\r\n \"placeholder\": \"┼Şifre\"\r\n }\r\n }\r\n },\r\n \"confirm-delete-post-category\": {\r\n \"title\": \"Bu kategoriyi kal─▒c─▒ olarak silmek istedi─şinizden emin misiniz?\",\r\n \"description\": \"Kategori i├ğerisindeki ┼şu yaz─▒lar Kategorisiz olarak de─şi┼şecek:\",\r\n \"more-posts\": \"+{count} yaz─▒ daha\"\r\n },\r\n \"confirm-delete-post\": {\r\n \"title-permanent\": \"Bu yaz─▒y─▒ kal─▒c─▒ olarak silmek istedi─şinizden emin misiniz?\",\r\n \"title-trash\": \"Bu yaz─▒y─▒ ├ğ├Âp kutusuna ta┼ş─▒mak istedi─şinizden emin misiniz?\"\r\n },\r\n \"confirm-delete-ticket-category\": {\r\n \"title-permanent\": \"Not: E─şer bu kategoriyi silerseniz, ┼şu talepler Kategorisiz olarak kalacaklard─▒r:\",\r\n \"title\": \"Bu kategoriyi kal─▒c─▒ olarak silmek istedi─şinizden emin misiniz?\",\r\n \"more-tickets\": \"+{count} talep daha\"\r\n },\r\n \"confirm-remove-addon\": {\r\n \"title\": \"\\\"{pluginId}\\\" eklentisini kald─▒rmak istedi─şinizden emin misiniz?\"\r\n },\r\n \"confirm-remove-perm-track\": {\r\n \"title\": \"\\\"{trackName}\\\" track'─▒n─▒ kald─▒rmak istedi─şinizden emin misiniz?\"\r\n },\r\n \"confirm-remove-perm-group\": {\r\n \"title\": \"\\\"{groupName}\\\" grubunu silmek istedi─şinizden emin misiniz?\"\r\n },\r\n \"confirm-remove-perm-user\": {\r\n \"title\": \"\\\"{username}\\\" oyuncusunu listeden kald─▒rmak istedi─şinize emin misiniz?\"\r\n },\r\n \"search-player\": {\r\n \"title\": \"Oyuncu Ara\",\r\n \"states\": {\r\n \"loading\": \"Aran─▒yor...\",\r\n \"start-typing\": \"Aramak i├ğin yazmaya ba┼şlay─▒n.\",\r\n \"max-results\": \"En fazla 10 sonu├ğ g├Âsterilir.\"\r\n },\r\n \"badges\": {\r\n \"select\": \"Se├ğ\",\r\n \"add\": \"Ekle\"\r\n }\r\n },\r\n \"edit-permission-node\": {\r\n \"title\": \"Yetki D├╝zenle\",\r\n \"add-title\": \"Yetki Ekle\",\r\n \"states\": {\r\n \"no-node-selected\": \"Node se├ğilmedi.\"\r\n },\r\n \"form\": {\r\n \"node\": \"Yetki\",\r\n \"node-placeholder\": \"├Ârn. group.admin veya prefix.80.&d[MOD]\",\r\n \"active\": \"Aktif\",\r\n \"expiry\": \"S├╝re\",\r\n \"expiry-aria\": \"S├╝re se├ğenekleri\",\r\n \"expiry-never\": \"Yok\",\r\n \"expiry-date\": \"Tarih\"\r\n },\r\n \"contexts\": {\r\n \"title\": \"Ba─şlamlar\",\r\n \"key-placeholder\": \"anahtar (├Ârn. pano / server / world)\",\r\n \"value-placeholder\": \"de─şer (├Ârn. true / lobby / world_nether)\"\r\n }\r\n },\r\n \"confirm-remove-addon-will-cause-more-unload\": {\r\n \"description\": \"\\\"{pluginId}\\\" eklentisini kald─▒rmak bu eklentileri de devre d─▒┼ş─▒ b─▒rakacakt─▒r:\"\r\n },\r\n \"confirm-disable-addon-will-cause-more-disable\": {\r\n \"title\": \"\\\"{pluginId}\\\" eklentisini devre d─▒┼ş─▒ b─▒rakmak istedi─şinizden emin misiniz?\",\r\n \"description\": \"\\\"{pluginId}\\\" eklentisini devre d─▒┼ş─▒ b─▒rakmak bu eklentileri de devre d─▒┼ş─▒ b─▒rakacakt─▒r:\"\r\n },\r\n \"confirm-enabling-addon-will-cause-more-enable\": {\r\n \"title\": \"\\\"{pluginId}\\\" eklentisini ektinle┼ştirmek istedi─şinizden emin misiniz?\",\r\n \"description\": \"\\\"{pluginId}\\\" eklentisini etkinle┼ştirmek bu eklentileri de etkinle┼ştirecektir:\"\r\n },\r\n \"confirm-delete-ticket\": {\r\n \"title-single\": \"Bu talebi kal─▒c─▒ olarak silmek istedi─şinizden emin misiniz?\",\r\n \"title-multi\": \"Bu talepleri kal─▒c─▒ olarak silmek istedi─şinizden emin misiniz?\"\r\n },\r\n \"confirm-remove-all-notifications\": {\r\n \"title\": \"T├╝m bildirimleri kal─▒c─▒ olarak silmek istedi─şinizden emin misiniz?\"\r\n },\r\n \"confirm-delete-language\": {\r\n \"title\": \"Bu dili silmek istedi─şinizden emin misiniz?\"\r\n },\r\n \"add-permission-node\": {\r\n \"title\": \"─░zin D├╝─ş├╝mleri Ekle\",\r\n \"input-placeholder\": \"─░zin yaz─▒n ve Enter'a bas─▒n\",\r\n \"help-text\": \"Yap─▒┼şt─▒r─▒rken birden fazla izni virg├╝l, bo┼şluk veya yeni sat─▒rlarla ay─▒r─▒n.\",\r\n \"selected-permissions-label\": \"Se├ğilen ─░zinler\",\r\n \"value-label\": \"De─şer {value}\",\r\n \"expiry-label\": \"Son Kullanma\",\r\n \"expiry-never\": \"Asla\",\r\n \"expiry-date\": \"Tarih\",\r\n \"context-label\": \"Ba─şlam\",\r\n \"context-key-placeholder\": \"Anahtar\",\r\n \"add-context-button\": \"Ba─şlam Ekle\",\r\n \"add-permissions-button\": \"{count} ─░zin Ekle\",\r\n \"context-types\": {\r\n \"world\": \"D├╝nya\",\r\n \"server\": \"Sunucu\",\r\n \"custom\": \"├ûzel\"\r\n }\r\n },\r\n \"connect-server\": {\r\n \"title\": \"Sunucu Ba─şla\",\r\n \"toggle-connect-server\": \"Sunucu Ba─şlama A├ğ/Kapa\",\r\n \"steps\": {\r\n \"1\": \"Oyun Eklentisini Sunucuna Kur\",\r\n \"2\": \"Ba─şlant─▒ Komutunu ├çal─▒┼şt─▒r\",\r\n \"3\": \"Ba─şlant─▒ ─░ste─şini Onayla\"\r\n },\r\n \"download\": \"Dosyay─▒ ─░ndir\",\r\n \"copy\": \"Kopyala\",\r\n \"copy-for-console\": \"Konsol i├ğin kopyala\",\r\n \"copied\": \"Kopyaland─▒!\",\r\n \"code-refresh\": \"Kod {timeToRefreshKey} saniye sonra yenilenecek.\",\r\n \"notification-will-come\": \"Ba─şlant─▒ iste─şi bildirim olarak gelecek.\"\r\n },\r\n \"make-main-server\": {\r\n \"title\": \"\\\"{serverName}\\\" sunucusunu ana sunucu yapmak istedi─şinizden emin misiniz?\"\r\n },\r\n \"remove-server\": {\r\n \"title\": \"Bu sunucuyu kald─▒rmak istedi─şinizden emin misiniz?\",\r\n \"account-password\": \"Hesap ┼Şifresi\"\r\n },\r\n \"server-request\": {\r\n \"title\": \"\\\"{serverName}\\\" sunucusunu platforma ba─şlamak istedi─şinizden emin misiniz?\",\r\n \"reject\": \"Reddet\",\r\n \"connect\": \"Ba─şla\"\r\n },\r\n \"servers\": {\r\n \"connect-server-button\": \"Sunucu Ba─şla\",\r\n \"servers\": \"Se├ğ\",\r\n \"main-server\": \"Ana Sunucu\",\r\n \"online\": \"├çevrimi├ği\",\r\n \"search-placeholder\": \"Sunucu ara...\",\r\n \"select-server-tooltip\": \"Se├ğili Sunucu Yap\"\r\n },\r\n \"unban-player\": {\r\n \"title\": \"Bu oyuncunun yasa─ş─▒n─▒ kald─▒rmak istedi─şinizden emin misiniz?\"\r\n },\r\n \"edit-player\": {\r\n \"title\": \"Oyuncu Bilgilerini D├╝zenle\",\r\n \"inputs\": {\r\n \"username\": {\r\n \"placeholder\": \"Kullan─▒c─▒ Ad─▒\",\r\n \"errors\": {\r\n \"invalid\": \"Kullan─▒c─▒ Ad─▒ ge├ğerli de─şil.\",\r\n \"exists\": \"Bu kullan─▒c─▒ ad─▒ ba┼şka bir oyuncu taraf─▒ndan kullan─▒l─▒yor.\"\r\n }\r\n },\r\n \"email\": {\r\n \"title\": \"E-Posta\",\r\n \"errors\": {\r\n \"invalid\": \"E-Posta ge├ğerli de─şil\",\r\n \"exists\": \"Bu E-Posta adresi ba┼şka bir oyuncu taraf─▒ndan kullan─▒l─▒yor\"\r\n }\r\n },\r\n \"new-password\": {\r\n \"title\": \"Yeni ┼Şifre\",\r\n \"errors\": {\r\n \"invalid\": \"Yeni ┼şifre minimum 6 maksimum 128 karakterden olu┼şmal─▒d─▒r\"\r\n }\r\n },\r\n \"new-password-repeat\": {\r\n \"title\": \"Yeni ┼Şifre Tekrar─▒\",\r\n \"errors\": {\r\n \"not-match\": \"┼Şifreler ayn─▒ de─şil\"\r\n }\r\n },\r\n \"locale\": {\r\n \"label\": \"G├Âr├╝nt├╝leme Dili\",\r\n \"default\": \"Platform Varsay─▒lan─▒ ({defaultLocaleName})\"\r\n },\r\n \"can-open-ticket\": \"Talep olu┼şturabilir\",\r\n \"email-verified\": \"E-Postas─▒ do─şruland─▒\"\r\n }\r\n }\r\n },\r\n \"editor\": {\r\n \"title\": \"Ba┼şl─▒k {number}\",\r\n \"bold\": \"Kal─▒n\",\r\n \"italic\": \"─░talik\",\r\n \"underline\": \"Alt─▒ ├çizili\",\r\n \"strike\": \"├£st├╝ ├çizili\",\r\n \"bullet-list\": \"Liste\",\r\n \"ordered-list\": \"S─▒ral─▒ Liste\",\r\n \"image\": \"Resim\",\r\n \"link\": \"Ba─şlant─▒\",\r\n \"text-color\": \"Yaz─▒ Rengi\",\r\n \"remove-text-color\": \"Yaz─▒ Rengini Kald─▒r\"\r\n },\r\n \"no-content\": {\r\n \"here-is-empty\": \"Buras─▒ bo┼ş.\"\r\n },\r\n \"pagination\": {\r\n \"previous-page\": \"├ûnceki Sayfa\",\r\n \"next-page\": \"Sonraki Sayfa\",\r\n \"jump-to-page\": \"Sayfaya Git\",\r\n \"enter-page-number\": \"Sayfa numaras─▒ girin:\"\r\n },\r\n \"splash\": {\r\n \"errors\": {\r\n \"session\": \"Oturum hatas─▒\",\r\n \"permission\": \"Yetki hatas─▒\",\r\n \"connection\": \"Ba─şlant─▒ hatas─▒\"\r\n },\r\n \"stuck-text\": \"Burada m─▒ tak─▒ld─▒n? Manuel olarak yenilemeyi dene.\",\r\n \"manual-refresh\": \"Manuel Yenile\",\r\n \"refreshing\": \"Yenileniyor...\",\r\n \"refresh\": \"Yenile\"\r\n },\r\n \"toasts\": {\r\n \"demo-mode-restricted\": \"Bu ├Âzellik demo modunda devre d─▒┼ş─▒ b─▒rak─▒lm─▒┼şt─▒r.\",\r\n \"accepted-server-connect-request\": \"Sunucu ba─şlant─▒ iste─şi kabul edildi.\",\r\n \"expired-server-connect-request\": \"Ge├ğersiz sunucu ba─şlant─▒ iste─şi.\",\r\n \"notifications-deleted-permanently\": \"T├╝m bildirimler silindi.\",\r\n \"permission-group-saved-or-created\": {\r\n \"permission-group\": \"Yetki grubu {event}\",\r\n \"updated\": \"g├╝ncellendi.\",\r\n \"saved\": \"kaydedildi.\"\r\n },\r\n \"permission-group-save-error\": \"Yetki grubu kaydedilemedi! Hata: {errorCode}\",\r\n \"player-authorized-success\": \"Oyuncu yetkisi g├╝ncellendi.\",\r\n \"player-ban\": {\r\n \"the-player\": \"\\\"{username}\\\" kullan─▒c─▒s─▒ {event}\",\r\n \"banned\": \"yasakland─▒.\",\r\n \"could-not-ban\": \"yasaklanamad─▒, hata: {error}\"\r\n },\r\n \"player-deleted-success\": \"Oyuncu \\\"{username}\\\" silindi.\",\r\n \"player-info-saved-success\": \"Oyuncu bilgileri g├╝ncellendi.\",\r\n \"player-unban\": {\r\n \"the-player\": \"\\\"{username}\\\" kullan─▒c─▒s─▒n─▒n {event}\",\r\n \"removed-ban\": \"yasa─ş─▒ kald─▒r─▒ld─▒.\",\r\n \"could-not-remove-ban\": \"yasa─ş─▒ kald─▒r─▒lamad─▒, hata: {error}\"\r\n },\r\n \"post-category-deleted-permanently\": \"\\\"{title}\\\" kal─▒c─▒ olarak silindi.\",\r\n \"post-deleted-permanently\": \"\\\"{title}\\\" kal─▒c─▒ olarak silindi.\",\r\n \"post-moved-to-draft\": \"\\\"{title}\\\" taslaklara ta┼ş─▒nd─▒.\",\r\n \"post-moved-to-trash\": \"\\\"{title}\\\" ├ğ├Âpe ta┼ş─▒nd─▒.\",\r\n \"post-published\": \"\\\"{title}\\\" yay─▒mland─▒.\",\r\n \"post-saved\": \"\\\"{title}\\\" kaydedildi.\",\r\n \"rejected-server-connect\": \"Sunucu ba─şlant─▒ iste─şi reddedildi.\",\r\n \"server-deleted-success\": \"\\\"{name}\\\" sunucu silindi.\",\r\n \"server-made-main\": \"\\\"{name}\\\" ana sunucu olarak belirlendi.\",\r\n \"server-not-exists\": \"Sunucu bulunamad─▒.\",\r\n \"server-selected\": \"\\\"{name}\\\" se├ğildi.\",\r\n \"settings-save-error\": \"Ayarlar kaydedilemedi! Hata: {errorCode}\",\r\n \"settings-save-success\": \"Ayarlar kaydedildi.\",\r\n \"ticket-category-deleted-permanently\": \"\\\"{title}\\\" kal─▒c─▒ olarak silindi.\",\r\n \"ticket-closed\": {\r\n \"multi\": \"{count} talep kapat─▒ld─▒.\",\r\n \"single\": \"Talep kapat─▒ld─▒.\"\r\n },\r\n \"tickets-deleted-permanently\": {\r\n \"multi\": \"{count} talep kal─▒c─▒ olarak silindi.\",\r\n \"single\": \"Talep kal─▒c─▒ olarak silindi.\"\r\n },\r\n \"verification-email-sent-error\": \"\\\"{username}\\\" kullan─▒c─▒s─▒na do─şrulama e-mail g├Ânderilemedi. Hata: {errorCode}\",\r\n \"verification-email-sent-successful\": \"\\\"{username}\\\" kullan─▒c─▒s─▒na do─şrulama e-mail'i g├Ânderildi.\",\r\n \"enabling-addon-failed-by-dependency-error\": \"\\\"{addon}\\\" eklentisi ba─ş─▒ml─▒ eklenti hatas─▒ sebebiyle etkinle┼ştirilemedi!\",\r\n \"failed-to-enable-addon-error\": \"\\\"{addon}\\\" eklentisi etkinle┼ştirilemedi. Eklenti hatalar─▒n─▒ kontrol edin!\",\r\n \"pano-account-connect-success\": \"Pano hesab─▒n ba┼şar─▒yla ba─şland─▒!\",\r\n \"pano-account-disconnect-success\": \"Pano hesab─▒ ba┼şar─▒yla kald─▒r─▒ld─▒!\",\r\n \"pano-account-disconnect-fail-cant-connect\": \"Pano hesab─▒ kald─▒r─▒l─▒rken hata olu┼ştu: Pano'ya ba─şlan─▒lam─▒yor, l├╝tfen daha sonra tekrar deneyin.\",\r\n \"pano-account-disconnect-fail\": \"Pano hesab─▒ kald─▒r─▒l─▒rken hata olu┼ştu, daha sonra tekrar deneyin!\",\r\n \"email-config-validate-success\": \"E-Mail ba┼şar─▒yla do─şruland─▒!\",\r\n \"smtp-disabled-success\": \"E-posta ba┼şar─▒yla devre d─▒┼ş─▒ b─▒rak─▒ld─▒!\",\r\n \"smtp-enabled-success\": \"E-posta ba┼şar─▒yla aktifle┼ştirildi!\",\r\n \"translations-save-success\": \"De─şi┼şiklikler kaydedildi.\",\r\n \"language-deleted-permanently\": \"\\\"{name}\\\" kal─▒c─▒ olarak silindi.\",\r\n \"language-updated-successfully\": \"\\\"{name}\\\" ba┼şar─▒yla g├╝ncellendi.\",\r\n \"language-created-successfully\": \"\\\"{name}\\\" ba┼şar─▒yla olu┼şturuldu.\",\r\n \"reload-themes-success\": \"Temalar ba┼şar─▒yla yenilendi.\",\r\n \"activate-theme-success\": \"Tema ba┼şar─▒yla aktifle┼ştirildi.\",\r\n \"session-logged-out-successful\": \"Oturum ba┼şar─▒yla kapat─▒ld─▒!\",\r\n \"removed-theme-success\": \"Tema ba┼şar─▒yla kald─▒r─▒ld─▒.\",\r\n \"stop-theme-success\": \"Tema ba┼şar─▒yla sonland─▒r─▒ld─▒.\",\r\n \"start-theme-success\": \"Tema ba┼şar─▒yla ba┼şlat─▒ld─▒.\",\r\n \"invalid-resource-file-type\": \"Ge├ğersiz dosya t├╝r├╝!\",\r\n \"remove-addon-success\": \"Eklenti ba┼şar─▒yla kald─▒r─▒ld─▒.\",\r\n \"check-update-success\": \"G├╝ncellemeler ba┼şar─▒yla kontrol edildi.\",\r\n \"check-update-failed\": \"G├╝ncellemeler kontrol edilirken hata olu┼ştu.\",\r\n \"check-resources-update-failed-pano-account\": \"G├╝ncellemeler kontrol edilemedi: Pano'ya ba─şlan─▒lam─▒yor, l├╝tfen daha sonra tekrar deneyin.\",\r\n \"check-resources-update-failed-pano-account-needed\": \"Kaynak g├╝ncellemeleri kontrol edilemedi: Bir Pano hesab─▒ ba─şl─▒ olmal─▒!\",\r\n \"resource-update-success\": \"\\\"{id}\\\" ba┼şar─▒yla g├╝ncellendi.\",\r\n \"resource-update-failed\": \"\\\"{id}\\\" g├╝ncellenirken hata olu┼ştu.\",\r\n \"platform-update-success\": \"Platform ba┼şar─▒yla g├╝ncellendi.\",\r\n \"platform-update-failed\": \"Platform g├╝ncellenirken hata olu┼ştu.\",\r\n \"hash-copied\": \"Hash verisi kopyaland─▒.\",\r\n \"hash-copy-failed\": \"Hash verisi kopyalanamad─▒.\",\r\n \"favicon-exceeds-size\": \"Favicon izin verilen maksimum boyutu (1 MB) a┼ş─▒yor.\",\r\n \"favicon-wrong-content-type\": \"Favicon dosya t├╝r├╝ ge├ğersiz. Sadece PNG, JPG, JPEG, GIF ve ICO dosyalar─▒na izin verilir.\",\r\n \"website-logo-exceeds-size\": \"Web sitesi logosu izin verilen maksimum boyutu (2 MB) a┼ş─▒yor.\",\r\n \"website-logo-wrong-content-type\": \"Web sitesi logosu dosya t├╝r├╝ ge├ğersiz. Sadece PNG, JPG, JPEG ve GIF dosyalar─▒na izin verilir.\"\r\n },\r\n \"search-input\": {\r\n \"searching\": \"Aran─▒yor...\"\r\n }\r\n },\r\n \"page-error\": {\r\n \"404\": \"Enderman bu sayfan─▒n y├╝klenmesini engelledi.\"\r\n },\r\n \"permissions\": {\r\n \"ACCESS_PANEL\": {\r\n \"title\": \"Panel'e Eri┼şim\",\r\n \"description\": \"Panel aray├╝z├╝ne eri┼şim sa─şlar. Herhangi bir eri┼şim olmadan VIP oyuncu t├╝r├╝ yetkiler olu┼şturmak i├ğin kullan─▒┼şl─▒d─▒r.\"\r\n },\r\n \"MANAGE_SERVERS\": {\r\n \"title\": \"Sunucular─▒ Y├Ânet\",\r\n \"description\": \"Bir sunucuya ba─şlanabilir, ba─şlant─▒s─▒n─▒ kesebilir ve sunucuyla ilgili her ┼şeyi y├Ânetebilir.\"\r\n },\r\n \"MANAGE_POSTS\": {\r\n \"title\": \"Yaz─▒lar─▒ Y├Ânet\",\r\n \"description\": \"Yaz─▒ olu┼şturabilir, silebilir, yay─▒mlayabilir ve yaz─▒ kategorilerini y├Ânetebilir.\"\r\n },\r\n \"MANAGE_TICKETS\": {\r\n \"title\": \"Destek Taleplerini Y├Ânet\",\r\n \"description\": \"Destek taleplerine yan─▒t verebilir, silebilir, kapatabilir ve destek kategorilerini y├Ânetebilir.\"\r\n },\r\n \"MANAGE_PLAYERS\": {\r\n \"title\": \"Oyuncular─▒ Y├Ânet\",\r\n \"description\": \"Oyuncular─▒ g├Âr├╝nt├╝leyebilir, do─şrulayabilir, silebilir ve y├Ânetebilir. Bu, oyuncunun yetkilerini i├ğermez!\"\r\n },\r\n \"MANAGE_VIEW\": {\r\n \"title\": \"G├Âr├╝n├╝m├╝ Y├Ânet\",\r\n \"description\": \"Bir temay─▒ y├╝kleyebilir, kald─▒rabilir, de─şi┼ştirebilir ve y├Ânetebilir. Bu yetki ayr─▒ca teman─▒n ayarlar─▒n─▒ de─şi┼ştirmeye de izin verir.\"\r\n },\r\n \"MANAGE_ADDONS\": {\r\n \"title\": \"Eklentileri Y├Ânet\",\r\n \"description\": \"Bir eklentiyi y├╝kleyebilir, kald─▒rabilir, de─şi┼ştirebilir ve y├Ânetebilir. Bu yetki ayr─▒ca eklentinin ayarlar─▒n─▒ de─şi┼ştirmeye de izin verir.\"\r\n },\r\n \"MANAGE_PLATFORM_SETTINGS\": {\r\n \"title\": \"Platform Ayarlar─▒n─▒ Y├Ânet\",\r\n \"description\": \"Web sitesi/platform ayarlar─▒n─▒ d├╝zenleyebilir. Bu yetki ayr─▒ca platformu, eklentileri ve temalar─▒ kontrol etme ve g├╝ncelleme yetkisi verir.\"\r\n },\r\n \"MANAGE_PERMISSION_GROUPS\": {\r\n \"title\": \"Yetki Gruplar─▒n─▒ Y├Ânet\",\r\n \"description\": \"Bir yetki grubunu ekleyebilir, d├╝zenleyebilir ve silebilir. Bu yetki, \\\"oyuncular─▒ y├Ânet\\\" yetkisiyle birlikte bir oyuncunun yetkilerini de─şi┼ştirmeye de olanak tan─▒r.\"\r\n },\r\n \"ACCESS_ACTIVITY_LOGS\": {\r\n \"title\": \"Aktivite Kay─▒tlar─▒na Eri┼şim\",\r\n \"description\": \"Aktivite kay─▒tlar─▒n─▒ g├Âr├╝nt├╝leyebilir. Dikkat: Aktivite kay─▒tlar─▒ hassas veriler i├ğerebilir.\"\r\n }\r\n },\r\n \"activity-logs\": {\r\n \"BANNED_PLAYER\": \"**{username}** {player} adl─▒ oyuncuyu banlad─▒.\",\r\n \"CLOSED_TICKETS\": \"**{username}** baz─▒ destek taleplerini kapatt─▒ ({ticketIds}).\",\r\n \"CREATED_PERMISSION_GROUP\": \"**{username}** \\\"{permissionGroupName}\\\" adl─▒ yetki grubunu olu┼şturdu.\",\r\n \"CREATED_POST_CATEGORY\": \"**{username}** \\\"{title}\\\" adl─▒ g├Ânderi kategorisini olu┼şturdu.\",\r\n \"CREATED_TICKET_CATEGORY\": \"**{username}** \\\"{title}\\\" adl─▒ destek kategorisini olu┼şturdu.\",\r\n \"DELETED_PERMISSION_GROUP\": \"**{username}** \\\"{permissionGroupName}\\\" adl─▒ yetki grubunu sildi.\",\r\n \"DELETED_PLAYER\": \"**{username}** {player} adl─▒ oyuncuyu sildi.\",\r\n \"DELETED_POST_CATEGORY\": \"**{username}** \\\"{title}\\\" adl─▒ g├Ânderi kategorisini sildi.\",\r\n \"DELETED_POST\": \"**{username}** \\\"{title}\\\" adl─▒ g├Ânderiyi sildi.\",\r\n \"DELETED_TICKET_CATEGORY\": \"**{username}** \\\"{title}\\\" adl─▒ destek kategorisini sildi.\",\r\n \"DELETED_TICKETS\": \"**{username}** destek taleplerini sildi. ({ticketIds})\",\r\n \"DELETE_LOCALE\": \"**{username}** \\\"{localeName}\\\" dilini sildi.\",\r\n \"INSTALLED_PLATFORM\": \"**{username}** platformu kurdu.\",\r\n \"NEW_LOCALE\": \"**{username}** yeni \\\"{localeName}\\\" dili ekledi.\",\r\n \"PUBLISHED_POST\": \"**{username}** bir g├Ânderi yay─▒mlad─▒.\",\r\n \"REPLIED_TICKET\": \"**{username}** #{ticketId} numaral─▒ destek talebine yan─▒t verdi.\",\r\n \"SENT_MANUAL_VALIDATION_EMAIL\": \"**{username}** {email} adresine manuel do─şrulama e-postas─▒ g├Ânderdi.\",\r\n \"UNBANNED_PLAYER\": \"**{username}** {player} adl─▒ oyuncunun ban─▒n─▒ kald─▒rd─▒.\",\r\n \"UPDATED_PERMISSION_GROUP\": \"**{username}** \\\"{permissionGroupName}\\\" adl─▒ yetki grubunda de─şi┼şiklik yapt─▒.\",\r\n \"UPDATED_PERMISSION_GROUP_PERM\": \"**{username}** \\\"{permissionGroupName}\\\" yetki grubunun izinlerinde de─şi┼şiklik yapt─▒.\",\r\n \"UPDATED_PLAYER\": \"**{username}** \\\"{player}\\\" adl─▒ oyuncuda de─şi┼şiklik yapt─▒.\",\r\n \"UPDATED_PLAYER_PERMISSION_GROUP\": \"**{username}** \\\"{player}\\\" adl─▒ oyuncunun yetki grubunu \\\"{permissionGroupName}\\\" olarak de─şi┼ştirdi.\",\r\n \"UPDATED_POST_CATEGORY\": \"**{username}** \\\"{title}\\\" adl─▒ g├Ânderi kategorisinde de─şi┼şiklik yapt─▒.\",\r\n \"UPDATED_POST\": \"**{username}** \\\"{title}\\\" adl─▒ g├Ânderide de─şi┼şiklik yapt─▒.\",\r\n \"UPDATED_POST_STATUS\": \"**{username}** \\\"{title}\\\" adl─▒ g├Ânderinin durumunu \\\"{status}\\\" olarak de─şi┼ştirdi.\",\r\n \"UPDATED_TICKET_CATEGORY\": \"**{username}** \\\"{title}\\\" adl─▒ destek kategorisinde de─şi┼şiklik yapt─▒.\",\r\n \"UPDATED_TRANSLATIONS\": \"**{username}** \\\"{localeName}\\\" dilindeki ├ğevirilerde de─şi┼şiklik yapt─▒.\",\r\n \"UPDATE_LOCALE\": \"**{username}** \\\"{localeName}\\\" dilinde de─şi┼şiklik yapt─▒.\",\r\n \"CHECKED_UPDATES\": \"**{username}** g├╝ncellemeleri kontrol etti.\",\r\n \"UPDATED_PLATFORM\": \"**{username}** Pano'yu {to} s├╝r├╝m├╝ne g├╝ncelledi.\",\r\n \"UPDATED_RESOURCE\": \"**{username}** {resourceId} kayna─ş─▒n─▒ v{from} s├╝r├╝m├╝nden v{to} s├╝r├╝m├╝ne g├╝ncelledi.\",\r\n \"INSTALLED_RESOURCE\": \"**{username}** yeni bir kaynak {resourceId}\\\\@{to} kurdu.\",\r\n \"ACTIVATED_THEME\": \"**{username}** {themeId} temas─▒n─▒ aktifle┼ştirdi.\",\r\n \"DELETED_PLUGIN\": \"**{username}** {pluginId} eklentisini sildi.\",\r\n \"DELETED_THEME\": \"**{username}** {themeId} temas─▒n─▒ sildi.\",\r\n \"DISABLED_PLUGIN\": \"**{username}** {pluginId} eklentisini devre d─▒┼ş─▒ b─▒rakt─▒.\",\r\n \"ENABLED_PLUGIN\": \"**{username}** {pluginId} eklentisini etkinle┼ştirdi.\",\r\n \"RELOADED_THEMES\": \"**{username}** temalar─▒ yeniden y├╝kledi.\",\r\n \"STARTED_CURRENT_THEME\": \"**{username}** mevcut {themeId} temas─▒n─▒ ba┼şlatt─▒.\",\r\n \"STOPPED_CURRENT_THEME\": \"**{username}** mevcut {themeId} temas─▒n─▒ durdurdu.\",\r\n \"STOPPED_PANO\": \"**{username}** Pano'yu durdurdu.\",\r\n \"RESTARTED_PANO\": \"**{username}** Pano'yu yeniden ba┼şlatt─▒.\"\r\n },\r\n \"notifications\": {\r\n \"NEW_TICKET_MESSAGE\": \"\u003Cb>{username}\u003C/b> destek talebinde mesaj g├Ânderdi (\u003Cb>#{id}\u003C/b>).\",\r\n \"NEW_TICKET\": \"\u003Cb>{username}\u003C/b> yeni bir destek talebi olu┼şturdu (\u003Cb>#{id}\u003C/b>).\",\r\n \"TICKET_CLOSED_BY_USER\": \"\u003Cb>{username}\u003C/b> destek talebini kapatt─▒ (\u003Cb>#{id}\u003C/b>).\",\r\n \"PANO_UPDATE_FOUND\": \"─░yi haber! Yeni bir Pano g├╝ncellemesi bulundu!\",\r\n \"SERVER_CONNECT_REQUEST\": \"Bir sunucu, Pano'ya ba─şlanma iste─şi g├Ânderdi.\"\r\n },\r\n \"errors\": {\r\n \"NETWORK_ERROR\": \"Ba─şlant─▒ hatas─▒! L├╝tfen ba─şlant─▒n─▒z─▒ kontrol edin.\",\r\n \"ALREADY_BANNED\": \"Kullan─▒c─▒ zaten yasaklanm─▒┼ş!\",\r\n \"ALREADY_CONNECTED_TO_PANO\": \"Zaten bir hesap Pano sunucular─▒na ba─şlanm─▒┼ş!\",\r\n \"BAD_REQUEST\": \"Ge├ğersiz istek, l├╝tfen verilerinizi kontrol edin.\",\r\n \"CANT_BAN_YOURSELF\": \"Kendinizi yasaklayamazs─▒n─▒z!\",\r\n \"CANT_CHANGE_EMAIL_WAIT_15_MINUTES\": \"E-postan─▒z─▒ tekrar de─şi┼ştirmek i├ğin 15 dakika beklemelisiniz.\",\r\n \"CANT_DELETE_ADMIN_PERMISSION\": \"Bir y├Ânetici yetkisini silemezsiniz.\",\r\n \"CANT_DELETE_YOURSELF\": \"Kendi hesab─▒n─▒z─▒ silemezsiniz.\",\r\n \"CANT_RESET_PASSWORD_WAIT_15_MINUTES\": \"┼Şifrenizi tekrar s─▒f─▒rlamak i├ğin 15 dakika beklemelisiniz.\",\r\n \"CANT_UPDATE_ADMIN_PERMISSION\": \"Bu y├Ânetici yetkisini g├╝ncelleyemezsiniz.\",\r\n \"CANT_UPDATE_PERM_GROUP_YOURSELF\": \"Kendi yetki grubunuzu g├╝ncelleyemezsiniz.\",\r\n \"CATEGORY_NOT_EXISTS\": \"Kategori mevcut de─şil.\",\r\n \"CURRENT_PASSWORD_NOT_CORRECT\": \"Mevcut ┼şifre do─şru de─şil.\",\r\n \"EMAIL_ALREADY_VERIFIED\": \"E-posta zaten do─şrulanm─▒┼ş.\",\r\n \"FAILED_TO_INSTALL_RESOURCE\": \"Kaynak y├╝klenemedi.\",\r\n \"FAILED_TO_INSTALL_SYSTEM_RESOURCE\": \"Sistem kayna─ş─▒ y├╝klenemedi.\",\r\n \"FAILED_TO_UPDATE_PLATFORM\": \"Platform g├╝ncellenemedi.\",\r\n \"FAILED_TO_UPDATE_RESOURCE\": \"Kaynak g├╝ncellenemedi.\",\r\n \"FAVICON_EXCEEDS_SIZE\": \"Favicon izin verilen maksimum boyutu a┼ş─▒yor.\",\r\n \"FAVICON_WRONG_CONTENT_TYPE\": \"Favicon ge├ğersiz i├ğerik t├╝r├╝ne sahip.\",\r\n \"INSTALLATION_REQUIRED\": \"Devam etmek i├ğin kurulum gerekiyor.\",\r\n \"INTERNAL_SERVER_ERROR\": \"Dahili sunucu hatas─▒ olu┼ştu. L├╝tfen daha sonra tekrar deneyin.\",\r\n \"INVALID_DATA\": \"Ge├ğersiz veri sa─şland─▒.\",\r\n \"INVALID_DATE_FNS_CODE\": \"Ge├ğersiz tarih format kodu.\",\r\n \"INVALID_EMAIL\": \"Ge├ğersiz e-posta adresi.\",\r\n \"INVALID_IP_ADDRESS\": \"Ge├ğersiz IP adresi.\",\r\n \"INVALID_LINK\": \"Ge├ğersiz ba─şlant─▒.\",\r\n \"INVALID_LOCALE_CODE\": \"Ge├ğersiz dil kodu.\",\r\n \"INVALID_LOCALE_DERIVATIVE\": \"Ge├ğersiz dil t├╝revi.\",\r\n \"INVALID_LOCALE_NAME\": \"Ge├ğersiz dil ad─▒.\",\r\n \"INVALID_PLATFORM_CODE\": \"Ge├ğersiz platform kodu.\",\r\n \"INVALID_PLATFORM_UPDATE_FILE\": \"Ge├ğersiz platform g├╝ncelleme dosyas─▒.\",\r\n \"INVALID_RESOURCE_FILE\": \"Ge├ğersiz kaynak dosyas─▒.\",\r\n \"INVALID_TOKEN\": \"Ge├ğersiz veya s├╝resi dolmu┼ş token.\",\r\n \"LAST_ADMIN\": \"Son kalan y├Âneticiyi kald─▒ramazs─▒n─▒z.\",\r\n \"LOGIN_EMAIL_NOT_VERIFIED\": \"E-posta do─şrulanmam─▒┼ş. L├╝tfen giri┼ş yapmadan ├Ânce do─şrulay─▒n.\",\r\n \"LOGIN_IS_INVALID\": \"Ge├ğersiz giri┼ş bilgileri.\",\r\n \"LOGIN_USER_IS_BANNED\": \"Hesab─▒n─▒z yasaklanm─▒┼ş.\",\r\n \"MESSAGE_CANT_BE_EMPTY\": \"Mesaj bo┼ş olamaz.\",\r\n \"NEED_PERMISSION\": \"Gerekli izne sahip de─şilsiniz.\",\r\n \"NEW_EMAIL_EXISTS\": \"Yeni e-posta adresi zaten mevcut.\",\r\n \"NEW_PASSWORD_EMPTY\": \"Yeni ┼şifre bo┼ş olamaz.\",\r\n \"NEW_PASSWORD_REPEAT_DOESNT_MATCH\": \"Yeni ┼şifre ile tekrar ┼şifre e┼şle┼şmiyor.\",\r\n \"NEW_PASSWORD_TOO_LONG\": \"Yeni ┼şifre ├ğok uzun.\",\r\n \"NEW_PASSWORD_TOO_SHORT\": \"Yeni ┼şifre ├ğok k─▒sa.\",\r\n \"NO_PERMISSION\": \"Bu i┼şlemi ger├ğekle┼ştirmek i├ğin izniniz yok.\",\r\n \"NO_PERMISSION_TO_UPDATE_ADMIN_PERM_GROUP\": \"Bu y├Ânetici yetki grubunu g├╝ncelleme izniniz yok.\",\r\n \"NO_PERMISSION_TO_UPDATE_ADMIN_USER\": \"Bu y├Ânetici kullan─▒c─▒s─▒n─▒ g├╝ncelleme izniniz yok.\",\r\n \"NOT_BANNED\": \"Kullan─▒c─▒ yasakl─▒ de─şil.\",\r\n \"NOT_EXISTS\": \"├û─şe mevcut de─şil.\",\r\n \"NOT_FOUND\": \"Kaynak bulunamad─▒.\",\r\n \"NOT_LOGGED_IN\": \"Devam etmek i├ğin giri┼ş yapmal─▒s─▒n─▒z.\",\r\n \"PAGE_NOT_FOUND\": \"Sayfa bulunamad─▒.\",\r\n \"PANO_CONNECT_FAILED\": \"Pano sunucular─▒na ba─şlan─▒lamad─▒, l├╝tfen daha sonra tekrar deneyin.\",\r\n \"PANO_DISCONNECT_FAILED\": \"Pano hesab─▒ ba─şlant─▒s─▒ kesilemedi, l├╝tfen daha sonra tekrar deneyin.\",\r\n \"PANO_NOT_CONNECTED\": \"Herhangi bir Pano hesab─▒ ba─şl─▒ de─şil.\",\r\n \"PASSWORD_EMPTY\": \"┼Şifre bo┼ş olamaz.\",\r\n \"PASSWORD_TOO_LONG\": \"┼Şifre ├ğok uzun.\",\r\n \"PASSWORD_TOO_SHORT\": \"┼Şifre ├ğok k─▒sa.\",\r\n \"PERM_GROUP_NOT_EXISTS\": \"Yetki grubu mevcut de─şil.\",\r\n \"PLATFORM_ALREADY_INSTALLED\": \"Platform zaten kurulu! D├╝zeltmek i├ğin Pano'yu yeniden ba┼şlat─▒n.\",\r\n \"POST_NOT_FOUND\": \"G├Ânderi bulunamad─▒.\",\r\n \"POST_THUMBNAIL_EXCEEDS_SIZE\": \"G├Ânderi k├╝├ğ├╝k resmi izin verilen maksimum boyutu a┼ş─▒yor.\",\r\n \"POST_THUMBNAIL_WRONG_CONTENT_TYPE\": \"G├Ânderi k├╝├ğ├╝k resmi ge├ğersiz i├ğerik t├╝r├╝ne sahip.\",\r\n \"REGISTER_CANT_VERIFY_ROBOT\": \"Robot korumas─▒ do─şrulanamad─▒.\",\r\n \"REGISTER_EMAIL_EMPTY\": \"E-posta bo┼ş olamaz.\",\r\n \"REGISTER_EMAIL_NOT_AVAILABLE\": \"Bu e-posta adresi kullan─▒lamaz.\",\r\n \"REGISTER_INVALID_EMAIL\": \"Ge├ğersiz e-posta format─▒.\",\r\n \"REGISTER_INVALID_USERNAME\": \"Ge├ğersiz kullan─▒c─▒ ad─▒.\",\r\n \"REGISTER_NOT_ACCEPTED_AGREEMENT\": \"Kay─▒t olmak i├ğin s├Âzle┼şmeyi kabul etmelisiniz.\",\r\n \"REGISTER_PASSWORD_AND_PASSWORD_REPEAT_NOT_SAME\": \"┼Şifre ile tekrar ┼şifre e┼şle┼şmiyor.\",\r\n \"REGISTER_USERNAME_EMPTY\": \"Kullan─▒c─▒ ad─▒ bo┼ş olamaz.\",\r\n \"REGISTER_USERNAME_NOT_AVAILABLE\": \"Bu kullan─▒c─▒ ad─▒ kullan─▒lamaz.\",\r\n \"REGISTER_USERNAME_TOO_LONG\": \"Kullan─▒c─▒ ad─▒ ├ğok uzun.\",\r\n \"REGISTER_USERNAME_TOO_SHORT\": \"Kullan─▒c─▒ ad─▒ ├ğok k─▒sa.\",\r\n \"SOME_PERMISSIONS_ARENT_EXISTS\": \"Baz─▒ yetkiler mevcut de─şil.\",\r\n \"SOME_TICKETS_ARENT_EXISTS\": \"Baz─▒ destek talepleri mevcut de─şil.\",\r\n \"SOME_USERS_ARENT_EXISTS\": \"Baz─▒ kullan─▒c─▒lar mevcut de─şil.\",\r\n \"TICKET_IS_CLOSED\": \"Destek talebi zaten kapat─▒lm─▒┼ş.\",\r\n \"TITLE_CANT_BE_EMPTY\": \"Ba┼şl─▒k bo┼ş olamaz.\",\r\n \"UNAUTHORIZED\": \"Bu kayna─şa eri┼şim yetkiniz yok.\",\r\n \"WEBSITE_LOGO_EXCEEDS_SIZE\": \"Web sitesi logosu izin verilen maksimum boyutu a┼ş─▒yor.\",\r\n \"WEBSITE_LOGO_WRONG_CONTENT_TYPE\": \"Web sitesi logosu ge├ğersiz i├ğerik t├╝r├╝ne sahip.\"\r\n },\r\n \"panel-themes\": {\r\n \"light\": \"A├ğ─▒k\",\r\n \"dark\": \"Koyu\",\r\n \"copper\": \"Bak─▒r\"\r\n }\r\n}"}</script>
<script>
{
__sveltekit_dev = {
base: new URL(".", location).pathname.slice(0, -1),
assets: "/panel",
env: {}
};
const element = document.currentScript.parentElement;
Promise.all([
import("/panel/@fs/C:/Users/selim/Projeler/panel-ui/node_modules/@sveltejs/kit/src/runtime/client/entry.js"),
import("/panel/@fs/C:/Users/selim/Projeler/panel-ui/.svelte-kit/generated/client/app.js")
]).then(([kit, app]) => {
kit.start(app, element, {
node_ids: [0, 1],
data: [{type:"data",data:{basicData:{result:"error",error:"NOT_LOGGED_IN"},csrfToken:void 0,siteInfo:{result:"ok",locales:[{id:3,code:"ru",name:"ºáªâªüªüº║º©º╣ (RU)",dateFnsCode:"ru",derivatives:[],definedBy:"SYSTEM",createdAt:1770720771873,updatedAt:1770720771873},{id:2,code:"tr",name:"T├╝rk├ğe (TR)",dateFnsCode:"tr",derivatives:["tr-tr"],definedBy:"SYSTEM",createdAt:1770720771873,updatedAt:1770720771873},{id:1,code:"en-US",name:"English (US)",dateFnsCode:"en-US",derivatives:[],definedBy:"SYSTEM",createdAt:1770720771873,updatedAt:1770720771873}],locale:"tr",platformLocale:"tr",allowUserLocaleSelection:true,developmentMode:true,websiteName:"K├╝p MC",websiteDescription:"K├╝p MC: Hepsi bir arada Minecraft HUB Sunucu!",ipAddress:"oyna.kupmc.com",websiteUrl:"http://localhost:8088",registerAgreement:"Kay─▒t s├Âzle┼şmesi yak─▒nda yay─▒nlanacak!",supportEmail:"support@kupmc.com",keywords:["kupmc","minecraft","hub","server"],panoVersion:"1.0.0-alpha.414",websiteLogoHash:"a422356c6dc623b5462ebc9488469992adf414abec35e4593c3df1755ab6956b",faviconHash:"f7528cfa6dc3e0f4c45b036bfb52f6bfbd6aa5289eb37d7f152ddbffc1b321f3",plugins:{"pano-plugin-market":{version:"1.0.0-dev.1",uiHash:"8457bb386c1278d68c37a83c9b9372f88376a5b6ddf00c4985c8551d8557d3d1"},"pano-plugin-cookies":{version:"1.0.0-dev.3",uiHash:"b66e6286dd67a42c23e8ab2d7389e2ecd53a4c140d2c48e984a5beae7aeb6e53"},"pano-plugin-media-page":{version:"1.0.0-dev.2",uiHash:"7073ccfb4ad99a5d39fc5f85bf466af197945a5033042c60ba63908c9a090461"},"pano-plugin-link-redirect":{version:"1.0.0-dev.1",uiHash:"933d7d58016ba742620c727f684259445215f108926441e812a76ef79390197e"},"pano-plugin-bans":{version:"1.0.0-dev.21",uiHash:"666f52a6764b714438d6eaeca92e43195ac1d1a42063c637fe3ead9d524417c4"},"pano-plugin-faq":{version:"1.0.0-dev.16",uiHash:"76712a3d241b42214e120cb56b2e1af9bcb10c52f3140d1b72534f4414ae9701"},"pano-plugin-pages":{version:"1.0.0-dev.15",uiHash:"16bb8eec63922a439a1c13afa31581c5f504fc56e100cec3743073f216a4bdae"},"pano-plugin-staff-page":{version:"1.0.0-dev.8",uiHash:"ecbf49eb49ab72832b0f9c9b7f5f5b52e013ab1c7c8cd3e22c7b25e97b90d7dc"},"pano-plugin-comments":{version:"1.0.0-dev.36",uiHash:"625eb2d418e651d6a263b9213dcba2c0aa976d44b643e98e9837034912772621"},"pano-plugin-slider":{version:"1.0.0-dev.35",uiHash:"60dc00e08e6cdca3971157b41cfa8e8f86509d339cacff7f941493c166e68f1a"},"pano-plugin-announcement":{version:"1.0.0-dev.70",uiHash:"6d68a4b2bbbcbb0315b9fde6e31961160cb074f714e565bb8d567d3071668697"}},emailEnabled:false,isDemo:false,themeSettings:{files:{},themeColor:"light"}},apiUrlEnv:void 0,panoWebsiteUrlEnv:void 0,panoWebsiteApiUrlEnv:void 0,avatarVersionDate:"&v=1773231021281"},uses:{parent:1}}],
form: null,
error: {message:"Internal Error",code:void 0},
status: 500
});
});
}
</script>
</div>
</body>
</html>