rails_admin-i18n 0.0.9 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 250669afa664a4497ffb53e5a45107688d97b17f
4
+ data.tar.gz: 5f3680f9fa1929a1804c452c71b73e5e62ce40ce
5
+ SHA512:
6
+ metadata.gz: 92e85375f08887ccc97cbc5b1a6bbc3c20360308a7558b907015cd01d768dd22e0ffa2df166544162240d6eaf4920ebd875036e9e637dcc03bd46cafdd4c51ac
7
+ data.tar.gz: 949cb1296b5b63c6fb0089d03f8f6cc50d7c149daba4ff838d8915ff6d3d8f586d94b3d0ce72ceefc8967ecb2b1730bf2d0b2ed70187c5497d0b9fb6ce9ca213
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ rails_admin-i18n
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.2.1
data/.travis.yml CHANGED
@@ -1 +1 @@
1
- rvm: 1.9.2
1
+ language: ruby
data/Gemfile CHANGED
@@ -2,7 +2,7 @@ source "http://rubygems.org"
2
2
 
3
3
  group :development do
4
4
  gem "rspec", ">= 2.4.0"
5
- gem "bundler", "~> 1.1.2"
5
+ gem "bundler", "~> 1.5"
6
6
  gem "jeweler", "> 1.6.4"
7
7
  gem 'i18n-spec'
8
8
  gem 'localeapp'
data/Gemfile.lock CHANGED
@@ -1,45 +1,104 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- diff-lcs (1.1.3)
5
- git (1.2.5)
6
- gli (1.5.1)
7
- i18n (0.6.0)
8
- i18n-spec (0.1.2)
9
- jeweler (1.8.3)
10
- bundler (~> 1.0)
4
+ addressable (2.4.0)
5
+ builder (3.2.2)
6
+ descendants_tracker (0.0.4)
7
+ thread_safe (~> 0.3, >= 0.3.1)
8
+ diff-lcs (1.2.5)
9
+ domain_name (0.5.20160310)
10
+ unf (>= 0.0.5, < 1.0.0)
11
+ faraday (0.9.2)
12
+ multipart-post (>= 1.2, < 3)
13
+ git (1.3.0)
14
+ github_api (0.14.0)
15
+ addressable (~> 2.4.0)
16
+ descendants_tracker (~> 0.0.4)
17
+ faraday (~> 0.8, < 0.10)
18
+ hashie (>= 3.4)
19
+ oauth2
20
+ gli (2.14.0)
21
+ hashie (3.4.4)
22
+ highline (1.7.8)
23
+ http-cookie (1.0.2)
24
+ domain_name (~> 0.5)
25
+ i18n (0.7.0)
26
+ i18n-spec (0.6.0)
27
+ iso
28
+ iso (0.2.1)
29
+ i18n
30
+ jeweler (2.1.1)
31
+ builder
32
+ bundler (>= 1.0)
11
33
  git (>= 1.2.5)
34
+ github_api
35
+ highline (>= 1.6.15)
36
+ nokogiri (>= 1.5.10)
12
37
  rake
13
38
  rdoc
14
- json (1.6.5)
15
- localeapp (0.4.2)
39
+ semver
40
+ json (1.8.3)
41
+ jwt (1.5.1)
42
+ localeapp (1.0.2)
16
43
  gli
17
44
  i18n
18
45
  json
46
+ rack
19
47
  rest-client
20
48
  ya2yaml
21
- mime-types (1.17.2)
22
- rake (0.9.2.2)
23
- rdoc (3.12)
49
+ mime-types (2.99.2)
50
+ mini_portile2 (2.1.0)
51
+ multi_json (1.12.1)
52
+ multi_xml (0.5.5)
53
+ multipart-post (2.0.0)
54
+ netrc (0.11.0)
55
+ nokogiri (1.6.8)
56
+ mini_portile2 (~> 2.1.0)
57
+ pkg-config (~> 1.1.7)
58
+ oauth2 (1.1.0)
59
+ faraday (>= 0.8, < 0.10)
60
+ jwt (~> 1.0, < 1.5.2)
61
+ multi_json (~> 1.3)
62
+ multi_xml (~> 0.5)
63
+ rack (>= 1.2, < 3)
64
+ pkg-config (1.1.7)
65
+ rack (1.6.4)
66
+ rake (11.1.2)
67
+ rdoc (4.2.2)
24
68
  json (~> 1.4)
25
- rest-client (1.6.7)
26
- mime-types (>= 1.16)
27
- rspec (2.8.0)
28
- rspec-core (~> 2.8.0)
29
- rspec-expectations (~> 2.8.0)
30
- rspec-mocks (~> 2.8.0)
31
- rspec-core (2.8.0)
32
- rspec-expectations (2.8.0)
33
- diff-lcs (~> 1.1.2)
34
- rspec-mocks (2.8.0)
69
+ rest-client (1.8.0)
70
+ http-cookie (>= 1.0.2, < 2.0)
71
+ mime-types (>= 1.16, < 3.0)
72
+ netrc (~> 0.7)
73
+ rspec (3.4.0)
74
+ rspec-core (~> 3.4.0)
75
+ rspec-expectations (~> 3.4.0)
76
+ rspec-mocks (~> 3.4.0)
77
+ rspec-core (3.4.4)
78
+ rspec-support (~> 3.4.0)
79
+ rspec-expectations (3.4.0)
80
+ diff-lcs (>= 1.2.0, < 2.0)
81
+ rspec-support (~> 3.4.0)
82
+ rspec-mocks (3.4.1)
83
+ diff-lcs (>= 1.2.0, < 2.0)
84
+ rspec-support (~> 3.4.0)
85
+ rspec-support (3.4.1)
86
+ semver (1.0.1)
87
+ thread_safe (0.3.5)
88
+ unf (0.1.4)
89
+ unf_ext
90
+ unf_ext (0.0.7.2)
35
91
  ya2yaml (0.31)
36
92
 
37
93
  PLATFORMS
38
94
  ruby
39
95
 
40
96
  DEPENDENCIES
41
- bundler (~> 1.1.2)
97
+ bundler (~> 1.5)
42
98
  i18n-spec
43
99
  jeweler (> 1.6.4)
44
100
  localeapp
45
101
  rspec (>= 2.4.0)
102
+
103
+ BUNDLED WITH
104
+ 1.12.2
data/README.md CHANGED
@@ -1,8 +1,25 @@
1
1
  # rails_admin-i18n
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/rails_admin-i18n.svg)](https://badge.fury.io/rb/rails_admin-i18n)
3
4
  [![Build Status](https://secure.travis-ci.org/puma07/rails_admin-i18n.png)](http://travis-ci.org/puma07/rails_admin-i18n)
4
5
 
5
- Translations for **[Rails Admin v0.0.5+](https://github.com/sferik/rails_admin)** pulled from various sources.
6
+ Translations for **[Rails Admin v0.6.6+](https://github.com/sferik/rails_admin)** pulled from various sources.
7
+
8
+ ## Installation
9
+
10
+ Add this line to your application's Gemfile:
11
+
12
+ ```ruby
13
+ gem 'rails_admin-i18n'
14
+ ```
15
+
16
+ And then execute:
17
+
18
+ $ bundle
19
+
20
+ Or install it yourself as:
21
+
22
+ $ gem install rails_admin-i18n
6
23
 
7
24
  ## Contributing to rails_admin-i18n
8
25
 
@@ -14,10 +31,7 @@ Happy translating!
14
31
 
15
32
  ## Contributors
16
33
 
17
- - pierre-schambacher
18
- - Matheus
19
- - sugi
20
- - flyerhzm
34
+ https://github.com/starchow/rails_admin-i18n/graphs/contributors
21
35
 
22
36
  ## Copyright
23
37
 
data/Rakefile CHANGED
@@ -16,12 +16,12 @@ require 'jeweler'
16
16
  Jeweler::Tasks.new do |gem|
17
17
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
18
18
  gem.name = "rails_admin-i18n"
19
- gem.homepage = "http://github.com/puma07/rails_admin-i18n"
19
+ gem.homepage = "http://github.com/starchow/rails_admin-i18n"
20
20
  gem.license = "MIT"
21
21
  gem.summary = %Q{Translations for the rails_admin gem}
22
22
  gem.description = %Q{Translations for the rails_admin gem}
23
- gem.email = "nampt@kbsvn.vn"
24
- gem.authors = ["Nam Pham Trung"]
23
+ gem.email = ["nampt@kbsvn.vn", "luizpicolo@gmail.com"]
24
+ gem.authors = ["Nam Pham Trung", "Luiz Picolo"]
25
25
  # dependencies defined in Gemfile
26
26
  end
27
27
  Jeweler::RubygemsDotOrgTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.5
1
+ 1.10.0
data/locales/cs.yml ADDED
@@ -0,0 +1,129 @@
1
+ cs:
2
+ admin:
3
+ actions:
4
+ bulk_delete:
5
+ breadcrumb: Hromadné odstranění
6
+ bulk_link: Odstranit vybrané %{model_label_plural}
7
+ menu: Hromadné odstranění
8
+ title: Odstranit %{model_label_plural}
9
+ dashboard:
10
+ breadcrumb: Dashboard
11
+ menu: Dashboard
12
+ title: Administrace stránek
13
+ delete:
14
+ breadcrumb: Odstranit
15
+ done: odstraněno
16
+ link: Odstranit '%{object_label}'
17
+ menu: Odstranit
18
+ title: Odstranit %{model_label} '%{object_label}'
19
+ edit:
20
+ breadcrumb: Upravit
21
+ done: upraveno
22
+ link: Upravit tento %{model_label}
23
+ menu: Upravit
24
+ title: Upravit %{model_label} '%{object_label}'
25
+ export:
26
+ breadcrumb: Exportovat
27
+ bulk_link: Exportovat vybrané %{model_label_plural}
28
+ done: Exportováno
29
+ link: Export nalezen %{model_label_plural}
30
+ menu: Exportovat
31
+ title: Exportovat %{model_label_plural}
32
+ history_index:
33
+ breadcrumb: Historie
34
+ menu: Historie
35
+ title: Historie o %{model_label_plural}
36
+ history_show:
37
+ breadcrumb: Historie
38
+ menu: Historie
39
+ title: Historie o %{model_label} '%{object_label}'
40
+ index:
41
+ breadcrumb: "%{model_label_plural}"
42
+ menu: Seznam
43
+ title: Seznam %{model_label_plural}
44
+ new:
45
+ breadcrumb: Nový
46
+ done: vytvořeno
47
+ link: Přidat nový %{model_label}
48
+ menu: Přidat nový
49
+ title: Nový %{model_label}
50
+ show:
51
+ breadcrumb: "%{object_label}"
52
+ menu: Zobrazit
53
+ title: Podrobnosti o %{model_label} '%{object_label}'
54
+ show_in_app:
55
+ menu: Zobrazit v app
56
+ export:
57
+ click_to_reverse_selection: Klikněte pro převrácení výběru
58
+ confirmation: Exportovat do %{name}
59
+ csv:
60
+ col_sep: Oddělovač sloupců
61
+ col_sep_help: Nech prázdné pro výchozí ('%{value}')
62
+ default_col_sep: ","
63
+ encoding_to: Překódovat do
64
+ encoding_to_help: 'Zvolte kódování výstupu. Nechte prázdné pro ponechání vstupního kódování: (%{name})'
65
+ header_for_association_methods: "%{name} [%{association}]"
66
+ header_for_root_methods: "%{name}"
67
+ skip_header: Bez hlavičky
68
+ skip_header_help: Nevytvářej hlavičku (žádné popisky polí)
69
+ display: 'Zobraz %{name}: %{type}'
70
+ empty_value_for_associated_objects: "<prázdné>"
71
+ fields_from: Pole %{name}
72
+ fields_from_associated: Související pole %{name}
73
+ options_for: Nastavení pro %{name}
74
+ select: Vyber pole pro export
75
+ flash:
76
+ error: "%{name} se nezdařilo %{action}"
77
+ model_not_found: Model '%{model}' nenalezen
78
+ noaction: "Žádná akce neproběhla"
79
+ object_not_found: "%{model} s id '%{id}' nenalezen"
80
+ successful: "%{name} úspěšně %{action}"
81
+ form:
82
+ all_of_the_following_related_items_will_be_deleted: Následující související položky mohou být odstraněný.
83
+ are_you_sure_you_want_to_delete_the_object: Jste si jistý, že chcete odstranit tento %{model_name}
84
+ basic_info: Základní informace
85
+ bulk_delete: 'Nasledující objekty budou vymazány, to může způsobit odstranění nebo osiření některých jejich závislých objektů:'
86
+ cancel: Zrušit
87
+ char_length_of: délka
88
+ char_length_up_to: maximální délka
89
+ confirmation: Ano, jsem si jist
90
+ new_model: "%{name} (nový)"
91
+ one_char: charakter
92
+ optional: Volitelné
93
+ required: Požadováno
94
+ save: Uložit
95
+ save_and_add_another: Uložit a přidat další
96
+ save_and_edit: Uložit a upravit
97
+ misc:
98
+ add_filter: Přidat filtr
99
+ add_new: Přidat nový
100
+ ago: před
101
+ bulk_menu_title: Vybrané položky
102
+ chose_all: vybrat vše
103
+ chosen: Vybrán %{name}
104
+ clear_all: Odebrat vše
105
+ down: Dolů
106
+ filter: Filtr
107
+ filter_date_format: mm/dd/rr
108
+ log_out: Odhlásit
109
+ navigation: Navigace
110
+ refresh: Obnovit
111
+ remove: Odstranit
112
+ search: Vyhledat
113
+ show_all: Zobraz vše
114
+ up: Nahoru
115
+ table_headers:
116
+ changes: Změny
117
+ created_at: Datum/čas
118
+ item: Položka
119
+ last_used: Naposledy použito
120
+ message: Zpráva
121
+ model_name: Název modelu
122
+ records: Záznamy
123
+ username: Uživatel
124
+ home:
125
+ name: Domů
126
+ pagination:
127
+ next: Následující &raquo;
128
+ previous: "&laquo; Předcházející"
129
+ truncate: "..."
data/locales/de.yml ADDED
@@ -0,0 +1,129 @@
1
+ de:
2
+ admin:
3
+ actions:
4
+ bulk_delete:
5
+ breadcrumb: Mehrere Objekte löschen
6
+ bulk_link: Markierte %{model_label_plural} löschen
7
+ menu: Mehrere Objekte löschen
8
+ title: "%{model_label_plural} löschen"
9
+ dashboard:
10
+ breadcrumb: "Übersicht"
11
+ menu: "Übersicht"
12
+ title: Seite administrieren
13
+ delete:
14
+ breadcrumb: Löschen
15
+ done: gelöscht
16
+ link: '"%{object_label}" löschen'
17
+ menu: Löschen
18
+ title: '%{model_label} "%{object_label}" löschen'
19
+ edit:
20
+ breadcrumb: Bearbeiten
21
+ done: geändert
22
+ link: "%{model_label} bearbeiten"
23
+ menu: Bearbeiten
24
+ title: '%{model_label} "%{object_label}" bearbeiten'
25
+ export:
26
+ breadcrumb: Exportieren
27
+ bulk_link: Markierte %{model_label_plural} exportieren
28
+ done: exportiert
29
+ link: Gefundene %{model_label_plural} exportieren
30
+ menu: Exportieren
31
+ title: "%{model_label_plural} exportieren"
32
+ history_index:
33
+ breadcrumb: Verlauf
34
+ menu: Verlauf
35
+ title: Verlauf für %{model_label_plural}
36
+ history_show:
37
+ breadcrumb: Verlauf
38
+ menu: Verlauf
39
+ title: Verlauf für %{model_label} "%{object_label}"
40
+ index:
41
+ breadcrumb: "%{model_label_plural}"
42
+ menu: Liste
43
+ title: Liste von %{model_label_plural}
44
+ new:
45
+ breadcrumb: Neu
46
+ done: erstellt
47
+ link: "%{model_label} neu hinzufügen"
48
+ menu: Neu hinzufügen
49
+ title: "%{model_label} erstellen"
50
+ show:
51
+ breadcrumb: "%{object_label}"
52
+ menu: Anzeigen
53
+ title: Details für %{model_label} "%{object_label}"
54
+ show_in_app:
55
+ menu: In Applikation anzeigen
56
+ export:
57
+ click_to_reverse_selection: Klicken um die Markierung aufzuheben
58
+ confirmation: Exportieren nach %{name}
59
+ csv:
60
+ col_sep: Spaltentrennzeichen
61
+ col_sep_help: Lassen für Standardwert ('%{value}')
62
+ default_col_sep: ","
63
+ encoding_to: Kodieren zu
64
+ encoding_to_help: 'Zielkodierung wählen. Leer lassen, um aktuelle Eingangskodierung zu übernehmen: (%{name})'
65
+ header_for_association_methods: "%{name} [%{association}]"
66
+ header_for_root_methods: "%{name}"
67
+ skip_header: Keine Kopfzeile
68
+ skip_header_help: Keine Kopfzeile erstellen (keine Spaltenbeschreibungen)
69
+ display: 'Anzeigen von %{name}: %{type}'
70
+ empty_value_for_associated_objects: "<leer>"
71
+ fields_from: Spalten von %{name}
72
+ fields_from_associated: Zugehörige Spalten von %{name}
73
+ options_for: Optionen für %{name}
74
+ select: Spalten zum Exportieren auswählen
75
+ flash:
76
+ error: Fehler beim %{action} von %{name}
77
+ model_not_found: Modell "%{model}" konnte nicht gefunden werden
78
+ noaction: Es wurden keine Änderungen ausgeführt
79
+ object_not_found: '%{model} mit id "%{id}" konnte nicht gefunden werden'
80
+ successful: "%{name} erfolgreich %{action}"
81
+ form:
82
+ all_of_the_following_related_items_will_be_deleted: "? Folgende zugehörige Ojekte werden gelöscht:"
83
+ are_you_sure_you_want_to_delete_the_object: "%{model_name} sicher löschen"
84
+ basic_info: Grundlegende Informationen
85
+ bulk_delete: 'Die folgenden Objekte werden gelösche, zugehörige Objekte werden gelöscht oder können übrig bleiben:'
86
+ cancel: Abbrechen
87
+ char_length_of: Länge
88
+ char_length_up_to: Länge bis zu
89
+ confirmation: Ja, ich bin sicher
90
+ new_model: "%{name} (neu)"
91
+ one_char: Zeichen
92
+ optional: optional
93
+ required: Pflichtfeld
94
+ save: Speichern
95
+ save_and_add_another: Speichern und neu hinzufügen
96
+ save_and_edit: Speichern und bearbeiten
97
+ misc:
98
+ add_filter: Filter hinzufügen
99
+ add_new: Neu hinzufügen
100
+ ago: vor
101
+ bulk_menu_title: Markierte Elemente
102
+ chose_all: Alle auswählen
103
+ chosen: "%{name} in Auswahl"
104
+ clear_all: Alles zurücksetzen
105
+ down: Runter
106
+ filter: Filter
107
+ filter_date_format: mm/tt/jj
108
+ log_out: Abmelden
109
+ navigation: Navigation
110
+ refresh: Neu laden
111
+ remove: Löschen
112
+ search: Suchen
113
+ show_all: Alles anzeigen
114
+ up: Hoch
115
+ table_headers:
116
+ changes: "Änderungen"
117
+ created_at: Datum/Zeit
118
+ item: Element
119
+ last_used: Zuletzt verwendet
120
+ message: Nachricht
121
+ model_name: Modellname
122
+ records: Datensätze
123
+ username: Anwender
124
+ home:
125
+ name: Start
126
+ pagination:
127
+ next: Vor &raquo;
128
+ previous: "&laquo; Zurück"
129
+ truncate: "..."
data/locales/en.yml CHANGED
@@ -1,5 +1,22 @@
1
1
  en:
2
2
  admin:
3
+ js:
4
+ true: True
5
+ false: False
6
+ is_present: Is present
7
+ is_blank: Is blank
8
+ date: Date ...
9
+ between_and_: Between ... and ...
10
+ today: Today
11
+ yesterday: Yesterday
12
+ this_week: This week
13
+ last_week: Last week
14
+ number: Number ...
15
+ contains: Contains
16
+ is_exactly: Is exactly
17
+ starts_with: Starts with
18
+ ends_with: Ends with
19
+ loading: "Loading..."
3
20
  home:
4
21
  name: "Home"
5
22
  pagination:
@@ -22,6 +39,7 @@ en:
22
39
  up: "Up"
23
40
  down: "Down"
24
41
  navigation: "Navigation"
42
+ navigation_static_label: "Links"
25
43
  log_out: "Log out"
26
44
  ago: "ago"
27
45
  flash:
@@ -41,7 +59,7 @@ en:
41
59
  message: "Message"
42
60
  actions:
43
61
  dashboard:
44
- title: "Site administration"
62
+ title: "Site Administration"
45
63
  menu: "Dashboard"
46
64
  breadcrumb: "Dashboard"
47
65
  index:
@@ -111,6 +129,7 @@ en:
111
129
  export:
112
130
  confirmation: "Export to %{name}"
113
131
  select: "Select fields to export"
132
+ select_all_fields: "Select All Fields"
114
133
  fields_from: "Fields from %{name}"
115
134
  fields_from_associated: "Fields from associated %{name}"
116
135
  display: "Display %{name}: %{type}"
@@ -126,4 +145,4 @@ en:
126
145
  skip_header_help: "Do not output a header (no fields description)"
127
146
  default_col_sep: ","
128
147
  col_sep: "Column separator"
129
- col_sep_help: "Leave blank for default ('%{value}')" # value is default_col_sep
148
+ col_sep_help: "Leave blank for default ('%{value}')" # value is default_col_sep
data/locales/es-MX.yml ADDED
@@ -0,0 +1,129 @@
1
+ es-MX:
2
+ admin:
3
+ actions:
4
+ bulk_delete:
5
+ breadcrumb: Eliminación Múltiple
6
+ bulk_link: Eliminar los %{model_label_plural} seleccionados
7
+ menu: Eliminación Múltiple
8
+ title: Eliminar %{model_label_plural}
9
+ dashboard:
10
+ breadcrumb: Panel de control
11
+ menu: Panel de control
12
+ title: Administración del Sitio
13
+ delete:
14
+ breadcrumb: Eliminar
15
+ done: Eliminado
16
+ link: Eliminar '%{object_label}'
17
+ menu: Eliminar
18
+ title: Eliminar %{model_label} '%{object_label}'
19
+ edit:
20
+ breadcrumb: Editar
21
+ done: Actualizado
22
+ link: Editar este %{model_label}
23
+ menu: Editar
24
+ title: Editar %{model_label} '%{object_label}'
25
+ export:
26
+ breadcrumb: Exportar
27
+ bulk_link: Exportar Seleccionados %{model_label_plural}
28
+ done: exportado
29
+ link: Exportar %{model_label_plural} encontrados
30
+ menu: Exportar
31
+ title: Exportar %{model_label_plural}
32
+ history_index:
33
+ breadcrumb: Historial
34
+ menu: Historial
35
+ title: Historial para %{model_label_plural}
36
+ history_show:
37
+ breadcrumb: Historial
38
+ menu: Historial
39
+ title: Historial para %{model_label} '%{object_label}'
40
+ index:
41
+ breadcrumb: "%{model_label_plural}"
42
+ menu: Lista
43
+ title: Lista de %{model_label_plural}
44
+ new:
45
+ breadcrumb: Nuevo
46
+ done: creado
47
+ link: Adicionar un nuevo %{model_label}
48
+ menu: Adicionar Nuevo
49
+ title: Nuevo %{model_label}
50
+ show:
51
+ breadcrumb: "%{object_label}"
52
+ menu: Ver
53
+ title: Detalles para %{model_label} "%{object_label}"
54
+ show_in_app:
55
+ menu: Ver en la aplicación
56
+ export:
57
+ click_to_reverse_selection: Haga click para invertir la selección
58
+ confirmation: Exportar a %{name}
59
+ csv:
60
+ col_sep: Separador de columnas
61
+ col_sep_help: Deje en blanco para el de defecto ('%{value}')
62
+ default_col_sep: ","
63
+ encoding_to: Codificar a
64
+ encoding_to_help: 'Elija la codificación de salida. Deje en blanco para no cambiar la codificación actual: (%{name})'
65
+ header_for_association_methods: "%{name} [%{association}]"
66
+ header_for_root_methods: "%{name}"
67
+ skip_header: Sin cabecera
68
+ skip_header_help: No incluir un encabezado (sin descripción de los campos)
69
+ display: 'Mostrar %{name}: %{type}'
70
+ empty_value_for_associated_objects: "<vacío>"
71
+ fields_from: Campos de %{name}
72
+ fields_from_associated: Campos del %{name} asociado
73
+ options_for: Opciones para %{name}
74
+ select: Seleccione los campos a exportar
75
+ flash:
76
+ error: "%{name} no se ha %{action}"
77
+ model_not_found: El modelo '%{model}' no se pudo encontrar
78
+ noaction: No se llevó a cabo ninguna acción
79
+ object_not_found: "%{model} con id '%{id}' no se pudo encontrar"
80
+ successful: "%{name} %{action} con éxito"
81
+ form:
82
+ all_of_the_following_related_items_will_be_deleted: "? Los siguientes elementos relacionados pueden ser eliminados o quedar huérfanos:"
83
+ are_you_sure_you_want_to_delete_the_object: "¿Está seguro de que quiere eliminar este %{model_name}"
84
+ basic_info: Información Básica
85
+ bulk_delete: 'Los siguientes objetos serán eliminados, lo cual puede eliminar o dejar huérfanas algunas de sus dependencias relacionadas:'
86
+ cancel: Cancelar
87
+ char_length_of: longitud de
88
+ char_length_up_to: longitud de hasta
89
+ confirmation: Si, estoy seguro
90
+ new_model: "%{name} (nuevo)"
91
+ one_char: carácter
92
+ optional: Opcional
93
+ required: Requerido
94
+ save: Guardar
95
+ save_and_add_another: Guardar y añadir otro
96
+ save_and_edit: Guardar y editar
97
+ misc:
98
+ add_filter: Añadir filtro
99
+ add_new: Agregar nuevo
100
+ ago: atrás
101
+ bulk_menu_title: Elementos seleccionados
102
+ chose_all: Elegir todos
103
+ chosen: Elegido %{name}
104
+ clear_all: Borrar todos
105
+ down: Abajo
106
+ filter: Filtrar
107
+ filter_date_format: dd/mm/yy
108
+ log_out: Desconectar
109
+ navigation: Navegación
110
+ refresh: Actualizar
111
+ remove: Quitar
112
+ search: Buscar
113
+ show_all: Mostrar todo
114
+ up: Arriba
115
+ table_headers:
116
+ changes: Cambios
117
+ created_at: Fecha/Hora
118
+ item: Elemento
119
+ last_used: "Último uso"
120
+ message: Mensaje
121
+ model_name: Nombre del modelo
122
+ records: Registros
123
+ username: Usuario
124
+ home:
125
+ name: Inicio
126
+ pagination:
127
+ next: Siguiente &raquo;
128
+ previous: "&laquo; Anterior"
129
+ truncate: "…"