all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH proxmox-backup] www: datastore/window: add translator notes for http methods
@ 2026-04-24 14:24 Shannon Sterz
  2026-04-24 21:24 ` applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Shannon Sterz @ 2026-04-24 14:24 UTC (permalink / raw)
  To: pbs-devel

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* applied: [PATCH proxmox-backup] www: datastore/window: add translator notes for http methods
  2026-04-24 14:24 [PATCH proxmox-backup] www: datastore/window: add translator notes for http methods Shannon Sterz
@ 2026-04-24 21:24 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2026-04-24 21:24 UTC (permalink / raw)
  To: pbs-devel, Shannon Sterz

On Fri, 24 Apr 2026 16:24:06 +0200, Shannon Sterz wrote:
> 


Applied, thanks!

[1/1] www: datastore/window: add translator notes for http methods
      commit: 4d11de04c667fbe5a9f3c984b29fca1d8890fd6f




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-24 21:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-24 14:24 [PATCH proxmox-backup] www: datastore/window: add translator notes for http methods Shannon Sterz
2026-04-24 21:24 ` applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal