Sync translations with new strings

This commit is contained in:
Philipp Wolfer 2025-04-29 16:06:13 +02:00
parent 90e101080f
commit a5442b477e
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
6 changed files with 78 additions and 78 deletions

View file

@ -88,7 +88,7 @@ func (c *TransferCmd[E, I, R]) resolveBackends(source string, target string) err
}
func (c *TransferCmd[E, I, R]) Transfer(exp backends.ExportProcessor[R], imp backends.ImportProcessor[R]) error {
fmt.Println(i18n.Tr("Transferring %s from %s to %s...", c.entity, c.sourceName, c.targetName))
fmt.Println(i18n.Tr("Transferring %s from %s to %s", c.entity, c.sourceName, c.targetName))
// Authenticate backends, if needed
config := viper.GetViper()