Skip to content

Commit cd2e27f

Browse files
autofix-ci[bot]VentyCZ
authored andcommitted
[autofix.ci] apply automated fixes
1 parent c0e19df commit cd2e27f

3 files changed

Lines changed: 50 additions & 22 deletions

File tree

config/i18n.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,15 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
212212
return { zero: 2 /!* not used *!/, one: 0, two: 1 /!* not used *!/, few: 1, many: 2, other: 3 }[name]
213213
},
214214
},*/
215-
{
216-
code: 'cs-CZ',
217-
file: 'cs-CZ.json',
218-
name: 'Čeština',
219-
pluralRule: (choice: number) => {
220-
const name = new Intl.PluralRules('cs-CZ').select(choice)
221-
return { zero: 2, one: 0, two: 1, few: 1, many: 2, other: 2 }[name]
222-
},
223-
},/*
215+
{
216+
code: 'cs-CZ',
217+
file: 'cs-CZ.json',
218+
name: 'Čeština',
219+
pluralRule: (choice: number) => {
220+
const name = new Intl.PluralRules('cs-CZ').select(choice)
221+
return { zero: 2, one: 0, two: 1, few: 1, many: 2, other: 2 }[name]
222+
},
223+
} /*
224224
{
225225
code: 'pl-PL',
226226
file: 'pl-PL.json',
@@ -262,7 +262,7 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
262262
code: 'ko-KR',
263263
file: 'ko-KR.json',
264264
name: '한국어',
265-
},*/
265+
},*/,
266266
{
267267
code: 'id-ID',
268268
file: 'id-ID.json',

i18n/locales/cs-CZ.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,19 @@
116116
"version": "This version has been deprecated.",
117117
"no_reason": "No reason provided"
118118
},
119+
"replacement": {},
119120
"stats": {
120121
"license": "License",
121122
"deps": "Deps",
122123
"install_size": "Install Size",
123124
"vulns": "Vulns",
124125
"updated": "Updated",
125126
"view_dependency_graph": "View dependency graph",
126-
"inspect_dependency_tree": "Inspect dependency tree"
127+
"inspect_dependency_tree": "Inspect dependency tree",
128+
"size_tooltip": {}
129+
},
130+
"skills": {
131+
"file_counts": {}
127132
},
128133
"links": {
129134
"repo": "repo",
@@ -276,6 +281,7 @@
276281
"low": "low"
277282
}
278283
},
284+
"deprecated": {},
279285
"access": {
280286
"title": "Team Access",
281287
"refresh": "Refresh team access",
@@ -310,7 +316,6 @@
310316
"size": "Size",
311317
"deps": "Deps",
312318
"updated": "Updated",
313-
"install": "Install",
314319
"readme": "Readme",
315320
"maintainers": "Maintainers",
316321
"keywords": "Keywords",
@@ -337,9 +342,7 @@
337342
},
338343
"modal": {
339344
"title": "Local Connector",
340-
"close_modal": "Close modal",
341345
"connected": "Connected",
342-
"logged_in_as": "Logged in as {'@'}{user}",
343346
"connected_hint": "You can now manage packages and organizations from the web UI.",
344347
"disconnect": "Disconnect",
345348
"run_hint": "Run the connector on your machine to enable admin features.",
@@ -485,7 +488,6 @@
485488
"claim": {
486489
"modal": {
487490
"title": "Claim Package Name",
488-
"close_modal": "Close modal",
489491
"success": "Package claimed!",
490492
"success_detail": "{name}{'@'}0.0.0 has been published to npm.",
491493
"success_hint": "You can now publish new versions to this package using npm publish.",
@@ -532,7 +534,8 @@
532534
"table": {
533535
"name": "Name",
534536
"size": "Size"
535-
}
537+
},
538+
"markdown_view_mode": {}
536539
},
537540
"badges": {
538541
"provenance": {
@@ -705,6 +708,10 @@
705708
}
706709
}
707710
},
711+
"account_menu": {},
712+
"auth": {
713+
"modal": {}
714+
},
708715
"header": {
709716
"home": "npmx home",
710717
"github": "GitHub",
@@ -724,5 +731,12 @@
724731
"empty": "No organizations found",
725732
"view_all": "View all"
726733
}
734+
},
735+
"compare": {
736+
"packages": {},
737+
"selector": {},
738+
"facets": {
739+
"categories": {}
740+
}
727741
}
728742
}

lunaria/files/cs-CZ.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,19 @@
116116
"version": "This version has been deprecated.",
117117
"no_reason": "No reason provided"
118118
},
119+
"replacement": {},
119120
"stats": {
120121
"license": "License",
121122
"deps": "Deps",
122123
"install_size": "Install Size",
123124
"vulns": "Vulns",
124125
"updated": "Updated",
125126
"view_dependency_graph": "View dependency graph",
126-
"inspect_dependency_tree": "Inspect dependency tree"
127+
"inspect_dependency_tree": "Inspect dependency tree",
128+
"size_tooltip": {}
129+
},
130+
"skills": {
131+
"file_counts": {}
127132
},
128133
"links": {
129134
"repo": "repo",
@@ -276,6 +281,7 @@
276281
"low": "low"
277282
}
278283
},
284+
"deprecated": {},
279285
"access": {
280286
"title": "Team Access",
281287
"refresh": "Refresh team access",
@@ -310,7 +316,6 @@
310316
"size": "Size",
311317
"deps": "Deps",
312318
"updated": "Updated",
313-
"install": "Install",
314319
"readme": "Readme",
315320
"maintainers": "Maintainers",
316321
"keywords": "Keywords",
@@ -337,9 +342,7 @@
337342
},
338343
"modal": {
339344
"title": "Local Connector",
340-
"close_modal": "Close modal",
341345
"connected": "Connected",
342-
"logged_in_as": "Logged in as {'@'}{user}",
343346
"connected_hint": "You can now manage packages and organizations from the web UI.",
344347
"disconnect": "Disconnect",
345348
"run_hint": "Run the connector on your machine to enable admin features.",
@@ -485,7 +488,6 @@
485488
"claim": {
486489
"modal": {
487490
"title": "Claim Package Name",
488-
"close_modal": "Close modal",
489491
"success": "Package claimed!",
490492
"success_detail": "{name}{'@'}0.0.0 has been published to npm.",
491493
"success_hint": "You can now publish new versions to this package using npm publish.",
@@ -532,7 +534,8 @@
532534
"table": {
533535
"name": "Name",
534536
"size": "Size"
535-
}
537+
},
538+
"markdown_view_mode": {}
536539
},
537540
"badges": {
538541
"provenance": {
@@ -705,6 +708,10 @@
705708
}
706709
}
707710
},
711+
"account_menu": {},
712+
"auth": {
713+
"modal": {}
714+
},
708715
"header": {
709716
"home": "npmx home",
710717
"github": "GitHub",
@@ -724,5 +731,12 @@
724731
"empty": "No organizations found",
725732
"view_all": "View all"
726733
}
734+
},
735+
"compare": {
736+
"packages": {},
737+
"selector": {},
738+
"facets": {
739+
"categories": {}
740+
}
727741
}
728742
}

0 commit comments

Comments
 (0)