@urnetwork/localizations 2026.7.16-993865310 → 2026.7.20-997621010

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,45 @@
1
+ Copyright (c) 2024 BringYour, Inc.
2
+
3
+ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
4
+
5
+ ************************************************************************
6
+ * *
7
+ * 6. Disclaimer of Warranty *
8
+ * ------------------------- *
9
+ * *
10
+ * Covered Software is provided under this License on an "as is" *
11
+ * basis, without warranty of any kind, either expressed, implied, or *
12
+ * statutory, including, without limitation, warranties that the *
13
+ * Covered Software is free of defects, merchantable, fit for a *
14
+ * particular purpose or non-infringing. The entire risk as to the *
15
+ * quality and performance of the Covered Software is with You. *
16
+ * Should any Covered Software prove defective in any respect, You *
17
+ * (not any Contributor) assume the cost of any necessary servicing, *
18
+ * repair, or correction. This disclaimer of warranty constitutes an *
19
+ * essential part of this License. No use of any Covered Software is *
20
+ * authorized under this License except under this disclaimer. *
21
+ * *
22
+ ************************************************************************
23
+
24
+ ************************************************************************
25
+ * *
26
+ * 7. Limitation of Liability *
27
+ * -------------------------- *
28
+ * *
29
+ * Under no circumstances and under no legal theory, whether tort *
30
+ * (including negligence), contract, or otherwise, shall any *
31
+ * Contributor, or anyone who distributes Covered Software as *
32
+ * permitted above, be liable to You for any direct, indirect, *
33
+ * special, incidental, or consequential damages of any character *
34
+ * including, without limitation, damages for lost profits, loss of *
35
+ * goodwill, work stoppage, computer failure or malfunction, or any *
36
+ * and all other commercial damages or losses, even if such party *
37
+ * shall have been informed of the possibility of such damages. This *
38
+ * limitation of liability shall not apply to liability for death or *
39
+ * personal injury resulting from such party's negligence to the *
40
+ * extent applicable law prohibits such limitation. Some *
41
+ * jurisdictions do not allow the exclusion or limitation of *
42
+ * incidental or consequential damages, so this exclusion and *
43
+ * limitation may not apply to You. *
44
+ * *
45
+ ************************************************************************
@@ -0,0 +1,7 @@
1
+ description: "Generic starter label on the app-split panel when no apps are included or excluded yet (shown instead of \"0 apps excluded\")."
2
+ description_auto: true
3
+ source: "0 split apps"
4
+ platforms:
5
+ - android
6
+ localizations:
7
+ en: "0 split apps"
@@ -0,0 +1,36 @@
1
+ description: "A faint scale-reference label under a stack of contract circles, giving the size of the largest contract in the stack. The argument is a formatted byte size (e.g. \"128 MiB\")."
2
+ source: "max {size}"
3
+ platforms:
4
+ - windows
5
+ placeholders:
6
+ - name: size
7
+ type: string
8
+ localizations:
9
+ ar: "الحد الأقصى {size}"
10
+ cs: "max {size}"
11
+ de: "max {size}"
12
+ el: "μέγ. {size}"
13
+ en: "max {size}"
14
+ es: "máx {size}"
15
+ es-419: "máx {size}"
16
+ es-MX: "máx {size}"
17
+ fr: "max {size}"
18
+ he: "מקס׳ {size}"
19
+ hi: "अधिकतम {size}"
20
+ id: "maks {size}"
21
+ it: "max {size}"
22
+ ja: "最大 {size}"
23
+ ko: "최대 {size}"
24
+ nl: "max {size}"
25
+ pl: "maks {size}"
26
+ pt: "máx {size}"
27
+ pt-BR: "máx {size}"
28
+ pt-PT: "máx {size}"
29
+ ru: "макс {size}"
30
+ sv: "max {size}"
31
+ sw: "kiwango cha juu {size}"
32
+ th: "สูงสุด {size}"
33
+ uk: "макс {size}"
34
+ vi: "tối đa {size}"
35
+ zh: "最大 {size}"
36
+ zh-HK: "最大 {size}"
@@ -0,0 +1,7 @@
1
+ description: "dns settings"
2
+ source: "The default safe settings are not applied"
3
+ platforms:
4
+ - apple
5
+ - linux
6
+ localizations:
7
+ en: "The default safe settings are not applied"
@@ -0,0 +1,6 @@
1
+ description: "dns settings"
2
+ source: "The default safe settings are not applied"
3
+ platforms:
4
+ - windows
5
+ localizations:
6
+ en: "The default safe settings are not applied"
@@ -0,0 +1,9 @@
1
+ description: "dns settings"
2
+ source: "There are unapplied recommended settings for {country}"
3
+ platforms:
4
+ - windows
5
+ placeholders:
6
+ - name: country
7
+ type: string
8
+ localizations:
9
+ en: "There are unapplied recommended settings for {country}"
@@ -0,0 +1,10 @@
1
+ description: "dns settings"
2
+ source: "There are unapplied recommended settings for %@"
3
+ platforms:
4
+ - apple
5
+ - linux
6
+ placeholders:
7
+ - name: country
8
+ type: string
9
+ localizations:
10
+ en: "There are unapplied recommended settings for {country}"
@@ -0,0 +1,16 @@
1
+ description: "A label showing the number of IP addresses in a block action cluster, rendered as a single pill. The argument is the number of IPs."
2
+ description_auto: true
3
+ source: "%lld IPs"
4
+ platforms:
5
+ - android
6
+ - linux
7
+ - windows
8
+ placeholders:
9
+ - name: count
10
+ type: int
11
+ plurals:
12
+ select: count
13
+ localizations:
14
+ en:
15
+ one: "{count} IP"
16
+ other: "{count} IPs"
@@ -0,0 +1,6 @@
1
+ description: "Provide control mode option that provides bandwidth only to peers in the same network."
2
+ source: "Network"
3
+ platforms:
4
+ - android
5
+ localizations:
6
+ en: "Network"
@@ -0,0 +1,33 @@
1
+ description: "Direction label for the stack of contracts receiving data from a peer, shown next to Send."
2
+ source: "Receive"
3
+ platforms:
4
+ - windows
5
+ localizations:
6
+ ar: "استقبل"
7
+ cs: "Přijmout"
8
+ de: "Empfange"
9
+ el: "Λήψη"
10
+ en: "Receive"
11
+ es: "Recibe"
12
+ es-419: "Recibir"
13
+ es-MX: "Recibe"
14
+ fr: "Reçois"
15
+ he: "קבל"
16
+ hi: "प्राप्त करें"
17
+ id: "Terima"
18
+ it: "Ricevi"
19
+ ja: "受信"
20
+ ko: "받기"
21
+ nl: "Ontvang"
22
+ pl: "Odbierz"
23
+ pt: "Receba"
24
+ pt-BR: "Receber"
25
+ pt-PT: "Receber"
26
+ ru: "Получить"
27
+ sv: "Ta emot"
28
+ sw: "Pokea"
29
+ th: "รับ"
30
+ uk: "Отримати"
31
+ vi: "Nhận"
32
+ zh: "接收"
33
+ zh-HK: "接收"
@@ -0,0 +1,6 @@
1
+ description: "Subtitle shown under the Quick Settings tile when the VPN is connected."
2
+ source: "Connected"
3
+ platforms:
4
+ - android
5
+ localizations:
6
+ en: "Connected"
@@ -0,0 +1,6 @@
1
+ description: "Subtitle shown under the Quick Settings tile when the VPN is disconnected."
2
+ source: "Disconnected"
3
+ platforms:
4
+ - android
5
+ localizations:
6
+ en: "Disconnected"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urnetwork/localizations",
3
- "version": "2026.7.16-993865310",
3
+ "version": "2026.7.20-997621010",
4
4
  "description": "URnetwork interface localizations",
5
5
  "homepage": "https://github.com/urnetwork/localizations#readme",
6
6
  "bugs": {
@@ -17,7 +17,7 @@
17
17
  "keys/",
18
18
  "index.js"
19
19
  ],
20
- "license": "ISC",
20
+ "license": "MPL-2.0",
21
21
  "author": "",
22
22
  "type": "module",
23
23
  "main": "index.js",