Rename Toots to Posts (#2396)
* rename toots -> posts in strings * extract tusky_compose_post_quicksetting_label string * rename toot -> status in code
This commit is contained in:
parent
bfcdee4a53
commit
d9931e3d2c
75 changed files with 728 additions and 726 deletions
|
@ -156,7 +156,7 @@
|
|||
<string name="dialog_download_image">Stáhnout</string>
|
||||
<string name="dialog_message_cancel_follow_request">Zrušit požadavek o sledování?</string>
|
||||
<string name="dialog_unfollow_warning">Přestat sledovat tento účet?</string>
|
||||
<string name="dialog_delete_toot_warning">Smazat tento toot?</string>
|
||||
<string name="dialog_delete_post_warning">Smazat tento toot?</string>
|
||||
<string name="visibility_public">Veřejný: Poslat na veřejné časové osy</string>
|
||||
<string name="visibility_unlisted">Neuvedený: Neposlat na veřejné časové osy</string>
|
||||
<string name="visibility_private">Pouze pro sledující: Poslat pouze sledujícím</string>
|
||||
|
@ -295,11 +295,11 @@
|
|||
<string name="lock_account_label">Uzamknout účet</string>
|
||||
<string name="lock_account_label_description">Vyžaduje, abyste ručně schvaloval/a sledující</string>
|
||||
<string name="compose_save_draft">Uložit koncept?</string>
|
||||
<string name="send_toot_notification_title">Odesílám toot…</string>
|
||||
<string name="send_toot_notification_error_title">Chyba při odesílání tootu</string>
|
||||
<string name="send_toot_notification_channel_name">Odesílám tooty</string>
|
||||
<string name="send_toot_notification_cancel_title">Odesílání bylo zrušeno</string>
|
||||
<string name="send_toot_notification_saved_content">Kopie vašeho tootu byla uložena do vašich konceptů</string>
|
||||
<string name="send_post_notification_title">Odesílám toot…</string>
|
||||
<string name="send_post_notification_error_title">Chyba při odesílání tootu</string>
|
||||
<string name="send_post_notification_channel_name">Odesílám tooty</string>
|
||||
<string name="send_post_notification_cancel_title">Odesílání bylo zrušeno</string>
|
||||
<string name="send_post_notification_saved_content">Kopie vašeho tootu byla uložena do vašich konceptů</string>
|
||||
<string name="action_compose_shortcut">Napsat</string>
|
||||
<string name="error_no_custom_emojis">Vaše instance %s nemá žádná vlastní emoji</string>
|
||||
<string name="copy_to_clipboard_success">Zkopírováno do schránky</string>
|
||||
|
@ -308,7 +308,7 @@
|
|||
<string name="download_fonts">Musíte si nejprve stáhnout tyto sady emoji</string>
|
||||
<string name="performing_lookup_title">Provádím prohledávání…</string>
|
||||
<string name="expand_collapse_all_statuses">Rozbalit/zabalit všechny příspěvky</string>
|
||||
<string name="action_open_toot">Otevřít toot</string>
|
||||
<string name="action_open_post">Otevřít toot</string>
|
||||
<string name="restart_required">Je vyžadován restart aplikace</string>
|
||||
<string name="restart_emoji">Pro použití těchto změn musíte restartovat aplikaci Tusky</string>
|
||||
<string name="later">Později</string>
|
||||
|
@ -376,7 +376,7 @@
|
|||
<string name="pref_title_bot_overlay">Zobrazovat indikátor pro roboty</string>
|
||||
<string name="notification_clear_text">Jste si jistý/á, že chcete trvale vymazat všechna vaše oznámení\?</string>
|
||||
<string name="action_delete_and_redraft">Smazat a přepsat</string>
|
||||
<string name="dialog_redraft_toot_warning">Smazat a přepsat tento toot\?</string>
|
||||
<string name="dialog_redraft_post_warning">Smazat a přepsat tento toot\?</string>
|
||||
<string name="poll_info_format"> <!-- 15 hlasů • 1 hodin do konce --> %1$s • %2$s</string>
|
||||
<plurals name="poll_info_votes">
|
||||
<item quantity="one">%s hlas</item>
|
||||
|
@ -439,11 +439,11 @@
|
|||
<string name="poll_allow_multiple_choices">Lze zvolit více možností</string>
|
||||
<string name="poll_new_choice_hint">Možnost %d</string>
|
||||
<string name="edit_poll">Upravit</string>
|
||||
<string name="title_scheduled_toot">Plánované tooty</string>
|
||||
<string name="title_scheduled_posts">Plánované tooty</string>
|
||||
<string name="action_edit">Upravit</string>
|
||||
<string name="action_add_poll">Přidat anketu</string>
|
||||
<string name="action_access_scheduled_toot">Plánované tooty</string>
|
||||
<string name="action_schedule_toot">Naplánovat toot</string>
|
||||
<string name="action_access_scheduled_posts">Plánované tooty</string>
|
||||
<string name="action_schedule_post">Naplánovat toot</string>
|
||||
<string name="action_reset_schedule">Obnovit</string>
|
||||
<string name="pref_title_alway_open_spoiler">Vždy rozbalovat tooty označené varováními o obsahu</string>
|
||||
<string name="filter_dialog_whole_word">Celé slovo</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue