typus-i18n 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 90252563a5f8f54bd6fc3b3a42c8793003c14aac
4
+ data.tar.gz: 0a5bcd7eee4566e74b560fdada668fba808d047f
5
+ SHA512:
6
+ metadata.gz: 6991199e62c4cc6afa1a2718b5000faeadd84c942699522c72b8fe5e9a77e0c07cfaeee2541a9e8b15475a6cd0774033dd268da56df5e31d92106d137c3a50e4
7
+ data.tar.gz: 479b9cd203d4ae82e146bb0c86efe12f14127604d378c17ff44b3fca96fa44e9451c5a35b6c835c41fbf4271fb1371436c8da346386fe738d8bd299bc5eb5c74
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in typus-i18n.gemspec
4
+ gemspec
5
+
6
+ gem 'typus', github: 'typus/typus', branch: 'master'
data/Gemfile.lock ADDED
@@ -0,0 +1,106 @@
1
+ GIT
2
+ remote: git://github.com/typus/typus.git
3
+ revision: 980f7f63190a98295389db2fb06f86235066fa3e
4
+ branch: master
5
+ specs:
6
+ typus (4.0.0.beta1)
7
+ bcrypt-ruby (~> 3.1.5)
8
+ rails (~> 4.0)
9
+
10
+ PATH
11
+ remote: .
12
+ specs:
13
+ typus-i18n (0.1.0)
14
+ typus (= 4.0.0.beta1)
15
+
16
+ GEM
17
+ remote: https://rubygems.org/
18
+ specs:
19
+ actionmailer (4.1.5)
20
+ actionpack (= 4.1.5)
21
+ actionview (= 4.1.5)
22
+ mail (~> 2.5.4)
23
+ actionpack (4.1.5)
24
+ actionview (= 4.1.5)
25
+ activesupport (= 4.1.5)
26
+ rack (~> 1.5.2)
27
+ rack-test (~> 0.6.2)
28
+ actionview (4.1.5)
29
+ activesupport (= 4.1.5)
30
+ builder (~> 3.1)
31
+ erubis (~> 2.7.0)
32
+ activemodel (4.1.5)
33
+ activesupport (= 4.1.5)
34
+ builder (~> 3.1)
35
+ activerecord (4.1.5)
36
+ activemodel (= 4.1.5)
37
+ activesupport (= 4.1.5)
38
+ arel (~> 5.0.0)
39
+ activesupport (4.1.5)
40
+ i18n (~> 0.6, >= 0.6.9)
41
+ json (~> 1.7, >= 1.7.7)
42
+ minitest (~> 5.1)
43
+ thread_safe (~> 0.1)
44
+ tzinfo (~> 1.1)
45
+ arel (5.0.1.20140414130214)
46
+ bcrypt (3.1.7)
47
+ bcrypt-ruby (3.1.5)
48
+ bcrypt (>= 3.1.3)
49
+ builder (3.2.2)
50
+ erubis (2.7.0)
51
+ hike (1.2.3)
52
+ i18n (0.6.11)
53
+ json (1.8.1)
54
+ mail (2.5.4)
55
+ mime-types (~> 1.16)
56
+ treetop (~> 1.4.8)
57
+ mime-types (1.25.1)
58
+ minitest (5.4.1)
59
+ multi_json (1.10.1)
60
+ polyglot (0.3.5)
61
+ rack (1.5.2)
62
+ rack-test (0.6.2)
63
+ rack (>= 1.0)
64
+ rails (4.1.5)
65
+ actionmailer (= 4.1.5)
66
+ actionpack (= 4.1.5)
67
+ actionview (= 4.1.5)
68
+ activemodel (= 4.1.5)
69
+ activerecord (= 4.1.5)
70
+ activesupport (= 4.1.5)
71
+ bundler (>= 1.3.0, < 2.0)
72
+ railties (= 4.1.5)
73
+ sprockets-rails (~> 2.0)
74
+ railties (4.1.5)
75
+ actionpack (= 4.1.5)
76
+ activesupport (= 4.1.5)
77
+ rake (>= 0.8.7)
78
+ thor (>= 0.18.1, < 2.0)
79
+ rake (10.3.2)
80
+ sprockets (2.12.1)
81
+ hike (~> 1.2)
82
+ multi_json (~> 1.0)
83
+ rack (~> 1.0)
84
+ tilt (~> 1.1, != 1.3.0)
85
+ sprockets-rails (2.1.3)
86
+ actionpack (>= 3.0)
87
+ activesupport (>= 3.0)
88
+ sprockets (~> 2.8)
89
+ thor (0.19.1)
90
+ thread_safe (0.3.4)
91
+ tilt (1.4.1)
92
+ treetop (1.4.15)
93
+ polyglot
94
+ polyglot (>= 0.3.1)
95
+ tzinfo (1.2.2)
96
+ thread_safe (~> 0.1)
97
+
98
+ PLATFORMS
99
+ ruby
100
+
101
+ DEPENDENCIES
102
+ bundler (~> 1.5)
103
+ minitest (~> 5)
104
+ rake (~> 10)
105
+ typus!
106
+ typus-i18n!
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 Francesc Esplugas, Phillip Oertel
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,31 @@
1
+ [![Build Status](https://api.travis-ci.org/typus/typus-i18n.svg)](https://travis-ci.org/typus/typus-i18n)
2
+
3
+ # Typus::I18n
4
+
5
+ i18n files for typus
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ gem 'typus-i18n'
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install typus-i18n
20
+
21
+ ## Usage
22
+
23
+ TODO
24
+
25
+ ## Contributing
26
+
27
+ 1. Fork it ( http://github.com/<my-github-username>/typus-i18n/fork )
28
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
29
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
30
+ 4. Push to the branch (`git push origin my-new-feature`)
31
+ 5. Create new Pull Request
data/Rakefile ADDED
@@ -0,0 +1,11 @@
1
+ require "bundler/gem_tasks"
2
+
3
+ require 'rake/testtask'
4
+
5
+ task :default => :test
6
+
7
+ Rake::TestTask.new(:test) do |t|
8
+ t.description = "run all tests"
9
+ t.libs += %w(lib test)
10
+ t.test_files = FileList['test/**/*_test.rb']
11
+ end
@@ -0,0 +1,17 @@
1
+ # Catalan (ca) translations for Typus by:
2
+ # - Lleïr Borràs <http://github.com/lleirborras>
3
+
4
+ ca:
5
+ activerecord:
6
+ models:
7
+ admin_user: Usuari
8
+ attributes:
9
+ admin_user:
10
+ email: Correu electrònic
11
+ first_name: Nom
12
+ last_name: Cognoms
13
+ password: Contrasenya
14
+ password_confirmation: Confirmar contrasenya
15
+ status: Estat
16
+ role: Rol
17
+ locale: Idioma
@@ -0,0 +1,78 @@
1
+ # Catalan (ca) translations for Typus by:
2
+ # - Lleïr Borràs <http://github.com/lleirborras>
3
+
4
+ ca:
5
+
6
+ "Actions": "Accions"
7
+ "Active": "Actiu"
8
+ "Add": "Afegir"
9
+ "Add New": "Afegir nou"
10
+ "All": "Tots"
11
+ "Are you sure?": "Estàs segur?"
12
+
13
+ "Change %{attribute}?": "Canviar %{attribute}?"
14
+ "Create %{resource}": "Crear %{resource}"
15
+
16
+ "Dashboard": "Panell de control"
17
+ "Down": "Baixar"
18
+
19
+ "Edit": "Editar"
20
+ "Edit %{resource}": "Edit %{resource}"
21
+ "Enter your email below to create the first user": "Introdueix el teu email per crear el primer usuari."
22
+
23
+ "False": "Fals"
24
+ "Filter": "Filtrar"
25
+
26
+ "I remember my password": "Recordo la meva contrasenya"
27
+ "If you didn't request a password update, you can ignore this message": "Si no has demanat una actualització de la teva contrasenya, pots ignorar aquest missatge."
28
+ "If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Si has realitzat algun canvi en els camps sense premer el botó Guardar/Actualitzar, els teus canvis es perdran."
29
+ "Inactive": "Inactiu"
30
+
31
+ "Last few days": "Últims dies"
32
+ "Last 30 days": "Últims 30 dies"
33
+ "Last 7 days": "Últims 7 dies"
34
+ "Login": "Login"
35
+
36
+ "New": "Nou"
37
+ "New %{resource}": "Nou %{resource}"
38
+ "Next": "Següent"
39
+ "No %{resources} found": "No s'han trobat %{resources}."
40
+
41
+ "Password recovery link sent to your email": "L'enllaç de recuperació de contrasenya enviat al teu correu electrònic."
42
+ "Previous": "Anterior"
43
+
44
+ "Record moved %{to}": "Registre desplaçat %{to}."
45
+ "Recover password": "Recuperar contrasenya"
46
+ "Remove": "Eliminar"
47
+ "Remove %{resource}?": "Esborrar %{resource}?"
48
+ "Reset password": "Canviar contrasenya"
49
+ "Resources": "Recursos"
50
+
51
+ "Save %{resource}": "Guardar %{resource}"
52
+ "Search": "Cercar"
53
+ "Show": "Mostrar"
54
+ "Show all dates":
55
+ "Show by %{attribute}":
56
+ "Show %{resource}": "Mostrar %{resource}"
57
+ "Sign in": "Entrar"
58
+ "Sign out": "Sortir"
59
+ "Sign up": "Crear compte"
60
+ "System Users Administration": "Administrar usuaris del sistema"
61
+
62
+ "Today": "Avui"
63
+ "True": "Cert"
64
+
65
+ "Unrelate": "Deslligar"
66
+ "Up": "Pujar"
67
+
68
+ "You can update your password at": "Pots actualitzar la teva contrasenya a"
69
+ "You can't change your role": "No pots canviar-te tu mateix el rol."
70
+ "You can't toggle your status": "No pots canviar-te l'estat."
71
+
72
+ "View all %{attribute}":
73
+ "View site": "Veure la web"
74
+
75
+ "%{errors} prohibited this page from being saved:":
76
+ "%{model} successfully created": "%{model} satisfactòriament creat."
77
+ "%{model} successfully removed": "%{model} satisfactòriament eliminat."
78
+ "%{model} successfully updated": "%{model} satisfactòriament actualitzat."
@@ -0,0 +1,17 @@
1
+ # German (de) translations for Typus by:
2
+ # - Michael Grunewalder <http://michael.grunewalder.com>
3
+
4
+ de:
5
+ activerecord:
6
+ models:
7
+ admin_user:
8
+ attributes:
9
+ admin_user:
10
+ email:
11
+ first_name: "Vorname"
12
+ last_name: "Nachname"
13
+ password: "Passwort"
14
+ password_confirmation: "Passwort Best&auml;tigung"
15
+ status:
16
+ role:
17
+ locale:
@@ -0,0 +1,118 @@
1
+ de:
2
+ typus:
3
+
4
+ # this is a catch-all for stuff I didn't know where else to put.
5
+ shared:
6
+ no_entries_found: "Keine Einträge gefunden."
7
+ help: "Hilfe"
8
+ settings: "Einstellungen"
9
+ confirm_question: "Sind Sie sicher?"
10
+ restore_question: 'Wiederherstellen?'
11
+
12
+ buttons:
13
+ add: "Hinzufügen"
14
+ save: 'Speichern'
15
+ save_addanother: 'Speichern und weitere hinzufügen'
16
+ save_continue: 'Speichern und weiter bearbeiten'
17
+ filter: "Filter"
18
+ list: "Zur Liste"
19
+ sign_in: "Login"
20
+ sign_up: "Registrieren"
21
+ sign_out: "Abmelden"
22
+ show: "Anzeigen"
23
+ edit: "Bearbeiten"
24
+ remove: "Entfernen"
25
+ preview: "Vorschau"
26
+ apply: "Anwenden"
27
+ send: "Senden"
28
+ restore: "Wiederherstellen"
29
+ destroy: "Löschen"
30
+ destroy_permanently: "Dauerhaft löschen"
31
+ position: "Position"
32
+ move_to_trash: "In den Papierkorb verschieben"
33
+ mark_published: "Als publiziert markieren"
34
+ mark_unpublished: "Als nicht publiziert markieren"
35
+
36
+ flash:
37
+ update_success: "%{model} erfolgreich aktualisiert."
38
+ create_success: "%{model} erfolgreich erstellt."
39
+ delete_success: "%{model} erfolgreich gelöscht."
40
+ wipe_success: "%{resource} wurde erfolgreich aus dem Papierkorb gelöscht."
41
+ bulk_delete_success:
42
+ one: "Element wurde erfolgreich gelöscht."
43
+ other: "%{count} Elemente wurden erfolgreich gelöscht."
44
+ settings_update_success: "Einstellungen erfolgreich aktualisiert." # this can probably be removed later
45
+ image_removed: "Bild entfernt"
46
+ image_set: "Bild hinzugefügt"
47
+ set_new_password: "Bitte geben Sie ein neues Passwort ein"
48
+ password_reset_email_success: "Die Email zum Rücksetzen des Passworts wurde gesendet."
49
+ bulk_no_action: "Keine Aktion ausgewählt."
50
+ bulk_no_items: "Es wurden keine Elemente ausgewählt, elemente wurden nicht verändert."
51
+ trash_recover_failed: "%{resource} wurde wiederhergestellt."
52
+ trash_recover_success: "%{resource} konnte nicht wiederhergestellt werden."
53
+
54
+ errors:
55
+ intro:
56
+ one: "Beim Speichern ist ein Fehler aufgetreten:"
57
+ other: "Beim Speichern sind %{count} Fehler aufgetreten:"
58
+
59
+ dashboard:
60
+ title: "Dashboard"
61
+ model: "Modell"
62
+ model_name: "Modell-Name"
63
+ items: "Elemente"
64
+ actions: "Aktionen"
65
+ no_applications: "Keine Anwendungen gefunden."
66
+ user: "Benutzer"
67
+ user: "Benutzer"
68
+ status: "Status"
69
+ last_logged_in: "Letzter login"
70
+ resources: "Ressourcen"
71
+ name: "Name"
72
+
73
+ resources:
74
+ add:
75
+ title: "%{resource} hinzufügen"
76
+ edit:
77
+ title: "%{label} bearbeiten"
78
+ edited_recently:
79
+ title: "Vor kurzem bearbeitet"
80
+ destroy:
81
+ title: "%{label} löschen"
82
+
83
+ accounts:
84
+ new:
85
+ title: "Registrieren"
86
+ forgot_password:
87
+ title: "Passwort vergessen"
88
+ remember_password: "Ich weiß mein Passwort"
89
+
90
+ sessions:
91
+ initial_user_registration_message: "Geben Sie ihre Email-Adresse ein um den ersten Benutzer anzulegen."
92
+ recover_password: "Passwort vergessen?"
93
+ new:
94
+ title: "Login"
95
+
96
+ pagination:
97
+ previous: "&larr; Vorherige"
98
+ next: "Nächste &rarr;"
99
+
100
+ sidebar:
101
+ filters: "Filter"
102
+ scopes: "Auswahlen"
103
+ export: "Export"
104
+ entry: "Eintrag"
105
+ actions: "Aktionen"
106
+ view_site: "Seite ansehen"
107
+ search: "Suche"
108
+ search_placeholder: "Suchbegriff ..."
109
+
110
+ labels:
111
+ read_only: "Nur-lesen"
112
+
113
+ emails:
114
+ password_reset:
115
+ title: "[%{admin_title}] Passwort zurücksetzen"
116
+
117
+ filters:
118
+ trash: "Papierkorb"
@@ -0,0 +1,17 @@
1
+ # Greek (el) translation for Typus
2
+ # - Spyros Livathinos <livathinos.spyros@gmail.com>
3
+
4
+ el:
5
+ activerecord:
6
+ models:
7
+ admin_user:
8
+ attributes:
9
+ admin_user:
10
+ email:
11
+ first_name: "Όνομα"
12
+ last_name: "Επώνυμο"
13
+ password: "Κωδικός"
14
+ password_confirmation: "Επιβεβαίωση κωδικού"
15
+ status: "Κατάσταση"
16
+ role: "Ρόλος"
17
+ locale: