Skip to content

Commit

Permalink
Merge pull request #325 from weblate/weblate-wfrp-master-glossary
Browse files Browse the repository at this point in the history
Translations update from Hosted Weblate
  • Loading branch information
fmasa authored Aug 4, 2024
2 parents 11634ef + 95e70fc commit aa31748
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions common/src/commonMain/moko-resources/de/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,16 @@
<item quantity="one">%d Spieler</item>
<item quantity="other">%d Spieler</item>
</plurals>
<plurals name="duration_days">
<item quantity="one">%d Tag</item>
<item quantity="other">%d Tage</item>
</plurals>
<plurals name="duration_hours">
<item quantity="one">%d Stunde</item>
<item quantity="other">%d Stunden</item>
</plurals>
<plurals name="duration_minutes">
<item quantity="one">%d Minute</item>
<item quantity="other">%d Minuten</item>
</plurals>
</resources>
12 changes: 12 additions & 0 deletions common/src/commonMain/moko-resources/de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -766,4 +766,16 @@
<string name="common_ui_button_add_item">Item hinzufügen</string>
<string name="diseases_title_choose_compendium_disease">Kompendium-Krankheit wählen…</string>
<string name="diseases_symptoms_helper">Komma-separierte Liste an Symptomen</string>
<string name="common_ui_units_minutes">Minuten</string>
<string name="compendium_messages_no_character_items">Keine Elemente</string>
<string name="common_ui_duration_days">Tage</string>
<string name="common_ui_duration_hours">Stunden</string>
<string name="common_ui_duration_minutes">Minuten</string>
<string name="common_ui_messages_no_items">Keine Elemente</string>
<string name="common_ui_units_days">Tage</string>
<string name="common_ui_units_hours">Stunden</string>
<string name="diseases_label_name">Name</string>
<string name="diseases_title_new">Neue Krankheit</string>
<string name="diseases_messages_no_diseases_in_compendium">Keine Krankheiten</string>
<string name="diseases_label_not_diagnosed">Nicht diagnostiziert</string>
</resources>

0 comments on commit aa31748

Please sign in to comment.