Files
amethyst/commons/src/commonMain/composeResources/values-pl-rPL/strings.xml
T
Claude 14c9f99bac refactor(commons): extract NIP-52 calendar collection + RSVP cards to commons
Twelfth batch of the note-ui-commons extraction — the calendar family, and
a fuller exercise of gate #1: strings shared with three native call sites
move to commons with no duplication.

- commons/ui/note/CalendarCollectionCard.kt: the calendar collection card
  (kind 31924) — title, description, event count.
- commons/ui/note/CalendarRsvpCard.kt: the RSVP card (kind 31925) — the
  going/maybe/not-going status, note, and target address.
  Both are pure value-in; the entries' unused accountViewModel/nav are dropped.
- Strings/plural migrated to commons: calendar_rsvp_going/maybe/not_going and
  the calendar_collection_count plural. Their native co-users now read them
  from commons Res instead of the Android res tree — CalendarRsvpRow (the
  interactive RSVP row), CalendarEventDetailScreen, and CalendarCollectionsView
  — so each key lives in exactly one place.
- amethyst keeps the thin RenderCalendarCollectionEvent / RenderCalendarRSVPEvent
  dispatcher entries.

Verified: :commons:compileKotlinJvm and :amethyst:compileFdroidDebugKotlin
both pass; every touched strings.xml is well-formed.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Gmrt3jwYPDJ38MJGJ6GaNr
2026-07-17 22:50:09 +00:00

71 lines
3.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="git_status_open">Otwarte</string>
<string name="git_status_merged">Połączone</string>
<string name="git_status_closed">Zamknięte</string>
<string name="git_status_draft">Szkic</string>
<string name="git_diff_binary">Plik binarny nie jest wyświetlany.</string>
<plurals name="git_diff_files_changed">
<item quantity="one">Plik %1$d zmieniony</item>
<item quantity="few">Plików %1$d zmienionych</item>
<item quantity="many">Plików %1$d zmienionych</item>
<item quantity="other">%1$d pliki zostały zmienione</item>
</plurals>
<plurals name="birdex_species_count">
<item quantity="one">Birdex · %1$d gatunek</item>
<item quantity="few">Birdex · %1$d gatunków</item>
<item quantity="many">Birdex · %1$d gatunków</item>
<item quantity="other">Birdex · %1$d gatunki</item>
</plurals>
<plurals name="birdex_species_preview_more">
<item quantity="one">%1$s +%2$d więcej</item>
<item quantity="few">%1$s +%2$d więcej</item>
<item quantity="many">%1$s +%2$d więcej</item>
<item quantity="other">%1$s +%2$d więcej</item>
</plurals>
<string name="ps1_save_title">Zapis karty pamięci PS1</string>
<string name="ps1_save_block">blok %1$d</string>
<string name="ps1_save_empty_slot">Pusty slot</string>
<string name="podcast_play_soundbite">Odtwórz najciekawsze momenty</string>
<string name="road_event_accident">Wypadek</string>
<string name="road_event_animal">Zwierzęta na drodze</string>
<string name="road_event_confirmed">Wciąż tam</string>
<string name="road_event_confirms_report">Potwierdzenie zgłoszenia drogowego</string>
<string name="road_event_construction">Roboty drogowe</string>
<string name="road_event_denied">Już tam nie ma</string>
<string name="road_event_denies_report">Zgłasza, że wypadek został usunięty</string>
<string name="road_event_fog">Mgła</string>
<string name="road_event_hazard">Zagrożenie</string>
<string name="road_event_ice">Oblodzenie</string>
<string name="road_event_other">Wydarzenie drogowe</string>
<string name="road_event_police">Policja</string>
<string name="road_event_pothole">Wyboje</string>
<string name="road_event_road_closure">Droga zamknięta</string>
<string name="road_event_road_condition">Uszkodzenie nawierzchni</string>
<string name="road_event_speed_camera">Fotoradar</string>
<string name="road_event_traffic_jam">Korek</string>
<string name="road_event_unknown">Wydarzenie drogowe</string>
<string name="podcast_value_zap_split_hint">Zaps do tego są podzielone między:</string>
<string name="podcast_value_split_percent">%1$d%%</string>
<string name="podcast_value_for_value">Wartość-za-wartość</string>
<string name="relay_monitor_rtt_open">Otwórz</string>
<string name="relay_monitor_rtt_read">Odczyt</string>
<string name="relay_monitor_rtt_write">Zapis</string>
<string name="relay_monitor_network">Sieć</string>
<string name="relay_monitor_relay_type">Typ</string>
<string name="relay_monitor_requirements">Wymagania</string>
<string name="relay_monitor_supported_nips">Obsługiwane Nipy</string>
<string name="relay_monitor_ms">%1$d ms</string>
<string name="relay_discovery_accepted_kinds">Dopuszczalne typy</string>
<string name="relay_discovery_geohash">Lokalizacja</string>
<string name="calendar_rsvp_going">Będę</string>
<string name="calendar_rsvp_maybe">Może</string>
<string name="calendar_rsvp_not_going">Nie mogę iść</string>
<plurals name="calendar_collection_count">
<item quantity="one">%1$d wydarzenie</item>
<item quantity="few">%1$d wydarzeń</item>
<item quantity="many">%1$d wydarzeń</item>
<item quantity="other">%1$d wydarzeń</item>
</plurals>
</resources>