Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
135 changes: 129 additions & 6 deletions messages/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@
"patreon": "Zvažte prosím podporu ScoreSaber na Patreonu ❤️",
"patreonPerks": "Můžete získat vlastní bio profilu, stylovou barvu v žebříčku, odznak a roli",
"sourceCode": "Zdrojový kód"
},
"pairing": {
"title": "",
"signedOutDescription": "",
"signedInDescription": "",
"loginAction": "",
"signupAction": "",
"loading": "",
"copied": "",
"claimedDescription": ""
}
},
"nav": {
Expand Down Expand Up @@ -189,9 +199,9 @@
"subscribeDescription": "Odebírejte na Patreonu a odemkněte si výhody profilu, jako je vlastní bio",
"connect": "Připojit Patreon",
"subscribe": "Odebírat na Patreonu",
"supportUs": "Support us on Patreon",
"connectSupporterText": "Already supporting ScoreSaber? Connect your Patreon",
"connectSupporterLink": "here"
"supportUs": "",
"connectSupporterText": "",
"connectSupporterLink": ""
},
"login": {
"titlePrefix": "Přihlásit se do",
Expand Down Expand Up @@ -397,6 +407,7 @@
"legacyAccuracy": "",
"weighted": "",
"score": "",
"mods": "",
"watchReplay": "",
"noReplayAvailable": "",
"hideDetails": "",
Expand All @@ -408,10 +419,14 @@
"replayViewer": "",
"openReplayNewTab": "",
"gridAccuracy": "",
"jumpDistance": "",
"pauses": "",
"paused": "",
"badCuts": "",
"bombs": "",
"streak115": "",
"estFCAccuracy": "",
"estFCPP": "",
"timeDependenceShort": "",
"leftShort": "",
"rightShort": "",
Expand Down Expand Up @@ -493,6 +508,8 @@
"rankedPlays": "",
"rankedScore": "",
"rankedAcc": "",
"plusOnePP": "",
"plusOnePPHint": "",
"totalScore": "",
"joined": "",
"replayViews": "",
Expand Down Expand Up @@ -593,7 +610,103 @@
"chartTooltipPP": "",
"chartTooltipAcc": "",
"chartTooltipPlays": "",
"chartTimeRange": ""
"chartTimeRange": "",
"customization": {
"title": "",
"description": "",
"open": "",
"unsaved": "",
"noChanges": "",
"saved": "",
"saveFailed": "",
"tabs": {
"account": "",
"style": "",
"layout": "",
"pinnedScores": "",
"badges": ""
},
"account": {
"title": "",
"description": "",
"open": ""
},
"pinnedScores": {
"title": "",
"profileTitle": "",
"description": "",
"lockTitle": "",
"lockDescription": "",
"selected": "",
"selectedCount": "",
"emptySelected": "",
"pinScore": "",
"editPinnedScore": "",
"commentPlaceholder": "",
"commentLabel": "",
"commentCount": "",
"moveUp": "",
"moveDown": "",
"unsaved": "",
"noChanges": "",
"saved": "",
"saveFailed": ""
},
"badges": {
"lockTitle": "",
"lockDescription": "",
"empty": "",
"position": "",
"commentPlaceholder": "",
"commentLabel": "",
"commentCount": "",
"moveUp": "",
"moveDown": "",
"unsaved": "",
"noChanges": "",
"saved": ""
},
"layout": {
"lockTitle": "",
"lockDescription": "",
"sectionsTitle": "",
"sectionsDescription": "",
"statsTitle": "",
"statsDescription": "",
"chartMetricsTitle": "",
"chartMetricsDescription": "",
"sectionCharts": "",
"sectionBio": "",
"sectionPinnedScores": "",
"sectionScores": "",
"position": "",
"moveUp": "",
"moveDown": ""
},
"style": {
"accentLockTitle": "",
"accentLockDescription": "",
"backgroundImage": "",
"backgroundDescription": "",
"backgroundUpload": "",
"backgroundSelected": "",
"backgroundTooLarge": "",
"resetBackground": "",
"accentColor": "",
"accentForeground": "",
"accentForegroundActive": "",
"accentDescription": "",
"useAccent": "",
"resetAccent": "",
"nameColor": "",
"nameColorDescription": "",
"supporterNameColor": "",
"unsaved": "",
"noChanges": "",
"saved": "",
"saveFailed": ""
}
}
},
"comments": {
"edited": "",
Expand Down Expand Up @@ -813,12 +926,20 @@
"roomName": "",
"roomCode": "",
"roomMode": "",
"participation": "",
"active": "",
"inactive": "",
"activeInactiveSummary": "",
"playerAlreadyInRoom": "",
"noRoomPlayers": "",
"addRoomPlayer": "",
"addRoomTeam": "",
"manageRoom": "",
"roomPlayersSaved": "",
"playerMarkedActive": "",
"playerMarkedInactive": "",
"markPlayerActive": "",
"markPlayerInactive": "",
"teamMode": "",
"flatMode": "",
"state": "",
Expand Down Expand Up @@ -1082,9 +1203,9 @@
},
"vanity": {
"title": "",
"description": "",
"loadFailed": "",
"current": "",
"infoLabel": "",
"changeLabel": "",
"claimLabel": "",
"placeholder": "",
Expand All @@ -1093,7 +1214,9 @@
"claimed": "",
"claimFailed": "",
"cooldown": "",
"rules": ""
"rules": "",
"lockTitle": "",
"lockDescription": ""
}
},
"security": {
Expand Down
Loading