Merge branch 'main' into libsoup

This commit is contained in:
0xMRTT 2022-10-03 19:04:51 +02:00 committed by GitHub
commit e1647a13e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 687 additions and 375 deletions

View file

@ -23,7 +23,7 @@ Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 the
[![Copr build status](https://img.shields.io/badge/dynamic/json?color=blue&label=copr&query=builds.latest.state&url=https%3A%2F%2Fcopr.fedorainfracloud.org%2Fapi_3%2Fpackage%3Fownername%3Dlyessaadi%26projectname%3Dgradience%26packagename%3Dgradience%26with_latest_build%3DTrue)](https://copr.fedorainfracloud.org/coprs/lyessaadi/gradience/package/gradience/)
[![Flathub](https://img.shields.io/badge/dynamic/json?color=informational&label=downloads&logo=flathub&logoColor=white&query=%24.installs_total&url=https%3A%2F%2Fflathub.org%2Fapi%2Fv2%2Fstats%2Fcom.github.GradienceTeam.Gradience)](https://flathub.org/apps/details/com.github.GradienceTeam.Gradience)
[![Translate on Weblate](https://hosted.weblate.org/widgets/GradienceTeam/-/svg-badge.svg)](https://hosted.weblate.org/engage/GradienceTeam)
[![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#Gradience:matrix.org)
![Chat on Matrix](https://img.shields.io/matrix/Gradience:matrix.org?logo=matrix)
[![Chat on Discord](https://img.shields.io/discord/1013779899821064202?label=discord&logo=discord&logoColor=white)](https://discord.com/invite/MYa8Sr7btJ)
<!--[![Flatpak build - Nightly](https://github.com/GradienceTeam/Gradience/actions/workflows/flatpak-nightly.yml/badge.svg)](https://github.com/GradienceTeam/Gradience/actions/workflows/flatpak-nightly.yml)-->
@ -120,14 +120,15 @@ ninja -C builddir run
1. Open Terminal
2. Run `git clone https://github.com/GradienceTeam/Gradience.git && cd Gradience`
3. Install the `42` version of GNOME SDK: `flatpak install org.gnome.Sdk/x86_64/42 org.gnome.Platform/x86_64/42`
3. Install the `43` version of GNOME runtime and SDK: `flatpak install org.gnome.Sdk//43 org.gnome.Platform//43`
4. Run: `flatpak-builder --install --user --force-clean repo/ build-aux/flatpak/com.github.GradienceTeam.Gradience.Devel.json`
Alternatively, open the project with GNOME Builder, then build and run it.
## Theming Setup
You can also go in `Preferences` and apply override for Flatpak
> **Note**
> You can also go to `Preferences` and apply overrides for Flatpak
### Libadwaita applications
@ -153,27 +154,27 @@ Use [this guide](https://github.com/lassekongo83/adw-gtk3/blob/main/gtk4.md) to
### Using app:
Press on 3-lines button and press `Reset Applied Color Scheme`
Press on the menu button in the headerbar and press `Reset Applied Color Scheme`
![hamburger menu](https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/hamburger_menu.png)
![Main Gradience menu](https://raw.githubusercontent.com/GradienceTeam/Design/main/Screenshots/hamburger_menu.png)
### Manually:
Remove GTK3 and GTK4 configs
Remove GTK3 and GTK4 configs:
- Run `rm -rf .config/gtk-4.0 .config/gtk-3.0`
Remove adw-gtk3 theme
Remove adw-gtk3 theme:
- Run `flatpak uninstall adw-gtk3` to remove Flatpak adw-gtk3 theme
- Run `rm -rf .themes/adw-gtk3 .themes/adw-gtk3-dark .local/share/themes/adw-gtk3 .local/share/themes/adw-gtk3-dark` to remove local adw-gtk3 theme
Reset Flatpak overrides
Reset Flatpak overrides:
- Run `sudo flatpak override --reset`
> **Warning**
> This will reset all Flatpak overrides, such as Firefox wayland override
> This will reset all Flatpak overrides, such as Firefox Wayland override
## Roadmap

View file

@ -1,7 +1,7 @@
{
"app-id" : "com.github.GradienceTeam.Gradience.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "42",
"runtime-version" : "43",
"sdk" : "org.gnome.Sdk",
"command" : "gradience",
"finish-args" : [
@ -10,7 +10,7 @@
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--filesystem=xdg-data/flatpak:create",
"--filesystem=xdg-data/flatpak/overrides:create",
"--filesystem=xdg-config/gtk-3.0",
"--filesystem=xdg-config/gtk-4.0",
"--filesystem=xdg-run/dconf",
@ -63,7 +63,7 @@
"build-commands": [
"autoreconf --force --install",
"./configure --enable-shared --prefix=/app",
"make",
"make -j4",
"make install"
],
"sources": [
@ -80,7 +80,7 @@
"build-commands": [
"autoreconf --force --install",
"./configure --prefix=/app",
"make",
"make -j4",
"make install"
],
"sources": [
@ -91,23 +91,6 @@
}
]
},
{
"name": "libadwaita",
"buildsystem": "meson",
"config-opts": [
"-Dvapi=false",
"-Dtests=false",
"-Dexamples=false",
"-Dintrospection=enabled"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"tag": "1.2.beta"
}
]
},
{
"name": "libportal",
"buildsystem": "meson",

View file

@ -1,7 +1,7 @@
{
"app-id" : "com.github.GradienceTeam.Gradience",
"runtime" : "org.gnome.Platform",
"runtime-version" : "42",
"runtime-version" : "43",
"sdk" : "org.gnome.Sdk",
"command" : "gradience",
"finish-args" : [
@ -10,7 +10,7 @@
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--filesystem=xdg-data/flatpak:create",
"--filesystem=xdg-data/flatpak/overrides:create",
"--filesystem=xdg-config/gtk-3.0",
"--filesystem=xdg-config/gtk-4.0",
"--filesystem=xdg-run/dconf",
@ -53,7 +53,7 @@
{
"type" : "git",
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"branch" : "main"
"branch" : "v0.4.0"
}
]
},
@ -63,7 +63,7 @@
"build-commands": [
"autoreconf --force --install",
"./configure --enable-shared --prefix=/app",
"make",
"make -j4",
"make install"
],
"sources": [
@ -80,7 +80,7 @@
"build-commands": [
"autoreconf --force --install",
"./configure --prefix=/app",
"make",
"make -j4",
"make install"
],
"sources": [
@ -91,23 +91,6 @@
}
]
},
{
"name": "libadwaita",
"buildsystem": "meson",
"config-opts": [
"-Dvapi=false",
"-Dtests=false",
"-Dexamples=false",
"-Dintrospection=enabled"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"tag": "1.2.beta"
}
]
},
{
"name": "libportal",
"buildsystem": "meson",

View file

@ -42,7 +42,7 @@ from .constants import (
from .modules.css import load_preset_from_css
from .welcome import GradienceWelcomeWindow
from .preferences import GradiencePreferencesWindow
from .modules.utils import to_slug_case, buglog
from .modules.utils import to_slug_case, buglog, run_command
from .plugins_list import GradiencePluginsList
from .presets_manager_window import GradiencePresetWindow
from .modules.preset import Preset, presets_dir
@ -856,6 +856,30 @@ class GradienceApplication(Adw.Application):
Adw.Toast(title=_("Preset set sucessfully"))
)
dialog = Adw.MessageDialog(
transient_for=self.props.active_window,
heading=_("Log out ?"),
body=_(
"For the changes to take effect, you need to log out. "
),
body_use_markup=True,
)
dialog.add_response("cancel", _("Cancel"))
dialog.add_response("logout", _("Logout"))
dialog.set_response_appearance(
"logout", Adw.ResponseAppearance.DESTRUCTIVE)
dialog.set_default_response("cancel")
dialog.set_close_response("cancel")
dialog.connect('response', self.on_logout_dialog_response)
dialog.present()
def on_logout_dialog_response (self, dialog, response):
if response == "logout":
#run_command(['gnome-session-quit', '--no-prompt'])
print("logout")
def restore_color_scheme(self, widget, response):
if response == "restore":
if widget.get_app_types()["gtk4"]:

View file

@ -18,7 +18,9 @@
import re
import logging
import os
from subprocess import run
from anyascii import anyascii
from gradience.constants import build_type
@ -41,3 +43,12 @@ def to_slug_case(non_slug):
# Gradience is build in release mode
def buglog(*args):
logging.debug(*args)
def run_command(command, *args, **kwargs):
if isinstance(command, str):
command = [command]
if os.environ.get('FLATPAK_ID'):
command = ['flatpak-spawn', '--host'] + command
return run(command, *args, **kwargs)

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -19,7 +19,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr ""
@ -28,7 +28,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr ""
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr ""
@ -553,7 +553,7 @@ msgid "Unexpected file error occurred"
msgstr ""
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr ""
@ -649,15 +649,27 @@ msgstr ""
msgid "Preset set sucessfully"
msgstr ""
#: gradience/main.py:905
#: gradience/main.py:867
msgid "Log out ?"
msgstr ""
#: gradience/main.py:869
msgid "For the changes to take effect, you need to log out. "
msgstr ""
#: gradience/main.py:875
msgid "Logout"
msgstr ""
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr ""
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr ""
#: gradience/main.py:989
#: gradience/main.py:1013
msgid ""
"\n"
"<ul>\n"
@ -681,7 +693,7 @@ msgid ""
"</ul>\n"
msgstr ""
#: gradience/main.py:1009
#: gradience/main.py:1033
msgid ""
"\n"
"Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 "

118
po/ar.po
View file

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-09-30 16:21+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-03 12:20+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/ar/>\n"
@ -27,7 +27,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "التدرج"
@ -36,7 +36,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "غير مظهر Adwaita بكل سهولة."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "فريق Gradience"
@ -147,17 +147,18 @@ msgstr "تحميل فقط"
#, fuzzy
#| msgid "Preferences"
msgid "Plugin Preferences"
msgstr "تفضيلات"
msgstr "تفضيلات البرنامج المساعد"
#: data/ui/no_plugin_pref.blp:26
#, fuzzy
#| msgid "Preferences"
msgid "No Preferences"
msgstr "تفضيلات"
msgstr "لا توجد تفضيلات"
#: data/ui/no_plugin_pref.blp:27
#, fuzzy
msgid "This plugin doesn't have any preferences."
msgstr ""
msgstr "هذا البرنامج المساعد ليس لديه أي تفضيلات."
#: data/ui/option.blp:10
msgid "GTK 3 Support Warning"
@ -282,8 +283,9 @@ msgid "Rename Preset"
msgstr "إعادة تسمية الإعداد المسبق"
#: data/ui/preset_row.blp:80
#, fuzzy
msgid "More Options"
msgstr ""
msgstr "المزيد من الخيارات"
#: data/ui/preset_row.blp:87
msgid "Description"
@ -319,7 +321,7 @@ msgstr "استيراد"
#, fuzzy
#| msgid "Import a Preset File (*.json)"
msgid "Import a Preset File"
msgstr "استيراد ملف إعداد مسبق (* .json)"
msgstr "قم باستيراد ملف محدد مسبقًا"
#: data/ui/presets_manager_window.blp:31
msgid "Delete"
@ -390,23 +392,30 @@ msgstr "السابق"
#: data/ui/share_window.blp:65
#, fuzzy
msgid "Share your preset"
msgstr "مشاركة الضبط المسبق"
msgstr "شارك إعداداتك المسبقة"
#: data/ui/share_window.blp:66
#, fuzzy
msgid "Share your preset with the world!"
msgstr ""
msgstr "شارك الإعداد المسبق الخاص بك مع العالم!"
#: data/ui/share_window.blp:73
#, fuzzy
msgid "How it's work?"
msgstr ""
msgstr "كيف تعمل؟"
#: data/ui/share_window.blp:74
#, fuzzy
msgid ""
"Gradience use GitHub to share your preset. You need to create a GitHub "
"account and fork <a href='https://github.com/GradienceTeam/"
"Community'>GradienceTeam/Community</a>. Then, you can upload your preset, "
"make a pull request and share it with the world!"
msgstr ""
"يستخدم Gradience GitHub لمشاركة إعدادك المسبق. تحتاج إلى إنشاء حساب GitHub و "
"fork <a href=\"https://github.com/GradienceTeam/Community\"> GradienceTeam / "
"Community </a>. بعد ذلك ، يمكنك تحميل إعدادك المسبق وتقديم طلب سحب ومشاركته "
"مع العالم!"
#: data/ui/share_window.blp:81 data/ui/welcome.blp:81
msgid "Warning"
@ -545,22 +554,24 @@ msgid "Apply"
msgstr "تطبيق"
#: data/ui/window.blp:41
#, fuzzy
msgid "Main Menu"
msgstr ""
msgstr "القائمة الرئيسية"
#: data/ui/window.blp:50
#, fuzzy
#| msgid "Presets"
msgid "Presets Menu"
msgstr "الإعدادات المسبقة المحفوظة"
msgstr "قائمة الإعدادات المسبقة"
#: data/ui/window.blp:57
msgid "Save Preset"
msgstr "احفظ المسبقة"
#: data/ui/window.blp:66
#, fuzzy
msgid "CSS Errors"
msgstr ""
msgstr "أخطاء CSS"
#: data/ui/window.blp:81
msgid "Colors"
@ -606,7 +617,7 @@ msgstr "المدمج في المسبقة"
#: data/ui/window.blp:182
#, fuzzy
msgid "Manage Presets"
msgstr "إعادة تسمية الإعداد المسبق"
msgstr "إدارة الإعدادات المسبقة"
#: gradience/modules/flatpak_overrides.py:65
#: gradience/modules/flatpak_overrides.py:84
@ -621,7 +632,7 @@ msgid "Unexpected file error occurred"
msgstr "حدث خطأ غير متوقع في الملف"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "الغاء"
@ -643,7 +654,7 @@ msgstr "أخفق في تفعيل الإعداد المسبق"
#, fuzzy
#| msgid "No Results Found"
msgid "No presets found"
msgstr "لم يتم العثور على نتائج"
msgstr "لم يتم العثور على إعدادات مسبقة"
#: gradience/main.py:271
#, fuzzy
@ -726,15 +737,30 @@ msgstr "تم حفظ الإعداد المسبق!"
msgid "Preset set sucessfully"
msgstr "تم الضبط المسبق بنجاح"
#: gradience/main.py:905
#: gradience/main.py:867
#, fuzzy
msgid "Log out ?"
msgstr "تسجيل خروج ؟"
#: gradience/main.py:869
#, fuzzy
msgid "For the changes to take effect, you need to log out. "
msgstr "لكي تدخل التغييرات حيز التنفيذ ، يجب عليك تسجيل الخروج. "
#: gradience/main.py:875
#, fuzzy
msgid "Logout"
msgstr "تسجيل خروج"
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr "لا يمكن استعادة النسخة الاحتياطية GTK4"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "إعادة الضبط المسبق"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -759,30 +785,27 @@ msgid ""
"</ul>\n"
msgstr ""
"\n"
" <ul>\n"
" <li> أضف AdwViewSwitcher في شريط الرأس. \n"
" </li><li> انقل CSS إلى علامة التبويب \"خيارات متقدمة\" \n"
" </li><li> انقل الباقي إلى علامة التبويب \"الألوان\" \n"
" </li><li> علامة التبويب Add Monet التي تنشئ مظهرًا من "
"الخلفية \n"
" </li><li> إضافة قرص محفوظ ورمز قرص غير محفوظ في شريط الرأس \n"
" </li><li> تحديث حول مربع الحوار \n"
" </li><li> تغيير الترخيص إلى GNU GPLv3 </li>\n"
" <li> بدء دعم المكون الإضافي \n"
" </li><li> انقل محدد الإعداد المسبق إلى قائمة منسدلة تسمى "
"لوحة (لوحة الرموز) \n"
" </li><li> أضف إمكانية تطبيق السمة فقط على المظهر الداكن أو "
"المظهر الفاتح \n"
" </li><li> استخدم الإعداد المسبق Adwaita-dark تلقائيًا إذا كان "
"المخطط الذي يفضله المستخدم معتمًا. \n"
" </li><li> تمت إضافة بناء Flatpak CI </li>\n"
" <li> تمت إضافة نموذج المشكلة لطلب الأخطاء والميزات \n"
" </li><li> الآن الفرع \"الرئيسي\" محمي بواسطة حماية فرع "
"GitHub. يتم التطوير في الفرع \"التالي\" </li>\n"
" </ul>\n"
" "
"<ul>\n"
"<li> أضف AdwViewSwitcher في شريط الرأس. \n"
"</li><li> انقل CSS إلى علامة التبويب \"خيارات متقدمة\" \n"
"</li><li> انقل الباقي إلى علامة التبويب \"الألوان\" \n"
"</li><li> علامة التبويب Add Monet التي تنشئ مظهرًا من الخلفية \n"
"</li><li> إضافة قرص محفوظ ورمز قرص غير محفوظ في شريط الرأس \n"
"</li><li> تحديث حول مربع الحوار \n"
"</li><li> تغيير الترخيص إلى GNU GPLv3 </li>\n"
"<li> بدء دعم المكون الإضافي \n"
"</li><li> انقل محدد الإعداد المسبق إلى قائمة منسدلة تسمى لوحة (لوحة "
"الرموز) \n"
"</li><li> أضف إمكانية تطبيق المظهر فقط على المظهر الداكن أو المظهر الفاتح. \n"
"</li><li> استخدم الإعداد المسبق Adwaita-dark تلقائيًا إذا كان المخطط الذي "
"يفضله المستخدم معتمًا. \n"
"</li><li> تمت إضافة بناء Flatpak CI </li>\n"
"<li> تمت إضافة نموذج المشكلة لطلب الأخطاء والميزات \n"
"</li><li> الآن الفرع \"الرئيسي\" محمي بواسطة حماية فرع GitHub. يتم التطوير "
"في الفرع \"التالي\" </li>\n"
"</ul>\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
#| msgid ""
#| "\n"
@ -823,7 +846,6 @@ msgstr ""
"- توسيع الوظائف باستخدام الإضافات\n"
"\n"
"هذا التطبيق مكتوب بلغة Python ويستخدم GTK 4 و libadwaita.\n"
" "
#: gradience/option.py:49
msgid "This option is only partially supported by the adw-gtk3 theme."
@ -868,12 +890,14 @@ msgid "No Plugins Found."
msgstr "لم يتم العثور على مكونات إضافية."
#: gradience/preset_row.py:87 gradience/preset_row.py:106
#, fuzzy
msgid "Remove from Favourites"
msgstr ""
msgstr "حذف من المفضلة"
#: gradience/preset_row.py:90 gradience/preset_row.py:102
#, fuzzy
msgid "Add to Favourites"
msgstr ""
msgstr "أضافه إلى المفضلة"
#: gradience/preset_row.py:162
msgid "Preset removed"

View file

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-10-02 08:20+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-03 08:16+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/cs/>\n"
@ -26,7 +26,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
#, fuzzy
msgid "Gradience"
msgstr "Gradience"
@ -37,7 +37,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Změňte vzhled Adwaita snadno"
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
#, fuzzy
msgid "Gradience Team"
msgstr "Tým Gradience"
@ -708,7 +708,7 @@ msgid "Unexpected file error occurred"
msgstr "Došlo k neočekávané chybě souboru"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Zrušit"
@ -821,17 +821,32 @@ msgstr "Mix byl uložen!"
msgid "Preset set sucessfully"
msgstr "Úspěšně nastavená předvolba"
#: gradience/main.py:905
#: gradience/main.py:867
#, fuzzy
msgid "Log out ?"
msgstr "Odhlásit se ?"
#: gradience/main.py:869
#, fuzzy
msgid "For the changes to take effect, you need to log out. "
msgstr "Aby se změny projevily, je třeba se odhlásit. "
#: gradience/main.py:875
#, fuzzy
msgid "Logout"
msgstr "Odhlásit"
#: gradience/main.py:929
#, fuzzy
msgid "Could not restore GTK4 backup"
msgstr "Nelze obnovit zálohu GTK4"
#: gradience/main.py:938
#: gradience/main.py:962
#, fuzzy
msgid "Preset reseted"
msgstr "Přednastavení resetováno"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -877,7 +892,7 @@ msgstr ""
"větvi `next`</li>\n"
"</ul>\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
msgid ""
"\n"

View file

@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-10-02 09:05+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-03 10:16+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: German <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/de/>\n"
@ -27,7 +27,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -36,7 +36,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Ändere einfach das Aussehen von Adwaita."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Gradience Team"
@ -703,7 +703,7 @@ msgid "Unexpected file error occurred"
msgstr "Unerwarteter Dateifehler aufgetreten"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Abbrechen"
@ -818,17 +818,32 @@ msgstr "Voreinstellung gespeichert!"
msgid "Preset set sucessfully"
msgstr "Voreinstellung erfolgreich eingestellt"
#: gradience/main.py:905
#: gradience/main.py:867
#, fuzzy
msgid "Log out ?"
msgstr "Abmelden?"
#: gradience/main.py:869
#, fuzzy
msgid "For the changes to take effect, you need to log out. "
msgstr "Damit die Änderungen wirksam werden, müssen Sie sich abmelden. "
#: gradience/main.py:875
#, fuzzy
msgid "Logout"
msgstr "Abmelden"
#: gradience/main.py:929
#, fuzzy
msgid "Could not restore GTK4 backup"
msgstr "GTK4-Backup konnte nicht wiederhergestellt werden"
#: gradience/main.py:938
#: gradience/main.py:962
#, fuzzy
msgid "Preset reseted"
msgstr "Voreinstellung zurückgesetzt"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -876,7 +891,7 @@ msgstr ""
"Entwicklung findet auf dem `next` Branch statt</li>\n"
"</ul>\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
msgid ""
"\n"

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-09-30 18:20+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/GradienceTeam/"
@ -24,7 +24,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -33,7 +33,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Cambie el aspecto de Adwaita, con facilidad."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Equipo de Gradience"
@ -660,7 +660,7 @@ msgid "Unexpected file error occurred"
msgstr "Se ha producido un error de archivo inesperado"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Cancelar"
@ -770,16 +770,28 @@ msgstr "Diseño guardado"
msgid "Preset set sucessfully"
msgstr "Diseño establecido con éxito"
#: gradience/main.py:905
#: gradience/main.py:867
msgid "Log out ?"
msgstr ""
#: gradience/main.py:869
msgid "For the changes to take effect, you need to log out. "
msgstr ""
#: gradience/main.py:875
msgid "Logout"
msgstr ""
#: gradience/main.py:929
#, fuzzy
msgid "Could not restore GTK4 backup"
msgstr "No se ha podido restaurar la copia de seguridad de GTK4"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Diseño restablecido"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -829,7 +841,7 @@ msgstr ""
" </ul>\n"
" "
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
#| msgid ""
#| "\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-09-29 21:33+0300\n"
"Last-Translator: David Lapshin <ddaudix@gmail.com>\n"
"Language-Team: Basque <https://hosted.weblate.org/projects/GradienceTeam/"
@ -23,7 +23,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -32,7 +32,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Aldatu Adwaitaren itxura, erraz."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Gradience taldea"
@ -606,7 +606,7 @@ msgid "Unexpected file error occurred"
msgstr ""
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Ezeztatu"
@ -713,15 +713,27 @@ msgstr "Diseinua gorde da"
msgid "Preset set sucessfully"
msgstr "Diseinua ondo ezarri da"
#: gradience/main.py:905
#: gradience/main.py:867
msgid "Log out ?"
msgstr ""
#: gradience/main.py:869
msgid "For the changes to take effect, you need to log out. "
msgstr ""
#: gradience/main.py:875
msgid "Logout"
msgstr ""
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr ""
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Diseinua berrezarri da"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -770,7 +782,7 @@ msgstr ""
" </ul>\n"
" "
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
#| msgid ""
#| "\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-02 12:16+0000\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish <https://hosted.weblate.org/projects/GradienceTeam/"
@ -23,7 +23,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -32,7 +32,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Muuta Adwaitan ulkoasua vaivatta."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Gradience-tiimi"
@ -581,7 +581,7 @@ msgid "Unexpected file error occurred"
msgstr ""
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Peru"
@ -678,15 +678,27 @@ msgstr "Esiasetus tallennettu"
msgid "Preset set sucessfully"
msgstr "Esiasetus asetettu onnistuneesti"
#: gradience/main.py:905
#: gradience/main.py:867
msgid "Log out ?"
msgstr ""
#: gradience/main.py:869
msgid "For the changes to take effect, you need to log out. "
msgstr ""
#: gradience/main.py:875
msgid "Logout"
msgstr ""
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr "GTK4-varmuuskopiota ei voitu palauttaa"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Esiasetus nollattu"
#: gradience/main.py:989
#: gradience/main.py:1013
msgid ""
"\n"
"<ul>\n"
@ -710,7 +722,7 @@ msgid ""
"</ul>\n"
msgstr ""
#: gradience/main.py:1009
#: gradience/main.py:1033
msgid ""
"\n"
"Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 "

View file

@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-03 10:16+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: French <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/fr/>\n"
@ -28,7 +28,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -37,7 +37,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Changez lapparence dAdwaita simplement."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Léquipe Gradience"
@ -624,7 +624,7 @@ msgid "Unexpected file error occurred"
msgstr "Une erreur de fichier inattendue sest produite"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Annuler"
@ -728,15 +728,30 @@ msgstr "Pré-configuration enregistrée"
msgid "Preset set sucessfully"
msgstr "Pré-configuration appliquée avec succès"
#: gradience/main.py:905
#: gradience/main.py:867
#, fuzzy
msgid "Log out ?"
msgstr "Se déconnecter ?"
#: gradience/main.py:869
#, fuzzy
msgid "For the changes to take effect, you need to log out. "
msgstr "Pour que les changements prennent effet, vous devez vous déconnecter. "
#: gradience/main.py:875
#, fuzzy
msgid "Logout"
msgstr "Se déconnecter"
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr "Impossible de restaurer la sauvegarde de GTK4"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Pré-configuration réinitialisée"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -784,7 +799,7 @@ msgstr ""
"GitHub. Le développement se fait sur la branche `next`</li>.\n"
"</ul>\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
#| msgid ""
#| "\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-09-30 16:21+0000\n"
"Last-Translator: gogogogi <trebelnik2@gmail.com>\n"
"Language-Team: Croatian <https://hosted.weblate.org/projects/GradienceTeam/"
@ -24,7 +24,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradijent"
@ -33,7 +33,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "S lakoćom promijenite izgled Adwaite."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Gradijent tim"
@ -601,7 +601,7 @@ msgid "Unexpected file error occurred"
msgstr "Pojavila se neočekivana greška datoteke"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Odustani"
@ -703,15 +703,27 @@ msgstr "Predložak je spremljen"
msgid "Preset set sucessfully"
msgstr "Predložak je uspješno postavljen"
#: gradience/main.py:905
#: gradience/main.py:867
msgid "Log out ?"
msgstr ""
#: gradience/main.py:869
msgid "For the changes to take effect, you need to log out. "
msgstr ""
#: gradience/main.py:875
msgid "Logout"
msgstr ""
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr "Nemoguća obnova GTK4 sigurnosne kopije"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Predložak je vraćen na izvorno"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -758,7 +770,7 @@ msgstr ""
" </ul>\n"
" "
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
#| msgid ""
#| "\n"

View file

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-10-02 06:19+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-03 06:16+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Indonesian <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/id/>\n"
@ -23,7 +23,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -32,7 +32,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Ubah tampilan Adwaita, dengan mudah."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Tim Gradience"
@ -671,7 +671,7 @@ msgid "Unexpected file error occurred"
msgstr "Terjadi kesalahan file yang tidak terduga"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Membatalkan"
@ -783,16 +783,31 @@ msgstr "Preset disimpan"
msgid "Preset set sucessfully"
msgstr "Preset berhasil disetel"
#: gradience/main.py:905
#: gradience/main.py:867
#, fuzzy
msgid "Log out ?"
msgstr "Keluar?"
#: gradience/main.py:869
#, fuzzy
msgid "For the changes to take effect, you need to log out. "
msgstr "Agar perubahan berlaku, Anda harus log keluar. "
#: gradience/main.py:875
#, fuzzy
msgid "Logout"
msgstr "Keluar"
#: gradience/main.py:929
#, fuzzy
msgid "Could not restore GTK4 backup"
msgstr "Tidak dapat memulihkan cadangan GTK4"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Preset disetel ulang"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -839,7 +854,7 @@ msgstr ""
"Pengembangan dilakukan di cabang `next`</li>\n"
"</ul>\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
#| msgid ""
#| "\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-09-30 16:21+0000\n"
"Last-Translator: Davide <davide.ferracin@protonmail.com>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/GradienceTeam/"
@ -23,7 +23,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -32,7 +32,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Cambia l'aspetto di Adwaita, in modo semplice."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "La squadra di Gradience"
@ -608,7 +608,7 @@ msgid "Unexpected file error occurred"
msgstr "Si è verificato un errore inaspettato con un file"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Annulla"
@ -711,15 +711,27 @@ msgstr "Configurazione salvata"
msgid "Preset set sucessfully"
msgstr "Configurazione applicata con successo"
#: gradience/main.py:905
#: gradience/main.py:867
msgid "Log out ?"
msgstr ""
#: gradience/main.py:869
msgid "For the changes to take effect, you need to log out. "
msgstr ""
#: gradience/main.py:875
msgid "Logout"
msgstr ""
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr "Ripristino del backup di GTK4 non riuscito"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Configurazione reimpostata"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -770,7 +782,7 @@ msgstr ""
" </ul>\n"
" "
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
#| msgid ""
#| "\n"

View file

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-10-02 04:21+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-03 03:17+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/ko/>\n"
@ -23,7 +23,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -32,7 +32,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Adwaita의 외관을 쉽게 변경하세요."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Gradience팀"
@ -663,7 +663,7 @@ msgid "Unexpected file error occurred"
msgstr "예기치 않은 파일 오류가 발생했습니다."
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "취소"
@ -773,16 +773,31 @@ msgstr "사전 설정 저장됨"
msgid "Preset set sucessfully"
msgstr "사전 설정이 성공적으로 적용되었습니다!"
#: gradience/main.py:905
#: gradience/main.py:867
#, fuzzy
msgid "Log out ?"
msgstr "로그 아웃 ?"
#: gradience/main.py:869
#, fuzzy
msgid "For the changes to take effect, you need to log out. "
msgstr "변경 사항을 적용하려면 로그아웃해야 합니다. "
#: gradience/main.py:875
#, fuzzy
msgid "Logout"
msgstr "로그아웃"
#: gradience/main.py:929
#, fuzzy
msgid "Could not restore GTK4 backup"
msgstr "GTK4 백업을 복원할 수 없습니다."
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "사전 설정 재설정됨"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -827,7 +842,7 @@ msgstr ""
"서 수행됩니다.</li>\n"
"\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
#| msgid ""
#| "\n"

125
po/nl.po
View file

@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-09-30 16:21+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-03 15:22+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/nl/>\n"
@ -24,7 +24,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -33,7 +33,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Pas gemakkelijk het uiterlijk van Adwaita aan."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Gradience-team"
@ -147,17 +147,18 @@ msgstr "Alleen downloaden"
#, fuzzy
#| msgid "Preferences"
msgid "Plugin Preferences"
msgstr "Voorkeuren"
msgstr "Plugin voorkeuren"
#: data/ui/no_plugin_pref.blp:26
#, fuzzy
#| msgid "Preferences"
msgid "No Preferences"
msgstr "Voorkeuren"
msgstr "Geen voorkeur"
#: data/ui/no_plugin_pref.blp:27
#, fuzzy
msgid "This plugin doesn't have any preferences."
msgstr ""
msgstr "Deze plugin heeft geen voorkeuren."
#: data/ui/option.blp:10
msgid "GTK 3 Support Warning"
@ -290,8 +291,9 @@ msgid "Rename Preset"
msgstr "Voorinstelling hernoemen"
#: data/ui/preset_row.blp:80
#, fuzzy
msgid "More Options"
msgstr ""
msgstr "Meer opties"
#: data/ui/preset_row.blp:87
msgid "Description"
@ -326,7 +328,7 @@ msgstr "Importeren"
#: data/ui/presets_manager_window.blp:24
#, fuzzy
msgid "Import a Preset File"
msgstr "Een vooraf ingesteld bestand importeren (*.json)"
msgstr "Een vooraf ingesteld bestand importeren"
#: data/ui/presets_manager_window.blp:31
msgid "Delete"
@ -404,23 +406,30 @@ msgstr "Vorige"
#: data/ui/share_window.blp:65
#, fuzzy
msgid "Share your preset"
msgstr "Voorinstelling delen"
msgstr "Uw preset delen"
#: data/ui/share_window.blp:66
#, fuzzy
msgid "Share your preset with the world!"
msgstr ""
msgstr "Deel je preset met de wereld!"
#: data/ui/share_window.blp:73
#, fuzzy
msgid "How it's work?"
msgstr ""
msgstr "Hoe werkt het?"
#: data/ui/share_window.blp:74
#, fuzzy
msgid ""
"Gradience use GitHub to share your preset. You need to create a GitHub "
"account and fork <a href='https://github.com/GradienceTeam/"
"Community'>GradienceTeam/Community</a>. Then, you can upload your preset, "
"make a pull request and share it with the world!"
msgstr ""
"Gradience gebruikt GitHub om je preset te delen. Je moet een GitHub-account "
"aanmaken en <a href=\"https://github.com/GradienceTeam/Community\">"
"GradienceTeam/Community</a> forken. Vervolgens kunt u uw preset uploaden, "
"een pull request doen en deze delen met de wereld!"
#: data/ui/share_window.blp:81 data/ui/welcome.blp:81
#, fuzzy
@ -473,7 +482,7 @@ msgstr ""
#: data/ui/share_window.blp:110
#, fuzzy
msgid "Legacy apps theming"
msgstr "Theming van oude apps"
msgstr "Legacy apps thematisering"
#: data/ui/share_window.blp:115 data/ui/welcome.blp:115
#, fuzzy
@ -578,22 +587,24 @@ msgid "Apply"
msgstr "Toepassen"
#: data/ui/window.blp:41
#, fuzzy
msgid "Main Menu"
msgstr ""
msgstr "Hoofdmenu"
#: data/ui/window.blp:50
#, fuzzy
#| msgid "Presets"
msgid "Presets Menu"
msgstr "Voorinstellingen"
msgstr "Menu voorinstellingen"
#: data/ui/window.blp:57
msgid "Save Preset"
msgstr "Voorinstelling opslaan"
#: data/ui/window.blp:66
#, fuzzy
msgid "CSS Errors"
msgstr ""
msgstr "CSS-fouten"
#: data/ui/window.blp:81
msgid "Colors"
@ -640,7 +651,7 @@ msgstr "Ingebouwde voorinstellingen"
#: data/ui/window.blp:182
#, fuzzy
msgid "Manage Presets"
msgstr "Voorinstelling hernoemen"
msgstr "Voorinstellingen beheren"
#: gradience/modules/flatpak_overrides.py:65
#: gradience/modules/flatpak_overrides.py:84
@ -657,7 +668,7 @@ msgid "Unexpected file error occurred"
msgstr "Er is een onverwachte bestandsfout opgetreden"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Annuleren"
@ -679,7 +690,7 @@ msgstr "Voorinstelling laden mislukt"
#, fuzzy
#| msgid "No Results Found"
msgid "No presets found"
msgstr "Geen resultaten gevonden"
msgstr "Geen voorinstellingen gevonden"
#: gradience/main.py:271
#, fuzzy
@ -768,16 +779,31 @@ msgstr "Voorinstelling opgeslagen"
msgid "Preset set sucessfully"
msgstr "Voorinstelling succesvol ingesteld"
#: gradience/main.py:905
#: gradience/main.py:867
#, fuzzy
msgid "Log out ?"
msgstr "Uitloggen?"
#: gradience/main.py:869
#, fuzzy
msgid "For the changes to take effect, you need to log out. "
msgstr "Om de wijzigingen in werking te laten treden, moet u uitloggen. "
#: gradience/main.py:875
#, fuzzy
msgid "Logout"
msgstr "Uitloggen"
#: gradience/main.py:929
#, fuzzy
msgid "Could not restore GTK4 backup"
msgstr "Kan GTK4 back-up niet herstellen"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Voorinstelling hersteld"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -802,32 +828,30 @@ msgid ""
"</ul>\n"
msgstr ""
"\n"
" <ul>\n"
" <li>Voeg AdwViewSwitcher toe in de kopbalk.</li>\n"
" <li>Verplaats CSS naar het tabblad \"Geavanceerd\"</li>\n"
" <li>Verplaats de rest naar het tabblad \"kleuren\"</li>\n"
" <li>Tabblad Monet toevoegen dat een thema genereert uit een "
"achtergrond</li>\n"
" <li>Schijf opgeslagen en schijf niet opgeslagen pictogrammen "
"toevoegen in de kopbalk</li>\n"
" <li>Update over dialoog</li>\n"
" <li>Wijzig licentie naar GNU GPLv3</li>\n"
" <li>Begin plugin-ondersteuning</li>\n"
" <li>Verplaats preset selector naar een drop-down genaamd "
"palet (icon palette) </li>\n"
" <li>Mogelijkheid toevoegen om het thema alleen voor donker "
"thema of alleen voor licht thema toe te passen</li>\n"
" <li>Automatisch Adwaita-dark preset gebruiken als de "
"gebruiker donker verkiest.</li>\n"
" <li>Een Flatpak CI build toegevoegd</li>\n"
" <li>Een issue template toegevoegd voor bug en feature "
"requests </li>\n"
" <li>`Main` branch is nu beschermd door GitHub branch "
"bescherming. De ontwikkeling wordt gedaan op `next` branch</li>\n"
" </ul>\n"
" "
"<ul>\n"
"<li>Voeg AdwViewSwitcher toe in de kopbalk.</li>\n"
"<li>Verplaats CSS naar het tabblad \"Geavanceerd\"</li>\n"
"<li>Verplaats de rest naar het tabblad \"kleuren\"</li>\n"
"<li>Tabblad Monet toevoegen dat een thema genereert uit een achtergrond</li>"
"\n"
"<li>Schijf opgeslagen en schijf niet opgeslagen pictogrammen toevoegen in de "
"kopbalk</li>\n"
"<li>Update over dialoog</li>\n"
"<li>Wijzig licentie naar GNU GPLv3</li>\n"
"<li>Begin plugin-ondersteuning</li>\n"
"<li>Verplaats preset selector naar een drop-down genaamd palet (icoon palet) "
"</li>\n"
"<li>Mogelijkheid toevoegen om het thema alleen toe te passen voor donker "
"thema of alleen voor licht thema</li>\n"
"<li>Automatisch Adwaita-dark preset gebruiken als de gebruiker donker "
"verkiest.</li>\n"
"<li>Een Flatpak CI build toegevoegd</li>\n"
"<li>Een issue template toegevoegd voor bugs en feature requests </li>\n"
"<li>`Main` branch is nu beschermd door GitHub branch bescherming. De "
"ontwikkeling wordt gedaan op `next` branch</li>\n"
"</ul>\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
msgid ""
"\n"
@ -855,7 +879,6 @@ msgstr ""
"- Functionaliteit uitbreiden met plugins\n"
"\n"
"Deze app is geschreven in Python en gebruikt GTK 4 en libadwaita.\n"
" "
#: gradience/option.py:49
msgid "This option is only partially supported by the adw-gtk3 theme."
@ -902,12 +925,14 @@ msgid "No Plugins Found."
msgstr "Geen plugins gevonden."
#: gradience/preset_row.py:87 gradience/preset_row.py:106
#, fuzzy
msgid "Remove from Favourites"
msgstr ""
msgstr "Verwijder uit favorieten"
#: gradience/preset_row.py:90 gradience/preset_row.py:102
#, fuzzy
msgid "Add to Favourites"
msgstr ""
msgstr "Toevoegen aan favorieten"
#: gradience/preset_row.py:162
msgid "Preset removed"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-09-30 21:23+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Occitan <https://hosted.weblate.org/projects/GradienceTeam/"
@ -23,7 +23,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -32,7 +32,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Modificatz laparéncia dAdwaita facilament."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "La còla de Gradience"
@ -613,7 +613,7 @@ msgid "Unexpected file error occurred"
msgstr ""
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Anullar"
@ -725,16 +725,28 @@ msgstr "Prereglatges"
msgid "Preset set sucessfully"
msgstr "Esquèma corrèctament aplicat!"
#: gradience/main.py:905
#: gradience/main.py:867
msgid "Log out ?"
msgstr ""
#: gradience/main.py:869
msgid "For the changes to take effect, you need to log out. "
msgstr ""
#: gradience/main.py:875
msgid "Logout"
msgstr ""
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr ""
#: gradience/main.py:938
#: gradience/main.py:962
#, fuzzy
msgid "Preset reseted"
msgstr "Prereglatges"
#: gradience/main.py:989
#: gradience/main.py:1013
msgid ""
"\n"
"<ul>\n"
@ -758,7 +770,7 @@ msgid ""
"</ul>\n"
msgstr ""
#: gradience/main.py:1009
#: gradience/main.py:1033
msgid ""
"\n"
"Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 "

View file

@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-10-02 13:21+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-02 15:17+0000\n"
"Last-Translator: tfuxu <tfuxu@tutanota.com>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/pl/>\n"
@ -25,7 +25,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -34,7 +34,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Zmieniaj z łatwością wygląd Adwaity."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Zespół Gradience"
@ -373,11 +373,11 @@ msgstr "Udostępnij swój profil"
#: data/ui/share_window.blp:66
msgid "Share your preset with the world!"
msgstr ""
msgstr "Podziel się swoim profilem z całym światem!"
#: data/ui/share_window.blp:73
msgid "How it's work?"
msgstr ""
msgstr "Jak to działa?"
#: data/ui/share_window.blp:74
msgid ""
@ -386,6 +386,11 @@ msgid ""
"Community'>GradienceTeam/Community</a>. Then, you can upload your preset, "
"make a pull request and share it with the world!"
msgstr ""
"Gradience korzysta z GitHuba w celu udostępnienia twojego profilu. Musisz "
"założyć konto na GitHubie, oraz zforkować <a href=\"https://github.com/"
"GradienceTeam/Community\">GradienceTeam/Community</a>. Następnie możesz "
"przesłać swój profil, utworzyć Pull Request i podzielić się swoim profilem z "
"całym światem!"
#: data/ui/share_window.blp:81 data/ui/welcome.blp:81
msgid "Warning"
@ -410,7 +415,6 @@ msgid "Customize Adwaita Theme"
msgstr "Dostosuj Motyw Adwaita"
#: data/ui/share_window.blp:98
#, fuzzy
msgid ""
"Change colors of windows, buttons, lists and more, with advanced features "
"like adding custom CSS"
@ -431,8 +435,6 @@ msgstr ""
"motywów."
#: data/ui/share_window.blp:110
#, fuzzy
#| msgid "Legacy Apps Theming"
msgid "Legacy apps theming"
msgstr "Modyfikowanie starszych aplikacji"
@ -488,7 +490,7 @@ msgstr "Witamy w Gradience"
#: data/ui/welcome.blp:66
msgid "Change the look of Adwaita, with ease"
msgstr "Zmieniaj z łatwością wygląd Adwaity."
msgstr "Zmieniaj z łatwością wygląd Adwaity"
#: data/ui/welcome.blp:73
msgid "What's new in 0.3.0"
@ -526,13 +528,11 @@ msgstr "Zastosuj"
#: data/ui/window.blp:41
msgid "Main Menu"
msgstr ""
msgstr "Główne menu"
#: data/ui/window.blp:50
#, fuzzy
#| msgid "Presets"
msgid "Presets Menu"
msgstr "Profile"
msgstr "Menu profili"
#: data/ui/window.blp:57
msgid "Save Preset"
@ -540,7 +540,7 @@ msgstr "Zapisz profil kolorów"
#: data/ui/window.blp:66
msgid "CSS Errors"
msgstr ""
msgstr "Błędy CSS"
#: data/ui/window.blp:81
msgid "Colors"
@ -583,10 +583,8 @@ msgid "Built-In Presets"
msgstr "Wbudowane Profile"
#: data/ui/window.blp:182
#, fuzzy
#| msgid "Rename Preset"
msgid "Manage Presets"
msgstr "Zmień nazwę profilu"
msgstr "Zarządzaj profilami"
#: gradience/modules/flatpak_overrides.py:65
#: gradience/modules/flatpak_overrides.py:84
@ -601,7 +599,7 @@ msgid "Unexpected file error occurred"
msgstr "Wystąpił nieoczekiwany błąd pliku"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Anuluj"
@ -620,10 +618,8 @@ msgid "Failed to load preset"
msgstr "Nie udało się załadować profilu"
#: gradience/main.py:253
#, fuzzy
#| msgid "No Results Found"
msgid "No presets found"
msgstr "Nie znaleziono wyników"
msgstr "Nie znaleziono profili"
#: gradience/main.py:271
msgid "Favourite Presets"
@ -704,15 +700,27 @@ msgstr "Profil zapisany"
msgid "Preset set sucessfully"
msgstr "Profil ustawiony pomyślnie"
#: gradience/main.py:905
#: gradience/main.py:867
msgid "Log out ?"
msgstr ""
#: gradience/main.py:869
msgid "For the changes to take effect, you need to log out. "
msgstr ""
#: gradience/main.py:875
msgid "Logout"
msgstr ""
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr "Nie można przywrócić kopii zapasowej motywu GTK4"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Profil zresetowany"
#: gradience/main.py:989
#: gradience/main.py:1013
msgid ""
"\n"
"<ul>\n"
@ -757,7 +765,7 @@ msgstr ""
"nad programem odbywają się w gałęzi `next`</li>\n"
"</ul>\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
msgid ""
"\n"
"Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 "
@ -828,11 +836,11 @@ msgstr "Nie znaleziono żadnych wtyczek."
#: gradience/preset_row.py:87 gradience/preset_row.py:106
msgid "Remove from Favourites"
msgstr ""
msgstr "Usuń z ulubionych"
#: gradience/preset_row.py:90 gradience/preset_row.py:102
msgid "Add to Favourites"
msgstr ""
msgstr "Dodaj do ulubionych"
#: gradience/preset_row.py:162
msgid "Preset removed"

View file

@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-03 12:20+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
"GradienceTeam/gradience/pt_BR/>\n"
@ -28,7 +28,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradiente"
@ -37,7 +37,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Modifique a aparência do Adwaita, com facilidade."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Time to Gradiente"
@ -675,7 +675,7 @@ msgid "Unexpected file error occurred"
msgstr "Ocorreu um erro inesperado no ficheiro"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Cancelar"
@ -787,16 +787,32 @@ msgstr "Predefinição salva"
msgid "Preset set sucessfully"
msgstr "Predefinição definida com sucesso"
#: gradience/main.py:905
#: gradience/main.py:867
#, fuzzy
msgid "Log out ?"
msgstr "Sair ?"
#: gradience/main.py:869
#, fuzzy
msgid "For the changes to take effect, you need to log out. "
msgstr ""
"Para que as alterações entrem em vigor, é necessário terminar a sessão. "
#: gradience/main.py:875
#, fuzzy
msgid "Logout"
msgstr "Sair"
#: gradience/main.py:929
#, fuzzy
msgid "Could not restore GTK4 backup"
msgstr "Não foi possível restaurar a cópia de segurança do GTK4"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Predefinição redefinida"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -844,7 +860,7 @@ msgstr ""
"desenvolvimento é feito no \"próximo\" ramo</li>\n"
"</ul>\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
msgid ""
"\n"

View file

@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-03 12:20+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/ru/>\n"
@ -29,7 +29,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -38,7 +38,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "С легкостью изменяйте внешний вид Adwaita."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Команда Gradience"
@ -619,7 +619,7 @@ msgid "Unexpected file error occurred"
msgstr "Произошла неожиданная ошибка файла"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Отменить"
@ -721,15 +721,30 @@ msgstr "Предустановка сохранена"
msgid "Preset set sucessfully"
msgstr "Предустановка успешно установлена"
#: gradience/main.py:905
#: gradience/main.py:867
#, fuzzy
msgid "Log out ?"
msgstr "Выйти из системы?"
#: gradience/main.py:869
#, fuzzy
msgid "For the changes to take effect, you need to log out. "
msgstr "Чтобы изменения вступили в силу, необходимо выйти из системы. "
#: gradience/main.py:875
#, fuzzy
msgid "Logout"
msgstr "Выйти"
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr "Не удалось восстановить резервную копию GTK4"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Предустановка восстановлена"
#: gradience/main.py:989
#: gradience/main.py:1013
msgid ""
"\n"
"<ul>\n"
@ -775,7 +790,7 @@ msgstr ""
"Разработка будет идти в ветке `next`</li>\n"
"</ul>\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
msgid ""
"\n"
"Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 "

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-09-30 21:23+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/GradienceTeam/"
@ -22,7 +22,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -31,7 +31,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Ändra utseendet på Adwaita, med lätthet."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Gradience Team"
@ -675,7 +675,7 @@ msgid "Unexpected file error occurred"
msgstr "Ett oväntat filfel inträffade"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "Avbryt"
@ -789,17 +789,29 @@ msgstr "Kombination sparad!"
msgid "Preset set sucessfully"
msgstr "Förinställningen har lyckats."
#: gradience/main.py:905
#: gradience/main.py:867
msgid "Log out ?"
msgstr ""
#: gradience/main.py:869
msgid "For the changes to take effect, you need to log out. "
msgstr ""
#: gradience/main.py:875
msgid "Logout"
msgstr ""
#: gradience/main.py:929
#, fuzzy
msgid "Could not restore GTK4 backup"
msgstr "Kunde inte återställa GTK4-backup"
#: gradience/main.py:938
#: gradience/main.py:962
#, fuzzy
msgid "Preset reseted"
msgstr "Förinställning återställd"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -848,7 +860,7 @@ msgstr ""
" </ul>\n"
" "
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
msgid ""
"\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-09-30 18:20+0000\n"
"Last-Translator: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>\n"
"Language-Team: Tamil <https://hosted.weblate.org/projects/GradienceTeam/"
@ -23,7 +23,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "கிரேடியன்ஸ்"
@ -32,7 +32,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "அத்வைதாவின் தோற்றத்தை எளிதில் மாற்றுங்கள்."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "கிரேடியன்ஸ் குழு"
@ -605,7 +605,7 @@ msgid "Unexpected file error occurred"
msgstr "எதிர்பாராத கோப்பு பிழை ஏற்பட்டது"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "ரத்துசெய்"
@ -706,15 +706,27 @@ msgstr "முன்னமைவு சேமிக்கப்பட்டத
msgid "Preset set sucessfully"
msgstr "முன்னமைவு வெற்றிகரமாக அமைக்கப்பட்டது"
#: gradience/main.py:905
#: gradience/main.py:867
msgid "Log out ?"
msgstr ""
#: gradience/main.py:869
msgid "For the changes to take effect, you need to log out. "
msgstr ""
#: gradience/main.py:875
msgid "Logout"
msgstr ""
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr "GTK4 காப்புப் பிரதியை மீட்டமைக்க முடியவில்லை"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "முன்னமைவு மீட்டமைக்கப்பட்டது"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
#| msgid ""
#| "\n"
@ -789,7 +801,7 @@ msgstr ""
" </ul>\n"
" "
#: gradience/main.py:1009
#: gradience/main.py:1033
msgid ""
"\n"
"Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 "

127
po/tr.po
View file

@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-09-30 16:21+0000\n"
"Last-Translator: Sabri Ünal <libreajans@gmail.com>\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-03 12:20+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/tr/>\n"
"Language: tr\n"
@ -25,7 +25,7 @@ msgstr ""
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -34,7 +34,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "Adwaita'nın görünümünü kolaylıkla değiştirin."
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Gradience Takımı"
@ -142,17 +142,18 @@ msgstr "Sadece İndir"
#, fuzzy
#| msgid "Preferences"
msgid "Plugin Preferences"
msgstr "Tercihler"
msgstr "Eklenti Tercihleri"
#: data/ui/no_plugin_pref.blp:26
#, fuzzy
#| msgid "Preferences"
msgid "No Preferences"
msgstr "Tercihler"
msgstr "Tercih Yok"
#: data/ui/no_plugin_pref.blp:27
#, fuzzy
msgid "This plugin doesn't have any preferences."
msgstr ""
msgstr "Bu eklentinin herhangi bir tercihi yoktur."
#: data/ui/option.blp:10
msgid "GTK 3 Support Warning"
@ -268,8 +269,9 @@ msgid "Rename Preset"
msgstr "Ön Ayarı Yeniden Adlandır"
#: data/ui/preset_row.blp:80
#, fuzzy
msgid "More Options"
msgstr ""
msgstr "Diğer Seçenekler"
#: data/ui/preset_row.blp:87
msgid "Description"
@ -303,7 +305,7 @@ msgstr "İçe Aktar"
#, fuzzy
#| msgid "Import a Preset File (*.json)"
msgid "Import a Preset File"
msgstr "Ön Ayar Dosyasını İçe Aktar (*.json)"
msgstr "Ön Ayar Dosyasını İçe Aktarma"
#: data/ui/presets_manager_window.blp:31
msgid "Delete"
@ -375,23 +377,31 @@ msgstr "Önceki"
#, fuzzy
#| msgid "Share preset"
msgid "Share your preset"
msgstr "Ön ayarı paylaş"
msgstr "Ön ayarınızı paylaşın"
#: data/ui/share_window.blp:66
#, fuzzy
msgid "Share your preset with the world!"
msgstr ""
msgstr "Ön ayarınızı dünya ile paylaşın!"
#: data/ui/share_window.blp:73
#, fuzzy
msgid "How it's work?"
msgstr ""
msgstr "Nasıl çalışıyor?"
#: data/ui/share_window.blp:74
#, fuzzy
msgid ""
"Gradience use GitHub to share your preset. You need to create a GitHub "
"account and fork <a href='https://github.com/GradienceTeam/"
"Community'>GradienceTeam/Community</a>. Then, you can upload your preset, "
"make a pull request and share it with the world!"
msgstr ""
"Gradience, ön ayarınızı paylaşmak için GitHub'ı kullanır. Bir GitHub hesabı "
"oluşturmanız ve <a href=\"https://github.com/GradienceTeam/Community"
"\">GradienceTeam/Community</a> dosyasını çatallamanız gerekir. Ardından, ön "
"ayarınızı yükleyebilir, bir çekme isteği oluşturabilir ve dünyayla "
"paylaşabilirsiniz!"
#: data/ui/share_window.blp:81 data/ui/welcome.blp:81
msgid "Warning"
@ -422,7 +432,7 @@ msgid ""
"like adding custom CSS"
msgstr ""
"Özel CSS ekleme gibi gelişmiş özelliklerle pencerelerin, düğmelerin, "
"listelerin ve daha fazlasının renklerini değiştirin"
"listelerin ve daha fazlasının renklerini değiştirin."
#: data/ui/share_window.blp:104 data/ui/welcome.blp:104
msgid "Configure Gradience"
@ -440,7 +450,7 @@ msgstr ""
#, fuzzy
#| msgid "Legacy Apps Theming"
msgid "Legacy apps theming"
msgstr "Eski Uygulamalar Temalandırması"
msgstr "Eski uygulama temaları"
#: data/ui/share_window.blp:115 data/ui/welcome.blp:115
msgid "Install adw-gtk3 theme for legacy apps theming"
@ -533,22 +543,24 @@ msgid "Apply"
msgstr "Uygula"
#: data/ui/window.blp:41
#, fuzzy
msgid "Main Menu"
msgstr ""
msgstr "Ana Menü"
#: data/ui/window.blp:50
#, fuzzy
#| msgid "Presets"
msgid "Presets Menu"
msgstr "Ön Ayarlar"
msgstr "Ön Ayarlar Menüsü"
#: data/ui/window.blp:57
msgid "Save Preset"
msgstr "Ön Ayarı Kaydet"
#: data/ui/window.blp:66
#, fuzzy
msgid "CSS Errors"
msgstr ""
msgstr "CSS Hataları"
#: data/ui/window.blp:81
msgid "Colors"
@ -594,7 +606,7 @@ msgstr "Yerleşik Ön Ayarlar"
#, fuzzy
#| msgid "Rename Preset"
msgid "Manage Presets"
msgstr "Ön Ayarı Yeniden Adlandır"
msgstr "Ön Ayarları Yönet"
#: gradience/modules/flatpak_overrides.py:65
#: gradience/modules/flatpak_overrides.py:84
@ -609,7 +621,7 @@ msgid "Unexpected file error occurred"
msgstr "Beklenmeyen dosya hatası oluştu"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "İptal"
@ -631,7 +643,7 @@ msgstr "Ön ayarın yüklenmesi başarısız oldu"
#, fuzzy
#| msgid "No Results Found"
msgid "No presets found"
msgstr "Sonuç Bulunamadı"
msgstr "Ön ayar bulunamadı"
#: gradience/main.py:271
msgid "Favourite Presets"
@ -711,15 +723,30 @@ msgstr "Ön ayar kaydedildi"
msgid "Preset set sucessfully"
msgstr "Ön ayar ayarlandı"
#: gradience/main.py:905
#: gradience/main.py:867
#, fuzzy
msgid "Log out ?"
msgstr "Oturumu kapatayım mı?"
#: gradience/main.py:869
#, fuzzy
msgid "For the changes to take effect, you need to log out. "
msgstr "Değişikliklerin etkili olması için oturumu kapatmanız gerekir. "
#: gradience/main.py:875
#, fuzzy
msgid "Logout"
msgstr "Çıkış yap"
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr "GTK4 yedeği geri yüklenemedi"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "Ön ayar yeniden ayarlandı"
#: gradience/main.py:989
#: gradience/main.py:1013
#, fuzzy
msgid ""
"\n"
@ -744,30 +771,29 @@ msgid ""
"</ul>\n"
msgstr ""
"\n"
" <ul>\n"
" <li>AdwViewSwitcher başlık çubuğuna eklendi</li>\n"
" <li>CSS \"Gelişmiş\" sekmesine taşındı</li>\n"
" <li>Geri kalanlar \"Renkler\" sekmesine taşındı</li>\n"
" <li>Arka plandan tema oluşturan Monet sekmesi eklendi</li>\n"
" <li>Başlık çubuğuna kaydedilmiş disk ve kaydedilmemiş disk simgeleri "
"eklendi</li>\n"
" <li>Hakkında iletişim kutusu güncellendi</li>\n"
" <li>Lisans GNU GPLv3 olarak değiştirildi</li>\n"
" <li>Eklenti desteği artık kullanılabilir</li>\n"
" <li>Ön ayar seçici palet (simge paleti) adı verilen açılır menüye "
"taşındı</li>\n"
" <li>Temayı yalnızca koyu tema veya açık tema için uygulama yeteneği "
"eklendi</li>\n"
" <li>Kullanıcının tercih ettiği şema karanlıksa kendiliğinden Adwaita-"
"dark ön ayarını kullan.</li>\n"
" <li>Flatpak CI inşası eklendi</li>\n"
" <li>Hata ve özellik isteği için şablon eklendi </li>\n"
" <li>`Main` dalı artık GitHub dal koruması tarafından korunuyor. "
"Geliştirme `next` dalı üzerinde yapılmaktadır </li>\n"
" </ul>\n"
" "
"<ul>\n"
"<li>AdwViewSwitcher'ı başlık çubuğuna ekleyin.</li>\n"
"<li>CSS'yi \"Gelişmiş\" sekmesine taşıyın</li>\n"
"<li>Geri kalanı \"renkler\" sekmesine taşıyın</li>\n"
"<li>Arka plandan tema oluşturan Monet sekmesi ekleyin</li>\n"
"<li>Üstbilgi çubuğuna kaydedilmiş disk ve kaydedilmemiş disk simgesi "
"ekleyin</li>\n"
"<li>İletişim kutusu hakkında güncelleme</li>\n"
"<li>Lisansı GNU GPLv3 olarak değiştirin</li>\n"
"<li>Eklenti desteğine başlayın</li>\n"
"<li>Ön ayar seçiciyi palet (simge paleti) adı verilen bir açılır menüye "
"taşıyın</li>\n"
"<li>Temayı yalnızca koyu tema için veya açık tema için uygulama yeteneği "
"ekleyin</li>\n"
"<li>Kullanıcının tercih ettiği şema karanlıksa otomatik olarak Adwaita-dark "
"ön ayarını kullanın.</li>\n"
"<li>Flatpak CI derlemesi eklendi</li>\n"
"<li>Hata ve özellik isteği için sorun şablonu eklendi </li>\n"
"<li>`Main` dalı artık GitHub dal koruması tarafından korunmaktadır. "
"Geliştirme `next` dalı üzerinde yapılıyor</li>\n"
"</ul>\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
#, fuzzy
#| msgid ""
#| "\n"
@ -809,7 +835,6 @@ msgstr ""
" - Eklentileri kullanarak işlevselliği genişletebilirsiniz\n"
"\n"
"Bu uygulama Python ile yazılmış olup GTK 4 ve libadwaita kullanmaktadır.\n"
" "
#: gradience/option.py:49
msgid "This option is only partially supported by the adw-gtk3 theme."
@ -852,12 +877,14 @@ msgid "No Plugins Found."
msgstr "Eklenti bulunamadı."
#: gradience/preset_row.py:87 gradience/preset_row.py:106
#, fuzzy
msgid "Remove from Favourites"
msgstr ""
msgstr "Favorilerden Kaldır"
#: gradience/preset_row.py:90 gradience/preset_row.py:102
#, fuzzy
msgid "Add to Favourites"
msgstr ""
msgstr "Favorilere ekle"
#: gradience/preset_row.py:162
msgid "Preset removed"

View file

@ -9,21 +9,21 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-02 12:16+0000\n"
"PO-Revision-Date: 2022-10-02 14:34+0800\n"
"POT-Creation-Date: 2022-10-03 12:20+0000\n"
"PO-Revision-Date: 2022-10-03 03:17+0000\n"
"Last-Translator: yangyangdaji <1504305527@qq.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"GradienceTeam/gradience/zh_Hans/>\n"
"Language: zh\n"
"Language: zh_Hans\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 2.4.1\n"
"X-Generator: Weblate 4.14.1\n"
#: data/com.github.GradienceTeam.Gradience.desktop.in.in:3
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:5
#: data/ui/window.blp:5 gradience/main.py:948
#: data/ui/window.blp:5 gradience/main.py:972
msgid "Gradience"
msgstr "Gradience"
@ -32,7 +32,7 @@ msgid "Change the look of Adwaita, with ease."
msgstr "轻松改变 Adwaita 的外观。"
#: data/com.github.GradienceTeam.Gradience.appdata.xml.in.in:7
#: gradience/main.py:950
#: gradience/main.py:974
msgid "Gradience Team"
msgstr "Gradience 团队"
@ -576,7 +576,7 @@ msgid "Unexpected file error occurred"
msgstr "发生意外的文件错误"
#: gradience/app_type_dialog.py:44 gradience/main.py:660 gradience/main.py:733
#: gradience/presets_manager_window.py:189
#: gradience/main.py:874 gradience/presets_manager_window.py:189
msgid "Cancel"
msgstr "取消"
@ -672,15 +672,27 @@ msgstr "预设已保存"
msgid "Preset set sucessfully"
msgstr "预设设置成功"
#: gradience/main.py:905
#: gradience/main.py:867
msgid "Log out ?"
msgstr "注销 "
#: gradience/main.py:869
msgid "For the changes to take effect, you need to log out. "
msgstr "要使更改生效,您需要注销。 "
#: gradience/main.py:875
msgid "Logout"
msgstr "注销"
#: gradience/main.py:929
msgid "Could not restore GTK4 backup"
msgstr "无法还原 GTK4 备份"
#: gradience/main.py:938
#: gradience/main.py:962
msgid "Preset reseted"
msgstr "预设已重置"
#: gradience/main.py:989
#: gradience/main.py:1013
msgid ""
"\n"
"<ul>\n"
@ -708,7 +720,7 @@ msgstr ""
"<li>在标题栏中添加 AdwViewSwitcher。</li>\n"
"<li>将 CSS 移动到“高级”选项卡</li>\n"
"<li>将其余部分移至“颜色”选项卡</li>\n"
"<li>添加从背景生成主题的“获利”选项卡</li>\n"
"<li>添加从背景生成主题的“Monet”选项卡</li>\n"
"<li>在标题栏中添加已保存的磁盘和未保存的磁盘图标</li>\n"
"<li>更新“关于”对话框</li>\n"
"<li>将许可证更改为 GNU GPLv3</li>\n"
@ -721,7 +733,7 @@ msgstr ""
"<li>“Main”分支现在受 GitHub 分支保护。开发在“next”分支上完成 </li>\n"
"</ul>\n"
#: gradience/main.py:1009
#: gradience/main.py:1033
msgid ""
"\n"
"Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 "