Skip to content

Commit 1eb17a5

Browse files
Update translations
1 parent 864f3a9 commit 1eb17a5

33 files changed

Lines changed: 6663 additions & 63 deletions

platform-complete/ar.json

Lines changed: 202 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19839,7 +19839,7 @@
1983919839
"ui-agreements.errors.hasNonAlphaName": [
1984019840
{
1984119841
"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."
1984319843
}
1984419844
],
1984519845
"ui-agreements.errors.invalidNumber": [
@@ -91627,7 +91627,7 @@
9162791627
"ui-licenses.errors.hasNonAlphaName": [
9162891628
{
9162991629
"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."
9163191631
}
9163291632
],
9163391633
"ui-licenses.errors.invalidNumber": [
@@ -116171,6 +116171,12 @@
116171116171
"value": "نوع العد"
116172116172
}
116173116173
],
116174+
"ui-plugin-eusage-reports.report-form.count-type.overview": [
116175+
{
116176+
"type": 0,
116177+
"value": "Overview (all)"
116178+
}
116179+
],
116174116180
"ui-plugin-eusage-reports.report-form.count-type.total": [
116175116181
{
116176116182
"type": 0,
@@ -116537,18 +116543,48 @@
116537116543
"value": "العنوان"
116538116544
}
116539116545
],
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+
],
116540116558
"ui-plugin-eusage-reports.useOverTime.metric.Total_Item_Requests": [
116541116559
{
116542116560
"type": 0,
116543116561
"value": "إجمالي طلبات المواد"
116544116562
}
116545116563
],
116564+
"ui-plugin-eusage-reports.useOverTime.metric.Unique_Item_Investigations": [
116565+
{
116566+
"type": 0,
116567+
"value": "Unique item investigations"
116568+
}
116569+
],
116546116570
"ui-plugin-eusage-reports.useOverTime.metric.Unique_Item_Requests": [
116547116571
{
116548116572
"type": 0,
116549116573
"value": "طلبات المواد الفريدة"
116550116574
}
116551116575
],
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+
],
116552116588
"ui-plugin-eusage-reports.useOverTime.raw-data": [
116553116589
{
116554116590
"type": 0,
@@ -119155,6 +119191,156 @@
119155119191
"value": "No matches! Use the “Organization look-up” below to add organizations"
119156119192
}
119157119193
],
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+
],
119158119344
"ui-plugin-query-builder.options.false": [
119159119345
{
119160119346
"type": 0,
@@ -133672,6 +133858,20 @@
133672133858
"value": "استلام القطع"
133673133859
}
133674133860
],
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+
],
133675133875
"ui-serials-management.pieceSets.startDate": [
133676133876
{
133677133877
"type": 0,

0 commit comments

Comments
 (0)