@urnetwork/localizations 0.0.3 → 0.0.5
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/README.md +0 -1
- package/keys/best_matches.yaml +24 -25
- package/keys/promoted.yaml +24 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,4 +11,3 @@ You can run `npm pack` to bundle it locally and then `npm install ./path-to-loca
|
|
|
11
11
|
- Make sure you're logged into npm with `npm login`.
|
|
12
12
|
- Run `npm pack --dry-run` to see what will be included in the package.
|
|
13
13
|
- If everything looks good, run `npm run release:patch` to publish the package. There are also `release:minor` and `release:major` scripts available for versioning.
|
|
14
|
-
- Tag it on Github after publishing like `git tag vx.y.z` and `git push --tags`.
|
package/keys/best_matches.yaml
CHANGED
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
zh: "最佳匹配"
|
|
1
|
+
description: "Label for a list or section showing the best matching results."
|
|
2
|
+
localizations:
|
|
3
|
+
ar: "أفضل النتائج المطابقة"
|
|
4
|
+
cs: "Nejlepší shody"
|
|
5
|
+
de: "Beste Treffer"
|
|
6
|
+
el: "Καλύτερες αντιστοιχίες"
|
|
7
|
+
en: "Best matches"
|
|
8
|
+
es: "Mejores coincidencias"
|
|
9
|
+
es-MX: "Mejores coincidencias"
|
|
10
|
+
fr: "Meilleures correspondances"
|
|
11
|
+
he: "התאמות הטובות ביותר"
|
|
12
|
+
hi: "सर्वश्रेष्ठ मेल"
|
|
13
|
+
ja: "最適な一致"
|
|
14
|
+
ko: "최고의 일치"
|
|
15
|
+
nl: "Beste overeenkomsten"
|
|
16
|
+
pl: "Najlepsze dopasowania"
|
|
17
|
+
pt: "Melhores correspondências"
|
|
18
|
+
pt-BR: "Melhores correspondências"
|
|
19
|
+
ru: "Лучшие совпадения"
|
|
20
|
+
sw: "Mechi bora"
|
|
21
|
+
th: "ผลลัพธ์ที่ตรงกันดีที่สุด"
|
|
22
|
+
uk: "Найкращі збіги"
|
|
23
|
+
vi: "Kết quả phù hợp nhất"
|
|
24
|
+
zh: "最佳匹配"
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
description: "VPN providers list option for promoted providers"
|
|
2
|
+
localizations:
|
|
3
|
+
ar: "مُروَّج"
|
|
4
|
+
cs: "Propagováno"
|
|
5
|
+
de: "Hervorgehoben"
|
|
6
|
+
el: "Προβεβλημένο"
|
|
7
|
+
en: "Promoted"
|
|
8
|
+
es: "Promocionado"
|
|
9
|
+
es-MX: "Promocionado"
|
|
10
|
+
fr: "Mis en avant"
|
|
11
|
+
he: "מקודם"
|
|
12
|
+
hi: "प्रमोटेड"
|
|
13
|
+
ja: "プロモート"
|
|
14
|
+
ko: "홍보됨"
|
|
15
|
+
nl: "Gepromoot"
|
|
16
|
+
pl: "Promowane"
|
|
17
|
+
pt: "Promovido"
|
|
18
|
+
pt-BR: "Promovido"
|
|
19
|
+
ru: "Продвигаемый"
|
|
20
|
+
sw: "Imepandishwa"
|
|
21
|
+
th: "โปรโมต"
|
|
22
|
+
uk: "Просунутий"
|
|
23
|
+
vi: "Được quảng bá"
|
|
24
|
+
zh: "推广"
|