diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 14:30:17 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 15:10:19 +0200 |
commit | 8f411cc97c21de496a37cdc1cd57f1632561832e (patch) | |
tree | 8ddb68cae4671bcec107b599e73d51a9f2a17000 /src/rosetta | |
parent | ed19e6f8b8da5ac191455df18b7dc426e80dcc8f (diff) |
Translate the website name
Diffstat (limited to 'src/rosetta')
-rw-r--r-- | src/rosetta/bg/messages.gotext.json | 5 | ||||
-rw-r--r-- | src/rosetta/el/messages.gotext.json | 5 | ||||
-rw-r--r-- | src/rosetta/en/messages.gotext.json | 7 | ||||
-rw-r--r-- | src/rosetta/nl/messages.gotext.json | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/src/rosetta/bg/messages.gotext.json b/src/rosetta/bg/messages.gotext.json index b1c3b47..9fd86ff 100644 --- a/src/rosetta/bg/messages.gotext.json +++ b/src/rosetta/bg/messages.gotext.json @@ -202,6 +202,11 @@ "translation": "" }, { + "id": "Euro Cash", + "message": "Euro Cash", + "translation": "" + }, + { "id": "Found a mistake or want to contribute missing information?", "message": "Found a mistake or want to contribute missing information?", "translation": "" diff --git a/src/rosetta/el/messages.gotext.json b/src/rosetta/el/messages.gotext.json index c903fa9..4a7d1b0 100644 --- a/src/rosetta/el/messages.gotext.json +++ b/src/rosetta/el/messages.gotext.json @@ -202,6 +202,11 @@ "translation": "" }, { + "id": "Euro Cash", + "message": "Euro Cash", + "translation": "" + }, + { "id": "Found a mistake or want to contribute missing information?", "message": "Found a mistake or want to contribute missing information?", "translation": "" diff --git a/src/rosetta/en/messages.gotext.json b/src/rosetta/en/messages.gotext.json index 0e09e33..138998d 100644 --- a/src/rosetta/en/messages.gotext.json +++ b/src/rosetta/en/messages.gotext.json @@ -282,6 +282,13 @@ "fuzzy": true }, { + "id": "Euro Cash", + "message": "Euro Cash", + "translation": "Euro Cash", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { "id": "Found a mistake or want to contribute missing information?", "message": "Found a mistake or want to contribute missing information?", "translation": "Found a mistake or want to contribute missing information?", diff --git a/src/rosetta/nl/messages.gotext.json b/src/rosetta/nl/messages.gotext.json index ea7134a..cf2655f 100644 --- a/src/rosetta/nl/messages.gotext.json +++ b/src/rosetta/nl/messages.gotext.json @@ -202,6 +202,11 @@ "translation": "" }, { + "id": "Euro Cash", + "message": "Euro Cash", + "translation": "" + }, + { "id": "Found a mistake or want to contribute missing information?", "message": "Found a mistake or want to contribute missing information?", "translation": "" |