Update Persian translation from upstream

This should hopefully get rid of the problematic Unicode code points
which blocks rpminspect currently.

Related: #2003134
This commit is contained in:
Ondrej Holy 2021-12-10 09:19:09 +01:00
parent 48e0afe9bd
commit 5b9325cee3
2 changed files with 5 additions and 2 deletions

View File

@ -177,7 +177,7 @@ index 52b1d9f2a..d1aa5131b 100644
+
+#: src/resources/ui/nautilus-compress-dialog.ui:36
+msgid "Password protected .zip, must be installed on Windows and Mac."
+msgstr "پروندهٔ .zip محافظت‌شده با گذرواژه. باید روی ویندوز و مک نصب باشد."
+msgstr "پروندهٔ .zip محافظت‌شده با گذرواژه، باید روی ویندوز و مک نصب باشد."
+
+#: src/resources/ui/nautilus-compress-dialog.ui:213
+msgid "Password"

View File

@ -6,7 +6,7 @@
Name: nautilus
Version: 40.2
Release: 5%{?dist}
Release: 6%{?dist}
Summary: File manager for GNOME
License: GPLv3+
@ -159,6 +159,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
%changelog
* Fri Dec 10 2021 Ondrej Holy <oholy@redhat.com> - 40.2-6
- Update Persian translation from upstream (#2003134)
* Wed Dec 08 2021 Ondrej Holy <oholy@redhat.com> - 40.2-5
- Backport various upstream fixes for compress formats popover (#2029423)