-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Translated using Weblate (Czech)
Currently translated at 15.0% (25 of 166 strings) chore: Added translation using Weblate (Czech) Co-authored-by: Ondřej Sedláček <[email protected]> Translate-URL: https://hosted.weblate.org/projects/git-touch/git-touch/cs/ Translation: GitTouch/GitTouch
- Loading branch information
Showing
1 changed file
with
110 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
{ | ||
"reviewPermissions": "Zkontrolovat povolení", | ||
"@reviewPermissions": { | ||
"description": "review Permissions" | ||
}, | ||
"trending": "Trendy", | ||
"@trending": { | ||
"description": "Trending" | ||
}, | ||
"repository": "Repozitář", | ||
"@repository": { | ||
"description": "Repository screen title" | ||
}, | ||
"sourceCode": "Zdrojový kód", | ||
"@sourceCode": { | ||
"description": "source code for app" | ||
}, | ||
"version": "Verze", | ||
"@version": { | ||
"description": "app version" | ||
}, | ||
"about": "O aplikaci", | ||
"@about": { | ||
"description": "about section" | ||
}, | ||
"email": "E-mail", | ||
"@email": { | ||
"description": "Email to report issues" | ||
}, | ||
"feedback": "zpětná vazba", | ||
"@feedback": { | ||
"description": "provide feedback" | ||
}, | ||
"webview": "WebView", | ||
"@webview": { | ||
"description": "render webview for markdown" | ||
}, | ||
"flutter": "Flutter", | ||
"@flutter": { | ||
"description": "render flutter for markdown" | ||
}, | ||
"cupertino": "Cupertino", | ||
"@cupertino": { | ||
"description": "Cupertino scaffold theme" | ||
}, | ||
"dark": "Tmavý", | ||
"@dark": { | ||
"description": "dark mode" | ||
}, | ||
"light": "Světlý", | ||
"@light": { | ||
"description": "light mode" | ||
}, | ||
"brightness": "Jas", | ||
"@brightness": { | ||
"description": "brightness" | ||
}, | ||
"switchAccounts": "Přepnout účet", | ||
"@switchAccounts": { | ||
"description": "Switch accounts" | ||
}, | ||
"system": "Systém", | ||
"@system": { | ||
"description": "system" | ||
}, | ||
"settings": "Nastavení", | ||
"@settings": { | ||
"description": "settings" | ||
}, | ||
"members": "Členi", | ||
"@members": { | ||
"description": "members of an organization" | ||
}, | ||
"organizations": "Organizace", | ||
"@organizations": { | ||
"description": "organizations for a user" | ||
}, | ||
"following": "Sleduji", | ||
"@following": { | ||
"description": "people followed by a person" | ||
}, | ||
"followers": "Sledující", | ||
"@followers": { | ||
"description": "followers for a person" | ||
}, | ||
"follow": "Sledovat", | ||
"@follow": { | ||
"description": "follow someone" | ||
}, | ||
"unfollow": "Přestat sledovat", | ||
"@unfollow": { | ||
"description": "unfollow someone" | ||
}, | ||
"repositories": "Repozitáře", | ||
"@repositories": { | ||
"description": "repository text" | ||
}, | ||
"search": "Hledat", | ||
"@search": { | ||
"description": "The Search tab" | ||
}, | ||
"notification": "Oznámení", | ||
"@notification": { | ||
"description": "The Notification tab" | ||
}, | ||
"news": "Zprávy", | ||
"@news": { | ||
"description": "The News tab" | ||
} | ||
} |