Skip to content

Commit

Permalink
Merge pull request #729 from folio-org/release_11.0.1
Browse files Browse the repository at this point in the history
Release 11.0.1
  • Loading branch information
EthanFreestone authored Apr 19, 2024
2 parents 7c88f14 + d9aebab commit 9580c1c
Show file tree
Hide file tree
Showing 9 changed files with 208 additions and 204 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-licenses

## 11.0.1 2024-04-19
* ERM-3182 Scrolling content in license view pane can overlap header
* Translations

## 11.0.0 2024-03-22
* ERM-3129 Remove explicit typescript version
* ERM-3119 Add Organisation status to organisation card display
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/licenses",
"version": "11.0.0",
"version": "11.0.1",
"description": "ERM License functionality for Stripes",
"main": "src/index.js",
"repository": "",
Expand Down
6 changes: 3 additions & 3 deletions src/components/viewSections/LicenseHeader/LicenseHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
/* AccordionHeaders and other elements that use a
`interactionStyles` class have a z-index of 1 which
would render them above this floaty. */
z-index: 2;
z-index: 1000;

/* As content scrolls behind this div and then /above/ it, it
will be visible due to the padding in ContentPane.
Add a box-shadow in the same colour as the background and
with the same size as said ContentPane padding to hide it.
Additionally, add a margin-bottom on this div to prevent
hiding any content below it. */
box-shadow: 0 0 0 var(--gutter) var(--bg);
margin-bottom: var(--gutter);
box-shadow: 0 0 0 calc(var(--gutter) * 2) var(--bg);
margin-bottom: calc(var(--gutter) * 2);
}
2 changes: 1 addition & 1 deletion translations/ui-licenses/cs_CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Celé číslo",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Výběrový seznam",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Definice výběrového seznamu",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Textová",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Text",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Datum",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Výběrový seznam (vícenásobný výběr)",
"customProperties.config.all": "Všechny",
Expand Down
6 changes: 3 additions & 3 deletions translations/ui-licenses/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"amendments.view.startDate": "Vertragsänderungsstartdatum",
"amendments.view.endDate": "Vertragsänderungsenddatum",
"amendments.view.license.licensor": "Lizenzgeber",
"prop.licensor.notSet": "Nicht belegt",
"prop.licensor.notSet": "<i>&lt;kein Wert gewählt&gt;</i>",
"licenses": "Lizenzverträge",
"appMenu.keyboardShortcuts": "Tastenkürzel",
"editLicense.name": "Lizenzvertrag bearbeiten - {name}",
Expand Down Expand Up @@ -178,7 +178,7 @@
"settings.pickList.deletePickListError": "Beim Löschen der Auswahlliste ist ein Fehler aufgetreten: <strong>{label}</strong>. {error}",
"settings.pickListValues.deletePickListValue": "Auswahllistenwert löschen",
"settings.pickListValues.deletePickListValueError": "Beim Löschen des Auswahllistenwerts ist ein Fehler aufgetreten: <strong>{label}</strong>. {error}",
"notSet": "Nicht festgelegt",
"notSet": "<i>&lt;kein Wert gewählt&gt;</i>",
"save": "Speichern",
"actions": "Aktionen",
"search": "Suchen",
Expand Down Expand Up @@ -266,7 +266,7 @@
"refdataCategory.deleteRefdataCategory.confirmMessage": "<strong>{name}</strong> wird gelöscht.",
"refdataCategory.deleteRefdataCategory.errorMessage": "<strong>Fehler:</strong> Auswahlliste <strong>{label}</strong> wurde nicht gelöscht. Das liegt wahrscheinlich daran, dass diese in einer oder mehreren Bedingungen verwendet wird. Bitte die Auswahlliste von allen Bedingungen entfernen und danach Löschung erneut versuchen.",
"operator.isSet": "Ist belegt",
"operator.isNotSet": "Ist nicht belegt",
"operator.isNotSet": "<i>&lt;kein Wert gewählt&gt;</i>",
"operator.equals": "Ist gleich",
"operator.doesNotEqual": "Ist nicht gleich",
"operator.isGreaterThanOrEqual": "Ist größer oder gleich",
Expand Down
108 changes: 54 additions & 54 deletions translations/ui-licenses/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,23 +134,23 @@
"duplicateLicenseModal.terms": "条件",
"alternativeNames": "別名",
"duplicateAmendmentModal.cloneEndpointError": "Unable to duplicate the amendment. The clone endpoint could not be accessed.",
"duplicateAmendmentModal.coreDocs": "Core documents",
"duplicateAmendmentModal.coreDocs": "コアドキュメント",
"duplicateAmendmentModal.duplicateAmendment": "Duplicate amendment",
"duplicateAmendmentModal.duplicateMessage": "Please select which sections of the amendment to duplicate",
"duplicateAmendmentModal.duplicateModalError": "Error: the amendment was not duplicated",
"duplicateAmendmentModal.invalidResponseError": "Unable to duplicate the amendment. The response received from the server was invalid.",
"duplicateAmendmentModal.amendmentDateInfo": "Amendment date information",
"duplicateAmendmentModal.amendmentInfo": "Amendment information",
"duplicateAmendmentModal.supplementaryDocs": "Supplementary documents",
"duplicateAmendmentModal.amendmentDateInfo": "修正データ情報",
"duplicateAmendmentModal.amendmentInfo": "修正情報",
"duplicateAmendmentModal.supplementaryDocs": "補足文書",
"duplicateAmendmentModal.terms": "条件",
"amendments.view.paneTitle": "Amendment: {name}",
"amendments.view.status": "Amendment status",
"amendments.view.startDate": "Amendment start date",
"amendments.view.endDate": "Amendment end date",
"amendments.view.paneTitle": "修正: {name}",
"amendments.view.status": "修正ステータス",
"amendments.view.startDate": "修正開始日",
"amendments.view.endDate": "修正終了日",
"amendments.view.license.licensor": "ライセンサー",
"prop.licensor.notSet": "設定されていません",
"licenses": "ライセンス",
"appMenu.keyboardShortcuts": "Keyboard shortcuts",
"appMenu.keyboardShortcuts": "キーボードショートカット",
"editLicense.name": "ライセンスを編集",
"amendments.edit": "Edit amendment - {name}",
"emptyAccordion.coreDocuments.amendment": "No core documents for this amendment",
Expand All @@ -165,92 +165,92 @@
"section.amendmentsOnParentLicense": "親ライセンスの変更",
"section.parentLicenseAgreements": "親ライセンスにリンクされた契約",
"settings.settingsSection.fileStorage": "ファイルストレージ",
"settings.fileStorage.s3AccessKey": "S3 access key",
"settings.fileStorage.s3BucketName": "S3 bucket name",
"settings.fileStorage.s3Endpoint": "S3 endpoint",
"settings.fileStorage.s3ObjectPrefix": "S3 object prefix",
"settings.fileStorage.s3SecretKey": "S3 secret key",
"settings.fileStorage.storageEngine": "Storage engine",
"settings.fileStorage.s3AccessKey": "S3 アクセスキー",
"settings.fileStorage.s3BucketName": "S3 バケット名",
"settings.fileStorage.s3Endpoint": "S3 エンドポイント",
"settings.fileStorage.s3ObjectPrefix": "S3オブジェクトのプリフィクス",
"settings.fileStorage.s3SecretKey": "S3 シークレットキー",
"settings.fileStorage.storageEngine": "ストレージエンジン",
"settings.customProperties.all": "全て",
"settings.customProperties.none": "なし",
"settings.noOfValues": "値の数",
"settings.pickList.deletePickList": "選択リストの削除",
"settings.pickList.deletePickListError": "There was an error deleting pick list: <strong>{label}</strong>. {error}",
"settings.pickList.deletePickListError": "選択リストの削除中にエラーが発生しました: <strong> {label} </strong> {error}",
"settings.pickListValues.deletePickListValue": "選択リストの値の削除",
"settings.pickListValues.deletePickListValueError": "選択リスト値<strong> {label} </strong>の削除中にエラーが発生しました。 {error}",
"notSet": "Not set",
"save": "Save",
"save": "保存",
"actions": "Actions",
"search": "Search",
"saveAndClose": "Save & close",
"new": "New",
"search": "検索",
"saveAndClose": "保存して閉じる",
"new": "新規",
"yes": "はい",
"no": "いいえ",
"errors.invalidNumber": "Please enter a valid number to continue",
"errors.hasNonAlphaName": "The name can only contain Latin alphabetical characters (a-z) and non-leading numeric characters.",
"errors.invalidNumber": "続行するには正しい数値を入力してください",
"errors.hasNonAlphaName": "名前に使用できるのは、英字ラテン文字 (a -z) と先頭以外の数字のみです。",
"errors.valueNotInRange": "続行するには、 {min}から{max}の範囲の整数を入力してください",
"errors.decimalValueNotInRange": "続行するには、 {min}から{max}の範囲で数値を入力してください",
"errors.maxTwoDecimals": "Please enter a number with a maximum of 2 decimals places",
"errors.maxTwoDecimals": "小数点以下2桁までの数字を入力してください",
"customProperties": "条件",
"customProperties.label": "ラベル",
"customProperties.primary": "プライマリ",
"customProperties.retired": "不使用",
"customProperties.ctx": "カテゴリー",
"customProperties.ctx.addContext": "カテゴリーを入力してください",
"customProperties.noCtxFound": "No matching category found",
"customProperties.noCtxFound": "一致するカテゴリが見つかりません",
"customProperties.weight": "順番の重みづけ",
"customProperties.type": "Type",
"customProperties.internalFalse": "Public",
"customProperties.type": "タイプ",
"customProperties.internalFalse": "公開",
"customProperties.internalNote": "内部ノート",
"customProperties.internalTrue": "Internal",
"customProperties.internalTrue": "内部",
"customProperties.publicNote": "公開ノート",
"customProperties.name": "Name",
"customProperties.description": "Description",
"customProperties.name": "名前",
"customProperties.description": "説明",
"customProperties.category": "選択リスト",
"customProperties.defaultVisibility": "デフォルトの可視性",
"customProperties.value": "",
"customProperties.visibility": "可視性",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Container",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "ブーリアン",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "コンテナ",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "小数(dicimal)",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "整数(integer)",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "選択リスト",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "選択リストの定義",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Text",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Date",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "日付",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "選択リスト (複数選択)",
"customProperties.config.all": "All",
"customProperties.config.delete.errorMessage": "There was an error deleting term: <strong>{label}</strong>. {error}",
"customProperties.config.delete.confirmHeading": "Delete term",
"customProperties.config.delete.confirmMessage": "Term <strong>{name}</strong> will be <strong>deleted</strong>.",
"customProperties.config.newModal": "New term",
"customProperties.config.editModal": "Edit {name}",
"customProperties.config.all": "全て",
"customProperties.config.delete.errorMessage": "用語<strong> {label} </strong>の削除中にエラーが発生しました。 {error}",
"customProperties.config.delete.confirmHeading": "用語の削除",
"customProperties.config.delete.confirmMessage": "用語<strong>{name} </strong> <strong>削除</strong>されます 。",
"customProperties.config.newModal": "新しい用語",
"customProperties.config.editModal": "編集{name}",
"customProperties.errors.primaryRetired": "条件をプライマリと不使用の両方にすることはできません",
"customProperties.errors.customPropertyNoteInvalidNumber": "A valid number must be entered in order to save a note",
"customProperties.errors.customPropertyNoteInvalidNumber": "ノートを保存するためには、有効な数値を入力する必要があります",
"customProperties.errors.customPropertyNoteWithoutValue": "ノートを保存するためには、値を設定する必要があります。",
"customProperties.defaultTitle": "条件 ({ctx})",
"customProperties.optionalProperties": "オプション条件",
"customProperties.primaryProperties": "プライマリ条件",
"customProperties.addProperty": "Add term",
"customProperty.optionalPropertyHeader": "term {number}",
"customProperty.remove": "Remove term {number}",
"customProperty": "Term",
"customProperty.filtersApplied": "{count} term filters applied",
"customProperties.addProperty": "用語を追加",
"customProperty.optionalPropertyHeader": "用語{number}",
"customProperty.remove": "用語の削除{number}",
"customProperty": "用語",
"customProperty.filtersApplied": "{count} 個の条件フィルターが適用されています",
"customProperty.retiredName": "不使用: {name}",
"customProperty.filterIndex": "Term filter {index}",
"customProperty.removeFilter": "Remove term filter {index}",
"customProperty.addFilter": "Add term filter",
"customProperty.editCustomPropertyFilters": "Edit term filters",
"customProperty.filterBuilder": "Term filter builder",
"customProperty.removeRule": "Remove rule",
"customProperty.filterIndex": "条件フィルター {index}",
"customProperty.removeFilter": "条件フィルター{index}を削除",
"customProperty.addFilter": "条件フィルターの追加",
"customProperty.editCustomPropertyFilters": "条件フィルターの編集",
"customProperty.filterBuilder": "条件フィルタービルダー",
"customProperty.removeRule": "ルールの削除",
"comparator": "Operator",
"value": "",
"valueOrValues": "",
"addRule": "Add rule",
"addRule": "ルールの追加",
"AND": "AND",
"OR": "OR",
"apply": "Apply",
"apply": "適用",
"refdata.deleteRefdataValue": "選択リストの値の削除",
"refdata.deleteRefdataValue.confirmMessage": "<strong> {name} </strong>は削除されます。",
"refdata.deleteRefdataValue.errorMessage": "<strong>エラー: </strong>選択リストの値<strong> {label} </strong>は、1 つまたは複数のライセンスの 1 つまたは複数の条件で使用されているため、削除されませんでした。",
Expand Down
12 changes: 6 additions & 6 deletions translations/ui-licenses/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"prop.termVisibility": "Widoczność",
"settings.termPickList": "Konfiguracja listy wyboru terminów licencji",
"settings.pickList": "Lista wyboru",
"settings.pickLists": "Lista wyboru",
"settings.pickLists": "Listy wyboru",
"settings.pickListSelect": "Wybierz listę wyboru",
"settings.pickListValues": "Wartości z listy wyboru",
"settings.actions": "Akcje",
Expand Down Expand Up @@ -206,7 +206,7 @@
"customProperties.publicNote": "Uwaga publiczna",
"customProperties.name": "Nazwa",
"customProperties.description": "Opis",
"customProperties.category": "Pick list",
"customProperties.category": "Lista wyboru",
"customProperties.defaultVisibility": "Widoczność",
"customProperties.value": "Value(s)",
"customProperties.visibility": "Widoczność",
Expand All @@ -215,11 +215,11 @@
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Container",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Pick list",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Lista wyboru",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Pick list definition",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Text",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Date",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Pick list (multi-select)",
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Lista wyboru (wielokrotny wybór)",
"customProperties.config.all": "Wszystko",
"customProperties.config.delete.errorMessage": "There was an error deleting term: <strong>{label}</strong>. {error}",
"customProperties.config.delete.confirmHeading": "Delete term",
Expand All @@ -245,7 +245,7 @@
"customProperty.filterBuilder": "Term filter builder",
"customProperty.removeRule": "Remove rule",
"comparator": "Operator",
"value": "Value",
"value": "Wartość",
"valueOrValues": "Value(s)",
"addRule": "Add rule",
"AND": "I",
Expand All @@ -255,7 +255,7 @@
"refdata.deleteRefdataValue.confirmMessage": "<strong>{name}</strong> will be deleted.",
"refdata.deleteRefdataValue.errorMessage": "<strong>Error:</strong> Pick list value <strong>{label}</strong> was not deleted because it is in use in one or more terms on one or more licenses.",
"refdata.label": "Etykieta",
"refdata.value": "Value",
"refdata.value": "Wartość",
"refdata.editAriaLabel": "Edit value {label}",
"refdata.deleteAriaLabel": "Delete value {label}",
"refdataCategory.refdataCategory": "Kategoria",
Expand Down
2 changes: 1 addition & 1 deletion translations/ui-licenses/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"prop.amendmentLinkStatus": "Status do link para aditivo",
"prop.unassigned": "Não atribuído",
"section.amendmentsOnParentLicense": "Aditivos na licença pai",
"section.parentLicenseAgreements": "Acordos vinculados à licença pai",
"section.parentLicenseAgreements": "Contratos vinculados à licença pai",
"settings.settingsSection.fileStorage": "Armazenamento de arquivo",
"settings.fileStorage.s3AccessKey": "chave de acesso S3",
"settings.fileStorage.s3BucketName": "Nome do bucket do S3",
Expand Down
Loading

0 comments on commit 9580c1c

Please sign in to comment.