You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/messages.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -691,6 +691,8 @@
691
691
"ExpectedFailOrSkip": "expected 'fail', 'skip', or 'pass' here",
692
692
"ExpectedFeatureListTerminal": "expected ',' or ']' in feature list",
693
693
"ExpectedFeatureName": "expected feature name (must be lowercase, digits, '-')",
694
+
"ExpectedInstallStateField": "expected one of 'not-installed', 'half-installed', or 'installed'",
695
+
"_ExpectedInstallStateField.comment": "The values in ''s are locale-invariant",
694
696
"ExpectedOneSetOfTags": "Found {count} sets of {old_value}.*{new_value} but expected exactly 1, in block:\n{value}",
695
697
"_ExpectedOneSetOfTags.comment": "{old_value} is a left tag and {new_value} is the right tag. {value} is the input. An example of {count} is 42.",
696
698
"ExpectedOneVersioningField": "expected only one versioning field",
@@ -699,7 +701,11 @@
699
701
"ExpectedPortName": "expected a port name here (must be lowercase, digits, '-')",
700
702
"ExpectedReadWriteReadWrite": "unexpected argument: expected 'read', readwrite', or 'write'",
701
703
"ExpectedStatusField": "Expected 'status' field in status paragraph",
704
+
"ExpectedTextHere": "expected '{expected}' here",
705
+
"_ExpectedTextHere.comment": "{expected} is a locale-invariant string a parser was searching for",
702
706
"ExpectedTripletName": "expected a triplet name here (must be lowercase, digits, '-')",
707
+
"ExpectedWantField": "expected one of 'install', 'hold', 'deinstall', or 'purge' here",
708
+
"_ExpectedWantField.comment": "The values in ''s are locale-invariant",
703
709
"ExportArchitectureReq": "Export prefab requires targeting at least one of the following architectures arm64-v8a, armeabi-v7a, x86_64, x86 to be present.",
704
710
"ExportPrefabRequiresAndroidTriplet": "export prefab requires an Android triplet.",
0 commit comments