|
19839 | 19839 | "ui-agreements.errors.hasNonAlphaName": [ |
19840 | 19840 | { |
19841 | 19841 | "type": 0, |
19842 | | - "value": "The name can only contain Latin alphabetical characters (a-z) and non-leading numeric characters." |
| 19842 | + "value": "The name must start with a letter, and can only contain letters, numbers, and underscores." |
19843 | 19843 | } |
19844 | 19844 | ], |
19845 | 19845 | "ui-agreements.errors.invalidNumber": [ |
|
91627 | 91627 | "ui-licenses.errors.hasNonAlphaName": [ |
91628 | 91628 | { |
91629 | 91629 | "type": 0, |
91630 | | - "value": "The name can only contain Latin alphabetical characters (a-z) and non-leading numeric characters." |
| 91630 | + "value": "The name must start with a letter, and can only contain letters, numbers, and underscores." |
91631 | 91631 | } |
91632 | 91632 | ], |
91633 | 91633 | "ui-licenses.errors.invalidNumber": [ |
@@ -116171,6 +116171,12 @@ |
116171 | 116171 | "value": "نوع العد" |
116172 | 116172 | } |
116173 | 116173 | ], |
| 116174 | + "ui-plugin-eusage-reports.report-form.count-type.overview": [ |
| 116175 | + { |
| 116176 | + "type": 0, |
| 116177 | + "value": "Overview (all)" |
| 116178 | + } |
| 116179 | + ], |
116174 | 116180 | "ui-plugin-eusage-reports.report-form.count-type.total": [ |
116175 | 116181 | { |
116176 | 116182 | "type": 0, |
@@ -116537,18 +116543,48 @@ |
116537 | 116543 | "value": "العنوان" |
116538 | 116544 | } |
116539 | 116545 | ], |
| 116546 | + "ui-plugin-eusage-reports.useOverTime.metric.Searches_Regular": [ |
| 116547 | + { |
| 116548 | + "type": 0, |
| 116549 | + "value": "Searches (regular)" |
| 116550 | + } |
| 116551 | + ], |
| 116552 | + "ui-plugin-eusage-reports.useOverTime.metric.Total_Item_Investigations": [ |
| 116553 | + { |
| 116554 | + "type": 0, |
| 116555 | + "value": "Total item investigations" |
| 116556 | + } |
| 116557 | + ], |
116540 | 116558 | "ui-plugin-eusage-reports.useOverTime.metric.Total_Item_Requests": [ |
116541 | 116559 | { |
116542 | 116560 | "type": 0, |
116543 | 116561 | "value": "إجمالي طلبات المواد" |
116544 | 116562 | } |
116545 | 116563 | ], |
| 116564 | + "ui-plugin-eusage-reports.useOverTime.metric.Unique_Item_Investigations": [ |
| 116565 | + { |
| 116566 | + "type": 0, |
| 116567 | + "value": "Unique item investigations" |
| 116568 | + } |
| 116569 | + ], |
116546 | 116570 | "ui-plugin-eusage-reports.useOverTime.metric.Unique_Item_Requests": [ |
116547 | 116571 | { |
116548 | 116572 | "type": 0, |
116549 | 116573 | "value": "طلبات المواد الفريدة" |
116550 | 116574 | } |
116551 | 116575 | ], |
| 116576 | + "ui-plugin-eusage-reports.useOverTime.metric.Unique_Title_Investigations": [ |
| 116577 | + { |
| 116578 | + "type": 0, |
| 116579 | + "value": "Unique title investigations" |
| 116580 | + } |
| 116581 | + ], |
| 116582 | + "ui-plugin-eusage-reports.useOverTime.metric.Unique_Title_Requests": [ |
| 116583 | + { |
| 116584 | + "type": 0, |
| 116585 | + "value": "Unique title requests" |
| 116586 | + } |
| 116587 | + ], |
116552 | 116588 | "ui-plugin-eusage-reports.useOverTime.raw-data": [ |
116553 | 116589 | { |
116554 | 116590 | "type": 0, |
@@ -119155,6 +119191,156 @@ |
119155 | 119191 | "value": "No matches! Use the “Organization look-up” below to add organizations" |
119156 | 119192 | } |
119157 | 119193 | ], |
| 119194 | + "ui-plugin-query-builder.operators.CONTAINS": [ |
| 119195 | + { |
| 119196 | + "type": 0, |
| 119197 | + "value": "contains" |
| 119198 | + } |
| 119199 | + ], |
| 119200 | + "ui-plugin-query-builder.operators.EMPTY": [ |
| 119201 | + { |
| 119202 | + "type": 0, |
| 119203 | + "value": "is null/empty" |
| 119204 | + } |
| 119205 | + ], |
| 119206 | + "ui-plugin-query-builder.operators.EQUAL": [ |
| 119207 | + { |
| 119208 | + "type": 0, |
| 119209 | + "value": "equals" |
| 119210 | + } |
| 119211 | + ], |
| 119212 | + "ui-plugin-query-builder.operators.GREATER_THAN": [ |
| 119213 | + { |
| 119214 | + "type": 0, |
| 119215 | + "value": "greater than" |
| 119216 | + } |
| 119217 | + ], |
| 119218 | + "ui-plugin-query-builder.operators.GREATER_THAN_OR_EQUAL": [ |
| 119219 | + { |
| 119220 | + "type": 0, |
| 119221 | + "value": "greater than or equal to" |
| 119222 | + } |
| 119223 | + ], |
| 119224 | + "ui-plugin-query-builder.operators.IN": [ |
| 119225 | + { |
| 119226 | + "type": 0, |
| 119227 | + "value": "in" |
| 119228 | + } |
| 119229 | + ], |
| 119230 | + "ui-plugin-query-builder.operators.LESS_THAN": [ |
| 119231 | + { |
| 119232 | + "type": 0, |
| 119233 | + "value": "less than" |
| 119234 | + } |
| 119235 | + ], |
| 119236 | + "ui-plugin-query-builder.operators.LESS_THAN_OR_EQUAL": [ |
| 119237 | + { |
| 119238 | + "type": 0, |
| 119239 | + "value": "less than or equal to" |
| 119240 | + } |
| 119241 | + ], |
| 119242 | + "ui-plugin-query-builder.operators.NOT_CONTAINS": [ |
| 119243 | + { |
| 119244 | + "type": 0, |
| 119245 | + "value": "not contains" |
| 119246 | + } |
| 119247 | + ], |
| 119248 | + "ui-plugin-query-builder.operators.NOT_EQUAL": [ |
| 119249 | + { |
| 119250 | + "type": 0, |
| 119251 | + "value": "not equal to" |
| 119252 | + } |
| 119253 | + ], |
| 119254 | + "ui-plugin-query-builder.operators.NOT_IN": [ |
| 119255 | + { |
| 119256 | + "type": 0, |
| 119257 | + "value": "not in" |
| 119258 | + } |
| 119259 | + ], |
| 119260 | + "ui-plugin-query-builder.operators.STARTS_WITH": [ |
| 119261 | + { |
| 119262 | + "type": 0, |
| 119263 | + "value": "starts with" |
| 119264 | + } |
| 119265 | + ], |
| 119266 | + "ui-plugin-query-builder.operators.boolean.$and": [ |
| 119267 | + { |
| 119268 | + "type": 0, |
| 119269 | + "value": "AND" |
| 119270 | + } |
| 119271 | + ], |
| 119272 | + "ui-plugin-query-builder.operators.symbol.CONTAINS": [ |
| 119273 | + { |
| 119274 | + "type": 0, |
| 119275 | + "value": "contains" |
| 119276 | + } |
| 119277 | + ], |
| 119278 | + "ui-plugin-query-builder.operators.symbol.EMPTY": [ |
| 119279 | + { |
| 119280 | + "type": 0, |
| 119281 | + "value": "is null/empty" |
| 119282 | + } |
| 119283 | + ], |
| 119284 | + "ui-plugin-query-builder.operators.symbol.EQUAL": [ |
| 119285 | + { |
| 119286 | + "type": 0, |
| 119287 | + "value": "==" |
| 119288 | + } |
| 119289 | + ], |
| 119290 | + "ui-plugin-query-builder.operators.symbol.GREATER_THAN": [ |
| 119291 | + { |
| 119292 | + "type": 0, |
| 119293 | + "value": ">" |
| 119294 | + } |
| 119295 | + ], |
| 119296 | + "ui-plugin-query-builder.operators.symbol.GREATER_THAN_OR_EQUAL": [ |
| 119297 | + { |
| 119298 | + "type": 0, |
| 119299 | + "value": ">=" |
| 119300 | + } |
| 119301 | + ], |
| 119302 | + "ui-plugin-query-builder.operators.symbol.IN": [ |
| 119303 | + { |
| 119304 | + "type": 0, |
| 119305 | + "value": "in" |
| 119306 | + } |
| 119307 | + ], |
| 119308 | + "ui-plugin-query-builder.operators.symbol.LESS_THAN": [ |
| 119309 | + { |
| 119310 | + "type": 0, |
| 119311 | + "value": "<" |
| 119312 | + } |
| 119313 | + ], |
| 119314 | + "ui-plugin-query-builder.operators.symbol.LESS_THAN_OR_EQUAL": [ |
| 119315 | + { |
| 119316 | + "type": 0, |
| 119317 | + "value": "<=" |
| 119318 | + } |
| 119319 | + ], |
| 119320 | + "ui-plugin-query-builder.operators.symbol.NOT_CONTAINS": [ |
| 119321 | + { |
| 119322 | + "type": 0, |
| 119323 | + "value": "not contains" |
| 119324 | + } |
| 119325 | + ], |
| 119326 | + "ui-plugin-query-builder.operators.symbol.NOT_EQUAL": [ |
| 119327 | + { |
| 119328 | + "type": 0, |
| 119329 | + "value": "!=" |
| 119330 | + } |
| 119331 | + ], |
| 119332 | + "ui-plugin-query-builder.operators.symbol.NOT_IN": [ |
| 119333 | + { |
| 119334 | + "type": 0, |
| 119335 | + "value": "not in" |
| 119336 | + } |
| 119337 | + ], |
| 119338 | + "ui-plugin-query-builder.operators.symbol.STARTS_WITH": [ |
| 119339 | + { |
| 119340 | + "type": 0, |
| 119341 | + "value": "starts with" |
| 119342 | + } |
| 119343 | + ], |
119158 | 119344 | "ui-plugin-query-builder.options.false": [ |
119159 | 119345 | { |
119160 | 119346 | "type": 0, |
@@ -133672,6 +133858,20 @@ |
133672 | 133858 | "value": "استلام القطع" |
133673 | 133859 | } |
133674 | 133860 | ], |
| 133861 | + "ui-serials-management.pieceSets.receivingPiecesAlreadyExistWarning": [ |
| 133862 | + { |
| 133863 | + "type": 0, |
| 133864 | + "value": "Warning: Receiving pieces already exist for this predicted piece set. See " |
| 133865 | + }, |
| 133866 | + { |
| 133867 | + "type": 1, |
| 133868 | + "value": "link" |
| 133869 | + }, |
| 133870 | + { |
| 133871 | + "type": 0, |
| 133872 | + "value": " for more details." |
| 133873 | + } |
| 133874 | + ], |
133675 | 133875 | "ui-serials-management.pieceSets.startDate": [ |
133676 | 133876 | { |
133677 | 133877 | "type": 0, |
|
0 commit comments