Skip to content

Commit

Permalink
🔀 Merge pull request #41 from lenemter/russian-translation
Browse files Browse the repository at this point in the history
Update Russian translation
  • Loading branch information
sergius02 authored Nov 17, 2022
2 parents 40b54ce + 7b7328d commit fcfb8af
Show file tree
Hide file tree
Showing 10 changed files with 629 additions and 217 deletions.
2 changes: 1 addition & 1 deletion data/com.github.sergius02.qrit.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<release version="1.1.0" date="2020-10-09">
<description>
<ul>
<li>Arquitectural changes</li>
<li>Architectural changes</li>
<li>Create QR from files</li>
<li>More output formats</li>
<li>Create QR from file explorer context menu (in text plain files)</li>
Expand Down
10 changes: 10 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ add_project_arguments (
language: 'c'
)

config_data = configuration_data()
config_data.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
config_data.set_quoted('GETTEXT_PACKAGE', meson.project_name())
config_file = configure_file(
input: 'src/Config.vala.in',
output: '@BASENAME@',
configuration: config_data
)

# Listing dependencies
dependencies = [
dependency ('glib-2.0'),
Expand All @@ -29,6 +38,7 @@ executable (
meson.project_name (),
sources,
qrit_resources,
config_file,
dependencies: dependencies,
install: true
)
Expand Down
1 change: 1 addition & 0 deletions po/LINGUAS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
es
ja
nl
ru
144 changes: 108 additions & 36 deletions po/com.github.sergius02.qrit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.sergius02.qrit\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-08 17:43+0200\n"
"POT-Creation-Date: 2022-11-13 22:12+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -17,84 +17,156 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/Application.vala:52 data/com.github.sergius02.qrit.appdata.xml.in:7
#: data/com.github.sergius02.qrit.desktop.in:4
#: data/com.github.sergius02.qrit.appdata.xml.in:7
#: data/com.github.sergius02.qrit.desktop.in:4 src/Application.vala:83
msgid "QRit"
msgstr ""

#: src/QRitUtils.vala:24
msgid "You must enter a content to that QR!"
#: data/com.github.sergius02.qrit.appdata.xml.in:8
msgid "QR codes creator"
msgstr ""

#: src/QRitUtils.vala:37
msgid "QR saved at your home directory"
#: data/com.github.sergius02.qrit.appdata.xml.in:10
msgid ""
"With QRit you can create custom QR codes!. You can change the background and "
"foreground color to help you integrate them in any place."
msgstr ""

#: data/com.github.sergius02.qrit.appdata.xml.in:11
msgid "This application use the incredible qrencode."
msgstr ""

#: src/QRitUtils.vala:40
msgid "You must give an awesome name to that QR!"
#: data/com.github.sergius02.qrit.appdata.xml.in:22
msgid "Sergio Fernández Celorio"
msgstr ""

#: src/QRitUtils.vala:49
msgid "Your awesome QR is in your clipboard now!"
#: data/com.github.sergius02.qrit.appdata.xml.in:28
#: data/com.github.sergius02.qrit.appdata.xml.in:32
#: data/com.github.sergius02.qrit.appdata.xml.in:36
#: data/com.github.sergius02.qrit.appdata.xml.in:40
msgid "Normal variant"
msgstr ""

#: data/com.github.sergius02.qrit.appdata.xml.in:8
msgid "QR codes creator"
#: data/com.github.sergius02.qrit.appdata.xml.in:82
msgid "✨ Use FileChooserNative to allow for tighter sandboxing"
msgstr ""

#: data/com.github.sergius02.qrit.appdata.xml.in:10
#: data/com.github.sergius02.qrit.desktop.in:5
msgid "Create awesome QR codes with QRit!"
#: data/com.github.sergius02.qrit.appdata.xml.in:89
msgid "📦️ Flatpak packaging!"
msgstr ""

#: data/com.github.sergius02.qrit.appdata.xml.in:15
msgid "Sergio Fernández Celorio"
#: data/com.github.sergius02.qrit.appdata.xml.in:96
msgid "🐛 Bug Fix"
msgstr ""

#: data/com.github.sergius02.qrit.appdata.xml.in:103
msgid "🌐 Added russian translate, thanks to Dmitry Logvinov (@logdimov)"
msgstr ""

#: data/com.github.sergius02.qrit.appdata.xml.in:110
msgid "Architectural changes"
msgstr ""

#: data/com.github.sergius02.qrit.appdata.xml.in:111
msgid "Create QR from files"
msgstr ""

#: data/com.github.sergius02.qrit.appdata.xml.in:112
msgid "More output formats"
msgstr ""

#: data/com.github.sergius02.qrit.appdata.xml.in:113
msgid "Create QR from file explorer context menu (in text plain files)"
msgstr ""

#: data/com.github.sergius02.qrit.desktop.in:5
msgid "Create awesome QR codes with QRit!"
msgstr ""

#: data/com.github.sergius02.qrit.desktop.in:6
msgid "QR codes generator"
msgstr ""

#: data/com.github.sergius02.qrit.desktop.in:8
msgid "com.github.sergius02.qrit"
#: data/com.github.sergius02.qrit.desktop.in:11
msgid "Utility;GTK;Network;Development;QR;"
msgstr ""

#: data/com.github.sergius02.qrit.desktop.in:11
msgid "Utility"
#: resources/ui/headerbar.ui:73
msgid "Fork me on Github!"
msgstr ""

#: resources/ui/qrit.glade:44
#: resources/ui/qrit.ui:30
msgid "Use the text field above to create a new awesome QR code 🤖️"
msgstr ""

#: resources/ui/qrit.glade:83
msgid "Awesome_QR.png"
#: resources/ui/qrit.ui:65
msgid "Preview only available for PNG and SVG"
msgstr ""

#: resources/ui/qrit.ui:87
msgid "Awesome_QR"
msgstr ""

#: resources/ui/qrit.ui:106
msgid "ansi"
msgstr ""

#: resources/ui/qrit.ui:107
msgid "ansi256"
msgstr ""

#: resources/ui/qrit.ui:108
msgid "ascii"
msgstr ""

#: resources/ui/qrit.ui:109
msgid "asciii"
msgstr ""

#: resources/ui/qrit.ui:110
msgid "utf8"
msgstr ""

#: resources/ui/qrit.ui:111
msgid "ansiutf8"
msgstr ""

#: resources/ui/qrit.glade:107 resources/ui/qrit.glade:120
#: resources/ui/qrit.ui:153 resources/ui/qrit.ui:166
msgid "Background"
msgstr ""

#: resources/ui/qrit.glade:145
#: resources/ui/qrit.ui:191
msgid "Foreground"
msgstr ""

#: resources/ui/qrit.glade:158
#: resources/ui/qrit.ui:204
msgid "QR color"
msgstr ""

#: resources/ui/qrit.glade:176
msgid "Regenerate it!"
msgstr ""

#: resources/ui/qrit.glade:209
#: resources/ui/qrit.ui:239
msgid "Copy QR"
msgstr ""

#: resources/ui/qrit.glade:224
#: resources/ui/qrit.ui:254
msgid "Save QR"
msgstr ""

#: resources/ui/qrit.glade:293
msgid "Fork me on Github!"
#: src/QRitUtils.vala:37
msgid "You must enter a content to that QR!"
msgstr ""

#: src/QRitUtils.vala:58
msgid "QR saved at your home directory"
msgstr ""

#: src/QRitUtils.vala:69
msgid "Your QR is in your clipboard now!"
msgstr ""

#: src/widgets/HeaderBar.vala:39
msgid "Open"
msgstr ""

#: src/widgets/HeaderBar.vala:40
msgid "Cancel"
msgstr ""
Loading

0 comments on commit fcfb8af

Please sign in to comment.