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

Lokalise: Translations update #129

Merged
merged 1 commit into from
Jul 2, 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
16 changes: 8 additions & 8 deletions translations/ui-plugin-bursar-export/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bursarExports.criteria.select.type": "Fee/fine type",
"bursarExports.criteria.select.location": "Item location",
"bursarExports.criteria.select.servicePoint": "Item service point",
"bursarExports.criteria.select.patronGroup": "Patron group",
"bursarExports.criteria.select.patronGroup": "Groupe usagers",
"bursarExports.criteria.select.none": "No criteria (always run)",
"bursarExports.criteria.select.label": "Criteria",
"bursarExports.criteria.age.value": "Number of days old",
Expand All @@ -43,12 +43,12 @@
"bursarExports.criteria.location.loc": "Location",
"bursarExports.criteria.servicePoint.value": "Service point",
"bursarExports.conditional.card.header": "If:",
"bursarExports.aggregate.accordion": "Aggregate by patron",
"bursarExports.aggregate.enabler": "Group data by patron",
"bursarExports.aggregate.description": "If enabled, each output row will correspond to a single patron with all of their accounts, rather than just a single account.",
"bursarExports.aggregate.accordion": "Regrouper par usager",
"bursarExports.aggregate.enabler": "Grouper les données par usager",
"bursarExports.aggregate.description": "Si cette option est activée, chaque ligne de résultat correspondra à un seul usager avec tous ses comptes, plutôt qu'à un seul compte.",
"bursarExports.aggregate.filter": "Filter type",
"bursarExports.aggregate.filter.header": "Only include patrons with:",
"bursarExports.aggregate.filter.none": "None (include all patrons)",
"bursarExports.aggregate.filter.header": "Inclure uniquement les usagers avec :",
"bursarExports.aggregate.filter.none": "Aucun (inclure tous les usagers)",
"bursarExports.aggregate.filter.numAccounts": "Number of accounts",
"bursarExports.aggregate.filter.numAccounts.amount": "Number of accounts",
"bursarExports.aggregate.filter.totalAmount": "Total amount",
Expand Down Expand Up @@ -119,15 +119,15 @@
"bursarExports.token.itemInfo.locId": "Location ID",
"bursarExports.token.userInfo.folioId": "Folio ID",
"bursarExports.token.userInfo.extId": "External ID",
"bursarExports.token.userInfo.groupId": "Patron group ID",
"bursarExports.token.userInfo.groupId": "ID du groupe usagers",
"bursarExports.token.userInfo.barcode": "Barcode",
"bursarExports.token.userInfo.username": "Username",
"bursarExports.token.userInfo.firstname": "First name",
"bursarExports.token.userInfo.middlename": "Middle name",
"bursarExports.token.userInfo.lastname": "Last name",
"bursarExports.token.constantConditional.value": "Then use:",
"bursarExports.token.constantConditional.description": "Conditions will be evaluated in order, with the first matched value being used. If no conditions are matched, the fallback value will be used.",
"bursarExports.data.accordion.patron": "Patron data format",
"bursarExports.data.accordion.patron": "Format des données usagers",
"bursarExports.data.accordion.account": "Account data format",
"bursarExports.lengthControl.length": "Desired length",
"bursarExports.lengthControl.filler": "Fill extra space with",
Expand Down
8 changes: 4 additions & 4 deletions translations/ui-plugin-bursar-export/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bursarExports.criteria.select.anyOf": "Any of:",
"bursarExports.criteria.select.noneOf": "None of:",
"bursarExports.criteria.select.age": "Age",
"bursarExports.criteria.select.amount": "Amount",
"bursarExports.criteria.select.amount": "Kwota",
"bursarExports.criteria.select.owner": "Fee/fine owner",
"bursarExports.criteria.select.type": "Fee/fine type",
"bursarExports.criteria.select.location": "Item location",
Expand All @@ -52,7 +52,7 @@
"bursarExports.aggregate.filter.numAccounts": "Number of accounts",
"bursarExports.aggregate.filter.numAccounts.amount": "Number of accounts",
"bursarExports.aggregate.filter.totalAmount": "Total amount",
"bursarExports.aggregate.filter.totalAmount.amount": "Amount",
"bursarExports.aggregate.filter.totalAmount.amount": "Kwota",
"bursarExports.aggregate.filter.operator": "Comparison operator",
"bursarExports.aggregate.filter.operator.less": "Less than but not equal to",
"bursarExports.aggregate.filter.operator.lessEqual": "Less than or equal to",
Expand Down Expand Up @@ -95,9 +95,9 @@
"bursarExports.token.currentDate.format.isoWeekYear": "ISO week year",
"bursarExports.token.currentDate.format.dayOfYear": "Day of year",
"bursarExports.token.currentDate.format.YYYYMMDD": "YYYYMMDD",
"bursarExports.token.currentDate.format.YYYY-MM-DD": "YYYY-MM-DD",
"bursarExports.token.currentDate.format.YYYY-MM-DD": "RRRR-MM-DD",
"bursarExports.token.currentDate.format.MMDDYYYY": "MMDDYYYY",
"bursarExports.token.currentDate.format.DDMMYYYY": "DDMMYYYY",
"bursarExports.token.currentDate.format.DDMMYYYY": "DDMMRRRR",
"bursarExports.token.currentDate.timezone": "Timezone",
"bursarExports.token.accountAmount.enableDecimal": "Include the decimal point",
"bursarExports.token.accountAmount.enableDecimal.description": "If selected, amounts will be exported like “12.50” if left unselected, they will be exported like “1250”.",
Expand Down
Loading