Jump to: navigation, search
(Created target blank page For Version: PSAAS:Public)
 
(Update with the copy of version: draft)
Line 1: Line 1:
<!-- Creation of the target page -->
+
= Localization =
 +
 
 +
{{NoteFormat|For information on how to setup localization, please refer to the  [[GWCInternat|Localization Guide]]|1}}
 +
 
 +
==Strings==
 +
 
 +
<source lang='javascript'>
 +
{
 +
"CallbackTitle": "Receive a Call",
 +
"CallbackTitleDescription": "Please fill out the following details.",
 +
"CancelButtonText": "Cancel",
 +
"ConfirmButtonText": "Confirm",
 +
"CallbackFirstName": "First Name",
 +
"CallbackPlaceholderFirstName": "Required",
 +
"CallbackLastName": "Last Name",
 +
"CallbackPlaceholderLastName": "Required",
 +
"CallbackPhoneNumber": "Phone",
 +
"CallbackPlaceholderPhoneNumber": "Required",
 +
"CallbackEmail": "Email",
 +
"CallbackPlaceholderEmail": "Optional",
 +
"CallbackPlaceholderNotes": "Optional",
 +
"CallbackDateTime": "Date & Time",
 +
"CallbackDateTimeDescription": "When should we call you? (Required)",
 +
"CallbackTodayDate": "Today",
 +
"CallbackDayLabels": ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],
 +
"CallbackMonthLabels": ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],
 +
"CallbackTimeAtText": "at",
 +
"CallbackRadioButtonText": "As Soon As Possible",
 +
"CallbackBookedPhoneNumberLabel": "Phone",
 +
"CallbackBookedDateTimeLabel": "Date & Time",
 +
"CallbackBookedNotesLabel": "Optional Notes",
 +
"CallbackBookedDescription": "You're booked in!",
 +
"CallbackNotes": "Notes",
 +
"CallbackDone": "Done",
 +
"CallbackOk": "Okay",
 +
"CallbackCloseConfirm": "Are you sure you want to cancel arranging this callback?",
 +
"CallbackNoButtonText": "No",
 +
"CallbackYesButtonText": "Yes",
 +
"CallbackPlaceholderCalendar": "Custom Date & Time",
 +
"Errors": {
 +
"unknownError": "Something went wrong, we apologize for the inconvenience. Please check your connection settings and try again."
 +
}
 +
}
 +
</source>
 +
 
 +
[[Category:V:PSAAS:Public]]

Revision as of 14:53, August 25, 2017

Localization

Important
For information on how to setup localization, please refer to the Localization Guide

Strings

{
	"CallbackTitle": "Receive a Call",
	"CallbackTitleDescription": "Please fill out the following details.",
	"CancelButtonText": "Cancel",
	"ConfirmButtonText": "Confirm",
	"CallbackFirstName": "First Name",
	"CallbackPlaceholderFirstName": "Required",
	"CallbackLastName": "Last Name",
	"CallbackPlaceholderLastName": "Required",
	"CallbackPhoneNumber": "Phone",
	"CallbackPlaceholderPhoneNumber": "Required",
	"CallbackEmail": "Email",
	"CallbackPlaceholderEmail": "Optional",
	"CallbackPlaceholderNotes": "Optional",
	"CallbackDateTime": "Date & Time",
	"CallbackDateTimeDescription": "When should we call you? (Required)",
	"CallbackTodayDate": "Today",
	"CallbackDayLabels": ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],
	"CallbackMonthLabels": ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],
	"CallbackTimeAtText": "at",
	"CallbackRadioButtonText": "As Soon As Possible",
	"CallbackBookedPhoneNumberLabel": "Phone",
	"CallbackBookedDateTimeLabel": "Date & Time",
	"CallbackBookedNotesLabel": "Optional Notes",
	"CallbackBookedDescription": "You're booked in!",
	"CallbackNotes": "Notes",
	"CallbackDone": "Done",
	"CallbackOk": "Okay",
	"CallbackCloseConfirm": "Are you sure you want to cancel arranging this callback?",
	"CallbackNoButtonText": "No",
	"CallbackYesButtonText": "Yes",
	"CallbackPlaceholderCalendar": "Custom Date & Time",
	"Errors": {
		"unknownError": "Something went wrong, we apologize for the inconvenience. Please check your connection settings and try again."
	}
}
Comments or questions about this documentation? Contact us for support!