You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plugins/i18n/Ganda.js

26 lines
537 B
JavaScript

(function( factory ) {
if ( typeof define === 'function' && define.amd ) {
// AMD
define( [], factory);
}
else if ( typeof exports === 'object' ) {
// CommonJS
module.exports = factory();
}
// No browser loader - use JSON, ESM, CJS or AMD
}
(function() {
return {
"autoFill": {
"cancel": "sazzamu",
"fill": "juza",
"fillHorizontal": "juzaObukiika",
"fillVertical": "juzaObusiimba"
},
"buttons": {
"colvis": "endabikaYolunyilili",
"copy": "Koppa"
}
};
}));