This commit is contained in:
erwanlr
2021-04-23 14:27:41 +02:00
parent b6e36b2605
commit 3621f4cc15
11 changed files with 2666 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "sb-chart-block",
"version": "0.3.0",
"description": "Displays a chart from CSV content.",
"author": "bobbingwide",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"dev": "wp-scripts start",
"packages-update": "wp-scripts packages-update",
"makepot": "wp i18n make-pot . languages/sb-chart-block.pot --exclude=node_modules,vendor,src",
"makejson": "wp i18n make-json languages --no-purge",
"l10n": "l10n sb-chart-block"
},
"devDependencies": {
"@wordpress/scripts": "^12.1.1"
},
"dependencies": {
"@types/tinycolor2": "^1.4.2",
"@wordpress/components": "^13.0.2",
"@wordpress/icons": "^2.10.2"
}
}

View File

@@ -0,0 +1,115 @@
# Copyright (C) 2021 bobbingwide
# This file is distributed under the same license as the SB Chart block plugin.
msgid ""
msgstr ""
"Project-Id-Version: SB Chart block 0.3.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sb-chart-block\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-04-18T16:41:04+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: sb-chart-block\n"
#. Plugin Name of the plugin
msgid "SB Chart block"
msgstr ""
#. Plugin URI of the plugin
msgid "https://www.oik-plugins.com/oik-plugins/sb-chart-block"
msgstr ""
#. Description of the plugin
msgid "Displays a Chart for CSV content"
msgstr ""
#. Author of the plugin
msgid "bobbingwide"
msgstr ""
#. Author URI of the plugin
msgid "https://www.bobbingwide.com/about-bobbing-wide"
msgstr ""
#: build/index.js:1
msgid "Horizontal bar chart"
msgstr ""
#: build/index.js:1
msgid "Choose Line, Bar, Horizontal bar or Pie."
msgstr ""
#: build/index.js:1
msgid "Line chart"
msgstr ""
#: build/index.js:1
msgid "Bar chart"
msgstr ""
#: build/index.js:1
msgid "Pie chart"
msgstr ""
#: build/index.js:1
msgid "Type"
msgstr ""
#: build/index.js:1
msgid "Stacked"
msgstr ""
#: build/index.js:1
msgid "Begin Y-axis at 0"
msgstr ""
#: build/index.js:1
msgid "Fill"
msgstr ""
#: build/index.js:1
msgid "Color palette"
msgstr ""
#: build/index.js:1
msgid "Opacity"
msgstr ""
#: build/index.js:1
msgid "Height (pixels)"
msgstr ""
#: build/index.js:1
msgid "Chart"
msgstr ""
#: build/index.js:1
msgid "Displays a chart for CSV content."
msgstr ""
#: build/index.js:1
msgid "Line"
msgstr ""
#: build/index.js:1
msgid "Bar"
msgstr ""
#: build/index.js:1
msgid "Horizontal bar"
msgstr ""
#: build/index.js:1
msgid "Pie"
msgstr ""
#: build/index.js:1
msgid ""
"Label,Value\n"
"One,1\n"
"Two,2\n"
"Three,3"
msgstr ""