summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--l10n/ja.js2
-rw-r--r--l10n/ja.json2
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
4 files changed, 6 insertions, 6 deletions
diff --git a/l10n/ja.js b/l10n/ja.js
index 21267d61..64924591 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -167,7 +167,7 @@ OC.L10N.register(
"Spoken languages" : "話せる言語",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed}連絡先の読み込みができませんでした。"],
"Unable to delete contact" : "連絡先を削除できません。",
- "Your web browser is out of date" : "ウェブブラウザが古いです",
+ "Your web browser is out of date" : "Webブラウザーが古いです",
"This application is not compatible with Internet Explorer" : "このアプリはInternet Explorerと互換性がありません"
},
"nplurals=1; plural=0;");
diff --git a/l10n/ja.json b/l10n/ja.json
index ecb0e43f..41337c81 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -165,7 +165,7 @@
"Spoken languages" : "話せる言語",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed}連絡先の読み込みができませんでした。"],
"Unable to delete contact" : "連絡先を削除できません。",
- "Your web browser is out of date" : "ウェブブラウザが古いです",
+ "Your web browser is out of date" : "Webブラウザーが古いです",
"This application is not compatible with Internet Explorer" : "このアプリはInternet Explorerと互換性がありません"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 6a8b2550..94f24a25 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9994,9 +9994,9 @@
"dev": true
},
"sass": {
- "version": "1.33.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.33.0.tgz",
- "integrity": "sha512-9v0MUXnSi62FtfjqcwZ+b8B9FIxdwFEb3FPUkjEPXWd0b5KcnPGSp2XF9WrzcH1ZxedfgJVTdA3A1j4eEj53xg==",
+ "version": "1.34.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.34.0.tgz",
+ "integrity": "sha512-rHEN0BscqjUYuomUEaqq3BMgsXqQfkcMVR7UhscsAVub0/spUrZGBMxQXFS2kfiDsPLZw5yuU9iJEFNC2x38Qw==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
diff --git a/package.json b/package.json
index bb354f4f..bd119e47 100644
--- a/package.json
+++ b/package.json
@@ -94,7 +94,7 @@
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"node-polyfill-webpack-plugin": "^1.1.2",
- "sass": "^1.33.0",
+ "sass": "^1.34.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",