|
| 1 | +# Telugu Translation for Binary. |
| 2 | +# Copyright (C) 2025 |
| 3 | +# This file is distributed under the same license as the binary package. |
| 4 | +# Aryan Karamtoth <[email protected]>, 2025. |
| 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: 2025-08-17 12:02+0530\n" |
| 12 | +" Last-Translator: Aryan Karamtoth <[email protected]>\n" |
| 13 | +" Language-Team: Telugu l10n Translation Team <[email protected]." |
| 14 | +"net>\n" |
| 15 | +"Language: te\n" |
| 16 | +"MIME-Version: 1.0\n" |
| 17 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 18 | +"Content-Transfer-Encoding: 8bit\n" |
| 19 | +"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 20 | +"X-Generator: Gtranslator 48.0\n" |
| 21 | + |
| 22 | +#: data/io.github.fizzyizzy05.binary.desktop.in:3 |
| 23 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:6 src/window.py:50 |
| 24 | +msgid "Binary" |
| 25 | +msgstr "బైనరీ" |
| 26 | + |
| 27 | +#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! |
| 28 | +#: data/io.github.fizzyizzy05.binary.desktop.in:10 |
| 29 | +msgid "binary;decimal;hexadecimal;base;convert;" |
| 30 | +msgstr "binary;decimal;hexadecimal;base;convert;" |
| 31 | + |
| 32 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:7 |
| 33 | +msgid "Convert numbers between bases" |
| 34 | +msgstr "సంఖ్యలను స్థావరాల మధ్య మార్చండి" |
| 35 | + |
| 36 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:9 |
| 37 | +msgid "" |
| 38 | +"A small and simple app used to convert between different hexadecimal and " |
| 39 | +"binary numbers" |
| 40 | +msgstr "" |
| 41 | +"వివిధ హెక్సాడెసిమల్ మరియు బైనరీ సంఖ్యల మధ్య మార్చడానికి ఉపయోగించే ఒక చిన్న మరియు సరళమైన అనువర్తనం" |
| 42 | + |
| 43 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:18 |
| 44 | +msgid "Binary window converting 101010 in binary to 42 in decimal" |
| 45 | +msgstr "బైనరీ విండో బైనరీలో 101010 ను దశాంశంలో 42 గా మారుస్తుంది." |
| 46 | + |
| 47 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:22 |
| 48 | +msgid "Binary window converting 1201 in decimal to 4B1 in hexadecimal" |
| 49 | +msgstr "బైనరీ విండో దశాంశంలో 1201 ను హెక్సాడెసిమల్లో 4B1 గా మారుస్తుంది" |
| 50 | + |
| 51 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:26 |
| 52 | +msgid "Binary window converting 17 in octal to F in hexadecimal" |
| 53 | +msgstr "బైనరీ విండో అష్టాంశంలో 17 ను హెక్సాడెసిమల్లో F గా మారుస్తుంది" |
| 54 | + |
| 55 | +#: src/gtk/help-overlay.blp:11 |
| 56 | +msgctxt "shortcut window" |
| 57 | +msgid "General" |
| 58 | +msgstr "జనరల్" |
| 59 | + |
| 60 | +#: src/gtk/help-overlay.blp:14 |
| 61 | +msgctxt "shortcut window" |
| 62 | +msgid "New Window" |
| 63 | +msgstr "కొత్త విండో" |
| 64 | + |
| 65 | +#: src/gtk/help-overlay.blp:19 |
| 66 | +msgctxt "shortcut window" |
| 67 | +msgid "Close Window" |
| 68 | +msgstr "విండోను మూసివేయండి" |
| 69 | + |
| 70 | +#: src/gtk/help-overlay.blp:24 |
| 71 | +msgctxt "shortcut window" |
| 72 | +msgid "Show Shortcuts" |
| 73 | +msgstr "సత్వరమార్గాలను చూపు" |
| 74 | + |
| 75 | +#: src/gtk/help-overlay.blp:29 |
| 76 | +msgctxt "shortcut window" |
| 77 | +msgid "Quit" |
| 78 | +msgstr "నిష్క్రమించు" |
| 79 | + |
| 80 | +#. Translators: Replace "translator-credits" with your names, one name per line |
| 81 | +#: src/main.py:65 |
| 82 | +msgid "translator-credits" |
| 83 | +msgstr "Aryan Karamtoth" |
| 84 | + |
| 85 | +#. Translators: this string is used to describe how many bits there are. |
| 86 | +#: src/window.py:47 |
| 87 | +msgid "bits" |
| 88 | +msgstr "బిట్స్" |
| 89 | + |
| 90 | +#: src/window.py:51 |
| 91 | +msgid "Octal" |
| 92 | +msgstr "ఆక్టల్" |
| 93 | + |
| 94 | +#: src/window.py:52 |
| 95 | +msgid "Decimal" |
| 96 | +msgstr "దశాంశం" |
| 97 | + |
| 98 | +#: src/window.py:53 |
| 99 | +msgid "Hexadecimal" |
| 100 | +msgstr "హెక్సాడెసిమల్" |
| 101 | + |
| 102 | +#: src/window.py:54 |
| 103 | +msgid "Other" |
| 104 | +msgstr "ఇతర" |
| 105 | + |
| 106 | +#: src/window.py:123 src/window.py:127 src/window.py:129 src/window.py:166 |
| 107 | +#: src/window.py:170 src/window.py:172 |
| 108 | +msgid "Invalid input" |
| 109 | +msgstr "చెల్లని ఇన్పుట్" |
| 110 | + |
| 111 | +#: src/window.py:208 |
| 112 | +#, python-format |
| 113 | +msgid "%(in_count)d bit" |
| 114 | +msgid_plural "%(in_count)d bits" |
| 115 | +msgstr[0] "%(in_count)d బిట్" |
| 116 | +msgstr[1] "%(in_count)d బిట్స్" |
| 117 | + |
| 118 | +#: src/window.py:217 |
| 119 | +#, python-format |
| 120 | +msgid "%(out_count)d bit" |
| 121 | +msgid_plural "%(out_count)d bits" |
| 122 | +msgstr[0] "%(out_count)d బిట్స్" |
| 123 | +msgstr[1] "%(out_count)d బిట్స్" |
| 124 | + |
| 125 | +#: src/window.blp:21 |
| 126 | +msgid "Main Menu" |
| 127 | +msgstr "ప్రధాన మెనూ" |
| 128 | + |
| 129 | +#: src/window.blp:45 |
| 130 | +msgid "Input Base" |
| 131 | +msgstr "ఇన్పుట్ బేస్" |
| 132 | + |
| 133 | +#: src/window.blp:75 src/window.blp:136 |
| 134 | +msgid "Enter numbers" |
| 135 | +msgstr "సంఖ్యలను నమోదు చేయండి" |
| 136 | + |
| 137 | +#: src/window.blp:80 src/window.blp:141 |
| 138 | +msgid "Enter numbers…" |
| 139 | +msgstr "నంబర్లను నమోదు చేయండి..." |
| 140 | + |
| 141 | +#: src/window.blp:106 |
| 142 | +msgid "Output Base" |
| 143 | +msgstr "అవుట్పుట్ బేస్" |
| 144 | + |
| 145 | +#: src/window.blp:180 |
| 146 | +msgid "New Window" |
| 147 | +msgstr "కొత్త విండో" |
| 148 | + |
| 149 | +#: src/window.blp:186 |
| 150 | +msgid "_Keyboard Shortcuts" |
| 151 | +msgstr "కీబోర్డ్ సత్వరమార్గాలు (_K)" |
| 152 | + |
| 153 | +#: src/window.blp:191 |
| 154 | +msgid "_About Binary" |
| 155 | +msgstr "బైనరీ గురించి (_A)" |
| 156 | + |
| 157 | +#: src/preferences.blp:5 |
| 158 | +msgid "Preferences" |
| 159 | +msgstr "ప్రాధాన్యతలు" |
0 commit comments