fix: merge main in rebrand (#163)

This commit is contained in:
David Lapshin 2022-08-17 18:17:50 +03:00 committed by GitHub
commit 3ec4aea2c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 1251 additions and 87 deletions

15
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

View file

@ -1,31 +0,0 @@
# Change the look of Adwaita, with ease
# Copyright (C) 2022 Gradience Team
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-assign@v1
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
CONFIG_FILE: config-file-path

View file

@ -22,7 +22,7 @@ Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 the
## Building and Installing
**[NOTE]** See `next` branch for UI rework and latest commits.
**[NOTE]** See `next` branch for latest commits.
## Requirements:
- Python 3 `python`
@ -38,7 +38,6 @@ Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 the
Install required Python libraries:
```sh
pip install -r requirements.txt
pip3 install $(pwd)/monet/material_color_utilities_python-0.1.0-py3-none-any.whl
```
### Global installation:
@ -117,11 +116,7 @@ This tool is currently WIP, but it already has a plenty of features and is very
### Code
Fork this repository, then create a push request when you're done adding features or fixing bugs.
### Localize
<a href="https://hosted.weblate.org/engage/GradienceTeam/">
<img src="https://hosted.weblate.org/widgets/GradienceTeam/-/multi-auto.svg" alt="Translations" />
</a>
### Localisation
[![Translations](https://hosted.weblate.org/widgets/GradienceTeam/-/multi-auto.svg)](https://hosted.weblate.org/engage/GradienceTeam)

View file

@ -49,20 +49,6 @@
}
]
},
{
"name": "material-color-utilities-python",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"material_color_utilities_python~=0.1.0\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"path": "./monet/material_color_utilities_python-0.1.0-py3-none-any.whl",
"sha256": "735d40c0afae660e319798c697da8fe332cfc7103fbed8a081a187f437ed4523"
}
]
},
{
"name" : "adwcustomizer",
"builddir" : true,

View file

@ -49,20 +49,6 @@
}
]
},
{
"name": "material-color-utilities-python",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"material_color_utilities_python~=0.1.0\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"path": "./monet/material_color_utilities_python-0.1.0-py3-none-any.whl",
"sha256": "735d40c0afae660e319798c697da8fe332cfc7103fbed8a081a187f437ed4523"
}
]
},
{
"name" : "adwcustomizer",
"builddir" : true,

536
po/Gradience.pot Normal file
View file

@ -0,0 +1,536 @@
# Gradience POT file
# Copyright (C) 2022 Gradience Team
# This file is distributed under the GNU GPLv3 license.
# Gradience Team, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-08-17 12:16+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.desktop.in.in:3
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:8
#: src/ui/window.blp:5 src/main.py:638
msgid "Gradience"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:9
msgid "Change the look of Adwaita, with ease."
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:11
#: src/main.py:640
msgid "Gradience Team"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:20
msgid ""
"Gradience (AdwCustomizer) is a tool for customizing Libadwaita applications "
"and the adw-gtk3 theme."
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:23
msgid "With Gradience you can:"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:25
msgid "Change any color of Adwaita theme"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:26
msgid "Apply Material 3 colors from wallaper"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:27
msgid "Use other users presets"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:28
msgid "Change advanced options with CSS"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:29
msgid "Extend functionality using plugins"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:31
msgid "This app is written in Python and uses GTK 4 and libadwaita."
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:36
msgid "colors"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:40
msgid "colors purple"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:44
msgid "monet"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:48
msgid "monet purple"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:52
msgid "advanced"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:56
msgid "advanced purple"
msgstr ""
#: src/ui/app_type_dialog.blp:14
msgid "Select app types you want to affect:"
msgstr ""
#: src/ui/app_type_dialog.blp:17
msgid "Libadwaita and GTK 4 apps"
msgstr ""
#: src/ui/app_type_dialog.blp:21
msgid "GTK 3 apps (adw-gtk3 theme required)"
msgstr ""
#: src/ui/app_type_dialog.blp:28
msgid "Select color mode you want to affect:"
msgstr ""
#: src/ui/app_type_dialog.blp:31 src/settings_schema.py:327
msgid "Dark"
msgstr ""
#: src/ui/app_type_dialog.blp:35 src/settings_schema.py:326
msgid "Light"
msgstr ""
#: src/ui/custom_css_group.blp:5
msgid "Custom CSS"
msgstr ""
#: src/ui/custom_css_group.blp:6
msgid ""
"Changing this may break some programs. Keep in mind that Libadwaita was made "
"so that applications could hardcode values like paddings and margins (like "
"in case of the Custom CSS code field itself, which uses 12px padding). Only "
"GTK 4 CSS will be previewed here."
msgstr ""
#: src/ui/custom_css_group.blp:29
msgid "GTK 4"
msgstr ""
#: src/ui/custom_css_group.blp:29
msgid "GTK 3"
msgstr ""
#: src/ui/option.blp:10
msgid "GTK 3 Support Warning"
msgstr ""
#: src/ui/option.blp:18
msgid "Explanation"
msgstr ""
#: src/ui/option.blp:43
msgid "Toggle Text Value"
msgstr ""
#: src/ui/window.blp:23 src/main.py:434
msgid "Apply"
msgstr ""
#: src/ui/window.blp:41
msgid "Presets"
msgstr ""
#: src/ui/window.blp:48
msgid "Save Preset"
msgstr ""
#: src/ui/window.blp:113
msgid "Built-in Presets"
msgstr ""
#: src/ui/window.blp:115
msgid "Adwaita"
msgstr ""
#: src/ui/window.blp:120
msgid "Adwaita Dark"
msgstr ""
#: src/ui/window.blp:125
msgid "Manage Presets"
msgstr ""
#: src/ui/window.blp:135
msgid "Reset Applied Color Scheme"
msgstr ""
#: src/ui/window.blp:139
msgid "About Gradience"
msgstr ""
#: src/app_type_dialog.py:46 src/main.py:470
msgid "Cancel"
msgstr ""
#: src/main.py:140 src/main.py:146
msgid "Failed to load preset"
msgstr ""
#: src/main.py:163
msgid "Open in File Manager"
msgstr ""
#: src/main.py:169
msgid "User Defined Presets"
msgstr ""
#: src/main.py:360
msgid "Unsaved changes"
msgstr ""
#: src/main.py:371
msgid "Save changes"
msgstr ""
#: src/main.py:429
msgid "Apply this color scheme?"
msgstr ""
#: src/main.py:431
msgid ""
"Warning: any custom CSS files for those app types will be irreversibly "
"overwritten!"
msgstr ""
#: src/main.py:444
msgid "Reset applied color scheme?"
msgstr ""
#: src/main.py:445
msgid "Make sure you have the current settings saved as a preset."
msgstr ""
#: src/main.py:447
msgid "Reset"
msgstr ""
#: src/main.py:457
msgid "Save preset as..."
msgstr ""
#: src/main.py:459 src/main.py:483 src/main.py:497
#, python-brace-format
msgid ""
"Saving preset to <tt>{0}</tt>. If that preset already exists, it will be "
"overwritten!"
msgstr ""
#: src/main.py:471
msgid "Save"
msgstr ""
#: src/main.py:537
msgid "Scheme successfully saved!"
msgstr ""
#: src/main.py:601
msgid "Scheme set successfully!"
msgstr ""
#: src/main.py:633
msgid "Reset successfully!"
msgstr ""
#: src/option.py:49
msgid "This option is only partially supported by the adw-gtk3 theme."
msgstr ""
#: src/option.py:54
msgid "This option is not supported by the adw-gtk3 theme."
msgstr ""
#: src/option.py:96
msgid "Not a color, see text value"
msgstr ""
#: src/settings_schema.py:23
msgid "Accent Colors"
msgstr ""
#: src/settings_schema.py:25
msgid ""
"These colors are used across many different widgets, such as buttons, "
"labels, and entries, to indicate that a widget is important, interactive, or "
"currently active."
msgstr ""
#: src/settings_schema.py:30 src/settings_schema.py:57
#: src/settings_schema.py:84 src/settings_schema.py:111
#: src/settings_schema.py:138
msgid "Standalone Color"
msgstr ""
#: src/settings_schema.py:32 src/settings_schema.py:59
#: src/settings_schema.py:86 src/settings_schema.py:113
#: src/settings_schema.py:140
msgid ""
"The standalone colors are similar to the background ones, but provide better "
"contrast when used as foreground color on top of a neutral background - for "
"example, colorful text in a window."
msgstr ""
#: src/settings_schema.py:38 src/settings_schema.py:65
#: src/settings_schema.py:92 src/settings_schema.py:119
#: src/settings_schema.py:146 src/settings_schema.py:163
#: src/settings_schema.py:182 src/settings_schema.py:201
#: src/settings_schema.py:242 src/settings_schema.py:267
#: src/settings_schema.py:284
msgid "Background Color"
msgstr ""
#: src/settings_schema.py:43 src/settings_schema.py:70
#: src/settings_schema.py:97 src/settings_schema.py:124
#: src/settings_schema.py:151 src/settings_schema.py:168
#: src/settings_schema.py:187 src/settings_schema.py:206
#: src/settings_schema.py:247 src/settings_schema.py:272
#: src/settings_schema.py:289
msgid "Foreground Color"
msgstr ""
#: src/settings_schema.py:50
msgid "Destructive Colors"
msgstr ""
#: src/settings_schema.py:52
msgid ""
"These colors are used for buttons to indicate a dangerous action, such as "
"deleting a file."
msgstr ""
#: src/settings_schema.py:77
msgid "Success Colors"
msgstr ""
#: src/settings_schema.py:79
msgid ""
"These colors are used across many different widgets, such as buttons, "
"labels, entries, and level bars, to indicate a success or a high level."
msgstr ""
#: src/settings_schema.py:104
msgid "Warning Colors"
msgstr ""
#: src/settings_schema.py:106
msgid ""
"These colors are used across many different widgets, such as buttons, "
"labels, entries, and level bars, to indicate a warning or a low level."
msgstr ""
#: src/settings_schema.py:131
msgid "Error Colors"
msgstr ""
#: src/settings_schema.py:133
msgid ""
"These colors are used across many different widgets, such as buttons, "
"labels, and entries, to indicate a failure."
msgstr ""
#: src/settings_schema.py:158
msgid "Window Colors"
msgstr ""
#: src/settings_schema.py:159
msgid "These colors are used primarily for windows."
msgstr ""
#: src/settings_schema.py:175
msgid "View Colors"
msgstr ""
#: src/settings_schema.py:177
msgid ""
"These colors are used in a variety of widgets, such as text views and "
"entries."
msgstr ""
#: src/settings_schema.py:194
msgid "Header Bar Colors"
msgstr ""
#: src/settings_schema.py:196
msgid ""
"These colors are used for header bars, as well as widgets that are meant to "
"be visually attached to it, such as search bars or tab bars."
msgstr ""
#: src/settings_schema.py:211
msgid "Border Color"
msgstr ""
#: src/settings_schema.py:213
msgid ""
"The border color has the same default value as a foreground color, but "
"doesn't change along with it. This can be useful if a light window has a "
"dark header bar with light text; in this case it may be desirable to keep "
"the border dark. This variable is only used for vertical borders - for "
"example, separators between the two header bars in a split header bar layout."
msgstr ""
#: src/settings_schema.py:219
msgid "Backdrop Color"
msgstr ""
#: src/settings_schema.py:221
msgid ""
"The backdrop color is used instead of the background color when the window "
"is not focused. By default it's an alias of the window's background color "
"and changes together with it. When changing this variable, make sure to set "
"it to a value matching your header bar background color."
msgstr ""
#: src/settings_schema.py:227 src/settings_schema.py:252
#: src/settings_schema.py:301
msgid "Shade Color"
msgstr ""
#: src/settings_schema.py:229
msgid ""
"The shade color is used to provide a dark border for header bars and similar "
"widgets that separates them from the main window."
msgstr ""
#: src/settings_schema.py:237
msgid "Card Colors"
msgstr ""
#: src/settings_schema.py:238
msgid "These colors are used for cards and boxed lists."
msgstr ""
#: src/settings_schema.py:254
msgid ""
"The shade color is used for shadows that are used by cards to separate "
"themselves from the window background, as well as for row dividers in the "
"cards."
msgstr ""
#: src/settings_schema.py:262
msgid "Dialog Colors"
msgstr ""
#: src/settings_schema.py:263
msgid "These colors are used for message dialogs."
msgstr ""
#: src/settings_schema.py:279
msgid "Popover Colors"
msgstr ""
#: src/settings_schema.py:280
msgid "These colors are used for popovers."
msgstr ""
#: src/settings_schema.py:296
msgid "Miscalleneous Colors"
msgstr ""
#: src/settings_schema.py:297
msgid "Colors that don't fit in any particular group."
msgstr ""
#: src/settings_schema.py:303
msgid ""
"The shade color is used by inline tab bars, as well as the transitions in "
"leaflets and flaps, and info bar borders."
msgstr ""
#: src/settings_schema.py:309
msgid "Scrollbar Outline Color"
msgstr ""
#: src/settings_schema.py:311
msgid ""
"The scrollbar outline color is used by scrollbars to ensure that overlay "
"scrollbars are visible regardless of the content color."
msgstr ""
#: src/settings_schema.py:319
msgid "Blue"
msgstr ""
#: src/settings_schema.py:320
msgid "Green"
msgstr ""
#: src/settings_schema.py:321
msgid "Yellow"
msgstr ""
#: src/settings_schema.py:322
msgid "Orange"
msgstr ""
#: src/settings_schema.py:323
msgid "Red"
msgstr ""
#: src/settings_schema.py:324
msgid "Purple"
msgstr ""
#: src/settings_schema.py:325
msgid "Brown"
msgstr ""
#: src/window.py:114
msgid "Monet Engine"
msgstr ""
#: src/window.py:117
msgid ""
"Monet is an engine that generates Material Design 3 palette from backgrounds "
"color."
msgstr ""
#: src/window.py:122
msgid "Background Image"
msgstr ""
#: src/window.py:133
msgid "Choose a file"
msgstr ""
#: src/window.py:162
msgid "Tone"
msgstr ""
#: src/window.py:174
msgid "Theme"
msgstr ""
#: src/window.py:214
msgid "Palette Colors"
msgstr ""
#: src/window.py:217
msgid ""
"Named palette colors used by some applications. Default colors follow the <a "
"href=\"https://developer.gnome.org/hig/reference/palette.html\">GNOME Human "
"Interface Guidelines</a>."
msgstr ""

View file

@ -2,6 +2,7 @@ ar
cs
de
fr
nl
pt_BR
ru
tr

View file

@ -6,23 +6,22 @@
# Translators:
# FineFindus, 2022
#
#, fuzzy
# 0xMRTT <0xMRTT@tuta.io>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-08-16 12:14+0000\n"
"PO-Revision-Date: 2022-07-25 14:48+0000\n"
"Last-Translator: "
""
" FineFindus, 2022\n"
"Language-Team: German (https://www.transifex.com/adwcustomizerteam/"
"teams/147445/de/)\n"
"PO-Revision-Date: 2022-08-17 08:54+0000\n"
"Last-Translator: 0xMRTT <0xMRTT@tuta.io>\n"
"Language-Team: German <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.14-dev\n"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.desktop.in.in:3
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:8
@ -32,7 +31,7 @@ msgstr "Gradience"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:9
msgid "Change the look of Adwaita, with ease."
msgstr "Ändere mit Leichtigkeit das Aussehen von Adwaita"
msgstr "Ändere einfach das Aussehen von Adwaita."
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:11
#: src/main.py:640
@ -73,7 +72,7 @@ msgstr "Erweitere die Programm Funktionalität mit Plugins"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:31
msgid "This app is written in Python and uses GTK 4 and libadwaita."
msgstr "Diese App ist in Python geschrieben und nutzt GTK 4 und Libadwaita"
msgstr "Diese App ist in Python geschrieben und nutzt GTK 4 und Libadwaita."
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:36
msgid "colors"
@ -101,7 +100,7 @@ msgstr "Fortgeschrittenes Violett"
#: src/ui/app_type_dialog.blp:14
msgid "Select app types you want to affect:"
msgstr "Wähle die Apptypen zum ändern"
msgstr "Wähle die App-Typen aus die verändert werden sollen:"
#: src/ui/app_type_dialog.blp:17
msgid "Libadwaita and GTK 4 apps"
@ -182,7 +181,7 @@ msgstr "Adwaita"
#: src/ui/window.blp:120
msgid "Adwaita Dark"
msgstr "Adwaita Dark"
msgstr "Adwaita Dunkel"
#: src/ui/window.blp:125
msgid "Manage Presets"
@ -269,7 +268,7 @@ msgstr "Farbschema erfolgreich gespeichert!"
#: src/main.py:601
msgid "Scheme set successfully!"
msgstr "Farbschema erfolgreich angewandt"
msgstr "Farb-Schema erfolgreich angewendet!"
#: src/main.py:633
msgid "Reset successfully!"
@ -372,9 +371,9 @@ msgid ""
"These colors are used across many different widgets, such as buttons, "
"labels, entries, and level bars, to indicate a warning or a low level."
msgstr ""
"Diese Farben werden von vielen verschiedenen Widgets, wie zum Beispiel "
"Knöpfe, Text, Einträgen, verwendet um anzuzeigen, dass ein Widget nicht "
"wichtig ist, oder um auf eine Warnung hinzuweisen. "
"Diese Farben werden in vielen verschiedenen Widgets verwendet, z. B. in "
"Schaltflächen, Beschriftungen, Einträgen und Pegelanzeigen, um eine Warnung "
"oder einen niedrigen Wert anzuzeigen."
#: src/settings_schema.py:131
msgid "Error Colors"
@ -406,8 +405,8 @@ msgid ""
"These colors are used in a variety of widgets, such as text views and "
"entries."
msgstr ""
"Diese Farben werden in in vielen verschieden Widget, wie Text oder Einträgen "
"genutzt."
"Diese Farben werden in in vielen verschieden Widgets, wie Text oder "
"Einträgen genutzt."
#: src/settings_schema.py:194
msgid "Header Bar Colors"
@ -438,7 +437,7 @@ msgstr ""
"dunkle Titelleiste mit hellem Text hat; In dem Fall kann es wünschenswert "
"sein, den Rand dunkel zu lassen. Diese Farbe wird nur für vertikale Grenzen "
"verwendet - beispielsweise als Trennstück zwischen zwei Titelleisten in "
"einen getrennten Titelleistelayout. "
"einen getrennten Titelleistelayout."
#: src/settings_schema.py:219
msgid "Backdrop Color"
@ -453,8 +452,8 @@ msgid ""
msgstr ""
"Die Hintergrundsfarbe wird verwendet, wenn ein Fenster nicht fokussiert ist. "
"Standardmässig ist es ein Alias der Fensterhintergrundfarbe und ändert sich "
"gemeinsam mit ihr. Wenn diese Farbe geändert wird, sollte auch eine "
"passende Farbe für die Titelleistenhintergrundfarbe ausgewählt werden."
"gemeinsam mit ihr. Wenn diese Farbe geändert wird, sollte auch eine passende "
"Farbe für die Titelleistenhintergrundfarbe ausgewählt werden."
#: src/settings_schema.py:227 src/settings_schema.py:252
#: src/settings_schema.py:301

541
po/nl.po Normal file
View file

@ -0,0 +1,541 @@
# Gradience POT file
# Copyright (C) 2022 Gradience Team
# This file is distributed under the GNU GPLv3 license.
# Gradience Team, 2022.
#
# Philip Goto <philip.goto@gmail.com>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-08-16 12:14+0000\n"
"PO-Revision-Date: 2022-08-17 08:54+0000\n"
"Last-Translator: Philip Goto <philip.goto@gmail.com>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/GradienceTeam/"
"gradience/nl/>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.14-dev\n"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.desktop.in.in:3
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:8
#: src/ui/window.blp:5 src/main.py:638
msgid "Gradience"
msgstr "Gradience"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:9
msgid "Change the look of Adwaita, with ease."
msgstr "Pas gemakkelijk het uiterlijk van Adwaita aan."
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:11
#: src/main.py:640
msgid "Gradience Team"
msgstr "Gradience-team"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:20
msgid ""
"Gradience (AdwCustomizer) is a tool for customizing Libadwaita applications "
"and the adw-gtk3 theme."
msgstr ""
"Gradience (AdwCustomizer) is gereedschap voor het personaliseren van "
"Libadwaita-toepassingen en het adw-gtk3-thema."
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:23
msgid "With Gradience you can:"
msgstr "Met Gradience kunt u:"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:25
msgid "Change any color of Adwaita theme"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:26
msgid "Apply Material 3 colors from wallaper"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:27
msgid "Use other users presets"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:28
msgid "Change advanced options with CSS"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:29
msgid "Extend functionality using plugins"
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:31
msgid "This app is written in Python and uses GTK 4 and libadwaita."
msgstr ""
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:36
msgid "colors"
msgstr "kleuren"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:40
msgid "colors purple"
msgstr "kleuren (paars)"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:44
msgid "monet"
msgstr "monet"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:48
msgid "monet purple"
msgstr "monet (paars)"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:52
msgid "advanced"
msgstr "geavanceerd"
#: data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in:56
msgid "advanced purple"
msgstr "geavanceerd (paars)"
#: src/ui/app_type_dialog.blp:14
msgid "Select app types you want to affect:"
msgstr "Selecteer app-soorten die u wilt aanpassen:"
#: src/ui/app_type_dialog.blp:17
msgid "Libadwaita and GTK 4 apps"
msgstr "Apps met GTK 4 en Libadwaita"
#: src/ui/app_type_dialog.blp:21
msgid "GTK 3 apps (adw-gtk3 theme required)"
msgstr "Apps met GTK 3 (adw-gtk3-thema vereist)"
#: src/ui/app_type_dialog.blp:28
msgid "Select color mode you want to affect:"
msgstr "Selecteer kleurenmodus die u wilt aanpassen:"
#: src/ui/app_type_dialog.blp:31 src/settings_schema.py:327
msgid "Dark"
msgstr "Donker"
#: src/ui/app_type_dialog.blp:35 src/settings_schema.py:326
msgid "Light"
msgstr "Licht"
#: src/ui/custom_css_group.blp:5
msgid "Custom CSS"
msgstr "Aangepaste CSS"
#: src/ui/custom_css_group.blp:6
msgid ""
"Changing this may break some programs. Keep in mind that Libadwaita was made "
"so that applications could hardcode values like paddings and margins (like "
"in case of the Custom CSS code field itself, which uses 12px padding). Only "
"GTK 4 CSS will be previewed here."
msgstr ""
#: src/ui/custom_css_group.blp:29
msgid "GTK 4"
msgstr "GTK 4"
#: src/ui/custom_css_group.blp:29
msgid "GTK 3"
msgstr "GTK 3"
#: src/ui/option.blp:10
msgid "GTK 3 Support Warning"
msgstr "Ondersteuningswaarschuwing voor GTK 3"
#: src/ui/option.blp:18
msgid "Explanation"
msgstr "Uitleg"
#: src/ui/option.blp:43
msgid "Toggle Text Value"
msgstr "Tekstwaarde omschakelen"
#: src/ui/window.blp:23 src/main.py:434
msgid "Apply"
msgstr "Toepassen"
#: src/ui/window.blp:41
msgid "Presets"
msgstr "Voorinstellingen"
#: src/ui/window.blp:48
msgid "Save Preset"
msgstr "Voorinstelling opslaan"
#: src/ui/window.blp:113
msgid "Built-in Presets"
msgstr "Ingebouwde voorinstellingen"
#: src/ui/window.blp:115
msgid "Adwaita"
msgstr "Adwaita"
#: src/ui/window.blp:120
msgid "Adwaita Dark"
msgstr "Adwaita-donker"
#: src/ui/window.blp:125
msgid "Manage Presets"
msgstr "Voorinstellingen beheren"
#: src/ui/window.blp:135
msgid "Reset Applied Color Scheme"
msgstr "Toegepast kleurenschema opnieuw instellen"
#: src/ui/window.blp:139
msgid "About Gradience"
msgstr "Over Gradience"
#: src/app_type_dialog.py:46 src/main.py:470
msgid "Cancel"
msgstr "Annuleren"
#: src/main.py:140 src/main.py:146
msgid "Failed to load preset"
msgstr "Voorinstelling laden mislukt"
#: src/main.py:163
msgid "Open in File Manager"
msgstr "Openen in bestandsbeheerder"
#: src/main.py:169
msgid "User Defined Presets"
msgstr "Voorinstellingen van gebruiker"
#: src/main.py:360
msgid "Unsaved changes"
msgstr "Niet-opgeslagen wijzigingen"
#: src/main.py:371
msgid "Save changes"
msgstr "Wijzigingen opslaan"
#: src/main.py:429
msgid "Apply this color scheme?"
msgstr "Dit kleurenschema toepassen?"
#: src/main.py:431
msgid ""
"Warning: any custom CSS files for those app types will be irreversibly "
"overwritten!"
msgstr ""
#: src/main.py:444
msgid "Reset applied color scheme?"
msgstr ""
#: src/main.py:445
msgid "Make sure you have the current settings saved as a preset."
msgstr ""
#: src/main.py:447
msgid "Reset"
msgstr "Opnieuw instellen"
#: src/main.py:457
msgid "Save preset as..."
msgstr "Voorinstelling opslaan als…"
#: src/main.py:459 src/main.py:483 src/main.py:497
#, python-brace-format
msgid ""
"Saving preset to <tt>{0}</tt>. If that preset already exists, it will be "
"overwritten!"
msgstr ""
#: src/main.py:471
msgid "Save"
msgstr "Opslaan"
#: src/main.py:537
msgid "Scheme successfully saved!"
msgstr "Schema succesvol opgeslagen!"
#: src/main.py:601
msgid "Scheme set successfully!"
msgstr "Schema succesvol toegepast!"
#: src/main.py:633
msgid "Reset successfully!"
msgstr "Succesvol opnieuw ingesteld!"
#: src/option.py:49
msgid "This option is only partially supported by the adw-gtk3 theme."
msgstr ""
#: src/option.py:54
msgid "This option is not supported by the adw-gtk3 theme."
msgstr ""
#: src/option.py:96
msgid "Not a color, see text value"
msgstr ""
#: src/settings_schema.py:23
msgid "Accent Colors"
msgstr ""
#: src/settings_schema.py:25
msgid ""
"These colors are used across many different widgets, such as buttons, "
"labels, and entries, to indicate that a widget is important, interactive, or "
"currently active."
msgstr ""
#: src/settings_schema.py:30 src/settings_schema.py:57
#: src/settings_schema.py:84 src/settings_schema.py:111
#: src/settings_schema.py:138
msgid "Standalone Color"
msgstr ""
#: src/settings_schema.py:32 src/settings_schema.py:59
#: src/settings_schema.py:86 src/settings_schema.py:113
#: src/settings_schema.py:140
msgid ""
"The standalone colors are similar to the background ones, but provide better "
"contrast when used as foreground color on top of a neutral background - for "
"example, colorful text in a window."
msgstr ""
#: src/settings_schema.py:38 src/settings_schema.py:65
#: src/settings_schema.py:92 src/settings_schema.py:119
#: src/settings_schema.py:146 src/settings_schema.py:163
#: src/settings_schema.py:182 src/settings_schema.py:201
#: src/settings_schema.py:242 src/settings_schema.py:267
#: src/settings_schema.py:284
msgid "Background Color"
msgstr ""
#: src/settings_schema.py:43 src/settings_schema.py:70
#: src/settings_schema.py:97 src/settings_schema.py:124
#: src/settings_schema.py:151 src/settings_schema.py:168
#: src/settings_schema.py:187 src/settings_schema.py:206
#: src/settings_schema.py:247 src/settings_schema.py:272
#: src/settings_schema.py:289
msgid "Foreground Color"
msgstr ""
#: src/settings_schema.py:50
msgid "Destructive Colors"
msgstr ""
#: src/settings_schema.py:52
msgid ""
"These colors are used for buttons to indicate a dangerous action, such as "
"deleting a file."
msgstr ""
#: src/settings_schema.py:77
msgid "Success Colors"
msgstr ""
#: src/settings_schema.py:79
msgid ""
"These colors are used across many different widgets, such as buttons, "
"labels, entries, and level bars, to indicate a success or a high level."
msgstr ""
#: src/settings_schema.py:104
msgid "Warning Colors"
msgstr ""
#: src/settings_schema.py:106
msgid ""
"These colors are used across many different widgets, such as buttons, "
"labels, entries, and level bars, to indicate a warning or a low level."
msgstr ""
#: src/settings_schema.py:131
msgid "Error Colors"
msgstr ""
#: src/settings_schema.py:133
msgid ""
"These colors are used across many different widgets, such as buttons, "
"labels, and entries, to indicate a failure."
msgstr ""
#: src/settings_schema.py:158
msgid "Window Colors"
msgstr ""
#: src/settings_schema.py:159
msgid "These colors are used primarily for windows."
msgstr ""
#: src/settings_schema.py:175
msgid "View Colors"
msgstr ""
#: src/settings_schema.py:177
msgid ""
"These colors are used in a variety of widgets, such as text views and "
"entries."
msgstr ""
#: src/settings_schema.py:194
msgid "Header Bar Colors"
msgstr ""
#: src/settings_schema.py:196
msgid ""
"These colors are used for header bars, as well as widgets that are meant to "
"be visually attached to it, such as search bars or tab bars."
msgstr ""
#: src/settings_schema.py:211
msgid "Border Color"
msgstr ""
#: src/settings_schema.py:213
msgid ""
"The border color has the same default value as a foreground color, but "
"doesn't change along with it. This can be useful if a light window has a "
"dark header bar with light text; in this case it may be desirable to keep "
"the border dark. This variable is only used for vertical borders - for "
"example, separators between the two header bars in a split header bar layout."
msgstr ""
#: src/settings_schema.py:219
msgid "Backdrop Color"
msgstr ""
#: src/settings_schema.py:221
msgid ""
"The backdrop color is used instead of the background color when the window "
"is not focused. By default it's an alias of the window's background color "
"and changes together with it. When changing this variable, make sure to set "
"it to a value matching your header bar background color."
msgstr ""
#: src/settings_schema.py:227 src/settings_schema.py:252
#: src/settings_schema.py:301
msgid "Shade Color"
msgstr ""
#: src/settings_schema.py:229
msgid ""
"The shade color is used to provide a dark border for header bars and similar "
"widgets that separates them from the main window."
msgstr ""
#: src/settings_schema.py:237
msgid "Card Colors"
msgstr ""
#: src/settings_schema.py:238
msgid "These colors are used for cards and boxed lists."
msgstr ""
#: src/settings_schema.py:254
msgid ""
"The shade color is used for shadows that are used by cards to separate "
"themselves from the window background, as well as for row dividers in the "
"cards."
msgstr ""
#: src/settings_schema.py:262
msgid "Dialog Colors"
msgstr ""
#: src/settings_schema.py:263
msgid "These colors are used for message dialogs."
msgstr ""
#: src/settings_schema.py:279
msgid "Popover Colors"
msgstr ""
#: src/settings_schema.py:280
msgid "These colors are used for popovers."
msgstr ""
#: src/settings_schema.py:296
msgid "Miscalleneous Colors"
msgstr ""
#: src/settings_schema.py:297
msgid "Colors that don't fit in any particular group."
msgstr ""
#: src/settings_schema.py:303
msgid ""
"The shade color is used by inline tab bars, as well as the transitions in "
"leaflets and flaps, and info bar borders."
msgstr ""
#: src/settings_schema.py:309
msgid "Scrollbar Outline Color"
msgstr ""
#: src/settings_schema.py:311
msgid ""
"The scrollbar outline color is used by scrollbars to ensure that overlay "
"scrollbars are visible regardless of the content color."
msgstr ""
#: src/settings_schema.py:319
msgid "Blue"
msgstr "Blauw"
#: src/settings_schema.py:320
msgid "Green"
msgstr "Groen"
#: src/settings_schema.py:321
msgid "Yellow"
msgstr "Geel"
#: src/settings_schema.py:322
msgid "Orange"
msgstr "Oranje"
#: src/settings_schema.py:323
msgid "Red"
msgstr "Rood"
#: src/settings_schema.py:324
msgid "Purple"
msgstr "Paars"
#: src/settings_schema.py:325
msgid "Brown"
msgstr "Bruin"
#: src/window.py:114
msgid "Monet Engine"
msgstr "Monet"
#: src/window.py:117
msgid ""
"Monet is an engine that generates Material Design 3 palette from backgrounds "
"color."
msgstr ""
#: src/window.py:122
msgid "Background Image"
msgstr "Achtergrondafbeelding"
#: src/window.py:133
msgid "Choose a file"
msgstr "Kies een bestand"
#: src/window.py:162
msgid "Tone"
msgstr "Toon"
#: src/window.py:174
msgid "Theme"
msgstr "Thema"
#: src/window.py:214
msgid "Palette Colors"
msgstr "Paletkleuren"
#: src/window.py:217
msgid ""
"Named palette colors used by some applications. Default colors follow the <a "
"href=\"https://developer.gnome.org/hig/reference/palette.html\">GNOME Human "
"Interface Guidelines</a>."
msgstr ""

View file

@ -1,3 +1,20 @@
# Change the look of Adwaita, with ease
# Copyright (C) 2022 Gradience Team
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import os
def list_po():

View file

@ -25,3 +25,4 @@
anyascii~=0.3
Pillow>=9.2.0
regex
material-color-utilities-python

View file

@ -0,0 +1,15 @@
# Change the look of Adwaita, with ease
# Copyright (C) 2022 Gradience Team
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

View file

@ -0,0 +1,103 @@
{
"name": "Pretty Purple",
"variables": {
"accent_color": "rgb(220,138,221)",
"accent_bg_color": "rgb(145,65,172)",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff7b63",
"destructive_bg_color": "#c01c28",
"destructive_fg_color": "#ffffff",
"success_color": "#8ff0a4",
"success_bg_color": "#26a269",
"success_fg_color": "#ffffff",
"warning_color": "#f8e45c",
"warning_bg_color": "#cd9309",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#ff7b63",
"error_bg_color": "#c01c28",
"error_fg_color": "#ffffff",
"window_bg_color": "rgb(36,31,49)",
"window_fg_color": "rgb(255,255,255)",
"view_bg_color": "rgb(36,31,49)",
"view_fg_color": "#ffffff",
"headerbar_bg_color": "rgb(36,31,49)",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "rgba(0,0,0,0)",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0,0,0,0.25)",
"card_bg_color": "rgba(255,255,255,0.08)",
"card_fg_color": "#ffffff",
"card_shade_color": "rgba(0,0,0,0.25)",
"dialog_bg_color": "rgb(36,31,49)",
"dialog_fg_color": "#ffffff",
"popover_bg_color": "rgb(36,31,49)",
"popover_fg_color": "#ffffff",
"shade_color": "rgb(0,0,0)",
"scrollbar_outline_color": "rgb(0,0,0)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
}
}