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
+76-71Lines changed: 76 additions & 71 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,11 @@
99
99
},
100
100
"submit": "Submit Comment",
101
101
"success": "Comment successful",
102
-
"title": "Comment"
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)"
103
107
},
104
108
"comparison": "Comparison",
105
109
"confirm": "Confirm",
@@ -281,47 +285,47 @@
281
285
"success": "Favicon update was successful"
282
286
}
283
287
},
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
-
},
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
+
},
325
329
"friend": {
326
330
"apply": {
327
331
"desc": "Allow other users to apply for friend links (requires review)",
@@ -574,33 +578,33 @@
574
578
"summary": "login.enabled is disabled.",
575
579
"suggestion": "Enable login in settings if this instance needs interactive admin access."
576
580
},
577
-
"missing": {
578
-
"impact": "Users can see the login entry but no working login method is configured.",
579
-
"summary": "Neither GitHub OAuth nor password login is configured.",
580
-
"suggestion": "Configure RIN_GITHUB_CLIENT_ID/RIN_GITHUB_CLIENT_SECRET or ADMIN_USERNAME/ADMIN_PASSWORD."
581
-
},
582
-
"default_password": {
583
-
"impact": "The admin account is still using the default username and password, which is a critical security risk.",
584
-
"summary": "ADMIN_USERNAME/ADMIN_PASSWORD are still set to admin / admin123.",
585
-
"suggestion": "Change the default username or password immediately before exposing the site."
586
-
},
587
-
"oauth_missing": {
588
-
"impact": "Only the local password account can sign in. Other users cannot log in and comment through OAuth.",
589
-
"summary": "GitHub OAuth is not configured.",
590
-
"suggestion": "Configure RIN_GITHUB_CLIENT_ID/RIN_GITHUB_CLIENT_SECRET if you expect other users to log in."
591
-
},
592
-
"ready": {
593
-
"impact": "Admin sign-in is available.",
594
-
"summary": "OAuth login is configured and the current password login configuration is not using the default credentials.",
0 commit comments