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

New Crowdin updates #14

Closed
wants to merge 23 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
New translations common.json (Afrikaans)
  • Loading branch information
jy95 committed Apr 1, 2024
commit 4d5b3e7bb457caebde052f48b9f6161813dabdd2
82 changes: 82 additions & 0 deletions src/locales/af/common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"linkwords": {
"and": "and",
"then": "then"
},
"fields": {
"doseQuantity": "{{quantity}} {{unit}}",
"doseRange": {
"lowAndHigh": "{{low}} to {{high}} {{unit}}",
"onlyHigh": "up to {{high}} {{unit}}",
"onlyLow": "{{low}} {{unit}}"
},
"rateQuantity": "at a rate of {{quantity}} {{unit}}",
"rateRange": {
"lowAndHigh": "at a rate of {{low}} to {{high}} {{unit}}",
"onlyHigh": "at a rate of {{high}} {{unit}}",
"onlyLow": "at a rate of {{low}} {{unit}}"
},
"rateRatio": {
"rateRatio_one": "at a rate of {{quantityNumerator}} {{numeratorUnit}} per {{denominatorUnit}}",
"rateRatio_other": "at a rate of {{quantityNumerator}} {{numeratorUnit}} every {{count}} {{denominatorUnit}}"
},
"duration": "over {{durationText}}",
"durationMax": "(maximum {{durationMaxText}})",
"frequency": {
"onlyFrequency_one": "{{count}} time",
"onlyFrequency_other": "{{count}} times",
"withfrequencyMax_one": "{{frequency}}-{{count}} time",
"withfrequencyMax_other": "{{frequency}}-{{count}} times"
},
"frequencyMax": {
"frequencyMax_one": "up to {{count}} time",
"frequencyMax_other": "up to {{count}} times"
},
"period": {
"period_one": "every {{unit}}",
"period_other": "every {{count}} {{unit}}"
},
"periodMax": {
"withPeriod": "every {{period}} to {{count}} {{unit}}",
"onlyPeriodMax_one": "every {{unit}}",
"onlyPeriodMax_other": "every {{count}} {{unit}}"
},
"dayOfWeek": {
"dayOfWeek_one": "on {{dayOfWeek}}",
"dayOfWeek_other": "on {{dayOfWeek}}"
},
"timeOfDay": "at {{timeOfDay}}",
"asNeeded": "as required",
"asNeededFor": "as required for {{reasons}}",
"boundsDuration": "for {{durationText}}",
"boundsPeriod": {
"startAndEnd": "from {{start}} to {{end}}",
"onlyStart": "from {{start}}",
"onlyEnd": "to {{end}}"
},
"boundsRange": {
"lowAndHigh": "for {{low}} to {{high}} {{unit}}",
"onlyHigh": "for up to {{high}} {{unit}}",
"onlyLow": "for at least {{low}} {{unit}}"
},
"count": {
"count_one": "take {{count}} time",
"count_other": "take {{count}} times"
},
"countMax": {
"countMax_one": "take {{low}} to {{count}} time",
"countMax_other": "take {{low}} to {{count}} times"
},
"event": {
"event_one": "on {{event}}",
"event_other": "on {{event}}"
},
"maxDosePerLifetime": "up to a maximum of {{count}} {{unit}} for the lifetime of patient",
"maxDosePerAdministration": "up to a maximum of {{count}} {{unit}} per dose",
"maxDosePerPeriod": {
"general": "up to a maximum of {{maxDosePerPeriodText}}",
"maxDosePerPeriod_one": "{{quantityNumerator}} {{numeratorUnit}} per {{denominatorUnit}}",
"maxDosePerPeriod_other": "{{quantityNumerator}} {{numeratorUnit}} every {{count}} {{denominatorUnit}}"
}
}
}
Loading