Skip to content

Commit

Permalink
amount to financing amount (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmolnar-dev authored Oct 7, 2024
1 parent 2d91fa7 commit 0c59dbf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/src/languages/english.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const en = {
add_without_budget: "Add without budget",
added: "Added",
additional_data: "Additional Data",
amount: "Amount",
amount: "Financing Amount",
approver: "Approver",
assign: "assign",
assigned_budget: "Assigned Budget",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/languages/french.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const fr = {
add_without_budget: "Ajouter sans budget",
added: "Ajouté",
additional_data: "Données Supplémentaires",
amount: "Montant",
amount: "Montant du financement",
approver: "Approbateur",
assign: "Allouer",
assigned_budget: "Budget engagé",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/languages/georgian.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ka = {
add_without_budget: "დაამატეთ ბიუჯეტის გარეშე",
added: "დამატებულია",
additional_data: "დამატებითი ინფორმაცია",
amount: "რაოდენობა",
amount: "დაფინანსების თანხა",
approver: "Approver",
assign: "assign",
assigned_budget: "გამოყოფილი ბიუჯეტი",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/languages/german.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const de = {
add_without_budget: "Hinzufügen ohne Budget",
added: "Hinzugefügt",
additional_data: "Zusätzliche Daten",
amount: "Betrag",
amount: "Finanzierungsbetrag",
approver: "Genehmiger",
assign: "Zuweisen",
assigned: "Zugewiesen",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/languages/portuguese.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const pt = {
add_without_budget: "Adicionar sem orçamento",
added: "Adicionado",
additional_data: "Dados Adicionais",
amount: "Valor",
amount: "Valor do Financiamento",
approver: "Aprovador",
assign: "Atribuir",
assigned_budget: "Orçamento atribuído",
Expand Down

0 comments on commit 0c59dbf

Please sign in to comment.