Skip to content

Commit

Permalink
Translated using Weblate (German)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (German)

Currently translated at 100.0% (107 of 107 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Johannes <johannes.rabenschlag@posteo.de>
Translate-URL: https://hosted.weblate.org/projects/frigoligo/app-store-metadata/de/
Translate-URL: https://hosted.weblate.org/projects/frigoligo/flutter/de/
Translation: Frigoligo/App store metadata
Translation: Frigoligo/Flutter
  • Loading branch information
weblate and jrabensc committed Nov 3, 2024
1 parent 6202c2a commit 94899cd
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 1 deletion.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Die Benutzeroberfläche wurde größtenteils überarbeitet, um konsistenter und benutzerfreundlicher zu sein.
- Das Speichersystem wurde komplett neu aufgebaut, um auf allen Plattformen eine konsistentere und zuverlässigere Erfahrung zu gewährleisten.
- Die Logik für die App-Badge-Anzeigen wurde neu gestaltet, um zuverlässiger zu funktionieren.
- Neue Sprache: Esperanto.
92 changes: 91 additions & 1 deletion lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"@filters_articleStateArchived": {
"description": "Filter articles with the state 'archived'."
},
"filters_articleStateAll": "Alle",
"filters_articleStateAll": "Alle Status",
"@filters_articleStateAll": {
"description": "Don't filter articles by state."
},
Expand Down Expand Up @@ -376,5 +376,95 @@
"readingsettings_title": "Lese-Einstellungen",
"@readingsettings_title": {
"description": "The title of the reading settings screen."
},
"g_settings": "Einstellungen",
"@g_settings": {
"description": "The settings of the application."
},
"articlefields_title": "Titel",
"@articlefields_title": {
"description": "The title of the article."
},
"articlefields_website": "Webseite",
"@articlefields_website": {
"description": "The website (domain) from where the article has been fetched."
},
"filters_articleTagsCount": "{count, plural, =1{1 Tag} other{{count} Tags}}",
"@filters_articleTagsCount": {
"description": "The number of tags used in filters.",
"placeholders": {
"count": {
"type": "int",
"format": "compact"
}
}
},
"filters_searchbarHint": "In Artikeln suchen",
"@filters_searchbarHint": {
"description": "Search bar hint in the home screen."
},
"filters_articleState": "Status",
"@filters_articleState": {
"description": "The state of the article."
},
"filters_searchModeContent": "Inhalt",
"@filters_searchModeContent": {
"description": "Search text only in the content field."
},
"filters_searchModeTitle": "Titel",
"@filters_searchModeTitle": {
"description": "Search text only in the title field."
},
"filters_searchMode": "Suchmodus",
"@filters_searchMode": {
"description": "The title of the search mode screen (which fields to search text into)."
},
"filters_searchModeAll": "Alle Felder",
"@filters_searchModeAll": {
"description": "Search text in all fields."
},
"selector_selectbuttonlabel": "{numberOfItems} wählen",
"@selector_selectbuttonlabel": {
"description": "The label of the select button in a selector screen.",
"placeholders": {
"numberOfItems": {
"type": "String",
"example": "3 items"
}
}
},
"g_article": "Artikel",
"@g_article": {
"description": "A piece of content fetched from the web. This is one of the main concepts of the app."
},
"g_saveLink": "Link speichern",
"@g_saveLink": {
"description": "A verb, as in to save a link."
},
"g_synchronize": "Synchronisieren",
"@g_synchronize": {
"description": "A verb, as in to synchronize with the server."
},
"articlefields_readingTime": "Lesedauer",
"@articlefields_readingTime": {
"description": "The estimated reading time of the article."
},
"articlefields_tags": "Tags",
"@articlefields_tags": {
"description": "The tags of the article."
},
"filters_articleDomains": "Domains",
"@filters_articleDomains": {
"description": "Filter the domains from where the articles have been fetched."
},
"filters_articleDomainsCount": "{count, plural, =1{1 Domain} other{{count} Domains}}",
"@filters_articleDomainsCount": {
"description": "The number of articles domains used in filters.",
"placeholders": {
"count": {
"type": "int",
"format": "compact"
}
}
}
}

0 comments on commit 94899cd

Please sign in to comment.