-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #167 from j4velin/166-czech-translation
166 czech translation
- Loading branch information
Showing
18 changed files
with
77 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Pedometer</string> | ||
<string name="goal">Cíl</string> | ||
<string name="step_size">Délka kroku</string> | ||
<string name="about">O aplikaci</string> | ||
<string name="account">Účet</string> | ||
<string name="goal_summary">Současný cíl: %,d kroků</string> | ||
<string name="step_size_summary">Současná délka kroku: %1$.2f %2$s</string> | ||
<string name="sign_in">Chcete-li používat funkce Üspěchy a Žebříčky, přihlaste se pomocí účtu Google</string> | ||
<string name="signed_in">Příhlášen/a jako %s</string> | ||
<string name="export_summary">Uložit data jako .csv soubor</string> | ||
<string name="export_title">Export/Záloha</string> | ||
<string name="import_summary">Import dříve uložených dat</string> | ||
<string name="import_title">Import/Obnovit</string> | ||
<string name="notification">Zobrazit oznámení</string> | ||
<string name="set_goal">Nastavit cíl</string> | ||
<string name="set_step_size">Nastavit délku kroku</string> | ||
<string name="sign_out">Odhlásit</string> | ||
<string name="file_cant_read">Chyba: %s nelze přečíst</string> | ||
<string name="error_file">Chyba přístupu k souboru: %s</string> | ||
<string name="error_external_storage_not_available">Chyba: Externí úložiště není dostupné</string> | ||
<string name="data_saved">Data uložena v %s</string> | ||
<string name="entries_imported">%d importovaných položek</string> | ||
<string name="entries_ignored">%d položek bylo ignorováno, protože neobsahovaly platná data</string> | ||
<string name="entries_overwritten">%d položek bylo přepsáno importovanými daty</string> | ||
<string name="sign_in_necessary">Je nutné se přihlásit</string> | ||
<string name="please_sign_in_with_your_google_account">Chcete-li tuto funkci používat, přihlaste se pomocí účtu Google.</string> | ||
<string name="steps">kroků</string> | ||
<string name="text_color">Barva textu:</string> | ||
<string name="background_color">Barva pozadí:</string> | ||
<string name="settings">Nastavení</string> | ||
<string name="achievements">Úspěchy</string> | ||
<string name="leaderboard">Žebříčky</string> | ||
<string name="faq">FAQ</string> | ||
<string name="goal_reached_notification">Cíl splněn! %s kroků a jedeme dál</string> | ||
<string name="notification_text">%s kroků zbývá</string> | ||
<string name="total">Celkem</string> | ||
<string name="notification_title">Krokoměr počítá</string> | ||
<string name="your_progress_will_be_shown_here_soon">Váš pokrok se zde brzy zobrazí</string> | ||
<string name="average">Průměr</string> | ||
<string name="record">Rekord</string> | ||
<string name="total_last_7_days">Celkem za týden</string> | ||
<string name="average_last_7_days">Průměr za týden</string> | ||
<string name="total_this_month">Celkem tento měsíc</string> | ||
<string name="average_this_month">Průměr tento měsíc</string> | ||
<string name="file_already_exists">Soubor již existuje. Určitě ho chcete přepsat?</string> | ||
<string name="about_text_links">Tuto aplikaci vytvořil Thomas Hoffmann (<a href="https://www.j4velin.de">www.j4velin.de</a>) a používá <a href="https://github.com/blackfizz/EazeGraph">EazeGraph</a> od Pavla Čecha a <a href="https://github.com/attenzione/android-ColorPickerPreference">ColorPickerPreference</a> od Sergeje Margaritova.\n\nPedometer is open source! Kód a úplný seznam přispěvatelů získáte na adrese <a href="https://github.com/j4velin/Pedometer">GitHub</a>.</string> | ||
<string name="about_app_version">Verze aplikace: %s</string> | ||
<string name="since">Od %s</string> | ||
<string name="start">Start</string> | ||
<string name="stop">Stop</string> | ||
<string name="close">zavřít</string> | ||
<string name="no_split_active">Není aktivní žádné rozdělené počítání. Kliknutím na tlačítko start se od této chvíle počítají kroky odděleně</string> | ||
<string name="split_count">Rozdělení počtu</string> | ||
<string name="no_sensor">Snímač nenalezen</string> | ||
<string name="no_sensor_explain">Tato aplikace vyžaduje speciální hardwarový snímač kroků, který vaše zařízení nemá. Tato aplikace nebude na vašem zařízení spuštěna.</string> | ||
<string name="permission_external_storage">Žádné oprávnění k přístupu k externímu úložišti</string> | ||
<string name="notification_settings">Nastavení oznámení</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters