Translate progress bar

This commit is contained in:
Philipp Wolfer 2023-12-09 12:01:04 +01:00
parent a41318d822
commit 1f3247c3ff
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
5 changed files with 251 additions and 10 deletions

View file

@ -1,6 +1,27 @@
{
"language": "en",
"messages": [
{
"id": "exporting",
"message": "exporting",
"translation": "exporting",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "importing",
"message": "importing",
"translation": "importing",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "done",
"message": "done",
"translation": "done",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Transferring {Entity} from {SourceName} to {TargetName}...",
"message": "Transferring {Entity} from {SourceName} to {TargetName}...",