Add translation buttons

This commit is contained in:
Pieter Vander Vennet 2022-04-01 12:51:55 +02:00
parent 592bc4ae0b
commit 2c7fb556dc
31 changed files with 442 additions and 150 deletions

View file

@ -246,6 +246,10 @@
"loading": "Loading Wikipedia...",
"noResults": "Nothing found for <i>{search}</i>",
"noWikipediaPage": "This Wikidata item has no corresponding Wikipedia page yet.",
"previewbox": {
"born": "Born: {value}",
"died": "Died: {value}"
},
"searchWikidata": "Search on Wikidata",
"wikipediaboxTitle": "Wikipedia"
}
@ -359,6 +363,7 @@
"autoApply": "When changing the attributes {attr_names}, these attributes will automatically be changed on {count} other objects too"
},
"notes": {
"addAComment": "Add a comment",
"addComment": "Add comment",
"addCommentAndClose": "Add comment and close",
"addCommentPlaceholder": "Add a comment...",
@ -525,6 +530,15 @@
"split": "Split",
"splitTitle": "Choose on the map where to split this road"
},
"translations": {
"activateButton": "Help to translate MapComplete",
"completeness": "Translations for {theme} in {language} are at {percentage}%: {translated} strings out of {total} are translated",
"deactivate": "Disable translation buttons",
"help": "Click the 'translate'-icon next to a string to enter or update a piece of text. You need a Weblate-account for this. Create one with your OSM-username to automatically unlock translation mode.",
"isTranslator": "Translation mode is active as your username matches the name of a previous translator",
"missing": "{count} untranslated strings",
"notImmediate": "Translations are not updated directly. This typically takes a few days"
},
"validation": {
"color": {
"description": "A color or hexcode"

View file

@ -1062,6 +1062,9 @@
},
"question": "Are there tools here to repair your own bike?"
},
"bike_shop-access": {
"render": "Only accessible to {access}"
},
"bike_shop-email": {
"question": "What is the email address of {name}?"
},

View file

@ -1062,6 +1062,9 @@
},
"question": "Biedt deze winkel gereedschap aan om je fiets zelf te herstellen?"
},
"bike_shop-access": {
"render": "Enkel voor {access}"
},
"bike_shop-email": {
"question": "Wat is het email-adres van {name}?"
},