Skip to content
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

i18n: Update Czech #1330

Merged
merged 2 commits into from
Aug 8, 2024
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: 0 additions & 5 deletions lib/i18n/_missing_translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ ar:
bgPatterns:
tablature(OUTDATED): Tablature
cs:
login:
ncLoginStep:
loginFlow:
followPrompts(OUTDATED): Please follow the prompts in the Nextcloud interface
browserDidntOpen(OUTDATED): "Login page didn't open? Click here"
de:
settings:
prefLabels:
Expand Down
4 changes: 2 additions & 2 deletions lib/i18n/community/strings_cs.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ login:
loginWithNextcloud: Přihlásit přes Nextcloud server
loginFlow:
pleaseAuthorize: Autorizujte prosím aplikaci Saber k přístupu na váš Nextcloud účet
followPrompts(OUTDATED): Následujte prosím kroky ve webovém prohlížeči
browserDidntOpen(OUTDATED): "Neotevřel se webový prohlížeč? Klepněte zde"
followPrompts: Následujte prosím kroky v rozhraní Nextcloud serveru
browserDidntOpen: "Neotevřela se přihlašovací stránka? Klepněte zde"
encLoginStep:
enterEncPassword: "Pro ochranu svých dat prosím zadejte heslo pro šifrování:"
newToSaber: "Poprvé v aplikaci Saber? Stačí zadat nové heslo pro šifrování."
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 @@ -2551,8 +2551,8 @@ class _StringsLoginNcLoginStepLoginFlowCs extends _StringsLoginNcLoginStepLoginF

// Translations
@override String get pleaseAuthorize => 'Autorizujte prosím aplikaci Saber k přístupu na váš Nextcloud účet';
@override String get followPrompts => 'Následujte prosím kroky ve webovém prohlížeči';
@override String get browserDidntOpen => 'Neotevřel se webový prohlížeč? Klepněte zde';
@override String get followPrompts => 'Následujte prosím kroky v rozhraní Nextcloud serveru';
@override String get browserDidntOpen => 'Neotevřela se přihlašovací stránka? Klepněte zde';
}

// Path: login.encLoginStep.encFaq.0
Expand Down
Loading