avo 2.17.0 → 2.17.1.pre.2.customauthorizationclients
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of avo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +29 -3
- data/app/controllers/avo/application_controller.rb +9 -17
- data/app/controllers/avo/associations_controller.rb +11 -0
- data/config/i18n-tasks.yml +159 -0
- data/config/master.key +1 -0
- data/lib/avo/configuration.rb +2 -0
- data/lib/avo/services/authorization_clients/pundit_client.rb +51 -0
- data/lib/avo/services/authorization_service.rb +46 -51
- data/lib/avo/version.rb +1 -1
- data/lib/avo.rb +4 -0
- data/lib/generators/avo/templates/initializer/avo.tt +1 -0
- data/lib/generators/avo/templates/locales/avo.en.yml +107 -106
- data/lib/generators/avo/templates/locales/avo.fr.yml +107 -107
- data/lib/generators/avo/templates/locales/avo.nb.yml +111 -110
- data/lib/generators/avo/templates/locales/avo.nn.yml +111 -110
- data/lib/generators/avo/templates/locales/avo.pt-BR.yml +109 -84
- data/lib/generators/avo/templates/locales/avo.ro.yml +109 -81
- data/lib/generators/avo/templates/locales/avo.tr.yml +107 -107
- metadata +7 -4
@@ -1,94 +1,119 @@
|
|
1
|
+
---
|
1
2
|
pt-BR:
|
2
3
|
avo:
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
click_to_reveal_filters:
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
download_item:
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
detach_item: 'separar %{item}'
|
40
|
-
number_of_items:
|
41
|
-
zero: 'sem %{item}'
|
42
|
-
one: 'um %{item}'
|
43
|
-
other: '%{count} %{item}'
|
44
|
-
are_you_sure: 'Você tem certeza?'
|
45
|
-
filters: 'Filtros'
|
46
|
-
per_page: 'Por página'
|
47
|
-
more: 'Mais'
|
48
|
-
attach: 'Anexar'
|
49
|
-
save: 'Salvar'
|
50
|
-
attach_and_attach_another: 'Anexar & anexar outro'
|
51
|
-
hide_content: 'Esconder conteúdo'
|
52
|
-
show_content: 'Mostrar conteúdo'
|
53
|
-
no_related_item_found: 'Nenhum %{item} relacionado encontrado'
|
54
|
-
no_item_found: 'Nenhum %{item} encontrado'
|
55
|
-
loading: 'Carregando'
|
56
|
-
confirm: 'Confirmar'
|
57
|
-
actions: 'Ações'
|
58
|
-
resources: 'Recursos'
|
59
|
-
oops_nothing_found: 'Oops! Nada encontrado...'
|
60
|
-
type_to_search: 'Digite para buscar.'
|
61
|
-
and_x_other_resources: 'e %{count} outros recursos'
|
62
|
-
go_back: 'Voltar'
|
63
|
-
home: 'Início'
|
64
|
-
new: 'novo'
|
65
|
-
attach_item: 'Anexar %{item}'
|
66
|
-
choose_item: 'Escolher %{item}'
|
67
|
-
create_new_item: 'Criar novo %{item}'
|
68
|
-
table_view: 'Visualização em tabela'
|
69
|
-
grid_view: 'Visualização em grade'
|
70
|
-
next_page: 'Próxima página'
|
71
|
-
prev_page: 'Página anterior'
|
72
|
-
list_is_empty: 'Lista vazia'
|
4
|
+
action_ran_successfully: Ação executada com sucesso!
|
5
|
+
actions: Ações
|
6
|
+
and_x_other_resources: e %{count} outros recursos
|
7
|
+
are_you_sure: Você tem certeza?
|
8
|
+
are_you_sure_detach_item: Você tem certeza que deseja separar este %{item}.
|
9
|
+
are_you_sure_you_want_to_run_this_option: Você tem certeza que deseja executar esta ação?
|
10
|
+
attach: Anexar
|
11
|
+
attach_and_attach_another: Anexar & anexar outro
|
12
|
+
attach_item: Anexar %{item}
|
13
|
+
attachment_class_attached: "%{attachment_class} anexado."
|
14
|
+
attachment_class_detached: "%{attachment_class} separado."
|
15
|
+
attachment_destroyed: Anexo destruído
|
16
|
+
cancel: Cancelar
|
17
|
+
choose_a_country: Escolha um país
|
18
|
+
choose_an_option: Escolha uma opção
|
19
|
+
choose_item: Escolher %{item}
|
20
|
+
clear_value: Limpar valor
|
21
|
+
click_to_reveal_filters: Clique para revelar os filtros
|
22
|
+
confirm: Confirmar
|
23
|
+
create_new_item: Criar novo %{item}
|
24
|
+
dashboard: Painel
|
25
|
+
dashboards: Painéis
|
26
|
+
delete: deletar
|
27
|
+
delete_file: Deletar arquivo
|
28
|
+
delete_item: Deletar %{item}
|
29
|
+
detach_item: separar %{item}
|
30
|
+
details: detalhe
|
31
|
+
download: Baixar
|
32
|
+
download_file: Baixar arquivo
|
33
|
+
download_item: Baixar %{item}
|
34
|
+
edit: editar
|
35
|
+
edit_item: editar %{item}
|
36
|
+
empty_dashboard_message: Adicionar cartões a este painel
|
37
|
+
failed: Falhou
|
38
|
+
failed_to_find_attachment: Falhou ao achar anexo
|
39
|
+
failed_to_load: Falha ao carregar
|
73
40
|
field_translations:
|
74
41
|
file:
|
75
|
-
|
76
|
-
|
77
|
-
|
42
|
+
one: arquivo
|
43
|
+
other: arquivos
|
44
|
+
zero: arquivos
|
45
|
+
people:
|
46
|
+
one: pessoa
|
47
|
+
other: pessoas
|
48
|
+
zero: ninguém
|
49
|
+
filters: Filtros
|
50
|
+
go_back: Voltar
|
51
|
+
grid_view: Visualização em grade
|
52
|
+
hide_content: Esconder conteúdo
|
53
|
+
home: Início
|
54
|
+
key_value_field:
|
55
|
+
add_row: Adicionar linha
|
56
|
+
delete_row: Remover linha
|
57
|
+
key: Chave
|
58
|
+
value: Valor
|
59
|
+
list_is_empty: Lista vazia
|
60
|
+
loading: Carregando
|
61
|
+
more: Mais
|
62
|
+
new: novo
|
63
|
+
next_page: Próxima página
|
64
|
+
no_cards_present: Nenhum cartão presente
|
65
|
+
no_item_found: Nenhum %{item} encontrado
|
66
|
+
no_options_available: Nenhuma opção disponível
|
67
|
+
no_related_item_found: Nenhum %{item} relacionado encontrado
|
68
|
+
not_authorized: Você não está autorizado à executar essa ação.
|
69
|
+
number_of_items:
|
70
|
+
one: um %{item}
|
71
|
+
other: "%{count} %{item}"
|
72
|
+
zero: sem %{item}
|
73
|
+
oops_nothing_found: Oops! Nada encontrado...
|
74
|
+
order:
|
75
|
+
higher: Mover registro um para cima
|
76
|
+
lower: Mover registro um para baixo
|
77
|
+
reorder_record: Reordenar registro
|
78
|
+
to_bottom: Mover registro para baixo
|
79
|
+
to_top: Mover registro para cima
|
80
|
+
per_page: Por página
|
81
|
+
prev_page: Página anterior
|
82
|
+
remove_selection: Remover seleção
|
83
|
+
reset_filters: Limpar filtros
|
84
|
+
resource_created: Recurso criado
|
85
|
+
resource_destroyed: Recurso destruído
|
78
86
|
resource_translations:
|
79
87
|
user:
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
88
|
+
one: usuário
|
89
|
+
other: usuários
|
90
|
+
zero: usuários
|
91
|
+
resource_updated: Recurso atualizado
|
92
|
+
resources: Recursos
|
93
|
+
run: Executar
|
94
|
+
save: Salvar
|
85
95
|
search:
|
86
|
-
|
87
|
-
|
88
|
-
|
96
|
+
cancel_button: Cancelar
|
97
|
+
placeholder: Procurar
|
98
|
+
select_all: Selecionar tudo
|
99
|
+
select_all_matching: Selecione todas as correspondências
|
100
|
+
select_item: Selecionar item
|
101
|
+
show_content: Mostrar conteúdo
|
102
|
+
sign_out: sair
|
103
|
+
switch_to_view: Alterar para visão %{view_type}
|
104
|
+
table_view: Visualização em tabela
|
89
105
|
tools: Ferramentas
|
90
|
-
|
91
|
-
|
92
|
-
|
106
|
+
type_to_search: Digite para buscar.
|
107
|
+
unauthorized: Não autorizado
|
108
|
+
undo: desfazer
|
109
|
+
view: Visualizar
|
110
|
+
view_item: visualizar %{item}
|
111
|
+
was_successfully_created: foi criado com sucesso
|
112
|
+
was_successfully_updated: foi atualizado com sucesso
|
113
|
+
x_items_more:
|
114
|
+
one: mais um item
|
115
|
+
other: "%{count} mais items"
|
116
|
+
zero: mais nenhum item
|
93
117
|
x_records_selected_from_a_total_of_x_html: <span class="font-bold text-gray-700">%{selected}</span> registros selecionados nesta página de um total de <span class="font-bold text-gray-700">%{count}</span>
|
94
118
|
x_records_selected_from_all_pages_html: <span class="font-bold text-gray-700">%{count}</span> registros selecionados de todas as páginas
|
119
|
+
you_missed_something_check_form: Você pode ter esquecido algo. Por favor, cheque o formulário.
|
@@ -1,91 +1,119 @@
|
|
1
|
+
---
|
1
2
|
ro:
|
2
3
|
avo:
|
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
|
-
per_page: 'Pe pagina'
|
40
|
-
more: 'Mai multe'
|
41
|
-
attach: 'Ataseaza'
|
42
|
-
save: 'Salveaza'
|
43
|
-
attach_and_attach_another: 'Ataseaza si ataseaza inca unul'
|
44
|
-
hide_content: 'Ascunde continutul'
|
45
|
-
show_content: 'Arata continutul'
|
46
|
-
no_related_item_found: 'Nu s-au gasit %{item} asociate'
|
47
|
-
no_item_found: 'Nu s-au gasit %{item}'
|
48
|
-
loading: 'Se incarca'
|
49
|
-
confirm: 'Confirm'
|
50
|
-
actions: 'Actiuni'
|
51
|
-
resources: 'Resurse'
|
52
|
-
oops_nothing_found: 'Oups! Nu am gasit rezultate...'
|
53
|
-
type_to_search: 'Cauta aici...'
|
54
|
-
and_x_other_resources: 'plus alte %{count} resources'
|
55
|
-
go_back: 'Inapoi'
|
56
|
-
home: 'Acasa'
|
57
|
-
attach_item: 'Anexeaza %{item}'
|
58
|
-
choose_item: 'Alege %{item}'
|
59
|
-
create_new_item: 'Creeaza %{item}'
|
60
|
-
table_view: 'Vezi sub forma de tabel'
|
61
|
-
grid_view: 'Vezi sub forma de grid'
|
62
|
-
next_page: 'Pagina urmatoare'
|
63
|
-
prev_page: 'Pagina anterioara'
|
64
|
-
list_is_empty: 'Lista este goala'
|
4
|
+
action_ran_successfully: Actiunea a rulat cu succes!
|
5
|
+
actions: Actiuni
|
6
|
+
and_x_other_resources: plus alte %{count} resources
|
7
|
+
are_you_sure: Esti sigur?
|
8
|
+
are_you_sure_detach_item: Sigur vrei să detașezi asta %{item}.
|
9
|
+
are_you_sure_you_want_to_run_this_option: Esti sigur ca vrei sa rulezi aceasta actiune?
|
10
|
+
attach: Ataseaza
|
11
|
+
attach_and_attach_another: Ataseaza si ataseaza inca unul
|
12
|
+
attach_item: Anexeaza %{item}
|
13
|
+
attachment_class_attached: "%{attachment_class} anexat."
|
14
|
+
attachment_class_detached: "%{attachment_class} separat."
|
15
|
+
attachment_destroyed: Atașamentul a fost distrus
|
16
|
+
cancel: Anuleaza
|
17
|
+
choose_a_country: Alege o tara
|
18
|
+
choose_an_option: Alege o optiune
|
19
|
+
choose_item: Alege %{item}
|
20
|
+
clear_value: Sterge valoarea
|
21
|
+
click_to_reveal_filters: Faceți clic pentru a afișa filtrele
|
22
|
+
confirm: Confirm
|
23
|
+
create_new_item: Creeaza %{item}
|
24
|
+
dashboard: Panou de control
|
25
|
+
dashboards: Panouri de control
|
26
|
+
delete: sterge
|
27
|
+
delete_file: Sterge fisierul
|
28
|
+
delete_item: Sterge %{item}
|
29
|
+
detach_item: detaseaza %{item}
|
30
|
+
details: detalii
|
31
|
+
download: Descarca
|
32
|
+
download_file: Descărcă fișier
|
33
|
+
download_item: Descarca %{item}
|
34
|
+
edit: modifica
|
35
|
+
edit_item: modifica %{item}
|
36
|
+
empty_dashboard_message: Adauga carduri in acest dashboard
|
37
|
+
failed: A eșuat
|
38
|
+
failed_to_find_attachment: Atașamentul nu a fost găsit
|
39
|
+
failed_to_load: Incarcarea a esuat
|
65
40
|
field_translations:
|
66
41
|
file:
|
67
|
-
|
68
|
-
|
69
|
-
|
42
|
+
one: fisier
|
43
|
+
other: fisiere
|
44
|
+
zero: fisiere
|
45
|
+
people:
|
46
|
+
one: peep
|
47
|
+
other: peeps
|
48
|
+
zero: peeps
|
49
|
+
filters: Filtre
|
50
|
+
go_back: Inapoi
|
51
|
+
grid_view: Vezi sub forma de grid
|
52
|
+
hide_content: Ascunde continutul
|
53
|
+
home: Acasa
|
54
|
+
key_value_field:
|
55
|
+
add_row: Adauga rand
|
56
|
+
delete_row: Sterge rand
|
57
|
+
key: Cheie
|
58
|
+
value: Valoare
|
59
|
+
list_is_empty: Lista este goala
|
60
|
+
loading: Se incarca
|
61
|
+
more: Mai multe
|
62
|
+
new: nou
|
63
|
+
next_page: Pagina urmatoare
|
64
|
+
no_cards_present: Niciun card disponibil
|
65
|
+
no_item_found: Nu s-au gasit %{item}
|
66
|
+
no_options_available: Nicio optiune disponibila
|
67
|
+
no_related_item_found: Nu s-au gasit %{item} asociate
|
68
|
+
not_authorized: Nu sunteți autorizat să efectuați această acțiune.
|
69
|
+
number_of_items:
|
70
|
+
one: un %{item}
|
71
|
+
other: "%{count} %{item}"
|
72
|
+
zero: 0 %{item}
|
73
|
+
oops_nothing_found: Oups! Nu am gasit rezultate...
|
74
|
+
order:
|
75
|
+
higher: Mutați înregistrarea mai sus
|
76
|
+
lower: Mutați înregistrarea mai jos
|
77
|
+
reorder_record: Reordonați înregistrarea
|
78
|
+
to_bottom: Mutați înregistrarea jos de tot
|
79
|
+
to_top: Mutați înregistrarea sus de tot
|
80
|
+
per_page: Pe pagina
|
81
|
+
prev_page: Pagina anterioara
|
82
|
+
remove_selection: Sterge selectia
|
83
|
+
reset_filters: Resetați filtrele
|
84
|
+
resource_created: Resursa creata
|
85
|
+
resource_destroyed: Resursa stearsa
|
70
86
|
resource_translations:
|
71
87
|
user:
|
72
|
-
|
73
|
-
|
74
|
-
|
88
|
+
one: utilizator
|
89
|
+
other: utilizatori
|
90
|
+
zero: utilizatori
|
91
|
+
resource_updated: Resursa actualizata
|
92
|
+
resources: Resurse
|
93
|
+
run: Ruleaza
|
94
|
+
save: Salveaza
|
75
95
|
search:
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
was_successfully_updated: 'a fost actualizat'
|
96
|
+
cancel_button: Anulare
|
97
|
+
placeholder: Cauta
|
98
|
+
select_all: Selecteaza totul
|
99
|
+
select_all_matching: Selecteaza toate care se potrivesc
|
100
|
+
select_item: Selecteaza record
|
101
|
+
show_content: Arata continutul
|
102
|
+
sign_out: Delogare
|
103
|
+
switch_to_view: Comutați la vizualizarea %{view_type}
|
104
|
+
table_view: Vezi sub forma de tabel
|
86
105
|
tools: Instrumente
|
87
|
-
|
88
|
-
|
89
|
-
|
106
|
+
type_to_search: Cauta aici...
|
107
|
+
unauthorized: Neautorizat
|
108
|
+
undo: Anuleaza
|
109
|
+
view: vezi
|
110
|
+
view_item: vezi %{item}
|
111
|
+
was_successfully_created: a fost creat
|
112
|
+
was_successfully_updated: a fost actualizat
|
113
|
+
x_items_more:
|
114
|
+
one: încă un articol
|
115
|
+
other: "%{count} mai multe articole"
|
116
|
+
zero: zero articole
|
90
117
|
x_records_selected_from_a_total_of_x_html: <span class="font-bold text-gray-700">%{selected}</span> selectate dintr-un total de <span class="font-bold text-gray-700">%{count}</span>
|
91
118
|
x_records_selected_from_all_pages_html: <span class="font-bold text-gray-700">%{count}</span> selectate din toate paginile
|
119
|
+
you_missed_something_check_form: S-ar putea să fi omis ceva. Vă rugăm să verificați formularul.
|
@@ -1,119 +1,119 @@
|
|
1
|
+
---
|
1
2
|
tr:
|
2
3
|
avo:
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
click_to_reveal_filters:
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
download_item:
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
detach_item: '%{item} öğesinin ilişkisini kes'
|
40
|
-
number_of_items:
|
41
|
-
zero: 'sıfır %{item}'
|
42
|
-
one: 'bir %{item}'
|
43
|
-
other: '%{count} %{item}'
|
44
|
-
x_items_more:
|
45
|
-
zero: 'daha fazla öğe yok'
|
46
|
-
one: 'bir öğe daha'
|
47
|
-
other: '%{count} öğe daha'
|
48
|
-
are_you_sure: 'Emin misiniz?'
|
49
|
-
filters: 'Filtreler'
|
50
|
-
per_page: 'Sayfa başına'
|
51
|
-
more: 'Daha fazla'
|
52
|
-
attach: 'İlişkilendir'
|
53
|
-
cancel: 'İptal et'
|
54
|
-
save: 'Kaydet'
|
55
|
-
attach_and_attach_another: 'İlişkilendir & Bir başka daha İlişkilendir'
|
56
|
-
hide_content: 'İçeriği gizle'
|
57
|
-
show_content: 'İçeriği göster'
|
58
|
-
no_related_item_found: 'İlişkili öğe bulunamadı'
|
59
|
-
no_item_found: 'Hiç %{item} bulunamadı'
|
60
|
-
loading: 'Yükleniyor'
|
61
|
-
confirm: 'Onayla'
|
62
|
-
actions: 'Aksiyonlar'
|
63
|
-
resources: 'Kaynaklar'
|
64
|
-
oops_nothing_found: 'Hata! Hiçbir şey bulunamadı'
|
65
|
-
type_to_search: 'Aramak için yazın.'
|
66
|
-
and_x_other_resources: 've %{count} diğer kaynak'
|
67
|
-
go_back: 'Geri dön'
|
68
|
-
home: 'Anasayfa'
|
69
|
-
new: 'yeni'
|
70
|
-
attach_item: '%{item} öğesini ilişkilendir'
|
71
|
-
choose_item: '%{item} seçin'
|
72
|
-
create_new_item: 'Yeni bir %{item} oluşturun'
|
73
|
-
table_view: 'Tablo görünümü'
|
74
|
-
grid_view: 'Grid görünümü'
|
75
|
-
next_page: 'Sonraki sayfa'
|
76
|
-
prev_page: 'Önceki sayfa'
|
77
|
-
list_is_empty: 'Boş liste'
|
4
|
+
action_ran_successfully: Eylem başarıyla gerçekleşti!
|
5
|
+
actions: Aksiyonlar
|
6
|
+
and_x_other_resources: ve %{count} diğer kaynak
|
7
|
+
are_you_sure: Emin misiniz?
|
8
|
+
are_you_sure_detach_item: "%{item} öğesini ayırmak istediğinizden emin misiniz?"
|
9
|
+
are_you_sure_you_want_to_run_this_option: Bu işlemi gerçekleştirmek istediğinize emin misiniz?
|
10
|
+
attach: İlişkilendir
|
11
|
+
attach_and_attach_another: İlişkilendir & Bir başka daha İlişkilendir
|
12
|
+
attach_item: "%{item} öğesini ilişkilendir"
|
13
|
+
attachment_class_attached: "%{attachment_class} ilişkilendirildi."
|
14
|
+
attachment_class_detached: "%{attachment_class} ilişkisi kesildi."
|
15
|
+
attachment_destroyed: Ek silindi
|
16
|
+
cancel: İptal et
|
17
|
+
choose_a_country: Bir ülke seç
|
18
|
+
choose_an_option: Bir seçenek seç
|
19
|
+
choose_item: "%{item} seçin"
|
20
|
+
clear_value: Değeri temizle
|
21
|
+
click_to_reveal_filters: Filtreleri ortaya çıkarmak için tıklayın
|
22
|
+
confirm: Onayla
|
23
|
+
create_new_item: Yeni bir %{item} oluşturun
|
24
|
+
dashboard: Yönetim Paneli
|
25
|
+
dashboards: Yönetim Panelleri
|
26
|
+
delete: sil
|
27
|
+
delete_file: Dosyayı sil
|
28
|
+
delete_item: "%{item} öğresini sil"
|
29
|
+
detach_item: "%{item} öğesinin ilişkisini kes"
|
30
|
+
details: detaylar
|
31
|
+
download: İndir
|
32
|
+
download_file: Dosya indir
|
33
|
+
download_item: "%{item} öğesini indir"
|
34
|
+
edit: düzenle
|
35
|
+
edit_item: "%{item} öğesini düzenle"
|
36
|
+
empty_dashboard_message: Kartları yönetim paneline ekle
|
37
|
+
failed: Başarısız
|
38
|
+
failed_to_find_attachment: Ek bulunamadı
|
39
|
+
failed_to_load: Yüklenemedi
|
78
40
|
field_translations:
|
79
41
|
file:
|
80
|
-
|
81
|
-
|
82
|
-
|
42
|
+
one: dosya
|
43
|
+
other: dosya
|
44
|
+
zero: dosya
|
83
45
|
people:
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
reset_filters: 'Filtreleri sıfırla'
|
93
|
-
not_authorized: 'Bu eylemi gerçekleştirme yetkiniz yok.'
|
94
|
-
search:
|
95
|
-
placeholder: 'Ara'
|
96
|
-
cancel_button: 'İptal et'
|
97
|
-
sign_out: 'Çıkış yap'
|
98
|
-
failed: 'Başarısız'
|
99
|
-
failed_to_load: 'Yüklenemedi'
|
46
|
+
one: kişi
|
47
|
+
other: kişi
|
48
|
+
zero: kişi
|
49
|
+
filters: Filtreler
|
50
|
+
go_back: Geri dön
|
51
|
+
grid_view: Grid görünümü
|
52
|
+
hide_content: İçeriği gizle
|
53
|
+
home: Anasayfa
|
100
54
|
key_value_field:
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
55
|
+
add_row: Satır ekle
|
56
|
+
delete_row: Satır sil
|
57
|
+
key: Anahtar
|
58
|
+
value: Değer
|
59
|
+
list_is_empty: Boş liste
|
60
|
+
loading: Yükleniyor
|
61
|
+
more: Daha fazla
|
62
|
+
new: yeni
|
63
|
+
next_page: Sonraki sayfa
|
64
|
+
no_cards_present: Kart yok
|
65
|
+
no_item_found: Hiç %{item} bulunamadı
|
66
|
+
no_options_available: Seçenek yok
|
67
|
+
no_related_item_found: İlişkili %{item} bulunamadı
|
68
|
+
not_authorized: Bu eylemi gerçekleştirme yetkiniz yok.
|
69
|
+
number_of_items:
|
70
|
+
one: bir %{item}
|
71
|
+
other: "%{count} %{item}"
|
72
|
+
zero: sıfır %{item}
|
73
|
+
oops_nothing_found: Hata! Hiçbir şey bulunamadı
|
109
74
|
order:
|
110
|
-
reorder_record: Kaydı yeniden sırala
|
111
75
|
higher: Kaydı yüksekten sırala
|
112
76
|
lower: Kaydı düşükten sırala
|
113
|
-
|
77
|
+
reorder_record: Kaydı yeniden sırala
|
114
78
|
to_bottom: Kaydı en alta taşı
|
115
|
-
|
116
|
-
|
117
|
-
|
79
|
+
to_top: Kaydı en üste taşı
|
80
|
+
per_page: Sayfa başına
|
81
|
+
prev_page: Önceki sayfa
|
82
|
+
remove_selection: Seçimi sil
|
83
|
+
reset_filters: Filtreleri sıfırla
|
84
|
+
resource_created: Kayıt oluşturuldu
|
85
|
+
resource_destroyed: Kayıt silindi
|
86
|
+
resource_translations:
|
87
|
+
user:
|
88
|
+
one: kullanıcı
|
89
|
+
other: kullanıcı
|
90
|
+
zero: kullanıcı
|
91
|
+
resource_updated: Kayıt güncellendi
|
92
|
+
resources: Kaynaklar
|
93
|
+
run: Başlat
|
94
|
+
save: Kaydet
|
95
|
+
search:
|
96
|
+
cancel_button: İptal et
|
97
|
+
placeholder: Ara
|
98
|
+
select_all: Tümünü seç
|
99
|
+
select_all_matching: Tüm eşleşenleri seç
|
100
|
+
select_item: Öğe seç
|
101
|
+
show_content: İçeriği göster
|
102
|
+
sign_out: Çıkış yap
|
103
|
+
switch_to_view: "%{view_type} görünümüne kay"
|
104
|
+
table_view: Tablo görünümü
|
105
|
+
tools: Araçlar
|
106
|
+
type_to_search: Aramak için yazın.
|
107
|
+
unauthorized: Yetkisiz
|
108
|
+
undo: geri al
|
109
|
+
view: Görünüm
|
110
|
+
view_item: "%{item} öğresini görüntüle"
|
111
|
+
was_successfully_created: başarıyla oluşturuldu
|
112
|
+
was_successfully_updated: başarıyla güncellendi
|
113
|
+
x_items_more:
|
114
|
+
one: bir öğe daha
|
115
|
+
other: "%{count} öğe daha"
|
116
|
+
zero: daha fazla öğe yok
|
118
117
|
x_records_selected_from_a_total_of_x_html: <span class="font-bold text-gray-700">%{selected}</span> bu sayfada seçilen toplam kayıtlar <span class="font-bold text-gray-700">%{count}</span>
|
119
118
|
x_records_selected_from_all_pages_html: <span class="font-bold text-gray-700">%{count}</span> tüm sayfalardan seçilen kayıtlar
|
119
|
+
you_missed_something_check_form: Bir şeyleri kaçırmış olabilirsiniz. Lütfen formu kontrol edin.
|