Reset translations

This commit is contained in:
Robin van der Linde 2023-09-25 11:59:17 +02:00
parent 144d203a5b
commit abcdc174df
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
2 changed files with 14 additions and 8 deletions

View file

@ -1065,18 +1065,21 @@
"other-items-vending": { "other-items-vending": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Bicycle lights are sold here" "then": "Bicycle inner tubes are sold here"
}, },
"1": { "1": {
"then": "Gloves are sold here" "then": "Bicycle lights are sold here"
}, },
"2": { "2": {
"then": "Bicycle repair kits are sold here" "then": "Gloves are sold here"
}, },
"3": { "3": {
"then": "Bicycle pumps are sold here" "then": "Bicycle repair kits are sold here"
}, },
"4": { "4": {
"then": "Bicycle pumps are sold here"
},
"5": {
"then": "Bicycle locks are sold here" "then": "Bicycle locks are sold here"
} }
}, },

View file

@ -934,18 +934,21 @@
"other-items-vending": { "other-items-vending": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Fietslampjes worden hier verkocht" "then": "Fietsbinnenbanden worden hier verkocht"
}, },
"1": { "1": {
"then": "Handschoenen worden hier verkocht" "then": "Fietslampjes worden hier verkocht"
}, },
"2": { "2": {
"then": "Fietsreparatiesets worden hier verkocht" "then": "Handschoenen worden hier verkocht"
}, },
"3": { "3": {
"then": "Fietspompen worden hier verkocht" "then": "Fietsreparatiesets worden hier verkocht"
}, },
"4": { "4": {
"then": "Fietspompen worden hier verkocht"
},
"5": {
"then": "Fietssloten worden hier verkocht" "then": "Fietssloten worden hier verkocht"
} }
} }