* [pbs-devel] [PATCH backup 1/2] ui: tree: make Tape Backup string translatable
@ 2024-11-27 13:54 Maximiliano Sandoval
2024-11-27 13:54 ` [pbs-devel] [PATCH backup 2/2] dashboard: make Subscription translatable Maximiliano Sandoval
2024-11-27 14:27 ` [pbs-devel] applied: [PATCH backup 1/2] ui: tree: make Tape Backup string translatable Thomas Lamprecht
0 siblings, 2 replies; 3+ messages in thread
From: Maximiliano Sandoval @ 2024-11-27 13:54 UTC (permalink / raw)
To: pbs-devel
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
www/NavigationTree.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/NavigationTree.js b/www/NavigationTree.js
index 024a4799..f10b0cd6 100644
--- a/www/NavigationTree.js
+++ b/www/NavigationTree.js
@@ -104,7 +104,7 @@ Ext.define('PBS.store.NavigationStore', {
],
},
{
- text: "Tape Backup",
+ text: gettext('Tape Backup'),
iconCls: 'pbs-icon-tape',
id: 'tape_management',
path: 'pbsTapeManagement',
--
2.39.5
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pbs-devel] [PATCH backup 2/2] dashboard: make Subscription translatable
2024-11-27 13:54 [pbs-devel] [PATCH backup 1/2] ui: tree: make Tape Backup string translatable Maximiliano Sandoval
@ 2024-11-27 13:54 ` Maximiliano Sandoval
2024-11-27 14:27 ` [pbs-devel] applied: [PATCH backup 1/2] ui: tree: make Tape Backup string translatable Thomas Lamprecht
1 sibling, 0 replies; 3+ messages in thread
From: Maximiliano Sandoval @ 2024-11-27 13:54 UTC (permalink / raw)
To: pbs-devel
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
www/Dashboard.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/Dashboard.js b/www/Dashboard.js
index 57fdcdda..52b4a6ec 100644
--- a/www/Dashboard.js
+++ b/www/Dashboard.js
@@ -269,7 +269,7 @@ Ext.define('PBS.Dashboard', {
},
{
iconCls: 'fa fa-ticket',
- title: 'Subscription',
+ title: gettext('Subscription'),
height: 250,
reference: 'subscription',
xtype: 'pbsSubscriptionInfo',
--
2.39.5
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pbs-devel] applied: [PATCH backup 1/2] ui: tree: make Tape Backup string translatable
2024-11-27 13:54 [pbs-devel] [PATCH backup 1/2] ui: tree: make Tape Backup string translatable Maximiliano Sandoval
2024-11-27 13:54 ` [pbs-devel] [PATCH backup 2/2] dashboard: make Subscription translatable Maximiliano Sandoval
@ 2024-11-27 14:27 ` Thomas Lamprecht
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Lamprecht @ 2024-11-27 14:27 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Maximiliano Sandoval
Am 27.11.24 um 14:54 schrieb Maximiliano Sandoval:
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
> www/NavigationTree.js | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied both patches, thanks!
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-27 14:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-27 13:54 [pbs-devel] [PATCH backup 1/2] ui: tree: make Tape Backup string translatable Maximiliano Sandoval
2024-11-27 13:54 ` [pbs-devel] [PATCH backup 2/2] dashboard: make Subscription translatable Maximiliano Sandoval
2024-11-27 14:27 ` [pbs-devel] applied: [PATCH backup 1/2] ui: tree: make Tape Backup string translatable Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox