i18n: Sync template with current 3.x codebase

Weblate will now track the state of `3.x` to prepare for the 3.5 release.

(cherry picked from commit 02d9ac107158c8c5d95f1ecc48078d66e00c1a57)
This commit is contained in:
Rémi Verschelde 2022-01-07 13:17:27 +01:00
parent 3ccedb4cdf
commit 4dbef3a4f5
No known key found for this signature in database
GPG key ID: C3336907360768E1
71 changed files with 15137 additions and 3069 deletions

View file

@ -241,7 +241,7 @@ TypedArray<String> NavigationAgent2D::get_configuration_warnings() const {
TypedArray<String> warnings = Node::get_configuration_warnings();
if (!Object::cast_to<Node2D>(get_parent())) {
warnings.push_back(TTR("The NavigationAgent2D can be used only under a Node2D node"));
warnings.push_back(TTR("The NavigationAgent2D can be used only under a Node2D node."));
}
return warnings;