8000 Completize missing Slovak translations · activeadmin/activeadmin@75229ed · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 75229ed

Browse files
mirelonMichal Kováč
authored andcommitted
Completize missing Slovak translations
1 parent 9a97cda commit 75229ed

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

config/locales/sk.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
sk:
2+
activerecord:
3+
models:
4+
comment:
5+
one: "Komentár"
6+
few: "Komentáre"
7+
many: "Komentárov"
8+
other: "Komentáre"
9+
active_admin/comment:
10+
one: "Komentár"
11+
few: "Komentáre"
12+
many: "Komentárov"
13+
other: "Komentáre"
14+
attributes:
15+
active_admin/comment:
16+
author_type: "Typ autora"
< 10000 code>17+
body: "Telo"
18+
created_at: "Vytvorený"
19+
namespace: "Namespace"
20+
resource_type: "Typ komentovanej položky"
21+
updated_at: "Upravený"
222
active_admin:
323
dashboard: Úvod
424
dashboard_welcome:
@@ -8,6 +28,7 @@ sk:
828
edit: "Upraviť"
929
delete: "Zmazať"
1030
delete_confirmation: "Ste si istí, že chcete túto položku zmazať?"
31+
create_another: "Vytvoriť ďalší %{model}"
1132
new_model: "Vytvoriť"
1233
edit_model: "Upraviť"
1334
delete_model: "Zmazať"
@@ -20,6 +41,7 @@ sk:
2041
has_many_new: "Pridať nový"
2142
has_many_delete: "Zmazať"
2243
has_many_remove: "Odstrániť"
44+
move: "Presunúť"
2345
filters:
2446
buttons:
2547
filter: "Filtrovať"
@@ -31,6 +53,17 @@ sk:
3153
ends_with: "Končí na"
3254
greater_than: "Väčší ako"
3355
less_than: "Menší ako"
56+
gteq_datetime: "Od"
57+
lteq_datetime: "Do"
58+
from: "Od"
59+
to: "Do"
60+
scopes:
61+
all: "Všetko"
62+
search_status:
63+
headline: "Stav vyhľadávania:"
64+
current_scope: "Scope:"
65+
current_filters: "Filtre:"
66+
no_current_filters: "Žiadne"
3467
status_tag:
3568
"yes": "Áno"
3669
"no": "Nie"
@@ -40,6 +73,7 @@ sk:
4073
powered_by: "%{active_admin} %{version}"
4174
sidebars:
4275
filters: "Filtre"
76+
search_status: "Stav vyhľadávania"
4377
pagination:
4478
empty: "Nenájdený."
4579
one: "Zobrazená <b>1</b> položka"
@@ -70,18 +104,34 @@ sk:
70104
labels:
71105
destroy: "Vymazať"
72106
comments:
107+
created_at: "Vytvorený"
73108
resource_type: "Typ zdroja"
74109
author_type: "Typ autora"
75110
body: "Telo"
76111
author: "Autor"
77112
add: "Pridať komentár"
113+
delete: "Zmazať komentár"
114+
delete_confirmation: "Naozaj chcete zmazať tento komentár?"
78115
resource: "Zdroj"
79116
no_comments_yet: "Žiadny komentár"
80117
author_missing: "Anonymný"
81118
title_content: "Komentáre administrátorov (%{count})"
82119
errors:
83120
empty_text: "Komentár nebol uložený, je prázdny."
84121
devise:
122+
username:
123+
title: "Užívateľské meno"
124+
email:
125+
title: "Email"
126+
subdomain:
127+
title: "Subdoména"
128+
password:
129+
title: "Heslo"
130+
password_confirmation:
131+
title: "Potvrdenie hesla"
132+
sign_up:
133+
title: "Registrácia"
134+
submit: "Registrovať"
85135
login:
86136
title: "Prihlásenie"
87137
remember_me: "Zapamätať si ma"
@@ -95,11 +145,20 @@ sk:
95145
unlock:
96146
title: "Zaslanie inštrukcií k odomknutiu účtu"
97147
submit: "Zaslať inštrukcií k odomknutiu účtu"
148+
resend_confirmation_instructions:
149+
title: "Preposlanie potvrdzovacie inštrukcie"
150+
submit: "Preposlať potvrdzovacie inštrukcie"
98151
links:
99152
sign_in: "Prihlásiť sa"
100153
sign_up: "Registrovať sa"
101154
forgot_your_password: "Zabudli ste heslo?"
102155
sign_in_with_omniauth_provider: "Prihlásiť sa cez %{provider}"
156+
resend_unlock_instructions: "Poslať znovu inštrukcie na odomknutie účtu"
157+
resend_confirmation_instructions: "Preposlať potvrdzovacie inštrukcie"
158+
unsupported_browser:
159+
headline: "ActiveAdmin nepodporuje Internet Explorer vo verzii <= 8."
160+
recommendation: "Odporúčame <a href=\"http://browsehappy.com/\">aktualizovať Váš prehliadač</a>."
161+
turn_off_compatibility_view: "Ak používate Internet Explorer vo verzii >= 9, uistite sa, že <a href=\"https://support.microsoft.com/en-us/help/17471\">\"režim kompatibility\" je vypnutý</a>"
103162
access_denied:
104163
message: "Nemáte oprávnenie k vykonaniu tejto akcie."
105164
index_list:

0 commit comments

Comments
 (0)
0