Skip to content

Commit a0bb7e4

Browse files
committed
Add locale values for received_by
1 parent a107c89 commit a0bb7e4

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

public/locales/de/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
},
5858
"for": "für",
5959
"paid_by": "Bezahlt von",
60+
"received_by": "Erhalten von",
6061
"to": "an",
6162
"from": "von"
6263
},

public/locales/en/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
},
5858
"for": "for",
5959
"paid_by": "Paid by",
60+
"received_by": "Received by",
6061
"to": "to",
6162
"from": "from"
6263
},

public/locales/it/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
},
5858
"for": "per",
5959
"paid_by": "Pagato da",
60+
"received_by": "Ricevuto da",
6061
"to": "a",
6162
"from": "da"
6263
},

public/locales/pl/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
},
5858
"for": "za",
5959
"paid_by": "Zapłacone przez",
60+
"received_by": "Otrzymane przez",
6061
"to": "do",
6162
"from": "od"
6263
},

public/locales/sv/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
},
5858
"for": "för",
5959
"paid_by": "Betald av",
60+
"received_by": "Mottagen av",
6061
"to": "till",
6162
"from": "från"
6263
},

0 commit comments

Comments
 (0)