mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-23 19:46:28 -05:00
I18n jsons sync command (#2342)
* Add new command * Run against existing * Update docs
This commit is contained in:
@@ -136,4 +136,5 @@ export const config = {
|
||||
interpolation: {
|
||||
escapeValue: false,
|
||||
},
|
||||
returnEmptyString: false,
|
||||
};
|
||||
|
||||
@@ -52,3 +52,7 @@ export function CoolComponent() {
|
||||
```
|
||||
|
||||
When utilizing feature specific translations ensure the json is loaded. This is handled via the `handle` Remix function.
|
||||
|
||||
### Sync
|
||||
|
||||
Use the `npm run i18n:sync` command to sync translation jsons with English (removing and adding keys for each language as needed). There is not currently a check in the pipeline that this was done but it should always be ran when a new translation string has been added or removed.
|
||||
|
||||
@@ -5,14 +5,13 @@
|
||||
sendou.ink can be translated into any language. All the translations can be found in the [locales folder](./locales). Here is how you can contribute:
|
||||
|
||||
1. Copy a `.json` file from `/en` folder.
|
||||
2. Translate lines one by one. For example `"country": "Country",` could become `"country": "Maa",`. Keep the "key" on the left side of : unchanged.
|
||||
2. Translate lines one by one. For example `"country": "Country",` could become `"country": "Maa",`. Keep the "key" on the left side of : unchanged. (`"country": "",` would indicate this string is not yet text for this language but you can also improve existing translations)
|
||||
3. Finally, send the translated .json to Sendou or make a pull request if you know how.
|
||||
|
||||
Things to note:
|
||||
|
||||
- `weapons.json` and `gear.json` are auto-generated. Don't touch these.
|
||||
- If some language doesn't have a folder it can be added.
|
||||
- Some translated `.json` files can also have some lines in English as new lines get added to the site. Those can then be translated.
|
||||
- Some lines have a dynamic part like this one: `"articleBy": "by {{author}}"` in this case `{{author}}` should appear in the translated version unchanged. So in other words don't translate the part inside `{{}}`.
|
||||
- There is one more special syntax to keep in mind. When you translate this line `"project": "Sendou.ink is a project by <2>Sendou</2> with help from contributors:",` the `<2></2>` should appear in the translated version. The text inside these tags can change.
|
||||
- To update a translation file copy the existing file, do any modifications needed and send the updated one.
|
||||
|
||||
@@ -159,5 +159,7 @@
|
||||
"noDmgData": "Der er endnu ikke nogen data for dette våbens skade.",
|
||||
"perInkTankGrid.header_one": "{{weapon}} skud efter at sub-våbnet er brugt {{count}} gange ",
|
||||
"perInkTankGrid.header_other": "{{weapon}} skud efter sub-våbnet er brugt {{count}} gange",
|
||||
"bigBubblerExplanation": "{{weapon}}’s varighed og holdbarhed (HP) forøges på samme tid"
|
||||
"bigBubblerExplanation": "{{weapon}}’s varighed og holdbarhed (HP) forøges på samme tid",
|
||||
"button.showChart": "",
|
||||
"button.showConsumptionGrid": ""
|
||||
}
|
||||
|
||||
@@ -24,5 +24,7 @@
|
||||
"forms.tags.addNew": "Lav en ny en",
|
||||
"forms.tags.addNew.placeholder": "Lav en ny etiket",
|
||||
"forms.tags.searchExisting.placeholder": "Søg i eksisterende etiketter",
|
||||
"forms.tags.maxReached": "Maks antal etiketter opnået"
|
||||
"forms.tags.maxReached": "Maks antal etiketter opnået",
|
||||
"delete.title": "",
|
||||
"unlink.title": ""
|
||||
}
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
"tournament_other": "Tildeldt for at vinde {{tournament}} (×{{count}})",
|
||||
"forYourEvent": "Mærke til dit arrangement?",
|
||||
"managedBy": "Administreres af {{users}}",
|
||||
"madeBy": "",
|
||||
"own.divider": "Administrerede mærker",
|
||||
"other.divider": "Andre mærker"
|
||||
"other.divider": "Andre mærker",
|
||||
"noBadgesFound": ""
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"noBuilds": "Her er ingen sæt. Lav dit første sæt!",
|
||||
"buildCard.info": "Info",
|
||||
"buildCard.edit": "Rediger",
|
||||
|
||||
"forms.title": "Titel",
|
||||
"forms.modes": "spiltilstand",
|
||||
"forms.weapons": "Våben",
|
||||
@@ -12,21 +11,19 @@
|
||||
"forms.gear.CLOTHES": "Udstyr (tøj)",
|
||||
"forms.gear.SHOES": "Udstyr (sko)",
|
||||
"forms.private.info": "Private udrustningssæt er kun synlige for dig",
|
||||
|
||||
"forms.noGear.info": "",
|
||||
"deleteConfirm": "Vil du slette sættet '{{title}}'?",
|
||||
|
||||
"stats.count.title": "Gennemsnit fra {{count}} {{weapon}}-sæt",
|
||||
"stats.ap.title": "Egenskabspointssnit",
|
||||
"stats.percentage.title": "Kun primære egenskaber",
|
||||
"stats.all": "Alle",
|
||||
|
||||
"stats.public": "",
|
||||
"stats.private": "",
|
||||
"addFilter": "Tilføj filter",
|
||||
"linkButton.abilityStats": "Egenskabsstatistikker",
|
||||
"linkButton.popularBuilds": "Populære sæt",
|
||||
"noPopularBuilds": "Der er på nuværende tidspunkt ingen populære sæt for det valgte våben.",
|
||||
|
||||
"emptyAbilitySlot": "Tomt egenskabsfelt",
|
||||
|
||||
"filters.type.ability": "Efter egenskab",
|
||||
"filters.type.mode": "Efter spiltilstand",
|
||||
"filters.type.date": "Efter dato",
|
||||
@@ -38,5 +35,6 @@
|
||||
"filters.atLeast": "Mindst",
|
||||
"filters.atMost": "Maks",
|
||||
"filters.date.since": "Siden",
|
||||
"filters.date.custom": "Tilpasset"
|
||||
"filters.date.custom": "Tilpasset",
|
||||
"filters.filterByWeapon": ""
|
||||
}
|
||||
|
||||
@@ -1,24 +1,18 @@
|
||||
{
|
||||
"inYourTimeZone": "Klokkeslæt vises i din lokale tidszone:",
|
||||
"addNew": "Tilføj ny",
|
||||
"noEvents": "Der er ingen begivendeheder i den valgte uge",
|
||||
"reportResults": "Du kan rapportere resultaterne:",
|
||||
"day": "Dag {{number}}",
|
||||
"actions.reportWinners": "Vis vinderne",
|
||||
"actions.delete": "Slet begivenhed",
|
||||
"actions.delete.confirm": "Slet alt data vedrørende {{name}}?",
|
||||
"participatedPlayerCount": "{{count}} spillere deltog",
|
||||
"participatedCount": "{{count}} hold deltog",
|
||||
"participatedPlayerCount": "{{count}} spillere deltog",
|
||||
"members": "Medlemmer",
|
||||
"results": "Resultater",
|
||||
"createMapList": "Lav bane-liste",
|
||||
"from": "Fra {{author}}",
|
||||
"pastEvents.dividerText": "Past events",
|
||||
"count.teams_one": "{{count}} hold",
|
||||
"count.players_one": "{{count}} spiller",
|
||||
"count.teams_other": "{{count}} hold",
|
||||
"count.players_one": "{{count}} spiller",
|
||||
"count.players_other": "{{count}} spillere",
|
||||
|
||||
"forms.dates": "Datoer",
|
||||
"forms.bracketUrl": "Turneringsplans-URL",
|
||||
"forms.discordInvite": "Discordserver-invitations-URL",
|
||||
@@ -27,7 +21,6 @@
|
||||
"forms.badges": "Præmiemærker",
|
||||
"forms.badges.placeholder": "Vælg et premiemærke",
|
||||
"forms.mapPool": "Banepulje",
|
||||
|
||||
"forms.participantCount": "Antal deltagere",
|
||||
"forms.reportResultsHeader": "Viser resultater for {{eventName}}",
|
||||
"forms.reportResultsInfo": "Du vælger hvor mange resultater der skal vises. Det kan være det vindende hold eller top 3.",
|
||||
@@ -35,22 +28,14 @@
|
||||
"forms.team.remove": "Fjern hold",
|
||||
"forms.team.name": "Holdnavn",
|
||||
"forms.team.placing": "Placering",
|
||||
|
||||
"forms.team.player.header": "Spiller {{number}}",
|
||||
"forms.team.player.add": "Tilføj spiller",
|
||||
"forms.team.player.remove": "Fjern spiller",
|
||||
"forms.team.player.addAsUser": "Tilføj som bruger (anbefales)",
|
||||
"forms.team.player.addAsText": "Tilføj som tekst",
|
||||
|
||||
"forms.errors.uniqueTeamName": "Alle hold skal have et unikt navn.",
|
||||
"forms.errors.duplicatePlayer": "Man kan ikke have den samme spiller på samme hold 2 gange.",
|
||||
"forms.errors.emptyTeam": "Alle hold skal have mindst en spiller.",
|
||||
|
||||
"week.this": "Denne Uge",
|
||||
"week.next": "Næste Uge",
|
||||
"week.last": "Sidste Uge",
|
||||
|
||||
"tag.desc.BADGE": "Vinderne af denne begivenhed får et sendou.ink-mærke.",
|
||||
"tag.desc.SPECIAL": "Regelsættet afviger fra standardreglerne.",
|
||||
"tag.desc.ART": "Man kan vinde kunst ved at deltage i denne turnering.",
|
||||
"tag.desc.MONEY": "Man kan vinde penge ved at deltage i denne turnering",
|
||||
@@ -64,5 +49,33 @@
|
||||
"tag.desc.S1": "Spilles i Splatoon 1.",
|
||||
"tag.desc.S2": "Spilles i Splatoon 2.",
|
||||
"tag.desc.SR": "Salmon Run begivenhed.",
|
||||
"tag.desc.CARDS": "Tableturf Battle begivenhed."
|
||||
"tag.desc.CARDS": "Tableturf Battle begivenhed.",
|
||||
"icalFeed": "",
|
||||
"filter.button": "",
|
||||
"filter.heading": "",
|
||||
"filter.modes": "",
|
||||
"filter.exactModes": "",
|
||||
"filter.exactModesBottom": "",
|
||||
"filter.games": "",
|
||||
"filter.vs": "",
|
||||
"filter.vs.4v4": "",
|
||||
"filter.vs.3v3": "",
|
||||
"filter.vs.2v2": "",
|
||||
"filter.vs.1v1": "",
|
||||
"filter.startTime": "",
|
||||
"filter.startTime.any": "",
|
||||
"filter.startTime.eu": "",
|
||||
"filter.startTime.na": "",
|
||||
"filter.startTime.au": "",
|
||||
"filter.tagsIncluded": "",
|
||||
"filter.tagsExcluded": "",
|
||||
"filter.isSendou": "",
|
||||
"filter.isRanked": "",
|
||||
"filter.minTeamCount": "",
|
||||
"filter.orgsIncluded": "",
|
||||
"filter.orgsExcluded": "",
|
||||
"filter.authorIdsExcluded": "",
|
||||
"filter.authorIdsExcludedBottom": "",
|
||||
"filter.apply": "",
|
||||
"filter.applyAndDefault": ""
|
||||
}
|
||||
|
||||
@@ -22,32 +22,82 @@
|
||||
"pages.links": "Link",
|
||||
"pages.art": "Kunst",
|
||||
"pages.sendouq": "SendouQ",
|
||||
|
||||
"pages.lfg": "",
|
||||
"pages.scrims": "",
|
||||
"pages.settings": "",
|
||||
"pages.luti": "",
|
||||
"header.profile": "Profil",
|
||||
"header.logout": "Log ud",
|
||||
"header.login": "Log ind",
|
||||
"header.language": "Sprog",
|
||||
"header.loggedInAs": "Du er logget ind som {{userName}}",
|
||||
"header.theme": "Tema",
|
||||
|
||||
"header.adder.tournament": "",
|
||||
"header.adder.calendarEvent": "",
|
||||
"header.adder.build": "",
|
||||
"header.adder.team": "",
|
||||
"header.adder.scrimPost": "",
|
||||
"header.adder.association": "",
|
||||
"header.adder.lfgPost": "",
|
||||
"header.adder.art": "",
|
||||
"header.adder.vod": "",
|
||||
"header.adder.plusSuggestion": "",
|
||||
"notifications.title": "",
|
||||
"notifications.empty": "",
|
||||
"notifications.seeAll": "",
|
||||
"notifications.fullList.explanation": "",
|
||||
"notifications.managePush": "",
|
||||
"notifications.title.SQ_ADDED_TO_GROUP": "",
|
||||
"notifications.text.SQ_ADDED_TO_GROUP": "",
|
||||
"notifications.title.SQ_NEW_MATCH": "",
|
||||
"notifications.text.SQ_NEW_MATCH": "",
|
||||
"notifications.title.TO_ADDED_TO_TEAM": "",
|
||||
"notifications.text.TO_ADDED_TO_TEAM": "",
|
||||
"notifications.title.TO_TEST_CREATED": "",
|
||||
"notifications.text.TO_TEST_CREATED": "",
|
||||
"notifications.title.TO_BRACKET_STARTED": "",
|
||||
"notifications.text.TO_BRACKET_STARTED": "",
|
||||
"notifications.title.TO_CHECK_IN_OPENED": "",
|
||||
"notifications.text.TO_CHECK_IN_OPENED": "",
|
||||
"notifications.title.BADGE_ADDED": "",
|
||||
"notifications.text.BADGE_ADDED": "",
|
||||
"notifications.title.BADGE_MANAGER_ADDED": "",
|
||||
"notifications.text.BADGE_MANAGER_ADDED": "",
|
||||
"notifications.title.PLUS_VOTING_STARTED": "",
|
||||
"notifications.text.PLUS_VOTING_STARTED": "",
|
||||
"notifications.title.PLUS_SUGGESTION_ADDED": "",
|
||||
"notifications.text.PLUS_SUGGESTION_ADDED": "",
|
||||
"notifications.title.TAGGED_TO_ART": "",
|
||||
"notifications.text.TAGGED_TO_ART": "",
|
||||
"notifications.title.SEASON_STARTED": "",
|
||||
"notifications.text.SEASON_STARTED": "",
|
||||
"notifications.title.SCRIM_NEW_REQUEST": "",
|
||||
"notifications.text.SCRIM_NEW_REQUEST": "",
|
||||
"notifications.title.SCRIM_SCHEDULED": "",
|
||||
"notifications.text.SCRIM_SCHEDULED": "",
|
||||
"auth.errors.aborted": "logindforsøg afbrudt",
|
||||
"auth.errors.failed": "Loginforsøg fejlet",
|
||||
"auth.errors.discordPermissions": "Før at du kan oprette en profil på sendou.ink, skal sendou.ink have adgang til din Discordprofils navn, brugerbillede og sociale forbindelser (de sociale medier, som du har tilknyttet din discordprofil).",
|
||||
|
||||
"auth.errors.unknown": "",
|
||||
"toasts.error": "",
|
||||
"toasts.success": "",
|
||||
"toasts.info": "",
|
||||
"footer.github.subtitle": "Kildekode",
|
||||
"footer.discord.subtitle": "Hjælp og feedback",
|
||||
"footer.patreon.subtitle": "Støt hjemmesiden",
|
||||
"footer.thanks": "Tak til vores patrons for støtten",
|
||||
|
||||
"actions.save": "Gem",
|
||||
"actions.saveChanges": "Gem ændringer",
|
||||
"actions.submit": "Fremlæg",
|
||||
"actions.edit": "Rediger",
|
||||
"actions.add": "Tilføj",
|
||||
"actions.addNew": "",
|
||||
"actions.remove": "Fjern",
|
||||
"actions.delete": "Slet",
|
||||
"actions.reset": "Nulstil",
|
||||
"actions.loadMore": "Indlæs flere",
|
||||
"actions.showMore": "",
|
||||
"actions.showLess": "",
|
||||
"actions.copyToClipboard": "Kopiér til udklipsholder",
|
||||
"actions.create": "Skab",
|
||||
"actions.close": "Luk",
|
||||
@@ -57,9 +107,19 @@
|
||||
"actions.selectAll": "Vælg alle",
|
||||
"actions.search": "Søg",
|
||||
"actions.setBg": "Indstil som baggrund",
|
||||
"actions.outlined": "",
|
||||
"actions.noOutline": "",
|
||||
"actions.join": "Bliv medlem",
|
||||
"actions.nevermind": "",
|
||||
"actions.upload": "Upload",
|
||||
|
||||
"actions.clickHere": "",
|
||||
"actions.goBack": "",
|
||||
"actions.enable": "",
|
||||
"actions.disable": "",
|
||||
"actions.accept": "",
|
||||
"actions.next": "",
|
||||
"actions.previous": "",
|
||||
"noResults": "",
|
||||
"maps.createMapList": "Lav bane-liste",
|
||||
"maps.halfSz": "50% DD",
|
||||
"maps.mapPool": "Banepulje",
|
||||
@@ -79,34 +139,40 @@
|
||||
"maps.validation.MAP_REPEATED": "Man kan ikke vælge den samme bane 2 gange",
|
||||
"maps.validation.MODE_REPEATED": "Man kan ikke vælge den samme spiltilstand 2 gange",
|
||||
"maps.validation.TOO_MUCH_STAGE_REPEAT": "Man kan ikke vælge den samme bane mere end {{maxStageRepeat}} gang(e)",
|
||||
"maps.validation.INCLUDES_BANNED": "",
|
||||
"maps.validation.INCLUDES_TIEBREAKER": "",
|
||||
"maps.validation.VALID": "Banepuljen er gyldig",
|
||||
|
||||
"results": "Resultater",
|
||||
|
||||
"results.placeSuffix": ".",
|
||||
|
||||
"results.placeSuffix_one": "",
|
||||
"results.placeSuffix_other": "",
|
||||
"results.placeSuffix_two": "",
|
||||
"results.placeSuffix_few": "",
|
||||
"forms.name": "Navn",
|
||||
"forms.description": "Beskrivelse",
|
||||
"forms.errors.title": "Følgende fejl skal rettes",
|
||||
"forms.errors.noSearchMatches": "Ingen resultater fundet",
|
||||
|
||||
"forms.userSearch.placeholder": "",
|
||||
"forms.userSearch.noResults": "",
|
||||
"errors.genericReload": "Noget gik galt. Prøv at genindlæse siden.",
|
||||
|
||||
"tag.name.SPECIAL": "Særregler",
|
||||
"tag.name.ART": "Kunstpræmier",
|
||||
"tag.name.MONEY": "Pengepræmier",
|
||||
"tag.name.REGION": "Regional turnering",
|
||||
"tag.name.LOW": "Kvalifikationsloft",
|
||||
"tag.name.HIGH": "",
|
||||
"tag.name.COUNT": "Tilmeldingsloft",
|
||||
"tag.name.LAN": "LAN",
|
||||
"tag.name.QUALIFIER": "Kvalifikationsturnering",
|
||||
"tag.name.SZ": "Kun DD (SZ)",
|
||||
"tag.name.TW": "RK (TW) Inkluderet",
|
||||
"tag.name.ONES": "",
|
||||
"tag.name.DUOS": "",
|
||||
"tag.name.TRIOS": "",
|
||||
"tag.name.S1": "Splatoon 1",
|
||||
"tag.name.S2": "Splatoon 2",
|
||||
"tag.name.SR": "Salmon Run",
|
||||
"tag.name.CARDS": "Tableturf Battle",
|
||||
|
||||
"tag.name.COLLEGIATE": "",
|
||||
"weapon.category.SHOOTERS": "Skydere",
|
||||
"weapon.category.BLASTERS": "Blastere",
|
||||
"weapon.category.ROLLERS": "Malerruller",
|
||||
@@ -120,29 +186,27 @@
|
||||
"weapon.category.SPLATANAS": "Splatanaer",
|
||||
"weapon.category.subs": "Sekundære våben",
|
||||
"weapon.category.specials": "Specialvåben",
|
||||
|
||||
"plans.blueprint": "Blåtryk",
|
||||
"plans.bgStyle.OVER": "Set ovenfra",
|
||||
|
||||
"plans.bgStyle.MINI": "",
|
||||
"plans.adder.objective": "",
|
||||
"articles.by": "af {{author}}",
|
||||
|
||||
"theme.light": "Lyst",
|
||||
"theme.dark": "Mørkt",
|
||||
"theme.auto": "Automatisk",
|
||||
|
||||
"websiteSubtitle": "Konkurrencepræget Splatoon-hub",
|
||||
|
||||
"upload.imageToUpload": "Valgte billede",
|
||||
"upload.title": "Uploader {{type}}. Den anbefalede opløsning er {{width}}×{{height}}.",
|
||||
"upload.type.team-pfp": "Holdprofilbillede",
|
||||
"upload.type.team-banner": "profilbillede til et hold ",
|
||||
"upload.type.org-pfp": "",
|
||||
"upload.commonExplanation": "Billedet vil først blive offentligt tilgængeligt, når en moderator har godkendt billedet. Billeder, der er uploadet af Patreons bliver fremvist uden moderatorgodkendelse.",
|
||||
"upload.afterExplanation_one": "Du har {{count}} billede, der afventer moderatorgodkendelse. Billedet vil blive vist automatisk efter det er blevet godkendt.",
|
||||
"upload.afterExplanation_other": "Du har {{count}} billeder, der afventer moderatorgodkendelse. Billederne vil blive vist automatisk efter de er blevet godkendt.",
|
||||
|
||||
"support.intro.first": "Hej! Mit navn er Sendou og sendou.ink er mit projekt, hvis formål er at stille redskaber og ressourcer til rådighed for Splatoon-fællesskabet. Målet er at hjælpe alle med at nyde og blive bedre til Splatoon. Hvad enten om du lige er startet eller har spillet Splatoon i mange timer.",
|
||||
"support.intro.second": "Hvis du kan lide, hvad jeg laver på denne hjemmeside, så du støtte mit værk. Denne side beskriver, hvordan du kan støtte mit arbejde og opnå frynsegoder på sendou.ink. Din støtte hjælper mig med at betale for at hoste hjemmesiden, samt sponsorere den tid, som jeg fortsat bruger på at forbedre hjemmesiden.",
|
||||
"support.action": "Støt via Patreon",
|
||||
"support.footer": "",
|
||||
"support.perk.supportMyWork": "Du støtter mit arbejde",
|
||||
"support.perk.adFree": "Reklamefri sendou.ink",
|
||||
"support.perk.nameInFooter": "Discordnavn i bundtekst",
|
||||
@@ -154,35 +218,76 @@
|
||||
"support.perk.seePlusPercentage.extra": "Normalt kan fejlede forslag se deres stemmeprocent. Med denne frynsegode kan du se din egen stemmeprocent.",
|
||||
"support.perk.autoValidatePictures": "Automatisk godkendelse af uploadede billeder",
|
||||
"support.perk.autoValidatePictures.extra": "Ethvert bilede, som du uploader, bliver automatisk godkendt. Normalt skal en moderator godkende uploadede billeder. Dette gælder ikke for billeder, der allerede er blevet sendt.",
|
||||
"support.perk.userShortLink": "",
|
||||
"support.perk.userShortLink.extra": "",
|
||||
"support.perk.customizedColorsUser": "Tilpas farver på brugerprofil",
|
||||
"support.perk.favoriteBadges": "",
|
||||
"support.perk.favoriteBadges.extra": "",
|
||||
"support.perk.customizedColorsTeam": "Tilpas far holdprofil",
|
||||
"support.perk.customizedColorsTeam.extra": "Kun et holdmedlem skal være patreonstøtter for at få denne frynsegode",
|
||||
"support.perk.privateDiscord": "Adgang til eksklusive Discord.kanaler",
|
||||
"support.perk.privateDiscord.extra": "Bruges til at dele igangværende opdateringer, få prioriteret support samt prioriteret forbedring- og funktionsforespørgsel.",
|
||||
|
||||
"custom.colors.title": "Tilpas farver",
|
||||
"custom.colors.bg": "Baggrund",
|
||||
"support.perk.prioritySupport": "Prioritetssupport",
|
||||
"support.perk.prioritySupport.extra": "Adgang til en separat helpdesk, som Sendou prioriterer for support-efterspørgsler.",
|
||||
"support.perk.previewQ": "",
|
||||
"support.perk.joinFive": "",
|
||||
"support.perk.tournamentsBeta": "",
|
||||
"support.perk.joinMoreAssociations": "",
|
||||
"support.perk.useBotToLogIn": "",
|
||||
"support.perk.useBotToLogIn.extra": "",
|
||||
"custom.colors.title": "Tilpas farver",
|
||||
"custom.colors.bg": "Baggrund",
|
||||
"custom.colors.bg-darker": "Mørkere baggrund",
|
||||
"custom.colors.bg-lighter": "Lysere baggrund",
|
||||
"custom.colors.text": "Tekts",
|
||||
"custom.colors.text-lighter": "Lysere tekst",
|
||||
"custom.colors.theme": "Tema",
|
||||
"custom.colors.theme-secondary": "",
|
||||
"custom.colors.chat": "Chatnavn",
|
||||
|
||||
"custom.colors.contrast.title": "",
|
||||
"custom.colors.contrast.first-color": "",
|
||||
"custom.colors.contrast.second-color": "",
|
||||
"custom.colors.contrast.description": "",
|
||||
"divisions.WEST": "Tentatek",
|
||||
"divisions.JPN": "Takoroka",
|
||||
"xsearch.placements": "placeringer",
|
||||
"xsearch.aliases": "Aliasser:",
|
||||
|
||||
"xsearch.unlink.title": "",
|
||||
"xsearch.unlink.action.long": "",
|
||||
"xsearch.unlink.action.short": "",
|
||||
"build.private": "Privat",
|
||||
|
||||
"or": "Eller",
|
||||
"yes": "Ja",
|
||||
"no": "Nej",
|
||||
|
||||
"leaderboard.type.USER": "Bruger",
|
||||
"leaderboard.type.TEAM": "Hold",
|
||||
"leaderboard.type.XP-ALL": "Alle"
|
||||
"leaderboard.type.XP-ALL": "Alle",
|
||||
"leaderboard.noPlayers": "",
|
||||
"leaderboard.noTeams": "",
|
||||
"leaderboard.updateInfo": "",
|
||||
"leaderboard.qualification": "",
|
||||
"leaderboard.qualification.info": "",
|
||||
"chat.connected": "",
|
||||
"chat.connecting": "",
|
||||
"chat.disconnected": "",
|
||||
"chat.send": "",
|
||||
"chat.input.placeholder": "",
|
||||
"chat.systemMsg.scoreReported": "",
|
||||
"chat.systemMsg.scoreConfirmed": "",
|
||||
"chat.systemMsg.cancelReported": "",
|
||||
"chat.systemMsg.cancelConfirmed": "",
|
||||
"chat.systemMsg.userLeft": "",
|
||||
"chat.newMessages": "",
|
||||
"fc.title": "",
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.label": "",
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.bottomText": "",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.label": "",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.bottomText": "",
|
||||
"settings.notifications.title": "",
|
||||
"settings.notifications.description": "",
|
||||
"settings.notifications.disableInfo": "",
|
||||
"settings.notifications.browserNotSupported": "",
|
||||
"settings.notifications.permissionDenied": "",
|
||||
"badges.selector.none": "",
|
||||
"badges.selector.select": ""
|
||||
}
|
||||
|
||||
@@ -1,25 +1,20 @@
|
||||
{
|
||||
"q1": "Hvad er Plus Serveren?",
|
||||
"a1": "Plus-serveren er en Discord server for spillere på højt niveau, der søger efter andre spillere at spille med og mod. Serveren blev grundlagt i september 2017. Serveren er delt op i 3 niveauer, hvor +1 er den højeste. Du kan få adgang til serveren ved at et servermedlem anbefaler dig og du kommer igennem den månedlige afstemnin. Alternativt kan du få adgang ved at få en høj nok placering på SendoyQ pointtavlen\n\n Afstemningen er en procentdel af hvor mange der stemte ja til at du kan få adgang til serveren. Du skal have mindst 60% ja stemmer for at blive medlem af serveren. Hvis du får en mindre en 60% ved afstemningen, bliver du derangeret til et niveau lavere (hvis din rang var +3 bliver du smidt ud af serveren).\n\n Se pointtavle-siden for at få en indikation på, hvem der er ved at få adgang til serveren ved hjælp af pointtavle-metoden. For hver sæson for 60 spillere adgang. 10 til +1, 20 til +2 og 30 til 03.",
|
||||
|
||||
"q2": "Hvordan får jeg et præmiemærke til min begivenhed?",
|
||||
|
||||
"a2": "",
|
||||
"q3": "Hvordan opdaterer jeg min avatar eller brugernavn?",
|
||||
"a3": "Når du opdaterer dit profilbillede eller brugernavn på Discord, så synkroniseres ændringerne ikke med det samme på sendou.ink. For at få ændringerne til at træde i kraft, har du 2 valgmuligheder:\n\n1) Hvis du er medlem af er hjemmesidens Discord-server eller Plus-serveren, så kan du blot vente. Der er en rutine, der køre en gang om dagen, der opdaterer ændringerne. \n\n2) For at få ændringerne opdateret med det samme, så brug kommandoen /update-profile fra Lohi Discord-botten.",
|
||||
|
||||
"q4": "Jeg tegnede et abonnement til sendou.ink via Patreon, men jeg kan ikke se nogle forandringer på hjemmesiden. ",
|
||||
"a4": "Sørg for at forbinde din Discord-bruger til Patreaon.com. Derefter vil der gå op til 2 timer, før sendou.ink registrerer det og opdaterer hjemmesiden. Hvis du oplever nogle problemer. Send en direkte besked til Sendou for at få hjælp. (Korrespondancen skal foregå på engelsk) ",
|
||||
|
||||
"q5": "Findes der en sendou.ink app?",
|
||||
"a5": "Nej, men man kan installere Sendou ink som en ”Progressive Web App”, som fungerer som en traditionel app. Hvor man understøttelse af fuld skærm, skrivebordsikon og kører som en proces separat fra en webbrowser. Google ”How to install pwa on *din browser’ for at sfinde en vejledning til at gøre dette.",
|
||||
|
||||
"q6": "Hvordan tilføjer man en Twitch/Bluesky/YouTube-profil til min sendou.ink-profil?",
|
||||
"a6": "Vi bruger Discord til dette formål. Tilknyt profilerne til Discord og verificér dem. Log derefter af og på sendou.ink for at få tilknyttet dine profiler på sendou.ink. ",
|
||||
|
||||
"q7": "Hvordan kan jeg uploade videoer?",
|
||||
|
||||
"a7": "",
|
||||
"q8": "Hvordan kan jeg finde mine X-kampresultater på min profil?",
|
||||
|
||||
"a8": "",
|
||||
"q9": "Hvordan kan jeg uploade kunst, som jeg har bestilt",
|
||||
"a9": "Du kan kun uploade kunst, som du selv har lavet. Det skal også være Splatoon-relateret. For bestilte kunstværker, så henvend dig til kunstneren, så De kan uploade det til hjemmesiden. De kan også knytte kunstværket til din profil, så det bliver vist på din profil"
|
||||
}
|
||||
|
||||
@@ -1 +1,18 @@
|
||||
{}
|
||||
{
|
||||
"sq.season": "",
|
||||
"sq.prepare": "",
|
||||
"sq.participate": "",
|
||||
"showcase.tabs.signedUp": "",
|
||||
"showcase.tabs.organizer": "",
|
||||
"showcase.tabs.discover": "",
|
||||
"showcase.viewAll": "",
|
||||
"showcase.card.ranked": "",
|
||||
"showcase.card.unranked": "",
|
||||
"showcase.card.winner": "",
|
||||
"showcase.results": "",
|
||||
"leaderboards.topPlayers": "",
|
||||
"leaderboards.topTeams": "",
|
||||
"leaderboards.viewFull": "",
|
||||
"updates.header": "",
|
||||
"updates.viewPast": ""
|
||||
}
|
||||
|
||||
@@ -58,5 +58,10 @@
|
||||
"MODE_LONG_SZ": "Splat Zones",
|
||||
"MODE_LONG_TC": "Tower Control",
|
||||
"MODE_LONG_RM": "Rainmaker",
|
||||
"MODE_LONG_CB": "Clam Blitz"
|
||||
"MODE_LONG_CB": "Clam Blitz",
|
||||
"MODE_LONG_SR": "",
|
||||
"MODE_LONG_TB": "",
|
||||
"GAME_S1": "",
|
||||
"GAME_S2": "",
|
||||
"GAME_S3": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,25 @@
|
||||
{}
|
||||
{
|
||||
"roles.ADMIN": "",
|
||||
"roles.MEMBER": "",
|
||||
"roles.ORGANIZER": "",
|
||||
"roles.STREAMER": "",
|
||||
"events.established.short": "",
|
||||
"events.all": "",
|
||||
"events.past": "",
|
||||
"events.upcoming": "",
|
||||
"events.tabs.events": "",
|
||||
"events.tabs.leaderboard": "",
|
||||
"edit.form.title": "",
|
||||
"edit.form.uploadLogo": "",
|
||||
"edit.form.socialLinks.title": "",
|
||||
"edit.form.members.title": "",
|
||||
"edit.form.members.info": "",
|
||||
"edit.form.members.user.title": "",
|
||||
"edit.form.members.role.title": "",
|
||||
"edit.form.members.roleDisplayName.title": "",
|
||||
"edit.form.series.title": "",
|
||||
"edit.form.series.seriesName.title": "",
|
||||
"edit.form.series.showLeaderboard.title": "",
|
||||
"edit.form.badges.title": "",
|
||||
"edit.form.errors.noUnadmin": ""
|
||||
}
|
||||
|
||||
@@ -10,5 +10,163 @@
|
||||
"roles.REGULAR": "Almindeligt holdmedlem",
|
||||
"vc.YES": "Kan snakke",
|
||||
"vc.NO": "Kan hverken snakke eller lytte",
|
||||
"vc.LISTEN_ONLY": "Kan kun lytte"
|
||||
"vc.LISTEN_ONLY": "Kan kun lytte",
|
||||
"privateNote.header": "",
|
||||
"privateNote.comment.header": "",
|
||||
"privateNote.sentiment.header": "",
|
||||
"privateNote.sentiment.info": "",
|
||||
"privateNote.sentiment.POSITIVE": "",
|
||||
"privateNote.sentiment.NEUTRAL": "",
|
||||
"privateNote.sentiment.NEGATIVE": "",
|
||||
"privateNote.delete.header": "",
|
||||
"front.cities.la": "",
|
||||
"front.cities.nyc": "",
|
||||
"front.cities.paris": "",
|
||||
"front.cities.tokyo": "",
|
||||
"front.inviteCodeWrong": "",
|
||||
"front.noFriendCode": "",
|
||||
"front.upcomingSeason.header": "",
|
||||
"front.upcomingSeason.date": "",
|
||||
"front.noUpcomingSeason": "",
|
||||
"front.nav.rules.title": "",
|
||||
"front.nav.rules.description": "",
|
||||
"front.nav.info.title": "",
|
||||
"front.nav.info.description": "",
|
||||
"front.nav.settings.title": "",
|
||||
"front.nav.settings.description": "",
|
||||
"front.nav.leaderboards.title": "",
|
||||
"front.nav.leaderboards.description": "",
|
||||
"front.nav.mySeason.title": "",
|
||||
"front.nav.mySeason.description": "",
|
||||
"front.nav.streams.title": "",
|
||||
"front.nav.streams.description": "",
|
||||
"front.actions.logIn": "",
|
||||
"front.actions.joinWithGroup": "",
|
||||
"front.actions.joinSolo": "",
|
||||
"front.join.header": "",
|
||||
"front.join.joinAction": "",
|
||||
"front.join.joinWithTrustAction": "",
|
||||
"front.join.joinWithTrustAction.explanation": "",
|
||||
"front.seasonOpen": "",
|
||||
"front.preview": "",
|
||||
"front.preview.explanation": "",
|
||||
"settings.maps.header": "",
|
||||
"settings.maps.avoid": "",
|
||||
"settings.maps.prefer": "",
|
||||
"settings.maps.neutral": "",
|
||||
"settings.weaponPool.header": "",
|
||||
"settings.weaponPool.full": "",
|
||||
"settings.voiceChat.header": "",
|
||||
"settings.voiceChat.canVC.header": "",
|
||||
"settings.voiceChat.canVC.yes": "",
|
||||
"settings.voiceChat.canVC.no": "",
|
||||
"settings.voiceChat.canVC.listenOnly": "",
|
||||
"settings.voiceChat.languages.header": "",
|
||||
"settings.voiceChat.languages.placeholder": "",
|
||||
"settings.sounds.header": "",
|
||||
"settings.sounds.likeReceived": "",
|
||||
"settings.sounds.groupNewMember": "",
|
||||
"settings.sounds.matchStarted": "",
|
||||
"settings.mapPool.notOk": "",
|
||||
"settings.misc.header": "",
|
||||
"settings.banned": "",
|
||||
"settings.avoid.label": "",
|
||||
"settings.trusted.header": "",
|
||||
"settings.trusted.confirm": "",
|
||||
"settings.trusted.trustedExplanation": "",
|
||||
"settings.trusted.noTrustedExplanation": "",
|
||||
"settings.trusted.teamExplanation": "",
|
||||
"looking.joiningGroupError": "",
|
||||
"looking.goToSettingsPrompt": "",
|
||||
"looking.inactiveGroup.soon": "",
|
||||
"looking.inactiveGroup": "",
|
||||
"looking.inactiveGroup.action": "",
|
||||
"looking.lastUpdatedAt": "",
|
||||
"looking.columns.invited": "",
|
||||
"looking.columns.challenged": "",
|
||||
"looking.columns.invitations": "",
|
||||
"looking.columns.challenges": "",
|
||||
"looking.columns.available": "",
|
||||
"looking.columns.myGroup": "",
|
||||
"looking.columns.chat": "",
|
||||
"looking.columns.groups": "",
|
||||
"looking.groups.actions.startMatch": "",
|
||||
"looking.groups.actions.challenge": "",
|
||||
"looking.groups.actions.invite": "",
|
||||
"looking.groups.actions.groupUp": "",
|
||||
"looking.groups.actions.undo": "",
|
||||
"looking.groups.actions.rechallenge": "",
|
||||
"looking.groups.actions.giveManager": "",
|
||||
"looking.groups.actions.removeManager": "",
|
||||
"looking.groups.actions.kick": "",
|
||||
"looking.groups.actions.leaveGroup": "",
|
||||
"looking.groups.actions.leaveQ": "",
|
||||
"looking.groups.actions.goBack": "",
|
||||
"looking.groups.adder.quickAdd": "",
|
||||
"looking.groups.adder.error": "",
|
||||
"looking.groups.adder.others": "",
|
||||
"looking.groups.adder.inviteLink": "",
|
||||
"looking.groups.adder.select": "",
|
||||
"looking.groups.editNote": "",
|
||||
"looking.groups.addNote": "",
|
||||
"looking.replay": "",
|
||||
"looking.teamSP": "",
|
||||
"looking.teamSP.calculated": "",
|
||||
"looking.teamSP.calculating": "",
|
||||
"looking.sp.calculated": "",
|
||||
"looking.sp.calculating": "",
|
||||
"looking.rankCalculating": "",
|
||||
"looking.allTiers": "",
|
||||
"looking.joinQPrompt": "",
|
||||
"looking.range.or": "",
|
||||
"match.header": "",
|
||||
"match.spInfo": "",
|
||||
"match.dispute.button": "",
|
||||
"match.dispute.p1": "",
|
||||
"match.dispute.p2": "",
|
||||
"match.actions.lookAgain": "",
|
||||
"match.actions.stopReportingWeapons": "",
|
||||
"match.actions.reportWeapons": "",
|
||||
"match.report.whoToReport": "",
|
||||
"match.report.whoToReport.me": "",
|
||||
"match.report.whoToReport.myTeam": "",
|
||||
"match.report.whoToReport.everyone": "",
|
||||
"match.report.copyWeapons": "",
|
||||
"match.report.error": "",
|
||||
"match.report.submit": "",
|
||||
"match.report.winnerLabel": "",
|
||||
"match.report.weaponLabel": "",
|
||||
"match.sides.alpha": "",
|
||||
"match.sides.bravo": "",
|
||||
"match.helpdesk": "",
|
||||
"match.pool": "",
|
||||
"match.password.short": "",
|
||||
"match.cancelMatch": "",
|
||||
"match.canceled": "",
|
||||
"match.cancelRequested": "",
|
||||
"match.reportedBy": "",
|
||||
"match.cancelPendingConfirmation": "",
|
||||
"match.cancelMatch.confirm": "",
|
||||
"match.tabs.reportScore": "",
|
||||
"match.errors.cantCancel": "",
|
||||
"match.errors.different": "",
|
||||
"match.submitScores": "",
|
||||
"match.submitScores.adjusted": "",
|
||||
"match.results.unplayed": "",
|
||||
"match.results.us": "",
|
||||
"match.results.them": "",
|
||||
"match.won": "",
|
||||
"match.reporting": "",
|
||||
"match.outcome.win": "",
|
||||
"match.outcome.loss": "",
|
||||
"match.screen.ban": "",
|
||||
"match.screen.allowed": "",
|
||||
"preparing.joinQ": "",
|
||||
"tiers.currentCriteria": "",
|
||||
"tiers.info.p1": "",
|
||||
"tiers.info.p2": "",
|
||||
"tiers.info.p3": "",
|
||||
"streams.noStreams": "",
|
||||
"streams.ownStreamInfo": "",
|
||||
"streams.ownStreamInfo.linkText": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,51 @@
|
||||
{}
|
||||
{
|
||||
"tabs.owned": "",
|
||||
"tabs.requests": "",
|
||||
"tabs.available": "",
|
||||
"now": "",
|
||||
"noneAvailable": "",
|
||||
"requestModal.title": "",
|
||||
"table.headers.time": "",
|
||||
"table.headers.team": "",
|
||||
"table.headers.divs": "",
|
||||
"table.headers.status": "",
|
||||
"limitedVisibility": "",
|
||||
"pickup": "",
|
||||
"status.booked": "",
|
||||
"status.pending": "",
|
||||
"actions.request": "",
|
||||
"deleteModal.title": "",
|
||||
"deleteModal.prevented": "",
|
||||
"cancelModal.title": "",
|
||||
"actions.contact": "",
|
||||
"acceptModal.title": "",
|
||||
"acceptModal.prevented": "",
|
||||
"forms.title": "",
|
||||
"forms.with.title": "",
|
||||
"forms.with.explanation": "",
|
||||
"forms.with.user": "",
|
||||
"forms.with.pick-up": "",
|
||||
"forms.when.title": "",
|
||||
"forms.when.explanation": "",
|
||||
"forms.text.title": "",
|
||||
"forms.visibility.title": "",
|
||||
"forms.visibility.public": "",
|
||||
"forms.visibility.noneAvailable": "",
|
||||
"forms.notFoundVisibility.title": "",
|
||||
"forms.notFoundVisibility.explanation": "",
|
||||
"forms.divs.minDiv.title": "",
|
||||
"forms.divs.maxDiv.title": "",
|
||||
"page.scheduledScrim": "",
|
||||
"associations.title": "",
|
||||
"associations.explanation": "",
|
||||
"associations.join.title": "",
|
||||
"associations.delete.title": "",
|
||||
"associations.admin": "",
|
||||
"associations.leave.title": "",
|
||||
"associations.leave.action": "",
|
||||
"associations.shareLink.title": "",
|
||||
"associations.shareLink.reset": "",
|
||||
"associations.removeMember.title": "",
|
||||
"associations.forms.title": "",
|
||||
"associations.forms.name.title": ""
|
||||
}
|
||||
|
||||
@@ -2,26 +2,39 @@
|
||||
"newTeam.header": "Opret nyt hold",
|
||||
"teamSearch.placeholder": "Søg efter hold eller spiller...",
|
||||
"actionButtons.leaveTeam": "Forlad hold",
|
||||
"actionButtons.makeMainTeam": "",
|
||||
"leaveTeam.header": "",
|
||||
"leaveTeam.header.newOwner": "",
|
||||
"actionButtons.leaveTeam.confirm": "Forlad hold",
|
||||
"actionButtons.editTeam": "Rediger hold",
|
||||
"actionButtons.manageRoster": "Administrer hold",
|
||||
"actionButtons.deleteTeam": "Slet hold",
|
||||
"actionButtons.deleteTeam.profilePicture": "",
|
||||
"actionButtons.deleteTeam.banner": "",
|
||||
"actionButtons.kick": "Spark ud",
|
||||
"kick.header": "Spark {{user}} ud af {{teamName}}?",
|
||||
"actionButtons.transferOwnership": "Overdrag ejerskab",
|
||||
"transferOwnership.header": "Vil du overdrage ejerskabet af {{teamName}} til {{user}}?",
|
||||
"actionButtons.transferOwnership.confirm": "Overdrag",
|
||||
"deleteTeam.header": "Er du sikker på, at du vil slette {{teamName}}?",
|
||||
"deleteTeam.profilePicture.header": "",
|
||||
"deleteTeam.banner.header": "",
|
||||
"roles.CAPTAIN": "Kaptajn",
|
||||
"roles.CO_CAPTAIN": "",
|
||||
"roles.FRONTLINE": "Frontlinje",
|
||||
"roles.SLAYER": "",
|
||||
"roles.SKIRMISHER": "",
|
||||
"roles.SUPPORT": "Støtte",
|
||||
"roles.MIDLINE": "Midlinje",
|
||||
"roles.BACKLINE": "Backline",
|
||||
"roles.FLEX": "Fleksibel",
|
||||
"roles.SUB": "Vikar",
|
||||
"roles.COACH": "Træner",
|
||||
"roles.CHEERLEADER": "",
|
||||
"forms.fields.teamBsky": "",
|
||||
"forms.fields.bio": "Bio",
|
||||
"forms.fields.uploadImages": "Upload billeder",
|
||||
"forms.fields.removeImages": "",
|
||||
"forms.fields.uploadImages.pfp": "Profilbillede",
|
||||
"forms.fields.uploadImages.banner": "Holdbanner",
|
||||
"forms.info.name": "Note: Hvis du ændrer dit holds navn, så kan andre hold overtage det tidligere holdnavn og URL-adresse.",
|
||||
@@ -32,5 +45,9 @@
|
||||
"validation.SHORT_CODE": "Invitationskoden har ikke den korrekte længde. Har du kopieret hele URL-adressen? ",
|
||||
"validation.TEAM_FULL": "Holdet, som du prøver at blive medlem af, er fuldt",
|
||||
"validation.INVITE_CODE_WRONG": "Ukorrekt invitationskode",
|
||||
"validation.VALID": "Bliv medlem af {{teamName}}?"
|
||||
"validation.REACHED_TEAM_COUNT_LIMIT": "",
|
||||
"validation.VALID": "Bliv medlem af {{teamName}}?",
|
||||
"editor.label": "",
|
||||
"editorsInfo.button": "",
|
||||
"editorsInfo.popover": ""
|
||||
}
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
"tabs.register": "Register",
|
||||
"tabs.brackets": "Grupper",
|
||||
"tabs.seeds": "Seedninger",
|
||||
"tabs.results": "",
|
||||
"tabs.streams": "Streams ({{count}})",
|
||||
"tabs.subs": "Suppleanter ({{count}})",
|
||||
|
||||
"pre.steps.header": "Fuldfør disse trin for at spille",
|
||||
"pre.steps.name": "Holdnavn",
|
||||
"pre.steps.roster": "Holdmedlemmer",
|
||||
@@ -16,55 +16,42 @@
|
||||
"pre.footer": "Tilmeldingen til turneringen kan frit ændres inden turneringen starter",
|
||||
"pre.logIn": "Log in for at tilmelde dig",
|
||||
"pre.inATeam": "Du er allerede en del af et hold til denne begivenhed",
|
||||
|
||||
"pre.checkIn.range": "Tjek-ind kan gøres imellem {{start}} og {{finish}}",
|
||||
"pre.checkIn.over": "Tjek-ind er forbi",
|
||||
"pre.checkIn.cant": "Udfør de tidligere trin før du tjekker ind",
|
||||
"pre.checkIn.button": "Tjek-ind",
|
||||
"pre.checkIn.checkedIn": "Dit hold er nu tjekket ind",
|
||||
|
||||
"pre.info.header": "Holdinformation",
|
||||
"pre.info.unregister": "Afregistrer",
|
||||
"pre.info.unregister.confirm": "Afregistrer fra turnering og slet holdinformationer?",
|
||||
"pre.info.noHost": "Mit hold foretrækker ikke at være vært for rummet",
|
||||
"pre.info.noScreen": "Mit hold foretrækker at undgå Splattercolor Screen",
|
||||
|
||||
"pre.roster.header": "Udfyld holdmedlemslisten",
|
||||
"pre.roster.footer": "Mindst {{atLeastCount}} holdmedlemmer kræves for at deltage. Der kan maks være {{maxCount}} på holdet",
|
||||
"pre.roster.addTrusted.header": "Tilføj personer, som du har spillet med",
|
||||
"pre.roster.delete.button": "Fjern medlem",
|
||||
"pre.roster.delete.header": "Medlem der fjernes",
|
||||
|
||||
"pre.pool.header": "Vælg banepulje",
|
||||
"pre.pool.banned": "Bandlyst",
|
||||
"pre.pool.tiebreaker.short": "Tiebreaker",
|
||||
|
||||
"pre.sub.prompt": "Fandt du ikke et hold til denne begivenhed? Du kan skrive dig på listen af Suppleant.",
|
||||
|
||||
"bracket.type.DE_WINNERS": "Runde",
|
||||
"bracket.type.DE_LOSERS": "Taber Runde",
|
||||
"bracket.type.SE": "Runde",
|
||||
"bracket.type.SWISS": "Schweizisk Runde",
|
||||
"bracket.type.GROUPS": "Gruppe-runde",
|
||||
|
||||
"round.label": "Round",
|
||||
|
||||
"team.label": "Hold",
|
||||
"team.unlisted": "Hold (ikke opført på listen)",
|
||||
|
||||
"bestOf.label.short": "Bo",
|
||||
|
||||
"pickInfo.team": "Hold {{number}} banevalg",
|
||||
"pickInfo.team.specific": "{{team}} valgte",
|
||||
"pickInfo.tiebreaker": "Tiebreak",
|
||||
"pickInfo.both": "begge hold valgte",
|
||||
"pickInfo.default": "Turneringsspecifik standardbane valgt",
|
||||
"pickInfo.counterpick": "Modvalg",
|
||||
|
||||
"generator.error": "Ændringer, som du har lavet, blev ikke gemt, da turneringen nu er begyndt. ",
|
||||
|
||||
"teams.mapsPickedStatus": "Status for banevalg",
|
||||
|
||||
"admin.download": "Hent liste over deltagere",
|
||||
"admin.actions.CHANGE_TEAM_OWNER": "Ændr holdkaptajn",
|
||||
"admin.actions.CHANGE_TEAM_NAME": "Ændr holdnavn",
|
||||
@@ -78,40 +65,32 @@
|
||||
"admin.actions.UNDO_DROP_TEAM_OUT": "genindsæt hold i tourneringen?",
|
||||
"admin.actions.UPDATE_IN_GAME_NAME": "Opdater spillers navn i spillet",
|
||||
"admin.actions.DELETE_LOGO": "Slet logo",
|
||||
|
||||
"staff.role.ORGANIZER": "arrangør",
|
||||
"staff.role.STREAMER": "udsender (streamer)",
|
||||
|
||||
"actions.addSub": "tilføj Suppleant",
|
||||
"actions.shareLink": "Del invitationslinket for at tilføje medlemmer: {{inviteLink}}",
|
||||
"actions.sub.prompt_other": "Du kan stadigvæk tilføje {{count}} Suppleanter til din holdliste",
|
||||
"actions.sub.prompt_one": "Du kan stadigvæk tilføje {{count}} Suppleant til din holdliste",
|
||||
"actions.sub.prompt_other": "Du kan stadigvæk tilføje {{count}} Suppleanter til din holdliste",
|
||||
"actions.sub.prompt_zero": "Din holdliste er fuld, så du kan ikke tilføje flere Suppleanter",
|
||||
"actions.finalize.question": "Når du har undersøgt, om de indrapporterede resultater er korrekte, så tryk her for at afslutte turneringen og bearbejd resultaterne.",
|
||||
"actions.finalize.action": "Afslut",
|
||||
"actions.finalize.confirm": "Er du sikker på, at du vil afslutte turneringen? (Dette kan ikke annulleres)",
|
||||
|
||||
"streams.none": "Der p.t. er ingen direkte udsendelser af denne turnering",
|
||||
|
||||
"team.setWins": "Vundne sæt",
|
||||
"team.mapWins": "Sejr på baner",
|
||||
"team.seed": "Seed",
|
||||
"team.seed.footer": "Ud af {{count}}",
|
||||
"team.placement": "Placering",
|
||||
"team.placement.footer": "Main/UG",
|
||||
|
||||
"bracket.waiting": "Her vil turneringsplanen blive vist, så snart{{count}} hold har registreret sig",
|
||||
"bracket.waiting.checkin": "Her vil turneringsplanen blive vist, så snart{{count}} hold er tjekket ind",
|
||||
"bracket.wip": "Denne turneringsplan er en forhåndsvisning og kan blive ændret",
|
||||
|
||||
"bracket.progress.thanksForPlaying": "Tak fordi du deltog i {{eventName}}!",
|
||||
"bracket.progress.match": "Nuværende modstander: {{opponent}}",
|
||||
"bracket.progress.match.action": "Se",
|
||||
"bracket.progress.waiting": "Venter på en kamp",
|
||||
|
||||
"bracket.standings.showLess": "Vis færre",
|
||||
"bracket.standings.showMore": "Vis flere",
|
||||
|
||||
"match.hosts": "{{teamName}} er vært",
|
||||
"match.pass": "Spring over",
|
||||
"match.pool": "Pulje",
|
||||
@@ -119,7 +98,6 @@
|
||||
"match.score.playAll": "{{scoreOne}}-{{scoreTwo}} (Spil alle runder {{bestOf}})",
|
||||
"match.action.undoLastScore": "Annuller sidste score",
|
||||
"match.action.reopenMatch": "Genåbn kamp",
|
||||
|
||||
"join.error.MISSING_CODE": "Invitationskoden mangler. Blev hele linket kopieret?",
|
||||
"join.error.SHORT_CODE": "Invitationskoden har ikke den korrekte længde. Blev hele linket kopieret?",
|
||||
"join.error.NO_TEAM_MATCHING_CODE": "Ingen hold passer til denne invitationskode",
|
||||
@@ -128,11 +106,11 @@
|
||||
"join.error.NOT_LOGGED_IN": "Du skal logge på før at du kan blive medlem af et hold",
|
||||
"join.VALID": "Bliv medlem af {{teamName}} i {{eventName}}?",
|
||||
"join.giveTrust": "Giv tilladelse til {{name}}, så de uden din tilladelse kan tilføje dig til fremtidige turneringer?",
|
||||
|
||||
"subs.prefersToPlay": "Foretrækker at spille",
|
||||
"subs.canPlay": "Kan spille",
|
||||
"subs.canVC": "Kan snakke",
|
||||
"subs.noVC": "Kan ikke snakke",
|
||||
"subs.listenOnlyVC": "",
|
||||
"subs.editPost": "Ændre Suppleant-post",
|
||||
"subs.addPost": "Tilføj dig selv som suppleant",
|
||||
"subs.vc.header": "Kan du snakke?",
|
||||
@@ -141,5 +119,15 @@
|
||||
"subs.weapons.info": "Vælg mellem {{min}} og {{max}}",
|
||||
"subs.message.header": "Besked",
|
||||
"subs.visibility.header": "Synlighed",
|
||||
"subs.visibility.everyone": "Alle"
|
||||
"subs.visibility.everyone": "Alle",
|
||||
"progression.error.PLACEMENTS_PARSE_ERROR": "",
|
||||
"progression.error.NOT_RESOLVING_WINNER": "",
|
||||
"progression.error.SAME_PLACEMENT_TO_MULTIPLE_BRACKETS": "",
|
||||
"progression.error.GAP_IN_PLACEMENTS": "",
|
||||
"progression.error.TOO_MANY_PLACEMENTS": "",
|
||||
"progression.error.DUPLICATE_BRACKET_NAME": "",
|
||||
"progression.error.NAME_MISSING": "",
|
||||
"progression.error.NEGATIVE_PROGRESSION": "",
|
||||
"progression.error.NO_SE_SOURCE": "",
|
||||
"progression.error.NO_DE_POSITIVE": ""
|
||||
}
|
||||
|
||||
@@ -12,15 +12,16 @@
|
||||
"sens": "Følsomhed",
|
||||
"weaponPool": "Våbenpulje",
|
||||
"discordExplanation": "Brugernavn, Profilbillede, Youtube-, Bluesky- og Twitch-konter er hentet via din Discord-konto. Se <1>FAQ</1> for yderligere information.",
|
||||
"favoriteBadges": "",
|
||||
"battlefy": "Battlefy brugernavn",
|
||||
|
||||
"forms.showDiscordUniqueName": "Vis Discord-brugernavn",
|
||||
"forms.showDiscordUniqueName.info": "Vil du gøre dit unikke Discord-brugernavn ({{discordUniqueName}}) synligt for offentligheden?",
|
||||
"forms.commissionsOpen": "Åben for bestillinger",
|
||||
"forms.commissionText": "info om bestilling",
|
||||
"forms.commissionText.info": "Pris, åbne pladser eller andre relevante informationer der er relateret til at afgive en bestilling til dig.",
|
||||
"forms.customName.info": "Hvis feltet ikke udfyldes bruges dit discordbrugernavn: \"{{discordName}}\"",
|
||||
|
||||
"forms.country.search.placeholder": "",
|
||||
"forms.favoriteBadges.nonSupporter": "",
|
||||
"results.title": "Alle resultater",
|
||||
"results.placing": "Placering",
|
||||
"results.team": "Hold",
|
||||
@@ -32,17 +33,19 @@
|
||||
"results.highlights.explanation": "Vælg de resultater, som du vil fremhæve",
|
||||
"results.button.showHighlights": "Vis højdepunkter",
|
||||
"results.button.showAll": "Vis alt",
|
||||
|
||||
"forms.errors.maxWeapons": "Maks antal våben nået",
|
||||
"forms.errors.invalidCustomUrl.numbers": "Brugerdefineret URL må ikke kun indeholde numre",
|
||||
"forms.errors.invalidCustomUrl.strangeCharacter": "Brugerdefineret URL må ikke indeholde specialtegn (Gælder også æ, ø og å)",
|
||||
"forms.errors.invalidCustomUrl.duplicate": "Brugerdefineret URL er allerede i brug",
|
||||
"forms.errors.invalidSens": "Bevægelsesfølsomhed kan ikke indstilles før at Styrepindsfølsomheden er indstillet",
|
||||
"forms.info.customUrl": "",
|
||||
"forms.info.battlefy": "Battlefy-brugernavn bruges til seeding og bekræftelse i nogle turneringer",
|
||||
|
||||
"search.info": "",
|
||||
"search.noResults": "Søgningen ’{{query}}’ fandt ingen brugere",
|
||||
|
||||
"search.pleaseLogIn.header": "",
|
||||
"search.pleaseLogIn.button": "",
|
||||
"seasons": "Sæsoner",
|
||||
"seasons.noQ": "",
|
||||
"seasons.tabs.weapons": "Våben",
|
||||
"seasons.tabs.stages": "Baner",
|
||||
"seasons.tabs.self": "Self",
|
||||
@@ -59,7 +62,6 @@
|
||||
"seasons.clickARow": "Tryk på en række for at se våbenbrugsstatistikker.",
|
||||
"seasons.loading": "indlæser...",
|
||||
"seasons.matchBeingProcessed": "Denne kamp er endnu ikke blevet færdigbehandlet",
|
||||
|
||||
"builds.sorting.changeButton": "Ændr sortering",
|
||||
"builds.sorting.header": "Ændr sæt-sortering",
|
||||
"builds.sorting.backToDefaults": "Nulstil visning",
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
"gameCount": "Runder {{count}}",
|
||||
"minShort": "min",
|
||||
"secShort": "sek",
|
||||
"forms.title.create": "",
|
||||
"forms.title.edit": "",
|
||||
"forms.title.youtubeUrl": "YouTube-URL",
|
||||
"forms.title.videoTitle": "Videotitel",
|
||||
"forms.title.videoDate": "Video-dato",
|
||||
@@ -20,6 +22,7 @@
|
||||
"forms.title.weapon": "Våben",
|
||||
"forms.action.addMatch": "Tilføj kamp",
|
||||
"forms.action.deleteMatch": "Slet kamp",
|
||||
"noVods": "",
|
||||
"gainPerms": "Skriv venligst en besked til helpdesken på vores Discordserver for at få rettigheder til at uploade videoer.",
|
||||
"deleteConfirm": "Vil du slette videoen: '{{title}}'?"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,11 @@
|
||||
"stat.category.main": "Hauptwaffe",
|
||||
"stat.category.sub": "Sekundärwaffe",
|
||||
"stat.category.special": "Spezialwaffe",
|
||||
"stat.category.subDef": "",
|
||||
"stat.category.actionsPerInkTank": "Aktionen pro Tintentank",
|
||||
"stat.category.damage": "",
|
||||
"stat.category.special.damage": "",
|
||||
"stat.category.subWeaponDefenseDamages": "",
|
||||
"stat.category.movement": "Mobilität",
|
||||
"stat.category.misc": "Sonstige",
|
||||
"stat.canopyHp": "Haltbarkeit des Verdecks",
|
||||
@@ -27,6 +31,8 @@
|
||||
"stat.superJumpTimeTotal": "Supersprung Dauer (Total)",
|
||||
"stat.jumpShotSpread": "Schussstreuung in Grad (springend)",
|
||||
"stat.groundShotSpread": "Schussstreuung in Grad (stehend)",
|
||||
"stat.shotAutofireSpreadGround": "",
|
||||
"stat.shotAutofireSpreadAir": "",
|
||||
"stat.squidSurgeChargeFrames": "Wandsprung Frames für volle Aufladung",
|
||||
"stat.swimSpeed": "Schwimmtempo (Einheiten per Frame)",
|
||||
"stat.swimSpeedHoldingRainmaker": "Schwimmtempo (wenn mit Goldfischkanone)",
|
||||
@@ -35,6 +41,7 @@
|
||||
"stat.shootingRunSpeed": "Renntempo beim Schießen",
|
||||
"stat.shootingRunSpeedCharging": "Renntempo beim Aufladen",
|
||||
"stat.shootingRunSpeedFullCharge": "Renntempo beim Halten voller Ladung",
|
||||
"stat.shootingRunSpeedSecondaryMode": "",
|
||||
"stat.framesBeforeTakingDamageInEnemyInk": "Frames bevor Schaden durch gegnerische Tinte",
|
||||
"stat.damageTakenInEnemyInkPerSecond": "Schaden durch gegnerische Tinte pro Sekunde",
|
||||
"stat.enemyInkDamageLimit": "Max. Schaden durch gegnerische Tinte",
|
||||
@@ -46,6 +53,8 @@
|
||||
"stat.consumption.NORMAL": "Schüsse",
|
||||
"stat.consumption.SWING": "Swings",
|
||||
"stat.consumption.SLOSH": "Sloshes",
|
||||
"stat.consumption.VERTICAL_SWING": "",
|
||||
"stat.consumption.HORIZONTAL_SWING": "",
|
||||
"stat.consumption.TAP_SHOT": "Tap-Schüsse",
|
||||
"stat.consumption.FULL_CHARGE": "Voll aufgeladene Schüsse",
|
||||
"stat.consumption.SPLATLING_CHARGE": "Voll aufgeladen",
|
||||
@@ -61,6 +70,7 @@
|
||||
"stat.sub.qsjBoost": "Supersprung + Boost",
|
||||
"stat.special.duration": "{{weapon}} Dauer",
|
||||
"stat.special.duration.inkStormExplanation": "Erhöht die Reichweite der eingefärbten Tinte, aber nicht die Menge.",
|
||||
"stat.special.duration.killerWail": "",
|
||||
"stat.special.damageDistance": "{{weapon}} Schadensabstand",
|
||||
"stat.special.paintRadius": "{{weapon}} Einfärberadius",
|
||||
"stat.special.shieldHp": "{{weapon}} Schild-Haltbarkeit",
|
||||
@@ -69,6 +79,7 @@
|
||||
"stat.special.inkConsumptionPerSecond": "{{weapon}} Tintenverbrauch pro Sekunde",
|
||||
"stat.special.reticleRadius": "{{weapon}} Radius Fadenkreuz",
|
||||
"stat.special.throwDistance": "{{weapon}} Wurfdistanz",
|
||||
"stat.special.moveSpeed": "",
|
||||
"stat.special.autoChargeRate": "{{weapon}} Auto-Aufladungsrate",
|
||||
"stat.special.maxRadius": "{{weapon}} Max. Radius Welle",
|
||||
"stat.special.maxRadius.explanation": "Die Ausbreitungsgeschwindigkeit der Welle ist immer konstant, trotz größerem Radius.",
|
||||
@@ -77,11 +88,15 @@
|
||||
"stat.special.powerUpDuration": "{{weapon}} Drink-Effektdauer",
|
||||
"damage.header.type": "Typ",
|
||||
"damage.header.damage": "Schaden",
|
||||
"damage.header.baseDamage": "",
|
||||
"damage.header.baseDamage.short": "",
|
||||
"damage.header.distance": "Reichweite",
|
||||
"damage.toSplat_one": "{{count}} Treffer bis erledigt",
|
||||
"damage.toSplat_other": "{{count}} Treffer bis erledigt",
|
||||
"damage.NORMAL_MIN": "Minimum",
|
||||
"damage.NORMAL_MAX": "Maximum",
|
||||
"damage.SECONDARY_MODE_MIN": "",
|
||||
"damage.SECONDARY_MODE_MAX": "",
|
||||
"damage.NORMAL_MAX_FULL_CHARGE": "Maximum (voll aufgeladen)",
|
||||
"damage.DIRECT": "Direkt",
|
||||
"damage.DIRECT_MIN": "Direkttreffer (Minimum)",
|
||||
@@ -91,6 +106,33 @@
|
||||
"damage.TAP_SHOT": "Tap-Schuss",
|
||||
"damage.DISTANCE": "Schuss",
|
||||
"damage.SPLASH": "Schuss",
|
||||
"damage.SPLASH_MIN": "",
|
||||
"damage.SPLASH_MAX": "",
|
||||
"damage.SPLASH_VERTICAL_MIN": "",
|
||||
"damage.SPLASH_VERTICAL_MAX": "",
|
||||
"damage.SPLASH_HORIZONTAL_MIN": "",
|
||||
"damage.SPLASH_HORIZONTAL_MAX": "",
|
||||
"damage.ROLL_OVER": "",
|
||||
"damage.SPLATANA_VERTICAL_DIRECT": "",
|
||||
"damage.SPLATANA_VERTICAL": "",
|
||||
"damage.SPLATANA_HORIZONTAL_DIRECT": "",
|
||||
"damage.SPLATANA_HORIZONTAL": "",
|
||||
"damage.BOMB_DIRECT": "",
|
||||
"damage.BOMB_NORMAL": "",
|
||||
"damage.WAVE": "",
|
||||
"damage.SPECIAL_MAX_CHARGE": "",
|
||||
"damage.SPECIAL_MIN_CHARGE": "",
|
||||
"damage.SPECIAL_THROW_DIRECT": "",
|
||||
"damage.SPECIAL_THROW": "",
|
||||
"damage.SPECIAL_SWING": "",
|
||||
"damage.SPECIAL_BULLET_MIN": "",
|
||||
"damage.SPECIAL_BULLET_MAX": "",
|
||||
"damage.SPECIAL_CANNON": "",
|
||||
"damage.SPECIAL_BUMP": "",
|
||||
"damage.SPECIAL_JUMP": "",
|
||||
"damage.SPECIAL_TICK": "",
|
||||
"damage.TURRET_MIN": "",
|
||||
"damage.TURRET_MAX": "",
|
||||
"suffix.seconds": "s",
|
||||
"suffix.hp": "hp",
|
||||
"suffix.specialPointsShort": "p",
|
||||
@@ -105,6 +147,7 @@
|
||||
"abilityChunks": "Effekt-Fragmente erforderlich",
|
||||
"torpedoExplanation": "Es ist unmöglich, mehr als einen Torpedo gleichzeitig abzufeuern (wegen der Spielmechanik).",
|
||||
"trackingSubDefExplanation": "Die Markierungsdauern von Detektor, Tintenmine and Winkelmarker basieren auf einem Gegner mit 0 EP Sekundärstärke +.",
|
||||
"damageSubDefExplanation": "",
|
||||
"distanceInline": "Reichweite: {{value}}",
|
||||
"damageShort": "SCD",
|
||||
"hitsToDestroyLong": "Treffer bis zerstört",
|
||||
@@ -113,5 +156,10 @@
|
||||
"labels.damageType": "Schadenstyp",
|
||||
"labels.weapon": "Waffe",
|
||||
"dmgHtdExplanation": "SCD = Schaden | TBZ = Treffer bis zerstört",
|
||||
"noDmgData": "Noch keine Daten über den Schaden dieser Waffe. Schau später nochmal vorbei!"
|
||||
"noDmgData": "Noch keine Daten über den Schaden dieser Waffe. Schau später nochmal vorbei!",
|
||||
"perInkTankGrid.header_one": "",
|
||||
"perInkTankGrid.header_other": "",
|
||||
"bigBubblerExplanation": "",
|
||||
"button.showChart": "",
|
||||
"button.showConsumptionGrid": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,30 @@
|
||||
{}
|
||||
{
|
||||
"pendingApproval_one": "",
|
||||
"pendingApproval_other": "",
|
||||
"madeBy": "",
|
||||
"radios.all": "",
|
||||
"radios.madeBy": "",
|
||||
"radios.madeFor": "",
|
||||
"filterByTag": "",
|
||||
"filteringByTag": "",
|
||||
"commissionsOpen": "",
|
||||
"commissionsClosed": "",
|
||||
"openCommissionsOnly": "",
|
||||
"gainPerms": "",
|
||||
"forms.caveats": "",
|
||||
"forms.description.title": "",
|
||||
"forms.linkedUsers.title": "",
|
||||
"forms.linkedUsers.anotherOne": "",
|
||||
"forms.linkedUsers.info": "",
|
||||
"forms.showcase.title": "",
|
||||
"forms.showcase.info": "",
|
||||
"forms.tags.title": "",
|
||||
"forms.tags.selectFromExisting": "",
|
||||
"forms.tags.cantFindExisting": "",
|
||||
"forms.tags.addNew": "",
|
||||
"forms.tags.addNew.placeholder": "",
|
||||
"forms.tags.searchExisting.placeholder": "",
|
||||
"forms.tags.maxReached": "",
|
||||
"delete.title": "",
|
||||
"unlink.title": ""
|
||||
}
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
{
|
||||
"patreon": "Supporter von sendou.ink auf Patreon",
|
||||
"patreon+": "Supporter+ von sendou.ink auf Patreon",
|
||||
"xp": "",
|
||||
"tournament_one": "Verliehen für den Sieg von {{tournament}}",
|
||||
"tournament_other": "Verliehen für den Sieg von {{tournament}} (×{{count}})",
|
||||
"forYourEvent": "Abzeichen für dein Event?",
|
||||
"managedBy": "Verwaltet durch {{users}}"
|
||||
"managedBy": "Verwaltet durch {{users}}",
|
||||
"madeBy": "",
|
||||
"own.divider": "",
|
||||
"other.divider": "",
|
||||
"noBadgesFound": ""
|
||||
}
|
||||
|
||||
@@ -1,15 +1,40 @@
|
||||
{
|
||||
"addBuild": "Ausrüstung hinzufügen",
|
||||
"reachBuildMaxCount": "",
|
||||
"noBuilds": "Bisher keine Ausrüstung. Füge deine erste hinzu!",
|
||||
"buildCard.info": "Info",
|
||||
"buildCard.edit": "Bearbeiten",
|
||||
|
||||
"forms.title": "Titel",
|
||||
"forms.modes": "Modi",
|
||||
"forms.weapons": "Waffen",
|
||||
"forms.gear.HEAD": "Ausrüstung (Kopf)",
|
||||
"forms.gear.CLOTHES": "Ausrüstung (Kleidung)",
|
||||
"forms.gear.SHOES": "Ausrüstung (Schuhe)",
|
||||
|
||||
"deleteConfirm": "Ausrüstung '{{title}}' löschen?"
|
||||
"forms.private.info": "",
|
||||
"forms.noGear.info": "",
|
||||
"deleteConfirm": "Ausrüstung '{{title}}' löschen?",
|
||||
"stats.count.title": "",
|
||||
"stats.ap.title": "",
|
||||
"stats.percentage.title": "",
|
||||
"stats.all": "",
|
||||
"stats.public": "",
|
||||
"stats.private": "",
|
||||
"addFilter": "",
|
||||
"linkButton.abilityStats": "",
|
||||
"linkButton.popularBuilds": "",
|
||||
"noPopularBuilds": "",
|
||||
"emptyAbilitySlot": "",
|
||||
"filters.type.ability": "",
|
||||
"filters.type.mode": "",
|
||||
"filters.type.date": "",
|
||||
"filters.ability.title": "",
|
||||
"filters.mode.title": "",
|
||||
"filters.date.title": "",
|
||||
"filters.has": "",
|
||||
"filters.does.not.have": "",
|
||||
"filters.atLeast": "",
|
||||
"filters.atMost": "",
|
||||
"filters.date.since": "",
|
||||
"filters.date.custom": "",
|
||||
"filters.filterByWeapon": ""
|
||||
}
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
{
|
||||
"inYourTimeZone": "Alle Zeiten sind konvertiert zur lokalen Zeitzone:",
|
||||
"addNew": "Event hinzufügen",
|
||||
"noEvents": "Keine Events in dieser Woche",
|
||||
"reportResults": "Ergebnisse können eingetragen werden für:",
|
||||
"day": "Tag {{number}}",
|
||||
"actions.reportWinners": "Gewinner berichten",
|
||||
"actions.delete": "Event löschen",
|
||||
"actions.delete.confirm": "Alle Daten über {{name}} löschen?",
|
||||
"participatedCount": "{{count}} teilnehmende Teams",
|
||||
"participatedPlayerCount": "",
|
||||
"members": "Mitglieder",
|
||||
"results": "Resultate",
|
||||
"createMapList": "Arenen-Liste erstellen",
|
||||
|
||||
"count.teams_one": "",
|
||||
"count.teams_other": "",
|
||||
"count.players_one": "",
|
||||
"count.players_other": "",
|
||||
"forms.dates": "Datum",
|
||||
"forms.bracketUrl": "Turnierbaum-URL",
|
||||
"forms.discordInvite": "Discord-Server Einladungs-URL",
|
||||
@@ -20,7 +21,6 @@
|
||||
"forms.badges": "Abzeichen-Preis",
|
||||
"forms.badges.placeholder": "Wähle ein Abzeichen für das Event",
|
||||
"forms.mapPool": "Arenen-Pool",
|
||||
|
||||
"forms.participantCount": "Anzahl Teilnehmer",
|
||||
"forms.reportResultsHeader": "Berichten der Ergebnisse von {{eventName}}",
|
||||
"forms.reportResultsInfo": "Die Anzahl der eintragbaren Ergebnisse ist frei wählbar. Es kann nur das erste Team sein, die Top 3 oder mehr.",
|
||||
@@ -28,22 +28,14 @@
|
||||
"forms.team.remove": "Team löschen",
|
||||
"forms.team.name": "Name des Teams",
|
||||
"forms.team.placing": "Platz",
|
||||
|
||||
"forms.team.player.header": "Spieler {{number}}",
|
||||
"forms.team.player.add": "Spieler hinzufügen",
|
||||
"forms.team.player.remove": "Spieler löschen",
|
||||
"forms.team.player.addAsUser": "Hinzufügen als Benutzer (empfohlen)",
|
||||
"forms.team.player.addAsText": "Hinzufügen als Text",
|
||||
|
||||
"forms.errors.uniqueTeamName": "Zwei Teams dürfen nicht den gleichen Namen haben.",
|
||||
"forms.errors.duplicatePlayer": "Ein Spieler kann nicht doppelt in einem Team sein.",
|
||||
"forms.errors.emptyTeam": "Jedes Team brauch mindestens einen gelisteten Spieler.",
|
||||
|
||||
"week.this": "Diese Woche",
|
||||
"week.next": "Nächste Woche",
|
||||
"week.last": "Letzte Woche",
|
||||
|
||||
"tag.desc.BADGE": "Die Gewinner des Events bekommen eine Abzeichen für ihr Profil.",
|
||||
"tag.desc.SPECIAL": "Die Regeln des Events weichen vom Standard ab. (zum Beispiel: Limitierte Waffen).",
|
||||
"tag.desc.ART": "In dem Event kann man einen Kunst-Preis gewinnen.",
|
||||
"tag.desc.MONEY": "In dem Event kann man Geld gewinnen.",
|
||||
@@ -57,5 +49,33 @@
|
||||
"tag.desc.S1": "Es wird Splatoon 1 gespielt.",
|
||||
"tag.desc.S2": "Es wird Splatoon 2 gespielt.",
|
||||
"tag.desc.SR": "Es wird Salmon Run gespielt.",
|
||||
"tag.desc.CARDS": "Es wird Revierdecks gespielt."
|
||||
"tag.desc.CARDS": "Es wird Revierdecks gespielt.",
|
||||
"icalFeed": "",
|
||||
"filter.button": "",
|
||||
"filter.heading": "",
|
||||
"filter.modes": "",
|
||||
"filter.exactModes": "",
|
||||
"filter.exactModesBottom": "",
|
||||
"filter.games": "",
|
||||
"filter.vs": "",
|
||||
"filter.vs.4v4": "",
|
||||
"filter.vs.3v3": "",
|
||||
"filter.vs.2v2": "",
|
||||
"filter.vs.1v1": "",
|
||||
"filter.startTime": "",
|
||||
"filter.startTime.any": "",
|
||||
"filter.startTime.eu": "",
|
||||
"filter.startTime.na": "",
|
||||
"filter.startTime.au": "",
|
||||
"filter.tagsIncluded": "",
|
||||
"filter.tagsExcluded": "",
|
||||
"filter.isSendou": "",
|
||||
"filter.isRanked": "",
|
||||
"filter.minTeamCount": "",
|
||||
"filter.orgsIncluded": "",
|
||||
"filter.orgsExcluded": "",
|
||||
"filter.authorIdsExcluded": "",
|
||||
"filter.authorIdsExcludedBottom": "",
|
||||
"filter.apply": "",
|
||||
"filter.applyAndDefault": ""
|
||||
}
|
||||
|
||||
@@ -17,32 +17,87 @@
|
||||
"pages.support": "Support",
|
||||
"pages.privacy": "Datenschutzerklärung",
|
||||
"pages.vods": "Videos",
|
||||
|
||||
"pages.xsearch": "",
|
||||
"pages.leaderboards": "",
|
||||
"pages.links": "",
|
||||
"pages.art": "",
|
||||
"pages.sendouq": "",
|
||||
"pages.lfg": "",
|
||||
"pages.scrims": "",
|
||||
"pages.settings": "",
|
||||
"pages.luti": "",
|
||||
"header.profile": "Profil",
|
||||
"header.logout": "Ausloggen",
|
||||
"header.login": "Einloggen",
|
||||
"header.language": "Sprache",
|
||||
"header.loggedInAs": "Eingeloggt als {{userName}}",
|
||||
"header.theme": "Theme",
|
||||
|
||||
"header.adder.tournament": "",
|
||||
"header.adder.calendarEvent": "",
|
||||
"header.adder.build": "",
|
||||
"header.adder.team": "",
|
||||
"header.adder.scrimPost": "",
|
||||
"header.adder.association": "",
|
||||
"header.adder.lfgPost": "",
|
||||
"header.adder.art": "",
|
||||
"header.adder.vod": "",
|
||||
"header.adder.plusSuggestion": "",
|
||||
"notifications.title": "",
|
||||
"notifications.empty": "",
|
||||
"notifications.seeAll": "",
|
||||
"notifications.fullList.explanation": "",
|
||||
"notifications.managePush": "",
|
||||
"notifications.title.SQ_ADDED_TO_GROUP": "",
|
||||
"notifications.text.SQ_ADDED_TO_GROUP": "",
|
||||
"notifications.title.SQ_NEW_MATCH": "",
|
||||
"notifications.text.SQ_NEW_MATCH": "",
|
||||
"notifications.title.TO_ADDED_TO_TEAM": "",
|
||||
"notifications.text.TO_ADDED_TO_TEAM": "",
|
||||
"notifications.title.TO_TEST_CREATED": "",
|
||||
"notifications.text.TO_TEST_CREATED": "",
|
||||
"notifications.title.TO_BRACKET_STARTED": "",
|
||||
"notifications.text.TO_BRACKET_STARTED": "",
|
||||
"notifications.title.TO_CHECK_IN_OPENED": "",
|
||||
"notifications.text.TO_CHECK_IN_OPENED": "",
|
||||
"notifications.title.BADGE_ADDED": "",
|
||||
"notifications.text.BADGE_ADDED": "",
|
||||
"notifications.title.BADGE_MANAGER_ADDED": "",
|
||||
"notifications.text.BADGE_MANAGER_ADDED": "",
|
||||
"notifications.title.PLUS_VOTING_STARTED": "",
|
||||
"notifications.text.PLUS_VOTING_STARTED": "",
|
||||
"notifications.title.PLUS_SUGGESTION_ADDED": "",
|
||||
"notifications.text.PLUS_SUGGESTION_ADDED": "",
|
||||
"notifications.title.TAGGED_TO_ART": "",
|
||||
"notifications.text.TAGGED_TO_ART": "",
|
||||
"notifications.title.SEASON_STARTED": "",
|
||||
"notifications.text.SEASON_STARTED": "",
|
||||
"notifications.title.SCRIM_NEW_REQUEST": "",
|
||||
"notifications.text.SCRIM_NEW_REQUEST": "",
|
||||
"notifications.title.SCRIM_SCHEDULED": "",
|
||||
"notifications.text.SCRIM_SCHEDULED": "",
|
||||
"auth.errors.aborted": "Einloggen abgebrochen",
|
||||
"auth.errors.failed": "Einloggen fehlgeschlagen",
|
||||
"auth.errors.discordPermissions": "Für dein sendou.ink-Profil benötigt die Seite Zugriff auf den Namen, Avatar und verbundene Social-Media-Accounts in deinem Discord-Profil.",
|
||||
|
||||
"auth.errors.unknown": "",
|
||||
"toasts.error": "",
|
||||
"toasts.success": "",
|
||||
"toasts.info": "",
|
||||
"footer.github.subtitle": "Sourcecode",
|
||||
"footer.discord.subtitle": "Hilfe & Feedback",
|
||||
"footer.patreon.subtitle": "Support",
|
||||
"footer.thanks": "Danke an die Patrons für den Support",
|
||||
|
||||
"actions.save": "Speichern",
|
||||
"actions.saveChanges": "Änderungen speichern",
|
||||
"actions.submit": "Senden",
|
||||
"actions.edit": "Bearbeiten",
|
||||
"actions.add": "Hinzufügen",
|
||||
"actions.addNew": "",
|
||||
"actions.remove": "Entfernen",
|
||||
"actions.delete": "Löschen",
|
||||
"actions.reset": "Zurücksetzen",
|
||||
"actions.loadMore": "Mehr laden",
|
||||
"actions.showMore": "",
|
||||
"actions.showLess": "",
|
||||
"actions.copyToClipboard": "In die Zwischenablage kopieren",
|
||||
"actions.create": "Erstellen",
|
||||
"actions.close": "Schließen",
|
||||
@@ -52,9 +107,19 @@
|
||||
"actions.selectAll": "Alle auswählen",
|
||||
"actions.search": "Suchen",
|
||||
"actions.setBg": "Hintergrund festlegen",
|
||||
"actions.outlined": "",
|
||||
"actions.noOutline": "",
|
||||
"actions.join": "Beitreten",
|
||||
"actions.nevermind": "",
|
||||
"actions.upload": "Hochladen",
|
||||
|
||||
"actions.clickHere": "",
|
||||
"actions.goBack": "",
|
||||
"actions.enable": "",
|
||||
"actions.disable": "",
|
||||
"actions.accept": "",
|
||||
"actions.next": "",
|
||||
"actions.previous": "",
|
||||
"noResults": "",
|
||||
"maps.createMapList": "Arenen-Liste erstellen",
|
||||
"maps.halfSz": "50% Herrschaft",
|
||||
"maps.mapPool": "Arenen-Pool",
|
||||
@@ -69,40 +134,45 @@
|
||||
"maps.template.preset.ALL": "Alle Modi",
|
||||
"maps.template.preset.onlyMode": "Nur {{modeName}}",
|
||||
"maps.validation.PICKING": "Wähle eine Arena pro Modus",
|
||||
"maps.validation.STAGE_REPEAT_IN_SAME_MODE": "",
|
||||
"maps.validation.NOT_ONE_MAP_PER_MODE": "Wähle nur eine Arena pro Modus",
|
||||
"maps.validation.MAP_REPEATED": "Dieselbe Arena kann nicht mehrmals ausgewählt werden",
|
||||
"maps.validation.MODE_REPEATED": "Derselbe Modus kann nicht mehrmals ausgewählt werden",
|
||||
"maps.validation.TOO_MUCH_STAGE_REPEAT": "Arena kann nicht mehr als {{maxStageRepeat}} Mal ausgewählt werden",
|
||||
"maps.validation.INCLUDES_BANNED": "",
|
||||
"maps.validation.INCLUDES_TIEBREAKER": "",
|
||||
"maps.validation.VALID": "Arenen-Pool ok!",
|
||||
|
||||
"results": "Ergebnisse",
|
||||
|
||||
"results.placeSuffix_one": "^.",
|
||||
"results.placeSuffix_other": "^.",
|
||||
"results.placeSuffix_two": "^.",
|
||||
"results.placeSuffix_few": "^.",
|
||||
"results.placeSuffix_other": "^.",
|
||||
|
||||
"forms.name": "Name",
|
||||
"forms.description": "Beschreibung",
|
||||
"forms.errors.title": "Diese Fehler müssen behoben werden",
|
||||
"forms.errors.noSearchMatches": "Keine Suchergebnisse",
|
||||
|
||||
"forms.userSearch.placeholder": "",
|
||||
"forms.userSearch.noResults": "",
|
||||
"errors.genericReload": "Etwas ist schiefgegangen. Versuche die Seite neu zu laden.",
|
||||
|
||||
"tag.name.SPECIAL": "Spezielle Regeln",
|
||||
"tag.name.ART": "Kunst-Preise",
|
||||
"tag.name.MONEY": "Geld-Preise",
|
||||
"tag.name.REGION": "Regionsgebunden",
|
||||
"tag.name.LOW": "Skill-Grenze",
|
||||
"tag.name.HIGH": "",
|
||||
"tag.name.COUNT": "Zulassungsgrenze",
|
||||
"tag.name.LAN": "LAN",
|
||||
"tag.name.QUALIFIER": "Qualifikation",
|
||||
"tag.name.SZ": "Nur Herrschaft",
|
||||
"tag.name.TW": "",
|
||||
"tag.name.ONES": "",
|
||||
"tag.name.DUOS": "",
|
||||
"tag.name.TRIOS": "",
|
||||
"tag.name.S1": "Splatoon 1",
|
||||
"tag.name.S2": "Splatoon 2",
|
||||
"tag.name.SR": "Salmon Run",
|
||||
"tag.name.CARDS": "Revierdecks",
|
||||
|
||||
"tag.name.COLLEGIATE": "",
|
||||
"weapon.category.SHOOTERS": "Kleckser",
|
||||
"weapon.category.BLASTERS": "Blaster",
|
||||
"weapon.category.ROLLERS": "Roller",
|
||||
@@ -116,50 +186,108 @@
|
||||
"weapon.category.SPLATANAS": "Splatanas",
|
||||
"weapon.category.subs": "Sekundärwaffen",
|
||||
"weapon.category.specials": "Spezialwaffen",
|
||||
|
||||
"plans.blueprint": "Entwurf",
|
||||
"plans.bgStyle.OVER": "Vogelperspektive",
|
||||
|
||||
"plans.bgStyle.MINI": "",
|
||||
"plans.adder.objective": "",
|
||||
"articles.by": "von {{author}}",
|
||||
|
||||
"theme.light": "Hell",
|
||||
"theme.dark": "Dunkel",
|
||||
"theme.auto": "Auto",
|
||||
|
||||
"websiteSubtitle": "Hub für Competitive Splatoon",
|
||||
|
||||
"upload.imageToUpload": "Bild hochladen",
|
||||
"upload.title": "{{type}} wird hochgeladen. Empfohlene Größe: {{width}}×{{height}}.",
|
||||
"upload.type.team-pfp": "Team-Profilbild",
|
||||
"upload.type.team-banner": "Team-Banner",
|
||||
"upload.type.org-pfp": "",
|
||||
"upload.commonExplanation": "Bevor das Bild veröffentlicht wird, überprüft es ein Moderator. Bilder von Patrons werden ohne Überprüfung veröffentlicht.",
|
||||
"upload.afterExplanation_one": "{{count}} Bild ist ausstehend. Das Bild wird nach der Überprüfung automatisch veröffentlicht.",
|
||||
"upload.afterExplanation_other": "{{count}} Bilder sind ausstehend. Die Bilder werden nach der Überprüfung automatisch veröffentlicht.",
|
||||
|
||||
"support.intro.first": "Hallo! Ich bin Sendou und sendou.ink ist mein Projekt, um Tools und Ressourcen für Splatoon-Community bereitzustellen. Das Ziel ist es, jedem zu helfen, sich zu verbessern und Splatoon zu genießen - egal ob man ganz neu im Spiel ist, oder ein erfahrener Veteran.",
|
||||
"support.intro.second": "Wenn dir die Seite gefällt und sie unterstützen willst und Vorteile erhälten möchtest, findest du auf dieser Seite dazu Details. Dein Support hilft mir, die Serverkosten zu bezahlen und ermöglicht mir Zeit in das Projekt zu investieren, um es ständig zu verbessern.",
|
||||
"support.action": "Auf Patreon unterstützen",
|
||||
"support.footer": "",
|
||||
"support.perk.supportMyWork": "Unterstütze meine Arbeit",
|
||||
"support.perk.adFree": "Werbefreies Browsen",
|
||||
"support.perk.nameInFooter": "Name im Footer",
|
||||
"support.perk.discordColorRole": "Farbenrolle auf Discord",
|
||||
"support.perk.discordColorRole.extra": "Du kannst eine Rolle mit eigener Farbe auf den Discord-Servern Plus Server und sendou.ink erhalten. Verwende dazu den Befehl /color des Lohi-Bots.",
|
||||
"support.perk.chatColor": "",
|
||||
"support.perk.badge": "Profil-Abzeichen",
|
||||
"support.perk.seePlusPercentage": "Abstimmungsprozentsatz des Plus Server einsehen",
|
||||
"support.perk.seePlusPercentage.extra": "Normalerweise sehen nur gescheiterte Vorschläge ihren Abstimmungsprozentsatz. Hiermit kannst du deine eigene Prozentzahl einsehen.",
|
||||
"support.perk.autoValidatePictures": "Hochgeladene Bilder werden automatisch freigeschaltet",
|
||||
"support.perk.autoValidatePictures.extra": "Alle von dir hochgeladenen Bilder (e.g. team profile/banner picture) werden automatisch freigeschaltet. Normalerweise muss es erst ein Moderator freischalten. Hinweis: für bereits hochgeladene Bilder gilt dies nicht.",
|
||||
"support.perk.userShortLink": "",
|
||||
"support.perk.userShortLink.extra": "",
|
||||
"support.perk.customizedColorsUser": "Farben anpassen (User-Seite)",
|
||||
"support.perk.favoriteBadges": "",
|
||||
"support.perk.favoriteBadges.extra": "",
|
||||
"support.perk.customizedColorsTeam": "Farben anpassen (Team-Seite)",
|
||||
"support.perk.customizedColorsTeam.extra": "Nur ein Team-Mitglied muss Patron sein, um diesen Vorteil zu erhalten.",
|
||||
"support.perk.privateDiscord": "Zugang zu einem exklusiven Discord-Kanal",
|
||||
"support.perk.privateDiscord.extra": "Zum Austausch gelegentlicher 'Work in progress'-Updates, für priorisierten Support und der Möglichkeit zur priorisierten Erfüllung von Verbesserungsideen.",
|
||||
|
||||
"support.perk.prioritySupport": "",
|
||||
"support.perk.prioritySupport.extra": "",
|
||||
"support.perk.previewQ": "",
|
||||
"support.perk.joinFive": "",
|
||||
"support.perk.tournamentsBeta": "",
|
||||
"support.perk.joinMoreAssociations": "",
|
||||
"support.perk.useBotToLogIn": "",
|
||||
"support.perk.useBotToLogIn.extra": "",
|
||||
"custom.colors.title": "Eigene Farben",
|
||||
"custom.colors.bg": "Hintergrund",
|
||||
"custom.colors.bg-darker": "Hintergrund dunkler",
|
||||
"custom.colors.bg-lighter": "Hintergrund heller",
|
||||
"custom.colors.text": "Text",
|
||||
"custom.colors.text-lighter": "Text heller",
|
||||
"custom.colors.theme": "Theme"
|
||||
"custom.colors.theme": "Theme",
|
||||
"custom.colors.theme-secondary": "",
|
||||
"custom.colors.chat": "",
|
||||
"custom.colors.contrast.title": "",
|
||||
"custom.colors.contrast.first-color": "",
|
||||
"custom.colors.contrast.second-color": "",
|
||||
"custom.colors.contrast.description": "",
|
||||
"divisions.WEST": "",
|
||||
"divisions.JPN": "",
|
||||
"xsearch.placements": "",
|
||||
"xsearch.aliases": "",
|
||||
"xsearch.unlink.title": "",
|
||||
"xsearch.unlink.action.long": "",
|
||||
"xsearch.unlink.action.short": "",
|
||||
"build.private": "",
|
||||
"or": "",
|
||||
"yes": "",
|
||||
"no": "",
|
||||
"leaderboard.type.USER": "",
|
||||
"leaderboard.type.TEAM": "",
|
||||
"leaderboard.type.XP-ALL": "",
|
||||
"leaderboard.noPlayers": "",
|
||||
"leaderboard.noTeams": "",
|
||||
"leaderboard.updateInfo": "",
|
||||
"leaderboard.qualification": "",
|
||||
"leaderboard.qualification.info": "",
|
||||
"chat.connected": "",
|
||||
"chat.connecting": "",
|
||||
"chat.disconnected": "",
|
||||
"chat.send": "",
|
||||
"chat.input.placeholder": "",
|
||||
"chat.systemMsg.scoreReported": "",
|
||||
"chat.systemMsg.scoreConfirmed": "",
|
||||
"chat.systemMsg.cancelReported": "",
|
||||
"chat.systemMsg.cancelConfirmed": "",
|
||||
"chat.systemMsg.userLeft": "",
|
||||
"chat.newMessages": "",
|
||||
"fc.title": "",
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.label": "",
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.bottomText": "",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.label": "",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.bottomText": "",
|
||||
"settings.notifications.title": "",
|
||||
"settings.notifications.description": "",
|
||||
"settings.notifications.disableInfo": "",
|
||||
"settings.notifications.browserNotSupported": "",
|
||||
"settings.notifications.permissionDenied": "",
|
||||
"badges.selector.none": "",
|
||||
"badges.selector.select": ""
|
||||
}
|
||||
|
||||
@@ -6,5 +6,7 @@
|
||||
"uberu": "Zeichnete den Herz-haltenden Mini-Judd-Emoji",
|
||||
"yaga": "Stellte Icons von Sekundär- und Spezialwaffen zur Verfügung",
|
||||
"antariska": "Hintergrundbilder für den Arenenplaner",
|
||||
"translation": "Übersetzung"
|
||||
"splatoon3ink": "",
|
||||
"translation": "Übersetzung",
|
||||
"sounds": ""
|
||||
}
|
||||
|
||||
@@ -1,16 +1,20 @@
|
||||
{
|
||||
"q1": "Was ist der Plus Server?",
|
||||
|
||||
"a1": "",
|
||||
"q2": "Wie erhalte ich ein Abzeichen als Preis für mein Event?",
|
||||
|
||||
"a2": "",
|
||||
"q3": "Wie aktualisiere ich meinen Avatar oder Nutzernamen?",
|
||||
|
||||
"a3": "",
|
||||
"q4": "Ich habe auf Patreon abonniert, sehe aber keine Änderung auf der Webseite?",
|
||||
"a4": "Stelle sicher, dass dein Discord auf Patreon.com verknüpft ist. Danach kann es bis zu 2 Stunden dauern, bis der Status auf der Webseite aktualisiert wird. Sende bei Problemen eine DM an Sendou, um Hilfe zu erhalten.",
|
||||
|
||||
"q5": "Gibt es eine sendou.ink App?",
|
||||
"a5": "Nein, aber sendou.ink kann als 'Progressive Web App' installiert werden. Dies bietet viele der Vorteile einer App, wie Vollbildmodus, Icon auf dem Homebildschirm oder separater Browser-Prozess. Google nach 'wie pwa auf *deinem browser* installieren' für eine Anleitung.",
|
||||
|
||||
"q6": "Wie füge ich Twitch/Bluesky/YouTube zu meinem Profil hinzu?",
|
||||
"a6": "Dafür wird dein Discord-Profil verwendet. Verknüpfe und verifiziere deine Profile auf Discord und logge dich dann auf sendou.ink aus und wieder ein, um sie zu aktualisieren."
|
||||
"a6": "Dafür wird dein Discord-Profil verwendet. Verknüpfe und verifiziere deine Profile auf Discord und logge dich dann auf sendou.ink aus und wieder ein, um sie zu aktualisieren.",
|
||||
"q7": "",
|
||||
"a7": "",
|
||||
"q8": "",
|
||||
"a8": "",
|
||||
"q9": "",
|
||||
"a9": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,18 @@
|
||||
{}
|
||||
{
|
||||
"sq.season": "",
|
||||
"sq.prepare": "",
|
||||
"sq.participate": "",
|
||||
"showcase.tabs.signedUp": "",
|
||||
"showcase.tabs.organizer": "",
|
||||
"showcase.tabs.discover": "",
|
||||
"showcase.viewAll": "",
|
||||
"showcase.card.ranked": "",
|
||||
"showcase.card.unranked": "",
|
||||
"showcase.card.winner": "",
|
||||
"showcase.results": "",
|
||||
"leaderboards.topPlayers": "",
|
||||
"leaderboards.topTeams": "",
|
||||
"leaderboards.viewFull": "",
|
||||
"updates.header": "",
|
||||
"updates.viewPast": ""
|
||||
}
|
||||
|
||||
@@ -58,5 +58,10 @@
|
||||
"MODE_LONG_SZ": "Herrschaft",
|
||||
"MODE_LONG_TC": "Turmkommando",
|
||||
"MODE_LONG_RM": "Operation Goldfisch",
|
||||
"MODE_LONG_CB": "Muschelchaos"
|
||||
"MODE_LONG_CB": "Muschelchaos",
|
||||
"MODE_LONG_SR": "",
|
||||
"MODE_LONG_TB": "",
|
||||
"GAME_S1": "",
|
||||
"GAME_S2": "",
|
||||
"GAME_S3": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,32 @@
|
||||
{}
|
||||
{
|
||||
"types.PLAYER_FOR_TEAM": "",
|
||||
"types.PLAYER_FOR_COACH": "",
|
||||
"types.TEAM_FOR_PLAYER": "",
|
||||
"types.TEAM_FOR_COACH": "",
|
||||
"types.TEAM_FOR_SCRIM": "",
|
||||
"types.COACH_FOR_TEAM": "",
|
||||
"post.lastActive": "",
|
||||
"noPosts": "",
|
||||
"expiring": "",
|
||||
"addFilter": "",
|
||||
"filters.Weapon": "",
|
||||
"filters.Type": "",
|
||||
"filters.Timezone": "",
|
||||
"filters.Language": "",
|
||||
"filters.PlusTier": "",
|
||||
"filters.MaxTier": "",
|
||||
"filters.MinTier": "",
|
||||
"filters.suffix": "",
|
||||
"filters.orAbove": "",
|
||||
"new.noMorePosts": "",
|
||||
"new.type.header": "",
|
||||
"new.timezone.header": "",
|
||||
"new.text.header": "",
|
||||
"new.visibility.header": "",
|
||||
"new.visibility.everyone": "",
|
||||
"new.editOn": "",
|
||||
"new.weaponPool.header": "",
|
||||
"new.weaponPool.userProfile": "",
|
||||
"new.languages.header": "",
|
||||
"new.languages.sqSettingsPage": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,25 @@
|
||||
{}
|
||||
{
|
||||
"roles.ADMIN": "",
|
||||
"roles.MEMBER": "",
|
||||
"roles.ORGANIZER": "",
|
||||
"roles.STREAMER": "",
|
||||
"events.established.short": "",
|
||||
"events.all": "",
|
||||
"events.past": "",
|
||||
"events.upcoming": "",
|
||||
"events.tabs.events": "",
|
||||
"events.tabs.leaderboard": "",
|
||||
"edit.form.title": "",
|
||||
"edit.form.uploadLogo": "",
|
||||
"edit.form.socialLinks.title": "",
|
||||
"edit.form.members.title": "",
|
||||
"edit.form.members.info": "",
|
||||
"edit.form.members.user.title": "",
|
||||
"edit.form.members.role.title": "",
|
||||
"edit.form.members.roleDisplayName.title": "",
|
||||
"edit.form.series.title": "",
|
||||
"edit.form.series.seriesName.title": "",
|
||||
"edit.form.series.showLeaderboard.title": "",
|
||||
"edit.form.badges.title": "",
|
||||
"edit.form.errors.noUnadmin": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,172 @@
|
||||
{}
|
||||
{
|
||||
"mapListPreference.NO_PREFERENCE": "",
|
||||
"mapListPreference.PREFER_ALL_MODES": "",
|
||||
"mapListPreference.PREFER_SZ": "",
|
||||
"mapListPreference.ALL_MODES_ONLY": "",
|
||||
"mapListPreference.SZ_ONLY": "",
|
||||
"mapListPreference.note": "",
|
||||
"roles.OWNER": "",
|
||||
"roles.MANAGER": "",
|
||||
"roles.REGULAR": "",
|
||||
"vc.YES": "",
|
||||
"vc.NO": "",
|
||||
"vc.LISTEN_ONLY": "",
|
||||
"privateNote.header": "",
|
||||
"privateNote.comment.header": "",
|
||||
"privateNote.sentiment.header": "",
|
||||
"privateNote.sentiment.info": "",
|
||||
"privateNote.sentiment.POSITIVE": "",
|
||||
"privateNote.sentiment.NEUTRAL": "",
|
||||
"privateNote.sentiment.NEGATIVE": "",
|
||||
"privateNote.delete.header": "",
|
||||
"front.cities.la": "",
|
||||
"front.cities.nyc": "",
|
||||
"front.cities.paris": "",
|
||||
"front.cities.tokyo": "",
|
||||
"front.inviteCodeWrong": "",
|
||||
"front.noFriendCode": "",
|
||||
"front.upcomingSeason.header": "",
|
||||
"front.upcomingSeason.date": "",
|
||||
"front.noUpcomingSeason": "",
|
||||
"front.nav.rules.title": "",
|
||||
"front.nav.rules.description": "",
|
||||
"front.nav.info.title": "",
|
||||
"front.nav.info.description": "",
|
||||
"front.nav.settings.title": "",
|
||||
"front.nav.settings.description": "",
|
||||
"front.nav.leaderboards.title": "",
|
||||
"front.nav.leaderboards.description": "",
|
||||
"front.nav.mySeason.title": "",
|
||||
"front.nav.mySeason.description": "",
|
||||
"front.nav.streams.title": "",
|
||||
"front.nav.streams.description": "",
|
||||
"front.actions.logIn": "",
|
||||
"front.actions.joinWithGroup": "",
|
||||
"front.actions.joinSolo": "",
|
||||
"front.join.header": "",
|
||||
"front.join.joinAction": "",
|
||||
"front.join.joinWithTrustAction": "",
|
||||
"front.join.joinWithTrustAction.explanation": "",
|
||||
"front.seasonOpen": "",
|
||||
"front.preview": "",
|
||||
"front.preview.explanation": "",
|
||||
"settings.maps.header": "",
|
||||
"settings.maps.avoid": "",
|
||||
"settings.maps.prefer": "",
|
||||
"settings.maps.neutral": "",
|
||||
"settings.weaponPool.header": "",
|
||||
"settings.weaponPool.full": "",
|
||||
"settings.voiceChat.header": "",
|
||||
"settings.voiceChat.canVC.header": "",
|
||||
"settings.voiceChat.canVC.yes": "",
|
||||
"settings.voiceChat.canVC.no": "",
|
||||
"settings.voiceChat.canVC.listenOnly": "",
|
||||
"settings.voiceChat.languages.header": "",
|
||||
"settings.voiceChat.languages.placeholder": "",
|
||||
"settings.sounds.header": "",
|
||||
"settings.sounds.likeReceived": "",
|
||||
"settings.sounds.groupNewMember": "",
|
||||
"settings.sounds.matchStarted": "",
|
||||
"settings.mapPool.notOk": "",
|
||||
"settings.misc.header": "",
|
||||
"settings.banned": "",
|
||||
"settings.avoid.label": "",
|
||||
"settings.trusted.header": "",
|
||||
"settings.trusted.confirm": "",
|
||||
"settings.trusted.trustedExplanation": "",
|
||||
"settings.trusted.noTrustedExplanation": "",
|
||||
"settings.trusted.teamExplanation": "",
|
||||
"looking.joiningGroupError": "",
|
||||
"looking.goToSettingsPrompt": "",
|
||||
"looking.inactiveGroup.soon": "",
|
||||
"looking.inactiveGroup": "",
|
||||
"looking.inactiveGroup.action": "",
|
||||
"looking.lastUpdatedAt": "",
|
||||
"looking.columns.invited": "",
|
||||
"looking.columns.challenged": "",
|
||||
"looking.columns.invitations": "",
|
||||
"looking.columns.challenges": "",
|
||||
"looking.columns.available": "",
|
||||
"looking.columns.myGroup": "",
|
||||
"looking.columns.chat": "",
|
||||
"looking.columns.groups": "",
|
||||
"looking.groups.actions.startMatch": "",
|
||||
"looking.groups.actions.challenge": "",
|
||||
"looking.groups.actions.invite": "",
|
||||
"looking.groups.actions.groupUp": "",
|
||||
"looking.groups.actions.undo": "",
|
||||
"looking.groups.actions.rechallenge": "",
|
||||
"looking.groups.actions.giveManager": "",
|
||||
"looking.groups.actions.removeManager": "",
|
||||
"looking.groups.actions.kick": "",
|
||||
"looking.groups.actions.leaveGroup": "",
|
||||
"looking.groups.actions.leaveQ": "",
|
||||
"looking.groups.actions.goBack": "",
|
||||
"looking.groups.adder.quickAdd": "",
|
||||
"looking.groups.adder.error": "",
|
||||
"looking.groups.adder.others": "",
|
||||
"looking.groups.adder.inviteLink": "",
|
||||
"looking.groups.adder.select": "",
|
||||
"looking.groups.editNote": "",
|
||||
"looking.groups.addNote": "",
|
||||
"looking.replay": "",
|
||||
"looking.teamSP": "",
|
||||
"looking.teamSP.calculated": "",
|
||||
"looking.teamSP.calculating": "",
|
||||
"looking.sp.calculated": "",
|
||||
"looking.sp.calculating": "",
|
||||
"looking.rankCalculating": "",
|
||||
"looking.allTiers": "",
|
||||
"looking.joinQPrompt": "",
|
||||
"looking.range.or": "",
|
||||
"match.header": "",
|
||||
"match.spInfo": "",
|
||||
"match.dispute.button": "",
|
||||
"match.dispute.p1": "",
|
||||
"match.dispute.p2": "",
|
||||
"match.actions.lookAgain": "",
|
||||
"match.actions.stopReportingWeapons": "",
|
||||
"match.actions.reportWeapons": "",
|
||||
"match.report.whoToReport": "",
|
||||
"match.report.whoToReport.me": "",
|
||||
"match.report.whoToReport.myTeam": "",
|
||||
"match.report.whoToReport.everyone": "",
|
||||
"match.report.copyWeapons": "",
|
||||
"match.report.error": "",
|
||||
"match.report.submit": "",
|
||||
"match.report.winnerLabel": "",
|
||||
"match.report.weaponLabel": "",
|
||||
"match.sides.alpha": "",
|
||||
"match.sides.bravo": "",
|
||||
"match.helpdesk": "",
|
||||
"match.pool": "",
|
||||
"match.password.short": "",
|
||||
"match.cancelMatch": "",
|
||||
"match.canceled": "",
|
||||
"match.cancelRequested": "",
|
||||
"match.reportedBy": "",
|
||||
"match.cancelPendingConfirmation": "",
|
||||
"match.cancelMatch.confirm": "",
|
||||
"match.tabs.reportScore": "",
|
||||
"match.errors.cantCancel": "",
|
||||
"match.errors.different": "",
|
||||
"match.submitScores": "",
|
||||
"match.submitScores.adjusted": "",
|
||||
"match.results.unplayed": "",
|
||||
"match.results.us": "",
|
||||
"match.results.them": "",
|
||||
"match.won": "",
|
||||
"match.reporting": "",
|
||||
"match.outcome.win": "",
|
||||
"match.outcome.loss": "",
|
||||
"match.screen.ban": "",
|
||||
"match.screen.allowed": "",
|
||||
"preparing.joinQ": "",
|
||||
"tiers.currentCriteria": "",
|
||||
"tiers.info.p1": "",
|
||||
"tiers.info.p2": "",
|
||||
"tiers.info.p3": "",
|
||||
"streams.noStreams": "",
|
||||
"streams.ownStreamInfo": "",
|
||||
"streams.ownStreamInfo.linkText": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,51 @@
|
||||
{}
|
||||
{
|
||||
"tabs.owned": "",
|
||||
"tabs.requests": "",
|
||||
"tabs.available": "",
|
||||
"now": "",
|
||||
"noneAvailable": "",
|
||||
"requestModal.title": "",
|
||||
"table.headers.time": "",
|
||||
"table.headers.team": "",
|
||||
"table.headers.divs": "",
|
||||
"table.headers.status": "",
|
||||
"limitedVisibility": "",
|
||||
"pickup": "",
|
||||
"status.booked": "",
|
||||
"status.pending": "",
|
||||
"actions.request": "",
|
||||
"deleteModal.title": "",
|
||||
"deleteModal.prevented": "",
|
||||
"cancelModal.title": "",
|
||||
"actions.contact": "",
|
||||
"acceptModal.title": "",
|
||||
"acceptModal.prevented": "",
|
||||
"forms.title": "",
|
||||
"forms.with.title": "",
|
||||
"forms.with.explanation": "",
|
||||
"forms.with.user": "",
|
||||
"forms.with.pick-up": "",
|
||||
"forms.when.title": "",
|
||||
"forms.when.explanation": "",
|
||||
"forms.text.title": "",
|
||||
"forms.visibility.title": "",
|
||||
"forms.visibility.public": "",
|
||||
"forms.visibility.noneAvailable": "",
|
||||
"forms.notFoundVisibility.title": "",
|
||||
"forms.notFoundVisibility.explanation": "",
|
||||
"forms.divs.minDiv.title": "",
|
||||
"forms.divs.maxDiv.title": "",
|
||||
"page.scheduledScrim": "",
|
||||
"associations.title": "",
|
||||
"associations.explanation": "",
|
||||
"associations.join.title": "",
|
||||
"associations.delete.title": "",
|
||||
"associations.admin": "",
|
||||
"associations.leave.title": "",
|
||||
"associations.leave.action": "",
|
||||
"associations.shareLink.title": "",
|
||||
"associations.shareLink.reset": "",
|
||||
"associations.removeMember.title": "",
|
||||
"associations.forms.title": "",
|
||||
"associations.forms.name.title": ""
|
||||
}
|
||||
|
||||
@@ -2,24 +2,39 @@
|
||||
"newTeam.header": "Neues Team erstellen",
|
||||
"teamSearch.placeholder": "Suche nach einem Team oder Spieler...",
|
||||
"actionButtons.leaveTeam": "Team verlassen",
|
||||
"actionButtons.makeMainTeam": "",
|
||||
"leaveTeam.header": "",
|
||||
"leaveTeam.header.newOwner": "",
|
||||
"actionButtons.leaveTeam.confirm": "Verlassen",
|
||||
"actionButtons.editTeam": "Team bearbeiten",
|
||||
"actionButtons.manageRoster": "Aufstellung bearbeiten",
|
||||
"actionButtons.deleteTeam": "Team löschen",
|
||||
"actionButtons.deleteTeam.profilePicture": "",
|
||||
"actionButtons.deleteTeam.banner": "",
|
||||
"actionButtons.kick": "Kicken",
|
||||
"kick.header": "{{user}} aus {{teamName}} kicken?",
|
||||
"actionButtons.transferOwnership": "Eigentümer ändern",
|
||||
"transferOwnership.header": "{{user}} als neuen Eigentümer von {{teamName}} festlegen?",
|
||||
"actionButtons.transferOwnership.confirm": "Festlegen",
|
||||
"deleteTeam.header": "Möchtest du {{teamName}} wirklich löschen?",
|
||||
"deleteTeam.profilePicture.header": "",
|
||||
"deleteTeam.banner.header": "",
|
||||
"roles.CAPTAIN": "Kapitän",
|
||||
"roles.CO_CAPTAIN": "",
|
||||
"roles.FRONTLINE": "Frontline",
|
||||
"roles.SLAYER": "",
|
||||
"roles.SKIRMISHER": "",
|
||||
"roles.SUPPORT": "Support",
|
||||
"roles.MIDLINE": "Midline",
|
||||
"roles.BACKLINE": "Backline",
|
||||
"roles.FLEX": "",
|
||||
"roles.SUB": "",
|
||||
"roles.COACH": "Coach",
|
||||
"roles.CHEERLEADER": "",
|
||||
"forms.fields.teamBsky": "",
|
||||
"forms.fields.bio": "Bio",
|
||||
"forms.fields.uploadImages": "Bilder hochladen",
|
||||
"forms.fields.removeImages": "",
|
||||
"forms.fields.uploadImages.pfp": "Profilbild",
|
||||
"forms.fields.uploadImages.banner": "Teambild-Banner",
|
||||
"forms.info.name": "Hinweis: Wenn du den Namen deines Teams änderst, können andere Teams den Namen und und die URL für sich beanspruchen.",
|
||||
@@ -30,5 +45,9 @@
|
||||
"validation.SHORT_CODE": "Einladungscode hat nicht die richtige Länge. Hast du die vollständige URL kopiert?",
|
||||
"validation.TEAM_FULL": "Das Team, dem du beitreten willst, ist bereits voll.",
|
||||
"validation.INVITE_CODE_WRONG": "Einladungscode ist falsch.",
|
||||
"validation.VALID": "{{teamName}} beitreten?"
|
||||
"validation.REACHED_TEAM_COUNT_LIMIT": "",
|
||||
"validation.VALID": "{{teamName}} beitreten?",
|
||||
"editor.label": "",
|
||||
"editorsInfo.button": "",
|
||||
"editorsInfo.popover": ""
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
"tabs.results": "Ergebnisse",
|
||||
"tabs.streams": "Streams ({{count}})",
|
||||
"tabs.subs": "Ersatzspieler ({{count}})",
|
||||
|
||||
"pre.steps.header": "Folge diesen Schritten, um zu spielen",
|
||||
"pre.steps.name": "Teamname",
|
||||
"pre.steps.roster": "Volles Roster",
|
||||
@@ -17,55 +16,42 @@
|
||||
"pre.footer": "Registrierung kann vor Turnierstart frei verändert werden",
|
||||
"pre.logIn": "Logge dich zum Registrieren ein",
|
||||
"pre.inATeam": "Du bist in einem Team für dieses Event",
|
||||
|
||||
"pre.checkIn.range": "Check-in ist zwischen {{start}} und {{finish}} geöffnet",
|
||||
"pre.checkIn.over": "Check-in ist vorbei",
|
||||
"pre.checkIn.cant": "Schließe die vorherigen Schritte vor dem Check-in ab",
|
||||
"pre.checkIn.button": "Einchecken",
|
||||
"pre.checkIn.checkedIn": "Dein Team ist eingecheckt",
|
||||
|
||||
"pre.info.header": "Teaminfo",
|
||||
"pre.info.unregister": "Von Turnier abmelden",
|
||||
"pre.info.unregister.confirm": "Vom Turnier abmelden und Teaminfo löschen?",
|
||||
"pre.info.noHost": "Mein Team zieht es vor, keine Räume zu hosten",
|
||||
"pre.info.noScreen": "Mein Team möchte Unsichtbarriere vermeiden",
|
||||
|
||||
"pre.roster.header": "Roster füllen",
|
||||
"pre.roster.footer": "Mindestens {{atLeastCount}} Teammitglieder sind zum Spielen erforderlich. Maximale Rostergröße ist {{maxCount}}",
|
||||
"pre.roster.addTrusted.header": "Spieler hinzufügen, mit denen du gespielt hast",
|
||||
"pre.roster.delete.button": "Mitglied löschen",
|
||||
"pre.roster.delete.header": "Zu entfernendes Mitglied",
|
||||
|
||||
"pre.pool.header": "Arenenpool wählen",
|
||||
"pre.pool.banned": "Gebannt",
|
||||
"pre.pool.tiebreaker.short": "Tiebreaker",
|
||||
|
||||
"pre.sub.prompt": "Kein Team für dieses Event im Sinn? Du kannst dich auch als Ersatzspieler eintragen.",
|
||||
|
||||
"bracket.type.DE_WINNERS": "Sieger-Runde",
|
||||
"bracket.type.DE_LOSERS": "Verlierer-Runde",
|
||||
"bracket.type.SE": "Runde",
|
||||
"bracket.type.SWISS": "Schweizer-Runde",
|
||||
"bracket.type.GROUPS": "Gruppen-Runde",
|
||||
|
||||
"round.label": "Runde",
|
||||
|
||||
"team.label": "Team",
|
||||
"team.unlisted": "Nicht gelistetes Team",
|
||||
|
||||
"bestOf.label.short": "Bo",
|
||||
|
||||
"pickInfo.team": "Team {{number}} Auswahl",
|
||||
"pickInfo.team.specific": "Von {{team}} ausgewählt",
|
||||
"pickInfo.tiebreaker": "Tiebreaker",
|
||||
"pickInfo.both": "Von beiden ausgewählt",
|
||||
"pickInfo.default": "Standardmäßige Arena",
|
||||
"pickInfo.counterpick": "Counterpick",
|
||||
|
||||
"generator.error": "Die Änderungen wurden nicht gespeichert, weil das Turnier bereits begonnen hat",
|
||||
|
||||
"teams.mapsPickedStatus": "Status ausgewählter Arenen",
|
||||
|
||||
"admin.download": "Teilnehmerliste herunterladen",
|
||||
"admin.actions.CHANGE_TEAM_OWNER": "Kapitän ändern",
|
||||
"admin.actions.CHANGE_TEAM_NAME": "Teamnamen ändern",
|
||||
@@ -79,40 +65,32 @@
|
||||
"admin.actions.UNDO_DROP_TEAM_OUT": "Drop-out widerrufen",
|
||||
"admin.actions.UPDATE_IN_GAME_NAME": "Spieler-IGN aktualisieren",
|
||||
"admin.actions.DELETE_LOGO": "Logo löschen",
|
||||
|
||||
"staff.role.ORGANIZER": "Organisator",
|
||||
"staff.role.STREAMER": "Streamer",
|
||||
|
||||
"actions.addSub": "Ersatzspieler hinzufügen",
|
||||
"actions.shareLink": "Teile deinen Invite-Link, um Mitglieder hinzuzufügen: {{inviteLink}}",
|
||||
"actions.sub.prompt_other": "Du kannst noch {{count}} Ersatzspieler zu deinem Roster hinzufügen",
|
||||
"actions.sub.prompt_one": "Du kannst noch {{count}} Ersatzspieler zu deinem Roster hinzufügen",
|
||||
"actions.sub.prompt_other": "Du kannst noch {{count}} Ersatzspieler zu deinem Roster hinzufügen",
|
||||
"actions.sub.prompt_zero": "Dein Roster ist voll und keine weiteren Ersatzspieler können hinzugefügt werden",
|
||||
"actions.finalize.question": "Sobald du überprüft hast, dass die gemeldeten Ergebnisse korrekt sind, klicke hier, um das Turnier zu finalisieren und die Endergebnisse zu verarbeiten",
|
||||
"actions.finalize.action": "Finalisieren",
|
||||
"actions.finalize.confirm": "Bist du sicher, dass du das Turnier finalisieren möchtest (kann nicht widerrufen werden)?",
|
||||
|
||||
"streams.none": "Aktuell sind keine Livestreams von diesem Turnier verfügbar",
|
||||
|
||||
"team.setWins": "Set-Siege",
|
||||
"team.mapWins": "Arenen-Siege",
|
||||
"team.seed": "Seed",
|
||||
"team.seed.footer": "von {{count}}",
|
||||
"team.placement": "Platzierung",
|
||||
"team.placement.footer": "Main/UG",
|
||||
|
||||
"bracket.waiting": "Bracket wird hier angezeigt, sobald mindestens {{count}} Teams registriert sind",
|
||||
"bracket.waiting.checkin": "Bracket wird hier angezeigt, sobald mindestens {{count}} Teams eingecheckt sind",
|
||||
"bracket.wip": "Dieses Bracket ist eine Vorschau und kann sich ändern",
|
||||
|
||||
"bracket.progress.thanksForPlaying": "Danke fürs Spielen von {{eventName}}!",
|
||||
"bracket.progress.match": "Aktueller Gegner: {{opponent}}",
|
||||
"bracket.progress.match.action": "Anzeigen",
|
||||
"bracket.progress.waiting": "Warten auf Match",
|
||||
|
||||
"bracket.standings.showLess": "Weniger anzeigen",
|
||||
"bracket.standings.showMore": "Mehr anzeigen",
|
||||
|
||||
"match.hosts": "{{teamName}} hostet",
|
||||
"match.pass": "Pass",
|
||||
"match.pool": "Pool",
|
||||
@@ -120,7 +98,6 @@
|
||||
"match.score.playAll": "{{scoreOne}}-{{scoreTwo}} (Play all {{bestOf}})",
|
||||
"match.action.undoLastScore": "Letztes Ergebnis widerrufen",
|
||||
"match.action.reopenMatch": "Match erneut öffnen",
|
||||
|
||||
"join.error.MISSING_CODE": "Invite-Code fehlt. Wurde die vollständige URL kopiert?",
|
||||
"join.error.SHORT_CODE": "Invite-Code hat nicht die richtige Länge. Wurde die vollständige URL kopiert?",
|
||||
"join.error.NO_TEAM_MATCHING_CODE": "Kein Team mit diesem Invite-Code gefunden.",
|
||||
@@ -129,7 +106,6 @@
|
||||
"join.error.NOT_LOGGED_IN": "Du musst eingeloggt sein, um einem Team beizutreten.",
|
||||
"join.VALID": "Team {{teamName}} für {{eventName}} beitreten?",
|
||||
"join.giveTrust": "{{name}} vertrauen, dich von selbst zu zukünftigen Turnieren hinzuzufügen?",
|
||||
|
||||
"subs.prefersToPlay": "Bevorzugt zu spielen",
|
||||
"subs.canPlay": "Kann spielen",
|
||||
"subs.canVC": "VC-fähig",
|
||||
@@ -143,5 +119,15 @@
|
||||
"subs.weapons.info": "Wähle zwischen {{min}} und {{max}}",
|
||||
"subs.message.header": "Nachricht",
|
||||
"subs.visibility.header": "Sichtbarkeit",
|
||||
"subs.visibility.everyone": "Jeder"
|
||||
"subs.visibility.everyone": "Jeder",
|
||||
"progression.error.PLACEMENTS_PARSE_ERROR": "",
|
||||
"progression.error.NOT_RESOLVING_WINNER": "",
|
||||
"progression.error.SAME_PLACEMENT_TO_MULTIPLE_BRACKETS": "",
|
||||
"progression.error.GAP_IN_PLACEMENTS": "",
|
||||
"progression.error.TOO_MANY_PLACEMENTS": "",
|
||||
"progression.error.DUPLICATE_BRACKET_NAME": "",
|
||||
"progression.error.NAME_MISSING": "",
|
||||
"progression.error.NEGATIVE_PROGRESSION": "",
|
||||
"progression.error.NO_SE_SOURCE": "",
|
||||
"progression.error.NO_DE_POSITIVE": ""
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"customUrl": "Benutzerdefinierte URL",
|
||||
"customName": "",
|
||||
"ign": "Name im Spiel",
|
||||
"ign.short": "IGN",
|
||||
"country": "Land",
|
||||
@@ -11,7 +12,17 @@
|
||||
"sens": "Empfindlichkeit",
|
||||
"weaponPool": "Waffenpool",
|
||||
"discordExplanation": "Der Username, Profilbild, YouTube-, Bluesky- und Twitch-Konten stammen von deinem Discord-Konto. Mehr Infos in den <1>FAQ</1>.",
|
||||
|
||||
"favoriteBadges": "",
|
||||
"battlefy": "",
|
||||
"forms.showDiscordUniqueName": "",
|
||||
"forms.showDiscordUniqueName.info": "",
|
||||
"forms.commissionsOpen": "",
|
||||
"forms.commissionText": "",
|
||||
"forms.commissionText.info": "",
|
||||
"forms.customName.info": "",
|
||||
"forms.country.search.placeholder": "",
|
||||
"forms.favoriteBadges.nonSupporter": "",
|
||||
"results.title": "",
|
||||
"results.placing": "Platzierung",
|
||||
"results.team": "Team",
|
||||
"results.tournament": "Turnier",
|
||||
@@ -20,12 +31,50 @@
|
||||
"results.highlights": "Highlights",
|
||||
"results.highlights.choose": "Highlights wählen",
|
||||
"results.highlights.explanation": "Wähle Ergebnisse, die du hervorheben möchtest",
|
||||
|
||||
"results.button.showHighlights": "",
|
||||
"results.button.showAll": "",
|
||||
"forms.errors.maxWeapons": "Maximale Zahl an Waffen erreicht",
|
||||
"forms.errors.invalidCustomUrl.numbers": "Benutzerdefinierte URL kann nicht nur aus Zahlen bestehen",
|
||||
"forms.errors.invalidCustomUrl.strangeCharacter": "Benutzerdefinierte URL kann nicht aus speziellen Zeichen bestehen",
|
||||
"forms.errors.invalidCustomUrl.duplicate": "Diese Benutzerdefinierte URL wird bereits verwendet",
|
||||
"forms.errors.invalidSens": "Empfindlichkeit der Bewegungssteuerung kann nur festgelegt werden, wenn Empfindlichkeit R-Stick festgelegt ist",
|
||||
|
||||
"search.noResults": "Keine Nutzer gefunden, die '{{query}}' entsprechen"
|
||||
"forms.info.customUrl": "",
|
||||
"forms.info.battlefy": "",
|
||||
"search.info": "",
|
||||
"search.noResults": "Keine Nutzer gefunden, die '{{query}}' entsprechen",
|
||||
"search.pleaseLogIn.header": "",
|
||||
"search.pleaseLogIn.button": "",
|
||||
"seasons": "",
|
||||
"seasons.noQ": "",
|
||||
"seasons.tabs.weapons": "",
|
||||
"seasons.tabs.stages": "",
|
||||
"seasons.tabs.self": "",
|
||||
"seasons.tabs.teammates": "",
|
||||
"seasons.tabs.opponents": "",
|
||||
"seasons.season": "",
|
||||
"seasons.season.short": "",
|
||||
"seasons.win.short": "",
|
||||
"seasons.loss.short": "",
|
||||
"seasons.tentative": "",
|
||||
"seasons.tentative.explanation": "",
|
||||
"seasons.peak": "",
|
||||
"seasons.noReportedWeapons": "",
|
||||
"seasons.clickARow": "",
|
||||
"seasons.loading": "",
|
||||
"seasons.matchBeingProcessed": "",
|
||||
"builds.sorting.changeButton": "",
|
||||
"builds.sorting.header": "",
|
||||
"builds.sorting.backToDefaults": "",
|
||||
"builds.sorting.info": "",
|
||||
"builds.sorting.UPDATED_AT": "",
|
||||
"builds.sorting.TOP_500": "",
|
||||
"builds.sorting.WEAPON_POOL": "",
|
||||
"builds.sorting.WEAPON_IN_GAME_ORDER": "",
|
||||
"builds.sorting.ALPHABETICAL_TITLE": "",
|
||||
"builds.sorting.MODE": "",
|
||||
"builds.sorting.HEADGEAR_ID": "",
|
||||
"builds.sorting.CLOTHES_ID": "",
|
||||
"builds.sorting.SHOES_ID": "",
|
||||
"builds.sorting.PUBLIC_BUILD": "",
|
||||
"builds.sorting.PRIVATE_BUILD": ""
|
||||
}
|
||||
|
||||
@@ -3,9 +3,12 @@
|
||||
"type.TOURNAMENT": "Turnier (PoV)",
|
||||
"type.MATCHMAKING": "Anarchie/X Kampf/Revierkampf",
|
||||
"type.CAST": "Turnier (Ausrichter)",
|
||||
"type.SENDOUQ": "",
|
||||
"gameCount": "Spiel {{count}}",
|
||||
"minShort": "min",
|
||||
"secShort": "s",
|
||||
"forms.title.create": "",
|
||||
"forms.title.edit": "",
|
||||
"forms.title.youtubeUrl": "YouTube-URL",
|
||||
"forms.title.videoTitle": "Videotitel",
|
||||
"forms.title.videoDate": "Videodatum",
|
||||
@@ -18,5 +21,8 @@
|
||||
"forms.title.weaponsTeamTwo": "Waffem (Team 2)",
|
||||
"forms.title.weapon": "Waffe",
|
||||
"forms.action.addMatch": "Match hinzufügen",
|
||||
"forms.action.deleteMatch": "Match löschen"
|
||||
"forms.action.deleteMatch": "Match löschen",
|
||||
"noVods": "",
|
||||
"gainPerms": "",
|
||||
"deleteConfirm": ""
|
||||
}
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"forms.tags.addNew.placeholder": "Create a new tag",
|
||||
"forms.tags.searchExisting.placeholder": "Search existing tags",
|
||||
"forms.tags.maxReached": "Max tags reached",
|
||||
|
||||
"delete.title": "Are you sure you want to delete the art?",
|
||||
"unlink.title": "Are you sure you want to remove this art from your profile (only {{username}} can add it back)?"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"noBuilds": "No builds yet. Add your first one!",
|
||||
"buildCard.info": "Info",
|
||||
"buildCard.edit": "Edit",
|
||||
|
||||
"forms.title": "Title",
|
||||
"forms.modes": "Modes",
|
||||
"forms.weapons": "Weapons",
|
||||
@@ -13,23 +12,18 @@
|
||||
"forms.gear.SHOES": "Gear (shoes)",
|
||||
"forms.private.info": "Private builds are only visible to you",
|
||||
"forms.noGear.info": "Gear is optional but you must fill all slots if you fill any.",
|
||||
|
||||
"deleteConfirm": "Delete build '{{title}}'?",
|
||||
|
||||
"stats.count.title": "Stats from {{count}} {{weapon}} builds",
|
||||
"stats.ap.title": "Ability point averages",
|
||||
"stats.percentage.title": "Primary-only ability appearance",
|
||||
"stats.all": "All",
|
||||
"stats.public": "Public",
|
||||
"stats.private": "Private",
|
||||
|
||||
"addFilter": "Add filter",
|
||||
"linkButton.abilityStats": "Ability stats",
|
||||
"linkButton.popularBuilds": "Popular builds",
|
||||
"noPopularBuilds": "It seems there are no popular builds for this weapon at this moment.",
|
||||
|
||||
"emptyAbilitySlot": "Empty ability slot",
|
||||
|
||||
"filters.type.ability": "By ability",
|
||||
"filters.type.mode": "By mode",
|
||||
"filters.type.date": "By date",
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
"count.players_one": "{{count}} player",
|
||||
"count.teams_other": "{{count}} teams",
|
||||
"count.players_other": "{{count}} players",
|
||||
|
||||
"forms.dates": "Dates",
|
||||
"forms.bracketUrl": "Bracket URL",
|
||||
"forms.discordInvite": "Discord server invite URL",
|
||||
@@ -22,7 +21,6 @@
|
||||
"forms.badges": "Badge prizes",
|
||||
"forms.badges.placeholder": "Choose a badge prize",
|
||||
"forms.mapPool": "Map pool",
|
||||
|
||||
"forms.participantCount": "Participant count",
|
||||
"forms.reportResultsHeader": "Reporting results for {{eventName}}",
|
||||
"forms.reportResultsInfo": "You choose how many results to report. It can be just the winning team, top 3 or whatever you decide.",
|
||||
@@ -30,17 +28,14 @@
|
||||
"forms.team.remove": "Remove team",
|
||||
"forms.team.name": "Team name",
|
||||
"forms.team.placing": "Placing",
|
||||
|
||||
"forms.team.player.header": "Player {{number}}",
|
||||
"forms.team.player.add": "Add player",
|
||||
"forms.team.player.remove": "Remove player",
|
||||
"forms.team.player.addAsUser": "Add as a user (recommended)",
|
||||
"forms.team.player.addAsText": "Add as text",
|
||||
|
||||
"forms.errors.uniqueTeamName": "Each team needs a unique name.",
|
||||
"forms.errors.duplicatePlayer": "Can't have the same player twice in the same team.",
|
||||
"forms.errors.emptyTeam": "Each team must have at least one player.",
|
||||
|
||||
"tag.desc.SPECIAL": "Ruleset that differs from the standard e.g. limited what weapons can be used.",
|
||||
"tag.desc.ART": "You can win art by playing in this tournament.",
|
||||
"tag.desc.MONEY": "You can win money by playing in this tournament.",
|
||||
@@ -55,9 +50,7 @@
|
||||
"tag.desc.S2": "The game played is Splatoon 2.",
|
||||
"tag.desc.SR": "Salmon Run event.",
|
||||
"tag.desc.CARDS": "Tableturf Battle event.",
|
||||
|
||||
"icalFeed": "iCal feed",
|
||||
|
||||
"filter.button": "Filter",
|
||||
"filter.heading": "Filter calendar events",
|
||||
"filter.modes": "Modes",
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
"pages.scrims": "Scrims",
|
||||
"pages.settings": "Settings",
|
||||
"pages.luti": "LUTI",
|
||||
|
||||
"header.profile": "Profile",
|
||||
"header.logout": "Log out",
|
||||
"header.login": "Log in",
|
||||
@@ -43,7 +42,6 @@
|
||||
"header.adder.art": "Art",
|
||||
"header.adder.vod": "VoD",
|
||||
"header.adder.plusSuggestion": "Plus suggestion",
|
||||
|
||||
"notifications.title": "Notifications",
|
||||
"notifications.empty": "None yet, check back later",
|
||||
"notifications.seeAll": "See all",
|
||||
@@ -77,21 +75,17 @@
|
||||
"notifications.text.SCRIM_NEW_REQUEST": "{{fromUsername}} requested a scrim",
|
||||
"notifications.title.SCRIM_SCHEDULED": "Scrim Scheduled",
|
||||
"notifications.text.SCRIM_SCHEDULED": "New scrim scheduled at {{timeString}}",
|
||||
|
||||
"auth.errors.aborted": "Login Aborted",
|
||||
"auth.errors.failed": "Login Failed",
|
||||
"auth.errors.discordPermissions": "For your sendou.ink profile, the site needs access to your Discord profile's name, avatar and social connections.",
|
||||
"auth.errors.unknown": "Unknown error, try again a bit later. Verify also that your Discord account has a verified email. For help please reach out to us via the #helpdesk channel on our Discord:",
|
||||
|
||||
"toasts.error": "Error",
|
||||
"toasts.success": "Success",
|
||||
"toasts.info": "Info",
|
||||
|
||||
"footer.github.subtitle": "Source code",
|
||||
"footer.discord.subtitle": "Help & feedback",
|
||||
"footer.patreon.subtitle": "Support",
|
||||
"footer.thanks": "Thanks to the patrons for the support",
|
||||
|
||||
"actions.save": "Save",
|
||||
"actions.saveChanges": "Save changes",
|
||||
"actions.submit": "Submit",
|
||||
@@ -125,9 +119,7 @@
|
||||
"actions.accept": "Accept",
|
||||
"actions.next": "Next",
|
||||
"actions.previous": "Previous",
|
||||
|
||||
"noResults": "No results",
|
||||
|
||||
"maps.createMapList": "Create map list",
|
||||
"maps.halfSz": "50% SZ",
|
||||
"maps.mapPool": "Map pool",
|
||||
@@ -150,23 +142,18 @@
|
||||
"maps.validation.INCLUDES_BANNED": "Can't pick banned stages",
|
||||
"maps.validation.INCLUDES_TIEBREAKER": "Can't pick the tiebreaker stage",
|
||||
"maps.validation.VALID": "Map pool ok!",
|
||||
|
||||
"results": "Results",
|
||||
|
||||
"results.placeSuffix_one": "^st",
|
||||
"results.placeSuffix_two": "^nd",
|
||||
"results.placeSuffix_few": "^rd",
|
||||
"results.placeSuffix_other": "^th",
|
||||
|
||||
"forms.name": "Name",
|
||||
"forms.description": "Description",
|
||||
"forms.errors.title": "Following errors need to be fixed",
|
||||
"forms.errors.noSearchMatches": "No matches found",
|
||||
"forms.userSearch.placeholder": "Search users by username, profile URL or Discord ID...",
|
||||
"forms.userSearch.noResults": "No users matching your search found",
|
||||
|
||||
"errors.genericReload": "Something went wrong. Try reloading the page.",
|
||||
|
||||
"tag.name.SPECIAL": "Special rules",
|
||||
"tag.name.ART": "Art prizes",
|
||||
"tag.name.MONEY": "Money prizes",
|
||||
@@ -186,7 +173,6 @@
|
||||
"tag.name.SR": "Salmon Run",
|
||||
"tag.name.CARDS": "Tableturf Battle",
|
||||
"tag.name.COLLEGIATE": "Collegiate",
|
||||
|
||||
"weapon.category.SHOOTERS": "Shooters",
|
||||
"weapon.category.BLASTERS": "Blasters",
|
||||
"weapon.category.ROLLERS": "Rollers",
|
||||
@@ -200,20 +186,15 @@
|
||||
"weapon.category.SPLATANAS": "Splatanas",
|
||||
"weapon.category.subs": "Subs",
|
||||
"weapon.category.specials": "Specials",
|
||||
|
||||
"plans.blueprint": "Blueprint",
|
||||
"plans.bgStyle.OVER": "Overhead",
|
||||
"plans.bgStyle.MINI": "Minimap",
|
||||
"plans.adder.objective": "Objective",
|
||||
|
||||
"articles.by": "by {{author}}",
|
||||
|
||||
"theme.light": "Light",
|
||||
"theme.dark": "Dark",
|
||||
"theme.auto": "Auto",
|
||||
|
||||
"websiteSubtitle": "Competitive Splatoon Hub",
|
||||
|
||||
"upload.imageToUpload": "Image to upload",
|
||||
"upload.title": "Uploading {{type}}. Recommended size is {{width}}×{{height}}.",
|
||||
"upload.type.team-pfp": "team profile picture",
|
||||
@@ -222,7 +203,6 @@
|
||||
"upload.commonExplanation": "Before the image is publicly displayed a moderator will validate it. Images uploaded by patrons are shown without validation.",
|
||||
"upload.afterExplanation_one": "You have {{count}} image pending. The image will show up automatically after validation.",
|
||||
"upload.afterExplanation_other": "You have {{count}} images pending. The images will show up automatically after validation.",
|
||||
|
||||
"support.intro.first": "Hello! I'm Sendou and sendou.ink is my project to provide tools and resources for the Splatoon community. The goal is to help everyone to improve and enjoy Splatoon whether you are brand new to the game or a seasoned veteran.",
|
||||
"support.intro.second": "If you like what I'm doing this page details how you can support my work and gain perks. Your support helps me pay for the hosting as well as sponsor my time spent on continuously improving the project.",
|
||||
"support.action": "Support on Patreon",
|
||||
@@ -255,7 +235,6 @@
|
||||
"support.perk.joinMoreAssociations": "Join up to 6 associations",
|
||||
"support.perk.useBotToLogIn": "Log-in via Discord bot",
|
||||
"support.perk.useBotToLogIn.extra": "Request a log-in link from the Lohi bot as an alternative to the normal website log-in",
|
||||
|
||||
"custom.colors.title": "Custom colors",
|
||||
"custom.colors.bg": "Background",
|
||||
"custom.colors.bg-darker": "Background darker",
|
||||
@@ -269,7 +248,6 @@
|
||||
"custom.colors.contrast.first-color": "First color",
|
||||
"custom.colors.contrast.second-color": "Second color",
|
||||
"custom.colors.contrast.description": "This table shows the contrast ratio between two colors listed in the first two columns. \n\nTo make your custom colors accessible to as many people as possible, you should meet a contrast ratio of at least 4.5 (AA) for all listed color combinations. \n\nThough not required, a contrast ratio of at least 7 (AAA) is recommended. \nThank you for making the web a more accessible place!",
|
||||
|
||||
"divisions.WEST": "Tentatek",
|
||||
"divisions.JPN": "Takoroka",
|
||||
"xsearch.placements": "placements",
|
||||
@@ -277,13 +255,10 @@
|
||||
"xsearch.unlink.title": "Are you sure you want to unlink? This will remove placements from your profile as well as the associated badge (can only be relinked by sendou.ink staff)?",
|
||||
"xsearch.unlink.action.long": "Unlink your user",
|
||||
"xsearch.unlink.action.short": "Unlink",
|
||||
|
||||
"build.private": "Private",
|
||||
|
||||
"or": "Or",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
|
||||
"leaderboard.type.USER": "User",
|
||||
"leaderboard.type.TEAM": "Team",
|
||||
"leaderboard.type.XP-ALL": "All",
|
||||
@@ -292,7 +267,6 @@
|
||||
"leaderboard.updateInfo": "Leaderboard is updated once every 30 minutes",
|
||||
"leaderboard.qualification": "Qualification for Season Finale",
|
||||
"leaderboard.qualification.info": "Every player of the roster needs 7 sets of SendouQ played during the season. Every unique roster of 4 have their own points.",
|
||||
|
||||
"chat.connected": "Connected",
|
||||
"chat.connecting": "Connecting...",
|
||||
"chat.disconnected": "Disconnected",
|
||||
@@ -304,9 +278,7 @@
|
||||
"chat.systemMsg.cancelConfirmed": "{{name}} confirmed canceling the match. Match is now locked",
|
||||
"chat.systemMsg.userLeft": "{{name}} left the group",
|
||||
"chat.newMessages": "New messages",
|
||||
|
||||
"fc.title": "Friend code",
|
||||
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.label": "Builds: Disable automatic ability sorting",
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.bottomText": "Outside of your profile page, build abilities are sorted so that same abilities are next to each other. This setting allows you to see the abilities in the order they were authored everywhere.",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.label": "Scrims: No adding to pickups by untrusted",
|
||||
@@ -316,7 +288,6 @@
|
||||
"settings.notifications.disableInfo": "To disable push notifications check your browser settings",
|
||||
"settings.notifications.browserNotSupported": "Push notifications are not supported on this browser",
|
||||
"settings.notifications.permissionDenied": "Push notifications were denied. Check your browser settings to re-enable",
|
||||
|
||||
"badges.selector.none": "No badges selected",
|
||||
"badges.selector.select": "Select badge to add"
|
||||
}
|
||||
|
||||
@@ -1,28 +1,20 @@
|
||||
{
|
||||
"q1": "What is the Plus Server?",
|
||||
"a1": "Plus Server is a Discord server for high-level players to look for people to play with and against. It was founded in September 2017. Divided into three tiers of which +1 is the highest. You get access when a member of the server suggests you and you pass the monthly voting or you place well enough on the SendouQ leaderboard.\n\nIn the voting you get a percentage based on your result. 0% would mean everyone who participated in the voting downvoted you while 100% would be the opposite. 60% is required to pass the voting. If a member gets a score below 60% they get demoted a tier, or in the case of +3, kicked.\n\nSee the leaderboards page for indicators about who is on track to get access via that method. 60 people in total get access each season - 10 to +1, 20 to +2 and 30 to +3.",
|
||||
|
||||
"q2": "How to get a badge prize for my event?",
|
||||
"a2": "Since September 2024 badges can be made by anyone with the skills necessary. Check the link at the bottom of the badges page for more information.",
|
||||
|
||||
"q3": "How to update my avatar or username?",
|
||||
"a3": "Updating username or avatar on Discord doesn't right away update them on sendou.ink. To make that happen you have two options:\n\n1) If you are a member of this website's Discord or the Plus Server you can simply wait. There is a routine that runs once a day that handles the updating.\n\n2) To get them to update right away you can use the /update-profile command of the Lohi Discord bot.",
|
||||
|
||||
"q4": "I subscribed on Patreon but I don't see any changes on the website?",
|
||||
"a4": "Make sure to connect your Discord on Patreon.com. After doing so it will take up to 2 hours for the status to update on the site. If you are having problems DM Sendou directly for help.",
|
||||
|
||||
"q5": "Is there a sendou.ink app?",
|
||||
"a5": "No, but sendou.ink can be installed as a 'Progressive Web App' that gets many of the same benefits such as full-screen, an icon on the home screen and a separate process from the browser. Google 'how to install PWA on *your browser*' to see how.",
|
||||
|
||||
"q6": "How to add Twitch/Bluesky/YouTube to my profile?",
|
||||
"a6": "We use your Discord profile for that. Connect and verify them on Discord then log out and back in on sendou.ink to have them update.",
|
||||
|
||||
"q7": "How can I add videos?",
|
||||
"a7": "Send a message on the sendou.ink Discord helpdesk channel requesting access. Also include a link to a sample video you will post.",
|
||||
|
||||
"q8": "How can I show X Battle results on my profile?",
|
||||
"a8": "Find your player page from the Top Search page. Post the link to the helpdesk on our Discord saying you want it linked. Note that the linking is not possible if you have not finished a season in the Top 500.",
|
||||
|
||||
"q9": "How can I upload art that I commissioned?",
|
||||
"a9": "You can only upload art that you made yourself. It also has to be Splatoon related. For commissioned work please ask the artist to upload it themselves to the site. They are able to link your user profile and that will make it show on your profile."
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"sq.season": "Season {{nth}}",
|
||||
"sq.prepare": "Prepare now!",
|
||||
"sq.participate": "Participate now!",
|
||||
|
||||
"showcase.tabs.signedUp": "Signed up",
|
||||
"showcase.tabs.organizer": "Organizing",
|
||||
"showcase.tabs.discover": "Discover",
|
||||
@@ -11,11 +10,9 @@
|
||||
"showcase.card.unranked": "Unranked",
|
||||
"showcase.card.winner": "Winner",
|
||||
"showcase.results": "Recent results",
|
||||
|
||||
"leaderboards.topPlayers": "Top players",
|
||||
"leaderboards.topTeams": "Top teams",
|
||||
"leaderboards.viewFull": "View full leaderboard",
|
||||
|
||||
"updates.header": "Updates",
|
||||
"updates.viewPast": "View past updates"
|
||||
}
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"privateNote.sentiment.NEUTRAL": "Neutral",
|
||||
"privateNote.sentiment.NEGATIVE": "Negative",
|
||||
"privateNote.delete.header": "Delete your note about {{name}}?",
|
||||
|
||||
"front.cities.la": "Los Angeles",
|
||||
"front.cities.nyc": "New York",
|
||||
"front.cities.paris": "Paris",
|
||||
@@ -51,7 +50,6 @@
|
||||
"front.seasonOpen": "Season {{nth}} open",
|
||||
"front.preview": "Preview groups in the queue without joining",
|
||||
"front.preview.explanation": "This feature is only available to Supporter tier (or above) patrons of sendou.ink",
|
||||
|
||||
"settings.maps.header": "Stages and modes",
|
||||
"settings.maps.avoid": "Avoid",
|
||||
"settings.maps.prefer": "Prefer",
|
||||
@@ -78,7 +76,6 @@
|
||||
"settings.trusted.trustedExplanation": "Trusted users can add you to groups and tournament teams directly. If removed from this list, in the future you need to join via a link they share.",
|
||||
"settings.trusted.noTrustedExplanation": "You don't currently trust any users. Trusted users can add you to groups, scrim pickups and tournament teams directly.",
|
||||
"settings.trusted.teamExplanation": "In addition to the users above, a member of your team <2>{{name}}</2> can add you directly.",
|
||||
|
||||
"looking.joiningGroupError": "Before joining another group, leave the current one",
|
||||
"looking.goToSettingsPrompt": "To help group finding set your weapon pool and voice chat status on the settings page",
|
||||
"looking.inactiveGroup.soon": "Group will be marked inactive. Still looking?",
|
||||
@@ -122,7 +119,6 @@
|
||||
"looking.allTiers": "All tiers",
|
||||
"looking.joinQPrompt": "Join the queue to find a group",
|
||||
"looking.range.or": "or",
|
||||
|
||||
"match.header": "Match #{{number}}",
|
||||
"match.spInfo": "SP will be adjusted after both teams report the same result",
|
||||
"match.dispute.button": "Dispute?",
|
||||
@@ -165,14 +161,11 @@
|
||||
"match.outcome.loss": "loss",
|
||||
"match.screen.ban": "Weapons with {{special}} are not allowed in this match",
|
||||
"match.screen.allowed": "Weapons with {{special}} are allowed in this match",
|
||||
|
||||
"preparing.joinQ": "Join the queue",
|
||||
|
||||
"tiers.currentCriteria": "Current criteria",
|
||||
"tiers.info.p1": "For example Leviathan is the top 5% of players. Diamond is the 85th percentile etc.",
|
||||
"tiers.info.p2": "Note: Nobody has Leviathan rank before there are at least {{usersMin}} players on the leaderboard (or {{teamsMin}} for teams)",
|
||||
"tiers.info.p3": "Each rank also has a plus tier (see BRONZE+ as an example below). This means that you are in the top 50% of that rank.",
|
||||
|
||||
"streams.noStreams": "No streamed matches currently",
|
||||
"streams.ownStreamInfo": "Your stream is missing? Make sure your Twitch account is linked and game is set to Splatoon 3.",
|
||||
"streams.ownStreamInfo.linkText": "See FAQ for more info on how to link your Twitch account."
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
"forms.divs.minDiv.title": "Min div",
|
||||
"forms.divs.maxDiv.title": "Max div",
|
||||
"page.scheduledScrim": "Scheduled scrim",
|
||||
|
||||
"associations.title": "Associations",
|
||||
"associations.explanation": "Create an association to look in a smaller group (for example make one with your team's regular practice opponents or LUTI division).",
|
||||
"associations.join.title": "Join {{name}} association?",
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
"tabs.results": "Results",
|
||||
"tabs.streams": "Streams ({{count}})",
|
||||
"tabs.subs": "Subs ({{count}})",
|
||||
|
||||
"pre.steps.header": "Complete these steps to play",
|
||||
"pre.steps.name": "Team name",
|
||||
"pre.steps.roster": "Full roster",
|
||||
@@ -17,55 +16,42 @@
|
||||
"pre.footer": "Registration can be freely changed before the tournament starts",
|
||||
"pre.logIn": "Log in to register",
|
||||
"pre.inATeam": "You are in a team for this event",
|
||||
|
||||
"pre.checkIn.range": "Check-in is open between {{start}} and {{finish}}",
|
||||
"pre.checkIn.over": "Check-in is over",
|
||||
"pre.checkIn.cant": "Complete the previous steps before checking in",
|
||||
"pre.checkIn.button": "Check in",
|
||||
"pre.checkIn.checkedIn": "Your team is checked in",
|
||||
|
||||
"pre.info.header": "Team info",
|
||||
"pre.info.unregister": "Unregister",
|
||||
"pre.info.unregister.confirm": "Unregister from the tournament and delete team info?",
|
||||
"pre.info.noHost": "My team prefers not to host rooms",
|
||||
"pre.info.noScreen": "My team prefers to avoid Splattercolor Screen",
|
||||
|
||||
"pre.roster.header": "Fill roster",
|
||||
"pre.roster.footer": "At least {{atLeastCount}} members are required to participate. Max roster size is {{maxCount}}",
|
||||
"pre.roster.addTrusted.header": "Add people you have played with",
|
||||
"pre.roster.delete.button": "Delete member",
|
||||
"pre.roster.delete.header": "Member to delete",
|
||||
|
||||
"pre.pool.header": "Pick map pool",
|
||||
"pre.pool.banned": "Banned",
|
||||
"pre.pool.tiebreaker.short": "Tiebreaker",
|
||||
|
||||
"pre.sub.prompt": "No team in mind for this event? You can also join the list of subs.",
|
||||
|
||||
"bracket.type.DE_WINNERS": "Winners Round",
|
||||
"bracket.type.DE_LOSERS": "Losers Round",
|
||||
"bracket.type.SE": "Round",
|
||||
"bracket.type.SWISS": "Swiss Round",
|
||||
"bracket.type.GROUPS": "Groups Round",
|
||||
|
||||
"round.label": "Round",
|
||||
|
||||
"team.label": "Team",
|
||||
"team.unlisted": "Unlisted team",
|
||||
|
||||
"bestOf.label.short": "Bo",
|
||||
|
||||
"pickInfo.team": "Team {{number}} pick",
|
||||
"pickInfo.team.specific": "{{team}} picked",
|
||||
"pickInfo.tiebreaker": "Tiebreaker",
|
||||
"pickInfo.both": "Both picked",
|
||||
"pickInfo.default": "Default map",
|
||||
"pickInfo.counterpick": "Counterpick",
|
||||
|
||||
"generator.error": "Changes you made weren't saved since the tournament started",
|
||||
|
||||
"teams.mapsPickedStatus": "Maps picked status",
|
||||
|
||||
"admin.download": "Download participants",
|
||||
"admin.actions.CHANGE_TEAM_OWNER": "Change captain",
|
||||
"admin.actions.CHANGE_TEAM_NAME": "Change team name",
|
||||
@@ -79,10 +65,8 @@
|
||||
"admin.actions.UNDO_DROP_TEAM_OUT": "Undo drop out",
|
||||
"admin.actions.UPDATE_IN_GAME_NAME": "Update player IGN",
|
||||
"admin.actions.DELETE_LOGO": "Delete logo",
|
||||
|
||||
"staff.role.ORGANIZER": "organizer",
|
||||
"staff.role.STREAMER": "streamer",
|
||||
|
||||
"actions.addSub": "Add sub",
|
||||
"actions.shareLink": "Share your invite link to add members: {{inviteLink}}",
|
||||
"actions.sub.prompt_other": "You can still add {{count}} subs to your roster",
|
||||
@@ -91,28 +75,22 @@
|
||||
"actions.finalize.question": "When you have checked that reported scores are correct click here to finalize the tournament and process results",
|
||||
"actions.finalize.action": "Finalize",
|
||||
"actions.finalize.confirm": "Are you sure you want to finalize the tournament (can't be undone)?",
|
||||
|
||||
"streams.none": "No live streams of this tournament available currently",
|
||||
|
||||
"team.setWins": "Set wins",
|
||||
"team.mapWins": "Map wins",
|
||||
"team.seed": "Seed",
|
||||
"team.seed.footer": "out of {{count}}",
|
||||
"team.placement": "Placement",
|
||||
"team.placement.footer": "Main/UG",
|
||||
|
||||
"bracket.waiting": "Bracket will be shown here when at least {{count}} teams have registered",
|
||||
"bracket.waiting.checkin": "Bracket will be shown here when at least {{count}} teams have checked in",
|
||||
"bracket.wip": "This bracket is a preview and subject to change",
|
||||
|
||||
"bracket.progress.thanksForPlaying": "Thanks for playing in {{eventName}}!",
|
||||
"bracket.progress.match": "Current opponent: {{opponent}}",
|
||||
"bracket.progress.match.action": "View",
|
||||
"bracket.progress.waiting": "Waiting for match",
|
||||
|
||||
"bracket.standings.showLess": "Show less",
|
||||
"bracket.standings.showMore": "Show more",
|
||||
|
||||
"match.hosts": "{{teamName}} hosts",
|
||||
"match.pass": "Pass",
|
||||
"match.pool": "Pool",
|
||||
@@ -120,7 +98,6 @@
|
||||
"match.score.playAll": "{{scoreOne}}-{{scoreTwo}} (Play all {{bestOf}})",
|
||||
"match.action.undoLastScore": "Undo last score",
|
||||
"match.action.reopenMatch": "Reopen match",
|
||||
|
||||
"join.error.MISSING_CODE": "Invite code is missing. Was the full URL copied?",
|
||||
"join.error.SHORT_CODE": "Invite code is not the right length. Was the full URL copied?",
|
||||
"join.error.NO_TEAM_MATCHING_CODE": "No team matching the invite code.",
|
||||
@@ -129,7 +106,6 @@
|
||||
"join.error.NOT_LOGGED_IN": "You must be logged in to join a team.",
|
||||
"join.VALID": "Join {{teamName}} for {{eventName}}?",
|
||||
"join.giveTrust": "Trust {{name}} to add you on their own to future tournaments?",
|
||||
|
||||
"subs.prefersToPlay": "Prefers to play",
|
||||
"subs.canPlay": "Can play",
|
||||
"subs.canVC": "Can VC",
|
||||
@@ -144,7 +120,6 @@
|
||||
"subs.message.header": "Message",
|
||||
"subs.visibility.header": "Visibility",
|
||||
"subs.visibility.everyone": "Everyone",
|
||||
|
||||
"progression.error.PLACEMENTS_PARSE_ERROR": "Error parsing placements",
|
||||
"progression.error.NOT_RESOLVING_WINNER": "Progression does not resolve winner",
|
||||
"progression.error.SAME_PLACEMENT_TO_MULTIPLE_BRACKETS": "Same placement leads to multiple brackets",
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
"discordExplanation": "Username, profile picture, YouTube, Bluesky and Twitch accounts come from your Discord account. See <1>FAQ</1> for more information.",
|
||||
"favoriteBadges": "Favorite badges",
|
||||
"battlefy": "Battlefy account name",
|
||||
|
||||
"forms.showDiscordUniqueName": "Show Discord username",
|
||||
"forms.showDiscordUniqueName.info": "Show your unique Discord name ({{discordUniqueName}}) publicly?",
|
||||
"forms.commissionsOpen": "Commissions open",
|
||||
@@ -23,7 +22,6 @@
|
||||
"forms.customName.info": "If missing, your Discord display name is used: \"{{discordName}}\"",
|
||||
"forms.country.search.placeholder": "Search countries",
|
||||
"forms.favoriteBadges.nonSupporter": "Become supporter to set which badges appear on the first page and the order",
|
||||
|
||||
"results.title": "All results",
|
||||
"results.placing": "Placing",
|
||||
"results.team": "Team",
|
||||
@@ -35,7 +33,6 @@
|
||||
"results.highlights.explanation": "Select the results you want to highlight",
|
||||
"results.button.showHighlights": "Show highlights",
|
||||
"results.button.showAll": "Show all",
|
||||
|
||||
"forms.errors.maxWeapons": "Max weapon count reached",
|
||||
"forms.errors.invalidCustomUrl.numbers": "Custom URL can't only contain numbers",
|
||||
"forms.errors.invalidCustomUrl.strangeCharacter": "Custom URL can't contain special characters",
|
||||
@@ -43,12 +40,10 @@
|
||||
"forms.errors.invalidSens": "Motion sens can't be set if R-stick sens isn't",
|
||||
"forms.info.customUrl": "For patrons (Supporter & above) short link is available. E.g. instead of sendou.ink/u/sendou, snd.ink/sendou can be used.",
|
||||
"forms.info.battlefy": "Battlefy account name is used for seeding and verification in some tournaments",
|
||||
|
||||
"search.info": "Search for users by Discord or Splatoon 3 name",
|
||||
"search.noResults": "No users found matching '{{query}}'",
|
||||
"search.pleaseLogIn.header": "Please log in to search for users",
|
||||
"search.pleaseLogIn.button": "Log in via Discord",
|
||||
|
||||
"seasons": "Seasons",
|
||||
"seasons.noQ": "This user has not played SendouQ this season",
|
||||
"seasons.tabs.weapons": "Weapons",
|
||||
@@ -67,7 +62,6 @@
|
||||
"seasons.clickARow": "Click a row to see weapon usage stats",
|
||||
"seasons.loading": "Loading...",
|
||||
"seasons.matchBeingProcessed": "This match has not been processed yet",
|
||||
|
||||
"builds.sorting.changeButton": "Change sorting",
|
||||
"builds.sorting.header": "Change build sorting",
|
||||
"builds.sorting.backToDefaults": "Back to defaults",
|
||||
|
||||
@@ -92,6 +92,7 @@
|
||||
"damage.header.baseDamage.short": "Base",
|
||||
"damage.header.distance": "Distancia",
|
||||
"damage.toSplat_one": "{{count}} golpe para reventar",
|
||||
"damage.toSplat_many": "",
|
||||
"damage.toSplat_other": "{{count}} golpes para reventar",
|
||||
"damage.NORMAL_MIN": "Mínimo",
|
||||
"damage.NORMAL_MAX": "Máximo",
|
||||
@@ -158,6 +159,9 @@
|
||||
"dmgHtdExplanation": "DPD = Disparos para destruir",
|
||||
"noDmgData": "No hay información sobre esta arma. Revisa más tarde.",
|
||||
"perInkTankGrid.header_one": "{{weapon}} disparos despues de ×{{count}} arma secundaria usada",
|
||||
"perInkTankGrid.header_many": "",
|
||||
"perInkTankGrid.header_other": "{{weapon}} disparos despues de ×{{count}} armas secundarias usadas",
|
||||
"bigBubblerExplanation": "Duración de {{weapon}} también es aumentada en conjunto con durabilidad. "
|
||||
"bigBubblerExplanation": "Duración de {{weapon}} también es aumentada en conjunto con durabilidad. ",
|
||||
"button.showChart": "",
|
||||
"button.showConsumptionGrid": ""
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"pendingApproval_one": "Tienes {{count}} imagen esperando aprobación.",
|
||||
"pendingApproval_many": "",
|
||||
"pendingApproval_other": "Tienes {{count}} imagenes esperando aprobación.",
|
||||
"madeBy": "Creada por",
|
||||
"radios.all": "Todos",
|
||||
@@ -24,5 +25,7 @@
|
||||
"forms.tags.addNew": "Crear nueva.",
|
||||
"forms.tags.addNew.placeholder": "Crear una nueva etiqueta",
|
||||
"forms.tags.searchExisting.placeholder": "Buscar etiquetas existentes",
|
||||
"forms.tags.maxReached": "Limite máximo de etiquetas"
|
||||
"forms.tags.maxReached": "Limite máximo de etiquetas",
|
||||
"delete.title": "",
|
||||
"unlink.title": ""
|
||||
}
|
||||
|
||||
@@ -3,9 +3,12 @@
|
||||
"patreon+": "Supporter+ de sendou.ink en Patreon",
|
||||
"xp": "Recibido por alcanzar {{xpText}}",
|
||||
"tournament_one": "Recibido por ganar {{tournament}}",
|
||||
"tournament_many": "",
|
||||
"tournament_other": "Recibido por ganar {{tournament}} (×{{count}})",
|
||||
"forYourEvent": "¿Insignia para tu evento?",
|
||||
"managedBy": "Administrado por {{users}}",
|
||||
"madeBy": "",
|
||||
"own.divider": "Insignias administradas",
|
||||
"other.divider": "Otras insignias"
|
||||
"other.divider": "Otras insignias",
|
||||
"noBadgesFound": ""
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"noBuilds": "Aún no hay builds. ¡Agrega tu primer build!",
|
||||
"buildCard.info": "Info",
|
||||
"buildCard.edit": "Editar",
|
||||
|
||||
"forms.title": "Título",
|
||||
"forms.modes": "Estilos",
|
||||
"forms.weapons": "Armas",
|
||||
@@ -12,21 +11,19 @@
|
||||
"forms.gear.CLOTHES": "Ropa",
|
||||
"forms.gear.SHOES": "Calzado",
|
||||
"forms.private.info": "Builds privados son visibles solo para tí.",
|
||||
|
||||
"forms.noGear.info": "",
|
||||
"deleteConfirm": "¿Borrar build '{{title}}'?",
|
||||
|
||||
"stats.count.title": "Estadísticas de {{count}} builds para {{weapon}}",
|
||||
"stats.ap.title": "Promedios de puntos de potenciadores",
|
||||
"stats.percentage.title": "Frecuencia de potenciadores exclusivas",
|
||||
"stats.all": "Todas",
|
||||
|
||||
"stats.public": "",
|
||||
"stats.private": "",
|
||||
"addFilter": "Añadir filtro",
|
||||
"linkButton.abilityStats": "Estadísticas de potenciadores",
|
||||
"linkButton.popularBuilds": "Builds populares",
|
||||
"noPopularBuilds": "Parece que no hay builds populares para esta arma al momento.",
|
||||
|
||||
"emptyAbilitySlot": "Espacio de potenciador vacío",
|
||||
|
||||
"filters.type.ability": "Por potenciador",
|
||||
"filters.type.mode": "Por estilo",
|
||||
"filters.type.date": "Por fecha",
|
||||
@@ -38,5 +35,6 @@
|
||||
"filters.atLeast": "Al menos",
|
||||
"filters.atMost": "Máximo",
|
||||
"filters.date.since": "Desde",
|
||||
"filters.date.custom": "Elegir fecha"
|
||||
"filters.date.custom": "Elegir fecha",
|
||||
"filters.filterByWeapon": ""
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"inYourTimeZone": "Horas mostradas en tu zona local:",
|
||||
"addNew": "Añadir nuevo",
|
||||
"noEvents": "No hay eventos en la semana seleccionada",
|
||||
"reportResults": "Puedes anunciar resultados:",
|
||||
"day": "Día {{number}}",
|
||||
"actions.reportWinners": "Anunciar ganadores",
|
||||
"actions.delete": "Borrar evento",
|
||||
@@ -12,13 +9,12 @@
|
||||
"members": "Miembros",
|
||||
"results": "Resultados",
|
||||
"createMapList": "Crear lista de mapas",
|
||||
"from": "De {{author}}",
|
||||
"pastEvents.dividerText": "Eventos previos",
|
||||
"count.teams_one": "{{count}} equipo",
|
||||
"count.players_one": "{{count}} judador",
|
||||
"count.teams_many": "",
|
||||
"count.teams_other": "{{count}} equipos",
|
||||
"count.players_one": "{{count}} judador",
|
||||
"count.players_many": "",
|
||||
"count.players_other": "{{count}} jugadores",
|
||||
|
||||
"forms.dates": "Fechas",
|
||||
"forms.bracketUrl": "Enlace de cuadros",
|
||||
"forms.discordInvite": "Enlace de invitación a Discord",
|
||||
@@ -27,7 +23,6 @@
|
||||
"forms.badges": "Premios de insignia",
|
||||
"forms.badges.placeholder": "Elige un premio de insignia",
|
||||
"forms.mapPool": "Grupo de mapas",
|
||||
|
||||
"forms.participantCount": "Participantes",
|
||||
"forms.reportResultsHeader": "Anunciando resultados para {{eventName}}",
|
||||
"forms.reportResultsInfo": "Tú decides cuántos resultados reportar. Puede ser solo el equipo ganador, los 3 primeros o lo que quieras.",
|
||||
@@ -35,22 +30,14 @@
|
||||
"forms.team.remove": "Remover equipo",
|
||||
"forms.team.name": "Nombre de equipo",
|
||||
"forms.team.placing": "Lugar",
|
||||
|
||||
"forms.team.player.header": "Jugador {{number}}",
|
||||
"forms.team.player.add": "Añadir jugador",
|
||||
"forms.team.player.remove": "Remover jugador",
|
||||
"forms.team.player.addAsUser": "Añadir como usuario (recomendado)",
|
||||
"forms.team.player.addAsText": "Añadir solo texto",
|
||||
|
||||
"forms.errors.uniqueTeamName": "Cada equipo requiere un nombre único.",
|
||||
"forms.errors.duplicatePlayer": "No se puede tener el mismo jugador dos veces en el mismo equipo.",
|
||||
"forms.errors.emptyTeam": "Cada equipo requiere por lo menos un jugador.",
|
||||
|
||||
"week.this": "Esta semana",
|
||||
"week.next": "Próxima semana",
|
||||
"week.last": "Semana pasada",
|
||||
|
||||
"tag.desc.BADGE": "Ganador de este evento recibe una insignia de sendou.ink.",
|
||||
"tag.desc.SPECIAL": "Reglas que difieren del estándar, por ejemplo: limite de armas que se pueden usar.",
|
||||
"tag.desc.ART": "Puedes ganar arte jugando este torneo.",
|
||||
"tag.desc.MONEY": "Puedes ganar dinero jugando este torneo.",
|
||||
@@ -64,5 +51,33 @@
|
||||
"tag.desc.S1": "El juego es Splatoon 1.",
|
||||
"tag.desc.S2": "El juego es Splatoon 2.",
|
||||
"tag.desc.SR": "Evento de Salmon Run",
|
||||
"tag.desc.CARDS": "Evento de Combate carterritorial"
|
||||
"tag.desc.CARDS": "Evento de Combate carterritorial",
|
||||
"icalFeed": "",
|
||||
"filter.button": "",
|
||||
"filter.heading": "",
|
||||
"filter.modes": "",
|
||||
"filter.exactModes": "",
|
||||
"filter.exactModesBottom": "",
|
||||
"filter.games": "",
|
||||
"filter.vs": "",
|
||||
"filter.vs.4v4": "",
|
||||
"filter.vs.3v3": "",
|
||||
"filter.vs.2v2": "",
|
||||
"filter.vs.1v1": "",
|
||||
"filter.startTime": "",
|
||||
"filter.startTime.any": "",
|
||||
"filter.startTime.eu": "",
|
||||
"filter.startTime.na": "",
|
||||
"filter.startTime.au": "",
|
||||
"filter.tagsIncluded": "",
|
||||
"filter.tagsExcluded": "",
|
||||
"filter.isSendou": "",
|
||||
"filter.isRanked": "",
|
||||
"filter.minTeamCount": "",
|
||||
"filter.orgsIncluded": "",
|
||||
"filter.orgsExcluded": "",
|
||||
"filter.authorIdsExcluded": "",
|
||||
"filter.authorIdsExcludedBottom": "",
|
||||
"filter.apply": "",
|
||||
"filter.applyAndDefault": ""
|
||||
}
|
||||
|
||||
@@ -22,32 +22,82 @@
|
||||
"pages.links": "Enlaces",
|
||||
"pages.art": "Arte",
|
||||
"pages.sendouq": "SendouQ",
|
||||
|
||||
"pages.lfg": "",
|
||||
"pages.scrims": "",
|
||||
"pages.settings": "",
|
||||
"pages.luti": "",
|
||||
"header.profile": "Perfil",
|
||||
"header.logout": "Cerrar sesión",
|
||||
"header.login": "Iniciar sesión",
|
||||
"header.language": "Idioma",
|
||||
"header.loggedInAs": "Ingresado como {{userName}}",
|
||||
"header.theme": "Tema",
|
||||
|
||||
"header.adder.tournament": "",
|
||||
"header.adder.calendarEvent": "",
|
||||
"header.adder.build": "",
|
||||
"header.adder.team": "",
|
||||
"header.adder.scrimPost": "",
|
||||
"header.adder.association": "",
|
||||
"header.adder.lfgPost": "",
|
||||
"header.adder.art": "",
|
||||
"header.adder.vod": "",
|
||||
"header.adder.plusSuggestion": "",
|
||||
"notifications.title": "",
|
||||
"notifications.empty": "",
|
||||
"notifications.seeAll": "",
|
||||
"notifications.fullList.explanation": "",
|
||||
"notifications.managePush": "",
|
||||
"notifications.title.SQ_ADDED_TO_GROUP": "",
|
||||
"notifications.text.SQ_ADDED_TO_GROUP": "",
|
||||
"notifications.title.SQ_NEW_MATCH": "",
|
||||
"notifications.text.SQ_NEW_MATCH": "",
|
||||
"notifications.title.TO_ADDED_TO_TEAM": "",
|
||||
"notifications.text.TO_ADDED_TO_TEAM": "",
|
||||
"notifications.title.TO_TEST_CREATED": "",
|
||||
"notifications.text.TO_TEST_CREATED": "",
|
||||
"notifications.title.TO_BRACKET_STARTED": "",
|
||||
"notifications.text.TO_BRACKET_STARTED": "",
|
||||
"notifications.title.TO_CHECK_IN_OPENED": "",
|
||||
"notifications.text.TO_CHECK_IN_OPENED": "",
|
||||
"notifications.title.BADGE_ADDED": "",
|
||||
"notifications.text.BADGE_ADDED": "",
|
||||
"notifications.title.BADGE_MANAGER_ADDED": "",
|
||||
"notifications.text.BADGE_MANAGER_ADDED": "",
|
||||
"notifications.title.PLUS_VOTING_STARTED": "",
|
||||
"notifications.text.PLUS_VOTING_STARTED": "",
|
||||
"notifications.title.PLUS_SUGGESTION_ADDED": "",
|
||||
"notifications.text.PLUS_SUGGESTION_ADDED": "",
|
||||
"notifications.title.TAGGED_TO_ART": "",
|
||||
"notifications.text.TAGGED_TO_ART": "",
|
||||
"notifications.title.SEASON_STARTED": "",
|
||||
"notifications.text.SEASON_STARTED": "",
|
||||
"notifications.title.SCRIM_NEW_REQUEST": "",
|
||||
"notifications.text.SCRIM_NEW_REQUEST": "",
|
||||
"notifications.title.SCRIM_SCHEDULED": "",
|
||||
"notifications.text.SCRIM_SCHEDULED": "",
|
||||
"auth.errors.aborted": "Ingreso cancelado",
|
||||
"auth.errors.failed": "Ingreso fallido",
|
||||
"auth.errors.discordPermissions": "Para tu perfil en sendou.ink, el sitio requiere aceso a tu nombre en Discord, avatar, y redes sociales.",
|
||||
|
||||
"auth.errors.unknown": "",
|
||||
"toasts.error": "",
|
||||
"toasts.success": "",
|
||||
"toasts.info": "",
|
||||
"footer.github.subtitle": "Código fuente",
|
||||
"footer.discord.subtitle": "Ayuda y comentarios",
|
||||
"footer.patreon.subtitle": "Apoyar",
|
||||
"footer.thanks": "Gracias a los Patrons por su apoyo",
|
||||
|
||||
"actions.save": "Guardar",
|
||||
"actions.saveChanges": "Guardar cambios",
|
||||
"actions.submit": "Finalizar",
|
||||
"actions.edit": "Editar",
|
||||
"actions.add": "Añadir",
|
||||
"actions.addNew": "",
|
||||
"actions.remove": "Remover",
|
||||
"actions.delete": "Borrar",
|
||||
"actions.reset": "Reiniciar",
|
||||
"actions.loadMore": "Cargar más",
|
||||
"actions.showMore": "",
|
||||
"actions.showLess": "",
|
||||
"actions.copyToClipboard": "Copiar a clipboard",
|
||||
"actions.create": "Crear",
|
||||
"actions.close": "Cerrar",
|
||||
@@ -57,10 +107,19 @@
|
||||
"actions.selectAll": "Elegir todos",
|
||||
"actions.search": "Buscar",
|
||||
"actions.setBg": "Elegir fondo",
|
||||
"actions.outlined": "",
|
||||
"actions.noOutline": "",
|
||||
"actions.join": "Unirse",
|
||||
"actions.nevermind": "Cancelar",
|
||||
"actions.upload": "Subir",
|
||||
|
||||
"actions.clickHere": "",
|
||||
"actions.goBack": "",
|
||||
"actions.enable": "",
|
||||
"actions.disable": "",
|
||||
"actions.accept": "",
|
||||
"actions.next": "",
|
||||
"actions.previous": "",
|
||||
"noResults": "",
|
||||
"maps.createMapList": "Crear lista de mapas",
|
||||
"maps.halfSz": "50% Pintazonas",
|
||||
"maps.mapPool": "Grupo de mapas",
|
||||
@@ -83,21 +142,19 @@
|
||||
"maps.validation.INCLUDES_BANNED": "No se permiten mapas prohibidos",
|
||||
"maps.validation.INCLUDES_TIEBREAKER": "No se permite el mapa para desempate",
|
||||
"maps.validation.VALID": "¡Grupo de mapas OK!",
|
||||
|
||||
"results": "Resultados",
|
||||
|
||||
"results.placeSuffix_one": "^o",
|
||||
"results.placeSuffix_many": "",
|
||||
"results.placeSuffix_other": "^o",
|
||||
"results.placeSuffix_two": "^o",
|
||||
"results.placeSuffix_few": "^o",
|
||||
"results.placeSuffix_other": "^o",
|
||||
|
||||
"forms.name": "Nombre",
|
||||
"forms.description": "Descripción",
|
||||
"forms.errors.title": "Los siguientes errores deben corregirse.",
|
||||
"forms.errors.noSearchMatches": "No se encuentran partidos",
|
||||
|
||||
"forms.userSearch.placeholder": "",
|
||||
"forms.userSearch.noResults": "",
|
||||
"errors.genericReload": "Algo salió mal. Intente recargar la página.",
|
||||
|
||||
"tag.name.SPECIAL": "Reglas especiales",
|
||||
"tag.name.ART": "Premios de arte",
|
||||
"tag.name.MONEY": "Premios de dinero",
|
||||
@@ -109,11 +166,14 @@
|
||||
"tag.name.QUALIFIER": "Clasificatorio",
|
||||
"tag.name.SZ": "Solo Pintazonas",
|
||||
"tag.name.TW": "Incluye Territorial",
|
||||
"tag.name.ONES": "",
|
||||
"tag.name.DUOS": "",
|
||||
"tag.name.TRIOS": "",
|
||||
"tag.name.S1": "Splatoon 1",
|
||||
"tag.name.S2": "Splatoon 2",
|
||||
"tag.name.SR": "Salmon Run",
|
||||
"tag.name.CARDS": "Combate carterritorial",
|
||||
|
||||
"tag.name.COLLEGIATE": "",
|
||||
"weapon.category.SHOOTERS": "Lanzatintas",
|
||||
"weapon.category.BLASTERS": "Lanzamotas/Devastador",
|
||||
"weapon.category.ROLLERS": "Rodillos",
|
||||
@@ -127,29 +187,28 @@
|
||||
"weapon.category.SPLATANAS": "Azotintadores",
|
||||
"weapon.category.subs": "Armas Secundarias",
|
||||
"weapon.category.specials": "Armas Especiales",
|
||||
|
||||
"plans.blueprint": "Planos",
|
||||
"plans.bgStyle.OVER": "Vista aérea",
|
||||
|
||||
"plans.bgStyle.MINI": "",
|
||||
"plans.adder.objective": "",
|
||||
"articles.by": "por {{author}}",
|
||||
|
||||
"theme.light": "Claro",
|
||||
"theme.dark": "Oscuro",
|
||||
"theme.auto": "Auto",
|
||||
|
||||
"websiteSubtitle": "Sitio Central de Splatoon Competitivo",
|
||||
|
||||
"upload.imageToUpload": "Imagen para subir",
|
||||
"upload.title": "Subiendo {{type}}. Se recomienda tamaño de {{width}}×{{height}}.",
|
||||
"upload.type.team-pfp": "imagen de equipo",
|
||||
"upload.type.team-banner": "imagen bandera de equipo",
|
||||
"upload.type.org-pfp": "",
|
||||
"upload.commonExplanation": "Antes de que la imagen sea publica, debe ser aprobada por un moderador. Imagenes subidas por apoyantes de Patreon no requieren ser aprobadas. ",
|
||||
"upload.afterExplanation_one": "Tienes {{count}} imagen pendiente. La imagen se auto-publica despues de ser aprobada.",
|
||||
"upload.afterExplanation_many": "",
|
||||
"upload.afterExplanation_other": "Tienes {{count}} imagenes pendientes. Las imagenes se auto-publican despues de ser aprobadas.",
|
||||
|
||||
"support.intro.first": "¡Hola! Soy Sendou y sendou.ink es mi proyecto para proveer herramientas y recursos para la comunidad de Splatoon. La meta es ayudar a todos a mejorar y disfrutar Splatoon ya sean principiantes o veteranos.",
|
||||
"support.intro.second": "Si te gusta lo que hago, esta página detalla como puedes dar tu apoyo a mi trabajo y recibir beneficios. Tu apoyo me ayuda pagar el costo del sitio y me hace habil pasar tiempo mejorando el proyecto.",
|
||||
"support.action": "Apoyanos en Patreon",
|
||||
"support.footer": "",
|
||||
"support.perk.supportMyWork": "Apoya mi trabajo",
|
||||
"support.perk.adFree": "Sitio sin anuncios",
|
||||
"support.perk.nameInFooter": "Tu nombre en la página",
|
||||
@@ -161,7 +220,11 @@
|
||||
"support.perk.seePlusPercentage.extra": "Normalmente, solo los rechasados pueden ver su porcentaje. Al apoyar, siempre tentras aceso a tu propio porcentaje.",
|
||||
"support.perk.autoValidatePictures": "Imagenes subidas auto-aprobadas",
|
||||
"support.perk.autoValidatePictures.extra": "Imagenes que subas (imagen de equipo/bandera, etc.) son aprobadas automaticamente. Normalmente, un moderador requiere aprobarlas. No aplica a imagenes ya subidas.",
|
||||
"support.perk.userShortLink": "",
|
||||
"support.perk.userShortLink.extra": "",
|
||||
"support.perk.customizedColorsUser": "Colores personalizados (perfil)",
|
||||
"support.perk.favoriteBadges": "",
|
||||
"support.perk.favoriteBadges.extra": "",
|
||||
"support.perk.customizedColorsTeam": "Colores personalizados (página de equipo)",
|
||||
"support.perk.customizedColorsTeam.extra": "Solo se requiere un miembro del equipo dando apoyo para aceder este beneficio.",
|
||||
"support.perk.privateDiscord": "Aceso a un canal exclusivo en Discord",
|
||||
@@ -169,7 +232,11 @@
|
||||
"support.perk.prioritySupport": "Prioridad de ayuda",
|
||||
"support.perk.prioritySupport.extra": "Aceso a un servicio de ayuda separado al que le doy prioridad para pedidos de ayuda.",
|
||||
"support.perk.previewQ": "Avance para ver grupos en SendouQ antes de unirte",
|
||||
|
||||
"support.perk.joinFive": "",
|
||||
"support.perk.tournamentsBeta": "",
|
||||
"support.perk.joinMoreAssociations": "",
|
||||
"support.perk.useBotToLogIn": "",
|
||||
"support.perk.useBotToLogIn.extra": "",
|
||||
"custom.colors.title": "Colores personalizados",
|
||||
"custom.colors.bg": "Fondo",
|
||||
"custom.colors.bg-darker": "Fondo más oscuro",
|
||||
@@ -177,19 +244,23 @@
|
||||
"custom.colors.text": "Texto",
|
||||
"custom.colors.text-lighter": "Texto más ligero",
|
||||
"custom.colors.theme": "Tema",
|
||||
"custom.colors.theme-secondary": "",
|
||||
"custom.colors.chat": "Nombre en chat",
|
||||
|
||||
"custom.colors.contrast.title": "",
|
||||
"custom.colors.contrast.first-color": "",
|
||||
"custom.colors.contrast.second-color": "",
|
||||
"custom.colors.contrast.description": "",
|
||||
"divisions.WEST": "Tentáctica",
|
||||
"divisions.JPN": "Pulpioka",
|
||||
"xsearch.placements": "Lugares",
|
||||
"xsearch.aliases": "Alias:",
|
||||
|
||||
"xsearch.unlink.title": "",
|
||||
"xsearch.unlink.action.long": "",
|
||||
"xsearch.unlink.action.short": "",
|
||||
"build.private": "Privado",
|
||||
|
||||
"or": "O",
|
||||
"yes": "Sí",
|
||||
"no": "No",
|
||||
|
||||
"leaderboard.type.USER": "Usuario",
|
||||
"leaderboard.type.TEAM": "Equipo",
|
||||
"leaderboard.type.XP-ALL": "Todos",
|
||||
@@ -197,8 +268,9 @@
|
||||
"leaderboard.noTeams": "Aún no hay equipos en la tabla de posición",
|
||||
"leaderboard.updateInfo": "La tabla de posición es actualizada cada 30 minutos",
|
||||
"leaderboard.qualification": "Calificación para el fin de demporada",
|
||||
|
||||
"leaderboard.qualification.info": "",
|
||||
"chat.connected": "Conectado",
|
||||
"chat.connecting": "",
|
||||
"chat.disconnected": "Desconectado",
|
||||
"chat.send": "Enviar",
|
||||
"chat.input.placeholder": "Presionar 'enter' para enviar",
|
||||
@@ -207,9 +279,17 @@
|
||||
"chat.systemMsg.cancelReported": "{{name}} pidió cancelar el partido",
|
||||
"chat.systemMsg.cancelConfirmed": "{{name}} confirmó cancelar el partido. El partido está cerrado",
|
||||
"chat.systemMsg.userLeft": "{{name}} se salió del grupo",
|
||||
|
||||
"chat.newMessages": "",
|
||||
"fc.title": "Clave de amigo",
|
||||
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.label": "",
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.bottomText": "",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.label": "",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.bottomText": "",
|
||||
"settings.notifications.title": "",
|
||||
"settings.notifications.description": "",
|
||||
"settings.notifications.disableInfo": "",
|
||||
"settings.notifications.browserNotSupported": "",
|
||||
"settings.notifications.permissionDenied": "",
|
||||
"badges.selector.none": "Ninguna insignia seleccionada",
|
||||
"badges.selector.select": "Seleccionar insignia añadir"
|
||||
}
|
||||
|
||||
@@ -1,25 +1,20 @@
|
||||
{
|
||||
"q1": "¿Qué es el Plus Server?",
|
||||
"a1": "Plus Server es un servidor de Discord para jugadores occidentales de alto nivel que sirve para buscar personas con quien jugar o combatir. Fue fundado en septiembre de 2017. Es dividido en tres niveles, de los cuales +1 es el más alto. Obtienes acceso cuando un miembro del servidor te sugiere y pasas la votación mensual.\n\nDurante la votación, obtienes un porcentage basado en tu resultado. Un 0% significa que todos los participantes votaron en contra, mientras que 100% sería lo opuesto. Se requiere 50% para pasar el voto. Si un miembro recibe menos de 50%, baja un nivel o, en el caso de miembros en +3, serán expulsados.",
|
||||
|
||||
"q2": "¿Cómo puedo obtener un premio de insignia para mi evento?",
|
||||
|
||||
"a2": "",
|
||||
"q3": "¿Cómo puedo actualizar mi avatar o nombre de usuario?",
|
||||
"a3": "Si actualizas tu nombre de usuario o avatar en Discord, no cambian de inmediato en sendou.ink. Para que eso suceda tienes dos opciones:\n\n1) Si eres miembro del Discord de este sitio o del Plus Server, simplemente puedes esperar. Hay una rutina diaria que se encarga de la actualización.\n\n2) Alternativamente, si deseas actualizarlos de inmediato, puede cerrar la sesión y reiniciarla en sendou.ink.",
|
||||
|
||||
"q4": "Estoy suscrito en Patreon pero no he visto cambio en el sitio.",
|
||||
"a4": "Asegura que tu Discord esté conectado en Patreon.com. Después de hacerlo, puede tardar 2 horas para que el sitio se actualize. Si aún hay un problema, envia un mensaje a Sendou directamente por Discord para obtener ayuda.",
|
||||
|
||||
"q5": "¿Hay un app de sendou.ink?",
|
||||
"a5": "No, pero sendou.ink se puede instalar como una 'aplicación web progresiva' (PWA) que obtiene muchos de los mismos beneficios, como pantalla completa, un ícono en la pantalla de inicio y un proceso separado. Busque en Google 'cómo instalar PWA en *su navegador*' para encontrar instrucciones.",
|
||||
|
||||
"q6": "¿Cómo puedo agregar Twitch/Bluesky/YouTube a mi perfil?",
|
||||
"a6": "Usamos tu perfil de Discord para eso. Conéctalos y verifícalos a travéz de Discord. Luego, cierra tu sesión y vuelve a iniciar tu sesión en sendou.ink para actualizar.",
|
||||
|
||||
"q7": "¿Cómo puedo agregar videos?",
|
||||
|
||||
"a7": "",
|
||||
"q8": "¿Cómo puedo mostrar mis resultados de Combate X en mi perfil?",
|
||||
|
||||
"a8": "",
|
||||
"q9": "¿Cómo puedo subir arte que he comisionado?",
|
||||
"a9": "Solo puedes agregar arte que tú has creado. También tiene que tener relación con Splatoon. Para piezas comisionadas, por favor pide al artista que suba el arte. El artista puede enlazar tu perfil y así se podrá mostrar en tu perfil."
|
||||
}
|
||||
|
||||
@@ -1 +1,18 @@
|
||||
{}
|
||||
{
|
||||
"sq.season": "",
|
||||
"sq.prepare": "",
|
||||
"sq.participate": "",
|
||||
"showcase.tabs.signedUp": "",
|
||||
"showcase.tabs.organizer": "",
|
||||
"showcase.tabs.discover": "",
|
||||
"showcase.viewAll": "",
|
||||
"showcase.card.ranked": "",
|
||||
"showcase.card.unranked": "",
|
||||
"showcase.card.winner": "",
|
||||
"showcase.results": "",
|
||||
"leaderboards.topPlayers": "",
|
||||
"leaderboards.topTeams": "",
|
||||
"leaderboards.viewFull": "",
|
||||
"updates.header": "",
|
||||
"updates.viewPast": ""
|
||||
}
|
||||
|
||||
@@ -48,5 +48,20 @@
|
||||
"ABILITY_AD": "Duplicador",
|
||||
"ABILITY_SJ": "Supersalto invisible",
|
||||
"ABILITY_OS": "Demolición",
|
||||
"ABILITY_DR": "Amortiguador"
|
||||
"ABILITY_DR": "Amortiguador",
|
||||
"MODE_SHORT_TW": "",
|
||||
"MODE_SHORT_SZ": "",
|
||||
"MODE_SHORT_TC": "",
|
||||
"MODE_SHORT_RM": "",
|
||||
"MODE_SHORT_CB": "",
|
||||
"MODE_LONG_TW": "",
|
||||
"MODE_LONG_SZ": "",
|
||||
"MODE_LONG_TC": "",
|
||||
"MODE_LONG_RM": "",
|
||||
"MODE_LONG_CB": "",
|
||||
"MODE_LONG_SR": "",
|
||||
"MODE_LONG_TB": "",
|
||||
"GAME_S1": "",
|
||||
"GAME_S2": "",
|
||||
"GAME_S3": ""
|
||||
}
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"privateNote.sentiment.NEUTRAL": "Neutral",
|
||||
"privateNote.sentiment.NEGATIVE": "Negativo",
|
||||
"privateNote.delete.header": "¿Borrar tu nota sobre {{name}}?",
|
||||
|
||||
"front.cities.la": "Los Angeles",
|
||||
"front.cities.nyc": "Nueva York",
|
||||
"front.cities.paris": "París",
|
||||
@@ -28,7 +27,6 @@
|
||||
"front.noFriendCode": "Ingresa clave de amigo antes de unirte al grupo",
|
||||
"front.upcomingSeason.header": "¡Es fuera de temporada!",
|
||||
"front.upcomingSeason.date": "Únete a la Temporada {{nth}} empezando {{date}}",
|
||||
|
||||
"front.noUpcomingSeason": "La empieza de la próxima Temporada está por anunciar",
|
||||
"front.nav.rules.title": "Reglas",
|
||||
"front.nav.rules.description": "Leelas antes de jugar",
|
||||
@@ -52,7 +50,6 @@
|
||||
"front.seasonOpen": "Temporada {{nth}} está abierta",
|
||||
"front.preview": "Ver avance de grupos en fila sin unirte",
|
||||
"front.preview.explanation": "Esta función solo es disponible para Patrons a nivel Supporter (o más alto) de sendou.ink",
|
||||
|
||||
"settings.maps.header": "Mapas y modos",
|
||||
"settings.maps.avoid": "Evitar",
|
||||
"settings.maps.prefer": "Preferir",
|
||||
@@ -79,7 +76,6 @@
|
||||
"settings.trusted.trustedExplanation": "Los usuarios de confianza pueden añadirte directamente a grupos y equipos de torneos. Si te eliminan de esta lista, en el futuro tendrás que unirte a través de un enlace que ellos compartan.",
|
||||
"settings.trusted.noTrustedExplanation": "Actualmente no confía en ningún usuario. Se puede confiar en los usuarios cuando te unes a su grupo SendouQ o equipo de torneo a través de un enlace. Los usuarios de confianza pueden añadirle a grupos y equipos de torneos directamente.",
|
||||
"settings.trusted.teamExplanation": "Además de los usuarios anteriores, los miembros de tu equipo <2>{{name}}</2> se puede añadirte directamente.",
|
||||
|
||||
"looking.joiningGroupError": "Antes de unirte a otro grupo, deja el corriente",
|
||||
"looking.goToSettingsPrompt": "Para encontrar grupos más facil, elige tu grupo de armas y estado de chat en la página de preferencias",
|
||||
"looking.inactiveGroup.soon": "Grupo será marcado como inactivo. ¿Aún estas buscando?",
|
||||
@@ -108,7 +104,9 @@
|
||||
"looking.groups.actions.goBack": "Regresar",
|
||||
"looking.groups.adder.quickAdd": "Añadir rapido",
|
||||
"looking.groups.adder.error": "Ese usuario ya está en un grupo",
|
||||
"looking.groups.adder.others": "",
|
||||
"looking.groups.adder.inviteLink": "Enlace de invitación",
|
||||
"looking.groups.adder.select": "",
|
||||
"looking.groups.editNote": "Editar nota",
|
||||
"looking.groups.addNote": "Añadir nota",
|
||||
"looking.replay": "Repetir",
|
||||
@@ -121,7 +119,6 @@
|
||||
"looking.allTiers": "Todos los niveles",
|
||||
"looking.joinQPrompt": "Únete a la fila para encontrar un grupo",
|
||||
"looking.range.or": "o",
|
||||
|
||||
"match.header": "Partido #{{number}}",
|
||||
"match.spInfo": "Fuerza Sendou será ajustada despues de que ambos equipos informen el mismo resultado",
|
||||
"match.dispute.button": "¿Disputar?",
|
||||
@@ -164,14 +161,11 @@
|
||||
"match.outcome.loss": "perdida",
|
||||
"match.screen.ban": "Armas con {{special}} son prohibidas para este partido",
|
||||
"match.screen.allowed": "Armas con {{special}} se permiten para este partido",
|
||||
|
||||
"preparing.joinQ": "Unirte a la fila",
|
||||
|
||||
"tiers.currentCriteria": "Criterios actuales",
|
||||
"tiers.info.p1": "Por ejemplo, Leviathan se encuentra entre el 5% de los mejores jugadores. Diamond es el percentil 85, etc.",
|
||||
"tiers.info.p2": "NOTA: Nadie tiene rango Leviathan antes de tener al menos {{usersMin}} jugadores en las tablas (o al menos {{teamsMin}} para equipos)",
|
||||
"tiers.info.p3": "Cada rango también tiene un nivel plus (ver BRONCE+ de ejemplo). Significa que estás en el 50% superior de ese rango.",
|
||||
|
||||
"streams.noStreams": "No hay streams de partidos recientes",
|
||||
"streams.ownStreamInfo": "¿Falta tu stream? Asegura que tu cuenta de Twitch esté conectada y que tu juego es Splatoon 3.",
|
||||
"streams.ownStreamInfo.linkText": "Ver el FAQ para más información como sobre conectar tu cuenta de Twitch."
|
||||
|
||||
@@ -1 +1,51 @@
|
||||
{}
|
||||
{
|
||||
"tabs.owned": "",
|
||||
"tabs.requests": "",
|
||||
"tabs.available": "",
|
||||
"now": "",
|
||||
"noneAvailable": "",
|
||||
"requestModal.title": "",
|
||||
"table.headers.time": "",
|
||||
"table.headers.team": "",
|
||||
"table.headers.divs": "",
|
||||
"table.headers.status": "",
|
||||
"limitedVisibility": "",
|
||||
"pickup": "",
|
||||
"status.booked": "",
|
||||
"status.pending": "",
|
||||
"actions.request": "",
|
||||
"deleteModal.title": "",
|
||||
"deleteModal.prevented": "",
|
||||
"cancelModal.title": "",
|
||||
"actions.contact": "",
|
||||
"acceptModal.title": "",
|
||||
"acceptModal.prevented": "",
|
||||
"forms.title": "",
|
||||
"forms.with.title": "",
|
||||
"forms.with.explanation": "",
|
||||
"forms.with.user": "",
|
||||
"forms.with.pick-up": "",
|
||||
"forms.when.title": "",
|
||||
"forms.when.explanation": "",
|
||||
"forms.text.title": "",
|
||||
"forms.visibility.title": "",
|
||||
"forms.visibility.public": "",
|
||||
"forms.visibility.noneAvailable": "",
|
||||
"forms.notFoundVisibility.title": "",
|
||||
"forms.notFoundVisibility.explanation": "",
|
||||
"forms.divs.minDiv.title": "",
|
||||
"forms.divs.maxDiv.title": "",
|
||||
"page.scheduledScrim": "",
|
||||
"associations.title": "",
|
||||
"associations.explanation": "",
|
||||
"associations.join.title": "",
|
||||
"associations.delete.title": "",
|
||||
"associations.admin": "",
|
||||
"associations.leave.title": "",
|
||||
"associations.leave.action": "",
|
||||
"associations.shareLink.title": "",
|
||||
"associations.shareLink.reset": "",
|
||||
"associations.removeMember.title": "",
|
||||
"associations.forms.title": "",
|
||||
"associations.forms.name.title": ""
|
||||
}
|
||||
|
||||
@@ -2,25 +2,39 @@
|
||||
"newTeam.header": "Creando nuevo equipo",
|
||||
"teamSearch.placeholder": "Buscar un equipo o jugador...",
|
||||
"actionButtons.leaveTeam": "Abandonar equipo",
|
||||
"actionButtons.makeMainTeam": "",
|
||||
"leaveTeam.header": "",
|
||||
"leaveTeam.header.newOwner": "",
|
||||
"actionButtons.leaveTeam.confirm": "Abandonar",
|
||||
"actionButtons.editTeam": "Editar Equipo",
|
||||
"actionButtons.manageRoster": "Manejar Miembros",
|
||||
"actionButtons.deleteTeam": "Eliminar Equipo",
|
||||
"actionButtons.deleteTeam.profilePicture": "",
|
||||
"actionButtons.deleteTeam.banner": "",
|
||||
"actionButtons.kick": "Echar",
|
||||
"kick.header": "¿Echar a {{user}} de {{teamName}}?",
|
||||
"actionButtons.transferOwnership": "Transferir Custodia",
|
||||
"transferOwnership.header": "¿Transferir custodia de {{teamName}} a {{user}}?",
|
||||
"actionButtons.transferOwnership.confirm": "Transferir",
|
||||
"deleteTeam.header": "¿Estás seguro que quieres eliminar a {{teamName}}?",
|
||||
"deleteTeam.profilePicture.header": "",
|
||||
"deleteTeam.banner.header": "",
|
||||
"roles.CAPTAIN": "Capitán",
|
||||
"roles.CO_CAPTAIN": "",
|
||||
"roles.FRONTLINE": "Delantero",
|
||||
"roles.SLAYER": "",
|
||||
"roles.SKIRMISHER": "",
|
||||
"roles.SUPPORT": "Soporte",
|
||||
"roles.MIDLINE": "Centro",
|
||||
"roles.BACKLINE": "Defensor",
|
||||
"roles.FLEX": "Flex",
|
||||
"roles.SUB": "",
|
||||
"roles.COACH": "Entrenador",
|
||||
"roles.CHEERLEADER": "",
|
||||
"forms.fields.teamBsky": "",
|
||||
"forms.fields.bio": "Bio",
|
||||
"forms.fields.uploadImages": "Subir imágenes",
|
||||
"forms.fields.removeImages": "",
|
||||
"forms.fields.uploadImages.pfp": "Imagen de perfil",
|
||||
"forms.fields.uploadImages.banner": "Banner del equipo",
|
||||
"forms.info.name": "Nota que si cambias el nombre de tu equipo, el nombre y la URL estarán libres para que otro equipo los tome",
|
||||
@@ -31,5 +45,9 @@
|
||||
"validation.SHORT_CODE": "El código de invitación no tiene la longitud correcta. ¿Copiaste la URL completa?",
|
||||
"validation.TEAM_FULL": "El equipo al que te intentas unir ya esta lleno.",
|
||||
"validation.INVITE_CODE_WRONG": "El código de invitación es incorrecto.",
|
||||
"validation.VALID": "¿Entrar a {{teamName}}?"
|
||||
"validation.REACHED_TEAM_COUNT_LIMIT": "",
|
||||
"validation.VALID": "¿Entrar a {{teamName}}?",
|
||||
"editor.label": "",
|
||||
"editorsInfo.button": "",
|
||||
"editorsInfo.popover": ""
|
||||
}
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
"tabs.register": "Registrar",
|
||||
"tabs.brackets": "Cuadros de Torneo",
|
||||
"tabs.seeds": "Listas de Equipos",
|
||||
"tabs.results": "",
|
||||
"tabs.streams": "Streams ({{count}})",
|
||||
"tabs.subs": "Subs ({{count}})",
|
||||
|
||||
"pre.steps.header": "Completa estos pasos para jugar",
|
||||
"pre.steps.name": "Nombre de equipo",
|
||||
"pre.steps.roster": "Equipo lleno",
|
||||
@@ -16,55 +16,42 @@
|
||||
"pre.footer": "Registro puede ser ajustado antes de que empieze el torneo",
|
||||
"pre.logIn": "Ingresa al sitio para registrar",
|
||||
"pre.inATeam": "Estás en un equipo para este evento",
|
||||
|
||||
"pre.checkIn.range": "El check-in está abierto entre {{start}} y {{finish}}",
|
||||
"pre.checkIn.over": "Se acabó check-in",
|
||||
"pre.checkIn.cant": "Completa los previos pasos antes de check-in",
|
||||
"pre.checkIn.button": "Check-in",
|
||||
"pre.checkIn.checkedIn": "Tu equipo completo check-in",
|
||||
|
||||
"pre.info.header": "Info de equipo",
|
||||
"pre.info.unregister": "Cancelar registro",
|
||||
"pre.info.unregister.confirm": "¿Cancelar registro del torneo y borrar info del equipo?",
|
||||
"pre.info.noHost": "Mi equipo prefiere no ser a cargo de salas",
|
||||
"pre.info.noScreen": "Mi equipo prefiere evitar Muro marmoleado",
|
||||
|
||||
"pre.roster.header": "Llenar equipo",
|
||||
"pre.roster.footer": "Se requieren al menos {{atLeastCount}} miembros para participar. Cantidad máxima son {{maxCount}}",
|
||||
"pre.roster.addTrusted.header": "Agregar personas con quienes has jugado",
|
||||
"pre.roster.delete.button": "Borrar miembro",
|
||||
"pre.roster.delete.header": "Miembro que quieres borrar",
|
||||
|
||||
"pre.pool.header": "Escojer grupo de mapas",
|
||||
"pre.pool.banned": "Prohibidos",
|
||||
"pre.pool.tiebreaker.short": "Desempate",
|
||||
|
||||
"pre.sub.prompt": "¿No tienes equipo en mente para este evento? También puedes unirte a la lista de substitutos.",
|
||||
|
||||
"bracket.type.DE_WINNERS": "Cuadro de ganadores",
|
||||
"bracket.type.DE_LOSERS": "Cuadro de perdedores",
|
||||
"bracket.type.SE": "Cuadro",
|
||||
"bracket.type.SWISS": "Cuadro Suizo",
|
||||
"bracket.type.GROUPS": "Cuadro de grupos",
|
||||
|
||||
"round.label": "Ronda",
|
||||
|
||||
"team.label": "Equipo",
|
||||
"team.unlisted": "Equipo no listado",
|
||||
|
||||
"bestOf.label.short": "Mejor de",
|
||||
|
||||
"pickInfo.team": "Equipo {{number}} elige",
|
||||
"pickInfo.team.specific": "{{team}} eligió",
|
||||
"pickInfo.tiebreaker": "Desempate",
|
||||
"pickInfo.both": "Ambos eligieron",
|
||||
"pickInfo.default": "Mapa por defacto",
|
||||
"pickInfo.counterpick": "Contraselección",
|
||||
|
||||
"generator.error": "Cambios no fueron guardados ya que el torneo comenzó",
|
||||
|
||||
"teams.mapsPickedStatus": "Estado de mapas elegidos",
|
||||
|
||||
"admin.download": "Descarga participantes",
|
||||
"admin.actions.CHANGE_TEAM_OWNER": "Cambiar capitán",
|
||||
"admin.actions.CHANGE_TEAM_NAME": "Cambiar nombre de equipo",
|
||||
@@ -76,40 +63,35 @@
|
||||
"admin.actions.ADD_TEAM": "Registrar equipo",
|
||||
"admin.actions.DROP_TEAM_OUT": "Retirar equipo",
|
||||
"admin.actions.UNDO_DROP_TEAM_OUT": "Anular retiro",
|
||||
|
||||
"admin.actions.UPDATE_IN_GAME_NAME": "",
|
||||
"admin.actions.DELETE_LOGO": "",
|
||||
"staff.role.ORGANIZER": "organizador",
|
||||
"staff.role.STREAMER": "streamer",
|
||||
|
||||
"actions.addSub": "Añadir sub",
|
||||
"actions.shareLink": "Comparte enlace de invitación para añadir miembros: {{inviteLink}}",
|
||||
"actions.sub.prompt_other": "Aún puedes añadir {{count}} subs a tu equipo",
|
||||
"actions.sub.prompt_one": "Aún puedes añadir {{count}} sub a tu equipo",
|
||||
"actions.sub.prompt_many": "",
|
||||
"actions.sub.prompt_other": "Aún puedes añadir {{count}} subs a tu equipo",
|
||||
"actions.sub.prompt_zero": "Tu equipo está lleno y no puedes añadir más subs",
|
||||
"actions.finalize.question": "Al verificar que los resultados presentados son correctos, haz click aquí para finalizar el torneo y procesar los resultados",
|
||||
"actions.finalize.action": "Finalizar",
|
||||
"actions.finalize.confirm": "¿Seguro que quieres finalizar el torneo? (No se puede anular)",
|
||||
|
||||
"streams.none": "No hay streams disponibles para este torneo al momento",
|
||||
|
||||
"team.setWins": "Victorias de sets",
|
||||
"team.mapWins": "Victorias de mapas",
|
||||
"team.seed": "Colocado",
|
||||
"team.seed.footer": "de {{count}}",
|
||||
"team.placement": "Colocación",
|
||||
"team.placement.footer": "Main/UG",
|
||||
|
||||
"bracket.waiting": "Cuadro se muestra aquí cuando al menos {{count}} equipos sean registrados",
|
||||
"bracket.waiting.checkin": "Cuadro se muestra aquí cuando al menos {{count}} equipos se hagan check-in",
|
||||
"bracket.wip": "Este cuadro es temporal y puede cambiar",
|
||||
|
||||
"bracket.progress.thanksForPlaying": "¡Gracias por participar en {{eventName}}!",
|
||||
"bracket.progress.match": "Oponente actual: {{opponent}}",
|
||||
"bracket.progress.match.action": "Ver",
|
||||
"bracket.progress.waiting": "Esperando partido",
|
||||
|
||||
"bracket.standings.showLess": "Mostrar menos",
|
||||
"bracket.standings.showMore": "Mostrar más",
|
||||
|
||||
"match.hosts": "{{teamName}} crea la sala",
|
||||
"match.pass": "Pasar",
|
||||
"match.pool": "Grupo",
|
||||
@@ -117,7 +99,6 @@
|
||||
"match.score.playAll": "{{scoreOne}}-{{scoreTwo}} (Jugar todos los {{bestOf}})",
|
||||
"match.action.undoLastScore": "Anular resultado previo",
|
||||
"match.action.reopenMatch": "Reabrir partido",
|
||||
|
||||
"join.error.MISSING_CODE": "Falta código de invitación. ¿Copiaste el enlace completo?",
|
||||
"join.error.SHORT_CODE": "Código de invitación es de cantidad incorrecata. ¿Copiaste el enlace completo?",
|
||||
"join.error.NO_TEAM_MATCHING_CODE": "Ningún equipo coincide con el código de invitación.",
|
||||
@@ -126,11 +107,11 @@
|
||||
"join.error.NOT_LOGGED_IN": "Debes de ingresarte al sitio para unirte a un equipo.",
|
||||
"join.VALID": "¿Unirte a {{teamName}} para {{eventName}}?",
|
||||
"join.giveTrust": "¿Confiar a {{name}} para añadirte a torneos futuros?",
|
||||
|
||||
"subs.prefersToPlay": "Prefiere jugar",
|
||||
"subs.canPlay": "Puede jugar",
|
||||
"subs.canVC": "Puede usar chat de voz",
|
||||
"subs.noVC": "No chat de voz",
|
||||
"subs.listenOnlyVC": "",
|
||||
"subs.editPost": "Editar anuncio de sub",
|
||||
"subs.addPost": "Agrégate como un sub",
|
||||
"subs.vc.header": "¿Puedes usar chat de voz?",
|
||||
@@ -139,5 +120,15 @@
|
||||
"subs.weapons.info": "Elige entre {{min}} y {{max}}",
|
||||
"subs.message.header": "Mensaje",
|
||||
"subs.visibility.header": "Visibilidad",
|
||||
"subs.visibility.everyone": "Todos"
|
||||
"subs.visibility.everyone": "Todos",
|
||||
"progression.error.PLACEMENTS_PARSE_ERROR": "",
|
||||
"progression.error.NOT_RESOLVING_WINNER": "",
|
||||
"progression.error.SAME_PLACEMENT_TO_MULTIPLE_BRACKETS": "",
|
||||
"progression.error.GAP_IN_PLACEMENTS": "",
|
||||
"progression.error.TOO_MANY_PLACEMENTS": "",
|
||||
"progression.error.DUPLICATE_BRACKET_NAME": "",
|
||||
"progression.error.NAME_MISSING": "",
|
||||
"progression.error.NEGATIVE_PROGRESSION": "",
|
||||
"progression.error.NO_SE_SOURCE": "",
|
||||
"progression.error.NO_DE_POSITIVE": ""
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"customUrl": "Enlace personalizado",
|
||||
"customName": "",
|
||||
"ign": "Nombre en el juego",
|
||||
"ign.short": "IGN",
|
||||
"country": "País",
|
||||
@@ -11,13 +12,17 @@
|
||||
"sens": "Sens",
|
||||
"weaponPool": "Grupo de armas",
|
||||
"discordExplanation": "Tu nombre, foto, y cuentas de YouTube, Bluesky y Twitch se obtienen por tu cuenta en Discord. Ver <1>FAQ</1> para más información.",
|
||||
|
||||
"favoriteBadges": "",
|
||||
"battlefy": "",
|
||||
"forms.showDiscordUniqueName": "Mostrar usuario de Discord",
|
||||
"forms.showDiscordUniqueName.info": "¿Mostrar tu nombre de Discord ({{discordUniqueName}}) publicamente?",
|
||||
"forms.commissionsOpen": "Comisiones abiertas",
|
||||
"forms.commissionText": "Info de comisiones",
|
||||
"forms.commissionText.info": "Precio, espacios abiertos, o cualquier otra información sobre tus comiciones.",
|
||||
|
||||
"forms.customName.info": "",
|
||||
"forms.country.search.placeholder": "",
|
||||
"forms.favoriteBadges.nonSupporter": "",
|
||||
"results.title": "",
|
||||
"results.placing": "Lugar",
|
||||
"results.team": "Equipo",
|
||||
"results.tournament": "Torneo",
|
||||
@@ -26,16 +31,21 @@
|
||||
"results.highlights": "Resaltos",
|
||||
"results.highlights.choose": "Elegir resaltos",
|
||||
"results.highlights.explanation": "Elige los resultados que quieres resaltar",
|
||||
|
||||
"results.button.showHighlights": "",
|
||||
"results.button.showAll": "",
|
||||
"forms.errors.maxWeapons": "Máxima cantidad de armas",
|
||||
"forms.errors.invalidCustomUrl.numbers": "Enlace personalizado no puede ser solo numeros",
|
||||
"forms.errors.invalidCustomUrl.strangeCharacter": "Enlace personalizado no puede contener caracteres especiales",
|
||||
"forms.errors.invalidCustomUrl.duplicate": "Alguien ya tiene ese enlace personalizado",
|
||||
"forms.errors.invalidSens": "Motion sens can't be set if R-stick sens isn't",
|
||||
|
||||
"forms.info.customUrl": "",
|
||||
"forms.info.battlefy": "",
|
||||
"search.info": "",
|
||||
"search.noResults": "No se encontraron usuarios que coincidan con '{{query}}'",
|
||||
|
||||
"search.pleaseLogIn.header": "",
|
||||
"search.pleaseLogIn.button": "",
|
||||
"seasons": "Temporadas",
|
||||
"seasons.noQ": "",
|
||||
"seasons.tabs.weapons": "Armas",
|
||||
"seasons.tabs.stages": "Mapas",
|
||||
"seasons.tabs.self": "Personal",
|
||||
@@ -51,5 +61,20 @@
|
||||
"seasons.noReportedWeapons": "No se han informado armas",
|
||||
"seasons.clickARow": "Haga clic en una fila para ver estadísticas de armas",
|
||||
"seasons.loading": "Cargando...",
|
||||
"seasons.matchBeingProcessed": "No se ha procesado este partido"
|
||||
"seasons.matchBeingProcessed": "No se ha procesado este partido",
|
||||
"builds.sorting.changeButton": "",
|
||||
"builds.sorting.header": "",
|
||||
"builds.sorting.backToDefaults": "",
|
||||
"builds.sorting.info": "",
|
||||
"builds.sorting.UPDATED_AT": "",
|
||||
"builds.sorting.TOP_500": "",
|
||||
"builds.sorting.WEAPON_POOL": "",
|
||||
"builds.sorting.WEAPON_IN_GAME_ORDER": "",
|
||||
"builds.sorting.ALPHABETICAL_TITLE": "",
|
||||
"builds.sorting.MODE": "",
|
||||
"builds.sorting.HEADGEAR_ID": "",
|
||||
"builds.sorting.CLOTHES_ID": "",
|
||||
"builds.sorting.SHOES_ID": "",
|
||||
"builds.sorting.PUBLIC_BUILD": "",
|
||||
"builds.sorting.PRIVATE_BUILD": ""
|
||||
}
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
"gameCount": "Juego {{count}}",
|
||||
"minShort": "min",
|
||||
"secShort": "seg",
|
||||
"forms.title.create": "",
|
||||
"forms.title.edit": "",
|
||||
"forms.title.youtubeUrl": "Enlace de YouTube",
|
||||
"forms.title.videoTitle": "Título de video",
|
||||
"forms.title.videoDate": "Fecha de video",
|
||||
@@ -20,5 +22,7 @@
|
||||
"forms.title.weapon": "Arma",
|
||||
"forms.action.addMatch": "Agregar partido",
|
||||
"forms.action.deleteMatch": "Borrar partido",
|
||||
"gainPerms": "Por favor envia un mensaje en el 'helpdesk' de nuestro Discord para obtener permiso para subir videos."
|
||||
"noVods": "",
|
||||
"gainPerms": "Por favor envia un mensaje en el 'helpdesk' de nuestro Discord para obtener permiso para subir videos.",
|
||||
"deleteConfirm": ""
|
||||
}
|
||||
|
||||
@@ -92,6 +92,7 @@
|
||||
"damage.header.baseDamage.short": "Base",
|
||||
"damage.header.distance": "Distancia",
|
||||
"damage.toSplat_one": "{{count}} golpe para reventar",
|
||||
"damage.toSplat_many": "",
|
||||
"damage.toSplat_other": "{{count}} golpes para reventar",
|
||||
"damage.NORMAL_MIN": "Mínimo",
|
||||
"damage.NORMAL_MAX": "Máximo",
|
||||
@@ -158,6 +159,9 @@
|
||||
"dmgHtdExplanation": "DPD = Disparos para destruir",
|
||||
"noDmgData": "No hay información sobre esta arma. Revisa más tarde.",
|
||||
"perInkTankGrid.header_one": "{{weapon}} disparos despues de ×{{count}} arma secundaria usada",
|
||||
"perInkTankGrid.header_many": "",
|
||||
"perInkTankGrid.header_other": "{{weapon}} disparos despues de ×{{count}} armas secundarias usadas",
|
||||
"bigBubblerExplanation": "Duración de {{weapon}} también es aumentada en conjunto con durabilidad. "
|
||||
"bigBubblerExplanation": "Duración de {{weapon}} también es aumentada en conjunto con durabilidad. ",
|
||||
"button.showChart": "",
|
||||
"button.showConsumptionGrid": ""
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"pendingApproval_one": "Tienes {{count}} imagen esperando aprobación.",
|
||||
"pendingApproval_many": "",
|
||||
"pendingApproval_other": "Tienes {{count}} imagenes esperando aprobación.",
|
||||
"madeBy": "Creada por",
|
||||
"radios.all": "Todos",
|
||||
@@ -24,5 +25,7 @@
|
||||
"forms.tags.addNew": "Crear nueva.",
|
||||
"forms.tags.addNew.placeholder": "Crear una nueva etiqueta",
|
||||
"forms.tags.searchExisting.placeholder": "Buscar etiquetas existentes",
|
||||
"forms.tags.maxReached": "Limite máximo de etiquetas"
|
||||
"forms.tags.maxReached": "Limite máximo de etiquetas",
|
||||
"delete.title": "",
|
||||
"unlink.title": ""
|
||||
}
|
||||
|
||||
@@ -3,9 +3,12 @@
|
||||
"patreon+": "\"Supporter+\" de sendou.ink en Patreon",
|
||||
"xp": "Recibido por alcanzar {{xpText}}",
|
||||
"tournament_one": "Recibido por ganar {{tournament}}",
|
||||
"tournament_many": "",
|
||||
"tournament_other": "Recibido por ganar {{tournament}} (×{{count}})",
|
||||
"forYourEvent": "¿Insignia para tu evento?",
|
||||
"managedBy": "Administrado por {{users}}",
|
||||
"madeBy": "",
|
||||
"own.divider": "Insignias administradas",
|
||||
"other.divider": "Otras insignias"
|
||||
"other.divider": "Otras insignias",
|
||||
"noBadgesFound": ""
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"inYourTimeZone": "Horas mostradas en tu zona local:",
|
||||
"addNew": "Añadir nuevo",
|
||||
"noEvents": "No hay eventos en la semana seleccionada",
|
||||
"reportResults": "Puedes anunciar resultados:",
|
||||
"day": "Día {{number}}",
|
||||
"actions.reportWinners": "Anunciar ganadores",
|
||||
"actions.delete": "Borrar evento",
|
||||
@@ -12,13 +9,12 @@
|
||||
"members": "Miembros",
|
||||
"results": "Resultados",
|
||||
"createMapList": "Crear lista de mapas",
|
||||
"from": "De {{author}}",
|
||||
"pastEvents.dividerText": "Eventos previos",
|
||||
"count.teams_one": "{{count}} equipo",
|
||||
"count.players_one": "{{count}} judador",
|
||||
"count.teams_many": "",
|
||||
"count.teams_other": "{{count}} equipos",
|
||||
"count.players_one": "{{count}} judador",
|
||||
"count.players_many": "",
|
||||
"count.players_other": "{{count}} jugadores",
|
||||
|
||||
"forms.dates": "Fechas",
|
||||
"forms.bracketUrl": "Enlace de cuadros",
|
||||
"forms.discordInvite": "Enlace de invitación a Discord",
|
||||
@@ -27,7 +23,6 @@
|
||||
"forms.badges": "Premios de insignia",
|
||||
"forms.badges.placeholder": "Elige un premio de insignia",
|
||||
"forms.mapPool": "Grupo de mapas",
|
||||
|
||||
"forms.participantCount": "Participantes",
|
||||
"forms.reportResultsHeader": "Anunciando resultados para {{eventName}}",
|
||||
"forms.reportResultsInfo": "Tú decides cuántos resultados reportar. Puede ser solo el equipo ganador, los 3 primeros o lo que quieras.",
|
||||
@@ -35,22 +30,14 @@
|
||||
"forms.team.remove": "Remover equipo",
|
||||
"forms.team.name": "Nombre de equipo",
|
||||
"forms.team.placing": "Lugar",
|
||||
|
||||
"forms.team.player.header": "Jugador {{number}}",
|
||||
"forms.team.player.add": "Añadir jugador",
|
||||
"forms.team.player.remove": "Remover jugador",
|
||||
"forms.team.player.addAsUser": "Añadir como usuario (recomendado)",
|
||||
"forms.team.player.addAsText": "Añadir solo texto",
|
||||
|
||||
"forms.errors.uniqueTeamName": "Cada equipo requiere un nombre único.",
|
||||
"forms.errors.duplicatePlayer": "No se puede tener el mismo jugador dos veces en el mismo equipo.",
|
||||
"forms.errors.emptyTeam": "Cada equipo requiere por lo menos un jugador.",
|
||||
|
||||
"week.this": "Esta semana",
|
||||
"week.next": "Próxima semana",
|
||||
"week.last": "Semana pasada",
|
||||
|
||||
"tag.desc.BADGE": "Ganador de este evento recibe una insignia de sendou.ink.",
|
||||
"tag.desc.SPECIAL": "Reglas que difieren del estándar, por ejemplo: limite de armas que se pueden usar.",
|
||||
"tag.desc.ART": "Puedes ganar arte jugando este torneo.",
|
||||
"tag.desc.MONEY": "Puedes ganar dinero jugando este torneo.",
|
||||
@@ -64,5 +51,33 @@
|
||||
"tag.desc.S1": "El juego es Splatoon 1.",
|
||||
"tag.desc.S2": "El juego es Splatoon 2.",
|
||||
"tag.desc.SR": "Evento de Salmon Run",
|
||||
"tag.desc.CARDS": "Evento de Combate carterritorial"
|
||||
"tag.desc.CARDS": "Evento de Combate carterritorial",
|
||||
"icalFeed": "",
|
||||
"filter.button": "",
|
||||
"filter.heading": "",
|
||||
"filter.modes": "",
|
||||
"filter.exactModes": "",
|
||||
"filter.exactModesBottom": "",
|
||||
"filter.games": "",
|
||||
"filter.vs": "",
|
||||
"filter.vs.4v4": "",
|
||||
"filter.vs.3v3": "",
|
||||
"filter.vs.2v2": "",
|
||||
"filter.vs.1v1": "",
|
||||
"filter.startTime": "",
|
||||
"filter.startTime.any": "",
|
||||
"filter.startTime.eu": "",
|
||||
"filter.startTime.na": "",
|
||||
"filter.startTime.au": "",
|
||||
"filter.tagsIncluded": "",
|
||||
"filter.tagsExcluded": "",
|
||||
"filter.isSendou": "",
|
||||
"filter.isRanked": "",
|
||||
"filter.minTeamCount": "",
|
||||
"filter.orgsIncluded": "",
|
||||
"filter.orgsExcluded": "",
|
||||
"filter.authorIdsExcluded": "",
|
||||
"filter.authorIdsExcludedBottom": "",
|
||||
"filter.apply": "",
|
||||
"filter.applyAndDefault": ""
|
||||
}
|
||||
|
||||
@@ -23,23 +23,69 @@
|
||||
"pages.art": "Arte",
|
||||
"pages.sendouq": "SendouQ",
|
||||
"pages.lfg": "Buscando grupo",
|
||||
|
||||
"pages.scrims": "",
|
||||
"pages.settings": "",
|
||||
"pages.luti": "",
|
||||
"header.profile": "Perfil",
|
||||
"header.logout": "Cerrar sesión",
|
||||
"header.login": "Iniciar sesión",
|
||||
"header.language": "Idioma",
|
||||
"header.loggedInAs": "Ingresado como {{userName}}",
|
||||
"header.theme": "Tema",
|
||||
|
||||
"header.adder.tournament": "",
|
||||
"header.adder.calendarEvent": "",
|
||||
"header.adder.build": "",
|
||||
"header.adder.team": "",
|
||||
"header.adder.scrimPost": "",
|
||||
"header.adder.association": "",
|
||||
"header.adder.lfgPost": "",
|
||||
"header.adder.art": "",
|
||||
"header.adder.vod": "",
|
||||
"header.adder.plusSuggestion": "",
|
||||
"notifications.title": "",
|
||||
"notifications.empty": "",
|
||||
"notifications.seeAll": "",
|
||||
"notifications.fullList.explanation": "",
|
||||
"notifications.managePush": "",
|
||||
"notifications.title.SQ_ADDED_TO_GROUP": "",
|
||||
"notifications.text.SQ_ADDED_TO_GROUP": "",
|
||||
"notifications.title.SQ_NEW_MATCH": "",
|
||||
"notifications.text.SQ_NEW_MATCH": "",
|
||||
"notifications.title.TO_ADDED_TO_TEAM": "",
|
||||
"notifications.text.TO_ADDED_TO_TEAM": "",
|
||||
"notifications.title.TO_TEST_CREATED": "",
|
||||
"notifications.text.TO_TEST_CREATED": "",
|
||||
"notifications.title.TO_BRACKET_STARTED": "",
|
||||
"notifications.text.TO_BRACKET_STARTED": "",
|
||||
"notifications.title.TO_CHECK_IN_OPENED": "",
|
||||
"notifications.text.TO_CHECK_IN_OPENED": "",
|
||||
"notifications.title.BADGE_ADDED": "",
|
||||
"notifications.text.BADGE_ADDED": "",
|
||||
"notifications.title.BADGE_MANAGER_ADDED": "",
|
||||
"notifications.text.BADGE_MANAGER_ADDED": "",
|
||||
"notifications.title.PLUS_VOTING_STARTED": "",
|
||||
"notifications.text.PLUS_VOTING_STARTED": "",
|
||||
"notifications.title.PLUS_SUGGESTION_ADDED": "",
|
||||
"notifications.text.PLUS_SUGGESTION_ADDED": "",
|
||||
"notifications.title.TAGGED_TO_ART": "",
|
||||
"notifications.text.TAGGED_TO_ART": "",
|
||||
"notifications.title.SEASON_STARTED": "",
|
||||
"notifications.text.SEASON_STARTED": "",
|
||||
"notifications.title.SCRIM_NEW_REQUEST": "",
|
||||
"notifications.text.SCRIM_NEW_REQUEST": "",
|
||||
"notifications.title.SCRIM_SCHEDULED": "",
|
||||
"notifications.text.SCRIM_SCHEDULED": "",
|
||||
"auth.errors.aborted": "Ingreso cancelado",
|
||||
"auth.errors.failed": "Ingreso fallido",
|
||||
"auth.errors.discordPermissions": "Para tu perfil en sendou.ink, el sitio requiere aceso a tu nombre en Discord, avatar, y redes sociales.",
|
||||
|
||||
"auth.errors.unknown": "",
|
||||
"toasts.error": "",
|
||||
"toasts.success": "",
|
||||
"toasts.info": "",
|
||||
"footer.github.subtitle": "Código fuente",
|
||||
"footer.discord.subtitle": "Ayuda y comentarios",
|
||||
"footer.patreon.subtitle": "Apoyar",
|
||||
"footer.thanks": "Gracias a los Patrons por su apoyo",
|
||||
|
||||
"actions.save": "Guardar",
|
||||
"actions.saveChanges": "Guardar cambios",
|
||||
"actions.submit": "Finalizar",
|
||||
@@ -61,12 +107,19 @@
|
||||
"actions.selectAll": "Elegir todos",
|
||||
"actions.search": "Buscar",
|
||||
"actions.setBg": "Elegir fondo",
|
||||
"actions.outlined": "",
|
||||
"actions.noOutline": "",
|
||||
"actions.join": "Unirse",
|
||||
"actions.nevermind": "Cancelar",
|
||||
"actions.upload": "Subir",
|
||||
"actions.clickHere": "Haga click aquí",
|
||||
"actions.goBack": "Volver",
|
||||
|
||||
"actions.enable": "",
|
||||
"actions.disable": "",
|
||||
"actions.accept": "",
|
||||
"actions.next": "",
|
||||
"actions.previous": "",
|
||||
"noResults": "",
|
||||
"maps.createMapList": "Crear lista de escenarios",
|
||||
"maps.halfSz": "50% Pintazonas",
|
||||
"maps.mapPool": "Grupo de escenario",
|
||||
@@ -89,21 +142,19 @@
|
||||
"maps.validation.INCLUDES_BANNED": "No se permiten escenarios prohibidos",
|
||||
"maps.validation.INCLUDES_TIEBREAKER": "No se permite el escenario para desempate",
|
||||
"maps.validation.VALID": "¡Grupo de escenarios OK!",
|
||||
|
||||
"results": "Resultados",
|
||||
|
||||
"results.placeSuffix_one": "^o",
|
||||
"results.placeSuffix_many": "",
|
||||
"results.placeSuffix_other": "^o",
|
||||
"results.placeSuffix_two": "^o",
|
||||
"results.placeSuffix_few": "^o",
|
||||
"results.placeSuffix_other": "^o",
|
||||
|
||||
"forms.name": "Nombre",
|
||||
"forms.description": "Descripción",
|
||||
"forms.errors.title": "Los siguientes errores deben corregirse",
|
||||
"forms.errors.noSearchMatches": "No se encuentran partidos",
|
||||
|
||||
"forms.userSearch.placeholder": "",
|
||||
"forms.userSearch.noResults": "",
|
||||
"errors.genericReload": "Algo salió mal. Intente recargar la página.",
|
||||
|
||||
"tag.name.SPECIAL": "Reglas especiales",
|
||||
"tag.name.ART": "Premios de arte",
|
||||
"tag.name.MONEY": "Premios de dinero",
|
||||
@@ -122,7 +173,7 @@
|
||||
"tag.name.S2": "Splatoon 2",
|
||||
"tag.name.SR": "Salmon Run",
|
||||
"tag.name.CARDS": "Combate carterritorial",
|
||||
|
||||
"tag.name.COLLEGIATE": "",
|
||||
"weapon.category.SHOOTERS": "Lanzatintas",
|
||||
"weapon.category.BLASTERS": "Lanzamotas/Devastador",
|
||||
"weapon.category.ROLLERS": "Rodillos",
|
||||
@@ -136,18 +187,15 @@
|
||||
"weapon.category.SPLATANAS": "Azotintadores",
|
||||
"weapon.category.subs": "Armas Secundarias",
|
||||
"weapon.category.specials": "Armas Especiales",
|
||||
|
||||
"plans.blueprint": "Planos",
|
||||
"plans.bgStyle.OVER": "Vista aérea",
|
||||
|
||||
"plans.bgStyle.MINI": "",
|
||||
"plans.adder.objective": "",
|
||||
"articles.by": "por {{author}}",
|
||||
|
||||
"theme.light": "Claro",
|
||||
"theme.dark": "Oscuro",
|
||||
"theme.auto": "Auto",
|
||||
|
||||
"websiteSubtitle": "Sitio Central de Splatoon Competitivo",
|
||||
|
||||
"upload.imageToUpload": "Imagen para subir",
|
||||
"upload.title": "Subiendo {{type}}. Se recomienda tamaño de {{width}}×{{height}}.",
|
||||
"upload.type.team-pfp": "imagen de equipo",
|
||||
@@ -155,11 +203,12 @@
|
||||
"upload.type.org-pfp": "imagen de perfil de organización de torneos",
|
||||
"upload.commonExplanation": "Antes de que la imagen sea publica, debe ser aprobada por un moderador. Imagenes subidas por apoyantes de Patreon no requieren ser aprobadas. ",
|
||||
"upload.afterExplanation_one": "Tienes {{count}} imagen pendiente. La imagen se auto-publica despues de ser aprobada.",
|
||||
"upload.afterExplanation_many": "",
|
||||
"upload.afterExplanation_other": "Tienes {{count}} imagenes pendientes. Las imagenes se auto-publican despues de ser aprobadas.",
|
||||
|
||||
"support.intro.first": "¡Hola! Soy Sendou y sendou.ink es mi proyecto para proveer herramientas y recursos para la comunidad de Splatoon. La meta es ayudar a todos a mejorar y disfrutar Splatoon ya sean principiantes o veteranos.",
|
||||
"support.intro.second": "Si te gusta lo que hago, esta página detalla como puedes dar tu apoyo a mi trabajo y recibir beneficios. Tu apoyo me ayuda pagar el costo del sitio y me hace habil pasar tiempo mejorando el proyecto.",
|
||||
"support.action": "Apoyanos en Patreon",
|
||||
"support.footer": "",
|
||||
"support.perk.supportMyWork": "Apoya mi trabajo",
|
||||
"support.perk.adFree": "Sitio sin anuncios",
|
||||
"support.perk.nameInFooter": "Tu nombre en la página",
|
||||
@@ -171,7 +220,11 @@
|
||||
"support.perk.seePlusPercentage.extra": "Normalmente, solo los rechasados pueden ver su porcentaje. Al apoyar, siempre tendrás aceso a tu propio porcentaje.",
|
||||
"support.perk.autoValidatePictures": "Imagenes subidas auto-aprobadas",
|
||||
"support.perk.autoValidatePictures.extra": "Imagenes que subas (imagen de equipo/bandera, etc.) son aprobadas automaticamente. Normalmente, un moderador requiere aprobarlas. No aplica a imagenes ya subidas.",
|
||||
"support.perk.userShortLink": "",
|
||||
"support.perk.userShortLink.extra": "",
|
||||
"support.perk.customizedColorsUser": "Colores personalizados (perfil)",
|
||||
"support.perk.favoriteBadges": "",
|
||||
"support.perk.favoriteBadges.extra": "",
|
||||
"support.perk.customizedColorsTeam": "Colores personalizados (página de equipo)",
|
||||
"support.perk.customizedColorsTeam.extra": "Solo se requiere un miembro del equipo dando apoyo para aceder este beneficio.",
|
||||
"support.perk.privateDiscord": "Aceso a un canal exclusivo en Discord",
|
||||
@@ -179,7 +232,11 @@
|
||||
"support.perk.prioritySupport": "Prioridad de ayuda",
|
||||
"support.perk.prioritySupport.extra": "Aceso a un servicio de ayuda separado al que le doy prioridad para pedidos de ayuda.",
|
||||
"support.perk.previewQ": "Avance para ver grupos en SendouQ antes de unirte",
|
||||
|
||||
"support.perk.joinFive": "",
|
||||
"support.perk.tournamentsBeta": "",
|
||||
"support.perk.joinMoreAssociations": "",
|
||||
"support.perk.useBotToLogIn": "",
|
||||
"support.perk.useBotToLogIn.extra": "",
|
||||
"custom.colors.title": "Colores personalizados",
|
||||
"custom.colors.bg": "Fondo",
|
||||
"custom.colors.bg-darker": "Fondo más oscuro",
|
||||
@@ -187,19 +244,23 @@
|
||||
"custom.colors.text": "Texto",
|
||||
"custom.colors.text-lighter": "Texto más claro",
|
||||
"custom.colors.theme": "Tema",
|
||||
"custom.colors.theme-secondary": "",
|
||||
"custom.colors.chat": "Nombre en chat",
|
||||
|
||||
"custom.colors.contrast.title": "",
|
||||
"custom.colors.contrast.first-color": "",
|
||||
"custom.colors.contrast.second-color": "",
|
||||
"custom.colors.contrast.description": "",
|
||||
"divisions.WEST": "Tentáctica",
|
||||
"divisions.JPN": "Pulpioka",
|
||||
"xsearch.placements": "Lugares",
|
||||
"xsearch.aliases": "Alias:",
|
||||
|
||||
"xsearch.unlink.title": "",
|
||||
"xsearch.unlink.action.long": "",
|
||||
"xsearch.unlink.action.short": "",
|
||||
"build.private": "Privado",
|
||||
|
||||
"or": "O",
|
||||
"yes": "Sí",
|
||||
"no": "No",
|
||||
|
||||
"leaderboard.type.USER": "Usuario",
|
||||
"leaderboard.type.TEAM": "Equipo",
|
||||
"leaderboard.type.XP-ALL": "Todos",
|
||||
@@ -207,8 +268,9 @@
|
||||
"leaderboard.noTeams": "Aún no hay equipos en la tabla de posición",
|
||||
"leaderboard.updateInfo": "La tabla de posición es actualizada cada 30 minutos",
|
||||
"leaderboard.qualification": "Calificación para el fin de temporada",
|
||||
|
||||
"leaderboard.qualification.info": "",
|
||||
"chat.connected": "Conectado",
|
||||
"chat.connecting": "",
|
||||
"chat.disconnected": "Desconectado",
|
||||
"chat.send": "Enviar",
|
||||
"chat.input.placeholder": "Presionar 'enter' para enviar",
|
||||
@@ -218,9 +280,16 @@
|
||||
"chat.systemMsg.cancelConfirmed": "{{name}} confirmó cancelar el partido. El partido está cerrado",
|
||||
"chat.systemMsg.userLeft": "{{name}} se salió del grupo",
|
||||
"chat.newMessages": "Nuevo mensajes",
|
||||
|
||||
"fc.title": "Clave de amigo",
|
||||
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.label": "",
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.bottomText": "",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.label": "",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.bottomText": "",
|
||||
"settings.notifications.title": "",
|
||||
"settings.notifications.description": "",
|
||||
"settings.notifications.disableInfo": "",
|
||||
"settings.notifications.browserNotSupported": "",
|
||||
"settings.notifications.permissionDenied": "",
|
||||
"badges.selector.none": "Ninguna insignia seleccionada",
|
||||
"badges.selector.select": "Seleccionar insignia añadir"
|
||||
}
|
||||
|
||||
@@ -1,25 +1,20 @@
|
||||
{
|
||||
"q1": "¿Qué es el Plus Server?",
|
||||
"a1": "Plus Server es un servidor de Discord para jugadores occidentales de alto nivel que sirve para buscar personas con quien jugar o combatir. Fue fundado en septiembre de 2017. Es dividido en tres niveles, de los cuales +1 es el más alto. Obtienes acceso cuando un miembro del servidor te sugiere y pasas la votación mensual.\n\nDurante la votación, obtienes un porcentage basado en tu resultado. Un 0% significa que todos los participantes votaron en contra, mientras que 100% sería lo opuesto. Se requiere 50% para pasar el voto. Si un miembro recibe menos de 50%, baja un nivel o, en el caso de miembros en +3, serán expulsados.",
|
||||
|
||||
"q2": "¿Cómo puedo obtener un premio de insignia para mi evento?",
|
||||
|
||||
"a2": "",
|
||||
"q3": "¿Cómo puedo actualizar mi avatar o nombre de usuario?",
|
||||
"a3": "Si actualizas tu nombre de usuario o avatar en Discord, no cambian de inmediato en sendou.ink. Para que eso suceda tienes dos opciones:\n\n1) Si eres miembro del Discord de este sitio o del Plus Server, simplemente puedes esperar. Hay una rutina diaria que se encarga de la actualización.\n\n2) Alternativamente, si deseas actualizarlos de inmediato, puede cerrar la sesión y reiniciarla en sendou.ink.",
|
||||
|
||||
"q4": "Estoy suscrito en Patreon pero no he visto cambio en el sitio.",
|
||||
"a4": "Asegura que tu Discord esté conectado en Patreon.com. Después de hacerlo, puede tardar 2 horas para que el sitio se actualize. Si aún hay un problema, envia un mensaje a Sendou directamente por Discord para obtener ayuda.",
|
||||
|
||||
"q5": "¿Hay un app de sendou.ink?",
|
||||
"a5": "No, pero sendou.ink se puede instalar como una 'aplicación web progresiva' (PWA) que obtiene muchos de los mismos beneficios, como pantalla completa, un ícono en la pantalla de inicio y un proceso separado. Busque en Google 'cómo instalar PWA en *su navegador*' para encontrar instrucciones.",
|
||||
|
||||
"q6": "¿Cómo puedo agregar Twitch/Bluesky/YouTube a mi perfil?",
|
||||
"a6": "Usamos tu perfil de Discord para eso. Conéctalos y verifícalos a travéz de Discord. Luego, cierra tu sesión y vuelve a iniciar tu sesión en sendou.ink para actualizar.",
|
||||
|
||||
"q7": "¿Cómo puedo agregar videos?",
|
||||
|
||||
"a7": "",
|
||||
"q8": "¿Cómo puedo mostrar mis resultados de Combate X en mi perfil?",
|
||||
|
||||
"a8": "",
|
||||
"q9": "¿Cómo puedo subir arte que he comisionado?",
|
||||
"a9": "Solo puedes agregar arte que tú has creado. También tiene que tener relación con Splatoon. Para piezas comisionadas, por favor pide al artista que suba el arte. El artista puede enlazar tu perfil y así se podrá mostrar en tu perfil."
|
||||
}
|
||||
|
||||
@@ -1 +1,18 @@
|
||||
{}
|
||||
{
|
||||
"sq.season": "",
|
||||
"sq.prepare": "",
|
||||
"sq.participate": "",
|
||||
"showcase.tabs.signedUp": "",
|
||||
"showcase.tabs.organizer": "",
|
||||
"showcase.tabs.discover": "",
|
||||
"showcase.viewAll": "",
|
||||
"showcase.card.ranked": "",
|
||||
"showcase.card.unranked": "",
|
||||
"showcase.card.winner": "",
|
||||
"showcase.results": "",
|
||||
"leaderboards.topPlayers": "",
|
||||
"leaderboards.topTeams": "",
|
||||
"leaderboards.viewFull": "",
|
||||
"updates.header": "",
|
||||
"updates.viewPast": ""
|
||||
}
|
||||
|
||||
@@ -58,5 +58,10 @@
|
||||
"MODE_LONG_SZ": "Pintazonas",
|
||||
"MODE_LONG_TC": "Torreón",
|
||||
"MODE_LONG_RM": "Pez dorado",
|
||||
"MODE_LONG_CB": "Asalto Almeja"
|
||||
"MODE_LONG_CB": "Asalto Almeja",
|
||||
"MODE_LONG_SR": "",
|
||||
"MODE_LONG_TB": "",
|
||||
"GAME_S1": "",
|
||||
"GAME_S2": "",
|
||||
"GAME_S3": ""
|
||||
}
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"privateNote.sentiment.NEUTRAL": "Neutral",
|
||||
"privateNote.sentiment.NEGATIVE": "Negativo",
|
||||
"privateNote.delete.header": "¿Borrar tu nota sobre {{name}}?",
|
||||
|
||||
"front.cities.la": "Los Ángeles",
|
||||
"front.cities.nyc": "Nueva York",
|
||||
"front.cities.paris": "París",
|
||||
@@ -28,7 +27,6 @@
|
||||
"front.noFriendCode": "Ingresa clave de amigo antes de unirte al grupo",
|
||||
"front.upcomingSeason.header": "¡Es fuera de temporada!",
|
||||
"front.upcomingSeason.date": "Únete a la Temporada {{nth}} empezando {{date}}",
|
||||
|
||||
"front.noUpcomingSeason": "La empieza de la próxima Temporada está por anunciar",
|
||||
"front.nav.rules.title": "Reglas",
|
||||
"front.nav.rules.description": "Leelas antes de jugar",
|
||||
@@ -52,7 +50,6 @@
|
||||
"front.seasonOpen": "Temporada {{nth}} está abierta",
|
||||
"front.preview": "Ver avance de grupos en fila sin unirte",
|
||||
"front.preview.explanation": "Esta función solo es disponible para Patrons a nivel Supporter (o más alto) de sendou.ink",
|
||||
|
||||
"settings.maps.header": "Escenarios y Estilos",
|
||||
"settings.maps.avoid": "Evitar",
|
||||
"settings.maps.prefer": "Preferir",
|
||||
@@ -79,7 +76,6 @@
|
||||
"settings.trusted.trustedExplanation": "Los usuarios de confianza pueden añadirte directamente a grupos y equipos de torneos. Si te eliminan de esta lista, en el futuro tendrás que unirte a través de un enlace que ellos compartan.",
|
||||
"settings.trusted.noTrustedExplanation": "Actualmente no confía en ningún usuario. Se puede confiar en los usuarios cuando te unes a su grupo SendouQ o equipo de torneo a través de un enlace. Los usuarios de confianza pueden añadirle a grupos y equipos de torneos directamente.",
|
||||
"settings.trusted.teamExplanation": "Además de los usuarios anteriores, los miembros de tu equipo <2>{{name}}</2> se puede añadirte directamente.",
|
||||
|
||||
"looking.joiningGroupError": "Antes de unirte a otro grupo, deja el corriente",
|
||||
"looking.goToSettingsPrompt": "Para encontrar grupos más facil, elige tu grupo de armas y estado de chat en la página de preferencias",
|
||||
"looking.inactiveGroup.soon": "Grupo será marcado como inactivo. ¿Aún estás buscando?",
|
||||
@@ -108,7 +104,9 @@
|
||||
"looking.groups.actions.goBack": "Regresar",
|
||||
"looking.groups.adder.quickAdd": "Añadir rápido",
|
||||
"looking.groups.adder.error": "Ese usuario ya está en un grupo",
|
||||
"looking.groups.adder.others": "",
|
||||
"looking.groups.adder.inviteLink": "Enlace de invitación",
|
||||
"looking.groups.adder.select": "",
|
||||
"looking.groups.editNote": "Editar nota",
|
||||
"looking.groups.addNote": "Añadir nota",
|
||||
"looking.replay": "Repetir",
|
||||
@@ -120,9 +118,7 @@
|
||||
"looking.rankCalculating": "Menos de {{count}} sets jugados. Rango aún se está calculando...",
|
||||
"looking.allTiers": "Todos los niveles",
|
||||
"looking.joinQPrompt": "Únete a la fila para encontrar un grupo",
|
||||
|
||||
"looking.range.or": "o",
|
||||
|
||||
"match.header": "Partido #{{number}}",
|
||||
"match.spInfo": "Fuerza Sendou será ajustada despues de que ambos equipos informen el mismo resultado",
|
||||
"match.dispute.button": "¿Disputar?",
|
||||
@@ -165,14 +161,11 @@
|
||||
"match.outcome.loss": "perdida",
|
||||
"match.screen.ban": "Armas con {{special}} son prohibidas para este partido",
|
||||
"match.screen.allowed": "Armas con {{special}} se permiten para este partido",
|
||||
|
||||
"preparing.joinQ": "Unirte a la fila",
|
||||
|
||||
"tiers.currentCriteria": "Criterios actuales",
|
||||
"tiers.info.p1": "Por ejemplo, Leviathan se encuentra entre el 5% de los mejores jugadores. Diamond es el percentil 85, etc.",
|
||||
"tiers.info.p2": "NOTA: Nadie tiene rango Leviathan antes de tener al menos {{usersMin}} jugadores en las tablas (o al menos {{teamsMin}} para equipos)",
|
||||
"tiers.info.p3": "Cada rango también tiene un nivel plus (ver BRONCE+ de ejemplo). Significa que estás en el 50% superior de ese rango.",
|
||||
|
||||
"streams.noStreams": "No hay streams de partidos recientes",
|
||||
"streams.ownStreamInfo": "¿Falta tu stream? Asegura que tu cuenta de Twitch esté conectada y que tu juego es Splatoon 3.",
|
||||
"streams.ownStreamInfo.linkText": "Ver el FAQ para más información como sobre conectar tu cuenta de Twitch."
|
||||
|
||||
@@ -1 +1,51 @@
|
||||
{}
|
||||
{
|
||||
"tabs.owned": "",
|
||||
"tabs.requests": "",
|
||||
"tabs.available": "",
|
||||
"now": "",
|
||||
"noneAvailable": "",
|
||||
"requestModal.title": "",
|
||||
"table.headers.time": "",
|
||||
"table.headers.team": "",
|
||||
"table.headers.divs": "",
|
||||
"table.headers.status": "",
|
||||
"limitedVisibility": "",
|
||||
"pickup": "",
|
||||
"status.booked": "",
|
||||
"status.pending": "",
|
||||
"actions.request": "",
|
||||
"deleteModal.title": "",
|
||||
"deleteModal.prevented": "",
|
||||
"cancelModal.title": "",
|
||||
"actions.contact": "",
|
||||
"acceptModal.title": "",
|
||||
"acceptModal.prevented": "",
|
||||
"forms.title": "",
|
||||
"forms.with.title": "",
|
||||
"forms.with.explanation": "",
|
||||
"forms.with.user": "",
|
||||
"forms.with.pick-up": "",
|
||||
"forms.when.title": "",
|
||||
"forms.when.explanation": "",
|
||||
"forms.text.title": "",
|
||||
"forms.visibility.title": "",
|
||||
"forms.visibility.public": "",
|
||||
"forms.visibility.noneAvailable": "",
|
||||
"forms.notFoundVisibility.title": "",
|
||||
"forms.notFoundVisibility.explanation": "",
|
||||
"forms.divs.minDiv.title": "",
|
||||
"forms.divs.maxDiv.title": "",
|
||||
"page.scheduledScrim": "",
|
||||
"associations.title": "",
|
||||
"associations.explanation": "",
|
||||
"associations.join.title": "",
|
||||
"associations.delete.title": "",
|
||||
"associations.admin": "",
|
||||
"associations.leave.title": "",
|
||||
"associations.leave.action": "",
|
||||
"associations.shareLink.title": "",
|
||||
"associations.shareLink.reset": "",
|
||||
"associations.removeMember.title": "",
|
||||
"associations.forms.title": "",
|
||||
"associations.forms.name.title": ""
|
||||
}
|
||||
|
||||
@@ -2,26 +2,39 @@
|
||||
"newTeam.header": "Creando nuevo equipo",
|
||||
"teamSearch.placeholder": "Buscar un equipo o jugador...",
|
||||
"actionButtons.leaveTeam": "Abandonar equipo",
|
||||
"actionButtons.makeMainTeam": "",
|
||||
"leaveTeam.header": "",
|
||||
"leaveTeam.header.newOwner": "",
|
||||
"actionButtons.leaveTeam.confirm": "Abandonar",
|
||||
"actionButtons.editTeam": "Editar Equipo",
|
||||
"actionButtons.manageRoster": "Manejar Miembros",
|
||||
"actionButtons.deleteTeam": "Eliminar Equipo",
|
||||
"actionButtons.deleteTeam.profilePicture": "",
|
||||
"actionButtons.deleteTeam.banner": "",
|
||||
"actionButtons.kick": "Echar",
|
||||
"kick.header": "¿Echar a {{user}} de {{teamName}}?",
|
||||
"actionButtons.transferOwnership": "Transferir Custodia",
|
||||
"transferOwnership.header": "¿Transferir custodia de {{teamName}} a {{user}}?",
|
||||
"actionButtons.transferOwnership.confirm": "Transferir",
|
||||
"deleteTeam.header": "¿Estás seguro que quieres eliminar a {{teamName}}?",
|
||||
"deleteTeam.profilePicture.header": "",
|
||||
"deleteTeam.banner.header": "",
|
||||
"roles.CAPTAIN": "Capitán",
|
||||
"roles.CO_CAPTAIN": "",
|
||||
"roles.FRONTLINE": "Delantero",
|
||||
"roles.SLAYER": "",
|
||||
"roles.SKIRMISHER": "",
|
||||
"roles.SUPPORT": "Soporte",
|
||||
"roles.MIDLINE": "Centro",
|
||||
"roles.BACKLINE": "Defensor",
|
||||
"roles.FLEX": "Flex",
|
||||
"roles.SUB": "Suplente",
|
||||
"roles.COACH": "Entrenador",
|
||||
"roles.CHEERLEADER": "",
|
||||
"forms.fields.teamBsky": "",
|
||||
"forms.fields.bio": "Bio",
|
||||
"forms.fields.uploadImages": "Subir imágenes",
|
||||
"forms.fields.removeImages": "",
|
||||
"forms.fields.uploadImages.pfp": "Imagen de perfil",
|
||||
"forms.fields.uploadImages.banner": "Banner del equipo",
|
||||
"forms.info.name": "Nota que si cambias el nombre de tu equipo, el nombre y la URL estarán libres para que otro equipo los tome",
|
||||
@@ -32,5 +45,9 @@
|
||||
"validation.SHORT_CODE": "El código de invitación no tiene la longitud correcta. ¿Copiaste la URL completa?",
|
||||
"validation.TEAM_FULL": "El equipo al que te intentas unir ya esta lleno.",
|
||||
"validation.INVITE_CODE_WRONG": "El código de invitación es incorrecto.",
|
||||
"validation.VALID": "¿Entrar a {{teamName}}?"
|
||||
"validation.REACHED_TEAM_COUNT_LIMIT": "",
|
||||
"validation.VALID": "¿Entrar a {{teamName}}?",
|
||||
"editor.label": "",
|
||||
"editorsInfo.button": "",
|
||||
"editorsInfo.popover": ""
|
||||
}
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
"tabs.register": "Registrar",
|
||||
"tabs.brackets": "Cuadros de Torneo",
|
||||
"tabs.seeds": "Listas de Equipos",
|
||||
"tabs.results": "",
|
||||
"tabs.streams": "Streams ({{count}})",
|
||||
"tabs.subs": "Subs ({{count}})",
|
||||
|
||||
"pre.steps.header": "Completa estos pasos para jugar",
|
||||
"pre.steps.name": "Nombre de equipo",
|
||||
"pre.steps.roster": "Equipo lleno",
|
||||
@@ -16,55 +16,42 @@
|
||||
"pre.footer": "Registro puede ser ajustado antes de que empieze el torneo",
|
||||
"pre.logIn": "Ingresa al sitio para registrar",
|
||||
"pre.inATeam": "Estás en un equipo para este evento",
|
||||
|
||||
"pre.checkIn.range": "El check-in está abierto entre {{start}} y {{finish}}",
|
||||
"pre.checkIn.over": "Se acabó check-in",
|
||||
"pre.checkIn.cant": "Completa los previos pasos antes de check-in",
|
||||
"pre.checkIn.button": "Check-in",
|
||||
"pre.checkIn.checkedIn": "Tu equipo completo check-in",
|
||||
|
||||
"pre.info.header": "Info de equipo",
|
||||
"pre.info.unregister": "Cancelar registro",
|
||||
"pre.info.unregister.confirm": "¿Cancelar registro del torneo y borrar info del equipo?",
|
||||
"pre.info.noHost": "Mi equipo prefiere no ser a cargo de salas",
|
||||
"pre.info.noScreen": "Mi equipo prefiere evitar Muro marmoleado",
|
||||
|
||||
"pre.roster.header": "Llenar equipo",
|
||||
"pre.roster.footer": "Se requieren al menos {{atLeastCount}} miembros para participar. Cantidad máxima son {{maxCount}}",
|
||||
"pre.roster.addTrusted.header": "Agregar personas con quienes has jugado",
|
||||
"pre.roster.delete.button": "Borrar miembro",
|
||||
"pre.roster.delete.header": "Miembro que quieres borrar",
|
||||
|
||||
"pre.pool.header": "Escojer grupo de mapas",
|
||||
"pre.pool.banned": "Prohibidos",
|
||||
"pre.pool.tiebreaker.short": "Desempate",
|
||||
|
||||
"pre.sub.prompt": "¿No tienes equipo en mente para este evento? También puedes unirte a la lista de substitutos.",
|
||||
|
||||
"bracket.type.DE_WINNERS": "Cuadro de ganadores",
|
||||
"bracket.type.DE_LOSERS": "Cuadro de perdedores",
|
||||
"bracket.type.SE": "Cuadro",
|
||||
"bracket.type.SWISS": "Cuadro Suizo",
|
||||
"bracket.type.GROUPS": "Cuadro de grupos",
|
||||
|
||||
"round.label": "Ronda",
|
||||
|
||||
"team.label": "Equipo",
|
||||
"team.unlisted": "Equipo no listado",
|
||||
|
||||
"bestOf.label.short": "Mejor de",
|
||||
|
||||
"pickInfo.team": "Equipo {{number}} elige",
|
||||
"pickInfo.team.specific": "{{team}} eligió",
|
||||
"pickInfo.tiebreaker": "Desempate",
|
||||
"pickInfo.both": "Ambos eligieron",
|
||||
"pickInfo.default": "Mapa por defacto",
|
||||
"pickInfo.counterpick": "Contraselección",
|
||||
|
||||
"generator.error": "Cambios no fueron guardados ya que el torneo comenzó",
|
||||
|
||||
"teams.mapsPickedStatus": "Estado de escenarios elegidos",
|
||||
|
||||
"admin.download": "Descarga participantes",
|
||||
"admin.actions.CHANGE_TEAM_OWNER": "Cambiar capitán",
|
||||
"admin.actions.CHANGE_TEAM_NAME": "Cambiar nombre de equipo",
|
||||
@@ -78,49 +65,40 @@
|
||||
"admin.actions.UNDO_DROP_TEAM_OUT": "Anular retiro",
|
||||
"admin.actions.UPDATE_IN_GAME_NAME": "Actualizar IGN de jugador",
|
||||
"admin.actions.DELETE_LOGO": "Borrar logo",
|
||||
|
||||
"staff.role.ORGANIZER": "organizador",
|
||||
"staff.role.STREAMER": "streamer",
|
||||
|
||||
"actions.addSub": "Añadir sub",
|
||||
"actions.shareLink": "Comparte enlace de invitación para añadir miembros: {{inviteLink}}",
|
||||
"actions.sub.prompt_other": "Aún puedes añadir {{count}} subs a tu equipo",
|
||||
"actions.sub.prompt_one": "Aún puedes añadir {{count}} sub a tu equipo",
|
||||
"actions.sub.prompt_many": "",
|
||||
"actions.sub.prompt_other": "Aún puedes añadir {{count}} subs a tu equipo",
|
||||
"actions.sub.prompt_zero": "Tu equipo está lleno y no puedes añadir más subs",
|
||||
"actions.finalize.question": "Al verificar que los resultados presentados son correctos, haz click aquí para finalizar el torneo y procesar los resultados",
|
||||
"actions.finalize.action": "Finalizar",
|
||||
"actions.finalize.confirm": "¿Seguro que quieres finalizar el torneo? (No se puede anular)",
|
||||
|
||||
"streams.none": "No hay streams disponibles para este torneo al momento",
|
||||
|
||||
"team.setWins": "Victorias de sets",
|
||||
"team.mapWins": "Victorias de juegos",
|
||||
"team.seed": "Colocado",
|
||||
"team.seed.footer": "de {{count}}",
|
||||
"team.placement": "Colocación",
|
||||
"team.placement.footer": "Ppal./",
|
||||
|
||||
"bracket.waiting": "Cuadro se muestra aquí cuando al menos {{count}} equipos sean registrados",
|
||||
"bracket.waiting.checkin": "Cuadro se muestra aquí cuando al menos {{count}} equipos se hagan check-in",
|
||||
"bracket.wip": "Este cuadro es temporal y puede cambiar",
|
||||
|
||||
"bracket.progress.thanksForPlaying": "¡Gracias por participar en {{eventName}}!",
|
||||
"bracket.progress.match": "Oponente actual: {{opponent}}",
|
||||
"bracket.progress.match.action": "Ver",
|
||||
"bracket.progress.waiting": "Esperando partido",
|
||||
|
||||
"bracket.standings.showLess": "Mostrar menos",
|
||||
"bracket.standings.showMore": "Mostrar más",
|
||||
|
||||
"match.hosts": "{{teamName}} crea la sala",
|
||||
"match.pass": "Contraseña",
|
||||
"match.pool": "Canal",
|
||||
|
||||
"match.score": "{{scoreOne}}-{{scoreTwo}} (Mejor de {{bestOf}})",
|
||||
"match.score.playAll": "{{scoreOne}}-{{scoreTwo}} (Jugar todos los {{bestOf}})",
|
||||
"match.action.undoLastScore": "Anular resultado previo",
|
||||
"match.action.reopenMatch": "Reabrir partido",
|
||||
|
||||
"join.error.MISSING_CODE": "Falta código de invitación. ¿Copiaste el enlace completo?",
|
||||
"join.error.SHORT_CODE": "Código de invitación es de cantidad incorrecata. ¿Copiaste el enlace completo?",
|
||||
"join.error.NO_TEAM_MATCHING_CODE": "Ningún equipo coincide con el código de invitación.",
|
||||
@@ -129,11 +107,11 @@
|
||||
"join.error.NOT_LOGGED_IN": "Debes de ingresarte al sitio para unirte a un equipo.",
|
||||
"join.VALID": "¿Unirte a {{teamName}} para {{eventName}}?",
|
||||
"join.giveTrust": "¿Confiar a {{name}} para añadirte a torneos futuros?",
|
||||
|
||||
"subs.prefersToPlay": "Prefiere jugar",
|
||||
"subs.canPlay": "Puede jugar",
|
||||
"subs.canVC": "Puede usar chat de voz",
|
||||
"subs.noVC": "No chat de voz",
|
||||
"subs.listenOnlyVC": "",
|
||||
"subs.editPost": "Editar anuncio de sub",
|
||||
"subs.addPost": "Agrégate como un sub",
|
||||
"subs.vc.header": "¿Puedes usar chat de voz?",
|
||||
@@ -142,5 +120,15 @@
|
||||
"subs.weapons.info": "Elige entre {{min}} y {{max}}",
|
||||
"subs.message.header": "Mensaje",
|
||||
"subs.visibility.header": "Visibilidad",
|
||||
"subs.visibility.everyone": "Todos"
|
||||
"subs.visibility.everyone": "Todos",
|
||||
"progression.error.PLACEMENTS_PARSE_ERROR": "",
|
||||
"progression.error.NOT_RESOLVING_WINNER": "",
|
||||
"progression.error.SAME_PLACEMENT_TO_MULTIPLE_BRACKETS": "",
|
||||
"progression.error.GAP_IN_PLACEMENTS": "",
|
||||
"progression.error.TOO_MANY_PLACEMENTS": "",
|
||||
"progression.error.DUPLICATE_BRACKET_NAME": "",
|
||||
"progression.error.NAME_MISSING": "",
|
||||
"progression.error.NEGATIVE_PROGRESSION": "",
|
||||
"progression.error.NO_SE_SOURCE": "",
|
||||
"progression.error.NO_DE_POSITIVE": ""
|
||||
}
|
||||
|
||||
@@ -12,15 +12,16 @@
|
||||
"sens": "Sens",
|
||||
"weaponPool": "Grupo de armas",
|
||||
"discordExplanation": "Tu nombre, foto, y cuentas de YouTube, Bluesky y Twitch se obtienen por tu cuenta en Discord. Ver <1>FAQ</1> para más información.",
|
||||
"favoriteBadges": "",
|
||||
"battlefy": "Nombre de cuenta de Battlefy",
|
||||
|
||||
"forms.showDiscordUniqueName": "Mostrar usuario de Discord",
|
||||
"forms.showDiscordUniqueName.info": "¿Mostrar tu nombre de Discord ({{discordUniqueName}}) publicamente?",
|
||||
"forms.commissionsOpen": "Comisiones abiertas",
|
||||
"forms.commissionText": "Info de comisiones",
|
||||
"forms.commissionText.info": "Precio, espacios abiertos, o cualquier otra información sobre tus comiciones.",
|
||||
"forms.customName.info": "Si vacío, se mostrará tu nombre de Discord: \"{{discordName}}\"",
|
||||
|
||||
"forms.country.search.placeholder": "",
|
||||
"forms.favoriteBadges.nonSupporter": "",
|
||||
"results.title": "Todos los resultados",
|
||||
"results.placing": "Lugar",
|
||||
"results.team": "Equipo",
|
||||
@@ -32,18 +33,19 @@
|
||||
"results.highlights.explanation": "Elige los resultados que quieres resaltar",
|
||||
"results.button.showHighlights": "Mostrar resaltos",
|
||||
"results.button.showAll": "Mostrar todos",
|
||||
|
||||
"forms.errors.maxWeapons": "Máxima cantidad de armas",
|
||||
"forms.errors.invalidCustomUrl.numbers": "Enlace personalizado no puede ser solo numeros",
|
||||
"forms.errors.invalidCustomUrl.strangeCharacter": "Enlace personalizado no puede contener caracteres especiales",
|
||||
"forms.errors.invalidCustomUrl.duplicate": "Alguien ya tiene ese enlace personalizado",
|
||||
"forms.errors.invalidSens": "Sens de giroscopio no se poner sin la sens de palanca",
|
||||
|
||||
"forms.info.customUrl": "",
|
||||
"forms.info.battlefy": "El nombre de tu cuenta de Battlefy se utiliza para la clasificación y verificación en algunos torneos.",
|
||||
|
||||
"search.info": "",
|
||||
"search.noResults": "No se encontraron usuarios que coincidan con '{{query}}'",
|
||||
|
||||
"search.pleaseLogIn.header": "",
|
||||
"search.pleaseLogIn.button": "",
|
||||
"seasons": "Temporadas",
|
||||
"seasons.noQ": "",
|
||||
"seasons.tabs.weapons": "Armas",
|
||||
"seasons.tabs.stages": "Escenarios",
|
||||
"seasons.tabs.self": "Personal",
|
||||
@@ -60,7 +62,6 @@
|
||||
"seasons.clickARow": "Haga clic en una fila para ver estadísticas de armas",
|
||||
"seasons.loading": "Cargando...",
|
||||
"seasons.matchBeingProcessed": "No se ha procesado este partido",
|
||||
|
||||
"builds.sorting.changeButton": "Cambiar ordenación",
|
||||
"builds.sorting.header": "Cambiar ordenación de builds",
|
||||
"builds.sorting.backToDefaults": "Volver a los valores predeterminados",
|
||||
@@ -71,7 +72,6 @@
|
||||
"builds.sorting.WEAPON_IN_GAME_ORDER": "Ordenación de armas en juego",
|
||||
"builds.sorting.ALPHABETICAL_TITLE": "Título alfabético",
|
||||
"builds.sorting.MODE": "Estilo",
|
||||
|
||||
"builds.sorting.HEADGEAR_ID": "Ordenación de accesorios en juego",
|
||||
"builds.sorting.CLOTHES_ID": "Ordenación de ropa en juego",
|
||||
"builds.sorting.SHOES_ID": "Ordenación de calzados en juego",
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
"gameCount": "Juego {{count}}",
|
||||
"minShort": "min",
|
||||
"secShort": "seg",
|
||||
"forms.title.create": "",
|
||||
"forms.title.edit": "",
|
||||
"forms.title.youtubeUrl": "Enlace de YouTube",
|
||||
"forms.title.videoTitle": "Título de video",
|
||||
"forms.title.videoDate": "Fecha de video",
|
||||
@@ -20,6 +22,7 @@
|
||||
"forms.title.weapon": "Arma",
|
||||
"forms.action.addMatch": "Agregar partido",
|
||||
"forms.action.deleteMatch": "Borrar partido",
|
||||
"noVods": "",
|
||||
"gainPerms": "Por favor envia un mensaje en el 'helpdesk' de nuestro Discord para obtener permiso para subir videos.",
|
||||
"deleteConfirm": "¿Borrar video con el título de '{{title}}'?"
|
||||
}
|
||||
|
||||
@@ -53,6 +53,8 @@
|
||||
"stat.consumption.NORMAL": "Tirs",
|
||||
"stat.consumption.SWING": "Coups",
|
||||
"stat.consumption.SLOSH": "Seaucées",
|
||||
"stat.consumption.VERTICAL_SWING": "",
|
||||
"stat.consumption.HORIZONTAL_SWING": "",
|
||||
"stat.consumption.TAP_SHOT": "Charge minimale",
|
||||
"stat.consumption.FULL_CHARGE": "Charge complète",
|
||||
"stat.consumption.SPLATLING_CHARGE": "Charges pleines",
|
||||
@@ -68,6 +70,7 @@
|
||||
"stat.sub.qsjBoost": "Boost Aérodynamisme",
|
||||
"stat.special.duration": "Durée de {{weapon}}",
|
||||
"stat.special.duration.inkStormExplanation": "Augmente la distance d'encrage mais pas le montant d'encre.",
|
||||
"stat.special.duration.killerWail": "",
|
||||
"stat.special.damageDistance": "Distance des dégâts de {{weapon}}",
|
||||
"stat.special.paintRadius": "Rayon d'encrage de {{weapon}}",
|
||||
"stat.special.shieldHp": "Durabilité du bouclier de {{weapon}}",
|
||||
@@ -76,6 +79,7 @@
|
||||
"stat.special.inkConsumptionPerSecond": "Conso. d'encre par seconde de {{weapon}}",
|
||||
"stat.special.reticleRadius": "Rayon du réticule de {{weapon}}",
|
||||
"stat.special.throwDistance": "Distance de lancer de {{weapon}}",
|
||||
"stat.special.moveSpeed": "",
|
||||
"stat.special.autoChargeRate": "Cadence de charge auto du {{weapon}}",
|
||||
"stat.special.maxRadius": "Rayon max de l'onde du {{weapon}}",
|
||||
"stat.special.maxRadius.explanation": "La vitesse de déplacement de l'onde est toujours la même malgré l'augmentation du rayon.",
|
||||
@@ -88,6 +92,7 @@
|
||||
"damage.header.baseDamage.short": "Base",
|
||||
"damage.header.distance": "Distance",
|
||||
"damage.toSplat_one": "{{count}} coup pour liquider",
|
||||
"damage.toSplat_many": "",
|
||||
"damage.toSplat_other": "{{count}} coups pour liquider",
|
||||
"damage.NORMAL_MIN": "Minimum",
|
||||
"damage.NORMAL_MAX": "Maximum",
|
||||
@@ -109,6 +114,10 @@
|
||||
"damage.SPLASH_HORIZONTAL_MIN": "Coup horizontal (Minimum)",
|
||||
"damage.SPLASH_HORIZONTAL_MAX": "Coup horizontal (Maximum)",
|
||||
"damage.ROLL_OVER": "Écrasement",
|
||||
"damage.SPLATANA_VERTICAL_DIRECT": "",
|
||||
"damage.SPLATANA_VERTICAL": "",
|
||||
"damage.SPLATANA_HORIZONTAL_DIRECT": "",
|
||||
"damage.SPLATANA_HORIZONTAL": "",
|
||||
"damage.BOMB_DIRECT": "Direct",
|
||||
"damage.BOMB_NORMAL": "Explosion",
|
||||
"damage.WAVE": "Onde",
|
||||
@@ -148,5 +157,11 @@
|
||||
"labels.damageType": "Type de dégâts",
|
||||
"labels.weapon": "Arme",
|
||||
"dmgHtdExplanation": "DGT = Dégâts | CAD = Coups avant destruction",
|
||||
"noDmgData": "Il n'y a pas de données sur les dégâts de cette arme. Revenez plus tard !"
|
||||
"noDmgData": "Il n'y a pas de données sur les dégâts de cette arme. Revenez plus tard !",
|
||||
"perInkTankGrid.header_one": "",
|
||||
"perInkTankGrid.header_many": "",
|
||||
"perInkTankGrid.header_other": "",
|
||||
"bigBubblerExplanation": "",
|
||||
"button.showChart": "",
|
||||
"button.showConsumptionGrid": ""
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"pendingApproval_one": "Vous avez {{count}} image en attente de validation par un modérateur.",
|
||||
"pendingApproval_many": "",
|
||||
"pendingApproval_other": "Vous avez {{count}} images en attente de validation par un modérateur.",
|
||||
"madeBy": "Créé par",
|
||||
"radios.all": "Tous",
|
||||
@@ -10,6 +11,7 @@
|
||||
"commissionsOpen": "Accepte les commissions",
|
||||
"commissionsClosed": "N'accepte pas les commissions",
|
||||
"openCommissionsOnly": "Ne montrer que les artistes qui acceptent les commissions",
|
||||
"gainPerms": "",
|
||||
"forms.caveats": "Quelques notes: 1) Doit être en rapport avec Splatoon 2) Doit avoir été créé par vous 3) Pas de contenu NSFW/explicite. Il y a une procédure de validation avant que votre poste puisse être vu par les autres.",
|
||||
"forms.description.title": "Description",
|
||||
"forms.linkedUsers.title": "Utilisateurs liés",
|
||||
@@ -23,5 +25,7 @@
|
||||
"forms.tags.addNew": "En créer un nouveau.",
|
||||
"forms.tags.addNew.placeholder": "Créer un nouveau tag",
|
||||
"forms.tags.searchExisting.placeholder": "Chercher des tags existants",
|
||||
"forms.tags.maxReached": "Limite de tags atteinte"
|
||||
"forms.tags.maxReached": "Limite de tags atteinte",
|
||||
"delete.title": "",
|
||||
"unlink.title": ""
|
||||
}
|
||||
|
||||
@@ -3,7 +3,12 @@
|
||||
"patreon+": "Supporter+ sur le patreon de sendou.ink",
|
||||
"xp": "Attribué pour avoir atteint {{xpText}}",
|
||||
"tournament_one": "Attribué pour avoir gagné {{tournament}}",
|
||||
"tournament_many": "",
|
||||
"tournament_other": "Attribué pour avoir gagné {{tournament}} (×{{count}})",
|
||||
"forYourEvent": "Un badge pour votre événement ?",
|
||||
"managedBy": "Géré par {{users}}"
|
||||
"managedBy": "Géré par {{users}}",
|
||||
"madeBy": "",
|
||||
"own.divider": "",
|
||||
"other.divider": "",
|
||||
"noBadgesFound": ""
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"noBuilds": "Pas de sets disponibles. N'hésitez pas à en créer un !",
|
||||
"buildCard.info": "Info",
|
||||
"buildCard.edit": "Éditer",
|
||||
|
||||
"forms.title": "Titre",
|
||||
"forms.modes": "Modes",
|
||||
"forms.weapons": "Armes",
|
||||
@@ -12,23 +11,30 @@
|
||||
"forms.gear.CLOTHES": "Vêtements",
|
||||
"forms.gear.SHOES": "Chaussures",
|
||||
"forms.private.info": "Les sets privées ne sont visible que par vous.",
|
||||
|
||||
"forms.noGear.info": "",
|
||||
"deleteConfirm": "Supprimer le set '{{title}}' ?",
|
||||
|
||||
"stats.count.title": "Statistiques de {{count}} sets pour {{weapon}}",
|
||||
"stats.ap.title": "Moyenne des Points de Compétences",
|
||||
"stats.percentage.title": "Taux de présence des bonus exclusifs",
|
||||
"stats.all": "Tous",
|
||||
|
||||
"stats.public": "",
|
||||
"stats.private": "",
|
||||
"addFilter": "Ajouter un filtre",
|
||||
"linkButton.abilityStats": "Statistiques",
|
||||
"linkButton.popularBuilds": "Sets populaires",
|
||||
"noPopularBuilds": "Il semble qu'il n'y ait pas de sets populaires pour cette arme en ce moment.",
|
||||
|
||||
"emptyAbilitySlot": "Emplacement de bonus vide",
|
||||
|
||||
"filters.type.ability": "",
|
||||
"filters.type.mode": "",
|
||||
"filters.type.date": "",
|
||||
"filters.ability.title": "",
|
||||
"filters.mode.title": "",
|
||||
"filters.date.title": "",
|
||||
"filters.has": "Avec",
|
||||
"filters.does.not.have": "Sans",
|
||||
"filters.atLeast": "Au moins",
|
||||
"filters.atMost": "Au plus"
|
||||
"filters.atMost": "Au plus",
|
||||
"filters.date.since": "",
|
||||
"filters.date.custom": "",
|
||||
"filters.filterByWeapon": ""
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"inYourTimeZone": "Horaires (adaptés à votre fuseau) :",
|
||||
"addNew": "Ajouter un événement",
|
||||
"noEvents": "Aucun événement pour la semaine sélectionnée",
|
||||
"reportResults": "Vous pouvez déclarer les résultats :",
|
||||
"day": "Jour {{number}}",
|
||||
"actions.reportWinners": "Déclarer les gagnants",
|
||||
"actions.delete": "Effacer l'événement",
|
||||
@@ -12,13 +9,12 @@
|
||||
"members": "Membres",
|
||||
"results": "Résultats",
|
||||
"createMapList": "Créer une liste de stages",
|
||||
"from": "Par {{author}}",
|
||||
"pastEvents.dividerText": "Événements passés",
|
||||
"count.teams_one": "{{count}} équipe",
|
||||
"count.players_one": "{{count}} joueur",
|
||||
"count.teams_many": "",
|
||||
"count.teams_other": "{{count}} équipes",
|
||||
"count.players_one": "{{count}} joueur",
|
||||
"count.players_many": "",
|
||||
"count.players_other": "{{count}} joueurs",
|
||||
|
||||
"forms.dates": "Dates",
|
||||
"forms.bracketUrl": "Lien du bracket",
|
||||
"forms.discordInvite": "Lien d'invitation du Discord",
|
||||
@@ -27,7 +23,6 @@
|
||||
"forms.badges": "Badge à gagner",
|
||||
"forms.badges.placeholder": "Choisissez le badge à faire gagner",
|
||||
"forms.mapPool": "Stages disponibles",
|
||||
|
||||
"forms.participantCount": "Nombre de participants",
|
||||
"forms.reportResultsHeader": "Déclarer les résultats pour {{eventName}}",
|
||||
"forms.reportResultsInfo": "Les résultats déclarés peuvent être personnalisés. Vous pouvez déclarer uniquement le gagnant, le top 3, ou tout ce que vous décidez.",
|
||||
@@ -35,22 +30,14 @@
|
||||
"forms.team.remove": "Retirer une équipe",
|
||||
"forms.team.name": "Nom de l'équipe",
|
||||
"forms.team.placing": "Position",
|
||||
|
||||
"forms.team.player.header": "Joueur {{number}}",
|
||||
"forms.team.player.add": "Ajouter un joueur",
|
||||
"forms.team.player.remove": "Retirer un joueur",
|
||||
"forms.team.player.addAsUser": "Ajouter en tant qu'utilisateur (recommandé)",
|
||||
"forms.team.player.addAsText": "Ajouter en tant que texte brut",
|
||||
|
||||
"forms.errors.uniqueTeamName": "Chaque équipe doit avoir un nom unique.",
|
||||
"forms.errors.duplicatePlayer": "Impossible d'avoir le même joueur plusieurs fois dans la même équipe.",
|
||||
"forms.errors.emptyTeam": "Chaque équipe doit au moins avoir un joueur.",
|
||||
|
||||
"week.this": "Cette Sem.",
|
||||
"week.next": "Sem. Suiv.",
|
||||
"week.last": "Sem. Préc.",
|
||||
|
||||
"tag.desc.BADGE": "Le vainceur de cet événement obtient un badge sendou.ink.",
|
||||
"tag.desc.SPECIAL": "Les règles peuvent différer du standard, par ex. une sélection limitée d'armes.",
|
||||
"tag.desc.ART": "Il est possible de gagner une illustration dans ce tournoi.",
|
||||
"tag.desc.MONEY": "Il est possible de gagner de l'argent dans ce tournoi.",
|
||||
@@ -64,5 +51,33 @@
|
||||
"tag.desc.S1": "Le jeu joué est Splatoon 1.",
|
||||
"tag.desc.S2": "Le jeu joué est Splatoon 2.",
|
||||
"tag.desc.SR": "Événement Salmon Run.",
|
||||
"tag.desc.CARDS": "Événement Cartes & Territoire."
|
||||
"tag.desc.CARDS": "Événement Cartes & Territoire.",
|
||||
"icalFeed": "",
|
||||
"filter.button": "",
|
||||
"filter.heading": "",
|
||||
"filter.modes": "",
|
||||
"filter.exactModes": "",
|
||||
"filter.exactModesBottom": "",
|
||||
"filter.games": "",
|
||||
"filter.vs": "",
|
||||
"filter.vs.4v4": "",
|
||||
"filter.vs.3v3": "",
|
||||
"filter.vs.2v2": "",
|
||||
"filter.vs.1v1": "",
|
||||
"filter.startTime": "",
|
||||
"filter.startTime.any": "",
|
||||
"filter.startTime.eu": "",
|
||||
"filter.startTime.na": "",
|
||||
"filter.startTime.au": "",
|
||||
"filter.tagsIncluded": "",
|
||||
"filter.tagsExcluded": "",
|
||||
"filter.isSendou": "",
|
||||
"filter.isRanked": "",
|
||||
"filter.minTeamCount": "",
|
||||
"filter.orgsIncluded": "",
|
||||
"filter.orgsExcluded": "",
|
||||
"filter.authorIdsExcluded": "",
|
||||
"filter.authorIdsExcludedBottom": "",
|
||||
"filter.apply": "",
|
||||
"filter.applyAndDefault": ""
|
||||
}
|
||||
|
||||
@@ -22,32 +22,82 @@
|
||||
"pages.links": "Liens",
|
||||
"pages.art": "Art",
|
||||
"pages.sendouq": "SendouQ",
|
||||
|
||||
"pages.lfg": "",
|
||||
"pages.scrims": "",
|
||||
"pages.settings": "",
|
||||
"pages.luti": "",
|
||||
"header.profile": "Profil",
|
||||
"header.logout": "Déconnexion",
|
||||
"header.login": "Connexion",
|
||||
"header.language": "Langue",
|
||||
"header.loggedInAs": "Connecté en tant que {{userName}}",
|
||||
"header.theme": "Thème",
|
||||
|
||||
"header.adder.tournament": "",
|
||||
"header.adder.calendarEvent": "",
|
||||
"header.adder.build": "",
|
||||
"header.adder.team": "",
|
||||
"header.adder.scrimPost": "",
|
||||
"header.adder.association": "",
|
||||
"header.adder.lfgPost": "",
|
||||
"header.adder.art": "",
|
||||
"header.adder.vod": "",
|
||||
"header.adder.plusSuggestion": "",
|
||||
"notifications.title": "",
|
||||
"notifications.empty": "",
|
||||
"notifications.seeAll": "",
|
||||
"notifications.fullList.explanation": "",
|
||||
"notifications.managePush": "",
|
||||
"notifications.title.SQ_ADDED_TO_GROUP": "",
|
||||
"notifications.text.SQ_ADDED_TO_GROUP": "",
|
||||
"notifications.title.SQ_NEW_MATCH": "",
|
||||
"notifications.text.SQ_NEW_MATCH": "",
|
||||
"notifications.title.TO_ADDED_TO_TEAM": "",
|
||||
"notifications.text.TO_ADDED_TO_TEAM": "",
|
||||
"notifications.title.TO_TEST_CREATED": "",
|
||||
"notifications.text.TO_TEST_CREATED": "",
|
||||
"notifications.title.TO_BRACKET_STARTED": "",
|
||||
"notifications.text.TO_BRACKET_STARTED": "",
|
||||
"notifications.title.TO_CHECK_IN_OPENED": "",
|
||||
"notifications.text.TO_CHECK_IN_OPENED": "",
|
||||
"notifications.title.BADGE_ADDED": "",
|
||||
"notifications.text.BADGE_ADDED": "",
|
||||
"notifications.title.BADGE_MANAGER_ADDED": "",
|
||||
"notifications.text.BADGE_MANAGER_ADDED": "",
|
||||
"notifications.title.PLUS_VOTING_STARTED": "",
|
||||
"notifications.text.PLUS_VOTING_STARTED": "",
|
||||
"notifications.title.PLUS_SUGGESTION_ADDED": "",
|
||||
"notifications.text.PLUS_SUGGESTION_ADDED": "",
|
||||
"notifications.title.TAGGED_TO_ART": "",
|
||||
"notifications.text.TAGGED_TO_ART": "",
|
||||
"notifications.title.SEASON_STARTED": "",
|
||||
"notifications.text.SEASON_STARTED": "",
|
||||
"notifications.title.SCRIM_NEW_REQUEST": "",
|
||||
"notifications.text.SCRIM_NEW_REQUEST": "",
|
||||
"notifications.title.SCRIM_SCHEDULED": "",
|
||||
"notifications.text.SCRIM_SCHEDULED": "",
|
||||
"auth.errors.aborted": "Connexion abandonnée",
|
||||
"auth.errors.failed": "Connexion échouée",
|
||||
"auth.errors.discordPermissions": "Pour mettre en place votre profil, sendou.ink a besoin de votre nom de profil Discord, de votre avatar et de vos réseaux connectés.",
|
||||
|
||||
"auth.errors.unknown": "",
|
||||
"toasts.error": "",
|
||||
"toasts.success": "",
|
||||
"toasts.info": "",
|
||||
"footer.github.subtitle": "Code source",
|
||||
"footer.discord.subtitle": "Aide & retours",
|
||||
"footer.patreon.subtitle": "Soutien",
|
||||
"footer.thanks": "Merci à nos Supporters pour le soutien",
|
||||
|
||||
"actions.save": "Sauvegarder",
|
||||
"actions.saveChanges": "Sauvegarder les changements",
|
||||
"actions.submit": "Envoyer",
|
||||
"actions.edit": "Éditer",
|
||||
"actions.add": "Ajouter",
|
||||
"actions.addNew": "",
|
||||
"actions.remove": "Retirer",
|
||||
"actions.delete": "Effacer",
|
||||
"actions.reset": "Réinitialiser",
|
||||
"actions.loadMore": "Charger plus",
|
||||
"actions.showMore": "",
|
||||
"actions.showLess": "",
|
||||
"actions.copyToClipboard": "Copier dans le presse-papier",
|
||||
"actions.create": "Créer",
|
||||
"actions.close": "Fermer",
|
||||
@@ -57,9 +107,19 @@
|
||||
"actions.selectAll": "Tout Sélectionner",
|
||||
"actions.search": "Rechercher",
|
||||
"actions.setBg": "Changer le fond",
|
||||
"actions.outlined": "",
|
||||
"actions.noOutline": "",
|
||||
"actions.join": "Joindre",
|
||||
"actions.nevermind": "",
|
||||
"actions.upload": "Soumettre",
|
||||
|
||||
"actions.clickHere": "",
|
||||
"actions.goBack": "",
|
||||
"actions.enable": "",
|
||||
"actions.disable": "",
|
||||
"actions.accept": "",
|
||||
"actions.next": "",
|
||||
"actions.previous": "",
|
||||
"noResults": "",
|
||||
"maps.createMapList": "Créer une liste de stages",
|
||||
"maps.halfSz": "50% DdZ",
|
||||
"maps.mapPool": "Pool de stages",
|
||||
@@ -79,37 +139,41 @@
|
||||
"maps.validation.MAP_REPEATED": "Impossible de choisir le même stage plus d'une fois",
|
||||
"maps.validation.MODE_REPEATED": "Impossible de choisir le même mode plus d'une fois",
|
||||
"maps.validation.TOO_MUCH_STAGE_REPEAT": "Impossible de choisir le même stage plus de {{maxStageRepeat}} fois",
|
||||
"maps.validation.INCLUDES_BANNED": "",
|
||||
"maps.validation.INCLUDES_TIEBREAKER": "",
|
||||
"maps.validation.VALID": "Liste de stages valide !",
|
||||
|
||||
"results": "Résultats",
|
||||
|
||||
"results.placeSuffix_one": "^er",
|
||||
"results.placeSuffix_many": "",
|
||||
"results.placeSuffix_other": "^ème",
|
||||
"results.placeSuffix_two": "^ème",
|
||||
"results.placeSuffix_few": "^ème",
|
||||
"results.placeSuffix_other": "^ème",
|
||||
|
||||
"forms.name": "Nom",
|
||||
"forms.description": "Description",
|
||||
"forms.errors.title": "Les erreurs ci-dessous doivent être réglées",
|
||||
"forms.errors.noSearchMatches": "Pas de correspondance trouvée",
|
||||
|
||||
"forms.userSearch.placeholder": "",
|
||||
"forms.userSearch.noResults": "",
|
||||
"errors.genericReload": "Quelque chose s'est mal passé. Essayez d'actualiser la page.",
|
||||
|
||||
"tag.name.SPECIAL": "Règles spéciales",
|
||||
"tag.name.ART": "Illustration à gagner",
|
||||
"tag.name.MONEY": "Argent à gagner",
|
||||
"tag.name.REGION": "Limite de région",
|
||||
"tag.name.LOW": "Limite de niveau",
|
||||
"tag.name.HIGH": "",
|
||||
"tag.name.COUNT": "Limite d'inscriptions",
|
||||
"tag.name.LAN": "LAN",
|
||||
"tag.name.QUALIFIER": "Qualifications",
|
||||
"tag.name.SZ": "DdZ uniquement",
|
||||
"tag.name.TW": "GdT comprises",
|
||||
"tag.name.ONES": "",
|
||||
"tag.name.DUOS": "",
|
||||
"tag.name.TRIOS": "",
|
||||
"tag.name.S1": "Splatoon 1",
|
||||
"tag.name.S2": "Splatoon 2",
|
||||
"tag.name.SR": "Salmon Run",
|
||||
"tag.name.CARDS": "Cartes & Territoire",
|
||||
|
||||
"tag.name.COLLEGIATE": "",
|
||||
"weapon.category.SHOOTERS": "Lanceurs",
|
||||
"weapon.category.BLASTERS": "Blasters",
|
||||
"weapon.category.ROLLERS": "Rouleaux",
|
||||
@@ -123,47 +187,56 @@
|
||||
"weapon.category.SPLATANAS": "Éclatanas",
|
||||
"weapon.category.subs": "Secondaires",
|
||||
"weapon.category.specials": "Spéciales",
|
||||
|
||||
"plans.blueprint": "Plans",
|
||||
"plans.bgStyle.OVER": "Vue de dessus",
|
||||
|
||||
"plans.bgStyle.MINI": "",
|
||||
"plans.adder.objective": "",
|
||||
"articles.by": "par {{author}}",
|
||||
|
||||
"theme.light": "Clair",
|
||||
"theme.dark": "Sombre",
|
||||
"theme.auto": "Auto",
|
||||
|
||||
"websiteSubtitle": "Le hub compétitif de Splatoon",
|
||||
|
||||
"upload.imageToUpload": "Image à soumettre",
|
||||
"upload.title": "Soumission {{type}}. La taille recommandée est de {{width}}×{{height}}.",
|
||||
"upload.type.team-pfp": "d'un emblème d'équipe",
|
||||
"upload.type.team-banner": "d'une bannière d'équipe",
|
||||
"upload.type.org-pfp": "",
|
||||
"upload.commonExplanation": "Avant que l'image ne soit visible publiquement, un modérateur la validera. Les images soumises par les Supporters n'ont pas besoin d'être validées.",
|
||||
"upload.afterExplanation_one": "Vous avez {{count}} image en attente. L'image sera visible une fois validée.",
|
||||
"upload.afterExplanation_many": "",
|
||||
"upload.afterExplanation_other": "Vous avez {{count}} images en attente. Les images seront visibles une fois validées.",
|
||||
|
||||
"support.intro.first": "Salut! Je suis Sendou et sendou.ink est mon projet pour fournir des outils et ressources pour la communauté Splatoon. L'objectif est d'aider tout le monde à s'améliorer et à profiter de Splatoon, que vous soyez tout nouveau dans le jeu ou un vétéran chevronné.",
|
||||
"support.intro.second": "Si vous aimez ce que je fais, cette page détaille comment vous pouvez soutenir mon travail et gagner des avantages. Votre soutien m'aide à payer l'hébergement ainsi qu'à sponsoriser mon temps passé à améliorer continuellement le projet.",
|
||||
"support.action": "Soutenir sur Patreon",
|
||||
"support.footer": "",
|
||||
"support.perk.supportMyWork": "Soutenez mon travail",
|
||||
"support.perk.adFree": "Navigation sans pub",
|
||||
"support.perk.nameInFooter": "Nom dans le pied de page",
|
||||
"support.perk.discordColorRole": "Nom coloré sur Discord",
|
||||
"support.perk.discordColorRole.extra": "Vous pouvez obtenir une couleur personalisée sur le Plus Server et le serveur Discord de sendou.ink. Utilisez la commande /color du bot Lohi.",
|
||||
"support.perk.chatColor": "",
|
||||
"support.perk.badge": "Badge de profil",
|
||||
"support.perk.seePlusPercentage": "Voir le pourcentage de vote du Plus Server",
|
||||
"support.perk.seePlusPercentage.extra": "Normalement, seules les suggestions échouées voient leur pourcentage de vote. Avec ceci, vous pouvez toujours voir votre pourcentage.",
|
||||
"support.perk.autoValidatePictures": "Auto validation des images",
|
||||
"support.perk.autoValidatePictures.extra": "Toute image soumise (comme les emblèmes ou bannière) sera automatiquement validée. Il faut normalement attendre qu'un modérateur la valide. Cela ne s'applique pas aux images déjà en attente de validation.",
|
||||
"support.perk.userShortLink": "",
|
||||
"support.perk.userShortLink.extra": "",
|
||||
"support.perk.customizedColorsUser": "Personalisation des couleurs (page perso)",
|
||||
"support.perk.favoriteBadges": "",
|
||||
"support.perk.favoriteBadges.extra": "",
|
||||
"support.perk.customizedColorsTeam": "Personalisation des couleurs (page d'équipe)",
|
||||
"support.perk.customizedColorsTeam.extra": "Il est suffisant qu'un seul des membres de l'équipe soit Supporter pour avoir cet avantage.",
|
||||
"support.perk.privateDiscord": "Accès à un canal Discord exclusif",
|
||||
"support.perk.privateDiscord.extra": "Utilisé pour occasionellement partager des MàJ en cours de production, d'un support prioritaire et de suggestion prioritaire.",
|
||||
"support.perk.prioritySupport": "Assistance prioritaire",
|
||||
"support.perk.prioritySupport.extra": "Accès à un second canal d'aide auquel je donne la priorité pour les demandes d'assistance.",
|
||||
|
||||
"support.perk.previewQ": "",
|
||||
"support.perk.joinFive": "",
|
||||
"support.perk.tournamentsBeta": "",
|
||||
"support.perk.joinMoreAssociations": "",
|
||||
"support.perk.useBotToLogIn": "",
|
||||
"support.perk.useBotToLogIn.extra": "",
|
||||
"custom.colors.title": "Couleurs personalisées",
|
||||
"custom.colors.bg": "Arrière-plan",
|
||||
"custom.colors.bg-darker": "Arrière-plan sombre",
|
||||
@@ -171,19 +244,52 @@
|
||||
"custom.colors.text": "Texte 1",
|
||||
"custom.colors.text-lighter": "Texte 2",
|
||||
"custom.colors.theme": "Texte 3",
|
||||
|
||||
"custom.colors.theme-secondary": "",
|
||||
"custom.colors.chat": "",
|
||||
"custom.colors.contrast.title": "",
|
||||
"custom.colors.contrast.first-color": "",
|
||||
"custom.colors.contrast.second-color": "",
|
||||
"custom.colors.contrast.description": "",
|
||||
"divisions.WEST": "OculR",
|
||||
"divisions.JPN": "Cubic",
|
||||
"xsearch.placements": "placements",
|
||||
"xsearch.aliases": "Alias:",
|
||||
|
||||
"xsearch.unlink.title": "",
|
||||
"xsearch.unlink.action.long": "",
|
||||
"xsearch.unlink.action.short": "",
|
||||
"build.private": "Privé",
|
||||
|
||||
"or": "Ou",
|
||||
"yes": "Oui",
|
||||
"no": "Non",
|
||||
|
||||
"leaderboard.type.USER": "Utilisateur",
|
||||
"leaderboard.type.TEAM": "Équipe",
|
||||
"leaderboard.type.XP-ALL": "Tous"
|
||||
"leaderboard.type.XP-ALL": "Tous",
|
||||
"leaderboard.noPlayers": "",
|
||||
"leaderboard.noTeams": "",
|
||||
"leaderboard.updateInfo": "",
|
||||
"leaderboard.qualification": "",
|
||||
"leaderboard.qualification.info": "",
|
||||
"chat.connected": "",
|
||||
"chat.connecting": "",
|
||||
"chat.disconnected": "",
|
||||
"chat.send": "",
|
||||
"chat.input.placeholder": "",
|
||||
"chat.systemMsg.scoreReported": "",
|
||||
"chat.systemMsg.scoreConfirmed": "",
|
||||
"chat.systemMsg.cancelReported": "",
|
||||
"chat.systemMsg.cancelConfirmed": "",
|
||||
"chat.systemMsg.userLeft": "",
|
||||
"chat.newMessages": "",
|
||||
"fc.title": "",
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.label": "",
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.bottomText": "",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.label": "",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.bottomText": "",
|
||||
"settings.notifications.title": "",
|
||||
"settings.notifications.description": "",
|
||||
"settings.notifications.disableInfo": "",
|
||||
"settings.notifications.browserNotSupported": "",
|
||||
"settings.notifications.permissionDenied": "",
|
||||
"badges.selector.none": "",
|
||||
"badges.selector.select": ""
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"yaga": "A fourni les icônes d'armes secondaires et spéciales",
|
||||
"antariska": "A fourni les images des stages pour l'outil de plannification",
|
||||
"splatoon3ink": "Données des résultats de Match X",
|
||||
"translation": "Traduction"
|
||||
"translation": "Traduction",
|
||||
"sounds": ""
|
||||
}
|
||||
|
||||
@@ -1,21 +1,20 @@
|
||||
{
|
||||
"q1": "Qu'est-ce que le Plus Server ?",
|
||||
|
||||
"a1": "",
|
||||
"q2": "Comment obtenir un badge pour mon événement ?",
|
||||
|
||||
"a2": "",
|
||||
"q3": "Comment mettre à jour mon pseudo ou mon avatar ?",
|
||||
"a3": "Mettre à jour son pseudo ou avatar sur Discord ne se reflète pas immédiatement sur sendou.ink. Pour voir ce changement, vous avez deux options :\n\n1) Si vous êtes un membre du Discord de sendou.ink ou du Plus Server, il vous suffit d'attendre. Le site se mettra à jour automatiquement dans les 24 heures.\n\n2) Alternativement, si vous voulez les mettre à jour immédiatement, vous pouvez utiliser la commande /update-profile du bot Lohi sur discord.",
|
||||
|
||||
"q4": "Je me suis abonné au Patreon mais je ne vois pas de changement, c'est normal ?",
|
||||
"a4": "Assurez-vous d'avoir lié votre compte Discord sur Patreon.com. Après avoir fait ça, votre statut peut mettre jusqu'à 2 heures à se mettre à jour sur le site. Si vous avez encore des soucis, n'hésitez pas à envoyer un MP à Sendou directement.",
|
||||
|
||||
"q5": "Est-ce qu'il y a une application sendou.ink ?",
|
||||
"a5": "Non, mais sendou.ink peut être installé en tant 'qu'Application Web Progressive' : vous pourrez bénéficier d'un mode plein écran, d'une icone et d'un processus séparé de votre navigateur. Pour pouvoir l'installer, n'hésitez pas à rechercher 'Comment installer une awp sur *votre natigateur*' sur Google.",
|
||||
|
||||
"q6": "Comment puis-je ajouter mes liens Twitch/Bluesky/Youtube à mon profil ?",
|
||||
"a6": "Nous utilisons le profil Discord pour ça. Connectez vos comptes sur Discord puis déconnectez et reconnectez vous sur sendou.ink pour les mettre à jour.",
|
||||
|
||||
"q7": "Comment puis-je ajouter des vidéos ?",
|
||||
|
||||
"q8": "Comment puis-je montrer mes résultats de Match X sur mon profil ?"
|
||||
"a7": "",
|
||||
"q8": "Comment puis-je montrer mes résultats de Match X sur mon profil ?",
|
||||
"a8": "",
|
||||
"q9": "",
|
||||
"a9": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,18 @@
|
||||
{}
|
||||
{
|
||||
"sq.season": "",
|
||||
"sq.prepare": "",
|
||||
"sq.participate": "",
|
||||
"showcase.tabs.signedUp": "",
|
||||
"showcase.tabs.organizer": "",
|
||||
"showcase.tabs.discover": "",
|
||||
"showcase.viewAll": "",
|
||||
"showcase.card.ranked": "",
|
||||
"showcase.card.unranked": "",
|
||||
"showcase.card.winner": "",
|
||||
"showcase.results": "",
|
||||
"leaderboards.topPlayers": "",
|
||||
"leaderboards.topTeams": "",
|
||||
"leaderboards.viewFull": "",
|
||||
"updates.header": "",
|
||||
"updates.viewPast": ""
|
||||
}
|
||||
|
||||
@@ -58,5 +58,10 @@
|
||||
"MODE_LONG_SZ": "Défense de Zone",
|
||||
"MODE_LONG_TC": "Expédition Risquée",
|
||||
"MODE_LONG_RM": "Mission Bazookarpe",
|
||||
"MODE_LONG_CB": "Pluie de Palourdes"
|
||||
"MODE_LONG_CB": "Pluie de Palourdes",
|
||||
"MODE_LONG_SR": "",
|
||||
"MODE_LONG_TB": "",
|
||||
"GAME_S1": "",
|
||||
"GAME_S2": "",
|
||||
"GAME_S3": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,32 @@
|
||||
{}
|
||||
{
|
||||
"types.PLAYER_FOR_TEAM": "",
|
||||
"types.PLAYER_FOR_COACH": "",
|
||||
"types.TEAM_FOR_PLAYER": "",
|
||||
"types.TEAM_FOR_COACH": "",
|
||||
"types.TEAM_FOR_SCRIM": "",
|
||||
"types.COACH_FOR_TEAM": "",
|
||||
"post.lastActive": "",
|
||||
"noPosts": "",
|
||||
"expiring": "",
|
||||
"addFilter": "",
|
||||
"filters.Weapon": "",
|
||||
"filters.Type": "",
|
||||
"filters.Timezone": "",
|
||||
"filters.Language": "",
|
||||
"filters.PlusTier": "",
|
||||
"filters.MaxTier": "",
|
||||
"filters.MinTier": "",
|
||||
"filters.suffix": "",
|
||||
"filters.orAbove": "",
|
||||
"new.noMorePosts": "",
|
||||
"new.type.header": "",
|
||||
"new.timezone.header": "",
|
||||
"new.text.header": "",
|
||||
"new.visibility.header": "",
|
||||
"new.visibility.everyone": "",
|
||||
"new.editOn": "",
|
||||
"new.weaponPool.header": "",
|
||||
"new.weaponPool.userProfile": "",
|
||||
"new.languages.header": "",
|
||||
"new.languages.sqSettingsPage": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,25 @@
|
||||
{}
|
||||
{
|
||||
"roles.ADMIN": "",
|
||||
"roles.MEMBER": "",
|
||||
"roles.ORGANIZER": "",
|
||||
"roles.STREAMER": "",
|
||||
"events.established.short": "",
|
||||
"events.all": "",
|
||||
"events.past": "",
|
||||
"events.upcoming": "",
|
||||
"events.tabs.events": "",
|
||||
"events.tabs.leaderboard": "",
|
||||
"edit.form.title": "",
|
||||
"edit.form.uploadLogo": "",
|
||||
"edit.form.socialLinks.title": "",
|
||||
"edit.form.members.title": "",
|
||||
"edit.form.members.info": "",
|
||||
"edit.form.members.user.title": "",
|
||||
"edit.form.members.role.title": "",
|
||||
"edit.form.members.roleDisplayName.title": "",
|
||||
"edit.form.series.title": "",
|
||||
"edit.form.series.seriesName.title": "",
|
||||
"edit.form.series.showLeaderboard.title": "",
|
||||
"edit.form.badges.title": "",
|
||||
"edit.form.errors.noUnadmin": ""
|
||||
}
|
||||
|
||||
@@ -5,7 +5,168 @@
|
||||
"mapListPreference.ALL_MODES_ONLY": "Tous les modes seulement",
|
||||
"mapListPreference.SZ_ONLY": "DdZ seulement",
|
||||
"mapListPreference.note": "Note: Vous ne pourrez pas correspondre avec les équipes ayant choisi \"{{optionOne}}\". Envisagez de choisir \"{{optionTwo}}\".",
|
||||
"roles.OWNER": "",
|
||||
"roles.MANAGER": "",
|
||||
"roles.REGULAR": "",
|
||||
"vc.YES": "Vocal OK",
|
||||
"vc.NO": "Vocal impossible",
|
||||
"vc.LISTEN_ONLY": "Écoute seulement"
|
||||
"vc.LISTEN_ONLY": "Écoute seulement",
|
||||
"privateNote.header": "",
|
||||
"privateNote.comment.header": "",
|
||||
"privateNote.sentiment.header": "",
|
||||
"privateNote.sentiment.info": "",
|
||||
"privateNote.sentiment.POSITIVE": "",
|
||||
"privateNote.sentiment.NEUTRAL": "",
|
||||
"privateNote.sentiment.NEGATIVE": "",
|
||||
"privateNote.delete.header": "",
|
||||
"front.cities.la": "",
|
||||
"front.cities.nyc": "",
|
||||
"front.cities.paris": "",
|
||||
"front.cities.tokyo": "",
|
||||
"front.inviteCodeWrong": "",
|
||||
"front.noFriendCode": "",
|
||||
"front.upcomingSeason.header": "",
|
||||
"front.upcomingSeason.date": "",
|
||||
"front.noUpcomingSeason": "",
|
||||
"front.nav.rules.title": "",
|
||||
"front.nav.rules.description": "",
|
||||
"front.nav.info.title": "",
|
||||
"front.nav.info.description": "",
|
||||
"front.nav.settings.title": "",
|
||||
"front.nav.settings.description": "",
|
||||
"front.nav.leaderboards.title": "",
|
||||
"front.nav.leaderboards.description": "",
|
||||
"front.nav.mySeason.title": "",
|
||||
"front.nav.mySeason.description": "",
|
||||
"front.nav.streams.title": "",
|
||||
"front.nav.streams.description": "",
|
||||
"front.actions.logIn": "",
|
||||
"front.actions.joinWithGroup": "",
|
||||
"front.actions.joinSolo": "",
|
||||
"front.join.header": "",
|
||||
"front.join.joinAction": "",
|
||||
"front.join.joinWithTrustAction": "",
|
||||
"front.join.joinWithTrustAction.explanation": "",
|
||||
"front.seasonOpen": "",
|
||||
"front.preview": "",
|
||||
"front.preview.explanation": "",
|
||||
"settings.maps.header": "",
|
||||
"settings.maps.avoid": "",
|
||||
"settings.maps.prefer": "",
|
||||
"settings.maps.neutral": "",
|
||||
"settings.weaponPool.header": "",
|
||||
"settings.weaponPool.full": "",
|
||||
"settings.voiceChat.header": "",
|
||||
"settings.voiceChat.canVC.header": "",
|
||||
"settings.voiceChat.canVC.yes": "",
|
||||
"settings.voiceChat.canVC.no": "",
|
||||
"settings.voiceChat.canVC.listenOnly": "",
|
||||
"settings.voiceChat.languages.header": "",
|
||||
"settings.voiceChat.languages.placeholder": "",
|
||||
"settings.sounds.header": "",
|
||||
"settings.sounds.likeReceived": "",
|
||||
"settings.sounds.groupNewMember": "",
|
||||
"settings.sounds.matchStarted": "",
|
||||
"settings.mapPool.notOk": "",
|
||||
"settings.misc.header": "",
|
||||
"settings.banned": "",
|
||||
"settings.avoid.label": "",
|
||||
"settings.trusted.header": "",
|
||||
"settings.trusted.confirm": "",
|
||||
"settings.trusted.trustedExplanation": "",
|
||||
"settings.trusted.noTrustedExplanation": "",
|
||||
"settings.trusted.teamExplanation": "",
|
||||
"looking.joiningGroupError": "",
|
||||
"looking.goToSettingsPrompt": "",
|
||||
"looking.inactiveGroup.soon": "",
|
||||
"looking.inactiveGroup": "",
|
||||
"looking.inactiveGroup.action": "",
|
||||
"looking.lastUpdatedAt": "",
|
||||
"looking.columns.invited": "",
|
||||
"looking.columns.challenged": "",
|
||||
"looking.columns.invitations": "",
|
||||
"looking.columns.challenges": "",
|
||||
"looking.columns.available": "",
|
||||
"looking.columns.myGroup": "",
|
||||
"looking.columns.chat": "",
|
||||
"looking.columns.groups": "",
|
||||
"looking.groups.actions.startMatch": "",
|
||||
"looking.groups.actions.challenge": "",
|
||||
"looking.groups.actions.invite": "",
|
||||
"looking.groups.actions.groupUp": "",
|
||||
"looking.groups.actions.undo": "",
|
||||
"looking.groups.actions.rechallenge": "",
|
||||
"looking.groups.actions.giveManager": "",
|
||||
"looking.groups.actions.removeManager": "",
|
||||
"looking.groups.actions.kick": "",
|
||||
"looking.groups.actions.leaveGroup": "",
|
||||
"looking.groups.actions.leaveQ": "",
|
||||
"looking.groups.actions.goBack": "",
|
||||
"looking.groups.adder.quickAdd": "",
|
||||
"looking.groups.adder.error": "",
|
||||
"looking.groups.adder.others": "",
|
||||
"looking.groups.adder.inviteLink": "",
|
||||
"looking.groups.adder.select": "",
|
||||
"looking.groups.editNote": "",
|
||||
"looking.groups.addNote": "",
|
||||
"looking.replay": "",
|
||||
"looking.teamSP": "",
|
||||
"looking.teamSP.calculated": "",
|
||||
"looking.teamSP.calculating": "",
|
||||
"looking.sp.calculated": "",
|
||||
"looking.sp.calculating": "",
|
||||
"looking.rankCalculating": "",
|
||||
"looking.allTiers": "",
|
||||
"looking.joinQPrompt": "",
|
||||
"looking.range.or": "",
|
||||
"match.header": "",
|
||||
"match.spInfo": "",
|
||||
"match.dispute.button": "",
|
||||
"match.dispute.p1": "",
|
||||
"match.dispute.p2": "",
|
||||
"match.actions.lookAgain": "",
|
||||
"match.actions.stopReportingWeapons": "",
|
||||
"match.actions.reportWeapons": "",
|
||||
"match.report.whoToReport": "",
|
||||
"match.report.whoToReport.me": "",
|
||||
"match.report.whoToReport.myTeam": "",
|
||||
"match.report.whoToReport.everyone": "",
|
||||
"match.report.copyWeapons": "",
|
||||
"match.report.error": "",
|
||||
"match.report.submit": "",
|
||||
"match.report.winnerLabel": "",
|
||||
"match.report.weaponLabel": "",
|
||||
"match.sides.alpha": "",
|
||||
"match.sides.bravo": "",
|
||||
"match.helpdesk": "",
|
||||
"match.pool": "",
|
||||
"match.password.short": "",
|
||||
"match.cancelMatch": "",
|
||||
"match.canceled": "",
|
||||
"match.cancelRequested": "",
|
||||
"match.reportedBy": "",
|
||||
"match.cancelPendingConfirmation": "",
|
||||
"match.cancelMatch.confirm": "",
|
||||
"match.tabs.reportScore": "",
|
||||
"match.errors.cantCancel": "",
|
||||
"match.errors.different": "",
|
||||
"match.submitScores": "",
|
||||
"match.submitScores.adjusted": "",
|
||||
"match.results.unplayed": "",
|
||||
"match.results.us": "",
|
||||
"match.results.them": "",
|
||||
"match.won": "",
|
||||
"match.reporting": "",
|
||||
"match.outcome.win": "",
|
||||
"match.outcome.loss": "",
|
||||
"match.screen.ban": "",
|
||||
"match.screen.allowed": "",
|
||||
"preparing.joinQ": "",
|
||||
"tiers.currentCriteria": "",
|
||||
"tiers.info.p1": "",
|
||||
"tiers.info.p2": "",
|
||||
"tiers.info.p3": "",
|
||||
"streams.noStreams": "",
|
||||
"streams.ownStreamInfo": "",
|
||||
"streams.ownStreamInfo.linkText": ""
|
||||
}
|
||||
|
||||
@@ -1 +1,51 @@
|
||||
{}
|
||||
{
|
||||
"tabs.owned": "",
|
||||
"tabs.requests": "",
|
||||
"tabs.available": "",
|
||||
"now": "",
|
||||
"noneAvailable": "",
|
||||
"requestModal.title": "",
|
||||
"table.headers.time": "",
|
||||
"table.headers.team": "",
|
||||
"table.headers.divs": "",
|
||||
"table.headers.status": "",
|
||||
"limitedVisibility": "",
|
||||
"pickup": "",
|
||||
"status.booked": "",
|
||||
"status.pending": "",
|
||||
"actions.request": "",
|
||||
"deleteModal.title": "",
|
||||
"deleteModal.prevented": "",
|
||||
"cancelModal.title": "",
|
||||
"actions.contact": "",
|
||||
"acceptModal.title": "",
|
||||
"acceptModal.prevented": "",
|
||||
"forms.title": "",
|
||||
"forms.with.title": "",
|
||||
"forms.with.explanation": "",
|
||||
"forms.with.user": "",
|
||||
"forms.with.pick-up": "",
|
||||
"forms.when.title": "",
|
||||
"forms.when.explanation": "",
|
||||
"forms.text.title": "",
|
||||
"forms.visibility.title": "",
|
||||
"forms.visibility.public": "",
|
||||
"forms.visibility.noneAvailable": "",
|
||||
"forms.notFoundVisibility.title": "",
|
||||
"forms.notFoundVisibility.explanation": "",
|
||||
"forms.divs.minDiv.title": "",
|
||||
"forms.divs.maxDiv.title": "",
|
||||
"page.scheduledScrim": "",
|
||||
"associations.title": "",
|
||||
"associations.explanation": "",
|
||||
"associations.join.title": "",
|
||||
"associations.delete.title": "",
|
||||
"associations.admin": "",
|
||||
"associations.leave.title": "",
|
||||
"associations.leave.action": "",
|
||||
"associations.shareLink.title": "",
|
||||
"associations.shareLink.reset": "",
|
||||
"associations.removeMember.title": "",
|
||||
"associations.forms.title": "",
|
||||
"associations.forms.name.title": ""
|
||||
}
|
||||
|
||||
@@ -2,25 +2,39 @@
|
||||
"newTeam.header": "Création d'une nouvelle équipe",
|
||||
"teamSearch.placeholder": "Rechercher une équipe ou un joueur...",
|
||||
"actionButtons.leaveTeam": "Quitter l'équipe",
|
||||
"actionButtons.makeMainTeam": "",
|
||||
"leaveTeam.header": "",
|
||||
"leaveTeam.header.newOwner": "",
|
||||
"actionButtons.leaveTeam.confirm": "Quitter",
|
||||
"actionButtons.editTeam": "Modifier l'équipe",
|
||||
"actionButtons.manageRoster": "Gerer la composition de l'équipe",
|
||||
"actionButtons.deleteTeam": "Supprimer l'équipe",
|
||||
"actionButtons.deleteTeam.profilePicture": "",
|
||||
"actionButtons.deleteTeam.banner": "",
|
||||
"actionButtons.kick": "Retirer",
|
||||
"kick.header": "Retirer {{user}} de {{teamName}} ?",
|
||||
"actionButtons.transferOwnership": "Transférer le contrôle",
|
||||
"transferOwnership.header": "Transférer le contrôle de {{teamName}} à {{user}} ?",
|
||||
"actionButtons.transferOwnership.confirm": "Transférer",
|
||||
"deleteTeam.header": "Êtes-vous sûr de vouloir supprimer {{teamName}} ?",
|
||||
"deleteTeam.profilePicture.header": "",
|
||||
"deleteTeam.banner.header": "",
|
||||
"roles.CAPTAIN": "Capitaine",
|
||||
"roles.CO_CAPTAIN": "",
|
||||
"roles.FRONTLINE": "Frontline",
|
||||
"roles.SLAYER": "",
|
||||
"roles.SKIRMISHER": "",
|
||||
"roles.SUPPORT": "Support",
|
||||
"roles.MIDLINE": "Midline",
|
||||
"roles.BACKLINE": "Backline",
|
||||
"roles.FLEX": "Flex",
|
||||
"roles.SUB": "",
|
||||
"roles.COACH": "Coach",
|
||||
"roles.CHEERLEADER": "",
|
||||
"forms.fields.teamBsky": "",
|
||||
"forms.fields.bio": "Bio",
|
||||
"forms.fields.uploadImages": "Soumettre images",
|
||||
"forms.fields.removeImages": "",
|
||||
"forms.fields.uploadImages.pfp": "Emblème",
|
||||
"forms.fields.uploadImages.banner": "Bannière d'équipe",
|
||||
"forms.info.name": "Veuillez noter que si vous changer le nom de l'équipe, quelqu'un d'autre pourra s'emparer de l'ancien nom et URL",
|
||||
@@ -31,5 +45,9 @@
|
||||
"validation.SHORT_CODE": "Le code d'invitation n'a pas la bonne longueur. Avez-vous bien copier l'URL au complet ?",
|
||||
"validation.TEAM_FULL": "L'équipe que vous essayez de rejoindre est complète.",
|
||||
"validation.INVITE_CODE_WRONG": "Le code d'invitation est incorrect.",
|
||||
"validation.VALID": "Rejoindre {{teamName}} ?"
|
||||
"validation.REACHED_TEAM_COUNT_LIMIT": "",
|
||||
"validation.VALID": "Rejoindre {{teamName}} ?",
|
||||
"editor.label": "",
|
||||
"editorsInfo.button": "",
|
||||
"editorsInfo.popover": ""
|
||||
}
|
||||
|
||||
@@ -5,104 +5,100 @@
|
||||
"tabs.register": "Registration",
|
||||
"tabs.brackets": "Brackets",
|
||||
"tabs.seeds": "Seeds",
|
||||
"tabs.results": "",
|
||||
"tabs.streams": "Diffusions ({{count}})",
|
||||
"tabs.subs": "Remplaçants ({{count}})",
|
||||
|
||||
"pre.steps.header": "Complétez ces étapes pour jouer",
|
||||
"pre.steps.name": "Nom de l'équipe",
|
||||
"pre.steps.roster": "Participants",
|
||||
"pre.steps.pool": "Liste des stages",
|
||||
"pre.steps.check-in": "",
|
||||
"pre.footer": "L'inscription peut être librement modifiée avant le début du tournoi",
|
||||
"pre.logIn": "Connectez-vous pour vous inscrire",
|
||||
"pre.inATeam": "Vous faites partie d'une équipe pour cet événement",
|
||||
|
||||
"pre.checkIn.range": "L'enregistrement est ouvert entre {{start}} et {{finish}}",
|
||||
"pre.checkIn.over": "L'enregistrement est fini",
|
||||
"pre.checkIn.cant": "Complétez les étapes précédentes avant de vous enregistrer",
|
||||
"pre.checkIn.button": "S'enregistrer",
|
||||
"pre.checkIn.checkedIn": "Votre équipe est enregistrée",
|
||||
|
||||
"pre.info.header": "Info équipe",
|
||||
"pre.info.unregister": "Se désinscrire",
|
||||
"pre.info.unregister.confirm": "Se désinscrire du tournoi et effacer les info de l'équipe ?",
|
||||
"pre.info.noHost": "Mon équipe préfère ne par héberger",
|
||||
|
||||
"pre.info.noScreen": "",
|
||||
"pre.roster.header": "Remplir la liste",
|
||||
"pre.roster.footer": "Au moins {{atLeastCount}} membres sont requis pour participer. La taille maximum est de {{maxCount}}",
|
||||
"pre.roster.addTrusted.header": "Ajoutez des personnes avec lesquelles vous avez joué",
|
||||
"pre.roster.delete.button": "Effacer membre",
|
||||
"pre.roster.delete.header": "Membre à effacer",
|
||||
|
||||
"pre.pool.header": "Sélection de stage",
|
||||
|
||||
"pre.pool.banned": "",
|
||||
"pre.pool.tiebreaker.short": "",
|
||||
"pre.sub.prompt": "Pas d'équipe en tête pour cet évenement ? Vous pouvez aussi rejoindre la liste des remplaçants.",
|
||||
|
||||
"bracket.type.DE_WINNERS": "Manche des gagnants",
|
||||
"bracket.type.DE_LOSERS": "Manche des perdants",
|
||||
"bracket.type.SE": "Manche",
|
||||
"bracket.type.SWISS": "À la Suisse",
|
||||
"bracket.type.GROUPS": "Manche en groupes",
|
||||
|
||||
"round.label": "Manche",
|
||||
|
||||
"team.label": "Équipe",
|
||||
"team.unlisted": "Équipe non listée",
|
||||
|
||||
"bestOf.label.short": "Md",
|
||||
|
||||
"pickInfo.team": "L'équipe {{number}} fait son choix.",
|
||||
"pickInfo.team.specific": "{{team}} a fait son choix.",
|
||||
"pickInfo.tiebreaker": "Tiebreaker",
|
||||
"pickInfo.both": "Les deux ont choisi",
|
||||
"pickInfo.default": "Stages par défaut",
|
||||
|
||||
"pickInfo.counterpick": "",
|
||||
"generator.error": "Les modifications apportées n'ont pas été enregistrées depuis le début du tournoi",
|
||||
|
||||
"teams.mapsPickedStatus": "Statut des stages sélectionnés",
|
||||
|
||||
"admin.download": "Télécharger les participants",
|
||||
"admin.actions.CHANGE_TEAM_OWNER": "Changer le capitaine",
|
||||
"admin.actions.CHANGE_TEAM_NAME": "",
|
||||
"admin.actions.CHECK_IN": "S'enregister",
|
||||
"admin.actions.CHECK_OUT": "Se désinscrire",
|
||||
"admin.actions.ADD_MEMBER": "Ajouter membre",
|
||||
"admin.actions.REMOVE_MEMBER": "Retirer membre",
|
||||
"admin.actions.DELETE_TEAM": "Effacer l'équipe",
|
||||
|
||||
"admin.actions.ADD_TEAM": "",
|
||||
"admin.actions.DROP_TEAM_OUT": "",
|
||||
"admin.actions.UNDO_DROP_TEAM_OUT": "",
|
||||
"admin.actions.UPDATE_IN_GAME_NAME": "",
|
||||
"admin.actions.DELETE_LOGO": "",
|
||||
"staff.role.ORGANIZER": "",
|
||||
"staff.role.STREAMER": "",
|
||||
"actions.addSub": "Ajouter remplaçant",
|
||||
"actions.shareLink": "Partagez votre lien d'invitation pour ajouter des membres: {{inviteLink}}",
|
||||
"actions.sub.prompt_other": "Vous pouvez encore ajouter {{count}} remplaçants à votre liste",
|
||||
"actions.sub.prompt_one": "Vous pouvez encore ajouter {{count}} remplaçant à votre liste",
|
||||
"actions.sub.prompt_many": "",
|
||||
"actions.sub.prompt_other": "Vous pouvez encore ajouter {{count}} remplaçants à votre liste",
|
||||
"actions.sub.prompt_zero": "Votre liste est pleine, des remplaçant supplémentaires ne peuvent être ajoutés",
|
||||
"actions.finalize.question": "Lorsque vous avez vérifié que les scores indiqués sont corrects, cliquez ici pour finaliser le tournoi et traiter les résultats",
|
||||
"actions.finalize.action": "Finaliser",
|
||||
"actions.finalize.confirm": "Êtes-vous sûr de vouloir finaliser le tournoi (irréversible) ?",
|
||||
|
||||
"streams.none": "Aucune diffusion en direct de ce tournoi n'est disponible actuellement",
|
||||
|
||||
"team.setWins": "Set wins",
|
||||
"team.mapWins": "Map wins",
|
||||
"team.seed": "Seed",
|
||||
"team.seed.footer": "sur {{count}}",
|
||||
"team.placement": "Placement",
|
||||
|
||||
"team.placement.footer": "",
|
||||
"bracket.waiting": "Le bracket sera affiché ici quand au moins {{count}} équipes seront inscrites",
|
||||
"bracket.waiting.checkin": "",
|
||||
"bracket.wip": "Ce bracket est un aperçu et sujet à changement",
|
||||
|
||||
"bracket.progress.thanksForPlaying": "Merci d'avoir participé à {{eventName}} !",
|
||||
"bracket.progress.match": "Adversaire actuel: {{opponent}}",
|
||||
"bracket.progress.match.action": "Voir",
|
||||
"bracket.progress.waiting": "En attente de match",
|
||||
|
||||
"bracket.standings.showLess": "Montrer moins",
|
||||
"bracket.standings.showMore": "Montrer plus",
|
||||
|
||||
"match.hosts": "{{teamName}} héberge",
|
||||
"match.pass": "MdP",
|
||||
"match.pool": "Canal}",
|
||||
"match.score": "{{scoreOne}}-{{scoreTwo}} (Meilleur de {{bestOf}})",
|
||||
"match.score.playAll": "",
|
||||
"match.action.undoLastScore": "Annuler le dernier score",
|
||||
"match.action.reopenMatch": "Rouvrir le match",
|
||||
|
||||
"join.error.MISSING_CODE": "Le code d'invitation est manquant. L'URL complète a-t-elle été copiée ?",
|
||||
"join.error.SHORT_CODE": "Le code d'invitation n'a pas la bonne longueur. L'URL complète a-t-elle été copiée ?",
|
||||
"join.error.NO_TEAM_MATCHING_CODE": "Aucune équipe ne correspond au code d'invitation.",
|
||||
@@ -111,11 +107,11 @@
|
||||
"join.error.NOT_LOGGED_IN": "Vous devez être connecté pour rejoindre une équipe.",
|
||||
"join.VALID": "Rejoindre {{teamName}} pour {{eventName}} ?",
|
||||
"join.giveTrust": "Faire confiance à {{name}} pour vous ajouter de son propre chef à de futurs tournois ?",
|
||||
|
||||
"subs.prefersToPlay": "Préfère jouer",
|
||||
"subs.canPlay": "Peut jouer",
|
||||
"subs.canVC": "Peut Vocal",
|
||||
"subs.noVC": "Pas de Vocal",
|
||||
"subs.listenOnlyVC": "",
|
||||
"subs.editPost": "Edit sub post",
|
||||
"subs.addPost": "S'ajouter en remplaçant",
|
||||
"subs.vc.header": "Chat vocal disponible ?",
|
||||
@@ -124,5 +120,15 @@
|
||||
"subs.weapons.info": "Choisissez entre {{min}} et {{max}}",
|
||||
"subs.message.header": "Message",
|
||||
"subs.visibility.header": "Visibilité",
|
||||
"subs.visibility.everyone": "Tout le monde"
|
||||
"subs.visibility.everyone": "Tout le monde",
|
||||
"progression.error.PLACEMENTS_PARSE_ERROR": "",
|
||||
"progression.error.NOT_RESOLVING_WINNER": "",
|
||||
"progression.error.SAME_PLACEMENT_TO_MULTIPLE_BRACKETS": "",
|
||||
"progression.error.GAP_IN_PLACEMENTS": "",
|
||||
"progression.error.TOO_MANY_PLACEMENTS": "",
|
||||
"progression.error.DUPLICATE_BRACKET_NAME": "",
|
||||
"progression.error.NAME_MISSING": "",
|
||||
"progression.error.NEGATIVE_PROGRESSION": "",
|
||||
"progression.error.NO_SE_SOURCE": "",
|
||||
"progression.error.NO_DE_POSITIVE": ""
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"customUrl": "URL personnalisée",
|
||||
"customName": "",
|
||||
"ign": "Pseudo en jeu",
|
||||
"ign.short": "PEJ",
|
||||
"country": "Pays",
|
||||
@@ -11,13 +12,17 @@
|
||||
"sens": "Sens",
|
||||
"weaponPool": "Armes jouées",
|
||||
"discordExplanation": "Votre pseudo, votre photo de profil et vos comptes Youtube, Bluesky et Twitch viennent de votre compte Discord. Voir la <1>FAQ</1> pour plus d'informations.",
|
||||
|
||||
"favoriteBadges": "",
|
||||
"battlefy": "",
|
||||
"forms.showDiscordUniqueName": "Montrer le pseudo Discord",
|
||||
"forms.showDiscordUniqueName.info": "Show your unique Discord name ({{discordUniqueName}}) publicly?",
|
||||
"forms.commissionsOpen": "Commissions acceptées",
|
||||
"forms.commissionText": "Info pour les commissions",
|
||||
"forms.commissionText.info": "Prix, disponibilités et tout autres info nécéssaires",
|
||||
|
||||
"forms.customName.info": "",
|
||||
"forms.country.search.placeholder": "",
|
||||
"forms.favoriteBadges.nonSupporter": "",
|
||||
"results.title": "",
|
||||
"results.placing": "Placement",
|
||||
"results.team": "Équipe",
|
||||
"results.tournament": "Tournoi",
|
||||
@@ -26,12 +31,50 @@
|
||||
"results.highlights": "Résultats notables",
|
||||
"results.highlights.choose": "Choisir vos résultats notables",
|
||||
"results.highlights.explanation": "Sélectionnez les résultats que vous voulez mettre en avant",
|
||||
|
||||
"results.button.showHighlights": "",
|
||||
"results.button.showAll": "",
|
||||
"forms.errors.maxWeapons": "Nombre d'armes maximum atteint",
|
||||
"forms.errors.invalidCustomUrl.numbers": "Votre URL personnalisée ne peut pas contenir que des nombres",
|
||||
"forms.errors.invalidCustomUrl.strangeCharacter": "Votre URL personnalisée ne peut pas contenir de caractères spéciaux",
|
||||
"forms.errors.invalidCustomUrl.duplicate": "Cette URL a déjà été choisie par quelqu'un",
|
||||
"forms.errors.invalidSens": "La sensibilité du gyroscope ne peut pas être choisie si la sensibilité du stick droit ne l'est pas",
|
||||
|
||||
"search.noResults": "Aucun utilisateur correspondant à '{{query}}' n'a été trouvé"
|
||||
"forms.info.customUrl": "",
|
||||
"forms.info.battlefy": "",
|
||||
"search.info": "",
|
||||
"search.noResults": "Aucun utilisateur correspondant à '{{query}}' n'a été trouvé",
|
||||
"search.pleaseLogIn.header": "",
|
||||
"search.pleaseLogIn.button": "",
|
||||
"seasons": "",
|
||||
"seasons.noQ": "",
|
||||
"seasons.tabs.weapons": "",
|
||||
"seasons.tabs.stages": "",
|
||||
"seasons.tabs.self": "",
|
||||
"seasons.tabs.teammates": "",
|
||||
"seasons.tabs.opponents": "",
|
||||
"seasons.season": "",
|
||||
"seasons.season.short": "",
|
||||
"seasons.win.short": "",
|
||||
"seasons.loss.short": "",
|
||||
"seasons.tentative": "",
|
||||
"seasons.tentative.explanation": "",
|
||||
"seasons.peak": "",
|
||||
"seasons.noReportedWeapons": "",
|
||||
"seasons.clickARow": "",
|
||||
"seasons.loading": "",
|
||||
"seasons.matchBeingProcessed": "",
|
||||
"builds.sorting.changeButton": "",
|
||||
"builds.sorting.header": "",
|
||||
"builds.sorting.backToDefaults": "",
|
||||
"builds.sorting.info": "",
|
||||
"builds.sorting.UPDATED_AT": "",
|
||||
"builds.sorting.TOP_500": "",
|
||||
"builds.sorting.WEAPON_POOL": "",
|
||||
"builds.sorting.WEAPON_IN_GAME_ORDER": "",
|
||||
"builds.sorting.ALPHABETICAL_TITLE": "",
|
||||
"builds.sorting.MODE": "",
|
||||
"builds.sorting.HEADGEAR_ID": "",
|
||||
"builds.sorting.CLOTHES_ID": "",
|
||||
"builds.sorting.SHOES_ID": "",
|
||||
"builds.sorting.PUBLIC_BUILD": "",
|
||||
"builds.sorting.PRIVATE_BUILD": ""
|
||||
}
|
||||
|
||||
@@ -3,9 +3,12 @@
|
||||
"type.TOURNAMENT": "Tournoi (PoV)",
|
||||
"type.MATCHMAKING": "Anarchie/Match X/Guerre de Territoire",
|
||||
"type.CAST": "Tournoi (Cast)",
|
||||
"type.SENDOUQ": "",
|
||||
"gameCount": "Match {{count}}",
|
||||
"minShort": "min",
|
||||
"secShort": "sec",
|
||||
"forms.title.create": "",
|
||||
"forms.title.edit": "",
|
||||
"forms.title.youtubeUrl": "URL YouTube",
|
||||
"forms.title.videoTitle": "Titre de la vidéo",
|
||||
"forms.title.videoDate": "Date de la vidéo",
|
||||
@@ -18,5 +21,8 @@
|
||||
"forms.title.weaponsTeamTwo": "Armes (Équipe 2)",
|
||||
"forms.title.weapon": "Arme",
|
||||
"forms.action.addMatch": "Ajouter un match",
|
||||
"forms.action.deleteMatch": "Effacer un match"
|
||||
"forms.action.deleteMatch": "Effacer un match",
|
||||
"noVods": "",
|
||||
"gainPerms": "",
|
||||
"deleteConfirm": ""
|
||||
}
|
||||
|
||||
@@ -92,6 +92,7 @@
|
||||
"damage.header.baseDamage.short": "Base",
|
||||
"damage.header.distance": "Distance",
|
||||
"damage.toSplat_one": "{{count}} coup pour liquider",
|
||||
"damage.toSplat_many": "",
|
||||
"damage.toSplat_other": "{{count}} coups pour liquider",
|
||||
"damage.NORMAL_MIN": "Minimum",
|
||||
"damage.NORMAL_MAX": "Maximum",
|
||||
@@ -158,6 +159,7 @@
|
||||
"dmgHtdExplanation": "DGT = Dégâts | CAD = Coups avant destruction",
|
||||
"noDmgData": "Il n'y a pas de données sur les dégâts de cette arme. Revenez plus tard !",
|
||||
"perInkTankGrid.header_one": "Tirs de {{weapon}} après ×{{count}} utilisation de l'arme secondaire",
|
||||
"perInkTankGrid.header_many": "",
|
||||
"perInkTankGrid.header_other": "Tirs de {{weapon}} après ×{{count}} utilisation de l'arme secondaire",
|
||||
"bigBubblerExplanation": "La durée du {{weapon}} est également augmentée à mesure que la durabilité augmente",
|
||||
"button.showChart": "Afficher le graphique",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"pendingApproval_one": "Vous avez {{count}} image en attente de validation par un modérateur.",
|
||||
"pendingApproval_many": "",
|
||||
"pendingApproval_other": "Vous avez {{count}} images en attente de validation par un modérateur.",
|
||||
"madeBy": "Créé par",
|
||||
"radios.all": "Tous",
|
||||
@@ -25,7 +26,6 @@
|
||||
"forms.tags.addNew.placeholder": "Créer un nouveau tag",
|
||||
"forms.tags.searchExisting.placeholder": "Chercher des tags existants",
|
||||
"forms.tags.maxReached": "Limite de tags atteinte",
|
||||
|
||||
"delete.title": "Êtes vous sûre de vouloir supprimer cette œuvre?",
|
||||
"unlink.title": "Êtes vous sûre de vouloir supprimer cette œuvre de votre profil? (Seulement {{username}} pourra le remettre)"
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"patreon+": "Supporter+ sur le patreon de sendou.ink",
|
||||
"xp": "Attribué pour avoir atteint {{xpText}}",
|
||||
"tournament_one": "Attribué pour avoir gagné {{tournament}}",
|
||||
"tournament_many": "",
|
||||
"tournament_other": "Attribué pour avoir gagné {{tournament}} (×{{count}})",
|
||||
"forYourEvent": "Un badge pour votre événement ?",
|
||||
"managedBy": "Géré par {{users}}",
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"inYourTimeZone": "Horaires (adaptés à votre fuseau) :",
|
||||
"addNew": "Ajouter un événement",
|
||||
"noEvents": "Aucun événement pour la semaine sélectionnée",
|
||||
"reportResults": "Vous pouvez déclarer les résultats :",
|
||||
"day": "Jour {{number}}",
|
||||
"actions.reportWinners": "Déclarer les gagnants",
|
||||
"actions.delete": "Effacer l'événement",
|
||||
@@ -12,13 +9,12 @@
|
||||
"members": "Membres",
|
||||
"results": "Résultats",
|
||||
"createMapList": "Créer une liste de stages",
|
||||
"from": "Par {{author}}",
|
||||
"pastEvents.dividerText": "Événements passés",
|
||||
"count.teams_one": "{{count}} équipe",
|
||||
"count.players_one": "{{count}} joueur",
|
||||
"count.teams_many": "",
|
||||
"count.teams_other": "{{count}} équipes",
|
||||
"count.players_one": "{{count}} joueur",
|
||||
"count.players_many": "",
|
||||
"count.players_other": "{{count}} joueurs",
|
||||
|
||||
"forms.dates": "Dates",
|
||||
"forms.bracketUrl": "Lien du bracket",
|
||||
"forms.discordInvite": "Lien d'invitation du Discord",
|
||||
@@ -27,7 +23,6 @@
|
||||
"forms.badges": "Badge à gagner",
|
||||
"forms.badges.placeholder": "Choisissez le badge à faire gagner",
|
||||
"forms.mapPool": "Stages disponibles",
|
||||
|
||||
"forms.participantCount": "Nombre de participants",
|
||||
"forms.reportResultsHeader": "Déclarer les résultats pour {{eventName}}",
|
||||
"forms.reportResultsInfo": "Les résultats déclarés peuvent être personnalisés. Vous pouvez déclarer uniquement le gagnant, le top 3, ou tout ce que vous décidez.",
|
||||
@@ -35,22 +30,14 @@
|
||||
"forms.team.remove": "Retirer une équipe",
|
||||
"forms.team.name": "Nom de l'équipe",
|
||||
"forms.team.placing": "Position",
|
||||
|
||||
"forms.team.player.header": "Joueur {{number}}",
|
||||
"forms.team.player.add": "Ajouter un joueur",
|
||||
"forms.team.player.remove": "Retirer un joueur",
|
||||
"forms.team.player.addAsUser": "Ajouter en tant qu'utilisateur (recommandé)",
|
||||
"forms.team.player.addAsText": "Ajouter en tant que texte brut",
|
||||
|
||||
"forms.errors.uniqueTeamName": "Chaque équipe doit avoir un nom unique.",
|
||||
"forms.errors.duplicatePlayer": "Impossible d'avoir le même joueur plusieurs fois dans la même équipe.",
|
||||
"forms.errors.emptyTeam": "Chaque équipe doit au moins avoir un joueur.",
|
||||
|
||||
"week.this": "Cette Sem.",
|
||||
"week.next": "Sem. Suiv.",
|
||||
"week.last": "Sem. Préc.",
|
||||
|
||||
"tag.desc.BADGE": "Le vainceur de cet événement obtient un badge sendou.ink.",
|
||||
"tag.desc.SPECIAL": "Les règles peuvent différer du standard, par ex. une sélection limitée d'armes.",
|
||||
"tag.desc.ART": "Il est possible de gagner une illustration dans ce tournoi.",
|
||||
"tag.desc.MONEY": "Il est possible de gagner de l'argent dans ce tournoi.",
|
||||
@@ -65,7 +52,32 @@
|
||||
"tag.desc.S2": "Le jeu joué est Splatoon 2.",
|
||||
"tag.desc.SR": "Événement Salmon Run.",
|
||||
"tag.desc.CARDS": "Événement Cartes & Territoire.",
|
||||
"tag.filter.label": "Filtre par:",
|
||||
|
||||
"tournament.filter.label": "Hébergé par sendou.ink"
|
||||
"icalFeed": "",
|
||||
"filter.button": "",
|
||||
"filter.heading": "",
|
||||
"filter.modes": "",
|
||||
"filter.exactModes": "",
|
||||
"filter.exactModesBottom": "",
|
||||
"filter.games": "",
|
||||
"filter.vs": "",
|
||||
"filter.vs.4v4": "",
|
||||
"filter.vs.3v3": "",
|
||||
"filter.vs.2v2": "",
|
||||
"filter.vs.1v1": "",
|
||||
"filter.startTime": "",
|
||||
"filter.startTime.any": "",
|
||||
"filter.startTime.eu": "",
|
||||
"filter.startTime.na": "",
|
||||
"filter.startTime.au": "",
|
||||
"filter.tagsIncluded": "",
|
||||
"filter.tagsExcluded": "",
|
||||
"filter.isSendou": "",
|
||||
"filter.isRanked": "",
|
||||
"filter.minTeamCount": "",
|
||||
"filter.orgsIncluded": "",
|
||||
"filter.orgsExcluded": "",
|
||||
"filter.authorIdsExcluded": "",
|
||||
"filter.authorIdsExcludedBottom": "",
|
||||
"filter.apply": "",
|
||||
"filter.applyAndDefault": ""
|
||||
}
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
"pages.scrims": "Scrims",
|
||||
"pages.settings": "Paramètres",
|
||||
"pages.luti": "LUTI",
|
||||
|
||||
"header.profile": "Profil",
|
||||
"header.logout": "Déconnexion",
|
||||
"header.login": "Connexion",
|
||||
@@ -43,7 +42,6 @@
|
||||
"header.adder.art": "Art",
|
||||
"header.adder.vod": "VoD",
|
||||
"header.adder.plusSuggestion": "Suggestion au Plus",
|
||||
|
||||
"notifications.title": "Notification",
|
||||
"notifications.empty": "Rien ici encore, revenez plus tard",
|
||||
"notifications.seeAll": "Voir tout",
|
||||
@@ -77,21 +75,17 @@
|
||||
"notifications.text.SCRIM_NEW_REQUEST": "{{fromUsername}} vous demande de scrim",
|
||||
"notifications.title.SCRIM_SCHEDULED": "Scrim Programmé",
|
||||
"notifications.text.SCRIM_SCHEDULED": "Nouveau scrim programmé à {{timeString}}",
|
||||
|
||||
"auth.errors.aborted": "Connexion abandonnée",
|
||||
"auth.errors.failed": "Connexion échouée",
|
||||
"auth.errors.discordPermissions": "Pour mettre en place votre profil, sendou.ink a besoin de votre nom de profil Discord, de votre avatar et de vos réseaux connectés.",
|
||||
"auth.errors.unknown": " Erreur inconnue, essayez plus tard. Verifiez que votre compte discord aie un email vérifié. Allez sur me channel #helpdesk de notre discord pour de l'aide:",
|
||||
|
||||
"toasts.error": "Erreur",
|
||||
"toasts.success": "Succès",
|
||||
"toasts.info": "Info",
|
||||
|
||||
"footer.github.subtitle": "Code source",
|
||||
"footer.discord.subtitle": "Aide & retours",
|
||||
"footer.patreon.subtitle": "Soutien",
|
||||
"footer.thanks": "Merci à nos Supporters pour le soutien",
|
||||
|
||||
"actions.save": "Sauvegarder",
|
||||
"actions.saveChanges": "Sauvegarder les changements",
|
||||
"actions.submit": "Envoyer",
|
||||
@@ -123,9 +117,9 @@
|
||||
"actions.enable": "Activer",
|
||||
"actions.disable": "Désactiver",
|
||||
"actions.accept": "Accepter",
|
||||
|
||||
"actions.next": "",
|
||||
"actions.previous": "",
|
||||
"noResults": "Aucun résultats",
|
||||
|
||||
"maps.createMapList": "Créer une liste de stages",
|
||||
"maps.halfSz": "50% DdZ",
|
||||
"maps.mapPool": "Pool de stages",
|
||||
@@ -148,23 +142,19 @@
|
||||
"maps.validation.INCLUDES_BANNED": "Vous ne pouvez pas choisir des stages bannis",
|
||||
"maps.validation.INCLUDES_TIEBREAKER": "Vous ne pouvez pas choisir le stage décisif",
|
||||
"maps.validation.VALID": "Liste de stages valide !",
|
||||
|
||||
"results": "Résultats",
|
||||
|
||||
"results.placeSuffix_one": "^er",
|
||||
"results.placeSuffix_many": "",
|
||||
"results.placeSuffix_other": "^ème",
|
||||
"results.placeSuffix_two": "^ème",
|
||||
"results.placeSuffix_few": "^ème",
|
||||
"results.placeSuffix_other": "^ème",
|
||||
|
||||
"forms.name": "Nom",
|
||||
"forms.description": "Description",
|
||||
"forms.errors.title": "Les erreurs ci-dessous doivent être réglées",
|
||||
"forms.errors.noSearchMatches": "Pas de correspondance trouvée",
|
||||
"forms.userSearch.placeholder": "Cherchez les utilisateur par leur pseudo, l'URL de leur profil ou l'ID discord...",
|
||||
"forms.userSearch.noResults": "Aucun utilisateur trouvé",
|
||||
|
||||
"errors.genericReload": "Quelque chose s'est mal passé. Essayez d'actualiser la page.",
|
||||
|
||||
"tag.name.SPECIAL": "Règles spéciales",
|
||||
"tag.name.ART": "Illustration à gagner",
|
||||
"tag.name.MONEY": "Argent à gagner",
|
||||
@@ -184,7 +174,6 @@
|
||||
"tag.name.SR": "Salmon Run",
|
||||
"tag.name.CARDS": "Cartes & Territoire",
|
||||
"tag.name.COLLEGIATE": "Universitaire",
|
||||
|
||||
"weapon.category.SHOOTERS": "Lanceurs",
|
||||
"weapon.category.BLASTERS": "Blasters",
|
||||
"weapon.category.ROLLERS": "Rouleaux",
|
||||
@@ -198,20 +187,15 @@
|
||||
"weapon.category.SPLATANAS": "Éclatanas",
|
||||
"weapon.category.subs": "Secondaires",
|
||||
"weapon.category.specials": "Spéciales",
|
||||
|
||||
"plans.blueprint": "Plans",
|
||||
"plans.bgStyle.OVER": "Vue de dessus",
|
||||
"plans.bgStyle.MINI": "Minimap",
|
||||
"plans.adder.objective": "Objectif",
|
||||
|
||||
"articles.by": "par {{author}}",
|
||||
|
||||
"theme.light": "Clair",
|
||||
"theme.dark": "Sombre",
|
||||
"theme.auto": "Auto",
|
||||
|
||||
"websiteSubtitle": "Le hub compétitif de Splatoon",
|
||||
|
||||
"upload.imageToUpload": "Image à soumettre",
|
||||
"upload.title": "Soumission {{type}}. La taille recommandée est de {{width}}×{{height}}.",
|
||||
"upload.type.team-pfp": "d'un emblème d'équipe",
|
||||
@@ -219,8 +203,8 @@
|
||||
"upload.type.org-pfp": "Photo de profil de l'oganisateur du tournois",
|
||||
"upload.commonExplanation": "Avant que l'image ne soit visible publiquement, un modérateur la validera. Les images soumises par les Supporters n'ont pas besoin d'être validées.",
|
||||
"upload.afterExplanation_one": "Vous avez {{count}} image en attente. L'image sera visible une fois validée.",
|
||||
"upload.afterExplanation_many": "",
|
||||
"upload.afterExplanation_other": "Vous avez {{count}} images en attente. Les images seront visibles une fois validées.",
|
||||
|
||||
"support.intro.first": "Salut! Je suis Sendou et sendou.ink est mon projet pour fournir des outils et ressources pour la communauté Splatoon. L'objectif est d'aider tout le monde à s'améliorer et à profiter de Splatoon, que vous soyez tout nouveau dans le jeu ou un vétéran chevronné.",
|
||||
"support.intro.second": "Si vous aimez ce que je fais, cette page détaille comment vous pouvez soutenir mon travail et gagner des avantages. Votre soutien m'aide à payer l'hébergement ainsi qu'à sponsoriser mon temps passé à améliorer continuellement le projet.",
|
||||
"support.action": "Soutenir sur Patreon",
|
||||
@@ -253,7 +237,6 @@
|
||||
"support.perk.joinMoreAssociations": "Rejoignez jusqu'à un maximum 6 associations",
|
||||
"support.perk.useBotToLogIn": "Se connecter via le bot Discord",
|
||||
"support.perk.useBotToLogIn.extra": "Demander un lien de connexion au bot Lohi comme alternative à la connexion normale au site Web",
|
||||
|
||||
"custom.colors.title": "Couleurs personalisées",
|
||||
"custom.colors.bg": "Arrière-plan",
|
||||
"custom.colors.bg-darker": "Arrière-plan sombre",
|
||||
@@ -263,7 +246,10 @@
|
||||
"custom.colors.theme": "Theme principale",
|
||||
"custom.colors.theme-secondary": "Theme secondaire",
|
||||
"custom.colors.chat": "Nom du chat",
|
||||
|
||||
"custom.colors.contrast.title": "",
|
||||
"custom.colors.contrast.first-color": "",
|
||||
"custom.colors.contrast.second-color": "",
|
||||
"custom.colors.contrast.description": "",
|
||||
"divisions.WEST": "OculR",
|
||||
"divisions.JPN": "Cubic",
|
||||
"xsearch.placements": "placements",
|
||||
@@ -271,13 +257,10 @@
|
||||
"xsearch.unlink.title": "Êtes-vous sûr de vouloir délier ? Cela supprimera les classements de votre profil ainsi que le badge associé (ne peut être rétabli que par le staff de sendou.ink) ?",
|
||||
"xsearch.unlink.action.long": "Délier votre utilisateur",
|
||||
"xsearch.unlink.action.short": "Délier",
|
||||
|
||||
"build.private": "Privé",
|
||||
|
||||
"or": "Ou",
|
||||
"yes": "Oui",
|
||||
"no": "Non",
|
||||
|
||||
"leaderboard.type.USER": "Utilisateur",
|
||||
"leaderboard.type.TEAM": "Équipe",
|
||||
"leaderboard.type.XP-ALL": "Tous",
|
||||
@@ -286,7 +269,6 @@
|
||||
"leaderboard.updateInfo": "Le leaderboard s'actualise toute les 30 minutes",
|
||||
"leaderboard.qualification": "Qualification pour la Season Finale",
|
||||
"leaderboard.qualification.info": "Tous les joueurs du roster doivent avoir 7 matches de jouer pendant la saison. Uniquement les rosters de 4 joueurs ont leurs points.",
|
||||
|
||||
"chat.connected": "Connecté",
|
||||
"chat.connecting": "Connexion...",
|
||||
"chat.disconnected": "Déconnecté",
|
||||
@@ -298,9 +280,7 @@
|
||||
"chat.systemMsg.cancelConfirmed": "{{name}} a confirmé l'anunulation du match. Le match est maintenant vérrouillé",
|
||||
"chat.systemMsg.userLeft": "{{name}} a quitté le groupe",
|
||||
"chat.newMessages": "Nouveau message",
|
||||
|
||||
"fc.title": "Code ami ",
|
||||
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.label": "Sets: Désactiver le tri automatique des bonus",
|
||||
"settings.UPDATE_DISABLE_BUILD_ABILITY_SORTING.bottomText": "En dehors de votre profil, les bonus des sets sont triées de manière à ce que les mêmes bonus soient côte à côte. Ce paramètre vous permet de voir les bonus dans l'ordre dans lequel elles ont été créées partout.",
|
||||
"settings.DISALLOW_SCRIM_PICKUPS_FROM_UNTRUSTED.label": "Scrims: Les ajouts aux pickups peuvent êtres effectuer uniquement par des personnes de confiance",
|
||||
@@ -310,7 +290,6 @@
|
||||
"settings.notifications.disableInfo": "Regarder les paramètre de votre navigateur pour désactiver les notification push.",
|
||||
"settings.notifications.browserNotSupported": "Les notifications push ne sont pas supporter par cet navigateur",
|
||||
"settings.notifications.permissionDenied": "Les notifications push ont été refusées. Vérifiez les paramètres de votre navigateur pour les réactiver",
|
||||
|
||||
"badges.selector.none": "Aucun badges est sélectionné",
|
||||
"badges.selector.select": "Selectionner un badge pour l'ajouter"
|
||||
}
|
||||
|
||||
@@ -58,5 +58,10 @@
|
||||
"MODE_LONG_SZ": "Défense de Zone",
|
||||
"MODE_LONG_TC": "Expédition Risquée",
|
||||
"MODE_LONG_RM": "Mission Bazookarpe",
|
||||
"MODE_LONG_CB": "Pluie de Palourdes"
|
||||
"MODE_LONG_CB": "Pluie de Palourdes",
|
||||
"MODE_LONG_SR": "",
|
||||
"MODE_LONG_TB": "",
|
||||
"GAME_S1": "",
|
||||
"GAME_S2": "",
|
||||
"GAME_S3": ""
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user