mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
31 lines
851 B
Text
31 lines
851 B
Text
# Translations template for PROJECT.
|
|
# Copyright (C) 2018 ORGANIZATION
|
|
# This file is distributed under the same license as the PROJECT project.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PROJECT VERSION\n"
|
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
"POT-Creation-Date: 2018-06-30 03:50+0300\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: Babel 2.6.0\n"
|
|
|
|
#: i18n_example.py:48
|
|
msgid "Hello, <b>{user}</b>!"
|
|
msgstr ""
|
|
|
|
#: i18n_example.py:53
|
|
msgid "Your current language: <i>{language}</i>"
|
|
msgstr ""
|
|
|
|
msgid "Aiogram has {number} like!"
|
|
msgid_plural "Aiogram has {number} likes!"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|