Skip to content

i18n: Update Czech #1436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 11, 2025
Merged
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
5 changes: 3 additions & 2 deletions README-cs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
alt="Stáhnout jako AppImage"
height=50>][download_appimage]

Unofficial packages:
Neoficiální balíčky:
[<img src="https://github.com/saber-notes/saber/blob/main/assets_raw/badges/snap-badge.svg"
alt="Stáhnout ze Snap Store"
height=50>][snap]
&nbsp;
[<img src="https://github.com/saber-notes/saber/blob/main/assets_raw/badges/copr.png"
alt="Get it from Fedora Copr"
alt="Získat z Fedora Copr"
height=50>][copr]

[English](https://github.com/saber-notes/saber/blob/main/README.md) |
Expand Down Expand Up @@ -354,6 +354,7 @@ Pokud máte rádi Saber, zvažte prosím jeho podporu pomocí
[app_store]: https://apps.apple.com/cz/app/saber/id1671523739
[download_windows]: https://github.com/saber-notes/saber/releases/download/v0.25.4/SaberInstaller_v0.25.4.exe
[download_appimage]: https://github.com/saber-notes/saber/releases/download/v0.25.4/Saber-0.25.4-x86_64.AppImage
[copr]: https://copr.fedorainfracloud.org/coprs/jyo64/Saber/

[nextcloud]: https://nc.saber.adil.hanney.org/

Expand Down
4 changes: 0 additions & 4 deletions lib/i18n/_missing_translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ ar:
lineThickness(OUTDATED): Line thickness
lineThicknessDescription(OUTDATED): Background line thickness
cs:
editor:
menu:
lineThickness(OUTDATED): Line thickness
lineThicknessDescription(OUTDATED): Background line thickness
de:
logs:
logs(OUTDATED): Logs
Expand Down
4 changes: 2 additions & 2 deletions lib/i18n/cs.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ editor:
deletePage: Odstranit stránku
lineHeight: Výška řádku
lineHeightDescription: Ovlivňuje také velikost textu psaných poznámek
lineThickness(OUTDATED): Tloušťka linky
lineThicknessDescription(OUTDATED): Tloušťka linie na pozadí
lineThickness: Tloušťka linek
lineThicknessDescription: Tloušťka čar ve vzoru na pozadí
backgroundImageFit: Rozložení obrázku na pozadí
backgroundPattern: Vzor na pozadí
import: Importovat
Expand Down
4 changes: 2 additions & 2 deletions lib/i18n/strings.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ enum AppLocale with BaseAppLocale<AppLocale, Translations> {

const AppLocale({
required this.languageCode,
this.scriptCode, // ignore: unused_element
this.countryCode, // ignore: unused_element
this.scriptCode, // ignore: unused_element, unused_element_parameter
this.countryCode, // ignore: unused_element, unused_element_parameter
});

@override final String languageCode;
Expand Down
4 changes: 2 additions & 2 deletions lib/i18n/strings_cs.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ class _TranslationsEditorMenuCs extends TranslationsEditorMenuEn {
@override String get deletePage => 'Odstranit stránku';
@override String get lineHeight => 'Výška řádku';
@override String get lineHeightDescription => 'Ovlivňuje také velikost textu psaných poznámek';
@override String get lineThickness => 'Tloušťka linky';
@override String get lineThicknessDescription => 'Tloušťka linie na pozadí';
@override String get lineThickness => 'Tloušťka linek';
@override String get lineThicknessDescription => 'Tloušťka čar ve vzoru na pozadí';
@override String get backgroundImageFit => 'Rozložení obrázku na pozadí';
@override String get backgroundPattern => 'Vzor na pozadí';
@override String get import => 'Importovat';
Expand Down