(locale): Add string templates.

This commit is contained in:
2023-08-16 17:04:39 +03:00
parent 5799b51a32
commit 5ff887c4c3
35 changed files with 11593 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-16 17:01+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/gui/cards/profile.py:79
msgctxt "skin:profile|header:profile"
msgid "PROFILE"
msgstr ""
#: src/gui/cards/profile.py:83
msgctxt "skin:profile|header:achievements"
msgid "ACHIEVEMENTS"
msgstr ""
#: src/gui/cards/profile.py:134
msgctxt "skin:profile|field:rank_unranked_text"
msgid "UNRANKED"
msgstr ""
#: src/gui/cards/profile.py:138
#, possible-python-brace-format
msgctxt "skin:profile|field:rank_nextrank_text"
msgid "NEXT RANK: {name} {rangestr}"
msgstr ""
#: src/gui/cards/profile.py:142
msgctxt "skin:profile|field:rank_noranks_text"
msgid "NO RANKS AVAILABLE"
msgstr ""
#: src/gui/cards/profile.py:146
msgctxt "skin:profile|field:rank_maxrank_text"
msgid "YOU HAVE REACHED THE MAXIMUM RANK"
msgstr ""