mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
20 lines
1.0 KiB
JavaScript
20 lines
1.0 KiB
JavaScript
// This file was generated by silverstripe/cow from javascript/lang/src/tr_TR.js.
|
|
// See https://github.com/tractorcow/cow for details
|
|
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
|
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
|
} else {
|
|
ss.i18n.addDictionary('tr_TR', {
|
|
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
|
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
|
"UserForms.ADDING_FIELD": "Adding new field",
|
|
"UserForms.ADDED_FIELD": "Added new field",
|
|
"UserForms.HIDE_OPTIONS": "Hide options",
|
|
"UserForms.SHOW_OPTIONS": "Show options",
|
|
"UserForms.ADDING_OPTION": "Adding option",
|
|
"UserForms.ADDED_OPTION": "Added option",
|
|
"UserForms.ERROR_CREATING_OPTION": "Error creating option",
|
|
"UserForms.REMOVED_OPTION": "Removed option",
|
|
"UserForms.ADDING_RULE": "Adding rule",
|
|
"GRIDFIELD.ERRORINTRANSACTION": "An error occured while fetching data from the server\n Please try again later."
|
|
});
|
|
} |