New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

poi-plugin-akashic-records

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poi-plugin-akashic-records - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1-beta.0

2

i18n/ja-JP.json

@@ -99,4 +99,4 @@ {

"In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it.": "In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it.",
"Please make sure you are using the lastest version of poi, and you did not interrupt the installation process of the plugin, so that it is correctly installed." : "poi は最新版であること、そしてプラグインを正しくインストールされていることを確認してください。",
"Please make sure you are using the lastest version of poi, and that you did not interrupt the installation process of the plugin, so that it is correctly installed." : "poi は最新版であること、そしてプラグインを正しくインストールされていることを確認してください。",
"If errors still happen, please uninstall the plugin and try to install again.": "それでもエラーが出る場合、プラグインを削除して、再インストールしてください。"
}

@@ -99,4 +99,4 @@ {

"In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it.": "欲查看战斗详情,请先下载并启用「战斗详情」插件。",
"Please make sure you are using the lastest version of poi, and you did not interrupt the installation process of the plugin, so that it is correctly installed." : "请确保使用的 POI 是最新版本,以及安装插件时未中断,插件已完整安装!",
"Please make sure you are using the lastest version of poi, and that you did not interrupt the installation process of the plugin, so that it is correctly installed." : "请确保使用的 POI 是最新版本,以及安装插件时未中断,插件已完整安装!",
"If errors still happen, please uninstall the plugin and try to install again.": "若仍然黑屏,请尝试卸载插件,重新安装。"
}

@@ -99,4 +99,4 @@ {

"In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it.": "欲查看戰鬥詳情,請先下載並啓用「戰鬥詳情」插件。",
"Please make sure you are using the lastest version of poi, and you did not interrupt the installation process of the plugin, so that it is correctly installed." : "請確保使用的 POI 是最新版本,以及安裝插件時未中斷,插件已完整安裝!",
"Please make sure you are using the lastest version of poi, and that you did not interrupt the installation process of the plugin, so that it is correctly installed." : "請確保使用的 POI 是最新版本,以及安裝插件時未中斷,插件已完整安裝!",
"If errors still happen, please uninstall the plugin and try to install again.": "若仍然黑屏,請嘗試卸載插件,重新安裝。"
}
{
"name": "poi-plugin-akashic-records",
"version": "4.1.0",
"version": "4.1.1-beta.0",
"description": "logbook plugin for poi",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -821,15 +821,15 @@ // Generated by CoffeeScript 1.9.3

hint = '远征';
oldData = duplicateRemoval(this.props.attackData.toArray());
oldData = duplicateRemoval(this.props.missionData.toArray());
break;
case CONST.typeList.createShip:
hint = '建造';
oldData = duplicateRemoval(this.props.attackData.toArray());
oldData = duplicateRemoval(this.props.createShipData.toArray());
break;
case CONST.typeList.createItem:
hint = '开发';
oldData = duplicateRemoval(this.props.attackData.toArray());
oldData = duplicateRemoval(this.props.createItemData.toArray());
break;
case CONST.typeList.resource:
hint = '资源';
oldData = duplicateRemoval(this.props.attackData.toArray());
oldData = duplicateRemoval(this.props.resourceData.toArray());
break;

@@ -836,0 +836,0 @@ default:

@@ -8,3 +8,3 @@ // Generated by CoffeeScript 1.9.3

errorMessage = __('Please make sure you are using the lastest version of poi, and you did not interrupt the installation process of the plugin, so that it is correctly installed.') + ' ' + __('If errors still happen, please uninstall the plugin and try to install again.');
errorMessage = __('Please make sure you are using the lastest version of poi, and that you did not interrupt the installation process of the plugin, so that it is correctly installed.') + ' ' + __('If errors still happen, please uninstall the plugin and try to install again.');

@@ -11,0 +11,0 @@ AkashicRecordsArea = React.createClass({displayName: "AkashicRecordsArea",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc