Merge pull request #922 from vitorpamplona/l10n_crowdin_translations

New Crowdin Translations
This commit is contained in:
Vitor Pamplona 2024-06-15 11:36:25 -04:00 committed by GitHub
commit 6a9f9e3f81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -652,6 +652,7 @@
<string name="route_video">Filmiki</string>
<string name="route_security_filters">Filtry bezpieczeństwa</string>
<string name="new_post">Nowy post</string>
<string name="new_short">Nowe Króciaki: zdjęcia lub filmiki</string>
<string name="new_community_note">Nowy wpis w społeczności</string>
<string name="open_all_reactions_to_this_post">Otwórz wszystkie reakcje na ten post</string>
<string name="close_all_reactions_to_this_post">Zamknij wszystkie reakcje na ten post</string>
@ -692,6 +693,7 @@
<string name="search_relays_not_found">Skonfiguruj transmitery wyszukujące</string>
<string name="search_relays_not_found_description">Stworzenie listy transmiterów specjalnie przeznaczonych do wyszukiwania i tagowania użytkowników poprawi te wyniki.</string>
<string name="search_relays_not_found_editing">Wstaw od 1 do 3 transmiterów, które będą używane podczas wyszukiwania treści lub tagowania użytkowników. Upewnij się, że zaimplementowano NIP-50</string>
<string name="search_relays_not_found_examples">Dobre opcje to:\n - nostr.wine\n - relay.nostr.band\n - relay.noswhere.com</string>
<string name="relay_settings">Ustawienia Transmiterów</string>
<string name="public_home_section">Publiczne transmitery domowe</string>
<string name="public_home_section_explainer">Ten typ transmitera przechowuje całą zawartość. Amethyst będzie wysyłać Twoje posty tutaj, a inni będą korzystać z tych transmiterów, aby znaleźć Twoje treści. Wstaw od 1 do 3 transmiterów. Mogą to być transmitery prywatne, płatne lub publiczne.</string>

View File

@ -515,6 +515,10 @@
<string name="error_dialog_talk_to_user">向用户发送消息</string>
<string name="error_dialog_button_ok"></string>
<string name="relay_information_document_error_assemble_url">无法连接 %1$s: %2$s</string>
<string name="relay_information_document_error_failed_to_assemble_url">组合 %1$s 的 NIP-11 URL 失败: %2$s</string>
<string name="relay_information_document_error_failed_to_reach_server">无法连接 %1$s: %2$s</string>
<string name="relay_information_document_error_failed_to_parse_response">无法解析来自 %1$s 的响应: %2$s</string>
<string name="relay_information_document_error_failed_with_http">中继拒绝请求 %1$s: %2$s</string>
<string name="relay_information_document_error_reach_server">无法连接 %1$s: %2$s</string>
<string name="relay_information_document_error_parse_result">无法解析来自 %1$s的结果: %2$s</string>
<string name="relay_information_document_error_http_status">%1$s 失败,代码 %2$s</string>