forked from SanchoMerkushev/PokerClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsg.pot
95 lines (75 loc) · 1.75 KB
/
msg.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Translations template for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-05-07 13:45+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.15.0\n"
#: client.py:35
msgid "Players: \t"
msgstr ""
#: client.py:36
msgid "Balances:\t"
msgstr ""
#: client.py:37
msgid "Cards: \t"
msgstr ""
#: client.py:38
msgid "Bids: \t"
msgstr ""
#: client.py:39
msgid "Turns: \t"
msgstr ""
#: client.py:53
msgid "Bank: {}"
msgstr ""
#: client.py:99 client.py:115 client.py:128
msgid "It's not your turn."
msgstr ""
#: client.py:105
msgid "RAISE value must be integer bigger than one."
msgstr ""
#: client.py:118
msgid "CALL doesn't need any arguments."
msgstr ""
#: client.py:130
msgid "FOLD doesn't need any arguments."
msgstr ""
#: client.py:139
msgid "Unknown command:"
msgstr ""
#: game.py:81
msgid " with another cards"
msgstr ""
#: game.py:99
msgid "{} your bid {} opponent bid is {}\n"
msgstr ""
#: game.py:101
msgid "CALL costs {} or RAISE smth over opponent bid or FOLD\n"
msgstr ""
#: game.py:103
msgid "CALL (it is free) or RAISE\n"
msgstr ""
#: game.py:104
msgid "Write FOLD or CALL or RAISE [N]"
msgstr ""
#: game.py:126
msgid "Not enough money, your maximum raise is {}"
msgstr ""
#: game.py:129
msgid "Wrong command try FOLD or CALL or RAISE [N]"
msgstr ""
#: game.py:175
msgid "Winner - {} win {} with {}"
msgstr ""