Update translations for 29 languages - #393
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Translations pulled from Crowdin for 29 languages. The file sharing screens are translated for the first time in all of them, the connectivity screen gains translated status and widget labels, and the Polish "payment pending" label was reworded.
Technical Context
module_files_action_open("Open") came back as an adjective or past participle ("opened", "is open") in nine languages, which reads wrong on a button. Dropped in es, it, ja and pt-BR so those fall back to English; left in place but recorded for fi, hu, nb, sv and sr. The underlying cause is the bare source string: it needs context on Crowdin marking it as an action verb.module_files_quota_low_banner_messagehad a bare%where the source has%%. That throws a format exception when the low-quota banner renders, so it is the one change here worth a close look. Corrected in both plural forms.module_connectivity_detail_gateway_labeland Greekmodule_meta_detail_device_type_tabletwere reverted: the first was an invented term rather than the standard networking word, the second was the untranslated English "Tablet". The Greek revert restored the file to its committed state, somodules-metadoes not appear in this diff.