This commit is contained in:
erwanlr
2021-06-19 14:08:00 +02:00
parent cac9d4cc71
commit d59a4799f5
18 changed files with 4664 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
{
"name": "all-in-one-music-player",
"title": "All in One Music Player",
"version": "1.0.0",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/sanzeeb3/music-player.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"scripts": {
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
"dev": "cross-env BABEL_ENV=default webpack --watch"
},
"devDependencies": {
"autoprefixer": "~9.1.5",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"cross-env": "^5.0.1",
"grunt": "~1.3.0",
"lint-staged": "^9.5.0",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-phpcs": "~0.4.0",
"grunt-postcss": "~0.9.0",
"grunt-replace": "^2.0.2",
"grunt-rtlcss": "~2.0.1",
"grunt-sass": "~3.0.1",
"grunt-stylelint": "~0.10.1",
"grunt-wp-i18n": "^1.0.3",
"node-sass": "^4.14.1",
"stylelint": "~9.5.0",
"webpack": "^3.1.0",
"husky": "^3.1.0"
},
"engines": {
"node": ">=8.9.3",
"npm": ">=5.5.1"
},
"dependencies": {
"save": "^2.3.3"
}
}

View File

@@ -0,0 +1,50 @@
# Copyright (C) 2021 Sanjeev Aryal
# This file is distributed under the same license as the All in One Music Player package.
msgid ""
msgstr ""
"Project-Id-Version: All in One Music Player 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-18 04:53:28+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: src/Plugin.php:243
msgid "No music player selected."
msgstr ""
#: templates/a-player.php:2 templates/circular-spikes.php:5
msgid "Searching media files..."
msgstr ""
#: templates/a-player.php:3 templates/circular-spikes.php:6
msgid "Please upload your audio files in the media library."
msgstr ""
#: templates/flat-black.php:5
msgid "Hide Playlist"
msgstr ""
#: templates/flat-black.php:57
msgid "Show Playlist"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "All in One Music Player"
msgstr ""
#. Description of the plugin/theme
msgid "Easily embed your favourite music player in your website."
msgstr ""
#. Author of the plugin/theme
msgid "Sanjeev Aryal"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://www.sanjeebaryal.com.np"
msgstr ""