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

New Crowdin updates #416

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d371399
New translations strings.xml (Romanian)
amberin Nov 23, 2024
0a6f3fe
New translations strings.xml (French)
amberin Nov 23, 2024
c3d97e9
New translations strings.xml (Spanish)
amberin Nov 23, 2024
f09b982
New translations strings.xml (Afrikaans)
amberin Nov 23, 2024
9a18a53
New translations strings.xml (Arabic)
amberin Nov 23, 2024
cdff5e7
New translations strings.xml (Belarusian)
amberin Nov 23, 2024
cb6cb7a
New translations strings.xml (Catalan)
amberin Nov 23, 2024
3ffac9b
New translations strings.xml (Czech)
amberin Nov 23, 2024
cc52826
New translations strings.xml (Danish)
amberin Nov 23, 2024
299bbe5
New translations strings.xml (German)
amberin Nov 23, 2024
eb2ed3d
New translations strings.xml (Greek)
amberin Nov 23, 2024
f474488
New translations strings.xml (Finnish)
amberin Nov 23, 2024
fce01ac
New translations strings.xml (Hebrew)
amberin Nov 23, 2024
1cdbae1
New translations strings.xml (Hungarian)
amberin Nov 23, 2024
d213528
New translations strings.xml (Italian)
amberin Nov 23, 2024
af44b4c
New translations strings.xml (Japanese)
amberin Nov 23, 2024
c3b95ab
New translations strings.xml (Korean)
amberin Nov 23, 2024
e6aa97f
New translations strings.xml (Lithuanian)
amberin Nov 23, 2024
4504b41
New translations strings.xml (Dutch)
amberin Nov 23, 2024
764a2a7
New translations strings.xml (Norwegian)
amberin Nov 23, 2024
1bea41f
New translations strings.xml (Polish)
amberin Nov 23, 2024
92257f3
New translations strings.xml (Portuguese)
amberin Nov 23, 2024
25cce37
New translations strings.xml (Russian)
amberin Nov 23, 2024
6194120
New translations strings.xml (Serbian (Cyrillic))
amberin Nov 23, 2024
b3deb97
New translations strings.xml (Swedish)
amberin Nov 23, 2024
8405641
New translations strings.xml (Turkish)
amberin Nov 23, 2024
47cea92
New translations strings.xml (Ukrainian)
amberin Nov 23, 2024
ba53429
New translations strings.xml (Chinese Simplified)
amberin Nov 23, 2024
808fbe6
New translations strings.xml (Chinese Traditional)
amberin Nov 23, 2024
bedc933
New translations strings.xml (English)
amberin Nov 23, 2024
71dbb93
New translations strings.xml (Vietnamese)
amberin Nov 23, 2024
36309b8
New translations strings.xml (Portuguese, Brazilian)
amberin Nov 23, 2024
9516857
New translations strings.xml (Indonesian)
amberin Nov 23, 2024
78fd037
New translations strings.xml (Odia)
amberin Nov 23, 2024
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
646 changes: 646 additions & 0 deletions app/src/main/res/values-af-rZA/strings.xml

Large diffs are not rendered by default.

690 changes: 690 additions & 0 deletions app/src/main/res/values-ar-rSA/strings.xml

Large diffs are not rendered by default.

668 changes: 668 additions & 0 deletions app/src/main/res/values-be-rBY/strings.xml

Large diffs are not rendered by default.

646 changes: 646 additions & 0 deletions app/src/main/res/values-ca-rES/strings.xml

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions app/src/main/res/values-cs-rCZ/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="sync">Sync</string>
<string name="settings">Nastavení</string>
<string name="sortnote">Sort note</string>
<string name="ok">OK</string>
<string name="yes">Ano</string>
<string name="unlink">Odpojit</string>
Expand All @@ -25,6 +26,7 @@
<string name="edit_note">Upravit poznámku</string>
<string name="delete">Smazat</string>
<string name="delete_with_quoted_argument">Odstranit “%s”</string>
<string name="delete_amount_of_books">Delete %d notebooks</string>
<string name="name">Název</string>
<string name="query">Dotaz</string>
<string name="done">Dokončeno</string>
Expand Down Expand Up @@ -86,6 +88,11 @@
<!-- Preferences (Settings). -->
<string name="repos_preference_title">Repozitáře</string>
<string name="repos_preference_summary">Umístění pro synchronizaci vašeho sešitu</string>
<string name="enable_repo_subfolders_preferences_title">Support repository subfolders</string>
<string name="enable_repo_subfolders_preferences_summary">Load from and write to subfolders</string>
<string name="ssh_keygen_preference_title">SSH key generation</string>
<string name="ssh_keygen_preference_summary">Generate key pair for Git repo sync</string>
<string name="ssh_show_public_key_preference_title">View generated SSH public key</string>
<string name="message_book_has_no_link">Nebyl nastaven odkaz</string>
<string name="message_note_created">Poznámka byla vytvořena</string>
<string name="message_failed_creating_note">Nepodařilo se vytvořit poznámku</string>
Expand Down Expand Up @@ -181,6 +188,8 @@
<string name="git_verifying_settings">Kontroluji nastavení repozitáře.</string>
<string name="git_url_hint">Vzdálená adresa (například [email protected]:orgzly / orgzly-android.git)</string>
<string name="git_directory_hint">Umístění slozky (například \"file:/sdcard/orgzly\")</string>
<string name="git_ssh_on_missing_key_dialog_text">No SSH key pair found. Do you wish to generate one?</string>
<string name="git_ssh_on_missing_key_dialog_title">No SSH key found</string>
<string name="git_https_username_hint">Uživatelské jméno</string>
<string name="git_https_password_hint">Heslo</string>
<string name="git_author_hint">Autor (např. Jan Novák)</string>
Expand All @@ -196,11 +205,13 @@
<!-- Git sync repo errors -->
<!-- TODO: I don't think we can say more than this for ssh authentication failures, but we probably want to -->
<string name="git_clone_error_ssh_auth">Chyba ověření během klonování</string>
<string name="git_clone_error_ssh">Failure while cloning: %s</string>
<string name="git_clone_error_invalid_repo">Zadaná adresa není git repozitář</string>
<string name="git_clone_error_unknown">Neznámá chyba během klonování</string>
<string name="git_clone_error_invalid_target_dir">Cílový adresář neexistuje</string>
<string name="git_clone_error_target_not_empty">Cílový adresář není prázdný</string>
<string name="git_clone_error_uri_not_supported">Zadaná adresa není podporována</string>
<string name="git_sync_error_failed_set_marker_branch">Failed to update marker branch</string>
<string name="webdav_url_hint">URL (např. webdavs://example.com/my-org-files/)</string>
<string name="webdav_auth_username_hint">Uživatelské jméno</string>
<string name="webdav_auth_password_hint">Heslo</string>
Expand Down Expand Up @@ -242,6 +253,7 @@
<string name="permissions_rationale_for_book_export">Export sešitů vyžaduje povolení k ukládání</string>
<string name="permissions_rationale_for_sync_start">Synchronizace s místním úložištěm vyžaduje povolení k ukládání</string>
<string name="permissions_rationale_for_external_files_access">Přístup k externím souborům vyžaduje povolení k ukládání</string>
<string name="permissions_rationale_for_post_notifications">Permission is required to post notifications</string>
<string name="cycle_visibility">Srolovat/Odrolovat vše</string>
<string name="running_database_update">Aktualizuje se databáze…</string>
<string name="note_has_been_modified">Poznámka upravena</string>
Expand All @@ -252,6 +264,7 @@
<string name="failed_renaming_book_with_reason">Chyba při přejmenování: %s</string>
<string name="renamed_book_from">Přejmenováno z “%s”</string>
<string name="also_delete_linked_book">Odstranit připojené vzdálené sešity</string>
<string name="also_delete_linked_books">Delete any linked remote notebooks</string>
<string name="message_deleting_book_failed">Mazání sešitu selhalo: %s</string>
<string name="message_book_deleted">Sešit smazán</string>
<string name="priority_with_argument">Priorita %s</string>
Expand Down Expand Up @@ -397,6 +410,7 @@
<string name="no_states_defined">Nedefinovaný stav</string>
<string name="book_name_in_search">Jméno sešitu ve výsledcích hledání</string>
<string name="display_notebook_name">Zobrazit jméno sešitu</string>
<string name="hide_empty_days_in_agenda">Hide empty days in agenda</string>
<string name="display_inherited_tags_in_search_results">Zděděné štítky ve výsledcích vyhledávání</string>
<string name="display_inherited_tags_in_search_results_summary">Zobrazit zděděné štítky ve výsledcích vyhledávání</string>
<string name="ongoing_notification">Probíhající</string>
Expand Down Expand Up @@ -458,6 +472,8 @@
<string name="pref_summary_sync_after_note_update">Synchronizovat po aktualizaci nebo vymazání poznámky</string>
<string name="pref_title_on_resume_sync">Startu nebo obnovení aplikace</string>
<string name="pref_summary_on_resume_sync">Synchronizovat vždy kdy se aplikace přepne do popředí</string>
<string name="pref_title_on_suspend_sync">App suspended</string>
<string name="pref_summary_on_suspend_sync">Sync whenever app goes to the background</string>
<string name="pref_title_repo_update_sync">Aktualizaci úložiště (zatím neimplementováno)</string>
<string name="pref_summary_repo_update_sync">Synchronizovat vždy po zjištěné aktualizaci úložišť</string>
<string name="not_modified">Neupraveno</string>
Expand Down Expand Up @@ -494,6 +510,7 @@
<item quantity="other">Exportováno <b>%d</b> hledání</item>
</plurals>
<string name="storage_permissions_missing">Není oprávnění k úložišti</string>
<string name="alarms_permissions_missing">No permission to set reminders</string>
<string name="file_does_not_exist">Soubor neexistuje: %s</string>
<string name="import_from">Importovat z “%1$s”?</string>
<string name="export_to">Exportovat do “%1$s”?</string>
Expand Down Expand Up @@ -603,4 +620,49 @@
<string name="logs">Logy</string>
<string name="share">Sdílet</string>
<string name="refresh_data">Obnovit</string>
<string name="clock">Clock</string>
<string name="clock_in">Clock in</string>
<string name="clock_out">Clock out</string>
<string name="clock_cancel">Clock cancel</string>
<string name="search_results">Search results</string>
<string name="popup_menu_buttons">Popup menu buttons</string>
<string name="ssh_keygen_label_rsa">RSA</string>
<string name="ssh_keygen_label_ecdsa">ECDSA</string>
<string name="ssh_keygen_label_ed25519">ED25519</string>
<string name="ssh_keygen_require_authentication">Protect with screen lock credential</string>
<string name="ssh_keygen_generate">Generate</string>
<string name="ssh_keygen_existing_title">SSH key</string>
<string name="ssh_keygen_existing_message">Replace existing SSH key? You might lose access to your server.</string>
<string name="ssh_keygen_existing_replace">Replace</string>
<string name="ssh_keygen_existing_keep">Keep</string>
<string name="ssh_keygen_explanation_ecdsa"><b>ECDSA (NIST P-256)</b>\nFast authentication and supported by most servers that are still receiving updates.</string>
<string name="ssh_keygen_explanation_ed25519"><b>ED25519</b>\nFast authentication, but only supported by rather modern servers.</string>
<string name="ssh_keygen_explanation_rsa"><b>RSA (3072 bit)</b>\nSupported by older servers.</string>
<string name="ssh_keygen_generating_progress">Generating keys…</string>
<string name="ssh_key_failed_get_public">Failed to get SSH public key</string>
<string name="ssh_key_failed_get_private">Failed to get SSH private key</string>
<string name="ssh_key_failed_unlock_private">Failed to unlock SSH private key</string>
<string name="biometric_prompt_title_ssh_keygen">Generate SSH key</string>
<string name="biometric_prompt_title_unlock_ssh_key">Unlock Orgzly\'s SSH key</string>
<string name="biometric_auth_not_available">Biometric authentication is not available</string>
<string name="biometric_auth_on_error">Authentication error: Code: %1$d (%2$s)</string>
<string name="ssh_keygen_message">%1$s\n\nProvide this public key to your Git server.</string>
<string name="your_public_key">Your public key</string>
<string name="ssh_keygen_share">Share</string>
<string name="error_generate_ssh_key">Error while trying to generate the SSH key pair</string>
<string name="ssh_key_error_dialog_text">Message: \n</string>
<string name="ssh_key_locked_and_no_activity">Error: SSH key can only be unlocked from an activity</string>
<string name="error_file_matches_repo_ignore_rule">Error: Repository file name matches a rule in %s</string>
<!-- Sync status -->
<string name="sync_status_no_change">No change</string>
<string name="sync_status_no_link_and_multiple_repos">Notebook has no link and multiple repositories exist</string>
<string name="sync_status_book_without_link_and_one_or_more_rooks_exist">Notebook has no link and one or more remote notebooks with the same name exist</string>
<string name="sync_status_dummy_without_link_and_multiple_rooks">Notebook has no link and multiple remote notebooks with the same name exist</string>
<string name="sync_status_no_book_multiple_rooks">No notebook and multiple remote notebooks with the same name exist</string>
<string name="sync_status_rook_no_longer_exists">Remote file no longer exists; repository link removed. Set a link if you want to sync to a repository.</string>
<string name="sync_status_no_link_and_previous_error">Notebook has no repository link</string>
<string name="sync_status_loaded">Loaded from %s</string>
<string name="sync_status_saved">Saved to %s</string>
<string name="moving_between_subdirectories_requires_api_24">Renaming notebook to a different subdirectory requires Android 7 or higher</string>
<string name="subfolder_support_disabled">Support for subfolders is disabled</string>
</resources>
Loading
Loading