Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MM2-0/Kvaesitso
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Aug 15, 2024
2 parents 5732080 + 0b31e6f commit d263f8c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
11 changes: 10 additions & 1 deletion core/i18n/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
<item quantity="other">%1$s oznámení</item>
</plurals>
<string name="weather_widget_no_provider">Nebyl vybrán poskytovatel počasí nebo vybraný poskytovatel není dostupný</string>
<string name="apps_profile_private">Soukromý prostor</string>
<string name="apps_profile_private">Soukromé</string>
<string name="action_more_actions">Další akce</string>
<string name="action_clear">Vymazat</string>
<string name="action_done">Hotovo</string>
Expand All @@ -801,4 +801,13 @@
<string name="calendar_widget_create_event">Vytvořit novou událost</string>
<string name="calendar_widget_open_calendar">Otevřít aplikaci kalendáře</string>
<string name="plugin_type_calendar">Kalendář</string>
<string name="profile_work_profile_action_unlock">Zrušit pozastavení</string>
<string name="hint_drag_and_drop_reorder">Přeskládejte položky jejich podržením a přesunutím</string>
<string name="preference_search_supportedunits">Podporované jednotky</string>
<string name="app_label_locked_profile">Uzamčeno</string>
<string name="profile_work_profile_state_locked">Pracovní aplikace jsou pozastaveny.</string>
<string name="profile_work_profile_action_lock">Pozastavit pracovní aplikace</string>
<string name="profile_private_profile_state_locked">Soukromý prostor je uzamčen.</string>
<string name="profile_private_profile_action_unlock">Odemknout</string>
<string name="profile_private_profile_action_lock">Zamknout soukromý prostor</string>
</resources>
13 changes: 13 additions & 0 deletions core/i18n/src/main/res/values-cs/units.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,17 @@
<item quantity="few">decimetry</item>
<item quantity="other">decimetrů</item>
</plurals>
<string name="dimension_length">Délka</string>
<string name="dimension_mass">Hmotnost</string>
<string name="dimension_velocity">Rychlost</string>
<string name="dimension_volume">Objem</string>
<string name="dimension_area">Oblast</string>
<string name="dimension_currency">Měna</string>
<string name="dimension_data">Data</string>
<string name="dimension_bitrate">Datvý tok</string>
<string name="dimension_pressure">Tlak</string>
<string name="dimension_energy">Energie</string>
<string name="dimension_frequency">Frekvence</string>
<string name="dimension_temperature">Teplota</string>
<string name="dimension_time">Čas</string>
</resources>

0 comments on commit d263f8c

Please sign in to comment.