Version: 18.11 (EOL)
Locales
The locales
property defines the list of supported locale values that Workspaces uses to fetch the corresponding locale file stored under resources.
Options
Locale
Value | Key | Label |
---|---|---|
fr | fr_FR | French |
it | it_IT | Italian |
en | en_US | English |
pt | pt_PT | Portuguese |
ru | ru_RU | Russian |
es | es_ES | Spanish |
sv | sv_SE | Swedish |
de | de_DE | German |
nl | nl_NL | Dutch |
ca | ca_ES | Catalan |
cs | cs_CZ | Czech |
ko | ko_KR | Korean |
et | et_EE | Estonian |
sk | sk_SK | Slovak |
ja | ja_JP | Japanese |
tr | tr_TR | Turkish |
zh | zh_TW | Chinese |
fi | fi_FI | Finnish |
pl | pl_PL | Polish |
bg | bg_BG | Bulgarian |
vi | vi_VN | Vietnamese |
th | th_TH | Thai |
fa | fa_IR | Persian |
el | el_GR | Greek |
nb | nb_NO | Norwegian Bokmål |
sr | sr_RS | Serbian |
sl | sl_SI | Slovenian |
is | is_IS | Icelandic |
ar | ar_EG | Arabic |
uk | uk_UA | Ukrainian |
ku | ku_IQ | Kurdish |
Examples
Configure several languages
["es", "en", "fr", "it", "sl", "nb"]
Configure English language only
["en"]
Locale file en.json to be uploaded to resources
{
"Tasks": "Tasks",
"Profile": "Profile",
"Settings": "Settings",
"Sign out": "Sign out",
"Your profile": "Your profile",
"Given name": "Given name",
"Family name": "Family name",
"Email": "Email",
"Mobile": "Mobile",
"Save": "Save",
"Last update": "Last update",
"Task queues": "Task queue",
"Task created": "Task created",
"Task views": "Task views",
"All outstanding": "All outstanding",
"Unassigned": "Unassigned",
"Assigned to me": "Assigned to me",
"Latest tasks": "Latest tasks",
"Opened last week": "Opened last week",
"Deposit account opening": "Deposit account opening",
"Next page": "Next page",
"Previous page": "Previous page",
"Rows per page": "Rows per page",
"Ok": "Ok",
"Clear": "Clear",
"Cancel": "Cancel",
"Search": "Search",
"Filter": "Filter",
"Sort": "Sort",
"Filters": "Filters",
"Reset": "Reset",
"Type exact text to match; e.g. \"Apple\" instead of \"Appl\"": "Type exact text to match; e.g. \"Apple\" instead of \"Appl\"",
"No results found, try widening your search": "No results found, try widening your search",
"This panel may include documents not uploaded by the applicant": "This panel may include documents not uploaded by the applicant",
"Task ID": "Task ID",
"Name": "Name",
"Task status": "Task status",
"Assigned to": "Assigned to",
"Product": "Product",
"Last modified": "Last modified",
"Back to tasks": "Back to tasks",
"Task info": "Task info",
"Applicants": "Applicant",
"Applicant": "Applicant",
"Background checks": "Background checks",
"Primary": "Primary",
"Secondary": "Secondary",
"FIS Chexsystems": "FIS Chexsystems",
"Threat metrix": "Threat metrix",
"TIN check": "TIN check",
"IDA": "IDA",
"IDV": "IDV",
"OFAC": "OFAC",
"Qualfile": "Qualfile",
"Risk rating": "Risk rating",
"TIN verification": "TIN verification",
"Claim": "Claim",
"Receipt": "Receipt",
"Release": "Release",
"Decision": "Decision",
"Action": "Action",
"Application info": "Application info",
"App ID": "App ID",
"App status": "App status",
"App created": "App created",
"Notes": "Notes",
"Type a note...": "Type a note...",
"Note": "Note",
"Timeline": "Timeline",
"Time in queue": "Time in queue",
"Submitted on": "Submitted on",
"SSN #": "SSN #",
"Score": "Score",
"Task": "Task",
"Documents": "Documents",
"Attached Documents": "Attached Documents",
"Add / Remove": "Add / Remove",
"Upload documents": "Upload documents",
"There are no documents uploaded": "There are no documents uploaded",
"Funding status": "Funding status",
"Funding type": "Funding type",
"Funding amount": "Funding amount",
"Sent emails": "Sent emails",
"Date sent": "Date sent",
"Info": "Info",
"Delivery status": "Delivery status",
"Follow up": "Follow up",
"Applicant validations": "Applicant validations",
"Type": "Type",
"View report": "View report",
"View JSON": "View JSON",
"View XML": "View XML",
"View PDF": "View PDF",
"UPDATE_ASSIGN_SUCCESS": "Task claimed",
"UPDATE_ASSIGN_ERROR": "Claim task: failed",
"UPDATE_UNASSIGN_SUCCESS": "Task released",
"UPDATE_UNASSIGN_ERROR": "Release task: failed",
"UPDATE_ATTACHMENT_SUCCESS": "Document uploaded",
"UPDATE_ATTACHMENT_ERROR": "Document upload: failed",
"UPDATE_COMMENT_SUCCESS": "Note added",
"UPDATE_COMMENT_ERROR": "Add note: failed",
"UPDATE_DECISION_SUCCESS": "Decision submitted",
"UPDATE_DECISION_ERROR": "Submit decision: failed",
"UPDATE_PROFILE_SUCCESS": "Profile updated",
"UPDATE_PROFILE_ERROR": "Profile update: failed"
}