Skip to content

Commit 14e3470

Browse files
authored
chore(i18n-crowdin): new crowdin translation 🌐 (#2598)
1 parent 39bf5c3 commit 14e3470

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

src/languages/es-419/commands/case.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@
4242
"listOverviewFooterWarning_other": "{{count}} advertencias",
4343
"listOverviewFooterMutes_one": "{{count}} mute",
4444
"listOverviewFooterMutes_other": "{{count}} mutes",
45+
"listOverviewFooterTimeouts_one": "{{count}} tiempo de espera",
4546
"listOverviewFooterTimeouts_other": "{{count}} tiempos de espera",
4647
"listOverviewFooterKicks_one": "{{count}} expulsión",
4748
"listOverviewFooterKicks_other": "{{count}} expulsiones",
4849
"listOverviewFooterBans_one": "{{count}} baneo",
49-
"listOverviewFooterBans_other": "{{count}} baneos"
50+
"listOverviewFooterBans_other": "{{count}} baneos",
51+
"editSuccess": "Se ha editado correctamente el caso {{caseId}}.",
52+
"archiveSuccess": "Se ha archivado correctamente el caso {{caseId}}.",
53+
"deleteSuccess": "Se ha borrado correctamente el caso {{caseId}}."
5054
}

src/languages/es-ES/commands/case.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@
4040
"listOverviewFooterUser": "Este usuario tiene {{warnings}}, {{mutes}}, {{timeouts}}, {{kicks}} y {{bans}}",
4141
"listOverviewFooterWarning_one": "{{count}} advertencia",
4242
"listOverviewFooterWarning_other": "{{count}} advertencias",
43-
"listOverviewFooterMutes_one": "{{count}} silencio",
44-
"listOverviewFooterMutes_other": "{{count}} silencios",
43+
"listOverviewFooterMutes_one": "{{count}} mute",
44+
"listOverviewFooterMutes_other": "{{count}} mutes",
4545
"listOverviewFooterTimeouts_one": "{{count}} tiempo de espera",
4646
"listOverviewFooterTimeouts_other": "{{count}} tiempos de espera",
4747
"listOverviewFooterKicks_one": "{{count}} expulsión",
4848
"listOverviewFooterKicks_other": "{{count}} expulsiones",
49-
"listOverviewFooterBans_one": "{{count}} baneo"
49+
"listOverviewFooterBans_one": "{{count}} baneo",
50+
"listOverviewFooterBans_other": "{{count}} baneos",
51+
"editSuccess": "Se ha editado correctamente el caso {{caseId}}.",
52+
"archiveSuccess": "Se ha archivado correctamente el caso {{caseId}}.",
53+
"deleteSuccess": "Se ha borrado correctamente el caso {{caseId}}."
5054
}

0 commit comments

Comments
 (0)