Skip to content

Commit

Permalink
UICIRC-1128: Added missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy-Litvinenko committed Dec 3, 2024
1 parent b37527f commit 74e4a42
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for ui-circulation

## 10.1.0 IN PROGRESS

* Incorrect name for Title level request setting. Refs UICIRC-1128.

## [10.0.0](https://github.com/folio-org/ui-circulation/tree/v10.0.0) (2024-11-30)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v9.2.1...v10.0.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/circulation",
"version": "10.0.0",
"version": "10.1.0",
"description": "Circulation manager",
"repository": "folio-org/ui-circulation",
"publishConfig": {
Expand Down
5 changes: 4 additions & 1 deletion translations/ui-circulation/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"settings.index.patronNotices": "Patron notice templates",
"settings.index.noticePolicies": "Patron notice policies",
"settings.index.requestPolicies": "Request policies",
"settings.index.titleLevelRequests": "Title level requests",
"settings.index.titleLevelRequestsTlr": "Title level requests (TLR)",
"settings.index.tlrPatronNotices": "TLR patron notice templates",
"settings.index.consortiumTLR": "Consortium title level requests (TLR)",
Expand All @@ -36,11 +37,12 @@
"settings.title.patronNoticeTemplates": "Patron notice {optionNumber, plural, one {template} other {templates}}",
"settings.title.requestCancellationReasons": "Request cancellation reasons",
"settings.title.requestPolicies": "Request {optionNumber, plural, one {policy} other {policies}}",
"settings.title.titleLevelRequests": "Title level requests",
"settings.title.titleLevelRequestsTlr": "Title level requests (TLR)",
"settings.title.tlrPatronNotices": "TLR Patron notice templates",
"settings.title.consortiumTLR": "Consortium title level requests (TLR)",
"settings.title.printHoldRequests": "Print hold requests",
"settings.title.viewPrintDetails": "View print details",
"settings.title.viewPrintDetails": "View print details",
"settings.title.newRecord": "New {name}",
"settings.title.editRecord": "Edit {name}",

Expand Down Expand Up @@ -336,6 +338,7 @@
"settings.requestPolicy.requestTypes.allowAll": "Allow all pickup service points",
"settings.requestPolicy.requestTypes.allowSome": "Allow some pickup service points",

"settings.titleLevelRequests.paneTitle": "Title level requests",
"settings.titleLevelRequestsTlr.paneTitle": "Title level requests (TLR)",
"settings.tlrPatronNotices.paneTitle": "TLR Patron notice templates",
"settings.titleLevelRequests.allow": "Allow title level requests",
Expand Down

0 comments on commit 74e4a42

Please sign in to comment.