|
1 |
| -{} |
| 1 | +{ |
| 2 | + "userProfile": "Váš profil", |
| 3 | + "@userProfile": {}, |
| 4 | + "login": "Prihlásiť sa", |
| 5 | + "@login": { |
| 6 | + "description": "Text for login button" |
| 7 | + }, |
| 8 | + "logout": "Odhlásiť sa", |
| 9 | + "@logout": { |
| 10 | + "description": "Text for logout button" |
| 11 | + }, |
| 12 | + "register": "Registrovať sa", |
| 13 | + "@register": { |
| 14 | + "description": "Text for registration button" |
| 15 | + }, |
| 16 | + "useDefaultServer": "Použiť predvolený server", |
| 17 | + "@useDefaultServer": { |
| 18 | + "description": "Toggle button allowing users to switch between the default and a custom wger server" |
| 19 | + }, |
| 20 | + "useCustomServer": "Použiť vlastný server", |
| 21 | + "@useCustomServer": { |
| 22 | + "description": "Toggle button allowing users to switch between the default and a custom wger server" |
| 23 | + }, |
| 24 | + "invalidUrl": "Zadajte platnú URL adresu", |
| 25 | + "@invalidUrl": { |
| 26 | + "description": "Error message when the user enters an invalid URL, e.g. in the login form" |
| 27 | + }, |
| 28 | + "usernameValidChars": "Používateľské meno môže obsahovať iba písmená, číslice a znaky @, +, ., -, a _", |
| 29 | + "@usernameValidChars": { |
| 30 | + "description": "Error message when the user tries to register a username with forbidden characters" |
| 31 | + }, |
| 32 | + "passwordsDontMatch": "Heslá sa nezhodujú", |
| 33 | + "@passwordsDontMatch": { |
| 34 | + "description": "Error message when the user enters two different passwords during registration" |
| 35 | + }, |
| 36 | + "passwordTooShort": "Heslo je príliš krátke", |
| 37 | + "@passwordTooShort": { |
| 38 | + "description": "Error message when the user a password that is too short" |
| 39 | + }, |
| 40 | + "selectAvailablePlates": "Vyberte dostupné platne", |
| 41 | + "@selectAvailablePlates": {}, |
| 42 | + "barWeight": "Hmotnosť tyče", |
| 43 | + "@barWeight": {}, |
| 44 | + "useColors": "Používajte farby", |
| 45 | + "@useColors": {}, |
| 46 | + "password": "Heslo", |
| 47 | + "@password": {}, |
| 48 | + "confirmPassword": "Potvrďte heslo", |
| 49 | + "@confirmPassword": {}, |
| 50 | + "invalidEmail": "Zadajte platnú e-mailovú adresu", |
| 51 | + "@invalidEmail": { |
| 52 | + "description": "Error message when the user enters an invalid email" |
| 53 | + }, |
| 54 | + "email": "E-mailová adresa", |
| 55 | + "@email": {}, |
| 56 | + "username": "Používateľské meno", |
| 57 | + "@username": {}, |
| 58 | + "invalidUsername": "Zadajte platné používateľské meno", |
| 59 | + "@invalidUsername": { |
| 60 | + "description": "Error message when the user enters an invalid username" |
| 61 | + }, |
| 62 | + "useApiToken": "Použite token API", |
| 63 | + "@useApiToken": {}, |
| 64 | + "useUsernameAndPassword": "Použite používateľské meno a heslo", |
| 65 | + "@useUsernameAndPassword": {}, |
| 66 | + "apiToken": "API token", |
| 67 | + "@apiToken": {}, |
| 68 | + "invalidApiToken": "Zadajte platný kľúč API", |
| 69 | + "@invalidApiToken": { |
| 70 | + "description": "Error message when the user enters an invalid API key" |
| 71 | + }, |
| 72 | + "apiTokenValidChars": "Kľúč API môže obsahovať iba písmená a-f, číslice 0-9 a musí mať presne 40 znakov", |
| 73 | + "@apiTokenValidChars": { |
| 74 | + "description": "Error message when the user tries to input a API key with forbidden characters" |
| 75 | + }, |
| 76 | + "customServerUrl": "URL inštancie wger", |
| 77 | + "@customServerUrl": { |
| 78 | + "description": "Label in the form where the users can enter their own wger instance" |
| 79 | + }, |
| 80 | + "customServerHint": "Zadajte adresu svojho vlastného servera, inak sa použije predvolená adresa", |
| 81 | + "@customServerHint": { |
| 82 | + "description": "Hint text for the form where the users can enter their own wger instance" |
| 83 | + }, |
| 84 | + "reset": "Reset", |
| 85 | + "@reset": { |
| 86 | + "description": "Button text allowing the user to reset the entered values to the default" |
| 87 | + }, |
| 88 | + "registerInstead": "Nemáte účet? Zaregistrujte sa teraz", |
| 89 | + "@registerInstead": {}, |
| 90 | + "loginInstead": "Už máte účet? Prihláste sa", |
| 91 | + "@loginInstead": {}, |
| 92 | + "labelBottomNavWorkout": "Tréning", |
| 93 | + "@labelBottomNavWorkout": { |
| 94 | + "description": "Label used in bottom navigation, use a short word" |
| 95 | + }, |
| 96 | + "labelBottomNavNutrition": "Výživa", |
| 97 | + "@labelBottomNavNutrition": { |
| 98 | + "description": "Label used in bottom navigation, use a short word" |
| 99 | + }, |
| 100 | + "labelWorkoutLogs": "Tréninkové denníky", |
| 101 | + "@labelWorkoutLogs": { |
| 102 | + "description": "(Workout) logs" |
| 103 | + }, |
| 104 | + "labelWorkoutPlan": "Plán tréningu", |
| 105 | + "@labelWorkoutPlan": { |
| 106 | + "description": "Title for screen workout plan" |
| 107 | + }, |
| 108 | + "labelDashboard": "Ovládací panel", |
| 109 | + "@labelDashboard": { |
| 110 | + "description": "Title for screen dashboard" |
| 111 | + }, |
| 112 | + "success": "Úspech", |
| 113 | + "@success": { |
| 114 | + "description": "Message when an action completed successfully, usually used as a heading" |
| 115 | + }, |
| 116 | + "successfullyDeleted": "Odstránené", |
| 117 | + "@successfullyDeleted": { |
| 118 | + "description": "Message when an item was successfully deleted" |
| 119 | + }, |
| 120 | + "successfullySaved": "Uložené", |
| 121 | + "@successfullySaved": { |
| 122 | + "description": "Message when an item was successfully saved" |
| 123 | + }, |
| 124 | + "exerciseList": "Zoznam cvičení", |
| 125 | + "@exerciseList": {}, |
| 126 | + "exercise": "Cvičenie", |
| 127 | + "@exercise": { |
| 128 | + "description": "An exercise for a workout" |
| 129 | + }, |
| 130 | + "exercises": "Cvičenia", |
| 131 | + "@exercises": { |
| 132 | + "description": "Multiple exercises for a workout" |
| 133 | + }, |
| 134 | + "exerciseName": "Názov cvičenia", |
| 135 | + "@exerciseName": { |
| 136 | + "description": "Label for the name of a workout exercise" |
| 137 | + }, |
| 138 | + "searchExercise": "Vyhľadávacie cvičenie na pridanie", |
| 139 | + "@searchExercise": { |
| 140 | + "description": "Label on set form. Selected exercises are added to the set" |
| 141 | + }, |
| 142 | + "noIngredientsDefined": "Žiadne ingrediencie zatiaľ neboli definované", |
| 143 | + "@noIngredientsDefined": {}, |
| 144 | + "noMatchingExerciseFound": "Nenašli sa žiadne zodpovedajúce cvičenia", |
| 145 | + "@noMatchingExerciseFound": { |
| 146 | + "description": "Message returned if no exercises match the searched string" |
| 147 | + }, |
| 148 | + "searchNamesInEnglish": "Hľadať aj mená v angličtine", |
| 149 | + "@searchNamesInEnglish": {}, |
| 150 | + "equipment": "Vybavenie", |
| 151 | + "@equipment": { |
| 152 | + "description": "Equipment needed to perform an exercise" |
| 153 | + }, |
| 154 | + "muscles": "Svaly", |
| 155 | + "@muscles": { |
| 156 | + "description": "(main) muscles trained by an exercise" |
| 157 | + }, |
| 158 | + "musclesSecondary": "Sekundárne svaly", |
| 159 | + "@musclesSecondary": { |
| 160 | + "description": "secondary muscles trained by an exercise" |
| 161 | + }, |
| 162 | + "category": "Kategória", |
| 163 | + "@category": { |
| 164 | + "description": "Category for an exercise, ingredient, etc." |
| 165 | + }, |
| 166 | + "endDate": "Dátum ukončenia", |
| 167 | + "@endDate": {}, |
| 168 | + "startDate": "Dátum začatia", |
| 169 | + "@startDate": {}, |
| 170 | + "routines": "Rutiny", |
| 171 | + "@routines": {}, |
| 172 | + "newRoutine": "Nová rutina", |
| 173 | + "@newRoutine": {}, |
| 174 | + "noRoutines": "Nemáte žiadne rutiny", |
| 175 | + "@noRoutines": {}, |
| 176 | + "restTime": "Čas odpočinku", |
| 177 | + "@restTime": {}, |
| 178 | + "sets": "Sety", |
| 179 | + "@sets": { |
| 180 | + "description": "The number of sets to be done for one exercise" |
| 181 | + }, |
| 182 | + "rir": "RiR", |
| 183 | + "@rir": { |
| 184 | + "description": "Shorthand for Repetitions In Reserve" |
| 185 | + }, |
| 186 | + "rirNotUsed": "RiR sa nepoužíva", |
| 187 | + "@rirNotUsed": { |
| 188 | + "description": "Label used in RiR slider when the RiR value is not used/saved for the current setting or log" |
| 189 | + }, |
| 190 | + "useMetric": "Používať metrické jednotky pre telesnú hmotnosť", |
| 191 | + "@useMetric": {}, |
| 192 | + "weightUnit": "Jednotka hmotnosti", |
| 193 | + "@weightUnit": {}, |
| 194 | + "repetitionUnit": "Opakovacie jednotky", |
| 195 | + "@repetitionUnit": {}, |
| 196 | + "dayDescriptionHelp": "Popis toho, čo sa v tento deň robí (napr. „ťahací deň“) alebo ktoré časti tela sa trénujú (napr. „hrudník a ramená“)", |
| 197 | + "@dayDescriptionHelp": {}, |
| 198 | + "sameRepetitions": "", |
| 199 | + "@sameRepetitions": {}, |
| 200 | + "comment": "Komentár", |
| 201 | + "@comment": { |
| 202 | + "description": "Comment, additional information" |
| 203 | + }, |
| 204 | + "impression": "Dojem", |
| 205 | + "@impression": { |
| 206 | + "description": "General impression (e.g. for a workout session) such as good, bad, etc." |
| 207 | + }, |
| 208 | + "notes": "Poznámky", |
| 209 | + "@notes": { |
| 210 | + "description": "Personal notes, e.g. for a workout session" |
| 211 | + }, |
| 212 | + "restDay": "Deň odpočinku", |
| 213 | + "@restDay": {}, |
| 214 | + "isRestDay": "Je deň odpočinku", |
| 215 | + "@isRestDay": {}, |
| 216 | + "isRestDayHelp": "Upozorňujeme, že všetky sady a cvičenia budú odstránené, keď označíte deň ako deň odpočinku.", |
| 217 | + "@isRestDayHelp": {}, |
| 218 | + "needsLogsToAdvance": "Na postup sú potrebné protokoly", |
| 219 | + "@needsLogsToAdvance": {}, |
| 220 | + "needsLogsToAdvanceHelp": "Vyberte, či chcete, aby rutina pokračovala do nasledujúceho naplánovaného dňa len v prípade, že ste zaznamenali tréning za daný deň", |
| 221 | + "@needsLogsToAdvanceHelp": {}, |
| 222 | + "routineDays": "Dni v rutine", |
| 223 | + "@routineDays": {}, |
| 224 | + "resultingRoutine": "Výsledná rutina", |
| 225 | + "@resultingRoutine": {}, |
| 226 | + "newDay": "Nový deň", |
| 227 | + "@newDay": {}, |
| 228 | + "newSet": "Nová séria", |
| 229 | + "@newSet": { |
| 230 | + "description": "Header when adding a new set to a workout day" |
| 231 | + }, |
| 232 | + "selectExercises": "Ak chcete urobiť superset, môžete vyhľadať niekoľko cvikov, ktoré budú zoskupené dohromady", |
| 233 | + "@selectExercises": {}, |
| 234 | + "gymMode": "Režim posilňovňa", |
| 235 | + "@gymMode": { |
| 236 | + "description": "Label when starting the gym mode" |
| 237 | + }, |
| 238 | + "plateCalculator": "Kotúče", |
| 239 | + "@plateCalculator": { |
| 240 | + "description": "Label used for the plate calculator in the gym mode" |
| 241 | + }, |
| 242 | + "plateCalculatorNotDivisible": "Nie je možné dosiahnuť hmotnosť s dostupnými platňami", |
| 243 | + "@plateCalculatorNotDivisible": { |
| 244 | + "description": "Error message when the current weight is not reachable with plates (e.g. 33.1 kg)" |
| 245 | + }, |
| 246 | + "pause": "Pauza", |
| 247 | + "@pause": { |
| 248 | + "description": "Noun, not an imperative! Label used for the pause when using the gym mode" |
| 249 | + }, |
| 250 | + "jumpTo": "Preskočiť na", |
| 251 | + "@jumpTo": { |
| 252 | + "description": "Imperative. Label used in popup allowing the user to jump to a specific exercise while in the gym mode" |
| 253 | + }, |
| 254 | + "todaysWorkout": "Tvoj dnešný tréning", |
| 255 | + "@todaysWorkout": {}, |
| 256 | + "logHelpEntries": "Ak je v jeden deň viac ako jeden záznam s rovnakým počtom opakovaní, ale s rôznymi váhami, v grafe sa zobrazí len záznam s vyššou váhou.", |
| 257 | + "@logHelpEntries": {}, |
| 258 | + "logHelpEntriesUnits": "Upozorňujeme, že zaznamenávajú sa iba záznamy s jednotkou hmotnosti (kg alebo lb) a opakovaním, ostatné kombinácie, ako napríklad čas alebo do zlyhania, sa tu ignorujú.", |
| 259 | + "@logHelpEntriesUnits": {}, |
| 260 | + "description": "Popis", |
| 261 | + "@description": {}, |
| 262 | + "name": "Názov", |
| 263 | + "@name": { |
| 264 | + "description": "Name for a workout or nutritional plan" |
| 265 | + }, |
| 266 | + "save": "Uložiť", |
| 267 | + "@save": {}, |
| 268 | + "verify": "Overiť", |
| 269 | + "@verify": {}, |
| 270 | + "addSet": "Pridať sériu", |
| 271 | + "@addSet": { |
| 272 | + "description": "Label for the button that adds a set (to a workout day)" |
| 273 | + }, |
| 274 | + "addMeal": "Pridať jedlo", |
| 275 | + "@addMeal": {}, |
| 276 | + "mealLogged": "Jedlo zaznamenané do denníka", |
| 277 | + "@mealLogged": {}, |
| 278 | + "ingredientLogged": "Ingrediencia zaznamenaná do denníka", |
| 279 | + "@ingredientLogged": {}, |
| 280 | + "logMeal": "Zapíšte si jedlo do denníka výživy", |
| 281 | + "@logMeal": {}, |
| 282 | + "addIngredient": "Pridať ingredienciu", |
| 283 | + "@addIngredient": {}, |
| 284 | + "logIngredient": "Zapíšte zložku do výživového denníka", |
| 285 | + "@logIngredient": {}, |
| 286 | + "searchIngredient": "Vyhľadávanie ingrediencie", |
| 287 | + "@searchIngredient": { |
| 288 | + "description": "Label on ingredient search form" |
| 289 | + }, |
| 290 | + "nutritionalPlan": "Výživový plán", |
| 291 | + "@nutritionalPlan": {}, |
| 292 | + "nutritionalDiary": "Deník stravovania", |
| 293 | + "@nutritionalDiary": {}, |
| 294 | + "nutritionalPlans": "Výživové plány", |
| 295 | + "@nutritionalPlans": {}, |
| 296 | + "noNutritionalPlans": "Nemáte žiadne výživové plány", |
| 297 | + "@noNutritionalPlans": { |
| 298 | + "description": "Message shown when the user has no nutritional plans" |
| 299 | + }, |
| 300 | + "onlyLogging": "Sledujte iba kalórie", |
| 301 | + "@onlyLogging": {}, |
| 302 | + "onlyLoggingHelpText": "Zaškrtnite políčko, ak chcete zaznamenávať len kalórie a nechcete vytvárať podrobný výživový plán s konkrétnymi jedlami", |
| 303 | + "@onlyLoggingHelpText": {}, |
| 304 | + "goalMacro": "Makro ciele", |
| 305 | + "@goalMacro": { |
| 306 | + "description": "The goal for macronutrients" |
| 307 | + }, |
| 308 | + "selectMealToLog": "Vyberte jedlo, ktoré chcete zaznamenať do denníka", |
| 309 | + "@selectMealToLog": {}, |
| 310 | + "yourCurrentNutritionPlanHasNoMealsDefinedYet": "Váš aktuálny výživový plán neobsahuje žiadne definované jedlá", |
| 311 | + "@yourCurrentNutritionPlanHasNoMealsDefinedYet": { |
| 312 | + "description": "Message shown when a nutrition plan doesn't have any meals" |
| 313 | + }, |
| 314 | + "toAddMealsToThePlanGoToNutritionalPlanDetails": "Ak chcete pridať jedlá do plánu, prejdite do podrobností výživového plánu", |
| 315 | + "@toAddMealsToThePlanGoToNutritionalPlanDetails": { |
| 316 | + "description": "Message shown to guide users to the nutritional plan details page to add meals" |
| 317 | + }, |
| 318 | + "goalEnergy": "Energetický cieľ", |
| 319 | + "@goalEnergy": {}, |
| 320 | + "goalProtein": "Cieľ bielkovín", |
| 321 | + "@goalProtein": {} |
| 322 | +} |
0 commit comments