public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH proxmox-i18n] it: updated translation
@ 2024-11-19 15:24 Gabriel Goller
  2024-11-19 16:03 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Goller @ 2024-11-19 15:24 UTC (permalink / raw)
  To: pve-devel

Updated all the tag-related translations to drop the plural "s", which
doesn't exist in italian. Also fixed some typos included in an earlier
patch.

Fixes: b87af6f3ccb6 ("update Italian translations")
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
 it.po | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/it.po b/it.po
index 430ea40ced99..a09027e64911 100644
--- a/it.po
+++ b/it.po
@@ -902,7 +902,7 @@ msgstr "Automatioc (Storage usato da VM, o 'local')"
 
 #: pve-manager/www/manager6/ceph/Pool.js:373
 msgid "Autoscaler Mode"
-msgstr "Modalità autoscaler"
+msgstr "Modalità Autoscaler"
 
 #: proxmox-widget-toolkit/src/node/NetworkEdit.js:55
 #: proxmox-widget-toolkit/src/node/NetworkView.js:296
@@ -3389,7 +3389,7 @@ msgstr "Modifica Annotazioni"
 
 #: pve-manager/www/manager6/form/TagEdit.js:371
 msgid "Edit Tags"
-msgstr "Modifica Tags"
+msgstr "Modifica Tag"
 
 #: proxmox-backup/www/Dashboard.js:231
 msgid "Edit dashboard settings"
@@ -3898,7 +3898,7 @@ msgstr "Escludi"
 
 #: pve-manager/www/manager6/window/BulkAction.js:359
 msgid "Exclude Tags"
-msgstr "Escludi Tags"
+msgstr "Escludi Tag"
 
 #: proxmox-backup/www/form/GroupFilter.js:400
 msgid "Exclude filters will be applied after include filters"
@@ -5066,7 +5066,7 @@ msgstr "Includere Statistiche"
 
 #: pve-manager/www/manager6/window/BulkAction.js:332
 msgid "Include Tags"
-msgstr "Includere Tags"
+msgstr "Includere Tag"
 
 #: proxmox-backup/www/form/GroupFilter.js:320
 msgid "Include all groups"
@@ -6504,12 +6504,12 @@ msgstr ""
 
 #: pve-manager/www/manager6/dc/UserTagAccessEdit.js:10
 msgid "NOTE: The following tags are also defined as registered tags."
-msgstr "NOTA: I seguenti tags sono anche definite come tags registrate."
+msgstr "NOTA: I seguenti tag sono anche definiti come tag registrati."
 
 #: pve-manager/www/manager6/dc/RegisteredTagsEdit.js:10
 msgid "NOTE: The following tags are also defined in the user allow list."
 msgstr ""
-"NOTA: I seguenti tags sono anche definite nella list di permessi utenti."
+"NOTA: I seguenti tag sono anche definiti nella list di permessi utenti."
 
 #: pve-manager/www/manager6/tree/SnapshotTree.js:327
 msgid "NOW"
@@ -6921,7 +6921,7 @@ msgstr "Nessun plugin configurato"
 
 #: pve-manager/www/manager6/dc/OptionView.js:508
 msgid "No Registered Tags"
-msgstr "Nessuni tags regsitrati"
+msgstr "Nessun tag registrato"
 
 #: pmg-gui/js/SpamQuarantineOptions.js:14
 msgid "No Reports"
@@ -7726,7 +7726,7 @@ msgstr "Pacchetto"
 
 #: pve-manager/www/manager6/Utils.js:2081 proxmox-backup/www/Utils.js:447
 msgid "Package updates are available"
-msgstr "Aggiornamenti pachetti disponibile."
+msgstr "Aggiornamenti pachetti disponibili."
 
 #: proxmox-widget-toolkit/src/window/PackageVersions.js:5
 #: pmg-gui/js/ServerStatus.js:50 pve-manager/www/manager6/node/Summary.js:27
@@ -8136,7 +8136,7 @@ msgstr "Preallocazione"
 
 #: pve-manager/www/manager6/dc/UserTagAccessEdit.js:67
 msgid "Predefined Tags"
-msgstr "Tags predefiniti"
+msgstr "Tag predefiniti"
 
 #: pve-manager/www/manager6/panel/BackupAdvancedOptions.js:230
 msgid ""
@@ -8761,7 +8761,7 @@ msgstr "Registra {0} Account"
 #: pve-manager/www/manager6/dc/OptionView.js:513
 #: pve-manager/www/manager6/dc/RegisteredTagsEdit.js:5
 msgid "Registered Tags"
-msgstr ""
+msgstr "Tag registrato"
 
 #: pmg-gui/js/Utils.js:158 pmg-gui/js/Utils.js:194
 msgid "Regular Expression"
@@ -10949,17 +10949,17 @@ msgstr "Visualizzazione Tag"
 #: pve-manager/www/manager6/form/ListField.js:57
 #: pve-manager/www/manager6/form/TagColorGrid.js:167
 msgid "Tag must not be empty."
-msgstr "Tag non deve essere vuota"
+msgstr "Tag non deve essere vuoto"
 
 #: pve-manager/www/manager6/data/ResourceStore.js:306
 #: pve-manager/www/manager6/form/TagFieldSet.js:6
 #: pve-manager/www/manager6/form/VMSelector.js:86
 msgid "Tags"
-msgstr "Tags"
+msgstr "Tag"
 
 #: pve-manager/www/manager6/form/TagFieldSet.js:30
 msgid "Tags contain invalid characters."
-msgstr "Tags contengono caratteri invalidi."
+msgstr "Tag contengono caratteri invalidi."
 
 #: pve-manager/www/manager6/tree/SnapshotTree.js:56
 #: pve-manager/www/manager6/tree/SnapshotTree.js:243
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

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

* [pve-devel] applied: [PATCH proxmox-i18n] it: updated translation
  2024-11-19 15:24 [pve-devel] [PATCH proxmox-i18n] it: updated translation Gabriel Goller
@ 2024-11-19 16:03 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-11-19 16:03 UTC (permalink / raw)
  To: Proxmox VE development discussion, Gabriel Goller

Am 19.11.24 um 16:24 schrieb Gabriel Goller:
> Updated all the tag-related translations to drop the plural "s", which
> doesn't exist in italian. Also fixed some typos included in an earlier
> patch.
> 
> Fixes: b87af6f3ccb6 ("update Italian translations")
> Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
> ---
>  it.po | 26 +++++++++++++-------------
>  1 file changed, 13 insertions(+), 13 deletions(-)
> 
>

applied, thanks!


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


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

end of thread, other threads:[~2024-11-19 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-19 15:24 [pve-devel] [PATCH proxmox-i18n] it: updated translation Gabriel Goller
2024-11-19 16:03 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal