This commit is contained in:
erwanlr
2019-03-02 10:43:45 +00:00
parent e0465e6e10
commit a5dbee93ff
9 changed files with 845 additions and 1 deletions

View File

@@ -0,0 +1,74 @@
{
"name": "nelio-maps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm install && npm run watch",
"dev": "cross-env webpack",
"production": "cross-env NODE_ENV=production webpack",
"build": "npm run production",
"watch": "cross-env webpack --watch",
"lint-php": "composer run-script phpcs",
"lint-php:fix": "composer run-script phpcbf",
"lint-css": "stylelint --syntax scss \"src/**/*.scss\"",
"lint-css:fix": "stylelint --fix --syntax scss \"src/**/*.scss\"",
"lint-js": "eslint assets/src/**/*.js packages/**/*.js",
"lint-js:fix": "eslint assets/src/**/*.js packages/**/*.js --fix",
"lint": "npm run lint-php && npm run lint-css && npm run lint-js",
"update:packages": "npm i -g npm-check-updates && npm-check-updates -u && npm install",
"postinstall": "composer install"
},
"author": "Nelio Software",
"license": "GPL-2.0-or-later",
"homepage": "https://neliosoftware.com/",
"repository": "https://github.com/avillegasn/nelio-maps",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"autoprefixer": "^7.2.6",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"base64-inline-loader": "^1.1.1",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "3.2.4",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"eslint": "^4.19.1",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-react": "^7.12.4",
"expose-loader": "latest",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.11",
"gist-embed": "^2.6.0",
"imagemin-webpack-plugin": "^2.4.2",
"node-sass": "^4.9.3",
"postcss-loader": "^2.1.6",
"progress-bar-webpack-plugin": "^1.11.0",
"react-dom": "^16.8.3",
"react-google-maps": "^9.4.5",
"regenerator-runtime": "^0.12.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.18.2",
"stylelint": "^9.10.1",
"stylelint-config-wordpress": "^13.0.0",
"svg-react-loader": "^0.4.6",
"url-loader": "^1.1.2",
"webpack": "^3.12.0",
"webpack-rtl-plugin": "^1.7.0"
},
"dependencies": {
"npm": "^6.8.0"
},
"engines": {
"node": "8.9.1",
"npm": "5.5.1"
}
}

View File

@@ -0,0 +1,227 @@
# Copyright (C) 2019 Nelio Software
# This file is distributed under the same license as the Nelio Maps plugin.
msgid ""
msgstr ""
"Project-Id-Version: Nelio Maps 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/nelio-maps\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: 2019-03-01T07:53:23+00:00\n"
"PO-Revision-Date: 2019-03-01T07:53:23+00:00\n"
"X-Generator: WP-CLI 2.0.1\n"
"X-Domain: nelio-maps\n"
#. Plugin Name of the plugin
msgid "Nelio Maps"
msgstr ""
#. Plugin URI of the plugin
msgid "https://neliosoftware.com/"
msgstr ""
#. Description of the plugin
msgid "Simple and beautiful Google Maps block for WordPress."
msgstr ""
#. Author of the plugin
msgid "Nelio Software"
msgstr ""
#. Author URI of the plugin
msgid "https://neliosoftware.com"
msgstr ""
#: nelio-maps.php:87
msgctxt "text (block category)"
msgid "Extra"
msgstr ""
#: packages/blocks/google-map/map-styles/map-styles.js:47
msgctxt "text"
msgid "JSON Style"
msgstr ""
#: packages/blocks/google-map/map-styles/map-styles.js:48
msgctxt "user"
msgid "Enter JSON style"
msgstr ""
#: packages/blocks/google-map/map-styles/map-styles.js:51
msgctxt "text"
msgid "You can use custom styles presets from Snazzy Maps."
msgstr ""
#: packages/blocks/google-map/map-styles/map-styles.js:53
msgctxt "user (snazzy maps)"
msgid "Check them out here!"
msgstr ""
#: packages/blocks/google-map/map-styles/light.js:9
msgctxt "text"
msgid "Light"
msgstr ""
#: packages/blocks/google-map/map-styles/default.js:9
msgctxt "text"
msgid "Default"
msgstr ""
#: packages/blocks/google-map/map-styles/dark.js:9
msgctxt "text"
msgid "Dark"
msgstr ""
#: packages/blocks/google-map/map-styles/dawn.js:9
msgctxt "text"
msgid "Dawn"
msgstr ""
#: packages/blocks/google-map/map-styles/custom.js:9
msgctxt "text"
msgid "Custom"
msgstr ""
#: packages/blocks/google-map/map-styles/night.js:9
msgctxt "text"
msgid "Night"
msgstr ""
#: packages/blocks/google-map/inspector.js:50
msgctxt "text"
msgid "Map Height"
msgstr ""
#: packages/blocks/google-map/inspector.js:53
msgctxt "text"
msgid "Percentage of the viewport height."
msgstr ""
#: packages/blocks/google-map/inspector.js:59
msgctxt "text"
msgid "Zoom Level"
msgstr ""
#: packages/blocks/google-map/inspector.js:69
msgctxt "text"
msgid "Style"
msgstr ""
#: packages/blocks/google-map/inspector.js:82
msgctxt "text"
msgid "Marker"
msgstr ""
#: packages/blocks/google-map/inspector.js:87
msgctxt "text"
msgid "Marker in map"
msgstr ""
#: packages/blocks/google-map/inspector.js:98
#: packages/blocks/google-map/toolbar.js:65
#: packages/blocks/google-map/toolbar.js:96
msgctxt "user"
msgid "Search location"
msgstr ""
#: packages/blocks/google-map/inspector.js:106
msgctxt "text"
msgid "Address block"
msgstr ""
#: packages/blocks/google-map/inspector.js:109
msgctxt "text"
msgid "No address block"
msgstr ""
#: packages/blocks/google-map/inspector.js:110
msgctxt "command"
msgid "Align left"
msgstr ""
#: packages/blocks/google-map/inspector.js:111
msgctxt "command"
msgid "Align right"
msgstr ""
#: packages/blocks/google-map/inspector.js:122
msgctxt "text"
msgid "Map Options"
msgstr ""
#: packages/blocks/google-map/inspector.js:126
msgctxt "user"
msgid "Tweak the front-end appearance of your map:"
msgstr ""
#: packages/blocks/google-map/inspector.js:129
msgctxt "command"
msgid "Show zoom buttons"
msgstr ""
#: packages/blocks/google-map/inspector.js:135
msgctxt "command"
msgid "Show map type button"
msgstr ""
#: packages/blocks/google-map/inspector.js:141
msgctxt "command"
msgid "Show fullscreen button"
msgstr ""
#: packages/blocks/google-map/inspector.js:147
msgctxt "command"
msgid "Make the map draggable"
msgstr ""
#: packages/blocks/google-map/index.js:27
msgctxt "text"
msgid "Location"
msgstr ""
#: packages/blocks/google-map/index.js:28
msgctxt "text"
msgid "Geolocalization"
msgstr ""
#: packages/blocks/google-map/toolbar.js:53
msgctxt "command"
msgid "Center map"
msgstr ""
#: packages/blocks/google-map/toolbar.js:84
msgctxt "command"
msgid "Set marker location"
msgstr ""
#: packages/blocks/google-map/toolbar.js:107
msgctxt "command"
msgid "Left address block"
msgstr ""
#: packages/blocks/google-map/toolbar.js:120
msgctxt "command"
msgid "Right address block"
msgstr ""
#: packages/blocks/google-map/edit.js:112
msgctxt "user"
msgid "Add address"
msgstr ""
#: packages/blocks/google-map/edit.js:125
msgctxt "text"
msgid "Error:"
msgstr ""
#: packages/blocks/google-map/edit.js:125
msgctxt "text"
msgid "Google Maps API Key Required"
msgstr ""
#: packages/blocks/google-map/edit.js:130
msgctxt "user"
msgid "Please add an API key in the plugin settings screen"
msgstr ""