You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/public/locales/en/translation.json
+71-76Lines changed: 71 additions & 76 deletions
Original file line number
Diff line number
Diff line change
@@ -99,11 +99,7 @@
99
99
},
100
100
"submit": "Submit Comment",
101
101
"success": "Comment successful",
102
-
"title": "Comment",
103
-
"guest_name_required": "Guest name is required",
104
-
"guest_name_placeholder": "Name (required)",
105
-
"guest_email_placeholder": "Email (optional)",
106
-
"guest_website_placeholder": "Website (optional)"
102
+
"title": "Comment"
107
103
},
108
104
"comparison": "Comparison",
109
105
"confirm": "Confirm",
@@ -285,47 +281,47 @@
285
281
"success": "Favicon update was successful"
286
282
}
287
283
},
288
-
"footer": {
289
-
"desc": "Set the footer content of the site (HTML)",
290
-
"title": "Footer"
291
-
},
292
-
"webhook": {
293
-
"title": "Webhook",
294
-
"url": {
295
-
"title": "Webhook URL",
296
-
"desc": "Set the webhook endpoint used for comment and friend-link notifications. Template variables are supported here too, which is useful for GET query strings."
297
-
},
298
-
"method": {
299
-
"title": "Webhook Method",
300
-
"desc": "Set the HTTP method used for webhook requests, such as POST, PUT, or PATCH"
301
-
},
302
-
"content_type": {
303
-
"title": "Webhook Content-Type",
304
-
"desc": "Set the Content-Type header sent with webhook requests, for example application/json or text/plain"
305
-
},
306
-
"headers": {
307
-
"title": "Webhook Headers",
308
-
"desc": "Customize webhook headers as a JSON object template. Available variables are the same as the body template.",
309
-
"label": "Webhook headers JSON"
310
-
},
311
-
"body_template": {
312
-
"title": "Webhook Body Template",
313
-
"desc": "Customize the outgoing webhook payload. Available variables: {{event}}, {{message}}, {{title}}, {{url}}, {{username}}, {{content}}, {{description}}.",
314
-
"label": "Webhook body template"
315
-
},
316
-
"test": {
317
-
"title": "Send Test Webhook",
318
-
"desc": "Send a test request with the current webhook settings. Unsaved values in this page are used directly.",
319
-
"button": "Send Test",
320
-
"sending": "Sending...",
321
-
"placeholder": "Optional test message. Leave empty to use the default test payload.",
322
-
"success": "Webhook test sent successfully",
323
-
"failed": "Webhook test failed"
324
-
}
325
-
},
326
-
"maintenance": {
327
-
"title": "Maintenance"
328
-
},
284
+
"footer": {
285
+
"desc": "Set the footer content of the site (HTML)",
286
+
"title": "Footer"
287
+
},
288
+
"webhook": {
289
+
"title": "Webhook",
290
+
"url": {
291
+
"title": "Webhook URL",
292
+
"desc": "Set the webhook endpoint used for comment and friend-link notifications. Template variables are supported here too, which is useful for GET query strings."
293
+
},
294
+
"method": {
295
+
"title": "Webhook Method",
296
+
"desc": "Set the HTTP method used for webhook requests, such as POST, PUT, or PATCH"
297
+
},
298
+
"content_type": {
299
+
"title": "Webhook Content-Type",
300
+
"desc": "Set the Content-Type header sent with webhook requests, for example application/json or text/plain"
301
+
},
302
+
"headers": {
303
+
"title": "Webhook Headers",
304
+
"desc": "Customize webhook headers as a JSON object template. Available variables are the same as the body template.",
305
+
"label": "Webhook headers JSON"
306
+
},
307
+
"body_template": {
308
+
"title": "Webhook Body Template",
309
+
"desc": "Customize the outgoing webhook payload. Available variables: {{event}}, {{message}}, {{title}}, {{url}}, {{username}}, {{content}}, {{description}}.",
310
+
"label": "Webhook body template"
311
+
},
312
+
"test": {
313
+
"title": "Send Test Webhook",
314
+
"desc": "Send a test request with the current webhook settings. Unsaved values in this page are used directly.",
315
+
"button": "Send Test",
316
+
"sending": "Sending...",
317
+
"placeholder": "Optional test message. Leave empty to use the default test payload.",
318
+
"success": "Webhook test sent successfully",
319
+
"failed": "Webhook test failed"
320
+
}
321
+
},
322
+
"maintenance": {
323
+
"title": "Maintenance"
324
+
},
329
325
"friend": {
330
326
"apply": {
331
327
"desc": "Allow other users to apply for friend links (requires review)",
@@ -578,33 +574,33 @@
578
574
"summary": "login.enabled is disabled.",
579
575
"suggestion": "Enable login in settings if this instance needs interactive admin access."
580
576
},
581
-
"missing": {
582
-
"impact": "Users can see the login entry but no working login method is configured.",
583
-
"summary": "Neither GitHub OAuth nor password login is configured.",
584
-
"suggestion": "Configure RIN_GITHUB_CLIENT_ID/RIN_GITHUB_CLIENT_SECRET or ADMIN_USERNAME/ADMIN_PASSWORD."
585
-
},
586
-
"default_password": {
587
-
"impact": "The admin account is still using the default username and password, which is a critical security risk.",
588
-
"summary": "ADMIN_USERNAME/ADMIN_PASSWORD are still set to admin / admin123.",
589
-
"suggestion": "Change the default username or password immediately before exposing the site."
590
-
},
591
-
"oauth_missing": {
592
-
"impact": "Only the local password account can sign in. Other users cannot log in and comment through OAuth.",
593
-
"summary": "GitHub OAuth is not configured.",
594
-
"suggestion": "Configure RIN_GITHUB_CLIENT_ID/RIN_GITHUB_CLIENT_SECRET if you expect other users to log in."
595
-
},
596
-
"ready": {
597
-
"impact": "Admin sign-in is available.",
598
-
"summary": "OAuth login is configured and the current password login configuration is not using the default credentials.",
0 commit comments