Skip to content

Commit

Permalink
Merge pull request #268 from weblate/weblate-every-door-app
Browse files Browse the repository at this point in the history
Translations update from Hosted Weblate
  • Loading branch information
Zverik authored Jun 23, 2022
2 parents b164458 + 35f41bb commit 7ab99db
Show file tree
Hide file tree
Showing 7 changed files with 1,117 additions and 12 deletions.
12 changes: 12 additions & 0 deletions lib/l10n/app_da.arb
Original file line number Diff line number Diff line change
Expand Up @@ -665,5 +665,17 @@
"apiStatusUpdatingDB": "Gemmer elementer i appdatabasen",
"@apiStatusUpdatingDB": {
"description": "Text displayed when the app is updating the database with downloaded objects."
},
"editorDuplicate": "Mulig dublet inden for {distance} m",
"@editorDuplicate": {
"description": "Message about a possible duplicate",
"placeholders": {
"distance": {
"type": "int",
"format": "decimalPattern",
"description": "Distance in meters",
"example": "71"
}
}
}
}
20 changes: 16 additions & 4 deletions lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"loadingStart": "Initialisierung …",
"loadingStart": "Initialisierung…",
"@loadingStart": {},
"loadingPresets": "Vorlagen werden geladen …",
"loadingPresets": "Vorlagen werden geladen…",
"@loadingPresets": {},
"loadingChanges": "Änderungen werden geladen …",
"loadingChanges": "Änderungen werden geladen…",
"@loadingChanges": {},
"loadingLocation": "Standort bestimmen …",
"loadingLocation": "Standort bestimmen…",
"@loadingLocation": {},
"loadingChangesFailed": "Fehler beim Laden der Änderungen",
"@loadingChangesFailed": {},
Expand Down Expand Up @@ -357,5 +357,17 @@
"tagsValueLong": "Wert ist zu lang",
"@tagsValueLong": {
"description": "Validation error for when the value length exceeds 255 characters."
},
"editorDuplicate": "Mögliches Duplikat in {distance} m",
"@editorDuplicate": {
"description": "Message about a possible duplicate",
"placeholders": {
"distance": {
"type": "int",
"format": "decimalPattern",
"description": "Distance in meters",
"example": "71"
}
}
}
}
Loading

0 comments on commit 7ab99db

Please sign in to comment.