Updated language bundles.

This commit is contained in:
Mike Cao 2022-09-12 14:36:27 -07:00
parent 24b2322987
commit fb6aabaf06
4 changed files with 23 additions and 11 deletions

View File

@ -85,7 +85,7 @@
"maxmind": "^4.3.6", "maxmind": "^4.3.6",
"moment-timezone": "^0.5.35", "moment-timezone": "^0.5.35",
"next": "^12.2.5", "next": "^12.2.5",
"next-basics": "^0.7.0", "next-basics": "^0.12.0",
"node-fetch": "^3.2.8", "node-fetch": "^3.2.8",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",

View File

@ -244,7 +244,7 @@
"label.none": [ "label.none": [
{ {
"type": 0, "type": 0,
"value": "None" "value": "Байхгүй"
} }
], ],
"label.owner": [ "label.owner": [
@ -397,6 +397,12 @@
"value": "Вебүүд" "value": "Вебүүд"
} }
], ],
"label.yesterday": [
{
"type": 0,
"value": "Өчигдөр"
}
],
"message.active-users": [ "message.active-users": [
{ {
"type": 0, "type": 0,
@ -456,7 +462,7 @@
"message.confirm-reset": [ "message.confirm-reset": [
{ {
"type": 0, "type": 0,
"value": "Are your sure you want to reset " "value": "Та "
}, },
{ {
"type": 1, "type": 1,
@ -464,7 +470,7 @@
}, },
{ {
"type": 0, "type": 0,
"value": "'s statistics?" "value": "-н тоон үзүүлэлтүүдийг устгахдаа итгэлтэй байна уу?"
} }
], ],
"message.copied": [ "message.copied": [
@ -482,7 +488,7 @@
"message.edit-dashboard": [ "message.edit-dashboard": [
{ {
"type": 0, "type": 0,
"value": "Edit dashboard" "value": "Хянах самбар засах"
} }
], ],
"message.failure": [ "message.failure": [
@ -770,7 +776,7 @@
"metrics.query-parameters": [ "metrics.query-parameters": [
{ {
"type": 0, "type": 0,
"value": "Query parameters" "value": "Query параметр"
} }
], ],
"metrics.referrers": [ "metrics.referrers": [
@ -782,7 +788,7 @@
"metrics.screens": [ "metrics.screens": [
{ {
"type": 0, "type": 0,
"value": "Screens" "value": "Дэлгэц"
} }
], ],
"metrics.unique-visitors": [ "metrics.unique-visitors": [

View File

@ -397,6 +397,12 @@
"value": "网站" "value": "网站"
} }
], ],
"label.yesterday": [
{
"type": 0,
"value": "昨天"
}
],
"message.active-users": [ "message.active-users": [
{ {
"type": 0, "type": 0,

View File

@ -4731,10 +4731,10 @@ natural-compare@^1.4.0:
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
next-basics@^0.7.0: next-basics@^0.12.0:
version "0.7.0" version "0.12.0"
resolved "https://registry.yarnpkg.com/next-basics/-/next-basics-0.7.0.tgz#ef2a23dcb3bbfb2170df26b8b5f50c823edc1a2a" resolved "https://registry.yarnpkg.com/next-basics/-/next-basics-0.12.0.tgz#e946cdb3f32d5d84f67e7c35b6e2e96750763c62"
integrity sha512-Z6u8IU77XqadrntFx98CVmfOBcDOiHvemUW753STMte81W9TLflRgOSg1thIg5iwgzQfvCIaU5I1sd06XvvdeA== integrity sha512-3meED1Z9m8QvOsG4bz5OAuyjROdV9Cf75Wq2t+cHiGBh+y8qhTluJduqIXuoY5x0S72/5XvY1mwthW+Og47H9A==
dependencies: dependencies:
bcryptjs "^2.4.3" bcryptjs "^2.4.3"
jsonwebtoken "^8.5.1" jsonwebtoken "^8.5.1"