Skip to content

Commit

Permalink
chore(i18n-crowdin): new crowdin translation 🌐 (#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
NM-EEA-Y authored Mar 28, 2024
1 parent 39bf5c3 commit 14e3470
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion src/languages/es-419/commands/case.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@
"listOverviewFooterWarning_other": "{{count}} advertencias",
"listOverviewFooterMutes_one": "{{count}} mute",
"listOverviewFooterMutes_other": "{{count}} mutes",
"listOverviewFooterTimeouts_one": "{{count}} tiempo de espera",
"listOverviewFooterTimeouts_other": "{{count}} tiempos de espera",
"listOverviewFooterKicks_one": "{{count}} expulsión",
"listOverviewFooterKicks_other": "{{count}} expulsiones",
"listOverviewFooterBans_one": "{{count}} baneo",
"listOverviewFooterBans_other": "{{count}} baneos"
"listOverviewFooterBans_other": "{{count}} baneos",
"editSuccess": "Se ha editado correctamente el caso {{caseId}}.",
"archiveSuccess": "Se ha archivado correctamente el caso {{caseId}}.",
"deleteSuccess": "Se ha borrado correctamente el caso {{caseId}}."
}
10 changes: 7 additions & 3 deletions src/languages/es-ES/commands/case.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@
"listOverviewFooterUser": "Este usuario tiene {{warnings}}, {{mutes}}, {{timeouts}}, {{kicks}} y {{bans}}",
"listOverviewFooterWarning_one": "{{count}} advertencia",
"listOverviewFooterWarning_other": "{{count}} advertencias",
"listOverviewFooterMutes_one": "{{count}} silencio",
"listOverviewFooterMutes_other": "{{count}} silencios",
"listOverviewFooterMutes_one": "{{count}} mute",
"listOverviewFooterMutes_other": "{{count}} mutes",
"listOverviewFooterTimeouts_one": "{{count}} tiempo de espera",
"listOverviewFooterTimeouts_other": "{{count}} tiempos de espera",
"listOverviewFooterKicks_one": "{{count}} expulsión",
"listOverviewFooterKicks_other": "{{count}} expulsiones",
"listOverviewFooterBans_one": "{{count}} baneo"
"listOverviewFooterBans_one": "{{count}} baneo",
"listOverviewFooterBans_other": "{{count}} baneos",
"editSuccess": "Se ha editado correctamente el caso {{caseId}}.",
"archiveSuccess": "Se ha archivado correctamente el caso {{caseId}}.",
"deleteSuccess": "Se ha borrado correctamente el caso {{caseId}}."
}

0 comments on commit 14e3470

Please sign in to comment.