ApplicationResources.properties 15.8 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412
# The block of messages below are only found in this file. If you'd
# like to override them for other languages, simply add the keys
# to the other resource bundles.
webapp.name=BSP
webapp.tagline=Providing integration and style to open source Java.
webapp.version=Version ${pom.version}
company.name=Your Company Here
company.url=http://raibledesigns.com
copyright.year=${copyright.year}


user.status=Logged in as:
user.logout=Logout

# -- validator errors --
errors.invalid={0} is invalid.
errors.maxlength={0} can not be greater than {1} characters.
errors.minlength={0} can not be less than {1} characters.
errors.range={0} is not in the range {1} through {2}.
errors.required={0} is a required field.
errors.byte={0} must be an byte.
errors.date={0} is not a date.
errors.double={0} must be an double.
errors.float={0} must be an float.
errors.integer={0} must be a number.
errors.long={0} must be an long.
errors.short={0} must be an short.
errors.creditcard={0} is not a valid credit card number.
errors.email={0} is an invalid e-mail address.
errors.phone={0} is an invalid phone number.
errors.zip={0} is an invalid zip code.

# -- other errors --
errors.cancel=Operation cancelled.
errors.detail={0}
errors.general=The process did not complete. Details should follow.
errors.token=Request could not be completed. Operation is not in sequence.
errors.none=No error message was found, check your server logs.
errors.password.mismatch=Invalid username and/or password, please try again.
errors.conversion=An error occurred while converting web values to data values.
errors.twofields=The {0} field has to have the same value as the {1} field.
errors.existing.user=This username ({0}) or e-mail address ({1}) already exists.  Please try a different username.
errors.sending.email=An error has occurred while sending an email

# -- generic messages --
entity.saved=Form information was saved successfully.
entity.deleted=Form information was deleted successfully.


# -- success messages --
user.added=User information for {0} has been added successfully.
user.deleted=User Profile for {0} has been deleted successfully.
user.registered=You have successfully registered for access to this application.
user.saved=Your profile has been updated successfully.
user.updated.byAdmin=User information for {0} has been successfully updated.
newuser.email.message={0} has created an AppFuse account for you.  Your username and password information is below.
reload.succeeded=Reloading options completed successfully.

# -- error page messages --
errorPage.title=An error has occurred
errorPage.heading=Yikes!
errorPage.message=Please check your log files for further information.

404.title=Page Not Found
404.message=The page you requested was not found.  You might try returning to the <a href="{0}">Home</a>. While you&#39;re here, how about a pretty picture to cheer you up?
403.title=Access Denied
403.message=Your current role does not allow you to view this page.  Please contact your system administrator if you believe you should have access or return to the <a href="{0}">Home</a>.  In the meantime, how about a pretty picture to cheer you up?

# -- login --
login.title=Login
login.heading=Sign In
login.rememberMe=Remember Me
login.signup=Not a member? <a href="{0}">Signup</a> for an account.
login.passwordHint=Forgot your password?  Have your <a href="?" onmouseover="window.status='Have your password hint sent to you.'; return true" onmouseout="window.status=''; return true" title="Have your password hint sent to you." onclick="passwordHint(); return false" id="passwordHint">password hint e-mailed to you</a>.
login.passwordHint.new=Forgot your password?  Have your <a href="?" title="Have your password hint sent to you." id="passwordHint">password hint e-mailed to you</a>.
login.passwordHint.sent=The password hint for {0} has been sent to {1}.
login.passwordHint.error=The username {0} was not found in our database.

# -- home --
home.title=Home
home.heading=Welcome!
home.message=Congratulations, you have logged in successfully!  Now that you've logged in, you have the following options:
home.activeUsers=Current Users

# -- menu/link messages --
menu.admin=Administration
menu.admin.users=View Users
menu.admin.reload=Reload Options
menu.selectFile=Upload A File

# -- form labels --
label.username=Username
label.password=Password


# -- general values --
icon.information=Information
icon.information.img=/images/iconInformation.gif
icon.email=E-Mail
icon.email.img=/images/iconEmail.gif
icon.warning=Warning
icon.warning.img=/images/iconWarning.gif
date.format=MM/dd/yyyy
search.enterTerms=Enter search terms...
delete.confirm=Are you sure you want to delete this {0}?
# -- for calendar widget: bootstrap-datepicker --
#See: https://github.com/eternicode/bootstrap-datepicker#readme
calendar.format=mm/dd/yyyy
calendar.weekstart=0

# -- role form --
roleForm.name=Name

# -- user profile page --
userProfile.title=User Settings
userProfile.heading=User Profile
userProfile.message=Please update your information.
userProfile.showMore=View More Information
userProfile.accountSettings=Account Settings
userProfile.assignRoles=Assign Roles
userProfile.cookieLogin=You cannot change passwords when logging in with the Remember Me feature.  Please logout and log back in to change passwords.
userProfile.admin.title=User Settings
#Specific for Wicket
userProfile.admin.heading=User Profile
userProfile.admin.message=Please update this user's information.

# -- user form --
user.address.address=Address
user.availableRoles=Available Roles
user.address.city=City
user.address.country=Country
user.email=E-Mail
user.firstName=First Name
user.id=Id
user.lastName=Last Name
user.password=Password
user.confirmPassword=Confirm Password
user.phoneNumber=Phone Number
user.address.postalCode=Zip
user.address.province=State
user.roles=Current Roles
user.username=Username
user.website=Website
user.visitWebsite=visit
user.passwordHint=Password Hint
user.enabled=Enabled
user.accountExpired=Expired
user.accountLocked=Locked
user.credentialsExpired=Password Expired

# -- user list page --
userList.title=User List
userList.heading=Current Users
userList.nousers=<span>No users found.</span>
userList.user=user
userList.users=users

# -- user self-registration --
signup.title=Sign Up
signup.heading=New User Registration
signup.message=Please enter your personal information.
signup.email.subject=AppFuse Account Information
signup.email.message=You have successfully registered for access to AppFuse.  Your username and password information is below.

# -- user password reset --
updatePassword.requestRecoveryTokenLink = Request a <a href="?" onclick="requestRecoveryToken(); return false">password reset</a> e-mailed to you.
updatePassword.requestRecoveryTokenLink.new = Request a <a href="?" id="passwordReset">password reset</a> e-mailed to you.
updatePassword.title = Update your Password
updatePassword.heading = Update your Password
updatePassword.passwordReset.message = You have requested a password reset. Please input your new password.
updatePassword.changePassword.message = Please input your new password.

updatePassword.recoveryToken.sent = A password reset link was sent to your registered email address.
updatePassword.invalidToken = Password reset token is not valid or has expired.
updatePassword.invalidPassword = Password provided does not match your current password.

# -- upload page messages --
maxLengthExceeded=The file you are trying to upload is too big.  The maximum allowed size is 2 MB.
upload.title=File Upload
upload.heading=Upload A File
upload.message=Note that the maximum allowed size of an uploaded file for this application is 2 MB.
uploadForm.name=Friendly Name
uploadForm.file=File to Upload

# -- display page messages --
display.title=File Uploaded Successfully!
display.heading=File Information

# -- active users page --
activeUsers.title=Active Users
activeUsers.heading=Current Users
activeUsers.message=The following is a list of users that have logged in and their sessions have not expired.
activeUsers.fullName=Full Name

# JSF-only messages, remove if not using JSF
javax.faces.component.UIInput.REQUIRED=This is a required field.
activeUsers.summary={0} User(s) found, displaying {1} user(s), from {2} to {3}. Page {4} / {5}

# Wicket specific messages
#a value to display, when no element is selected in ComboBox (e.g. with countries)
null=

button.login=Login
chart.solder.used=Material usage
chart.solder.stock=Material stock
chart.temperature=Temperature
chart.humidity=Humidity
areaView.stockWaring=stock level warning
areaView.batch=Batch
areaView.tasks=Tasks
menu.findout=Material Search
menu.inRule=Material Receiving Tactics
menu.outRule=Material Retrieval Tatics
menu.system.settings=System Settings
menu.system=System
menu.bigdata=Big Data
menu.bigdata.runStatus=Operation Stastics
menu.bigdata.inOutList=Material receiving/retrieval log
menu.bigdata.dataReport=Report
menu.bigdata.dataLog=Material log
menu.bigdata.errorLog=Error Log
menu.barCode.settings=Barcode Setting
menu.box=SMD BOX
menu.box.manage=SMD BOX management
menu.box.virtualStorage=Virutal Material Management
menu.box.liteBox=SMD BOX LITE
menu.box.boxi=SMD BOXi
menu.cloud.inventory=Inventory Informaiton
menu.cloud.numModify=Quatity Modification
menu.order=Lite Work Order
menu.order.management=Work Order Management
menu.product=Product
menu.product.component=Component Info
menu.product.solder=Solder paste info.
menu.product.pcb=PCB Info
menu.product.others=Others
menu.product.fixture=Fixture Info
menu.kanban=KANBAN
allBoxView.kanban=KANBAN
allBoxView.temperature=Temperature
allBoxView.humidity=Humidity
allBoxView.boxStatus=SMD BOX info.
allBoxView.capacity=Material Capacity
allBoxView.used=Capacity Used
allBoxView.lastPage=Previous
allBoxView.nextPage=Next
allBoxView.findAndOut=Material Search
allBoxView.outTitle=Material Retrieval
allBoxView.noReel=No Material Found
allBoxView.msg.title=Message
allBoxView.msg.cancelMsg=Are you sure to cancel the task ?
checkoutSettings.title=Material Retrieval Tatic
checkoutSettings.mode=Material Retrieval Mode
checkoutSettings.mode.expireFirst=FEFO
checkoutSettings.mode.efficiency=LIFO
checkoutSettings.mode.fifo=FIFO
checkoutSettings.mode.usedFirst=Effiency Priority
boxView.range=Range
boxView.openDoor=Door Open
boxView.closeDoor=Door Close
boxView.startBatchIn=Start Batch Material Processing
boxView.takeOutReel=Please remove the material
boxView.takeDoorReel=Material Removal Completed
boxView.singleOut=Single Material Retrieval
boxView.doorStatus=Door Status
allBoxView.msg.cancelFinished=Operation Canceled
boxView.taskCancel=Operation Canceled
boxView.taskExcuting=Operation in Execution
boxView.taskFinished=Operation Completed
boxView.taskWaiting=Operation in process
boxView.cancelTask=Cancel
solder.type=Solder paste type
solder.type.noLead=Lead Free
solder.type.lead=Leaded Material
solder.model=Model
solder.encapsulation=Packaging info.
solder.encapsulation.tube=Tube
solder.encapsulation.can=Can
solder.storageCondition=Storage Condition
solder.maxStorageTime=Max allowed time at room temperature
solder.hour=Hour
solder.warmTime=Warm Up Time
solder.maxStoreNum=Max Capacity
solder.storageTime=Max allowed use time after package removal
solder.minStoreNum=Min Capacity
solder.storeNum=Quantity
pcb.validPeriod=Life time
pcb.fixtureNumber=Fixture Number
pcb.family=Family
solder.updateTitle=Solder paste Info
pcb.updateTitle=PCB Info
otherComponent.updateTitle=Other Component Info
fixture.updateTitle=Fixture Info
otherComponent.expensive=Precious Material
fixture.type=Fixture Type
settings.showRange=Range
settings.humiture=Temperature/Humidity
settings.pcbEmail=Email remind
btn.test=Test
settings.api=API Settings
settings.api.inNotifaction=Material Receiving Notice
settings.api.outNotifaction=Material Retrieval Notice
settings.pcbEmail.everyday=Everyday
settings.pcbEmail.reminder=Remind
settings.pcbEmail.reminderDay=Before Due
settings.pcbEmail.expire=PCB expiration
settings.pcbEmail.adress=Emails (seperated by ;)
barCodeSettings.rule=Barcode Rules
barCodeSettings.ruleNotes=Notes\: Seperator is a single punctuation;the available fields are\: PN is the partnumber, RI is the unique code (ReelId), SP is the supplier, SPC is supplier code, BATCH is the batch, PRODATEyyyyMMdd is the production date, EXPDATEyyyyyMMdd is the expiration date, xx or empty is no corresponding field, which must contain PN and RI, and QTY is the encapsulation number of empty-time use files.
barCodeSettings.print=Barcode Print
barCodeSettings.print.pageSize=Page Size
barCodeSettings.print.width=Width
barCodeSettings.print.height=Height
barcode.updateTitle=Barcode Detail
btn.view=View
runStatus.throughput=Throughput
runStatus.alarmInfo=Alarm Info
runStatus.alarmTimes=Alarm Times
runStatus.alarmLastTime=Alarm Period
runStatus.minutes=Minutes
runStatus.times=Times
select.all=All
inOutList.in=Material Receiving
inOutList.out=Material Retrieval
inOutList.operate=Operation
inOutList.type=Type
inOutList.type.component=Component
inOutList.type.solder=Solder paste
inOutList.type.pcb=PCB
inOutList.type.others=Others
inOutList.time=Time
inOutList.inOper=Material Receiving Operator
inOutList.outOper=Material Retrieval Operator
inOutList.inDate=Material Receiving Time
inOutList.outDate=Material Retrieval Time
alarmInfo.position=Position
alarmInfo.detail=Alarm Detail
alarmInfo.type=Alarm Type
alarmInfo.time=Alarm Time
alarmInfo.endTime=Alarm Resolved time
dataLog.status=Status
dataLog.batch=Specified Batch
dataLog.orderSource=Work Order Source
inventory.lockTitle=Lock/Stocking
inventory.find=Search
specifiedBatch.name=Name
specifiedBatch.bottom=Bottom
specifiedBatch.top=Top
specifiedBatch.task=Tasks
specifiedBatch.status=Status
specifiedBatch.createDate=Created Date
specifiedBatch.startIn=Material Receiving Start
specifiedBatch.stopIn=Add to material retrieval order list
specifiedBatch.addOutTasks=stop material receiving
inOutList.type.solderFixture=Solder paste fixture
inOutList.type.pcbFixture=PCB Fixture
storagePosFind.outSelect=Material Retrieval Position
storagePosFind.outInaction=Dead Stock Retrieval
storagePosFind.daysAgo=Days ago
storagePosFind.index=Index
storagePosFind.inFixture=Fixture No.
inOutList.type.fixture=Fixture
barcode.produceDate=Manufacturing Date
barcode.expireDate=Expiration Date
barcode.inStoreRemainTime=In Storage/Remaining Time
virtualStorage.taskList=Task list
virtualStorage.positionList=Location list
virtualStorage.position=Location
dataReport.print=Print
dataReport.solderUsage=Solder paste usage
dataReport.solderOverdue=Expired Solder paste Quantity
dataReport.solderStock=Solder Paste Counting
dataReport.pcbStock=PCB counting
dataReport.pcbOverdue=Epxired PCB Quantity
dataReport.solderStock.warming=Warming Up
dataReport.solderStock.soonToExpire=Close to Explire
dataReport.solderStock.invalid=Invalid
dataReport.overduePcb=Expired PCB
runStatus.solderOutgoing=Solder Paste Retrieval Qty
runStatus.pcbOutgoing=PCB Retrieval Qty
runStatus.pcbWarehousing=PCB Receiving Qty
runStatus.solderWarehousing=Solder Paste Receiving Qty
show.desktop=Desktop
show.table=Tablet
menu.system.maintenance=Equipment Maintenance
maintenance.device.1_device_updownAxis=Up Down Axis
maintenance.device.1_device_inoutAxis=In Out Axis
maintenance.device.1_device_middleAxis=Middle Axis
maintenance.nextTime=Next maintenance time
maintenance.deviceName=Device Name
maintenance.runTime=Run Time
maintenance.status=Status
maintenance.status.0=
maintenance.status.1=Moving
maintenance.device.1_device_batchAxis=Batch Axis
button.maintenance.finished=Maintenance Finished

settings.backupPath=Backup Path
settings.backupHours=Backup Period
settings.maintenanceDays= Maintenance Period
button.backup = Backup
button.restore=Restore
time.days=Days
time.hours=Hours
time.minutes=Minutes
time.seconds=Seconds
system.backup.noPath=Please set the backup path first.
settings.backup.versions=Version List
settings.restore.warning=Warning\: This operation cannot be undone. \!\!\!
settings.restore.confirm=Would you like to proceed?
settings.restore.success=Operation succeeded
checkout.sucess=Add task list success