Skip to content

Commit 1bba6ba

Browse files
akhi07rxweblate
authored andcommitted
po: Added translation using Weblate (Malayalam)
1 parent a1c1ba4 commit 1bba6ba

2 files changed

Lines changed: 157 additions & 0 deletions

File tree

po/LINGUAS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ et
2020
el
2121
cs
2222
uk
23+
ml

po/ml.po

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the binary package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: binary\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2024-10-24 00:36+0100\n"
11+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12+
"Last-Translator: Automatically generated\n"
13+
"Language-Team: none\n"
14+
"Language: ml\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
19+
20+
#: data/io.github.fizzyizzy05.binary.desktop.in:3
21+
#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:6 src/window.py:50
22+
msgid "Binary"
23+
msgstr ""
24+
25+
#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
26+
#: data/io.github.fizzyizzy05.binary.desktop.in:10
27+
msgid "binary;decimal;hexadecimal;base;convert;"
28+
msgstr ""
29+
30+
#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:7
31+
msgid "Convert numbers between bases"
32+
msgstr ""
33+
34+
#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:9
35+
msgid ""
36+
"A small and simple app used to convert between different hexadecimal and "
37+
"binary numbers"
38+
msgstr ""
39+
40+
#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:18
41+
msgid "Binary window converting 101010 in binary to 42 in decimal"
42+
msgstr ""
43+
44+
#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:22
45+
msgid "Binary window converting 1201 in decimal to 4B1 in hexadecimal"
46+
msgstr ""
47+
48+
#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:26
49+
msgid "Binary window converting 17 in octal to F in hexadecimal"
50+
msgstr ""
51+
52+
#: src/gtk/help-overlay.blp:11
53+
msgctxt "shortcut window"
54+
msgid "General"
55+
msgstr ""
56+
57+
#: src/gtk/help-overlay.blp:14
58+
msgctxt "shortcut window"
59+
msgid "New Window"
60+
msgstr ""
61+
62+
#: src/gtk/help-overlay.blp:19
63+
msgctxt "shortcut window"
64+
msgid "Close Window"
65+
msgstr ""
66+
67+
#: src/gtk/help-overlay.blp:24
68+
msgctxt "shortcut window"
69+
msgid "Show Shortcuts"
70+
msgstr ""
71+
72+
#: src/gtk/help-overlay.blp:29
73+
msgctxt "shortcut window"
74+
msgid "Quit"
75+
msgstr ""
76+
77+
#. Translators: Replace "translator-credits" with your names, one name per line
78+
#: src/main.py:65
79+
msgid "translator-credits"
80+
msgstr ""
81+
82+
#. Translators: this string is used to describe how many bits there are.
83+
#: src/window.py:47
84+
msgid "bits"
85+
msgstr ""
86+
87+
#: src/window.py:51
88+
msgid "Octal"
89+
msgstr ""
90+
91+
#: src/window.py:52
92+
msgid "Decimal"
93+
msgstr ""
94+
95+
#: src/window.py:53
96+
msgid "Hexadecimal"
97+
msgstr ""
98+
99+
#: src/window.py:54
100+
msgid "Other"
101+
msgstr ""
102+
103+
#: src/window.py:123 src/window.py:127 src/window.py:129 src/window.py:166
104+
#: src/window.py:170 src/window.py:172
105+
msgid "Invalid input"
106+
msgstr ""
107+
108+
#: src/window.py:208
109+
#, python-format
110+
msgid "%(in_count)d bit"
111+
msgid_plural "%(in_count)d bits"
112+
msgstr[0] ""
113+
msgstr[1] ""
114+
115+
#: src/window.py:217
116+
#, python-format
117+
msgid "%(out_count)d bit"
118+
msgid_plural "%(out_count)d bits"
119+
msgstr[0] ""
120+
msgstr[1] ""
121+
122+
#: src/window.blp:21
123+
msgid "Main Menu"
124+
msgstr ""
125+
126+
#: src/window.blp:45
127+
msgid "Input Base"
128+
msgstr ""
129+
130+
#: src/window.blp:75 src/window.blp:136
131+
msgid "Enter numbers"
132+
msgstr ""
133+
134+
#: src/window.blp:80 src/window.blp:141
135+
msgid "Enter numbers…"
136+
msgstr ""
137+
138+
#: src/window.blp:106
139+
msgid "Output Base"
140+
msgstr ""
141+
142+
#: src/window.blp:180
143+
msgid "New Window"
144+
msgstr ""
145+
146+
#: src/window.blp:186
147+
msgid "_Keyboard Shortcuts"
148+
msgstr ""
149+
150+
#: src/window.blp:191
151+
msgid "_About Binary"
152+
msgstr ""
153+
154+
#: src/preferences.blp:5
155+
msgid "Preferences"
156+
msgstr ""

0 commit comments

Comments
 (0)