forked from zoeyfyi/TeX-Match
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af780b5
commit 9189da0
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
de |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the Hieroglyphic package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Hieroglyphic\n" | ||
"Report-Msgid-Bugs-To: https://github.com/FineFindus/Hieroglyphic\n" | ||
"POT-Creation-Date: 2024-03-05 13:34+0100\n" | ||
"PO-Revision-Date: 2024-03-05 15:19+0100\n" | ||
"Last-Translator: FineFindus <FineFindus@proton.me>\n" | ||
"Language-Team: \n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Poedit 3.4.2\n" | ||
|
||
#: data/io.github.finefindus.Hieroglyphic.desktop.in.in:3 | ||
#: data/io.github.finefindus.Hieroglyphic.metainfo.xml.in.in:8 | ||
#: src/about_window.rs:33 src/main.rs:23 | ||
msgid "Hieroglyphic" | ||
msgstr "Hieroglyphic" | ||
|
||
#: data/io.github.finefindus.Hieroglyphic.desktop.in.in:4 | ||
msgid "Search through over 1000 different LaTeX symbols by sketching" | ||
msgstr "Durchsuche über 1000 verschiedene LaTeX-Symbole durch Skizzieren" | ||
|
||
#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! | ||
#: data/io.github.finefindus.Hieroglyphic.desktop.in.in:10 | ||
msgid "GTK;Tools;LaTeX;TeX;Symbols;" | ||
msgstr "GTK;Tools;LaTeX;TeX;Symbole;" | ||
|
||
#: data/io.github.finefindus.Hieroglyphic.metainfo.xml.in.in:9 | ||
msgid "Find LaTeX symbols" | ||
msgstr "Finde LaTeX symbole" | ||
|
||
#: data/io.github.finefindus.Hieroglyphic.metainfo.xml.in.in:19 | ||
msgid "" | ||
"If you work with LaTeX, you know its difficult to memorize the names of all " | ||
"the symbols. Hieroglyphic allows you to search through over 1000 different " | ||
"LaTeX symbols by sketching." | ||
msgstr "" | ||
"LaTeX-Nutzer wissen, wie herausfordernd es sein kann, sich die Namen aller " | ||
"Symbole zu merken. Mit Hieroglyphic ist es möglich in über 1000 " | ||
"verschiedene LaTeX-Symbole durch Skizzieren suchen." | ||
|
||
#: data/io.github.finefindus.Hieroglyphic.metainfo.xml.in.in:25 | ||
msgid "Main Window" | ||
msgstr "Hauptfenster" | ||
|
||
#: data/io.github.finefindus.Hieroglyphic.metainfo.xml.in.in:29 | ||
msgid "Main Window (Adwaita-Dark)" | ||
msgstr "Hauptfenster (Dunkel)" | ||
|
||
#: data/io.github.finefindus.Hieroglyphic.metainfo.xml.in.in:45 | ||
msgid "Initial release" | ||
msgstr "Erste Veröffentlichung" | ||
|
||
#: data/resources/ui/window.ui:28 | ||
msgid "About" | ||
msgstr "Info" | ||
|
||
#: data/resources/ui/window.ui:85 | ||
msgid "_Clear" | ||
msgstr "_Löschen" | ||
|
||
#. Translators: This should not be translate, Please enter your credits here instead (format: "Name https://example.com" or "Name <email@example.com>", no quotes) | ||
#: src/about_window.rs:39 | ||
msgid "translator-credits" | ||
msgstr "FineFindus https://github.com/FineFindus" | ||
|
||
#: src/window.rs:315 | ||
msgid "Copied “{}”" | ||
msgstr "„{}” kopiert" |