Skip to content

Commit

Permalink
fix(translation): Minor source string mods and updates
Browse files Browse the repository at this point in the history
Minor modifications of source strings and updating the language files.

- Confirming the deletion of snapshots now use plural forms.
- Removed the tooltip from the FileView.
- Integrated (back) elipsis (…) into the source strings because this is relevant in some languages (e.g. read from right to left).
- SettingsDialog crontab section: Use lower case version of hours/days/weeks/… in the crontab section of the settings dialog and fixed a warning message in the same context.
  • Loading branch information
buhtz authored Nov 15, 2023
1 parent e008148 commit 969ab4b
Show file tree
Hide file tree
Showing 48 changed files with 4,458 additions and 3,924 deletions.
88 changes: 44 additions & 44 deletions common/languages.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated at Fri Nov 10 21:20:53 2023 with help of package "babel" and "polib".
# Generated at Tue Nov 14 14:02:37 2023 with help of package "babel" and "polib".
# https://babel.pocoo.org
# https://github.com/python-babel/babel

Expand Down Expand Up @@ -2076,48 +2076,48 @@


completeness = {
'ar': 43,
'bg': 95,
'bs': 19,
'ca': 95,
'cs': 68,
'da': 30,
'de': 95,
'el': 28,
'ar': 42,
'bg': 93,
'bs': 18,
'ca': 93,
'cs': 66,
'da': 28,
'de': 97,
'el': 26,
'en': 100,
'eo': 27,
'es': 42,
'et': 16,
'eu': 95,
'fa': 68,
'fi': 45,
'eo': 26,
'es': 40,
'et': 15,
'eu': 92,
'fa': 66,
'fi': 43,
'fo': 17,
'fr': 95,
'gl': 73,
'he': 66,
'hr': 21,
'hu': 28,
'id': 67,
'is': 78,
'it': 58,
'ja': 70,
'ko': 56,
'lt': 73,
'nb': 26,
'nl': 95,
'nn': 16,
'pl': 67,
'pt': 24,
'pt_BR': 95,
'ro': 56,
'ru': 95,
'sk': 25,
'sl': 66,
'sr': 37,
'sv': 49,
'th': 60,
'tr': 70,
'uk': 95,
'vi': 73,
'zh_CN': 54,
'zh_TW': 16}
'fr': 93,
'gl': 71,
'he': 64,
'hr': 20,
'hu': 26,
'id': 65,
'is': 76,
'it': 97,
'ja': 68,
'ko': 55,
'lt': 71,
'nb': 25,
'nl': 93,
'nn': 15,
'pl': 65,
'pt': 23,
'pt_BR': 92,
'ro': 55,
'ru': 92,
'sk': 24,
'sl': 64,
'sr': 36,
'sv': 47,
'th': 58,
'tr': 68,
'uk': 97,
'vi': 71,
'zh_CN': 52,
'zh_TW': 15}
Loading

0 comments on commit 969ab4b

Please sign in to comment.