Skip to content

Commit

Permalink
Update Hungarian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 4, 2025
1 parent 318c76b commit 81beb4d
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This folder contains files to provide *bibref* with a [Qt](https://qt.io) interf

## Translation steps

`lupdate -tr-function-alias QT_TRANSLATE_NOOP=TR mainwindow.cpp -ts hu.ts` creates or updates the skeleton for the Hungarian translation.
`lupdate -tr-function-alias QT_TRANSLATE_NOOP=TR mainwindow.cpp statementwindow.cpp -ts hu.ts` creates or updates the skeleton for the Hungarian translation.
Similarly to this way, it is possible to add translations for other languages.

## Building on Linux
Expand Down
71 changes: 71 additions & 0 deletions qt/hu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,5 +347,76 @@
<source>Syntax:</source>
<translation>Szintaxis:</translation>
</message>
<message>
<source>Open a text editor to edit a statement</source>
<translation>Szövegszerkesztő megnyitása kijelentések szerkesztéséhez</translation>
</message>
</context>
<context>
<name>StatementWindow</name>
<message>
<source>Statement Editor</source>
<translation>Kijelentésszerkesztő</translation>
</message>
<message>
<source>Open File</source>
<translation>Fájl megnyitása</translation>
</message>
<message>
<source>bibref statement files (*.brst)</source>
<translation>bibref kijelentésfájlok (*.brst)</translation>
</message>
<message>
<source>&amp;File</source>
<translation>&amp;File</translation>
</message>
<message>
<source>&amp;New</source>
<translation>&amp;Új</translation>
</message>
<message>
<source>&amp;Open…</source>
<translation>&amp;Megnyitás...</translation>
</message>
<message>
<source>Parse</source>
<translation>Nyelvi ellenőrzés</translation>
</message>
<message>
<source>%1 successful tests, %2 warnings, %3 errors.</source>
<translation>%1 sikeres teszt, %2 figyelmeztetés, %3 hiba.</translation>
</message>
<message>
<source>Back to &amp;Editor</source>
<translation>&amp;Vissza a szerkesztőhöz</translation>
</message>
<message>
<source>&amp;Visualize</source>
<translation>&amp;Diagramm</translation>
</message>
<message>
<source>E&amp;xport graph</source>
<translation>A diagramm e&amp;xportálása</translation>
</message>
<message>
<source>Visualize</source>
<translation>Diagramm</translation>
</message>
<message>
<source>&amp;Prove</source>
<translation>&amp;Bizonyít</translation>
</message>
<message>
<source>&amp;Parse</source>
<translation>&amp;Nyelvi ellenőrzés</translation>
</message>
<message>
<source>&amp;Help</source>
<translation>Se&amp;gítség</translation>
</message>
<message>
<source>&amp;Blog entry</source>
<translation>&amp;Blogbejegyzés</translation>
</message>
</context>
</TS>

0 comments on commit 81beb4d

Please sign in to comment.