Files
amethyst/commons/src/commonMain/composeResources/values-pl-rPL/strings.xml
T
Claude fb471a2e6b refactor(commons): extract Roadstr road-event card to commons
Eighth batch of the note-ui-commons extraction. The two Roadstr renderers
(report kind 1315, confirmation kind 1316) are self-contained except for the
map hero, which is a platform tile view.

- commons/ui/note/RoadEventCard.kt: RoadEventReportCard(event, map) and
  RoadEventConfirmationCard(event, map). Commons owns all the logic — the
  category emoji/color/label palette, the geohash→point resolution, the
  freshness-based pin opacity, the floating category pill, and the layout.
  The map arrives as a typed RoadEventMap slot
  (lat, lon, pinColor, pinEmoji, pinAlpha) so the native LocationPreviewMap
  stays in the app. Labels resolve via commons Res.
- amethyst keeps thin RenderRoadEventReport(Note) /
  RenderRoadEventConfirmation(Note) entries that decode the event and pass
  LocationPreviewMap as the slot.
- Migrated all 18 road_event_* strings with their locale translations into
  commons/composeResources; deleted the amethyst copies.

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:49:36 +00:00

49 lines
2.6 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>
</resources>