-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Showing
20 changed files
with
142 additions
and
52 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.github.phase1geo.minder\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-09 22:29-0600\n" | ||
"POT-Creation-Date: 2024-02-10 08:52-0600\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -30,14 +30,17 @@ msgid "Minder in AppCenter" | |
msgstr "" | ||
|
||
#: src/Application.vala:115 | ||
#, c-format | ||
msgid "ERROR: Unable to import file" | ||
msgstr "" | ||
|
||
#: src/Application.vala:119 | ||
#, c-format | ||
msgid "ERROR: Import is missing filename to import" | ||
msgstr "" | ||
|
||
#: src/Application.vala:134 | ||
#, c-format | ||
msgid "ERROR: Export is missing input file and/or export output file" | ||
msgstr "" | ||
|
||
|
@@ -175,10 +178,12 @@ msgid "Previous Connection" | |
msgstr "" | ||
|
||
#: src/Connection.vala:732 | ||
#, c-format | ||
msgid "Connection Title" | ||
msgstr "" | ||
|
||
#: src/Connection.vala:740 | ||
#, c-format | ||
msgid "Connection Note" | ||
msgstr "" | ||
|
||
|
@@ -561,6 +566,7 @@ msgid "Unnamed Document" | |
msgstr "" | ||
|
||
#: src/MainWindow.vala:551 | ||
#, c-format | ||
msgid "Read-Only" | ||
msgstr "" | ||
|
||
|
@@ -1106,14 +1112,17 @@ msgid "Remove Node Links" | |
msgstr "" | ||
|
||
#: src/Node.vala:2321 | ||
#, c-format | ||
msgid "Node Title" | ||
msgstr "" | ||
|
||
#: src/Node.vala:2329 | ||
#, c-format | ||
msgid "Node Note" | ||
msgstr "" | ||
|
||
#: src/Node.vala:2340 | ||
#, c-format | ||
msgid "Callout Text" | ||
msgstr "" | ||
|
||
|
@@ -2900,6 +2909,7 @@ msgid "Solarized Light" | |
msgstr "" | ||
|
||
#: src/Themes.vala:192 | ||
#, c-format | ||
msgid "Error parsing regular expression" | ||
msgstr "" | ||
|
||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.github.phase1geo.minder\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-09 22:29-0600\n" | ||
"POT-Creation-Date: 2024-02-10 08:52-0600\n" | ||
"PO-Revision-Date: 2022-02-20 17:48+0100\n" | ||
"Last-Translator: Jan Kožíšek <[email protected]>\n" | ||
"Language-Team: none\n" | ||
|
@@ -31,15 +31,17 @@ msgid "Minder in AppCenter" | |
msgstr "Minder je v AppCenter" | ||
|
||
#: src/Application.vala:115 | ||
#, fuzzy | ||
#, fuzzy, c-format | ||
msgid "ERROR: Unable to import file" | ||
msgstr "ERROR: Nelze otevřít soubor '%s'\n" | ||
|
||
#: src/Application.vala:119 | ||
#, c-format | ||
msgid "ERROR: Import is missing filename to import" | ||
msgstr "" | ||
|
||
#: src/Application.vala:134 | ||
#, c-format | ||
msgid "ERROR: Export is missing input file and/or export output file" | ||
msgstr "" | ||
|
||
|
@@ -178,10 +180,12 @@ msgid "Previous Connection" | |
msgstr "Předchozí spojení" | ||
|
||
#: src/Connection.vala:732 | ||
#, c-format | ||
msgid "Connection Title" | ||
msgstr "Název spojení" | ||
|
||
#: src/Connection.vala:740 | ||
#, c-format | ||
msgid "Connection Note" | ||
msgstr "Poznámka ke spojení" | ||
|
||
|
@@ -570,7 +574,7 @@ msgid "Unnamed Document" | |
msgstr "Nepojmenovaný dokument" | ||
|
||
#: src/MainWindow.vala:551 | ||
#, fuzzy | ||
#, fuzzy, c-format | ||
msgid "Read-Only" | ||
msgstr "Čtení" | ||
|
||
|
@@ -1125,15 +1129,17 @@ msgid "Remove Node Links" | |
msgstr "Odstranit odkazy uzlu" | ||
|
||
#: src/Node.vala:2321 | ||
#, c-format | ||
msgid "Node Title" | ||
msgstr "Název poznámky" | ||
|
||
#: src/Node.vala:2329 | ||
#, c-format | ||
msgid "Node Note" | ||
msgstr "Poznámka uzlu" | ||
|
||
#: src/Node.vala:2340 | ||
#, fuzzy | ||
#, fuzzy, c-format | ||
msgid "Callout Text" | ||
msgstr "Vložit text" | ||
|
||
|
@@ -2950,7 +2956,7 @@ msgid "Solarized Light" | |
msgstr "Solarized Light" | ||
|
||
#: src/Themes.vala:192 | ||
#, fuzzy | ||
#, fuzzy, c-format | ||
msgid "Error parsing regular expression" | ||
msgstr "Vyskytla se chyba v parsování regulárního výrazu\n" | ||
|
||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.github.phase1geo.minder\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-09 22:29-0600\n" | ||
"POT-Creation-Date: 2024-02-10 08:52-0600\n" | ||
"PO-Revision-Date: 2023-10-06 00:10+0200\n" | ||
"Last-Translator: Benjamin Weis <[email protected]>\n" | ||
"Language-Team: \n" | ||
|
@@ -31,14 +31,17 @@ msgid "Minder in AppCenter" | |
msgstr "Minder im AppCenter" | ||
|
||
#: src/Application.vala:115 | ||
#, c-format | ||
msgid "ERROR: Unable to import file" | ||
msgstr "ERROR: Datei kann nicht importiert werden" | ||
|
||
#: src/Application.vala:119 | ||
#, c-format | ||
msgid "ERROR: Import is missing filename to import" | ||
msgstr "ERROR: Beim Importieren fehlt der zu importierende Dateiname" | ||
|
||
#: src/Application.vala:134 | ||
#, c-format | ||
msgid "ERROR: Export is missing input file and/or export output file" | ||
msgstr "" | ||
"ERROR: Beim Export fehlt eine Eingabedatei und/oder eine Export-Ausgabedatei" | ||
|
@@ -177,10 +180,12 @@ msgid "Previous Connection" | |
msgstr "Vorherige Verbindung" | ||
|
||
#: src/Connection.vala:732 | ||
#, c-format | ||
msgid "Connection Title" | ||
msgstr "Verbindungstitel" | ||
|
||
#: src/Connection.vala:740 | ||
#, c-format | ||
msgid "Connection Note" | ||
msgstr "Verbindungsnotiz" | ||
|
||
|
@@ -570,6 +575,7 @@ msgid "Unnamed Document" | |
msgstr "Unbenanntes Dokument" | ||
|
||
#: src/MainWindow.vala:551 | ||
#, c-format | ||
msgid "Read-Only" | ||
msgstr "Nur Lesen" | ||
|
||
|
@@ -1116,14 +1122,17 @@ msgid "Remove Node Links" | |
msgstr "Knotenverbindungen entfernen" | ||
|
||
#: src/Node.vala:2321 | ||
#, c-format | ||
msgid "Node Title" | ||
msgstr "Knoten-Titel" | ||
|
||
#: src/Node.vala:2329 | ||
#, c-format | ||
msgid "Node Note" | ||
msgstr "Knoten-Notiz" | ||
|
||
#: src/Node.vala:2340 | ||
#, c-format | ||
msgid "Callout Text" | ||
msgstr "Callout-Text" | ||
|
||
|
@@ -2941,6 +2950,7 @@ msgid "Solarized Light" | |
msgstr "Polarisiert Hell" | ||
|
||
#: src/Themes.vala:192 | ||
#, c-format | ||
msgid "Error parsing regular expression" | ||
msgstr "Fehler beim Parsen eines regulären Ausdrucks" | ||
|
||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.github.phase1geo.minder\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-09 22:29-0600\n" | ||
"POT-Creation-Date: 2024-02-10 08:52-0600\n" | ||
"PO-Revision-Date: 2019-03-24 15:24+0100\n" | ||
"Last-Translator: Félix Brezo <[email protected]>\n" | ||
"Language-Team: none\n" | ||
|
@@ -31,14 +31,17 @@ msgid "Minder in AppCenter" | |
msgstr "" | ||
|
||
#: src/Application.vala:115 | ||
#, c-format | ||
msgid "ERROR: Unable to import file" | ||
msgstr "" | ||
|
||
#: src/Application.vala:119 | ||
#, c-format | ||
msgid "ERROR: Import is missing filename to import" | ||
msgstr "" | ||
|
||
#: src/Application.vala:134 | ||
#, c-format | ||
msgid "ERROR: Export is missing input file and/or export output file" | ||
msgstr "" | ||
|
||
|
@@ -189,12 +192,12 @@ msgid "Previous Connection" | |
msgstr "Anterior conexión" | ||
|
||
#: src/Connection.vala:732 | ||
#, fuzzy | ||
#, fuzzy, c-format | ||
msgid "Connection Title" | ||
msgstr "Título de conexión" | ||
|
||
#: src/Connection.vala:740 | ||
#, fuzzy | ||
#, fuzzy, c-format | ||
msgid "Connection Note" | ||
msgstr "Nota de conexión" | ||
|
||
|
@@ -600,7 +603,7 @@ msgid "Unnamed Document" | |
msgstr "Documento sin nombre" | ||
|
||
#: src/MainWindow.vala:551 | ||
#, fuzzy | ||
#, fuzzy, c-format | ||
msgid "Read-Only" | ||
msgstr "Relleno" | ||
|
||
|
@@ -1195,17 +1198,17 @@ msgid "Remove Node Links" | |
msgstr "Quitar enlace de nodo" | ||
|
||
#: src/Node.vala:2321 | ||
#, fuzzy | ||
#, fuzzy, c-format | ||
msgid "Node Title" | ||
msgstr "Título de nodo" | ||
|
||
#: src/Node.vala:2329 | ||
#, fuzzy | ||
#, fuzzy, c-format | ||
msgid "Node Note" | ||
msgstr "Nota de nodo" | ||
|
||
#: src/Node.vala:2340 | ||
#, fuzzy | ||
#, fuzzy, c-format | ||
msgid "Callout Text" | ||
msgstr "Pegar texto" | ||
|
||
|
@@ -3100,6 +3103,7 @@ msgid "Solarized Light" | |
msgstr "Solarizado claro" | ||
|
||
#: src/Themes.vala:192 | ||
#, c-format | ||
msgid "Error parsing regular expression" | ||
msgstr "" | ||
|
||
|
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
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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: extra\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-09 22:29-0600\n" | ||
"POT-Creation-Date: 2024-02-10 08:52-0600\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
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
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: extra\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-09 22:29-0600\n" | ||
"POT-Creation-Date: 2024-02-10 08:52-0600\n" | ||
"PO-Revision-Date: 2020-08-31 14:53+0100\n" | ||
"Last-Translator: André Barata <[email protected]>\n" | ||
"Language-Team: none\n" | ||
|
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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Minder 1.12.5\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-09 22:29-0600\n" | ||
"POT-Creation-Date: 2024-02-10 08:52-0600\n" | ||
"PO-Revision-Date: 2024-01-15 07:09+0100\n" | ||
"Last-Translator: Alexandre Prokoudine <[email protected]>\n" | ||
"Language-Team: Russian <[email protected]>\n" | ||
|
Oops, something went wrong.