fix: translations (#18765)

* fix: add missing translations

* fix: capitalize label

* fix: translate label on summary item
This commit is contained in:
Raffael Meyer 2022-11-06 13:06:51 +01:00 committed by GitHub
parent e02b90cd5b
commit e3a0b007c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -1383,7 +1383,7 @@ Object.assign(frappe.utils, {
: "";
return $(`<div class="summary-item">
<span class="summary-label">${summary.label}</span>
<span class="summary-label">${__(summary.label)}</span>
<div class="summary-value ${color}">${value}</div>
</div>`);
},

View file

@ -1067,7 +1067,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
{
fieldname: "sb_1",
fieldtype: "Section Break",
label: "Y axis",
label: "Y Axis",
},
{
fieldname: "y_axis_fields",

View file

@ -4080,7 +4080,7 @@ Scheduler Event,Scheduler-Ereignis,
Select Event Type,Wählen Sie den Ereignistyp,
Schedule Script,Zeitplan-Skript,
Duration,Dauer,
Donut,Krapfen,
Donut,Donut,
Custom Options,Benutzerdefinierte Optionen,
"Ex: ""colors"": [""#d1d8dd"", ""#ff5858""]","Beispiel: &quot;Farben&quot;: [&quot;# d1d8dd&quot;, &quot;# ff5858&quot;]",
Confirmation Email Template,Bestätigungs-E-Mail-Vorlage,
@ -4818,3 +4818,8 @@ K,Tsd,Number system
M,Mio,Number system
B,Mrd,Number system
T,Bio,Number system
Type of Chart,Diagrammtyp,
Preview Chart,Vorschau erzeugen,
Please select X and Y fields,Bitte Felder für die X- und Y-Achse wählen,
Notification sent to,Benachrichtigung gesendet an,
Add to this activity by mailing to {0},"Senden Sie eine E-Mail an {0}, damit sie hier erscheint",

1 A4 A4
4080 Select Event Type Wählen Sie den Ereignistyp
4081 Schedule Script Zeitplan-Skript
4082 Duration Dauer
4083 Donut Krapfen Donut
4084 Custom Options Benutzerdefinierte Optionen
4085 Ex: "colors": ["#d1d8dd", "#ff5858"] Beispiel: &quot;Farben&quot;: [&quot;# d1d8dd&quot;, &quot;# ff5858&quot;]
4086 Confirmation Email Template Bestätigungs-E-Mail-Vorlage
4818 M Mio Number system
4819 B Mrd Number system
4820 T Bio Number system
4821 Type of Chart Diagrammtyp
4822 Preview Chart Vorschau erzeugen
4823 Please select X and Y fields Bitte Felder für die X- und Y-Achse wählen
4824 Notification sent to Benachrichtigung gesendet an
4825 Add to this activity by mailing to {0} Senden Sie eine E-Mail an {0}, damit sie hier erscheint