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
# Error message for when an input value is too short. {min} is the minimum length
1370
1370
boxui.validation.tooShortError = Input must be at least {min} characters
1371
-
# Badge text indicating version is the current version (must be lower case)
1372
-
boxui.versionHistoryModal.current = current
1373
-
# Label given to the current badge for screen readers
1374
-
boxui.versionHistoryModal.currentVersionLabel = This is the current version of the file
1375
-
# Description of a version that has been deleted
1376
-
boxui.versionHistoryModal.deletedByInfo = Removed on {deleted, date, full} by {deleterUserName}.
1377
-
# Description of a version that will be permanently deleted
1378
-
boxui.versionHistoryModal.deletedPermanentlyByInfo = Removed on {deleted, date, full} by {deleterUserName}. Per your company settings, this version will be removed permanently on {deletedPermanentlyBy, date, full}.
1379
-
# Button text for downloading a version
1380
-
boxui.versionHistoryModal.download = Download
1381
-
# Button text for restoring a version as current
1382
-
boxui.versionHistoryModal.makeCurrent = Make Current
1383
-
# Button text for removing/deleting a version
1384
-
boxui.versionHistoryModal.remove = Remove
1385
-
# Button text for restoring a version
1386
-
boxui.versionHistoryModal.restore = Restore
1387
-
# Description of a version that has been restored
1388
-
boxui.versionHistoryModal.restoredByInfo = Restored on {restored, date, full} by {restorerUserName}.
1389
-
# Description of a version that has been restored from a now unavailable previous version.
1390
-
boxui.versionHistoryModal.restoredFromPreviousVersionInfo = Restored on {restored, date, full} from a previous version by {restorerUserName}.
1391
-
# Description of a version that has been restored. {versionNumber} is the version number of the original file version restored.
1392
-
boxui.versionHistoryModal.restoredFromVersionInfo = Restored on {restored, date, full} from V{versionNumber} by {restorerUserName}.
1393
-
# Text displayed when a version is retained and will be deleted on a certain date
1394
-
boxui.versionHistoryModal.retainedAndDeletedOn = Will be deleted {dispositionDate, date, full} by retention policy.
1395
-
# Text displayed when a version is retained indefinitely
1396
-
boxui.versionHistoryModal.retainedIndefinitely = Retained indefinitely by retention policy.
1397
-
# Text displayed when a version is retained until a certain date
1398
-
boxui.versionHistoryModal.retainedUntil = Retained until {dispositionDate, date, full} by retention policy.
1399
-
# Title of the version history modal
1400
-
boxui.versionHistoryModal.title = Version History
1401
-
# Description of a version that has been uploaded
1402
-
boxui.versionHistoryModal.uploadedInfo = Uploaded on {uploaded, date, full} at {uploaded, time, short} by {uploaderUserName}.
1403
-
# Text displayed instead of button actions
1404
-
boxui.versionHistoryModal.versionLimitExceeded = You can restore the most recent {versionLimit} versions of any file.
0 commit comments