templates/translate.js.twig line 1

Open in your IDE?
  1. const LANGUAGE = {
  2.     noResultsFound: '{% trans %}No results found.{% endtrans %}',
  3.     internalServerError: '{% trans %}Internal Server Error{% endtrans %}',
  4.     noDataAvailableInTable: '{% trans %}No data available in table.{% endtrans %}',
  5.     selectHotel: 'Select hotel',
  6.     confirm: {
  7.         yes: '{% trans %}Yes!{% endtrans %}'
  8.     },
  9.     imageUtil: {
  10.         setDefault: "{% trans %}Image set default successfully.{% endtrans %}",
  11.         loader: {
  12.             title: "{% trans %}Drop files here or click to upload.{% endtrans %}",
  13.             message: "{% trans %}Only image files are allowed for upload.{% endtrans %}",
  14.             label: "{% trans %}Upload Images{% endtrans %}",
  15.             maxFiles: "{% trans %}You have exceeded the maximum number of files.{% endtrans %}",
  16.             imageCropped: "{% trans %}Image added to gallery successfully.{% endtrans %}",
  17.             remove: {
  18.                 title: '{% trans %}Are you sure?{% endtrans %}',
  19.                 text: '{% trans %}Are you sure want to delete this image?{% endtrans %}',
  20.                 type: '{% trans %}warning{% endtrans %}',
  21.                 button: '{% trans %}Yes!{% endtrans %}',
  22.                 success: '{% trans %}Image successfully deleted!{% endtrans %}'
  23.             },
  24.             fromUrl: {
  25.                 doNotImportImage: '{% trans %}Please insert a image url to add to gallery.{% endtrans %}',
  26.                 messageImageLoader: '{% trans %}Images successfully added!{% endtrans %}'
  27.             }
  28.         },
  29.         cropper: {
  30.             close: "{% trans %}Close{% endtrans %}",
  31.             move: "{% trans %}Move{% endtrans %}",
  32.             crop: "{% trans %}Crop{% endtrans %}",
  33.             reset: "{% trans %}Reset{% endtrans %}",
  34.             clear: "{% trans %}Clear{% endtrans %}",
  35.             save: "{% trans %}Save{% endtrans %}",
  36.             zoomIn: "{% trans %}Zoom In{% endtrans %}",
  37.             zoomOut: "{% trans %}Zoom Out{% endtrans %}",
  38.             moveLeft: "{% trans %}Move Left{% endtrans %}",
  39.             moveRight: "{% trans %}Move Right{% endtrans %}",
  40.             moveUp: "{% trans %}Move Up{% endtrans %}",
  41.             moveDown: "{% trans %}Move Down{% endtrans %}",
  42.             rotateLeft: "{% trans %}Rotate Left{% endtrans %}",
  43.             rotateRight: "{% trans %}Rotate Right{% endtrans %}",
  44.             flipHorizontal: "{% trans %}Flip Horizontal{% endtrans %}",
  45.             flipVertical: "{% trans %}Flip Vertical{% endtrans %}",
  46.             color: "{% trans %}Color{% endtrans %}",
  47.             photoType: "{% trans %}Variant{% endtrans %}",
  48.             description: "{% trans %}Description{% endtrans %}",
  49.             aspectRatio: "{% trans %}Aspect Ratio{% endtrans %}"
  50.         }
  51.     },
  52.     numberFormatUtil: {
  53.         validationMin: "{% trans %}Please enter a value greater than {min}{% endtrans %}",
  54.         validationMax: "{% trans %}Please enter a value less than {max}{% endtrans %}"
  55.     },
  56.     calendarUtil: {
  57.         yes: '{% trans %}Yes!{% endtrans %}',
  58.         from: '{% trans %}From{% endtrans %}',
  59.         to: '{% trans %}To{% endtrans %}',
  60.         cancel: '{% trans %}Cancel{% endtrans %}',
  61.         edit: '{% trans %}Edit{% endtrans %}',
  62.         copy: '{% trans %}Copy{% endtrans %}',
  63.         delete: '{% trans %}Delete{% endtrans %}',
  64.         move: '{% trans %}Move{% endtrans %}',
  65.         close: '{% trans %}Close{% endtrans %}',
  66.         toEdit: '{% trans %}SELECTED DATES EDIT FOR THIS RATE{% endtrans %}',
  67.         toDelete: '{% trans %}SELECTED DATES DELETE FOR THIS RATE{% endtrans %}',
  68.         toStartCopy: '{% trans %}TO START DATE FOR COPY TO THIS RATE{% endtrans %}',
  69.         toStartCopyOther: '{% trans %}THIS DATES COPY TO OTHER RATES{% endtrans %}',
  70.         toStartMove: '{% trans %}TO START DATE FOR MOVE TO THIS RATE{% endtrans %}'
  71.     },
  72.     dataTable: {
  73.         decimal: "",
  74.         emptyTable: "{% trans %}No data available in table.{% endtrans %}",
  75.         info: "{% trans %}Showing _START_ to _END_ of _TOTAL_ entries.{% endtrans %}",
  76.         InfoEmpty: "{% trans %}Showing 0 to 0 of 0 entries.{% endtrans %}",
  77.         infoFiltered: "",
  78.         lengthMenu: "{% trans %}Show _MENU_ entries.{% endtrans %}",
  79.         sInfo: "{% trans %}Showing _START_ to _END_ of _TOTAL_ entries.{% endtrans %}",
  80.         sInfoEmpty: "{% trans %}Showing 0 to 0 of 0 entries.{% endtrans %}",
  81.         loadingRecords: "{% trans %}Loading...{% endtrans %}",
  82.         search: "{% trans %}Search:{% endtrans %}",
  83.         zeroRecords: "{% trans %}No matching records found{% endtrans %}",
  84.         aria: {
  85.             sortAscending: ":{% trans %}activate to sort column ascending{% endtrans %}",
  86.             sortDescending: ":{% trans %}activate to sort column descending{% endtrans %}"
  87.         },
  88.         processing: '<div class="spinner-grow " role="status">' +
  89.             '<span class="sr-only"></span>' +
  90.             '</div>',
  91.         paginate: {
  92.             first: "{% trans %}First{% endtrans %}",
  93.             last: "{% trans %}Last{% endtrans %}",
  94.             next: '<i class="fa fa-chevron-right" ></i>',
  95.             previous: '<i class="fa fa-chevron-left" ></i>'
  96.         }
  97.     },
  98.     dateFormat: {
  99.         minDate: 'please enter a valid date',
  100.         maxDate: 'please enter a valid date'
  101.     },
  102.     passwordMatchUtil: {
  103.         PleaseEnterPasswordFirst: '{% trans %}Please enter an appropriate password first{% endtrans %}',
  104.         DoesNotMatchPassword: '{% trans %}Does not match password{% endtrans %}'
  105.     },
  106.     logViewer: {
  107.         copy: '{% trans %}Copy{% endtrans %}',
  108.         toggleOpen: '{% trans %}Open{% endtrans %}',
  109.         toggleClose: '{% trans %}Close{% endtrans %}'
  110.     },
  111.     generalSettings: {
  112.         save : '{% trans %}Setting saved.{% endtrans %}'
  113.     }
  114. }