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

issue-1539/internationalize call history #1548

Merged
merged 2 commits into from
Sep 21, 2023
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
2 changes: 1 addition & 1 deletion src/locale/da.yml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ feat:
som helst opgave til.
two: Fjern personer, der er blevet ringet op mindst 1 gang i opgaven 'Aktiver
gamle medlemmer' i løbet af de sidste 30 dage.
inputString: '{addRemoveSelect} personer som {callSelect} mindst {minTimes}
inputString: '{addRemoveSelect} personer som {callSelect} mindst
{minTimes} i {assignmentSelect} {timeFrame}.'
minTimes: '{minTimes} {minTimes, plural, one {gang} other {gange}}'
minTimesInput: '{input} {minTimes, plural, one {gang} other {gange}}'
Expand Down
4 changes: 2 additions & 2 deletions src/locale/nn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,9 @@ feat:
ringeoppdrag når som helst.
two: Fjern folk som har blitt ringt minst en gang i ringeoppdraget "Valgkamp
2023" de siste 30 dagene.
inputString: '{addRemoveSelect} folk som {callSelect} minst {minTimes} {minTimes,
plural, one {gang} other {ganger}} i {assignmentSelect} {timeFrame}.'
inputString: '{addRemoveSelect} folk som {callSelect} minst {minTimes} i {assignmentSelect} {timeFrame}.'
minTimes: '{minTimes} {minTimes, plural, one {gang} other {ganger}}'
minTimesInput: '{input} {minTimes, plural, one {gang} other {ganger}}'
campaignParticipation:
activitySelect:
activity: aktiviteten "{activity}"
Expand Down
4 changes: 2 additions & 2 deletions src/locale/sv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,10 +698,10 @@ feat:
närsomhelt.
two: Ta bort personer som blivit ringda åtminstone 1 gång i uppdraget 'Aktivera
gamla medlemmar' under de senaste 30 dagarna.
inputString: '{addRemoveSelect} personer som {callSelect} minst {minTimesInput}
inputString: '{addRemoveSelect} personer som {callSelect} minst
{minTimes} i {assignmentSelect} {timeFrame}.'
minTimes: '{minTimesInput} {minTimes, plural, one {gång} other {gånger}}'
minTimesInput: '{minTimesInput}'
minTimesInput: '{input} {minTimes, plural, one {gång} other {gånger}}'
campaignParticipation:
activitySelect:
activity: typ "{activity}"
Expand Down