Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed Total Budget #1883

Merged
merged 4 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/src/languages/english.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const en = {
tag: "Tag",
task_status: "Task status",
thumbnail: "Thumbnail",
total_budget: "Total Budget",
total_budget: "Participating Stakeholder",
type: "Type",
update: "Update",
username: "Login ID",
Expand Down Expand Up @@ -310,7 +310,7 @@ const en = {
"Only allow workflow action of type restricted. When assigning a restricted workflow action permissions are automatically granted and revoked. The assigner will only keep the view permissions.",
workflowitem_assignee: "Fixed assignee",
organization_info: "Funding organization",
total_budget_info: "Total budget",
total_budget_info: "Participating Stakeholder",
default_assignee_warning: "Fixed assignee cannot be changed once Subproject is created.",
default_assignee_warning2:
"Fixed assignee will be assigned to all workflow items in subproject without an option to change it."
Expand Down Expand Up @@ -473,7 +473,7 @@ const en = {
projected_budget_ratio: "Projected Budget Ratio",
projected_budgets_distribution: "Projected Budgets Distribution",
subproject_analytics: "Subproject Analytics",
total_budget_distribution: "Total Budget Distribution",
total_budget_distribution: "Participating Stakeholder Distribution",
total: "Total:"
},

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 @@ -230,7 +230,7 @@ const fr = {
"Autoriser uniquement l'élément de flux de travail de type restreint. Lors de l'attribution d'un élément de flux de travail restreint, les autorisations sont automatiquement accordées et révoquées. Le cédant ne conservera que les autorisations d'affichage.",
workflowitem_assignee: "Fixed assignee",
organization_info: "Organisme de financement",
total_budget_info: "Total budget",
total_budget_info: "Partie prenante participante",
default_assignee_warning: "Fixed assignee cannot be changed once Subproject is created.",
default_assignee_warning2:
"Fixed assignee will be assigned to all workflow action items in subproject without an option to change it."
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 @@ -312,7 +312,7 @@ const ka = {
"მხოლოდ ტიპის workflow action- ის აკრძალვა შეზღუდულია. შეზღუდული workflow action- ის მინიჭებისას, ნებართვები ავტომატურად გაიცემა და გაუქმდება. შემკვეთი მხოლოდ ნახვის ნებართვებს ინახავს.",
workflowitem_assignee: "ფიქსირებული მიმწოდებელი",
organization_info: "დამფინანსებელი ორგანიზაცია",
total_budget_info: "Total budget",
total_budget_info: "მონაწილე დაინტერესებული მხარე",
default_assignee_warning: "Fixed assignee cannot be changed once Subproject is created.",
default_assignee_warning2:
"Fixed assignee will be assigned to all workflow actions in subproject without an option to change it."
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 @@ -225,7 +225,7 @@ const de = {
"Nur Workflow-Elemente vom Typ 'eingeschränkt' zulassen. Bei Zuweisung eines eingeschränkten Workflow-Items an einen anderen User werden Berechtigungen automatisch erteilt und entzogen. Der Zuweisende behält nur die Anzeigerechte.",
workflowitem_assignee: "Fester Zuständiger",
organization_info: "Förderer",
total_budget_info: "Total budget",
total_budget_info: "Beteiligter Stakeholder",
default_assignee_warning: "Fixed assignee cannot be changed once Subproject is created.",
default_assignee_warning2:
"Fixed assignee will be assigned to all workflow items in subproject without an option to change it."
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 @@ -312,7 +312,7 @@ const pt = {
"Permitir apenas item de fluxo de trabalho do tipo restrito. Ao atribuir um item de fluxo de trabalho restrito, as permissões são concedidas e revogadas automaticamente. O atribuidor manterá apenas as permissões de visualização.",
workflowitem_assignee: "Cessionário padrão",
organization_info: "Organização financiadora",
total_budget_info: "Total budget",
total_budget_info: "Parte interessada participante",
default_assignee_warning: "Fixed assignee cannot be changed once Subproject is created.",
default_assignee_warning2:
"Fixed assignee will be assigned to all workflow actions items in subproject without an option to change it."
Expand Down
Loading