Skip to content

Commit

Permalink
Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
nd-novorender committed Dec 12, 2024
1 parent 1f0ebb5 commit ab386d7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion public/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -927,5 +927,6 @@
"minimumSignatureLevel": "Mindestsignaturstufe",
"unsigned": "Nicht signiert",
"signed": "Signiert",
"signedBy": "Signiert von"
"signedBy": "Signiert von",
"exportBcf": "BCF exportieren"
}
3 changes: 2 additions & 1 deletion public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -927,5 +927,6 @@
"minimumSignatureLevel": "Minimum signature level",
"unsigned": "Unsigned",
"signed": "Signed",
"signedBy": "Signed by"
"signedBy": "Signed by",
"exportBcf": "Export BCF"
}
3 changes: 2 additions & 1 deletion public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -927,5 +927,6 @@
"minimumSignatureLevel": "Niveau de signature minimal",
"unsigned": "Non signé",
"signed": "Signé",
"signedBy": "Signé par"
"signedBy": "Signé par",
"exportBcf": "Exporter BCF"
}
3 changes: 2 additions & 1 deletion public/locales/no/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -927,5 +927,6 @@
"minimumSignatureLevel": "Minimum signaturnivå",
"unsigned": "Usignert",
"signed": "Signert",
"signedBy": "Signert av"
"signedBy": "Signert av",
"exportBcf": "Eksporter BCF"
}
2 changes: 1 addition & 1 deletion src/features/clash/routes/clashList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ function Row({
<ListItemIcon>
<Download fontSize="small" />
</ListItemIcon>
<ListItemText>Export BCF</ListItemText>
<ListItemText>{t("exportBcf")}</ListItemText>
</MenuItem>
</Menu>
</ListItemButton>
Expand Down

0 comments on commit ab386d7

Please sign in to comment.