Translatable String
# Basic, Without Variable
<?php echo __('[Your Text]') ?>
# With Variables
<?php echo sprintf(__('[Your Text] %s'), $[Your Variable]) ?>
# Javascript Translateable (Need to load Mage/Translate)
define([
"jquery",
'mage/translate',
"jquery/ui"..........
$.mage.__('[Your Text]')