From: Shannon Sterz <s.sterz@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [PATCH proxmox-backup] www: datastore/window: add translator notes for http methods
Date: Fri, 24 Apr 2026 16:24:06 +0200 [thread overview]
Message-ID: <20260424142405.236121-2-s.sterz@proxmox.com> (raw)
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
www/datastore/Summary.js | 10 ++++++++++
www/window/NotificationThresholds.js | 5 +++++
2 files changed, 15 insertions(+)
diff --git a/www/datastore/Summary.js b/www/datastore/Summary.js
index 960f0446e..d118eb7e5 100644
--- a/www/datastore/Summary.js
+++ b/www/datastore/Summary.js
@@ -181,6 +181,7 @@ Ext.define('PBS.DataStoreS3Stats', {
padding: '10 0 5 0',
},
{
+ // TRANSLATORS: GET, like the HTTP method
title: gettext('GET'),
printBar: false,
bind: {
@@ -190,6 +191,7 @@ Ext.define('PBS.DataStoreS3Stats', {
},
},
{
+ // TRANSLATORS: PUT, like the HTTP method
title: gettext('PUT'),
printBar: false,
bind: {
@@ -199,6 +201,7 @@ Ext.define('PBS.DataStoreS3Stats', {
},
},
{
+ // TRANSLATORS: POST, like the HTTP method
title: gettext('POST'),
printBar: false,
bind: {
@@ -208,6 +211,7 @@ Ext.define('PBS.DataStoreS3Stats', {
},
},
{
+ // TRANSLATORS: HEAD, like the HTTP method
title: gettext('HEAD'),
printBar: false,
bind: {
@@ -217,6 +221,7 @@ Ext.define('PBS.DataStoreS3Stats', {
},
},
{
+ // TRANSLATORS: DELETE, like the HTTP method
title: gettext('DELETE'),
printBar: false,
bind: {
@@ -368,10 +373,15 @@ Ext.define('PBS.DataStoreSummary', {
's3/total/delete',
],
fieldTitles: [
+ // TRANSLATORS: GET, like the HTTP method
gettext('GET'),
+ // TRANSLATORS: PUT, like the HTTP method
gettext('PUT'),
+ // TRANSLATORS: POST, like the HTTP method
gettext('POST'),
+ // TRANSLATORS: HEAD, like the HTTP method
gettext('HEAD'),
+ // TRANSLATORS: DELETE, like the HTTP method
gettext('DELETE'),
],
bind: {
diff --git a/www/window/NotificationThresholds.js b/www/window/NotificationThresholds.js
index 76a7e906b..46e4a9b83 100644
--- a/www/window/NotificationThresholds.js
+++ b/www/window/NotificationThresholds.js
@@ -40,6 +40,7 @@ Ext.define('PBS.window.NotificationThresholds', {
{
xtype: 'proxmoxintegerfield',
name: 's3-get',
+ // TRANSLATORS: GET, like the HTTP method
fieldLabel: gettext('GET'),
emptyText: gettext('none'),
fieldStyle: 'text-align: right',
@@ -49,6 +50,7 @@ Ext.define('PBS.window.NotificationThresholds', {
{
xtype: 'proxmoxintegerfield',
name: 's3-put',
+ // TRANSLATORS: PUT, like the HTTP method
fieldLabel: gettext('PUT'),
emptyText: gettext('none'),
fieldStyle: 'text-align: right',
@@ -58,6 +60,7 @@ Ext.define('PBS.window.NotificationThresholds', {
{
xtype: 'proxmoxintegerfield',
name: 's3-post',
+ // TRANSLATORS: POST, like the HTTP method
fieldLabel: gettext('POST'),
emptyText: gettext('none'),
fieldStyle: 'text-align: right',
@@ -67,6 +70,7 @@ Ext.define('PBS.window.NotificationThresholds', {
{
xtype: 'proxmoxintegerfield',
name: 's3-head',
+ // TRANSLATORS: HEAD, like the HTTP method
fieldLabel: gettext('HEAD'),
emptyText: gettext('none'),
fieldStyle: 'text-align: right',
@@ -76,6 +80,7 @@ Ext.define('PBS.window.NotificationThresholds', {
{
xtype: 'proxmoxintegerfield',
name: 's3-delete',
+ // TRANSLATORS: DELETE, like the HTTP method
fieldLabel: gettext('DELETE'),
emptyText: gettext('none'),
fieldStyle: 'text-align: right',
--
2.47.3
next reply other threads:[~2026-04-24 14:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-24 14:24 Shannon Sterz [this message]
2026-04-24 21:24 ` applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260424142405.236121-2-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox