Latest translations and fallbacks
parent
75e5073fc9
commit
23096e24b4
@ -1,15 +1,15 @@
|
||||
{
|
||||
"lead": "Configure your IP blacklist here.",
|
||||
"description": "Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.",
|
||||
"active-rules": "Active Rules",
|
||||
"validate": "Validate Blacklist",
|
||||
"apply": "Apply Blacklist",
|
||||
"hints": "Syntax Hints",
|
||||
"hint-1": "Define a single IP addresses per line. You can add IP blocks as long as they follow the CIDR format (e.g. <code>192.168.100.0/22</code>).",
|
||||
"hint-2": "You can add in comments by starting lines with the <code>#</code> symbol.",
|
||||
"lead": "Zde nastavte černou listinu IP",
|
||||
"description": "Občas zablokování účtu uživatele nestačí. Někdy je nejlepším způsobem ochrany fóra omezení přístupu pro určitou IP adresu nebo celý rozsah IP. V takovém případě můžete přidat problémové IP adresy nebo celé bloky CIDR do této černé listiny a tím jim bude zabráněno přihlásit se či zaregistrovat nový účet.",
|
||||
"active-rules": "Aktivní pravidla",
|
||||
"validate": "Potvrdit černou listinu",
|
||||
"apply": "Použít černou listinu",
|
||||
"hints": "Syntaxe rad",
|
||||
"hint-1": "Určete jednotlivou IP adresu na řádek. Můžete přidat IP bloky splňují-li formát CIDR (tj. <code>192.168.100.0/22</code>).",
|
||||
"hint-2": "Můžete přidat i komentáře, bude-li řádek začínat symbolem <code>#</code>.",
|
||||
|
||||
"validate.x-valid": "<strong>%1</strong> out of <strong>%2</strong> rule(s) valid.",
|
||||
"validate.x-invalid": "The following <strong>%1</strong> rules are invalid:",
|
||||
"validate.x-valid": "<strong>%1</strong> z <strong>%2</strong> pravidel je platných.",
|
||||
"validate.x-invalid": "Následujících <strong>%1</strong> pravidel není platných:",
|
||||
|
||||
"alerts.applied-success": "Blacklist Applied"
|
||||
"alerts.applied-success": "Černá listina byla použita"
|
||||
}
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"queue": "Queue",
|
||||
"description": "There are no users in the registration queue. <br> To enable this feature, go to <a href=\"%1\">Settings → User → User Registration</a> and set <strong>Registration Type</strong> to \"Admin Approval\".",
|
||||
"queue": "Fronta",
|
||||
"description": "V registrační frontě nejsou žádní uživatelé. <br>Pro povolit tuto funkci, přejděte do nabídky <a href=\"%1\">Nastavení → Uživatel → Registrace uživatele</a> a nastavte <strong> Typ registrace</strong> na \"Schválení správcem\".",
|
||||
|
||||
"list.name": "Name",
|
||||
"list.email": "Email",
|
||||
"list.name": "Jméno",
|
||||
"list.email": "E-mail",
|
||||
"list.ip": "IP",
|
||||
"list.time": "Time",
|
||||
"list.username-spam": "Frequency: %1 Appears: %2 Confidence: %3",
|
||||
"list.email-spam": "Frequency: %1 Appears: %2",
|
||||
"list.ip-spam": "Frequency: %1 Appears: %2",
|
||||
"list.time": "Čas",
|
||||
"list.username-spam": "Frekvence: %1 zdá se: %2 důvěryhodnost: %3",
|
||||
"list.email-spam": "Frekvence: %1 zdá se: %2",
|
||||
"list.ip-spam": "Frekvence: %1 zdá se: %2",
|
||||
|
||||
"invitations": "Invitations",
|
||||
"invitations.description": "Below is a complete list of invitations sent. Use ctrl-f to search through the list by email or username. <br><br>The username will be displayed to the right of the emails for users who have redeemed their invitations.",
|
||||
"invitations.inviter-username": "Inviter Username",
|
||||
"invitations.invitee-email": "Invitee Email",
|
||||
"invitations.invitee-username": "Invitee Username (if registered)",
|
||||
"invitations": "Pozvání",
|
||||
"invitations.description": "Níže je kompletní seznam odeslaných pozvání. Pro hledání v seznamu pomocí e-mailu nebo jména uživatele, použijte klávesu ctrl+f.<br><br>U uživatelů, kteří využili pozvání, bude uživatelské jméno zobrazeno napravo od e-mailů.",
|
||||
"invitations.inviter-username": "Uživatelské jméno pozvaného",
|
||||
"invitations.invitee-email": "E-mail pozvaného",
|
||||
"invitations.invitee-username": "Uživatelské jméno pozvaného (je-li registrován)",
|
||||
|
||||
"invitations.confirm-delete": "Are you sure you wish to delete this invitation?"
|
||||
"invitations.confirm-delete": "Jste si jist/a, že chcete odstraniti toto pozvání?"
|
||||
}
|
Loading…
Reference in New Issue